/*
Theme Name: Web Tech Solvers
Theme URI: https://webtechsolvers.com
Author: Web Tech Solvers
Author URI: https://webtechsolvers.com
Description: Custom theme for Web Tech Solvers - a digital marketing & SEO agency. Features a modern navy/blue/gold design system with dedicated templates for SEO, SMO, PPC, CRO, Content Marketing, ORM, GMB Management and more.
Version: 1.0
Requires PHP: 7.4
Text Domain: web-tech-solvers
*/


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

  :root {
    --navy:   #0B1437;
    --indigo: #1A2B6D;
    --brand:  #4361EE;
    --accent: #F72585;
    --gold:   #F8C600;
    --light:  #F5F7FF;
    --muted:  #8892B0;
    --white:  #FFFFFF;
    --border: #E4E8FF;
    --green:  #06D6A0;
    --text:   #1E2A4A;
    --card-shadow: 0 4px 32px rgba(67,97,238,.10);
  }

  html { scroll-behavior: smooth; }
  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--light);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
  }

  /* ── UTILITIES ── */
  .eyebrow {
    display: inline-block;
    font-size: 12px; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: var(--brand);
    margin-bottom: 14px;
  }
  .eyebrow-light { color: rgba(255,255,255,.65); }
  .section-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    color: var(--navy); line-height: 1.15;
    margin-bottom: 16px;
  }
  .section-title.light { color: white; }
  .section-sub {
    font-size: 16px; color: var(--muted); line-height: 1.8;
    max-width: 680px; margin: 0 auto;
  }
  .section-sub.light { color: rgba(255,255,255,.65); }
  .text-center { text-align: center; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  /* ══════════════════════════════
     1. HERO
  ══════════════════════════════ */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--indigo) 55%, #2a1b6e 100%);
    padding: 0 0 0;
    position: relative; overflow: hidden;
    min-height: 92vh;
    display: flex; flex-direction: column;
  }
  .hero-grid {
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
  }
  .hero-glow {
    position: absolute; width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(67,97,238,.35) 0%, transparent 65%);
    top: -200px; right: -150px; pointer-events: none;
  }
  .hero-glow-2 {
    position: absolute; width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(247,37,133,.2) 0%, transparent 65%);
    bottom: -100px; left: -100px; pointer-events: none;
  }

  /* Breadcrumb */
  .hero-breadcrumb {
    position: relative;
    padding: 20px 24px;
    max-width: 1200px; margin: 0 auto; width: 100%;
  }
  .breadcrumb-list {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: rgba(255,255,255,.45);
    list-style: none;
  }
  .breadcrumb-list a { color: var(--gold); text-decoration: none; }
  .breadcrumb-list .sep { color: rgba(255,255,255,.2); }

  /* Hero Content */
  .hero-body {
    flex: 1;
    display: flex; align-items: center;
    padding: 60px 24px 80px;
    position: relative;
    max-width: 1200px; margin: 0 auto; width: 100%;
    gap: 60px;
  }
  .hero-left { flex: 1; min-width: 0; }
  .hero-right { flex: 0 0 420px; position: relative; }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(247,37,133,.15);
    border: 1px solid rgba(247,37,133,.35);
    color: #ff6eb0;
    font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
    padding: 6px 16px; border-radius: 40px; margin-bottom: 24px;
  }
  .hero-badge .dot { width:6px;height:6px;border-radius:50%;background:#F72585;display:inline-block;animation:pulse 1.6s ease infinite; }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.6)} }

  .hero-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    color: white; line-height: 1.1;
    margin-bottom: 22px;
  }
  .hero-title em { font-style: normal; color: var(--gold); }
  .hero-title span {
    display: inline-block;
    background: linear-gradient(90deg, #4361EE, #F72585);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  }
  .hero-desc {
    color: rgba(255,255,255,.65);
    font-size: 17px; line-height: 1.75;
    margin-bottom: 36px; max-width: 540px;
  }
  .hero-bullets {
    display: flex; flex-direction: column; gap: 12px;
    margin-bottom: 40px;
  }
  .hero-bullet {
    display: flex; align-items: center; gap: 12px;
    font-size: 14px; color: rgba(255,255,255,.8);
  }
  .bullet-icon {
    width: 28px; height: 28px; border-radius: 8px;
    background: rgba(67,97,238,.3);
    border: 1px solid rgba(67,97,238,.5);
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; flex-shrink: 0;
  }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--brand); color: white;
    padding: 15px 30px; border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px; font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 4px 20px rgba(67,97,238,.4);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(67,97,238,.5); }
  .btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: white;
    padding: 14px 28px; border-radius: 12px;
    border: 1.5px solid rgba(255,255,255,.25);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px; font-weight: 600;
    text-decoration: none;
    transition: all .2s;
  }
  .btn-outline:hover { border-color: white; background: rgba(255,255,255,.08); }

  /* Hero Form Card */
  .hero-form-card {
    background: white;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 24px 80px rgba(0,0,0,.25);
    position: relative;
  }
  .hero-form-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
    border-radius: 24px 24px 0 0;
  }
  .form-title {
    font-family: 'Syne', sans-serif;
    font-size: 20px; font-weight: 800;
    color: var(--navy); margin-bottom: 6px;
  }
  .form-sub { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
  .form-group { margin-bottom: 14px; }
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; color: var(--text);
    background: var(--light);
    outline: none;
    transition: border-color .2s, background .2s;
    appearance: none;
  }
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: var(--brand);
    background: white;
  }
  .form-group textarea { resize: vertical; min-height: 80px; }
  .form-submit {
    width: 100%;
    padding: 14px;
    background: linear-gradient(90deg, var(--brand), #5a73f0);
    color: white; border: none; border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px; font-weight: 800;
    cursor: pointer;
    transition: all .2s;
    margin-top: 4px;
  }
  .form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(67,97,238,.4); }
  .form-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 10px; }

  /* Hero Stats Bar */
  .hero-stats {
    background: rgba(255,255,255,.05);
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 24px;
    position: relative;
  }
  .hero-stats-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
    gap: 0; flex-wrap: wrap;
  }
  .hstat { display: flex; flex-direction: column; align-items: center; padding: 8px 48px; }
  .hstat-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px; font-weight: 800; color: var(--gold); letter-spacing: -1px;
  }
  .hstat-lbl { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 2px; }
  .hstat-div { width: 1px; height: 40px; background: rgba(255,255,255,.1); }

  /* ══════════════════════════════
     2. INTRO ABOUT
  ══════════════════════════════ */
  .about-section { padding: 100px 24px; background: white; }
  .about-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 72px; align-items: center;
  }
  .about-visual {
    position: relative;
  }
  .about-img-box {
    background: linear-gradient(135deg, var(--light) 0%, #dde4ff 100%);
    border-radius: 24px;
    padding: 48px;
    display: flex; align-items: center; justify-content: center;
    min-height: 380px;
    position: relative; overflow: hidden;
  }
  .about-img-box::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(67,97,238,.15) 0%, transparent 60%);
  }
  .about-big-icon { font-size: 100px; position: relative; }
  .about-float {
    position: absolute;
    background: white; border-radius: 14px;
    padding: 12px 18px;
    box-shadow: var(--card-shadow);
    font-size: 13px; font-weight: 700; color: var(--navy);
    display: flex; align-items: center; gap: 8px;
    white-space: nowrap;
  }
  .about-float.f1 { top: 24px; left: -20px; }
  .about-float.f2 { bottom: 40px; right: -20px; }
  .about-float.f3 { top: 50%; left: -30px; transform: translateY(-50%); }
  .float-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
  .float-dot-gold { background: var(--gold); }

  .about-content .eyebrow { display: block; }
  .about-content .section-title { text-align: left; }
  .about-content .section-sub { text-align: left; margin: 0 0 28px; font-size: 15px; }
  .about-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
  .about-list li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 14px; color: var(--text); line-height: 1.6;
  }
  .about-check {
    width: 22px; height: 22px; border-radius: 6px;
    background: rgba(6,214,160,.12);
    border: 1px solid rgba(6,214,160,.3);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; color: var(--green); flex-shrink: 0; margin-top: 2px;
  }

  /* ══════════════════════════════
     3. WHAT WE OFFER (Services)
  ══════════════════════════════ */
  .services-section { padding: 100px 24px; background: var(--light); }
  .services-section .section-header { text-align: center; margin-bottom: 60px; }
  .services-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .service-card {
    background: white;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 36px 28px;
    transition: all .3s;
    position: relative; overflow: hidden;
    cursor: default;
  }
  .service-card::before {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--brand), #7b6ff0);
    transform: scaleX(0); transform-origin: left;
    transition: transform .3s;
  }
  .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(67,97,238,.13);
    border-color: rgba(67,97,238,.25);
  }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card.highlight {
    background: linear-gradient(160deg, #1c2f7a, var(--navy));
    border-color: transparent;
  }
  .service-card.highlight .service-title,
  .service-card.highlight .service-desc { color: white; }
  .service-card.highlight .service-desc { color: rgba(255,255,255,.65); }
  .service-icon-box {
    width: 58px; height: 58px; border-radius: 16px;
    background: var(--light);
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; margin-bottom: 22px;
    transition: transform .25s;
  }
  .service-card:hover .service-icon-box { transform: scale(1.1); }
  .service-card.highlight .service-icon-box { background: rgba(255,255,255,.1); }
  .service-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px; font-weight: 800;
    color: var(--navy); margin-bottom: 10px;
  }
  .service-desc {
    font-size: 13.5px; color: var(--muted); line-height: 1.75;
  }
  .service-link {
    display: inline-flex; align-items: center; gap: 6px;
    margin-top: 18px; font-size: 13px; font-weight: 700;
    color: var(--brand); text-decoration: none;
    transition: gap .2s;
  }
  .service-card.highlight .service-link { color: var(--gold); }
  .service-link:hover { gap: 10px; }

  /* ══════════════════════════════
     4. SEO PROCESS
  ══════════════════════════════ */
  .process-section {
    padding: 100px 24px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--indigo) 100%);
    position: relative; overflow: hidden;
  }
  .process-section::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 48px 48px;
  }
  .process-section .section-header { text-align: center; margin-bottom: 64px; position: relative; }
  .process-track {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 0; position: relative;
  }
  .process-track::before {
    content: '';
    position: absolute; top: 36px; left: 10%; right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), var(--brand), rgba(255,255,255,.2), transparent);
  }
  .process-step {
    display: flex; flex-direction: column; align-items: center;
    text-align: center; padding: 0 12px; position: relative;
  }
  .step-circle {
    width: 72px; height: 72px; border-radius: 50%;
    background: rgba(255,255,255,.07);
    border: 2px solid rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; margin-bottom: 20px; position: relative; z-index: 1;
    transition: all .3s;
  }
  .process-step:hover .step-circle {
    background: var(--brand);
    border-color: var(--brand);
    box-shadow: 0 0 30px rgba(67,97,238,.5);
  }
  .step-num {
    position: absolute; top: -8px; right: -8px;
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--gold); color: var(--navy);
    font-size: 10px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
  .step-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px; font-weight: 800; color: white; margin-bottom: 8px;
  }
  .step-desc { font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.6; }

  /* ══════════════════════════════
     5. INDUSTRY SEO
  ══════════════════════════════ */
  .industry-section { padding: 100px 24px; background: white; }
  .industry-section .section-header { text-align: center; margin-bottom: 56px; }
  .industry-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .industry-card {
    border: 1.5px solid var(--border);
    border-radius: 16px; padding: 28px 22px;
    text-align: center;
    transition: all .25s; cursor: default;
    background: var(--light);
  }
  .industry-card:hover {
    background: white;
    border-color: var(--brand);
    box-shadow: var(--card-shadow);
    transform: translateY(-4px);
  }
  .industry-icon { font-size: 36px; margin-bottom: 14px; display: block; }
  .industry-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px; font-weight: 700; color: var(--navy);
    margin-bottom: 6px;
  }
  .industry-desc { font-size: 12px; color: var(--muted); line-height: 1.6; }

  /* ══════════════════════════════
     6. WHY CHOOSE US
  ══════════════════════════════ */
  .why-section { padding: 100px 24px; background: var(--light); }
  .why-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 72px; align-items: center;
  }
  .why-content .section-title { text-align: left; }
  .why-content .section-sub { text-align: left; margin: 0 0 36px; }
  .why-grid-mini {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .why-mini-card {
    background: white;
    border: 1.5px solid var(--border);
    border-radius: 16px; padding: 22px 20px;
    transition: all .2s;
  }
  .why-mini-card:hover {
    border-color: var(--brand);
    box-shadow: var(--card-shadow);
    transform: translateY(-3px);
  }
  .why-mini-icon { font-size: 26px; margin-bottom: 10px; }
  .why-mini-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px; font-weight: 800; color: var(--navy);
    margin-bottom: 6px;
  }
  .why-mini-desc { font-size: 12px; color: var(--muted); line-height: 1.6; }

  .why-visual { position: relative; }
  .why-visual-box {
    background: linear-gradient(135deg, var(--navy) 0%, var(--indigo) 100%);
    border-radius: 24px; padding: 48px 36px;
    position: relative; overflow: hidden;
  }
  .why-visual-box::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 32px 32px;
  }
  .why-stat-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 20px; position: relative;
  }
  .why-stat-box {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px; padding: 24px 20px;
    text-align: center;
  }
  .why-stat-box .snum {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 36px; font-weight: 800;
    color: var(--gold); letter-spacing: -1px; display: block;
  }
  .why-stat-box .slbl {
    font-size: 12px; color: rgba(255,255,255,.55);
    margin-top: 4px; display: block;
  }
  .why-badge-row {
    display: flex; gap: 10px; flex-wrap: wrap;
    margin-top: 20px; position: relative;
  }
  .why-badge {
    background: rgba(248,198,0,.1);
    border: 1px solid rgba(248,198,0,.25);
    color: var(--gold); font-size: 12px; font-weight: 700;
    padding: 7px 16px; border-radius: 20px;
    letter-spacing: .04em;
  }

  /* ══════════════════════════════
     7. CTA BANNER
  ══════════════════════════════ */
  .cta-section {
    padding: 80px 24px;
    background: linear-gradient(135deg, var(--brand) 0%, #2d4fd6 100%);
    text-align: center; position: relative; overflow: hidden;
  }
  .cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 40px 40px;
  }
  .cta-section .section-title { position: relative; }
  .cta-section .section-sub { position: relative; margin-bottom: 36px; }
  .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }
  .btn-gold {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--gold); color: var(--navy);
    padding: 16px 36px; border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px; font-weight: 800;
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 4px 20px rgba(248,198,0,.3);
  }
  .btn-gold:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(248,198,0,.4); }
  .btn-white-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: white;
    padding: 15px 34px; border-radius: 12px;
    border: 2px solid rgba(255,255,255,.4);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px; font-weight: 700;
    text-decoration: none; transition: all .2s;
  }
  .btn-white-outline:hover { background: rgba(255,255,255,.1); border-color: white; }

  /* ══════════════════════════════
     8. TESTIMONIALS
  ══════════════════════════════ */
  .testi-section { padding: 100px 24px; background: white; }
  .testi-section .section-header { text-align: center; margin-bottom: 56px; }
  .testi-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .testi-card {
    border: 1.5px solid var(--border);
    border-radius: 20px; padding: 32px 28px;
    background: var(--light);
    position: relative;
    transition: all .25s;
  }
  .testi-card:hover { border-color: var(--brand); box-shadow: var(--card-shadow); transform: translateY(-4px); }
  .testi-quote { font-size: 40px; color: var(--brand); opacity: .2; line-height: 1; margin-bottom: 16px; font-family: Georgia, serif; }
  .testi-text { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; font-style: italic; }
  .testi-footer { display: flex; align-items: center; gap: 14px; }
  .testi-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), #7b6ff0);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 800; color: white;
    font-family: 'Plus Jakarta Sans', sans-serif; flex-shrink: 0;
  }
  .testi-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800; color: var(--navy); }
  .testi-role { font-size: 12px; color: var(--muted); }
  .testi-stars { color: var(--gold); font-size: 13px; margin-bottom: 4px; }

  /* ══════════════════════════════
     FOOTER
  ══════════════════════════════ */
  .footer-newsletter {
    background: linear-gradient(135deg, var(--brand) 0%, #2d4fd6 100%);
    padding: 56px 24px;
  }
  .fnl-inner {
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
  }
  .fnl-text { flex: 1; min-width: 260px; }
  .fnl-tag {
    display: inline-block;
    background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3);
    color: white; font-size: 11px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; padding: 4px 14px; border-radius: 20px; margin-bottom: 12px;
  }
  .fnl-text h3 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(18px, 2.5vw, 26px);
    color: white; font-weight: 800; margin-bottom: 8px; line-height: 1.3;
  }
  .fnl-text p { color: rgba(255,255,255,.75); font-size: 14px; }
  .fnl-form { display: flex; flex-direction: column; gap: 10px; flex: 1; min-width: 280px; max-width: 440px; }
  .fnl-form input {
    padding: 13px 18px; border-radius: 10px;
    border: 1.5px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.12); color: white;
    font-family: 'DM Sans', sans-serif; font-size: 14px; outline: none;
    transition: border-color .2s;
  }
  .fnl-form input::placeholder { color: rgba(255,255,255,.55); }
  .fnl-form input:focus { border-color: white; background: rgba(255,255,255,.2); }
  .fnl-form button {
    padding: 14px; background: var(--gold); color: var(--navy);
    border: none; border-radius: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800;
    cursor: pointer; transition: all .15s; width: 100%;
  }
  .fnl-form button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

  .footer-main { background: var(--navy); padding: 72px 24px 48px; }
  .footer-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 48px;
  }
  .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
  .logo-icon {
    width: 40px; height: 40px; background: linear-gradient(135deg, var(--brand), #7b6ff0);
    border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px;
  }
  .logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; color: white; }
  .logo-text strong { color: var(--gold); }
  .footer-tagline { color: rgba(255,255,255,.5); font-size: 13.5px; line-height: 1.75; margin-bottom: 24px; max-width: 280px; }
  .footer-socials { display: flex; gap: 10px; flex-wrap: wrap; }
  .social-btn {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.6); transition: all .2s; text-decoration: none;
  }
  .social-btn svg { width: 16px; height: 16px; }
  .social-btn:hover { background: var(--brand); border-color: var(--brand); color: white; transform: translateY(-3px); }
  .footer-heading {
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 800;
    letter-spacing: .1em; text-transform: uppercase; color: white;
    margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a {
    color: rgba(255,255,255,.5); text-decoration: none; font-size: 13.5px;
    transition: color .2s, padding-left .2s; display: inline-flex; align-items: center; gap: 6px;
  }
  .footer-links a::before { content: '›'; color: var(--brand); font-size: 16px; opacity: 0; transition: opacity .2s; }
  .footer-links a:hover { color: white; padding-left: 6px; }
  .footer-links a:hover::before { opacity: 1; }
  .footer-contact { list-style: none; display: flex; flex-direction: column; gap: 14px; }
  .footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,.5); line-height: 1.55; }
  .contact-icon { font-size: 15px; flex-shrink: 0; margin-top: 1px; }
  .footer-contact a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
  .footer-contact a:hover { color: var(--gold); }
  .footer-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
  .badge { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 8px; }
  .footer-stats {
    background: #080f2a;
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 28px 24px;
    display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap;
  }
  .stat-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 40px; text-align: center; }
  .stat-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; color: var(--gold); letter-spacing: -1px; }
  .stat-label { font-size: 12px; color: rgba(255,255,255,.45); font-weight: 500; }
  .stat-div { width: 1px; height: 48px; background: rgba(255,255,255,.1); }
  .footer-bottom { background: #050c22; padding: 20px 24px; }
  .footer-bottom-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  }
  .footer-bottom p { font-size: 13px; color: rgba(255,255,255,.35); }
  .footer-bottom strong { color: rgba(255,255,255,.6); }
  .footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
  .footer-legal a { font-size: 12px; color: rgba(255,255,255,.3); text-decoration: none; transition: color .2s; }
  .footer-legal a:hover { color: var(--gold); }

  /* ══ RESPONSIVE ══ */
  @media (max-width: 1024px) {
    .hero-right { flex: 0 0 360px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .industry-grid { grid-template-columns: repeat(3, 1fr); }
    .process-track { grid-template-columns: repeat(3, 1fr); }
    .process-track::before { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .hero-body { flex-direction: column; padding: 40px 24px 60px; }
    .hero-right { flex: none; width: 100%; }
    .about-inner, .why-inner { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .testi-grid { grid-template-columns: 1fr; }
    .why-grid-mini { grid-template-columns: 1fr; }
    .process-track { grid-template-columns: repeat(2, 1fr); }
    .hstat { padding: 8px 20px; }
    .hstat-div { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .stat-div { display: none; }
    .stat-item { padding: 10px 20px; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }
    .footer-legal { justify-content: center; }
    .fnl-inner { flex-direction: column; }
  }

  /* ══════════════════════════════
     HEADER / NAVIGATION
  ══════════════════════════════ */
  .site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    transition: background .35s, box-shadow .35s;
  }
  .header-topbar {
    background: var(--navy);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 8px 24px;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 12px; color: rgba(255,255,255,.5);
    transition: max-height .35s, padding .35s, opacity .35s;
    max-height: 40px; overflow: hidden;
  }
  .topbar-left { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
  .topbar-item { display: flex; align-items: center; gap: 6px; }
  .topbar-item a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
  .topbar-item a:hover { color: var(--gold); }
  .topbar-right { display: flex; align-items: center; gap: 10px; }
  .topbar-social {
    width: 26px; height: 26px; border-radius: 6px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.5); text-decoration: none; transition: all .2s;
  }
  .topbar-social svg { width: 12px; height: 12px; }
  .topbar-social:hover { background: var(--brand); color: white; border-color: var(--brand); }

  .header-main {
    background: rgba(11,20,55,.92);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 0 24px;
  }
  .header-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px; gap: 24px;
  }
  .nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
  .nav-logo-icon {
    width: 40px; height: 40px;
    background: linear-gradient(135deg, var(--brand), #7b6ff0);
    border-radius: 11px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; box-shadow: 0 4px 14px rgba(67,97,238,.4);
  }
  .nav-logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 700; color: white; line-height: 1.2; }
  .nav-logo-text strong { color: var(--gold); display: block; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }

  .nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; flex: 1; justify-content: center; }
  .nav-item { position: relative; }
  .nav-link {
    display: flex; align-items: center; gap: 4px;
    padding: 8px 13px; border-radius: 8px;
    color: rgba(255,255,255,.75); font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; white-space: nowrap;
  }
  .nav-link:hover { color: white; background: rgba(255,255,255,.08); }
  .nav-item.active > .nav-link { color: var(--gold); background: rgba(248,198,0,.08); }
  .nav-arrow { font-size: 10px; opacity: .5; transition: transform .2s; margin-top: 1px; }
  .nav-item:hover .nav-arrow { transform: rotate(180deg); opacity: 1; }

  .nav-dropdown {
    position: absolute; top: calc(100% + 12px); left: 50%;
    background: white; border: 1px solid var(--border); border-radius: 16px;
    padding: 8px; min-width: 220px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
    opacity: 0; visibility: hidden;
    transform: translateX(-50%) translateY(-8px);
    transition: all .25s; z-index: 100;
  }
  .nav-dropdown::before {
    content: ""; position: absolute; top: -6px; left: 50%;
    width: 12px; height: 12px; background: white;
    border-left: 1px solid var(--border); border-top: 1px solid var(--border);
    transform: translateX(-50%) rotate(45deg);
  }
  .nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
  .dropdown-item {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 10px;
    color: var(--text); font-size: 13px; font-weight: 600;
    text-decoration: none; transition: all .15s; font-family: 'DM Sans', sans-serif;
  }
  .dropdown-item:hover { background: var(--light); color: var(--brand); }
  .dropdown-icon { font-size: 16px; flex-shrink: 0; }

  .nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
  .nav-search-btn {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.6); cursor: pointer; transition: all .2s; text-decoration: none; font-size: 15px;
  }
  .nav-search-btn:hover { background: rgba(255,255,255,.13); color: white; }
  .nav-cta {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--brand); color: white; padding: 10px 20px; border-radius: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 700;
    text-decoration: none; white-space: nowrap; transition: all .2s;
    box-shadow: 0 4px 14px rgba(67,97,238,.35);
  }
  .nav-cta:hover { background: #3451d1; transform: translateY(-1px); }

  .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
  .nav-hamburger span { display: block; width: 24px; height: 2px; background: rgba(255,255,255,.8); border-radius: 2px; transition: all .3s; }
  .nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  .nav-mobile {
    display: none; flex-direction: column;
    background: var(--navy); border-top: 1px solid rgba(255,255,255,.08);
    padding: 0 16px; max-height: 0; overflow: hidden; transition: max-height .4s ease;
  }
  .nav-mobile.open { max-height: 600px; padding: 12px 16px 20px; }
  .mob-link {
    display: block; padding: 12px 14px; border-radius: 10px;
    color: rgba(255,255,255,.75); font-size: 14px; font-weight: 600;
    text-decoration: none; font-family: 'DM Sans', sans-serif;
    transition: all .15s; border-bottom: 1px solid rgba(255,255,255,.05);
  }
  .mob-link:hover { background: rgba(255,255,255,.07); color: white; }
  .mob-link.active { color: var(--gold) !important; }
  .mob-cta {
    display: block; margin-top: 14px; padding: 14px;
    background: var(--brand); color: white; border-radius: 12px;
    text-align: center; font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px; font-weight: 800; text-decoration: none;
  }

  .site-header.scrolled .header-topbar { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; }
  .site-header.scrolled .header-main { background: rgba(11,20,55,.98); box-shadow: 0 4px 32px rgba(0,0,0,.25); }

  /* Hero already has padding-top handled — just adjust body offset */
  body { padding-top: 110px; }
  @media (max-width: 900px) {
    .nav-menu { display: none; }
    .nav-hamburger { display: flex; }
    .nav-mobile { display: flex; }
    .topbar-item:nth-child(2), .topbar-item:nth-child(3) { display: none; }
    body { padding-top: 96px; }
  }

  /* ── FAQ ── */
  .faq-section {
    padding: 90px 24px;
    background: var(--white);
  }
  .faq-inner { max-width: 860px; margin: 0 auto; }
  .faq-header { text-align: center; margin-bottom: 56px; }
  .faq-header .eyebrow { margin-bottom: 12px; }
  .faq-header h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    color: var(--navy);
    margin-bottom: 14px;
    line-height: 1.15;
  }
  .faq-header p {
    color: var(--muted);
    font-size: 15px; line-height: 1.7;
    max-width: 540px; margin: 0 auto;
  }

  .faq-list { display: flex; flex-direction: column; gap: 12px; }

  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
    transition: border-color .2s, box-shadow .2s;
  }
  .faq-item.open {
    border-color: var(--brand);
    box-shadow: 0 4px 24px rgba(67,97,238,.1);
  }

  .faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    transition: background .15s;
  }
  .faq-q:hover { background: rgba(67,97,238,.03); }
  .faq-item.open .faq-q { color: var(--brand); }

  .faq-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--light);
    border: 1.5px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    transition: all .25s;
    font-size: 18px;
    color: var(--brand);
    font-weight: 300;
    line-height: 1;
  }
  .faq-item.open .faq-icon {
    background: var(--brand);
    border-color: var(--brand);
    color: white;
    transform: rotate(45deg);
  }

  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s;
  }
  .faq-a-inner {
    padding: 0 24px 22px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }
  .faq-item.open .faq-a { max-height: 400px; }

  .faq-tags {
    display: flex; flex-wrap: wrap; gap: 10px;
    justify-content: center;
    margin-top: 48px;
  }
  .faq-tag {
    background: var(--light);
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 12px; font-weight: 600;
    padding: 6px 16px; border-radius: 20px;
    letter-spacing: .04em;
  }


/* ══════════════════════════════
   PRICING / PACKAGES PAGE EXTRAS
══════════════════════════════ */
/* ── TABS ── */
  .tabs-section { padding: 60px 24px 0; max-width: 1200px; margin: 0 auto; }
  .tab-toggle {
    display: flex; justify-content: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 6px;
    width: fit-content;
    margin: 0 auto 48px;
    gap: 4px;
  }
  .tab-btn {
    padding: 12px 36px;
    border-radius: 10px;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 600;
    cursor: pointer;
    transition: all .25s;
    color: var(--muted);
    background: transparent;
  }
  .tab-btn.active {
    background: var(--brand);
    color: var(--white);
    box-shadow: 0 4px 20px rgba(67,97,238,.35);
  }

  /* ── PLAN CARDS ── */
  .plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 64px;
    padding: 0 24px;
  }
  .plan-card {
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: 24px;
    padding: 36px 28px 32px;
    position: relative;
    transition: transform .25s, box-shadow .25s;
  }
  .plan-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(67,97,238,.13); }
  .plan-card.featured {
    background: linear-gradient(160deg, #1c2f7a 0%, var(--navy) 100%);
    border-color: transparent;
    box-shadow: 0 20px 60px rgba(67,97,238,.25);
  }
  .plan-card.featured .plan-name { color: var(--white); }
  .plan-card.featured .feature-item { color: rgba(255,255,255,.7); }
  .plan-card.featured .feature-check { color: #4ade80; }
  .plan-card.featured .feature-x { color: rgba(255,255,255,.2); }
  .plan-card.featured .plan-divider { border-color: rgba(255,255,255,.12); }
  .plan-card.featured .plan-period { color: rgba(255,255,255,.45); }
  .plan-card.featured .plan-cta { background: var(--gold); color: var(--navy); border-color: var(--gold); }
  .plan-card.featured .plan-cta:hover { background: #d4a900; border-color: #d4a900; }

  .popular-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(90deg, var(--accent) 0%, #c1121f 100%);
    color: white; font-size: 11px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; padding: 5px 20px; border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(247,37,133,.45);
  }

  .plan-icon {
    width: 52px; height: 52px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 22px;
  }
  .plan-card:not(.featured) .plan-icon { background: var(--light); }
  .plan-card.featured .plan-icon { background: rgba(255,255,255,.1); }

  .plan-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px; font-weight: 800; color: var(--navy);
    margin-bottom: 8px;
    letter-spacing: -0.2px;
  }

  .plan-kw {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: .09em;
    text-transform: uppercase;
    background: rgba(67,97,238,.08);
    color: var(--brand);
    padding: 4px 12px; border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(67,97,238,.15);
  }
  .plan-card.featured .plan-kw {
    background: rgba(248,198,0,.15);
    color: var(--gold);
    border-color: rgba(248,198,0,.3);
  }

  /* ── PRICE ROW — clean, well-proportioned ── */
  .plan-price-row {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    margin-bottom: 4px;
    line-height: 1;
  }
  .plan-currency {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--brand);
    margin-top: 10px;
    line-height: 1;
  }
  .plan-card.featured .plan-currency { color: var(--gold); }
  .plan-amount {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -2px;
    color: var(--navy);
    line-height: 1;
  }
  .plan-card.featured .plan-amount { color: var(--white); }
  .plan-period {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px; font-weight: 500;
    color: var(--muted);
    margin-bottom: 24px;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .plan-divider { border: none; border-top: 1px solid var(--border); margin-bottom: 20px; }

  .feature-list { list-style: none; margin-bottom: 28px; }
  .feature-item {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 13.5px; color: var(--muted);
    padding: 7px 0;
    border-bottom: 1px solid rgba(228,232,255,.5);
  }
  .feature-item:last-child { border-bottom: none; }
  .feature-check { color: var(--green); font-size: 15px; flex-shrink: 0; margin-top: 1px; }
  .feature-x { color: #D0D5E8; font-size: 15px; flex-shrink: 0; }

  .plan-cta {
    display: block; width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 2px solid var(--brand);
    background: transparent;
    color: var(--brand);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px; font-weight: 700;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    text-decoration: none;
    letter-spacing: .02em;
  }
  .plan-cta:hover { background: var(--brand); color: white; }

  /* ── COMPARISON TABLE ── */
  .comparison-wrap {
    max-width: 1200px; margin: 0 auto 80px; padding: 0 24px;
  }
  .section-header { text-align: center; margin-bottom: 48px; }
  .section-header h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    color: var(--navy);
  }

  .table-wrap { overflow-x: auto; border-radius: 20px; box-shadow: 0 4px 40px rgba(0,0,0,.07); }
  table { width: 100%; border-collapse: collapse; background: white; }

  thead tr th {
    padding: 0; text-align: center;
    border-bottom: 2px solid var(--border);
    vertical-align: top;
  }
  thead .th-feature {
    text-align: left; padding: 28px 24px;
    font-size: 13px; font-weight: 700; color: var(--navy);
    letter-spacing: .05em; text-transform: uppercase; width: 30%;
  }
  .th-plan { padding: 24px 16px; min-width: 130px; }
  .th-plan-inner { display: flex; flex-direction: column; align-items: center; gap: 4px; }
  .th-plan-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 800; color: var(--navy); }
  .th-plan-price { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; color: var(--brand); letter-spacing: -1px; }
  .th-plan-price span { font-size: 14px; font-weight: 700; vertical-align: super; }
  .th-plan-kw { font-size: 11px; color: var(--muted); font-weight: 500; }

  thead .th-featured { background: linear-gradient(160deg, #1c2f7a, var(--navy)); }
  thead .th-featured .th-plan-name { color: var(--white); }
  thead .th-featured .th-plan-price { color: var(--gold); }
  thead .th-featured .th-plan-kw { color: rgba(255,255,255,.5); }

  .cat-row td {
    background: var(--light);
    font-size: 11px; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: var(--brand);
    padding: 12px 24px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .cat-row td:first-child { border-left: 3px solid var(--brand); }

  tbody tr:not(.cat-row) td {
    padding: 13px 16px;
    text-align: center;
    font-size: 13.5px;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
  }
  tbody tr:not(.cat-row) td:first-child {
    text-align: left; padding-left: 24px;
    color: var(--text); font-weight: 500;
  }
  tbody tr:not(.cat-row):hover td { background: rgba(67,97,238,.025); }
  .featured-col {
    background: rgba(67,97,238,.04);
    border-left: 1px solid rgba(67,97,238,.12);
    border-right: 1px solid rgba(67,97,238,.12);
  }
  .check { color: var(--green); font-size: 16px; }
  .cross { color: #D0D5E8; font-size: 16px; }
  .num { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: var(--brand); }

  /* ── WHY US ── */
  .why-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--indigo) 100%);
    padding: 80px 24px;
    text-align: center;
  }
  .why-section h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    color: white; margin-bottom: 16px;
  }
  .why-section .sub { color: rgba(255,255,255,.6); font-size: 15px; margin-bottom: 56px; }
  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1000px; margin: 0 auto 48px;
  }
  .why-card {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    padding: 30px 24px;
    text-align: left;
    transition: background .2s;
  }
  .why-card:hover { background: rgba(255,255,255,.12); }
  .why-card .icon { font-size: 30px; margin-bottom: 14px; }
  .why-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; color: white; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
  .why-card p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }

  .cta-bar {
    background: rgba(248,198,0,.1);
    border: 1px solid rgba(248,198,0,.25);
    border-radius: 16px;
    padding: 30px 40px;
    max-width: 600px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 20px;
  }
  .cta-bar p { color: white; font-size: 17px; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; }
  .cta-bar a {
    display: inline-block;
    background: var(--gold); color: var(--navy);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800; font-size: 14px;
    padding: 14px 32px; border-radius: 12px;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
  }
  .cta-bar a:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(248,198,0,.35); }

  /* ── FAQ ── */
  .faq-section {
    padding: 90px 24px;
    background: var(--white);
  }
  .faq-inner { max-width: 860px; margin: 0 auto; }
  .faq-header { text-align: center; margin-bottom: 56px; }
  .faq-header .eyebrow { margin-bottom: 12px; }
  .faq-header h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    color: var(--navy);
    margin-bottom: 14px;
    line-height: 1.15;
  }
  .faq-header p {
    color: var(--muted);
    font-size: 15px; line-height: 1.7;
    max-width: 540px; margin: 0 auto;
  }

  .faq-list { display: flex; flex-direction: column; gap: 12px; }

  .faq-item {
    border: 1.5px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
    transition: border-color .2s, box-shadow .2s;
  }
  .faq-item.open {
    border-color: var(--brand);
    box-shadow: 0 4px 24px rgba(67,97,238,.1);
  }

  .faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.4;
    transition: background .15s;
  }
  .faq-q:hover { background: rgba(67,97,238,.03); }
  .faq-item.open .faq-q { color: var(--brand); }

  .faq-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--light);
    border: 1.5px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    transition: all .25s;
    font-size: 18px;
    color: var(--brand);
    font-weight: 300;
    line-height: 1;
  }
  .faq-item.open .faq-icon {
    background: var(--brand);
    border-color: var(--brand);
    color: white;
    transform: rotate(45deg);
  }

  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s;
  }
  .faq-a-inner {
    padding: 0 24px 22px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }
  .faq-item.open .faq-a { max-height: 400px; }

  .faq-tags {
    display: flex; flex-wrap: wrap; gap: 10px;
    justify-content: center;
    margin-top: 48px;
  }
  .faq-tag {
    background: var(--light);
    border: 1px solid var(--border);
    color: var(--muted);
    font-size: 12px; font-weight: 600;
    padding: 6px 16px; border-radius: 20px;
    letter-spacing: .04em;
  }

  /* ── TAB PANE ── */
  .tab-pane { display: none; }
  .tab-pane.active { display: block; }

  /* ── FOOTER NOTE ── */
  .footer-note {
    text-align: center; padding: 28px 24px;
    font-size: 13px; color: var(--muted);
    border-top: 1px solid var(--border);
    background: var(--light);
  }

  @media (max-width: 640px) {
    .plans-grid { grid-template-columns: 1fr; }
    .cta-bar { text-align: center; justify-content: center; }
    .plan-amount { font-size: 48px; }
  }

  /* ══════════════════════════════
     HEADER / NAVIGATION
  ══════════════════════════════ */
  .site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    transition: background .35s, box-shadow .35s;
  }
  .header-topbar {
    background: var(--navy);
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 8px 24px;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 12px; color: rgba(255,255,255,.5);
    transition: max-height .35s, padding .35s, opacity .35s;
    max-height: 40px; overflow: hidden;
  }
  .topbar-left { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
  .topbar-item { display: flex; align-items: center; gap: 6px; }
  .topbar-item a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
  .topbar-item a:hover { color: var(--gold); }
  .topbar-right { display: flex; align-items: center; gap: 10px; }
  .topbar-social {
    width: 26px; height: 26px; border-radius: 6px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.5); text-decoration: none;
    transition: all .2s;
  }
  .topbar-social svg { width: 12px; height: 12px; }
  .topbar-social:hover { background: var(--brand); color: white; border-color: var(--brand); }

  .header-main {
    background: rgba(11,20,55,.92);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding: 0 24px;
  }
  .header-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px; gap: 24px;
  }
  .nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
  .nav-logo-icon {
    width: 40px; height: 40px;
    background: linear-gradient(135deg, var(--brand), #7b6ff0);
    border-radius: 11px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; box-shadow: 0 4px 14px rgba(67,97,238,.4);
  }
  .nav-logo-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; font-weight: 700; color: white; line-height: 1.2; }
  .nav-logo-text strong { color: var(--gold); display: block; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }

  .nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; flex: 1; justify-content: center; }
  .nav-item { position: relative; }
  .nav-link {
    display: flex; align-items: center; gap: 4px;
    padding: 8px 13px; border-radius: 8px;
    color: rgba(255,255,255,.75); font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; white-space: nowrap;
  }
  .nav-link:hover, .nav-item.active .nav-link { color: white; background: rgba(255,255,255,.08); }
  .nav-item.active > .nav-link { color: var(--gold); }
  .nav-arrow { font-size: 10px; opacity: .5; transition: transform .2s; margin-top: 1px; }
  .nav-item:hover .nav-arrow { transform: rotate(180deg); opacity: 1; }

  .nav-dropdown {
    position: absolute; top: calc(100% + 12px); left: 50%;
    background: white; border: 1px solid var(--border); border-radius: 16px;
    padding: 8px; min-width: 220px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
    opacity: 0; visibility: hidden;
    transform: translateX(-50%) translateY(-8px);
    transition: all .25s; z-index: 100;
  }
  .nav-dropdown::before {
    content: ""; position: absolute; top: -6px; left: 50%;
    width: 12px; height: 12px; background: white;
    border-left: 1px solid var(--border); border-top: 1px solid var(--border);
    transform: translateX(-50%) rotate(45deg);
  }
  .nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
  .dropdown-item {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 10px;
    color: var(--text); font-size: 13px; font-weight: 600;
    text-decoration: none; transition: all .15s; font-family: 'DM Sans', sans-serif;
  }
  .dropdown-item:hover { background: var(--light); color: var(--brand); }
  .dropdown-icon { font-size: 16px; flex-shrink: 0; }

  .nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
  .nav-search-btn {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.6); cursor: pointer; transition: all .2s;
    font-size: 15px; text-decoration: none;
  }
  .nav-search-btn:hover { background: rgba(255,255,255,.13); color: white; }
  .nav-cta {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--brand); color: white;
    padding: 10px 20px; border-radius: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 700;
    text-decoration: none; white-space: nowrap; transition: all .2s;
    box-shadow: 0 4px 14px rgba(67,97,238,.35);
  }
  .nav-cta:hover { background: #3451d1; transform: translateY(-1px); }

  .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
  .nav-hamburger span { display: block; width: 24px; height: 2px; background: rgba(255,255,255,.8); border-radius: 2px; transition: all .3s; }
  .nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  .nav-mobile {
    display: none; flex-direction: column;
    background: var(--navy); border-top: 1px solid rgba(255,255,255,.08);
    padding: 0 16px; max-height: 0; overflow: hidden; transition: max-height .4s ease;
  }
  .nav-mobile.open { max-height: 600px; padding: 12px 16px 20px; }
  .mob-link {
    display: block; padding: 12px 14px; border-radius: 10px;
    color: rgba(255,255,255,.75); font-size: 14px; font-weight: 600;
    text-decoration: none; font-family: 'DM Sans', sans-serif;
    transition: all .15s; border-bottom: 1px solid rgba(255,255,255,.05);
  }
  .mob-link:hover, .mob-link.active { background: rgba(255,255,255,.07); color: white; }
  .mob-link.active { color: var(--gold) !important; }
  .mob-cta {
    display: block; margin-top: 14px; padding: 14px;
    background: var(--brand); color: white; border-radius: 12px;
    text-align: center; font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px; font-weight: 800; text-decoration: none;
  }

  .site-header.scrolled .header-topbar { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; }
  .site-header.scrolled .header-main { background: rgba(11,20,55,.98); box-shadow: 0 4px 32px rgba(0,0,0,.25); }

  body { padding-top: 110px; }
  @media (max-width: 900px) {
    .nav-menu { display: none; }
    .nav-hamburger { display: flex; }
    .nav-mobile { display: flex; }
    .topbar-item:nth-child(2), .topbar-item:nth-child(3) { display: none; }
    body { padding-top: 96px; }
  }
/* ══════════════════════════════
   GENERIC PAGE CONTENT (new pages
   created in WP admin use this)
══════════════════════════════ */
.generic-page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--indigo) 55%, #2a1b6e 100%);
  padding: 70px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.generic-page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
.generic-page-hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  color: white;
  position: relative;
  margin-bottom: 14px;
}
.generic-page-hero .gp-breadcrumb {
  position: relative;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,.45);
}
.generic-page-hero .gp-breadcrumb a { color: var(--gold); text-decoration: none; }
.generic-page-hero .gp-breadcrumb .sep { color: rgba(255,255,255,.2); }

.generic-page-content {
  max-width: 860px; margin: 0 auto;
  padding: 80px 24px;
  font-size: 16px; line-height: 1.85; color: var(--text);
}
.generic-page-content h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  color: var(--navy);
  margin: 40px 0 16px;
  line-height: 1.25;
}
.generic-page-content h2:first-child { margin-top: 0; }
.generic-page-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px; font-weight: 800;
  color: var(--navy);
  margin: 28px 0 12px;
}
.generic-page-content p { margin-bottom: 18px; color: var(--text); }
.generic-page-content a { color: var(--brand); text-decoration: underline; }
.generic-page-content ul, .generic-page-content ol {
  margin: 0 0 18px 24px;
}
.generic-page-content li { margin-bottom: 8px; }
.generic-page-content img { max-width: 100%; border-radius: 16px; margin: 24px 0; }
.generic-page-content blockquote {
  border-left: 4px solid var(--brand);
  background: var(--light);
  padding: 16px 24px;
  border-radius: 0 12px 12px 0;
  margin: 24px 0;
  font-style: italic;
  color: var(--muted);
}
.generic-page-content table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
}
.generic-page-content table th,
.generic-page-content table td {
  border: 1px solid var(--border);
  padding: 12px 16px; text-align: left;
}
.generic-page-content table th {
  background: var(--light);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; color: var(--navy);
}
