/* =============================================
           HEADER OVERRIDES (unchanged from original)
        ============================================= */
        .mobile-logo img { width: 80px; height: auto; }
        .logos img { width: 80px; height: auto; }
        .mobile-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #fff; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li > a { color: #000 !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li:hover > a,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li.current-menu-item > a,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu > ul > li.current-menu-ancestor > a { color: #fcb90e !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu a,
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu li a { color: #fcb90e !important; }
        .fa-angle-down { color: #fcb90e !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover { color: #fcb90e !important; }
        .homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a::after { background: #fcb90e !important; }
        .header-btn17 { background: #fcb90e !important; color: #000 !important; }
        .header-btn17:hover { background: #000 !important; color: #fcb90e !important; }

        /* =============================================
           ENQUIRY MODAL (unchanged)
        ============================================= */
        .enquiry-modal { display:none; position:fixed; inset:0; z-index:2000; align-items:center; justify-content:center; overflow-y:auto; }
        .enquiry-modal.active { display:flex; }
        .enquiry-backdrop { position:absolute; inset:0; background:rgba(0,0,0,0.65); }
        .enquiry-dialog { position:relative; z-index:2; width:min(560px,95%); max-height:90vh; overflow-y:auto; background:#fff; border-radius:20px; padding:30px; box-shadow:0 30px 80px rgba(0,0,0,0.18); }
        .enquiry-close { position:absolute; top:18px; right:18px; width:40px; height:40px; border:none; border-radius:50%; background:#f4f4f4; color:#222; font-size:22px; line-height:1; cursor:pointer; }
        .enquiry-content h2 { margin-bottom:10px; font-size:28px; }
        .enquiry-content p { margin-bottom:24px; color:#555; line-height:1.6; }
        .enquiry-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-bottom:16px; }
        .enquiry-row-full { grid-column:1/-1; }
        .enquiry-content input, .enquiry-content textarea { width:100%; border:1px solid #d9d9d9; border-radius:10px; padding:14px 16px; font-size:14px; color:#222; background:#fff; }
        .enquiry-content textarea { min-height:120px; resize:vertical; }
        .enquiry-content label { display:block; margin-bottom:6px; font-weight:600; color:#111; font-size:14px; }
        .enquiry-thankyou { text-align:center; }
        .enquiry-thankyou h3 { font-size:26px; margin-bottom:10px; }
        .enquiry-thankyou p { color:#555; line-height:1.7; margin-bottom:10px; }
        .enquiry-source-display { display:none; background:#fff5da; padding:18px 0; }
        .enquiry-source-display.active { display:block; }
        .enquiry-source-display p { margin:0; font-size:15px; color:#1f1f1f; }
        @media(max-width:680px){ .enquiry-row{grid-template-columns:1fr;} .enquiry-dialog{padding:22px;} }

        /* =============================================
           PAGE DESIGN VARIABLES
        ============================================= */
        :root {
            --gold: #fcb90e;
            --gold-light: #fcb90e;
            --gold-pale: #fff8e6;
            --dark: #0d0d0d;
            --dark-2: #161616;
            --dark-3: #1f1f1f;
            --mid: #2a2a2a;
            --text: #444;
            --text-light: #888;
            --white: #ffffff;
            --border: #ebebeb;
            --bg-light: #f7f7f7;
            --radius: 16px;
            --radius-lg: 24px;
            --radius-xl: 32px;
        }

        /* =============================================
           GLOBAL
        ============================================= */
        .hp-body { font-family: 'DM Sans', sans-serif; }
        .hp-body h1,.hp-body h2,.hp-body h3,.hp-body h4 { font-family:'Syne',sans-serif; font-weight:700; line-height:1.15; color:var(--dark); }
        .hp-body p { font-family:'DM Sans',sans-serif; font-weight:400; line-height:1.8; color:var(--text); }
        .section-tag {
            display:inline-flex; align-items:center; gap:8px;
            font-family:'DM Sans',sans-serif; font-size:12px; font-weight:500;
            color:var(--gold); text-transform:uppercase; letter-spacing:2px; margin-bottom:14px;
        }
        .section-tag::before { content:''; display:block; width:18px; height:2px; background:var(--gold); }
        .section-heading {
            font-family:'Syne',sans-serif; font-size:clamp(1.85rem,3.5vw,2.7rem);
            font-weight:700; color:var(--dark); line-height:1.18; margin-bottom:16px;
        }
        .section-heading.white { color:var(--white); }
        .section-sub {
            font-family:'DM Sans',sans-serif; font-size:1rem;
            color:var(--text-light); line-height:1.8; max-width:580px;
        }
        .section-sub.center { margin:0 auto; text-align:center; }
        .btn-gold {
            display:inline-flex; align-items:center; gap:10px;
            background:var(--gold); color:#000; font-family:'Syne',sans-serif;
            font-weight:600; font-size:15px; padding:14px 28px; border-radius:100px;
            text-decoration:none; transition:all .3s ease; border:none; cursor:pointer;
        }
        .btn-gold:hover { background:var(--gold-light); transform:translateY(-2px); box-shadow:0 10px 30px rgba(252,185,14,.4); color:#000; }
        .btn-dark {
            display:inline-flex; align-items:center; gap:10px;
            background:var(--dark); color:var(--white); font-family:'Syne',sans-serif;
            font-weight:600; font-size:15px; padding:14px 28px; border-radius:100px;
            text-decoration:none; transition:all .3s ease;
        }
        .btn-dark:hover { background:var(--gold); color:#000; transform:translateY(-2px); }
        .btn-outline {
            display:inline-flex; align-items:center; gap:10px;
            background:transparent; color:rgba(255,255,255,.8);
            border:1px solid rgba(255,255,255,.2); font-family:'Syne',sans-serif;
            font-weight:500; font-size:15px; padding:14px 28px; border-radius:100px;
            text-decoration:none; transition:all .3s ease;
        }
        .btn-outline:hover { border-color:var(--gold); color:var(--gold); }

        /* =============================================
           HERO
        ============================================= */
        .hp-hero {
            background:var(--dark);
            background-image:
                radial-gradient(ellipse 55% 60% at 75% 45%, rgba(252,185,14,.13) 0%, transparent 65%),
                radial-gradient(ellipse 35% 40% at 10% 80%, rgba(252,185,14,.07) 0%, transparent 55%);
            padding:150px 0 80px; position:relative; overflow:hidden;
        }
        .hp-hero::before {
            content:''; position:absolute; inset:0;
            background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            pointer-events:none;
        }
        .hero-eyebrow {
            display:inline-flex; align-items:center; gap:10px;
            background:rgba(252,185,14,.1); border:1px solid rgba(252,185,14,.25);
            padding:8px 18px; border-radius:100px; margin-bottom:24px;
            font-family:'DM Sans',sans-serif; font-size:13px; color:var(--gold);
        }
        .hero-eyebrow .dot { width:7px; height:7px; border-radius:50%; background:var(--gold); animation:pulse 2s ease-in-out infinite; }
        @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
        .hp-hero h1 {
            font-family:'Syne',sans-serif; font-size:clamp(2.6rem,5.5vw,4.2rem);
            font-weight:800; color:var(--white); line-height:1.08; margin-bottom:22px;
        }
        .hp-hero h1 em { font-style:normal; color:var(--gold); }
        .hero-desc {
            font-family:'DM Sans',sans-serif; font-size:1.05rem;
            color:rgba(255,255,255,.6); max-width:540px; margin-bottom:36px; line-height:1.8;
        }
        .hero-btns { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px; }
        .hero-stats {
            display:flex; gap:36px; flex-wrap:wrap;
            padding-top:36px; border-top:1px solid rgba(255,255,255,.08);
        }
        .hero-stat-num { font-family:'Syne',sans-serif; font-size:2rem; font-weight:800; color:var(--gold); }
        .hero-stat-label { font-family:'DM Sans',sans-serif; font-size:12px; color:rgba(255,255,255,.45); margin-top:2px; }
        /* hero right panel */
        .hero-panel {
            background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09);
            border-radius:var(--radius-xl); padding:28px; position:relative;
        }
        .hp-card {
            background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
            border-radius:var(--radius); padding:20px 22px; margin-bottom:16px;
            transition:all .3s ease;
        }
        .hp-card:last-child { margin-bottom:0; }
        .hp-card:hover { background:rgba(252,185,14,.08); border-color:rgba(252,185,14,.25); }
        .hp-card-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
        .hp-card-icon {
            width:38px; height:38px; border-radius:10px;
            background:rgba(252,185,14,.15); display:flex; align-items:center;
            justify-content:center; color:var(--gold); font-size:16px;
        }
        .hp-card-badge {
            font-family:'DM Sans',sans-serif; font-size:11px; font-weight:500;
            padding:4px 10px; border-radius:100px;
        }
        .badge-green { background:rgba(34,197,94,.15); color:#22c55e; }
        .badge-blue { background:rgba(59,130,246,.15); color:#60a5fa; }
        .badge-gold { background:rgba(252,185,14,.15); color:var(--gold); }
        .hp-card h4 { font-family:'Syne',sans-serif; font-size:15px; font-weight:600; color:var(--white); margin:0 0 4px; }
        .hp-card p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.45); margin:0; line-height:1.5; }
        .hp-card .progress-bar-wrap { margin-top:12px; background:rgba(255,255,255,.08); border-radius:100px; height:5px; overflow:hidden; }
        .hp-card .progress-bar-fill { height:100%; border-radius:100px; background:var(--gold); }

        /* floating badges */
        .float-chip {
            position:absolute; background:var(--white); border-radius:12px;
            padding:10px 14px; box-shadow:0 10px 36px rgba(0,0,0,.25);
            font-family:'DM Sans',sans-serif; font-size:12px; font-weight:500;
            color:var(--dark); display:flex; align-items:center; gap:8px;
            animation:chipFloat 4s ease-in-out infinite;
        }
        .float-chip.chip1 { top:-18px; right:20px; animation-delay:0s; }
        .float-chip.chip2 { bottom:-18px; left:10px; animation-delay:2s; }
        .chip-dot { width:8px; height:8px; border-radius:50%; background:#22c55e; flex-shrink:0; }
        @keyframes chipFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

        /* =============================================
           LOGO BAR
        ============================================= */
        .hp-logobar { padding:48px 0; background:var(--bg-light); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
        .logobar-label { font-family:'DM Sans',sans-serif; font-size:12px; color:var(--text-light); text-transform:uppercase; letter-spacing:2px; text-align:center; margin-bottom:28px; }
        .logobar-items { display:flex; gap:48px; align-items:center; justify-content:center; flex-wrap:wrap; }
        .logobar-item {
            font-family:'Syne',sans-serif; font-size:18px; font-weight:700;
            color:#ccc; letter-spacing:-0.5px; transition:color .25s ease; white-space:nowrap;
        }
        .logobar-item:hover { color:var(--gold); }

        /* =============================================
           ABOUT
        ============================================= */
        .hp-about { padding:100px 0; background:var(--white); }
        .about-img-stack { position:relative; }
        .about-img-stack .img-main { border-radius:var(--radius-lg); overflow:hidden; }
        .about-img-stack .img-main img { width:100%; height:460px; object-fit:cover; display:block; }
        .about-img-stack .img-secondary {
            position:absolute; bottom:-24px; right:-24px;
            width:180px; height:180px; border-radius:var(--radius); overflow:hidden;
            border:6px solid var(--white); box-shadow:0 16px 48px rgba(0,0,0,.12);
        }
        .about-img-stack .img-secondary img { width:100%; height:100%; object-fit:cover; }
        .about-img-stack .stat-chip {
            position:absolute; top:24px; left:-24px;
            background:var(--dark); color:var(--white); border-radius:14px;
            padding:16px 20px; box-shadow:0 12px 40px rgba(0,0,0,.2);
        }
        .about-img-stack .stat-chip strong { font-family:'Syne',sans-serif; font-size:24px; font-weight:800; color:var(--gold); display:block; }
        .about-img-stack .stat-chip span { font-family:'DM Sans',sans-serif; font-size:12px; color:rgba(255,255,255,.6) !important; }
        .about-text { padding-left:48px; }
        .about-text .about-body { font-size:1rem; color:var(--text); line-height:1.85; margin-bottom:20px; }
        .about-pillars { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:28px 0 36px; }
        .about-pillar {
            padding:20px; border-radius:var(--radius); border:1px solid var(--border);
            transition:all .25s ease;
        }
        .about-pillar:hover { border-color:var(--gold); background:var(--gold-pale); transform:translateY(-3px); }
        .about-pillar .pillar-icon { font-size:22px; margin-bottom:10px; }
        .about-pillar h4 { font-family:'Syne',sans-serif; font-size:15px; font-weight:700; color:var(--dark); margin:0 0 5px; }
        .about-pillar p { font-family:'DM Sans',sans-serif; font-size:13px; color:var(--text-light); margin:0; line-height:1.55; }

        /* =============================================
           SERVICES
        ============================================= */
        .hp-services { padding:100px 0; background:var(--bg-light); }
        .services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:56px; }
        .svc-card {
            background:var(--white); border-radius:var(--radius-lg); padding:36px 28px;
            border:1px solid var(--border); position:relative; overflow:hidden;
            transition:all .35s ease;
        }
        .svc-card::after {
            content:''; position:absolute; bottom:0; left:0; right:0; height:3px;
            background:var(--gold); transform:scaleX(0); transform-origin:left; transition:transform .35s ease;
        }
        .svc-card:hover { transform:translateY(-8px); box-shadow:0 24px 64px rgba(0,0,0,.1); border-color:transparent; }
        .svc-card:hover::after { transform:scaleX(1); }
        .svc-card .svc-icon {
            width:56px; height:56px; background:var(--gold-pale);
            border-radius:14px; display:flex; align-items:center;
            justify-content:center; color:var(--gold); font-size:24px; margin-bottom:22px;
            transition:all .3s ease;
        }
        .svc-card:hover .svc-icon { background:var(--gold); color:#000; }
        .svc-card h3 { font-family:'Syne',sans-serif; font-size:17px; font-weight:700; color:var(--dark); margin:0 0 12px; }
        .svc-card p { font-family:'DM Sans',sans-serif; font-size:14px; color:var(--text-light); line-height:1.75; margin:0 0 20px; }
        .svc-card .svc-link { font-family:'Syne',sans-serif; font-size:13px; font-weight:600; color:var(--gold); text-decoration:none; display:inline-flex; align-items:center; gap:6px; }
        .svc-card .svc-link:hover { gap:10px; }

        /* =============================================
           WHY US / VALUE PROPS
        ============================================= */
        .hp-why { padding:100px 0; background:var(--dark); }
        .why-cols { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
        .why-items { display:flex; flex-direction:column; gap:0; margin-top:40px; }
        .why-item {
            display:flex; gap:20px; padding:24px 0;
            border-bottom:1px solid rgba(255,255,255,.07); transition:all .25s ease;
        }
        .why-item:first-child { padding-top:0; }
        .why-item:last-child { border-bottom:none; padding-bottom:0; }
        .why-item:hover .wi-icon { background:var(--gold); color:#000; }
        .wi-icon {
            width:48px; height:48px; border-radius:12px;
            background:rgba(252,185,14,.1); display:flex; align-items:center;
            justify-content:center; color:var(--gold); font-size:20px; flex-shrink:0;
            transition:all .3s ease;
        }
        .wi-body h4 { font-family:'Syne',sans-serif; font-size:16px; font-weight:700; color:var(--white); margin:0 0 6px; }
        .wi-body p { font-family:'DM Sans',sans-serif; font-size:14px; color:rgba(255,255,255,.45); margin:0; line-height:1.65; }
        /* right stats panel */
        .stats-mosaic { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
        .stat-tile {
            background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
            border-radius:var(--radius-lg); padding:28px 24px; transition:all .3s ease;
        }
        .stat-tile:hover { background:rgba(252,185,14,.07); border-color:rgba(252,185,14,.2); }
        .stat-tile.wide { grid-column:span 2; }
        .stat-tile .tile-num { font-family:'Syne',sans-serif; font-size:3rem; font-weight:800; color:var(--gold); line-height:1; }
        .stat-tile .tile-label { font-family:'DM Sans',sans-serif; font-size:14px; color:rgba(255,255,255,.5); margin-top:8px; line-height:1.5; }
        .stat-tile .tile-bar { height:4px; background:rgba(255,255,255,.08); border-radius:4px; margin-top:16px; overflow:hidden; }
        .stat-tile .tile-bar-fill { height:100%; border-radius:4px; background:var(--gold); }

        /* =============================================
           SERVICES DETAIL (Benefits)
        ============================================= */
        .hp-benefits { padding:100px 0; background:var(--white); }
        .benefits-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:56px; }
        .benefit-card {
            background:var(--bg-light); border-radius:var(--radius-lg); padding:28px 22px;
            border:1px solid var(--border); text-align:center; transition:all .3s ease;
        }
        .benefit-card:hover { background:var(--dark); border-color:var(--dark); transform:translateY(-6px); }
        .benefit-card:hover h3 { color:#fff !important; }
        .benefit-card:hover p { color:#fff !important; }
        .benefit-card:hover .bc-icon { background:var(--gold); color:#000; }
        .bc-icon {
            width:60px; height:60px; border-radius:16px; background:var(--gold-pale);
            display:flex; align-items:center; justify-content:center;
            color:var(--gold); font-size:26px; margin:0 auto 20px; transition:all .3s ease;
        }
        .benefit-card h3 { font-family:'Syne',sans-serif; font-size:15px; font-weight:700; color:var(--dark); margin:0 0 10px; transition:color .3s; }
        .benefit-card p { font-family:'DM Sans',sans-serif; font-size:13px; color:var(--text-light); margin:0; line-height:1.65; transition:color .3s; }

        /* =============================================
           TESTIMONIALS
        ============================================= */
        .hp-testimonials { padding:100px 0; background:var(--bg-light); }
        .testi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:56px; }
        .testi-card {
            background:var(--white); border-radius:var(--radius-lg); padding:32px 28px;
            border:1px solid var(--border); transition:all .3s ease; position:relative;
        }
        .testi-card:hover { transform:translateY(-5px); box-shadow:0 20px 60px rgba(0,0,0,.08); border-color:var(--gold); }
        .testi-quote { font-size:32px; color:var(--gold); line-height:1; margin-bottom:16px; font-family:Georgia,serif; }
        .testi-card p { font-family:'DM Sans',sans-serif; font-size:14px; color:var(--text); line-height:1.8; margin:0 0 24px; font-style:italic; }
        .testi-stars { display:flex; gap:3px; margin-bottom:16px; }
        .testi-stars i { color:var(--gold); font-size:13px; }
        .testi-author { display:flex; align-items:center; gap:12px; }
        .testi-avatar { width:44px; height:44px; border-radius:50%; background:var(--gold-pale); display:flex; align-items:center; justify-content:center; font-family:'Syne',sans-serif; font-size:16px; font-weight:700; color:var(--gold); flex-shrink:0; }
        .testi-name { font-family:'Syne',sans-serif; font-size:14px; font-weight:700; color:var(--dark); }
        .testi-role { font-family:'DM Sans',sans-serif; font-size:12px; color:var(--text-light); }
        .testi-google { position:absolute; top:24px; right:24px; }
        .testi-google img { width:22px; opacity:.6; }

        /* =============================================
           BLOG
        ============================================= */
        .hp-blog { padding:100px 0; background:var(--white); }
        .blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:56px; }
        .blog-card { border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); transition:all .3s ease; background:var(--white); }
        .blog-card:hover { transform:translateY(-6px); box-shadow:0 20px 60px rgba(0,0,0,.1); border-color:transparent; }
        .blog-card .blog-img { overflow:hidden; height:200px; }
        .blog-card .blog-img img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
        .blog-card:hover .blog-img img { transform:scale(1.06); }
        .blog-card .blog-body { padding:24px; }
        .blog-meta { display:flex; gap:12px; align-items:center; margin-bottom:14px; flex-wrap:wrap; }
        .blog-meta span { font-family:'DM Sans',sans-serif; font-size:12px; color:var(--text-light); display:flex; align-items:center; gap:5px; }
        .blog-meta span i { color:var(--gold); }
        .blog-card h3 { font-family:'Syne',sans-serif; font-size:16px; font-weight:700; color:var(--dark); margin:0 0 10px; line-height:1.4; }
        .blog-card h3 a { color:inherit; text-decoration:none; transition:color .25s; }
        .blog-card h3 a:hover { color:var(--gold); }
        .blog-card p { font-family:'DM Sans',sans-serif; font-size:13px; color:var(--text-light); margin:0 0 16px; line-height:1.7; }
        .blog-read { font-family:'Syne',sans-serif; font-size:13px; font-weight:600; color:var(--gold); text-decoration:none; display:inline-flex; align-items:center; gap:6px; transition:gap .2s; }
        .blog-read:hover { gap:10px; }

        /* =============================================
           CONTACT
        ============================================= */
        .hp-contact { padding:100px 0; background:var(--bg-light); }
        .contact-info-panel {
            background:var(--dark); border-radius:var(--radius-xl); padding:48px 40px;
            height:100%; display:flex; flex-direction:column;
        }
        .contact-info-panel h3 { font-family:'Syne',sans-serif; font-size:22px; font-weight:700; color:var(--white); margin:0 0 10px; }
        .contact-info-panel > p { font-family:'DM Sans',sans-serif; font-size:14px; color:rgba(255,255,255,.5); margin:0 0 36px; line-height:1.7; }
        .ci-item { display:flex; gap:16px; margin-bottom:28px; }
        .ci-item:last-of-type { margin-bottom:0; }
        .ci-icon { width:44px; height:44px; border-radius:12px; background:rgba(252,185,14,.1); display:flex; align-items:center; justify-content:center; color:var(--gold); font-size:18px; flex-shrink:0; }
        .ci-body h5 { font-family:'Syne',sans-serif; font-size:14px; font-weight:600; color:var(--white); margin:0 0 4px; }
        .ci-body a,.ci-body p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.5); text-decoration:none; margin:0; line-height:1.6; display:block; }
        .ci-body a:hover { color:var(--gold); }
        .ci-socials { margin-top:auto; padding-top:32px; border-top:1px solid rgba(255,255,255,.08); }
        .ci-socials h5 { font-family:'Syne',sans-serif; font-size:14px; font-weight:600; color:rgba(255,255,255,.5); margin:0 0 14px; }
        .ci-socials ul { list-style:none; padding:0; margin:0; display:flex; gap:10px; }
        .ci-socials ul li a { width:38px; height:38px; border-radius:10px; background:rgba(255,255,255,.07); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.5); font-size:14px; text-decoration:none; transition:all .25s; }
        .ci-socials ul li a:hover { background:var(--gold); color:#000; }
        /* form panel */
        .contact-form-panel { background:var(--white); border-radius:var(--radius-xl); padding:48px 40px; box-shadow:0 16px 60px rgba(0,0,0,.07); }
        .contact-form-panel h3 { font-family:'Syne',sans-serif; font-size:22px; font-weight:700; color:var(--dark); margin:0 0 8px; }
        .contact-form-panel > p { font-family:'DM Sans',sans-serif; font-size:14px; color:var(--text-light); margin:0 0 28px; }
        .form-group { margin-bottom:18px; }
        .form-group label { font-family:'DM Sans',sans-serif; font-size:13px; font-weight:500; color:var(--dark); display:block; margin-bottom:7px; }
        .form-group input,.form-group textarea,.form-group select {
            width:100%; border:1px solid var(--border); border-radius:12px;
            padding:13px 16px; font-family:'DM Sans',sans-serif; font-size:14px;
            color:var(--dark); background:var(--white); transition:border-color .25s;
            outline:none; appearance:none; -webkit-appearance:none;
        }
        .form-group input:focus,.form-group textarea:focus,.form-group select:focus { border-color:var(--gold); }
        .form-group textarea { min-height:110px; resize:vertical; }

        /* =============================================
           CTA BANNER
        ============================================= */
        .hp-cta {
            padding:90px 0; background:var(--dark);
            background-image:radial-gradient(ellipse 60% 70% at 50% 50%, rgba(252,185,14,.1) 0%, transparent 65%);
            text-align:center;
        }
        .hp-cta h2 { font-family:'Syne',sans-serif; font-size:clamp(2rem,4vw,3rem); font-weight:800; color:var(--white); margin-bottom:16px; }
        .hp-cta h2 em { font-style:normal; color:var(--gold); }
        .hp-cta p { font-family:'DM Sans',sans-serif; font-size:1rem; color:rgba(255,255,255,.55); max-width:500px; margin:0 auto 36px; line-height:1.8; }
        .cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
        .cta-trust { display:flex; gap:28px; justify-content:center; flex-wrap:wrap; margin-top:32px; }
        .cta-trust span { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.4); display:flex; align-items:center; gap:6px; }
        .cta-trust span i { color:var(--gold); }

        /* =============================================
           FOOTER (NEW DESIGN)
        ============================================= */
        .hp-footer {
            background:var(--dark-2);
            border-top:1px solid rgba(255,255,255,.06);
        }
        .footer-top { padding:80px 0 60px; }
        .footer-brand .brand-logo { margin-bottom:18px; }
        .footer-brand .brand-logo img { width:72px; height:auto; }
        .footer-brand .brand-name { font-family:'Syne',sans-serif; font-size:20px; font-weight:700; color:var(--white); margin-bottom:12px; }
        .footer-brand p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.4); line-height:1.8; max-width:240px; margin-bottom:24px; }
        .footer-socials { display:flex; gap:10px; }
        .footer-socials a {
            width:36px; height:36px; border-radius:10px;
            background:rgba(255,255,255,.07); display:flex; align-items:center;
            justify-content:center; color:rgba(255,255,255,.5); font-size:14px;
            text-decoration:none; transition:all .25s;
        }
        .footer-socials a i { color:var(--gold); }
        .footer-socials a:hover { background:var(--gold); color:#000; }
        .footer-socials a:hover i { color:#000; }
        .footer-col h4 { font-family:'Syne',sans-serif; font-size:14px; font-weight:700; color:var(--white); margin:0 0 20px; letter-spacing:.5px; }
        .footer-links { list-style:none; padding:0; margin:0; }
        .footer-links li { margin-bottom:11px; }
        .footer-links li a { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.45); text-decoration:none; transition:all .25s; display:inline-flex; align-items:center; gap:6px; }
        .footer-links li a::before { content:''; width:0; height:1px; background:var(--gold); transition:width .25s; }
        .footer-links li a:hover { color:var(--gold); padding-left:4px; }
        .footer-links li a:hover::before { width:10px; }
        .footer-contact-list { list-style:none; padding:0; margin:0; }
        .footer-contact-list li { display:flex; gap:12px; margin-bottom:16px; }
        .footer-contact-list li:last-child { margin-bottom:0; }
        .fci-icon { width:34px; height:34px; border-radius:9px; background:rgba(252,185,14,.1); display:flex; align-items:center; justify-content:center; color:var(--gold); font-size:13px; flex-shrink:0; margin-top:2px; }
        .fci-text a,.fci-text p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.45); text-decoration:none; margin:0; line-height:1.65; display:block; }
        .fci-text a:hover { color:var(--gold); }
        /* newsletter */
        .footer-newsletter h5 { font-family:'Syne',sans-serif; font-size:13px; font-weight:600; color:rgba(255,255,255,.6); margin:0 0 10px; text-transform:uppercase; letter-spacing:1px; }
        .footer-newsletter p { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.35); margin-bottom:16px; line-height:1.6; }
        .newsletter-form { display:flex; gap:0; }
        .newsletter-form input {
            flex:1; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
            border-right:none; border-radius:12px 0 0 12px; padding:12px 16px;
            font-family:'DM Sans',sans-serif; font-size:13px; color:var(--white); outline:none;
        }
        .newsletter-form input::placeholder { color:rgba(255,255,255,.3); }
        .newsletter-form input:focus { border-color:var(--gold); }
        .newsletter-form button {
            background:var(--gold); border:none; border-radius:0 12px 12px 0;
            padding:12px 18px; color:#000; font-size:14px; cursor:pointer; transition:background .25s;
        }
        .newsletter-form button:hover { background:var(--gold-light); }
        /* divider */
        .footer-divider { border:none; border-top:1px solid rgba(255,255,255,.07); margin:0; }
        /* footer bottom */
        .footer-bottom { padding:22px 0; }
        .footer-bottom-inner { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
        .footer-copy { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.3); }
        .footer-copy a { color:var(--gold); text-decoration:none; }
        .footer-legal { display:flex; gap:20px; }
        .footer-legal a { font-family:'DM Sans',sans-serif; font-size:13px; color:rgba(255,255,255,.35); text-decoration:none; transition:color .25s; }
        .footer-legal a:hover { color:var(--gold); }

        /* =============================================
           DARK BACKGROUND TEXT OVERRIDES
        ============================================= */
        /* HERO Section */
        .hp-hero p, .hp-hero span, .hp-hero li { color: rgba(255,255,255,.6) !important; }
        .hp-hero a { color: var(--gold) !important; }
        .hp-hero h1, .hp-hero h2, .hp-hero h3, .hp-hero h4, .hp-hero h5, .hp-hero h6 { color: var(--white) !important; }
        
        /* OUR EDGE / WHY US Section */
        .hp-why p, .hp-why span, .hp-why li { color: rgba(255,255,255,.5) !important; }
        .hp-why a { color: var(--gold) !important; }
        .hp-why h1, .hp-why h2, .hp-why h3, .hp-why h4, .hp-why h5, .hp-why h6 { color: var(--white) !important; }
        .hp-why .section-tag { color: rgba(252,185,14,.7) !important; }
        
        /* TAKE ACTION / CTA Section */
        .hp-cta p, .hp-cta span, .hp-cta li { color: rgba(255,255,255,.55) !important; }
        .hp-cta a { color: var(--gold) !important; }
        .hp-cta h1, .hp-cta h2, .hp-cta h3, .hp-cta h4, .hp-cta h5, .hp-cta h6 { color: var(--white) !important; }
        .hp-cta .section-tag { color: rgba(252,185,14,.7) !important; }
        
        /* FOOTER Section */
        .hp-footer p, .hp-footer span, .hp-footer li { color: rgba(255,255,255,.45) !important; }
        .hp-footer a { color: rgba(255,255,255,.45) !important; }
        .hp-footer a:hover { color: var(--gold) !important; }
        .hp-footer h1, .hp-footer h2, .hp-footer h3, .hp-footer h4, .hp-footer h5, .hp-footer h6 { color: var(--white) !important; }

        /* =============================================
           BUTTON & CONTACT TEXT FIXES
        ============================================= */
        /* Button text color fixes */
        .btn-gold, .btn-gold.header-btn1 { color: #000 !important; }
        .btn-gold:hover, .btn-gold.header-btn1:hover { color: #000 !important; }
        .btn-gold span, .btn-gold i { color: inherit !important; }
        
        /* Contact Information panel text fixes */
        .contact-info-panel p { color: rgba(255,255,255,.5) !important; }
        .contact-info-panel a { color: rgba(255,255,255,.5) !important; }
        .contact-info-panel a:hover { color: var(--gold) !important; }
        .contact-info-panel h3 { color: var(--white) !important; }
        .contact-info-panel h5 { color: var(--white) !important; }

        /* =============================================
           RESPONSIVE
        ============================================= */
        @media(max-width:991px){
            .hp-hero { padding:130px 0 70px; }
            .hero-panel { margin-top:48px; }
            .about-text { padding-left:0; margin-top:48px; }
            .about-img-stack .img-secondary { width:130px; height:130px; right:-10px; }
            .about-img-stack .stat-chip { left:-10px; }
            .services-grid,.benefits-grid { grid-template-columns:1fr 1fr; }
            .testi-grid,.blog-grid { grid-template-columns:1fr 1fr; }
            .why-cols { grid-template-columns:1fr; gap:48px; }
            .contact-form-panel { margin-top:24px; padding:32px 24px; }
            .contact-info-panel { padding:36px 28px; }
            .footer-top .row > div { margin-bottom:40px; }
        }
        @media(max-width:767px){
            .hp-hero h1 { font-size:2.4rem; }
            .services-grid,.benefits-grid,.testi-grid,.blog-grid { grid-template-columns:1fr; }
            .about-pillars { grid-template-columns:1fr; }
            .stats-mosaic { grid-template-columns:1fr 1fr; }
            .stat-tile.wide { grid-column:span 1; }
            .float-chip { display:none; }
            .footer-bottom-inner { justify-content:center; text-align:center; }
            .newsletter-form { flex-direction:column; }
            .newsletter-form input { border-right:1px solid rgba(255,255,255,.1); border-radius:12px; margin-bottom:8px; }
            .newsletter-form button { border-radius:12px; }
        }
