/* ==========================================================================
   NestVerse Realty - Core Design System & Layout (Dual Theme: Light & Dark)
   Quiet Luxury • Editorial Typography • High-Conversion Real Estate
   ========================================================================== */

/* Variables Definition (Default Dark Luxury) */
:root {
    --nv-gold: #c5a880;
    --nv-gold-hover: #dfc299;
    --nv-gold-light: #f0e6d6;
    --nv-gold-dark: #9e7f53;
    --nv-gold-gradient: linear-gradient(135deg, #c5a880 0%, #e0caaa 50%, #b39266 100%);
    --nv-gold-glow: 0 0 25px rgba(197, 168, 128, 0.25);
    
    --nv-font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    --nv-font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    --nv-radius-sm: 6px;
    --nv-radius-md: 12px;
    --nv-radius-lg: 20px;
    --nv-radius-full: 9999px;
    
    --nv-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    --nv-container-max: 1340px;

    /* Default Dark Tokens */
    --nv-bg: #0b0c0e;
    --nv-bg-alt: #121317;
    --nv-surface: #14161b;
    --nv-surface-glass: rgba(20, 22, 27, 0.85);
    --nv-surface-hover: #1c1e25;
    --nv-primary: #f5f2eb;
    --nv-primary-alt: #16181f;
    --nv-text: #f0ecdf;
    --nv-text-muted: #a3aab8;
    --nv-text-light: #717887;
    --nv-border: #262933;
    --nv-border-subtle: #1c1e25;
    --nv-shadow-soft: 0 4px 25px rgba(0, 0, 0, 0.35);
    --nv-shadow-card: 0 12px 35px rgba(0, 0, 0, 0.45);
    --nv-shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.6);
    --nv-announcement-bg: #070809;
    --nv-announcement-text: #d0cbbe;
    --nv-header-bg: rgba(11, 12, 14, 0.94);
    --nv-search-bg: rgba(20, 22, 28, 0.96);
    --nv-search-input-bg: #0f1014;
    --nv-search-input-text: #f5f2eb;
    --nv-search-border: #2c2f3b;
    --nv-footer-bg: #060708;
    --nv-footer-text: #8e94a3;
    --nv-hero-overlay: linear-gradient(180deg, rgba(11, 12, 14, 0.72) 0%, rgba(11, 12, 14, 0.92) 100%);
    --nv-badge-bg: rgba(7, 8, 9, 0.9);
    --nv-card-bg: #13151a;
}

/* Light Theme Variables */
html[data-theme="light"],
[data-theme="light"] {
    --nv-bg: #fbf9f5;
    --nv-bg-alt: #f3efe6;
    --nv-surface: #ffffff;
    --nv-surface-glass: rgba(255, 255, 255, 0.92);
    --nv-surface-hover: #faf7f0;
    --nv-primary: #141518;
    --nv-primary-alt: #202227;
    --nv-text: #1a1b1e;
    --nv-text-muted: #5e6472;
    --nv-text-light: #8990a0;
    --nv-border: #e6dfd3;
    --nv-border-subtle: #efeae1;
    --nv-shadow-soft: 0 4px 20px rgba(20, 21, 24, 0.05);
    --nv-shadow-card: 0 10px 30px rgba(20, 21, 24, 0.06);
    --nv-shadow-hover: 0 18px 40px rgba(20, 21, 24, 0.12);
    --nv-announcement-bg: #141518;
    --nv-announcement-text: #eae6de;
    --nv-header-bg: rgba(251, 249, 245, 0.95);
    --nv-search-bg: #ffffff;
    --nv-search-input-bg: #f6f3eb;
    --nv-search-input-text: #141518;
    --nv-search-border: #e2dbce;
    --nv-footer-bg: #0f1013;
    --nv-footer-text: #a0a5b2;
    --nv-hero-overlay: linear-gradient(180deg, rgba(15, 16, 19, 0.65) 0%, rgba(15, 16, 19, 0.84) 100%);
    --nv-badge-bg: rgba(20, 21, 24, 0.85);
    --nv-card-bg: #ffffff;
}

/* Dark Theme Explicit Variables */
html[data-theme="dark"],
[data-theme="dark"] {
    --nv-bg: #0b0c0e;
    --nv-bg-alt: #121317;
    --nv-surface: #14161b;
    --nv-surface-glass: rgba(20, 22, 27, 0.85);
    --nv-surface-hover: #1c1e25;
    --nv-primary: #f5f2eb;
    --nv-primary-alt: #16181f;
    --nv-text: #f0ecdf;
    --nv-text-muted: #a3aab8;
    --nv-text-light: #717887;
    --nv-border: #262933;
    --nv-border-subtle: #1c1e25;
    --nv-shadow-soft: 0 4px 25px rgba(0, 0, 0, 0.35);
    --nv-shadow-card: 0 12px 35px rgba(0, 0, 0, 0.45);
    --nv-shadow-hover: 0 20px 50px rgba(0, 0, 0, 0.6);
    --nv-announcement-bg: #070809;
    --nv-announcement-text: #d0cbbe;
    --nv-header-bg: rgba(11, 12, 14, 0.94);
    --nv-search-bg: rgba(20, 22, 28, 0.96);
    --nv-search-input-bg: #0f1014;
    --nv-search-input-text: #f5f2eb;
    --nv-search-border: #2c2f3b;
    --nv-footer-bg: #060708;
    --nv-footer-text: #8e94a3;
    --nv-hero-overlay: linear-gradient(180deg, rgba(11, 12, 14, 0.72) 0%, rgba(11, 12, 14, 0.92) 100%);
    --nv-badge-bg: rgba(7, 8, 9, 0.9);
    --nv-card-bg: #13151a;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--nv-font-sans);
    background-color: var(--nv-bg);
    color: var(--nv-text);
    line-height: 1.65;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    transition: background-color 0.25s ease, color 0.25s ease;
}

/* Container */
.nv-container {
    width: 100%;
    max-width: var(--nv-container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--nv-font-serif);
    color: var(--nv-primary);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

p {
    margin-bottom: 1.25rem;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--nv-transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Section Basics */
.nv-section {
    padding: 100px 0;
    position: relative;
}

.section-header-center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 55px auto;
}

.section-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    gap: 20px;
    flex-wrap: wrap;
}

.section-eyebrow {
    display: inline-block;
    font-family: var(--nv-font-sans);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--nv-gold);
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.7rem;
    color: var(--nv-primary);
}

.section-desc {
    font-size: 1.12rem;
    color: var(--nv-text-muted);
    margin-top: 14px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--nv-font-sans);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 13px 28px;
    border-radius: var(--nv-radius-sm);
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--nv-transition);
    white-space: nowrap;
    text-align: center;
}

.btn-gold {
    background: var(--nv-gold-gradient);
    color: #141518 !important;
    font-weight: 700;
    border: 1px solid #dfc299;
    box-shadow: 0 4px 18px rgba(197, 168, 128, 0.35);
}

.btn-gold:hover {
    background: #dfc299;
    color: #0b0c0e !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 168, 128, 0.5);
}

.btn-outline-gold {
    background: transparent;
    border-color: var(--nv-gold);
    color: var(--nv-gold);
}

.btn-outline-gold:hover {
    background: var(--nv-gold);
    color: #141518 !important;
}

.btn-outline-white {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    backdrop-filter: blur(10px);
}

.btn-outline-white:hover {
    background: #ffffff;
    color: #141518 !important;
    border-color: #ffffff;
}

.btn-outline-primary {
    background: transparent;
    border-color: var(--nv-border);
    color: var(--nv-primary);
}

.btn-outline-primary:hover {
    background: var(--nv-surface-hover);
    border-color: var(--nv-gold);
    color: var(--nv-gold);
}

.btn-wa {
    background: #25D366;
    color: #ffffff !important;
    font-weight: 600;
}

.btn-wa:hover {
    background: #20bd5a;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.btn-lg {
    padding: 16px 36px;
    font-size: 1.05rem;
}

.btn-sm {
    padding: 8px 18px;
    font-size: 0.86rem;
}

.btn-block {
    width: 100%;
}

/* 1. Announcement Bar */
.nv-announcement-bar {
    background: var(--nv-announcement-bg);
    color: var(--nv-announcement-text);
    font-size: 0.82rem;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nv-announcement-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nv-announcement-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--nv-announcement-text);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--nv-gold);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.nv-utility-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.utility-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--nv-announcement-text);
    opacity: 0.9;
}

.utility-link:hover {
    color: var(--nv-gold);
    opacity: 1;
}

.utility-wa {
    color: #25D366 !important;
    font-weight: 600;
}

.utility-enquiry {
    background: rgba(197, 168, 128, 0.15);
    color: var(--nv-gold) !important;
    padding: 3px 12px;
    border-radius: var(--nv-radius-full);
    border: 1px solid rgba(197, 168, 128, 0.3);
    font-weight: 600;
}

/* 2. Header & Navigation */
.nv-header {
    background: var(--nv-header-bg);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--nv-border-subtle);
    transition: var(--nv-transition);
}

.nv-header.scrolled {
    box-shadow: var(--nv-shadow-soft);
}

.nv-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
}

.nv-brand-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.nv-brand-emblem-img {
    height: 52px;
    width: auto;
    object-fit: contain;
    background: transparent;
    transition: var(--nv-transition);
}

[data-theme="light"] .nv-brand-emblem-img {
    filter: drop-shadow(0 1px 3px rgba(180, 140, 90, 0.45));
}

[data-theme="dark"] .nv-brand-emblem-img {
    filter: drop-shadow(0 0 10px rgba(197, 168, 128, 0.35));
}

.nv-brand-logo:hover .nv-brand-emblem-img {
    transform: scale(1.05);
}

.brand-crest {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-typography {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-family: var(--nv-font-serif);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--nv-primary);
    line-height: 1;
}

.brand-sub {
    font-family: var(--nv-font-sans);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.38em;
    color: var(--nv-gold);
    margin-top: 4px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 34px;
    align-items: center;
}

.nav-link {
    font-size: 0.94rem;
    font-weight: 500;
    color: var(--nv-text);
    padding: 8px 0;
    position: relative;
    letter-spacing: 0.01em;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--nv-gold);
    transition: var(--nv-transition);
}

.nav-link:hover,
.nav-item.active .nav-link {
    color: var(--nv-gold);
}

.nav-link:hover::after,
.nav-item.active .nav-link::after {
    width: 100%;
}

.has-dropdown {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--nv-surface);
    box-shadow: var(--nv-shadow-card);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-sm);
    min-width: 230px;
    list-style: none;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--nv-transition);
}

.has-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li a {
    display: block;
    padding: 9px 22px;
    font-size: 0.9rem;
    color: var(--nv-text);
}

.sub-menu li a:hover {
    background: var(--nv-surface-hover);
    color: var(--nv-gold);
}

.nv-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Segmented Theme Switcher Pill */
.theme-switcher-pill {
    display: inline-flex;
    align-items: center;
    background: var(--nv-search-input-bg);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-full);
    padding: 3px;
    gap: 2px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: var(--nv-radius-full);
    border: none;
    background: transparent;
    font-family: var(--nv-font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--nv-text-muted);
    cursor: pointer;
    transition: var(--nv-transition);
}

.theme-btn svg {
    flex-shrink: 0;
}

.theme-btn:hover {
    color: var(--nv-primary);
}

.theme-btn.active {
    background: var(--nv-gold-gradient);
    color: #141518 !important;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
}

.mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--nv-primary);
}

/* 3. Hero Section */
.nv-hero {
    position: relative;
    padding: 140px 0 160px 0;
    color: #ffffff;
    overflow: hidden;
}

.hero-bg-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--nv-hero-overlay);
    z-index: 2;
}

.hero-container {
    position: relative;
    z-index: 3;
}

.hero-content {
    max-width: 820px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197, 168, 128, 0.2);
    border: 1px solid rgba(197, 168, 128, 0.45);
    padding: 6px 16px;
    border-radius: var(--nv-radius-full);
    font-size: 0.86rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: 4rem;
    line-height: 1.12;
    color: #ffffff !important;
    margin-bottom: 22px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.title-accent {
    font-style: italic;
    color: var(--nv-gold) !important;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 38px;
    max-width: 700px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.hero-cta-group {
    display: flex;
    gap: 16px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

/* Smart Search Panel */
.nv-smart-search-panel {
    background: var(--nv-search-bg);
    border: 1px solid var(--nv-search-border);
    border-radius: var(--nv-radius-md);
    box-shadow: var(--nv-shadow-hover);
    padding: 26px 32px;
    color: var(--nv-text);
    backdrop-filter: blur(16px);
    transition: background 0.25s ease, border-color 0.25s ease;
}

.smart-search-form {
    display: grid;
    grid-template-columns: 1.15fr 1.1fr 0.95fr 1fr 0.8fr auto;
    gap: 16px;
    align-items: flex-end;
}

.search-field label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nv-gold);
    margin-bottom: 8px;
}

.field-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--nv-search-input-bg);
    border: 1px solid var(--nv-search-border);
    border-radius: var(--nv-radius-sm);
    padding: 12px 16px;
    transition: var(--nv-transition);
}

.field-input-wrap:focus-within {
    border-color: var(--nv-gold);
    box-shadow: 0 0 0 3px rgba(197, 168, 128, 0.25);
}

.field-input-wrap svg {
    color: var(--nv-gold);
    flex-shrink: 0;
}

.field-input-wrap select,
.field-input-wrap input {
    width: 100%;
    background: transparent;
    border: none;
    font-family: var(--nv-font-sans);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--nv-search-input-text);
    outline: none;
}

.field-input-wrap select option {
    background: var(--nv-surface);
    color: var(--nv-text);
}

.btn-search {
    height: 52px;
    padding: 0 30px;
    font-size: 1rem;
}

/* 4. Trust Strip */
.nv-trust-strip {
    background: var(--nv-surface);
    border-bottom: 1px solid var(--nv-border);
    padding: 36px 0;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.trust-icon {
    color: var(--nv-gold);
    margin-top: 2px;
    font-size: 1.1rem;
}

.trust-text strong {
    display: block;
    font-size: 0.98rem;
    color: var(--nv-primary);
}

.trust-text span {
    display: block;
    font-size: 0.84rem;
    color: var(--nv-text-muted);
    line-height: 1.45;
    margin-top: 3px;
}

/* 5. Featured Filter Tabs */
.featured-filter-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-tab-btn {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-full);
    padding: 9px 20px;
    font-family: var(--nv-font-sans);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--nv-transition);
    color: var(--nv-text-muted);
}

.filter-tab-btn:hover,
.filter-tab-btn.active {
    background: var(--nv-gold-gradient);
    border-color: #dfc299;
    color: #141518 !important;
}

.featured-footer-action {
    text-align: center;
    margin-top: 55px;
}

/* 6. Editorial Split */
.editorial-split-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 75px;
    align-items: center;
}

.media-stack {
    position: relative;
}

.img-primary {
    border-radius: var(--nv-radius-md);
    box-shadow: var(--nv-shadow-card);
}

.quote-card {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--nv-surface, #ffffff);
    border: 1px solid var(--nv-border, #e6dfd3);
    color: var(--nv-text);
    padding: 30px 32px;
    border-radius: var(--nv-radius-md);
    max-width: 360px;
    box-shadow: 0 20px 45px rgba(20, 21, 24, 0.12), 0 0 25px rgba(197, 168, 128, 0.15);
    border-left: 3px solid var(--nv-gold);
    backdrop-filter: blur(12px);
    transition: all 0.35s ease;
}

[data-theme="dark"] .quote-card {
    background: rgba(20, 22, 27, 0.92);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 25px rgba(197, 168, 128, 0.12);
}

.quote-text {
    font-family: var(--nv-font-serif, "Cormorant Garamond", Georgia, serif);
    font-size: 1.22rem;
    font-style: italic;
    line-height: 1.45;
    margin-bottom: 10px;
    color: var(--nv-primary, #141518);
}

[data-theme="dark"] .quote-text {
    color: #f5f2eb;
}

.quote-author {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--nv-gold);
    font-weight: 700;
}

.editorial-lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--nv-primary);
    line-height: 1.6;
    margin-bottom: 18px;
}

.editorial-body {
    color: var(--nv-text-muted);
    margin-bottom: 34px;
    font-size: 1.02rem;
}

.editorial-pillars {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 38px;
}

.pillar {
    display: flex;
    gap: 22px;
}

.pillar-num {
    font-family: var(--nv-font-serif);
    font-size: 2rem;
    font-weight: 600;
    color: var(--nv-gold);
    line-height: 1;
}

.pillar h4 {
    font-size: 1.15rem;
    margin-bottom: 4px;
    color: var(--nv-primary);
}

.pillar p {
    font-size: 0.92rem;
    color: var(--nv-text-muted);
    margin-bottom: 0;
}

/* 7. Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.service-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-md);
    padding: 34px 26px;
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--nv-gold), #f6e6c2, var(--nv-gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: skewX(-20deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.service-card:hover::after {
    left: 140%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45), 0 0 30px rgba(197, 168, 128, 0.18);
    border-color: rgba(197, 168, 128, 0.55);
    background: linear-gradient(180deg, var(--nv-surface) 0%, rgba(197, 168, 128, 0.04) 100%);
}

[data-theme="light"] .service-card:hover {
    box-shadow: 0 20px 45px rgba(20, 21, 24, 0.12), 0 0 25px rgba(197, 168, 128, 0.2);
    border-color: rgba(197, 168, 128, 0.7);
    background: #ffffff;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.service-icon-box {
    width: 56px;
    height: 56px;
    background: var(--nv-surface-hover);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nv-border-subtle);
    color: var(--nv-gold);
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}

.service-svg {
    color: var(--nv-gold);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease;
}

.service-card:hover .service-icon-box {
    background: linear-gradient(135deg, rgba(197, 168, 128, 0.28) 0%, rgba(197, 168, 128, 0.08) 100%);
    border-color: var(--nv-gold);
    transform: translateY(-5px) scale(1.1) rotate(-4deg);
    box-shadow: 0 12px 28px rgba(197, 168, 128, 0.3), 0 0 20px rgba(212, 175, 55, 0.25);
    animation: iconHoverFloat 2.5s infinite ease-in-out;
}

@keyframes iconHoverFloat {
    0%, 100% { transform: translateY(-5px) scale(1.1) rotate(-4deg); }
    50% { transform: translateY(-8px) scale(1.13) rotate(3deg); }
}

.service-card:hover .service-svg {
    transform: scale(1.14);
    filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.65));
}

.service-title {
    font-size: 1.28rem;
    color: var(--nv-primary);
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: var(--nv-font-heading, "Cormorant Garamond", Georgia, serif);
}

.service-card:hover .service-title {
    color: var(--nv-gold);
    transform: translateX(2px);
}

.service-tagline {
    font-size: 0.92rem;
    color: var(--nv-text-muted);
    margin-bottom: 20px;
    flex-grow: 1;
    line-height: 1.55;
    transition: color 0.3s ease;
}

.service-features-list {
    list-style: none;
    margin-bottom: 22px;
    border-top: 1px solid var(--nv-border-subtle);
    padding-top: 16px;
}

.service-features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--nv-text);
    margin-bottom: 10px;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.service-features-list li:nth-child(1) { transition-delay: 0.03s; }
.service-features-list li:nth-child(2) { transition-delay: 0.08s; }
.service-features-list li:nth-child(3) { transition-delay: 0.13s; }

.service-features-list li svg {
    color: var(--nv-gold);
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
}

.service-card:hover .service-features-list li:nth-child(1) { transform: translateX(6px); }
.service-card:hover .service-features-list li:nth-child(2) { transform: translateX(8px); }
.service-card:hover .service-features-list li:nth-child(3) { transform: translateX(10px); }

.service-card:hover .service-features-list li svg {
    transform: scale(1.25) rotate(6deg);
    color: #f1d7a8;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--nv-gold);
    transition: all 0.3s ease;
    margin-top: auto;
    position: relative;
}

.service-link span {
    position: relative;
}

.service-link span::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1.5px;
    background: var(--nv-gold);
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card:hover .service-link span::after {
    width: 100%;
}

.service-link svg {
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: var(--nv-gold-hover);
}

.service-card:hover .service-link svg {
    animation: ctaArrowSlide 1.1s infinite ease-in-out;
}

@keyframes ctaArrowSlide {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(7px); }
}

/* ==========================================================================
   8. Process Workflow Roadmap Timeline (Alternating Flow)
   ========================================================================== */
.nv-process-section {
    position: relative;
    overflow: hidden;
}

.process-timeline-wrap {
    position: relative;
    max-width: 1060px;
    margin: 60px auto 0;
    padding: 20px 0 40px;
}

/* Center Glowing Timeline Spine */
.timeline-vertical-spine {
    position: absolute;
    top: 10px;
    bottom: 20px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(197, 168, 128, 0.2);
    z-index: 1;
}

.spine-glow-line {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(197, 168, 128, 0.2) 0%, #c5a880 35%, #4facfe 70%, rgba(197, 168, 128, 0.2) 100%);
    animation: spinePulseGlow 3.5s infinite linear;
}

@keyframes spinePulseGlow {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

/* Timeline Step Row */
.timeline-step-item {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 55px;
    z-index: 2;
    align-items: center;
}

.timeline-step-item:last-child {
    margin-bottom: 0;
}

/* Alternating Left / Right */
.step-left {
    justify-content: flex-start;
}

.step-left .timeline-step-card {
    width: calc(50% - 50px);
    margin-right: auto;
}

.step-left .timeline-connector {
    position: absolute;
    top: 50%;
    right: calc(50% - 12px);
    width: 38px;
    height: 2px;
    background: linear-gradient(90deg, #c5a880, rgba(197, 168, 128, 0.1));
    z-index: 1;
}

.step-right {
    justify-content: flex-end;
}

.step-right .timeline-step-card {
    width: calc(50% - 50px);
    margin-left: auto;
}

.step-right .timeline-connector {
    position: absolute;
    top: 50%;
    left: calc(50% - 12px);
    width: 38px;
    height: 2px;
    background: linear-gradient(90deg, rgba(197, 168, 128, 0.1), #c5a880);
    z-index: 1;
}

/* Central Glowing Node Dot */
.timeline-node-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--nv-surface, #ffffff);
    border: 3px solid var(--nv-gold, #c5a880);
    box-shadow: 0 0 16px rgba(197, 168, 128, 0.5), 0 0 30px rgba(79, 172, 254, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.35s ease;
}

[data-theme="dark"] .timeline-node-dot {
    background: #0d0f12;
    box-shadow: 0 0 16px rgba(197, 168, 128, 0.65), 0 0 30px rgba(79, 172, 254, 0.3);
}

.node-inner-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nv-gold, #c5a880);
    box-shadow: 0 0 8px var(--nv-gold, #c5a880);
    animation: nodePulse 2s infinite ease-in-out;
}

[data-theme="dark"] .node-inner-pulse {
    background: #ffffff;
    box-shadow: 0 0 8px #ffffff;
}

@keyframes nodePulse {
    0%, 100% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1.3); opacity: 1; }
}

.timeline-step-item:hover .timeline-node-dot {
    transform: translate(-50%, -50%) scale(1.25);
    border-color: var(--nv-gold, #c5a880);
    box-shadow: 0 0 24px var(--nv-gold, #c5a880), 0 0 36px rgba(79, 172, 254, 0.5);
}

/* Timeline Card */
.timeline-step-card {
    background: var(--nv-surface, #ffffff);
    border: 1px solid var(--nv-border, #e6dfd3);
    border-radius: 16px;
    padding: 30px 32px;
    box-shadow: var(--nv-shadow-card, 0 10px 30px rgba(20, 21, 24, 0.06));
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

[data-theme="dark"] .timeline-step-card {
    background: #111317;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.timeline-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--nv-gold, #c5a880), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.timeline-step-item:hover .timeline-step-card {
    transform: translateY(-8px);
    border-color: var(--nv-gold, #c5a880);
    box-shadow: var(--nv-shadow-hover, 0 18px 40px rgba(20, 21, 24, 0.12));
    background: var(--nv-surface, #ffffff);
}

[data-theme="dark"] .timeline-step-item:hover .timeline-step-card {
    border-color: rgba(197, 168, 128, 0.5);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 28px rgba(197, 168, 128, 0.15);
    background: linear-gradient(180deg, #14171d 0%, #101216 100%);
}

.timeline-step-item:hover .timeline-step-card::before {
    opacity: 1;
}

.timeline-card-header {
    margin-bottom: 10px;
}

.step-num-badge {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--nv-gold, #c5a880);
    display: inline-block;
}

.timeline-step-card .step-title {
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--nv-primary);
    margin: 0 0 10px 0;
    font-family: var(--nv-font-heading, "Cormorant Garamond", Georgia, serif);
    line-height: 1.25;
}

.timeline-step-card .step-desc {
    font-size: 0.9rem;
    color: var(--nv-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* Responsive Timeline */
@media (max-width: 768px) {
    .timeline-vertical-spine {
        left: 20px;
    }
    
    .timeline-step-item {
        margin-bottom: 40px;
    }

    .step-left, .step-right {
        justify-content: flex-start;
        padding-left: 50px;
    }

    .step-left .timeline-step-card,
    .step-right .timeline-step-card {
        width: 100%;
        margin: 0;
        padding: 24px 22px;
    }

    .step-left .timeline-node-dot,
    .step-right .timeline-node-dot {
        left: 20px;
    }

    .step-left .timeline-connector,
    .step-right .timeline-connector {
        left: 20px;
        right: auto;
        width: 30px;
    }
}

/* 9. Why NestVerse */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
}

.why-lead {
    font-size: 1.18rem;
    color: var(--nv-text-muted);
    margin-bottom: 28px;
}

.why-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.why-feature-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-md);
    padding: 28px;
    transition: var(--nv-transition);
}

.why-feature-card:hover {
    border-color: var(--nv-gold);
    box-shadow: var(--nv-shadow-soft);
}

.why-feature-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--nv-primary);
}

.why-feature-card p {
    font-size: 0.92rem;
    color: var(--nv-text-muted);
    margin-bottom: 0;
    line-height: 1.6;
}

/* 10. Locations */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.location-card {
    position: relative;
    height: 330px;
    border-radius: var(--nv-radius-md);
    overflow: hidden;
    display: block;
    box-shadow: var(--nv-shadow-card);
}

.location-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.location-card:hover img {
    transform: scale(1.1);
}

.location-card-content {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 12, 14, 0) 30%, rgba(11, 12, 14, 0.88) 100%);
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
}

.location-card-content h3 {
    color: #ffffff !important;
    font-size: 1.45rem;
    margin-bottom: 4px;
}

.location-card-content p {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

/* 11. Investment Section */
.investment-banner {
    background: var(--nv-primary-alt);
    border: 1px solid var(--nv-border);
    color: #ffffff;
    border-radius: var(--nv-radius-lg);
    padding: 65px 55px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--nv-shadow-hover);
}

.investment-banner-content h2 {
    color: #ffffff !important;
    font-size: 2.6rem;
    margin: 14px 0 18px 0;
}

.investment-banner-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.12rem;
    max-width: 820px;
    margin-bottom: 38px;
}

.investment-stats {
    display: flex;
    gap: 45px;
    margin-bottom: 38px;
    flex-wrap: wrap;
}

.inv-stat strong {
    display: block;
    font-family: var(--nv-font-serif);
    font-size: 2.2rem;
    color: var(--nv-gold);
}

.inv-stat span {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.75);
}

.badge-gold {
    display: inline-block;
    background: rgba(197, 168, 128, 0.2);
    color: var(--nv-gold-light);
    border: 1px solid rgba(197, 168, 128, 0.4);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 5px 14px;
    border-radius: var(--nv-radius-full);
}

/* 12. Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.testimonial-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-md);
    padding: 32px;
    box-shadow: var(--nv-shadow-soft);
}

.star-rating {
    color: #f59e0b;
    font-size: 1.15rem;
    margin-bottom: 16px;
}

.testimonial-body {
    font-family: var(--nv-font-serif);
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.55;
    color: var(--nv-primary);
    margin-bottom: 22px;
}

.testimonial-author h4 {
    font-size: 1.05rem;
    margin-bottom: 3px;
    color: var(--nv-primary);
}

.testimonial-author span {
    font-size: 0.85rem;
    color: var(--nv-text-muted);
}

/* 13. FAQ Accordion */
.faq-accordion-wrap {
    max-width: 880px;
    margin: 0 auto;
}

.faq-item {
    border: none;
    border-bottom: 1px solid var(--nv-border);
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    transition: var(--nv-transition);
}

.faq-item:first-child {
    border-top: 1px solid var(--nv-border);
}

.faq-item:hover,
.faq-item.active {
    border-color: var(--nv-border);
    background: transparent;
}

.faq-question {
    width: 100%;
    padding: 22px 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--nv-font-sans);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--nv-primary);
    text-align: left;
    cursor: pointer;
    gap: 16px;
    transition: color 0.3s ease;
}

.faq-question span:first-child {
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
    display: inline-block;
}

.faq-question:hover span:first-child {
    transform: translateX(5px);
    color: var(--nv-gold);
}

.faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--nv-surface-hover, #181a20);
    border: 1px solid var(--nv-border, rgba(255, 255, 255, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--nv-gold);
    flex-shrink: 0;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

[data-theme="dark"] .faq-icon {
    background: #191b20;
    border-color: rgba(255, 255, 255, 0.12);
}

.faq-question:hover .faq-icon {
    transform: scale(1.08);
    border-color: var(--nv-gold);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg) scale(1.08);
    background: rgba(197, 168, 128, 0.18);
    border-color: var(--nv-gold);
    color: var(--nv-gold);
    box-shadow: 0 0 14px rgba(197, 168, 128, 0.35);
}

.faq-answer {
    padding: 0 0 24px 0;
    overflow: hidden;
}

.faq-answer-inner {
    position: relative;
    padding-left: 20px;
    margin-left: 2px;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.35s ease 0.05s, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}

.faq-answer-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.5px;
    background: linear-gradient(180deg, var(--nv-gold) 0%, rgba(197, 168, 128, 0.4) 100%);
    border-radius: 2px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}

.faq-item.active .faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
}

.faq-item.active .faq-answer-inner::before {
    transform: scaleY(1);
}

.faq-answer-inner p {
    color: var(--nv-text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* 14. Final CTA */
.final-cta-box {
    background: var(--nv-primary-alt);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    padding: 65px 55px;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 55px;
    align-items: center;
    color: #ffffff;
    box-shadow: var(--nv-shadow-hover);
}

.cta-title {
    color: #ffffff !important;
    font-size: 2.8rem;
    margin: 8px 0 18px 0;
}

.cta-subtitle {
    font-size: 1.12rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 34px;
}

.quick-contact-pills {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 20px;
    border-radius: var(--nv-radius-full);
    font-size: 0.92rem;
    font-weight: 600;
    color: #ffffff !important;
}

.pill-wa {
    background: rgba(37, 211, 102, 0.2);
    border-color: rgba(37, 211, 102, 0.4);
    color: #25D366 !important;
}

/* Forms */
.nv-lead-form {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    padding: 32px;
    border-radius: var(--nv-radius-md);
    color: var(--nv-text);
    box-shadow: var(--nv-shadow-card);
}

.form-group {
    margin-bottom: 16px;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    background: var(--nv-search-input-bg);
    color: var(--nv-text);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-sm);
    font-family: var(--nv-font-sans);
    font-size: 0.94rem;
    outline: none;
    transition: var(--nv-transition);
}

.form-control:focus {
    border-color: var(--nv-gold);
    box-shadow: 0 0 0 3px rgba(197, 168, 128, 0.25);
}

.form-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.84rem;
    color: var(--nv-text-muted);
    cursor: pointer;
}

.form-privacy-note {
    font-size: 0.76rem;
    color: var(--nv-text-light);
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.form-feedback {
    padding: 12px 16px;
    border-radius: var(--nv-radius-sm);
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.form-feedback.success {
    background: rgba(46, 125, 50, 0.15);
    color: #4caf50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.form-feedback.error {
    background: rgba(198, 40, 40, 0.15);
    color: #ef5350;
    border: 1px solid rgba(239, 83, 80, 0.3);
}

/* 15. Footer */
.nv-footer {
    background: var(--nv-footer-bg);
    color: var(--nv-footer-text);
    padding: 85px 0 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 45px;
    margin-bottom: 55px;
}

.footer-brand-col .brand-name {
    color: #ffffff;
}

.footer-tagline {
    font-family: var(--nv-font-serif);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--nv-gold);
    margin: 16px 0 10px 0;
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 22px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.footer-socials a:hover {
    background: var(--nv-gold);
    color: #141518;
}

.footer-col-title {
    color: #ffffff !important;
    font-size: 1.2rem;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 8px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--nv-gold);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 0.92rem;
    color: var(--nv-footer-text);
}

.footer-links a:hover {
    color: var(--nv-gold);
    padding-left: 4px;
}

.contact-entry {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.contact-icon {
    color: var(--nv-gold);
    margin-top: 2px;
}

.footer-cta-box {
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px;
    border-radius: var(--nv-radius-sm);
}

.footer-cta-box p {
    font-size: 0.84rem;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 26px 0;
    font-size: 0.8rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.45);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 26px;
    font-size: 0.84rem;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-legal-links {
    display: flex;
    gap: 22px;
}

/* Modal */
.nv-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 12, 14, 0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.nv-modal-overlay.active {
    display: flex;
}

.nv-modal-box {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    max-width: 620px;
    width: 100%;
    border-radius: var(--nv-radius-md);
    padding: 38px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: var(--nv-primary);
    cursor: pointer;
}

.modal-title {
    font-size: 1.7rem;
    margin-bottom: 6px;
    color: var(--nv-primary);
}

.modal-subtitle {
    font-size: 0.9rem;
    color: var(--nv-text-muted);
    margin-bottom: 24px;
}

/* Mobile Drawer */
.nv-mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: var(--nv-surface);
    z-index: 2000;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
    transition: right 0.35s ease;
    padding: 30px 24px;
    overflow-y: auto;
}

.nv-mobile-drawer.active {
    right: 0;
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--nv-border);
    padding-bottom: 15px;
}

.drawer-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--nv-primary);
    cursor: pointer;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mob-link {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--nv-primary);
}

.mob-sublink {
    font-size: 0.95rem;
    color: var(--nv-text-muted);
    padding-left: 15px;
}

.mobile-drawer-contact {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ==========================================================================
   Services Page Detailed Styling
   ========================================================================== */
.services-hero-banner {
    background: var(--nv-primary-alt);
    border-bottom: 1px solid var(--nv-border);
    color: #ffffff;
    padding: 85px 0 65px 0;
}

.services-hero-banner .page-title {
    color: #ffffff !important;
    font-size: 3.5rem;
    margin: 10px 0 16px 0;
    line-height: 1.15;
}

.services-hero-banner .page-lead {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 820px;
    margin-bottom: 32px;
}

.page-hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.services-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--nv-radius-sm);
    padding: 16px 20px;
    backdrop-filter: blur(8px);
}

.stat-pill strong {
    display: block;
    font-family: var(--nv-font-serif);
    font-size: 1.8rem;
    color: var(--nv-gold);
    line-height: 1;
}

.stat-pill span {
    display: block;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

/* Detailed Services Cards Grid */
.services-detailed-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.service-detail-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-md);
    padding: 38px 32px;
    box-shadow: var(--nv-shadow-soft);
    display: flex;
    flex-direction: column;
    transition: var(--nv-transition);
    position: relative;
}

.service-detail-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--nv-shadow-hover);
    border-color: var(--nv-gold);
}

.service-detail-card.highlight-card {
    border-color: rgba(197, 168, 128, 0.5);
    background: var(--nv-surface);
    box-shadow: 0 0 30px rgba(197, 168, 128, 0.12);
}

.service-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.service-badge-number {
    font-family: var(--nv-font-serif);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--nv-gold);
    line-height: 1;
}

.badge-gold-solid {
    background: var(--nv-gold-gradient);
    color: #141518 !important;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: var(--nv-radius-full);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.service-icon-wrapper {
    width: 48px;
    height: 48px;
    background: var(--nv-surface-hover);
    border: 1px solid var(--nv-border-subtle);
    border-radius: var(--nv-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nv-gold);
}

.service-detail-title {
    font-size: 1.6rem;
    color: var(--nv-primary);
    margin-bottom: 8px;
}

.service-detail-tagline {
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--nv-gold);
    margin-bottom: 14px;
}

.service-detail-body {
    font-size: 0.94rem;
    color: var(--nv-text-muted);
    line-height: 1.65;
    margin-bottom: 22px;
}

.service-deliverables {
    border-top: 1px solid var(--nv-border-subtle);
    padding-top: 18px;
    margin-bottom: 28px;
    flex-grow: 1;
}

.service-deliverables h4 {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nv-primary);
    margin-bottom: 12px;
}

.service-deliverables ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-deliverables li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: var(--nv-text);
    line-height: 1.45;
}

.service-deliverables li svg {
    color: var(--nv-gold);
    margin-top: 3px;
    flex-shrink: 0;
}

.service-card-footer {
    margin-top: auto;
}

/* Services Inquiry Box */
.services-inquiry-box {
    background: var(--nv-primary-alt);
    border: 1px solid var(--nv-border);
    border-radius: var(--nv-radius-lg);
    padding: 60px 50px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 55px;
    color: #ffffff;
    box-shadow: var(--nv-shadow-hover);
}

.inquiry-title {
    color: #ffffff !important;
    font-size: 2.7rem;
    margin: 8px 0 16px 0;
}

.inquiry-lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
}

.inquiry-trust-points {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.trust-pt {
    display: flex;
    gap: 14px;
}

.pt-icon {
    width: 26px;
    height: 26px;
    background: rgba(197, 168, 128, 0.2);
    border: 1px solid var(--nv-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nv-gold);
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.trust-pt strong {
    display: block;
    font-size: 0.98rem;
    color: #ffffff;
}

.trust-pt span {
    display: block;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.75);
}

.services-custom-form {
    background: var(--nv-surface);
    color: var(--nv-text);
}

/* ==========================================================================
   16. About Page Animated Styling & Micro-Interactions
   ========================================================================== */
.about-hero-banner {
    position: relative;
    overflow: hidden;
}

.about-stats-strip {
    margin-top: 40px;
}

.about-quote-box {
    background: rgba(197, 168, 128, 0.08);
    border: 1px solid rgba(197, 168, 128, 0.35);
    border-left: 4px solid var(--nv-gold);
    border-radius: var(--nv-radius-sm);
    padding: 24px 28px;
    margin: 28px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-quote-box:hover {
    transform: translateX(5px);
    border-color: var(--nv-gold);
    box-shadow: 0 15px 35px rgba(197, 168, 128, 0.18);
}

.quote-mark {
    font-size: 2.2rem;
    color: var(--nv-gold);
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.7;
}

.quote-text {
    font-size: 1.08rem;
    font-style: italic;
    color: var(--nv-text);
    line-height: 1.6;
    margin-bottom: 10px;
}

.quote-author {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nv-gold);
}

.about-checklist {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

.about-check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--nv-text);
    transition: transform 0.3s ease;
}

.about-check-item:hover {
    transform: translateX(4px);
}

.about-check-item .check-icon {
    color: var(--nv-gold);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Media Frame */
.about-media-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.4);
    border: 1px solid var(--nv-border);
    height: 100%;
    min-height: 420px;
}

.about-feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-media-frame:hover .about-feature-img {
    transform: scale(1.04);
}

.frame-ambient-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(11, 12, 14, 0.75) 100%);
    pointer-events: none;
    z-index: 2;
}

.about-floating-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(11, 12, 14, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(197, 168, 128, 0.4);
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.about-floating-badge:hover {
    transform: translateY(-4px);
    border-color: var(--nv-gold);
}

.about-floating-badge .badge-icon {
    font-size: 1.4rem;
    color: var(--nv-gold);
}

.about-floating-badge .badge-text strong {
    display: block;
    font-size: 0.94rem;
    color: #ffffff;
}

.about-floating-badge .badge-text span {
    display: block;
    font-size: 0.78rem;
    color: var(--nv-gold);
}

/* About Pillars Grid */
.about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 45px;
}

.about-pillar-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-top: 3px solid var(--nv-gold);
    border-radius: var(--nv-radius-md);
    padding: 32px 26px;
    box-shadow: var(--nv-shadow-soft);
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.about-pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: skewX(-20deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.about-pillar-card:hover::before {
    left: 140%;
}

.about-pillar-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45), 0 0 25px rgba(197, 168, 128, 0.15);
    border-color: rgba(197, 168, 128, 0.6);
    background: linear-gradient(180deg, var(--nv-surface) 0%, rgba(197, 168, 128, 0.04) 100%);
}

.pillar-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.pillar-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--nv-surface-hover);
    border: 1px solid var(--nv-border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nv-gold);
    transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-pillar-card:hover .pillar-icon-box {
    background: linear-gradient(135deg, rgba(197, 168, 128, 0.25) 0%, rgba(197, 168, 128, 0.06) 100%);
    border-color: var(--nv-gold);
    transform: translateY(-4px) scale(1.1) rotate(-4deg);
    box-shadow: 0 8px 20px rgba(197, 168, 128, 0.25);
}

.pillar-num {
    font-size: 1.1rem;
    font-weight: 700;
    color: rgba(197, 168, 128, 0.5);
    font-family: var(--nv-font-heading);
}

.about-pillar-card:hover .pillar-num {
    color: var(--nv-gold);
}

.pillar-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--nv-primary);
    font-family: var(--nv-font-heading, "Cormorant Garamond", Georgia, serif);
}

.about-pillar-card:hover .pillar-title {
    color: var(--nv-gold);
}

.pillar-desc {
    font-size: 0.92rem;
    color: var(--nv-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   17. Contact Page Luxury Layout & Micro-Interactions
   ========================================================================== */
.contact-page-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 50px;
    align-items: flex-start;
}

.contact-info-panel {
    display: flex;
    flex-direction: column;
}

.contact-heading {
    font-size: 2.2rem;
    margin: 8px 0 12px 0;
    color: var(--nv-primary);
    font-family: var(--nv-font-heading, "Cormorant Garamond", Georgia, serif);
}

.contact-desc {
    font-size: 0.96rem;
    color: var(--nv-text-muted);
    line-height: 1.6;
    margin-bottom: 24px;
}

.contact-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 26px;
}

.contact-detail-card {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--nv-shadow-soft);
    position: relative;
    overflow: hidden;
}

.contact-detail-card:hover {
    transform: translateX(6px);
    border-color: var(--nv-gold);
    box-shadow: 0 12px 30px rgba(197, 168, 128, 0.15);
}

.card-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--nv-surface-hover);
    border: 1px solid var(--nv-border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nv-gold);
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.contact-detail-card:hover .card-icon-box {
    transform: scale(1.1) rotate(-4deg);
    background: linear-gradient(135deg, rgba(197, 168, 128, 0.25), rgba(197, 168, 128, 0.05));
    border-color: var(--nv-gold);
    box-shadow: 0 6px 18px rgba(197, 168, 128, 0.2);
}

.card-content-area {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-content-area strong {
    font-size: 0.95rem;
    color: var(--nv-primary);
}

.card-content-area p {
    font-size: 0.88rem;
    color: var(--nv-text-muted);
    margin: 0;
    line-height: 1.5;
}

.card-main-link {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--nv-gold);
    text-decoration: none;
    transition: color 0.2s ease;
}

.card-main-link:hover {
    color: #dfc39d;
}

.card-subtext {
    font-size: 0.8rem;
    color: var(--nv-text-muted);
}

.card-action-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--nv-gold);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.card-action-link:hover {
    gap: 9px;
}

.social-connect-box {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: 14px;
    padding: 22px 24px;
}

.social-connect-box h4 {
    font-size: 0.9rem;
    color: var(--nv-primary);
    margin: 0 0 12px 0;
    font-weight: 600;
}

.social-pills-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-pill {
    background: var(--nv-surface-hover);
    border: 1px solid var(--nv-border);
    padding: 8px 16px;
    border-radius: var(--nv-radius-full);
    font-size: 0.84rem;
    color: var(--nv-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.social-pill:hover {
    border-color: var(--nv-gold);
    color: var(--nv-gold);
    transform: translateX(3px);
}

/* Contact Form Panel */
.contact-form-panel .form-container-box {
    background: var(--nv-surface);
    border: 1px solid var(--nv-border);
    border-radius: 18px;
    padding: 40px 38px;
    box-shadow: var(--nv-shadow-card);
    position: relative;
    overflow: hidden;
}

.contact-form-panel .form-container-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--nv-gold), transparent);
}

.form-box-header {
    margin-bottom: 26px;
}

.form-box-header .form-title {
    font-size: 1.8rem;
    color: var(--nv-primary);
    margin: 6px 0 8px 0;
    font-family: var(--nv-font-heading, "Cormorant Garamond", Georgia, serif);
}

.form-box-header .form-subtitle {
    font-size: 0.9rem;
    color: var(--nv-text-muted);
    line-height: 1.55;
    margin: 0;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: var(--nv-text-muted);
    cursor: pointer;
}

.checkbox-label input {
    accent-color: var(--nv-gold);
    width: 16px;
    height: 16px;
}

@media (max-width: 1024px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nv-announcement-bar {
        display: none;
    }
    .nv-nav-desktop,
    .btn-header {
        display: none;
    }
    .mobile-toggle {
        display: flex;
    }
    .hero-title {
        font-size: 2.6rem;
    }
    .smart-search-form {
        grid-template-columns: 1fr;
    }
    .trust-grid {
        grid-template-columns: 1fr;
    }
    .services-grid,
    .process-steps-grid,
    .locations-grid,
    .testimonials-grid,
    .why-features-grid,
    .about-pillars-grid {
        grid-template-columns: 1fr;
    }
    .footer-top-grid {
        grid-template-columns: 1fr;
    }
    .form-row-2 {
        grid-template-columns: 1fr;
    }
    .contact-form-panel .form-container-box {
        padding: 28px 22px;
    }
}
