/* =============================================
       HEADER OVERRIDES (matching index.html)
    ============================================= */
    .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
    ============================================= */
    .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); }

    /* =============================================
       PAGE HERO (SERVICE HERO)
    ============================================= */
    .smm-hero {
      background: var(--dark);
      background-image:
        radial-gradient(ellipse 55% 60% at 80% 40%, rgba(252,185,14,.12) 0%, transparent 65%),
        radial-gradient(ellipse 35% 45% at 5% 85%, rgba(252,185,14,.07) 0%, transparent 55%);
      padding: 150px 0 90px;
      position: relative;
      overflow: hidden;
    }
    .smm-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;
    }
    .smm-hero .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);
    }
    .smm-hero .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)} }
    .smm-hero h1 {
      font-family:'Syne',sans-serif; font-size:clamp(2.4rem,5vw,3.8rem);
      font-weight:800; color:var(--white); line-height:1.08; margin-bottom:22px;
    }
    .smm-hero h1 em { font-style:normal; color:var(--gold); }
    .smm-hero .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; }

    /* Breadcrumb */
    .smm-breadcrumb {
      display:flex; align-items:center; gap:8px;
      font-family:'DM Sans',sans-serif; font-size:13px; margin-bottom:20px;
    }
    .smm-breadcrumb a { color:rgba(255,255,255,.5); text-decoration:none; transition:color .25s; }
    .smm-breadcrumb a:hover { color:var(--gold); }
    .smm-breadcrumb span { color:rgba(255,255,255,.3); }
    .smm-breadcrumb .current { color:var(--gold); }

    /* Hero right — platform cards */
    .hero-platform-panel {
      background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09);
      border-radius:var(--radius-xl); padding:28px; position:relative;
    }
    .platform-card {
      display:flex; align-items:center; gap:16px;
      background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
      border-radius:var(--radius); padding:18px 20px; margin-bottom:14px;
      transition:all .3s ease;
    }
    .platform-card:last-child { margin-bottom:0; }
    .platform-card:hover { background:rgba(252,185,14,.08); border-color:rgba(252,185,14,.25); }
    .platform-icon {
      width:44px; height:44px; border-radius:12px;
      display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0;
    }
    .platform-icon.fb { background:rgba(24,119,242,.2); color:#1877f2; }
    .platform-icon.ig { background:rgba(225,48,108,.2); color:#e1306c; }
    .platform-icon.li { background:rgba(10,102,194,.2); color:#0a66c2; }
    .platform-icon.yt { background:rgba(255,0,0,.2); color:#ff0000; }
    .platform-body { flex:1; }
    .platform-body h5 { font-family:'Syne',sans-serif; font-size:14px; font-weight:600; color:var(--white); margin:0 0 3px; }
    .platform-body p { font-family:'DM Sans',sans-serif; font-size:12px; color:rgba(255,255,255,.4); margin:0; }
    .platform-stat { font-family:'Syne',sans-serif; font-size:13px; font-weight:700; color:var(--gold); }

    /* floating chips */
    .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%; flex-shrink:0; }
    .chip-dot.green { background:#22c55e; }
    .chip-dot.gold { background:var(--gold); }
    @keyframes chipFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

    /* =============================================
       WHAT WE DO — PLATFORMS OVERVIEW
    ============================================= */
    .smm-platforms { padding:100px 0; background:var(--bg-light); }
    .platform-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:56px; }
    .plt-card {
      background:var(--white); border-radius:var(--radius-lg); padding:32px 26px;
      border:1px solid var(--border); text-align:center; transition:all .3s ease;
      position:relative; overflow:hidden;
    }
    .plt-card::before {
      content:''; position:absolute; top:0; left:0; right:0; height:3px;
      background:var(--gold); transform:scaleX(0); transition:transform .3s ease;
    }
    .plt-card:hover::before { transform:scaleX(1); }
    .plt-card:hover { transform:translateY(-6px); box-shadow:0 20px 60px rgba(0,0,0,.1); }
    .plt-card .plt-icon {
      width:64px; height:64px; border-radius:18px;
      display:flex; align-items:center; justify-content:center; font-size:28px;
      margin:0 auto 20px; transition:transform .3s ease;
    }
    .plt-card:hover .plt-icon { transform:scale(1.1); }
    .plt-card .plt-icon.fb { background:rgba(24,119,242,.1); color:#1877f2; }
    .plt-card .plt-icon.ig { background:rgba(225,48,108,.1); color:#e1306c; }
    .plt-card .plt-icon.li { background:rgba(10,102,194,.1); color:#0a66c2; }
    .plt-card .plt-icon.yt { background:rgba(255,0,0,.1); color:#ff0000; }
    .plt-card .plt-icon.tw { background:rgba(29,161,242,.1); color:#1da1f2; }
    .plt-card .plt-icon.pi { background:rgba(230,0,35,.1); color:#e60023; }
    .plt-card h3 { font-family:'Syne',sans-serif; font-size:17px; font-weight:700; color:var(--dark); margin:0 0 10px; }
    .plt-card p { font-family:'DM Sans',sans-serif; font-size:13px; color:var(--text-light); margin:0; line-height:1.7; }
    .plt-card .plt-tag {
      display:inline-block; margin-top:16px;
      font-family:'DM Sans',sans-serif; font-size:11px; font-weight:500;
      color:var(--gold); background:var(--gold-pale); padding:4px 12px; border-radius:100px;
    }

    /* =============================================
       OUR PROCESS
    ============================================= */
    .smm-process { padding:100px 0; background:var(--white); }
    .process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:60px; position:relative; }
    .process-steps::before {
      content:''; position:absolute; top:36px; left:12.5%; right:12.5%; height:2px;
      background:linear-gradient(to right, var(--gold), rgba(252,185,14,.2));
      z-index:0;
    }
    .process-step { text-align:center; padding:0 16px; position:relative; z-index:1; }
    .step-num-wrap {
      width:72px; height:72px; border-radius:50%;
      background:var(--white); border:2px solid var(--border);
      display:flex; align-items:center; justify-content:center;
      margin:0 auto 24px; transition:all .3s ease;
    }
    .process-step:hover .step-num-wrap { background:var(--gold); border-color:var(--gold); }
    .step-num {
      font-family:'Syne',sans-serif; font-size:22px; font-weight:800;
      color:var(--dark); transition:color .3s ease;
    }
    .process-step:hover .step-num { color:#000; }
    .process-step h4 { font-family:'Syne',sans-serif; font-size:16px; font-weight:700; color:var(--dark); margin:0 0 10px; }
    .process-step p { font-family:'DM Sans',sans-serif; font-size:13px; color:var(--text-light); margin:0; line-height:1.7; }
    .step-icon {
      width:36px; height:36px; border-radius:10px; background:var(--gold-pale);
      display:flex; align-items:center; justify-content:center; color:var(--gold);
      font-size:16px; margin:0 auto 12px;
    }

    /* =============================================
       WHY CHOOSE US (dark panel)
    ============================================= */
    .smm-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; }
    /* stats mosaic */
    .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 INCLUDED
    ============================================= */
    .smm-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:32px 26px;
      border:1px solid var(--border); transition:all .3s ease;
    }
    .svc-card:hover { transform:translateY(-6px); box-shadow:0 20px 60px rgba(0,0,0,.1); border-color:transparent; }
    .svc-icon {
      width:56px; height:56px; border-radius:16px; background:var(--gold-pale);
      display:flex; align-items:center; justify-content:center;
      color:var(--gold); font-size:24px; margin-bottom:20px; transition:all .3s ease;
    }
    .svc-card:hover .svc-icon { background:var(--gold); color:#000; }
    .svc-card h3 { font-family:'Syne',sans-serif; font-size:16px; font-weight:700; color:var(--dark); margin:0 0 10px; }
    .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-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-link:hover { gap:10px; color:var(--gold); }

    /* =============================================
       RESULTS / CASE HIGHLIGHTS
    ============================================= */
    .smm-results { padding:100px 0; background:var(--white); }
    .results-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:56px; }
    .result-card {
      border-radius:var(--radius-lg); padding:36px 28px; position:relative;
      overflow:hidden; transition:all .3s ease;
    }
    .result-card.dark { background:var(--dark); }
    .result-card.gold { background:var(--gold); }
    .result-card.light { background:var(--bg-light); border:1px solid var(--border); }
    .result-card:hover { transform:translateY(-5px); }
    .result-num {
      font-family:'Syne',sans-serif; font-size:3.5rem; font-weight:800; line-height:1;
      margin-bottom:8px;
    }
    .result-card.dark .result-num { color:var(--gold); }
    .result-card.gold .result-num { color:#000; }
    .result-card.light .result-num { color:var(--dark); }
    .result-card h4 { font-family:'Syne',sans-serif; font-size:15px; font-weight:700; margin:0 0 8px; }
    .result-card.dark h4 { color:var(--white); }
    .result-card.gold h4 { color:#000; }
    .result-card.light h4 { color:var(--dark); }
    .result-card p { font-family:'DM Sans',sans-serif; font-size:13px; margin:0; line-height:1.65; }
    .result-card.dark p { color:rgba(255,255,255,.45); }
    .result-card.gold p { color:rgba(0,0,0,.65); }
    .result-card.light p { color:var(--text-light); }
    .result-card .card-icon {
      position:absolute; right:24px; top:24px; font-size:32px; opacity:.1;
    }
    .result-card.dark .card-icon { color:var(--gold); opacity:.15; }
    .result-card.gold .card-icon { color:#000; opacity:.12; }
    .result-card.light .card-icon { color:var(--dark); opacity:.08; }

    /* =============================================
       TESTIMONIALS
    ============================================= */
    .smm-testi { 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); }

    /* =============================================
       FAQ
    ============================================= */
    .smm-faq { padding:100px 0; background:var(--white); }
    .faq-layout { display:grid; grid-template-columns:1fr 1.4fr; gap:60px; align-items:start; margin-top:56px; }
    .faq-intro-panel {
      background:var(--dark); border-radius:var(--radius-xl); padding:48px 36px;
      position:sticky; top:120px;
    }
    .faq-intro-panel h3 { font-family:'Syne',sans-serif; font-size:22px; font-weight:700; color:var(--white); margin:0 0 16px; }
    .faq-intro-panel p { font-family:'DM Sans',sans-serif; font-size:14px; color:rgba(255,255,255,.5); line-height:1.75; margin:0 0 32px; }
    .faq-contact-btn { display:inline-flex; align-items:center; gap:10px; }
    .faq-item {
      border-bottom:1px solid var(--border); padding:22px 0;
    }
    .faq-item:first-child { padding-top:0; }
    .faq-question {
      font-family:'Syne',sans-serif; font-size:16px; font-weight:600; color:var(--dark);
      cursor:pointer; display:flex; align-items:center; justify-content:space-between;
      gap:16px; user-select:none; transition:color .25s;
    }
    .faq-question:hover { color:var(--gold); }
    .faq-question .faq-toggle {
      width:32px; height:32px; border-radius:50%; background:var(--bg-light);
      display:flex; align-items:center; justify-content:center; flex-shrink:0;
      transition:all .3s ease; font-size:14px; color:var(--dark);
    }
    .faq-item.open .faq-toggle { background:var(--gold); color:#000; transform:rotate(45deg); }
    .faq-answer {
      font-family:'DM Sans',sans-serif; font-size:14px; color:var(--text-light);
      line-height:1.8; max-height:0; overflow:hidden; transition:max-height .3s ease, padding .3s ease;
      padding-right:48px;
    }
    .faq-item.open .faq-answer { max-height:200px; padding-top:14px; }

    /* =============================================
       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 (matching index.html)
    ============================================= */
    .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); }
    .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); }
    .footer-divider { border:none; border-top:1px solid rgba(255,255,255,.07); margin:0; }
    .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 BG TEXT OVERRIDES (matching index.html)
    ============================================= */
    .smm-hero p, .smm-hero span, .smm-hero li { color: rgba(255,255,255,.6) !important; }
    .smm-hero a { color: var(--gold) !important; }
    .smm-hero h1, .smm-hero h2, .smm-hero h3, .smm-hero h4, .smm-hero h5, .smm-hero h6 { color: var(--white) !important; }

    .smm-why p, .smm-why span, .smm-why li { color: rgba(255,255,255,.5) !important; }
    .smm-why a { color: var(--gold) !important; }
    .smm-why h1, .smm-why h2, .smm-why h3, .smm-why h4, .smm-why h5, .smm-why h6 { color: var(--white) !important; }
    .smm-why .section-tag { color: rgba(252,185,14,.7) !important; }

    .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; }

    .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; }

    .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; }

    /* result-card.gold text fixes */
    .result-card.gold * { color: #000 !important; }

    /* =============================================
       RESPONSIVE
    ============================================= */
    @media(max-width:991px){
      .smm-hero { padding:130px 0 70px; }
      .hero-platform-panel { margin-top:48px; }
      .platform-grid { grid-template-columns:1fr 1fr; }
      .services-grid,.results-grid,.testi-grid { grid-template-columns:1fr 1fr; }
      .process-steps { grid-template-columns:1fr 1fr; gap:40px; }
      .process-steps::before { display:none; }
      .why-cols { grid-template-columns:1fr; gap:48px; }
      .faq-layout { grid-template-columns:1fr; }
      .faq-intro-panel { position:static; }
      .footer-top .row > div { margin-bottom:40px; }
    }
    @media(max-width:767px){
      .smm-hero h1 { font-size:2.2rem; }
      .platform-grid,.services-grid,.results-grid,.testi-grid { grid-template-columns:1fr; }
      .process-steps { grid-template-columns:1fr; gap:32px; }
      .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; }
      .smm-breadcrumb { flex-wrap:wrap; }
    }
