@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,600;0,700;1,500;1,600&family=Inter:wght@400;500;600;700&display=swap');

:root{
    --navy:#0A1527;
    --navy-deep:#050B17;
    --gold:#C9A961;
    --gold-dark:#8A6D2F;
    --ink:#0A1628;
    --body-text:#5F6980;
    --paper:#F4F1EA;
    --card:#FFFFFF;
    --mist:#EDE9DF;
    --line:#E3DED2;
    --radius:14px;
  }
  *{box-sizing:border-box;}
  html{scroll-padding-top:6rem;}
  body{
    margin:0; font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    color:var(--ink); background:var(--paper); line-height:1.55;
  }
  a{color:inherit;}
  img{max-width:100%;display:block;}
  .wrap{max-width:1120px;margin:0 auto;padding:0 24px;}
  .eyebrow{
    text-transform:uppercase; letter-spacing:.1em; font-size:12.5px; font-weight:700;
    color:var(--gold-dark); font-family:'Inter',sans-serif;
  }
  section.dark .eyebrow{color:var(--gold);}
  h1,h2,h3{font-family:'Fraunces',Georgia,serif; font-weight:600; margin:0 0 .4em; color:var(--ink); line-height:1.15; letter-spacing:-.01em;}
  section.dark h1, section.dark h2, section.dark h3{color:#fff;}
  h1 em, h2 em{font-family:'Fraunces',Georgia,serif; font-style:italic; font-weight:500; color:var(--gold);}
  p{color:var(--body-text);}
  section.dark p{color:#B9C2D6;}

  /* Header */
  header{
    position:sticky; top:0; z-index:50; background:rgba(27,42,74,.96); backdrop-filter:blur(6px);
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .nav{display:flex; align-items:center; justify-content:space-between; padding:16px 24px; max-width:1120px; margin:0 auto;}
  .logo{display:flex; align-items:center; text-decoration:none;}
  .logo img{height:26px; width:auto; display:block;}
  .foot-logo img{height:22px; width:auto; display:block; margin-bottom:10px;}
  .nav-links{display:flex; gap:28px; list-style:none; margin:0; padding:0;}
  .nav-links a{color:#DCE2EE; text-decoration:none; font-size:15px; font-family:'Inter',sans-serif; font-weight:500;}
  .nav-links a:hover, .nav-links a:focus-visible{color:var(--gold);}
  .nav-cta{
    background:var(--gold); color:var(--navy-deep); padding:10px 18px; border-radius:999px;
    text-decoration:none; font-weight:700; font-size:14px;
  }
  .menu-btn{display:none; background:none; border:none; color:#fff; font-size:26px; cursor:pointer;}
  @media (max-width:820px){
    .nav-links{
      position:absolute; top:100%; left:0; right:0; background:var(--navy-deep);
      flex-direction:column; padding:16px 24px; gap:16px; display:none;
    }
    .nav-links.open{display:flex;}
    .menu-btn{display:block;}
  }

  /* Hero */
  section.hero{background:linear-gradient(180deg,var(--navy),var(--navy-deep)); color:#fff; padding:96px 0 64px;}
  .hero-inner{max-width:760px;}
  .hero h1{font-size:clamp(34px,5vw,54px); margin-top:14px;}
  .hero h1 em{color:var(--gold); font-style:normal;}
  .hero p.lead{font-size:19px; max-width:600px; margin:18px 0 32px;}
  .hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px;}
  .btn{display:inline-block; padding:14px 26px; border-radius:999px; font-weight:600; text-decoration:none; font-size:15px; font-family:'Inter',sans-serif;}
  .btn-primary{background:var(--gold); color:var(--navy-deep);}
  .btn-ghost{background:transparent; color:#fff; border:1px solid rgba(255,255,255,.35);}
  .stat-row{display:flex; gap:36px; flex-wrap:wrap;}
  .stat b{display:block; font-size:26px; color:var(--gold); font-family:'Fraunces',Georgia,serif;}
  .stat span{font-size:13px; color:#B9C2D6;}

  /* Section shell */
  section{padding:76px 0;}
  section.alt{background:var(--mist);}
  .section-head{max-width:640px; margin:0 auto 48px; text-align:center;}
  .section-head h2{font-size:clamp(26px,3.4vw,36px);}

  /* What we do */
  .grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
  @media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:560px){.grid-4{grid-template-columns:1fr;}}
  .card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px;}
  .card .num{color:var(--gold-dark); font-weight:700; font-size:13px; letter-spacing:.06em;}
  .card h3{font-size:19px; margin:10px 0 8px;}
  .card p{font-size:15px; margin:0;}

  /* Problem-led who we help (no named sectors) */
  .problem-list{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:960px; margin:0 auto;}
  @media (max-width:820px){.problem-list{grid-template-columns:1fr;}}
  .problem-item{text-align:center; padding:8px;}
  .problem-item .mark{
    width:44px; height:44px; border-radius:50%; background:var(--navy); color:var(--gold);
    display:flex; align-items:center; justify-content:center; margin:0 auto 14px; font-family:'Fraunces',Georgia,serif; font-weight:700;
  }
  .problem-item h3{font-size:17px;}
  .problem-item p{font-size:14.5px;}

  /* Pricing */
  .price-audit{
    background:var(--navy); color:#fff; border-radius:var(--radius); padding:28px 32px;
    display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; margin-bottom:40px;
  }
  .price-audit h3{margin:0 0 6px; color:#fff;}
  .price-audit p{color:#C7CEDE; margin:0; max-width:520px; font-size:15px;}
  .tiers{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch;}
  @media (max-width:900px){.tiers{grid-template-columns:1fr; max-width:420px; margin:0 auto;}}
  .tier{
    border:1px solid var(--line); border-radius:var(--radius); padding:30px 26px; background:#fff;
    display:flex; flex-direction:column;
  }
  .tier.featured{background:var(--navy); color:#fff; border-color:var(--navy); transform:translateY(-8px); box-shadow:0 20px 40px rgba(27,42,74,.18);}
  .tier.featured h3, .tier.featured .price{color:#fff;}
  .tier.featured p{color:#C7CEDE;}
  .tier.featured li{color:#E6EAF3;}
  .badge{
    display:inline-block; background:var(--gold); color:var(--navy-deep); font-size:12px; font-weight:700;
    padding:4px 12px; border-radius:999px; margin-bottom:14px; letter-spacing:.03em;
  }
  .tier h3{font-family:'Fraunces',Georgia,serif; font-size:22px; margin-bottom:4px;}
  .price{font-size:34px; font-weight:700; color:var(--navy); font-family:'Fraunces',Georgia,serif;}
  .price span{font-size:15px; font-weight:400; color:var(--body-text);}
  .tier.featured .price span{color:#B9C2D6;}
  .tier ul{list-style:none; padding:0; margin:20px 0; flex:1;}
  .tier li{font-size:14.5px; padding:7px 0; border-top:1px solid rgba(0,0,0,.06);}
  .tier.featured li{border-top-color:rgba(255,255,255,.12);}
  .tier li:first-child{border-top:none;}
  .tier .btn{width:100%; text-align:center; margin-top:6px;}
  .setup-callout{
    max-width:760px; margin:44px auto 0; text-align:center; background:#FBF3E0;
    border:2px solid var(--gold); border-radius:var(--radius); padding:32px 36px;
  }
  .setup-callout p{
    font-size:19px; color:var(--ink); margin:0; line-height:1.5;
  }
  .setup-callout strong{
    font-family:'Fraunces',Georgia,serif; font-weight:700; font-size:26px; color:var(--gold-dark);
  }
  .referral-note{
    text-align:center; max-width:640px; margin:20px auto 0; font-size:14.5px; color:var(--gold-dark); font-weight:600;
  }

  /* How it works + contact merged */
  .journey{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-bottom:56px;}
  @media (max-width:900px){.journey{grid-template-columns:repeat(2,1fr);}}
  @media (max-width:560px){.journey{grid-template-columns:1fr;}}
  .journey-step .num{color:var(--gold-dark); font-weight:700; font-family:'Fraunces',Georgia,serif; font-size:20px;}
  .journey-step h3{font-size:16.5px; margin:8px 0 6px;}
  .journey-step p{font-size:14px;}
  .contact-box{
    background:var(--navy); border-radius:var(--radius); padding:44px; color:#fff; text-align:center;
  }
  .contact-box h2{color:#fff;}
  .contact-links{display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-top:22px;}
  .contact-links a{
    background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); padding:14px 24px;
    border-radius:12px; text-decoration:none; color:#fff; font-size:15px;
  }
  .contact-links a:hover, .contact-links a:focus-visible{border-color:var(--gold); color:var(--gold);}
  .hours{color:#B9C2D6; font-size:13.5px; margin-top:18px;}

  footer{background:var(--navy-deep); color:#B9C2D6; padding:40px 0; font-size:13.5px;}
  .foot-row{display:flex; justify-content:space-between; flex-wrap:wrap; gap:16px; align-items:center;}
  footer a{color:#B9C2D6; text-decoration:none;}
  footer a:hover, footer a:focus-visible{color:var(--gold);}

  :focus-visible{outline:2px solid var(--gold); outline-offset:2px;}

  @media (prefers-reduced-motion: reduce){
    *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
  }

  /* Legal pages */
  .legal-hero{background:linear-gradient(180deg,var(--navy),var(--navy-deep)); color:#fff; padding:64px 0 44px;}
  .legal-hero h1{color:#fff;}
  .legal-hero .wrap{max-width:820px;}
  .legal-meta{display:flex; gap:28px; flex-wrap:wrap; margin-top:18px;}
  .legal-meta div span{display:block; font-size:12.5px; color:#B9C2D6; text-transform:uppercase; letter-spacing:.05em;}
  .legal-meta div b{font-size:15px; color:#fff; font-weight:600;}
  .legal-body{max-width:780px; margin:0 auto; padding:56px 24px;}
  .legal-body h2{font-size:22px; margin-top:44px; padding-bottom:10px; border-bottom:1px solid var(--line);}
  .legal-body h2:first-child{margin-top:0;}
  .legal-body h3{font-size:17px; color:var(--navy); margin-top:24px;}
  .legal-body p, .legal-body li{font-size:15.5px; color:var(--body-text);}
  .legal-body ul, .legal-body ol{padding-left:22px;}
  .legal-body li{margin-bottom:6px;}
  .legal-table{width:100%; border-collapse:collapse; margin:16px 0 24px; font-size:14.5px;}
  .legal-table td{padding:10px 14px; border:1px solid var(--line); vertical-align:top; color:var(--body-text);}
  .legal-table td:first-child{font-weight:600; color:var(--navy); width:34%; background:var(--mist);}
  .legal-note{
    background:var(--mist); border-left:3px solid var(--gold-dark); padding:16px 20px; border-radius:6px; margin:18px 0;
  }
  .legal-note p{margin:0;}
  .back-link{display:inline-block; margin-bottom:20px; font-size:14.5px; color:var(--navy); text-decoration:none; font-weight:600;}
  .back-link:hover{color:var(--gold-dark);}

  /* Expanded footer */
  .foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:32px; padding-bottom:32px; border-bottom:1px solid rgba(255,255,255,.1); margin-bottom:24px;}
  @media (max-width:760px){.foot-grid{grid-template-columns:1fr 1fr;}}
  .foot-col h4{color:#fff; font-family:'Inter',sans-serif; font-size:13px; text-transform:uppercase; letter-spacing:.08em; margin:0 0 14px;}
  .foot-col ul{list-style:none; margin:0; padding:0;}
  .foot-col li{margin-bottom:9px;}
  .foot-col a{font-size:14.5px;}
  .foot-brand p{font-size:14px; margin-top:12px; max-width:260px;}
  .foot-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:13px;}

  /* Sub-page hero */
  .page-hero{background:linear-gradient(180deg,var(--navy),var(--navy-deep)); color:#fff; padding:64px 0 48px;}
  .page-hero .wrap{max-width:760px;}
  .page-hero h1{font-size:clamp(30px,5vw,44px); color:#fff;}
  .page-hero p{font-size:17px; max-width:600px; margin-top:12px;}
  .breadcrumb{font-size:13px; color:#B9C2D6; margin-bottom:14px;}
  .breadcrumb a{color:var(--gold); text-decoration:none;}

  /* Tier detail page */
  .tier-detail-grid{display:grid; grid-template-columns:1.3fr 1fr; gap:44px; align-items:start;}
  @media (max-width:860px){.tier-detail-grid{grid-template-columns:1fr;}}
  .tier-feature-list{list-style:none; padding:0; margin:20px 0;}
  .tier-feature-list li{padding:12px 0; border-top:1px solid var(--line); font-size:15.5px; display:flex; gap:10px;}
  .tier-feature-list li:first-child{border-top:none;}
  .tier-feature-list .tick{color:var(--gold-dark); font-weight:700;}
  .tier-sidebar{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px; position:sticky; top:100px;}
  .tier-sidebar .price{font-size:38px;}
  .tier-crosslinks{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap;}
  .tier-crosslinks a{font-size:14px; color:var(--body-text); text-decoration:underline;}

  /* FAQ accordion */
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{
    width:100%; text-align:left; background:none; border:none; padding:20px 4px; font-family:'Inter',sans-serif;
    font-size:16.5px; font-weight:600; color:var(--ink); cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px;
  }
  .faq-q .plus{color:var(--gold-dark); font-size:20px; transition:transform .2s;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .25s ease;}
  .faq-a p{padding:0 4px 20px; font-size:15px;}
  .faq-item.open .faq-a{max-height:400px;}

  /* How it works detail */
  .step-detail{display:grid; grid-template-columns:70px 1fr; gap:20px; padding:28px 0; border-top:1px solid var(--line);}
  .step-detail:first-child{border-top:none;}
  .step-detail .step-num{
    width:52px; height:52px; border-radius:50%; background:var(--navy); color:var(--gold); display:flex; align-items:center; justify-content:center;
    font-family:'Fraunces',Georgia,serif; font-weight:700; font-size:20px;
  }
  .step-detail h3{margin-bottom:6px;}

  /* Case studies empty state */
  .empty-state{text-align:center; max-width:520px; margin:0 auto; padding:60px 24px;}
  .empty-state .icon{font-size:40px; margin-bottom:18px;}

  /* Book a call page */
  .book-grid{display:grid; grid-template-columns:1fr 1fr; gap:40px;}
  @media (max-width:820px){.book-grid{grid-template-columns:1fr;}}
  .book-embed-note{
    background:var(--mist); border:1px dashed var(--gold-dark); border-radius:var(--radius); padding:28px; text-align:center; color:var(--body-text); font-size:14.5px;
  }

/* === Added: testimonial slider === */
.testi-slider{max-width:640px;margin:0 auto 50px;text-align:center;min-height:120px;}
.testi-slide{display:none;}
.testi-slide.active{display:block;animation:testiFade .4s ease;}
@keyframes testiFade{from{opacity:0;}to{opacity:1;}}
.testi-quote{font-family:'Fraunces',Georgia,serif;font-style:italic;font-size:19px;color:var(--ink);line-height:1.5;margin-bottom:14px;}
.testi-who{font-size:13.5px;font-weight:700;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.05em;}
.testi-dots{display:flex;gap:8px;justify-content:center;margin-top:22px;}
.testi-dots span{width:8px;height:8px;border-radius:50%;background:var(--line);cursor:pointer;}
.testi-dots span.active{background:var(--gold-dark);}

/* === Added: Facebook-style review card === */
.fb-review{
  max-width:560px;margin:0 auto;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);padding:28px;text-align:left;
}
.fb-review-head{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.fb-avatar{
  width:42px;height:42px;border-radius:50%;background:var(--navy);color:var(--gold);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-family:'Fraunces',Georgia,serif;
}
.fb-name{font-weight:700;font-size:15px;color:var(--ink);margin:0;}
.fb-sub{font-size:12.5px;color:var(--body-text);margin:0;}
.fb-stars{color:var(--gold-dark);font-weight:700;font-size:14px;margin:0 0 10px;}
.fb-review p{font-size:14.5px;color:var(--body-text);}

/* === Added: quote form inside contact box === */
.quote-form{margin-top:36px;padding-top:32px;border-top:1px solid rgba(255,255,255,.15);text-align:left;}
.quote-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
@media(max-width:600px){.quote-form-grid{grid-template-columns:1fr;}}
.qf-field{margin-bottom:16px;}
.qf-field label{display:block;font-size:12.5px;font-weight:600;color:#C7CEDE;margin-bottom:6px;}
.qf-field input,.qf-field select,.qf-field textarea{
  width:100%;padding:11px 13px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.2);
  border-radius:8px;color:#fff;font-size:14.5px;font-family:'Inter',sans-serif;
}
.qf-field input:focus,.qf-field select:focus,.qf-field textarea:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold);}
.qf-field textarea{resize:vertical;}
.qf-submit{width:100%;text-align:center;border:none;cursor:pointer;margin-top:6px;font-family:'Inter',sans-serif;}
.qf-privacy{font-size:12.5px;color:#B9C2D6;margin-top:14px;}
.qf-todo{
  font-size:12.5px;color:var(--gold);background:rgba(201,169,97,.1);border:1px solid rgba(201,169,97,.3);
  border-radius:8px;padding:10px 14px;margin-top:10px;
}

/* === Added: case study page blocks === */
.case-block{padding:56px 0;border-top:1px solid var(--line);}
.case-block:first-child{border-top:none;}
.case-tag{
  display:inline-block;background:rgba(201,169,97,.12);color:var(--gold-dark);font-size:12px;font-weight:700;
  padding:5px 14px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px;
}
.case-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:20px;}
@media(max-width:820px){.case-detail-grid{grid-template-columns:1fr;}}
.case-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;}
.case-panel h4{font-family:'Inter',sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--gold-dark);margin:18px 0 8px;}
.case-panel h4:first-child{margin-top:0;}
.case-stat-row{display:flex;gap:26px;flex-wrap:wrap;margin:16px 0;}
.case-stat-row div{text-align:left;}
.case-stat-row b{display:block;font-family:'Fraunces',Georgia,serif;font-size:26px;color:var(--gold-dark);}
.case-stat-row span{font-size:12.5px;color:var(--body-text);}
.case-quote{
  background:var(--mist);border-left:3px solid var(--gold-dark);border-radius:6px;padding:16px 20px;
  margin:16px 0;font-style:italic;color:var(--ink);font-size:14.5px;
}
.case-quote b{display:block;margin-top:8px;font-style:normal;font-weight:700;font-size:12.5px;color:var(--gold-dark);}

/* ===== Comparison table (pricing page) ===== */
.compare-wrap{overflow-x:auto;margin-top:36px;-webkit-overflow-scrolling:touch;}
.compare{width:100%;border-collapse:collapse;min-width:620px;background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 0 var(--line);}
.compare th, .compare td{padding:14px 18px;text-align:center;border-bottom:1px solid var(--line);font-size:14.5px;}
.compare thead th{background:var(--navy);color:#fff;font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:17px;}
.compare thead th:first-child{background:var(--navy-deep);}
.compare th.featured-col{background:var(--gold-dark);position:relative;}
.compare .tier-sub{display:block;font-family:'Inter',sans-serif;font-weight:400;font-size:12px;color:#DCE2EE;margin-top:2px;}
.compare th.featured-col .tier-sub{color:#FFFFFF;}
.compare tbody th{background:var(--card);color:var(--ink);font-family:'Inter',sans-serif;font-weight:500;font-size:14.5px;}
.compare td:first-child, .compare th:first-child{text-align:left;font-family:'Inter',sans-serif;color:var(--ink);font-weight:500;}
.compare .cat-row td, .compare .cat-row th{background:var(--mist);font-weight:700;font-size:12.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--gold-dark);text-align:left;padding:10px 18px;}
.compare .yes{color:#3B7A4A;font-size:18px;font-weight:700;}
.compare .no{color:#C4C9D4;font-size:18px;}
.compare td.featured-col{background:rgba(201,169,97,.06);}
.compare-price-row td{font-family:'Fraunces',Georgia,serif;font-size:22px;font-weight:600;color:var(--ink);padding-top:20px;}
.compare-price-row td span{display:block;font-family:'Inter',sans-serif;font-size:12px;font-weight:400;color:var(--body-text);}
.compare-cta-row td{padding-bottom:22px;}
.compare-cta-row a{display:inline-block;}

/* ===== NFC / proof photo grid ===== */
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:8px;}
@media(max-width:820px){.proof-grid{grid-template-columns:1fr;max-width:420px;margin:8px auto 0;}}
.proof-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;}
.proof-card img{width:100%;height:230px;object-fit:cover;display:block;}
.proof-card-body{padding:16px 18px;}
.proof-card-body h4{font-family:'Fraunces',Georgia,serif;font-size:16px;margin:0 0 4px;}
.proof-card-body p{font-size:13.5px;margin:0;color:var(--body-text);}
.video-feature{background:var(--navy-deep);border-radius:var(--radius);overflow:hidden;margin-top:32px;max-width:420px;margin-left:auto;margin-right:auto;box-shadow:0 24px 48px rgba(5,11,23,.25);}
.video-feature video{width:100%;display:block;}
.how-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:44px 0;}
@media(max-width:700px){.how-strip{grid-template-columns:1fr;}}
.how-strip div{text-align:center;padding:22px 16px;}
.how-strip .step-mark{width:38px;height:38px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',Georgia,serif;font-weight:600;margin:0 auto 14px;}
.how-strip h4{font-family:'Fraunces',Georgia,serif;font-size:16px;margin-bottom:6px;}
.how-strip p{font-size:13.5px;}
.price-strip{background:var(--navy);color:#fff;border-radius:var(--radius);padding:36px;text-align:center;margin-top:44px;}
.price-strip .price{font-family:'Fraunces',Georgia,serif;font-size:38px;color:var(--gold);margin:6px 0 18px;}
.price-strip p{color:#C7CEDE;}

/* ===== Isla page ===== */
.isla-hero{background:linear-gradient(180deg,var(--navy),var(--navy-deep));padding:72px 0 56px;text-align:center;color:#fff;}
.isla-hero .wrap{max-width:640px;}
.isla-hero h1{color:#fff;}
.isla-hero p{color:#B9C2D6;}
.soundwave{width:180px;height:60px;margin:0 auto 28px;display:flex;align-items:center;justify-content:center;gap:5px;}
.soundwave span{
  display:block;width:5px;border-radius:3px;background:var(--gold);
  animation:wave 1.2s ease-in-out infinite;
}
.soundwave span:nth-child(1){height:16px;animation-delay:-1.1s;}
.soundwave span:nth-child(2){height:34px;animation-delay:-0.9s;}
.soundwave span:nth-child(3){height:52px;animation-delay:-0.7s;}
.soundwave span:nth-child(4){height:28px;animation-delay:-0.5s;}
.soundwave span:nth-child(5){height:44px;animation-delay:-0.3s;}
.soundwave span:nth-child(6){height:20px;animation-delay:-0.1s;}
.soundwave span:nth-child(7){height:38px;animation-delay:-0.4s;}
.soundwave span:nth-child(8){height:15px;animation-delay:-0.6s;}
@keyframes wave{
  0%,100%{transform:scaleY(.4);opacity:.7;}
  50%{transform:scaleY(1);opacity:1;}
}
@media (prefers-reduced-motion:reduce){
  .soundwave span{animation:none;height:30px !important;opacity:.9;}
}
.isla-badge{display:inline-block;background:rgba(201,169,97,.14);color:var(--gold);font-size:12.5px;font-weight:700;padding:6px 16px;border-radius:999px;margin-bottom:18px;text-transform:uppercase;letter-spacing:.06em;}
.isla-scenario{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:30px 32px;margin:36px 0;}
.isla-scenario h4{font-family:'Inter',sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--gold-dark);margin:0 0 12px;}
.isla-scenario p{font-size:15px;}
.isla-tier-note{background:var(--mist);border-left:3px solid var(--gold-dark);border-radius:6px;padding:16px 20px;margin-top:28px;font-size:14.5px;}
.isla-tier-note a{color:var(--gold-dark);font-weight:700;text-decoration:underline;}

/* ===== Case study photo ===== */
.case-photo{width:100%;height:260px;object-fit:cover;border-radius:var(--radius);margin-bottom:24px;border:1px solid var(--line);}
.case-photo-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;}
.case-photo-row img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);}
@media(max-width:700px){.case-photo-row{grid-template-columns:1fr;}}

/* ===== GHL form embed wrapper ===== */
.ghl-form-wrap{margin-top:36px;padding-top:32px;border-top:1px solid rgba(255,255,255,.15);}
.ghl-form-wrap iframe{width:100%;min-height:640px;border:none;border-radius:8px;}

/* ===== Accessibility utility ===== */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.compare caption{caption-side:top;}

/* ===== "What's it costing you" calculator ===== */
.calc-card{
  background:var(--navy); border-radius:var(--radius); padding:36px;
  display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center;
}
@media(max-width:820px){ .calc-card{grid-template-columns:1fr; padding:28px;} }
.calc-row{margin-bottom:26px;}
.calc-row:last-child{margin-bottom:0;}
.calc-row label{display:flex; justify-content:space-between; gap:14px; font-size:14.5px; font-weight:600; color:#fff; margin-bottom:10px;}
.calc-row label span.val{color:var(--gold); font-family:'Fraunces',Georgia,serif; flex-shrink:0; white-space:nowrap;}
.calc-row input[type=range]{width:100%; accent-color:var(--gold); height:4px;}
.calc-result{background:var(--navy-deep); border-radius:var(--radius); padding:32px; text-align:center;}
.calc-result .sub{font-size:12.5px; color:#B9C2D6; margin-bottom:6px;}
.calc-result .figure{font-family:'Fraunces',Georgia,serif; font-size:42px; font-weight:600; color:var(--gold); line-height:1.1; margin-bottom:18px;}

/* ===== "Which plan fits you" quiz ===== */
.quiz-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:40px; max-width:640px; margin:0 auto;}
@media(max-width:600px){ .quiz-card{padding:28px 22px;} }
.quiz-progress{display:flex; gap:6px; margin-bottom:28px;}
.quiz-progress span{height:4px; flex:1; background:var(--line); border-radius:2px;}
.quiz-progress span.done{background:var(--gold-dark);}
.quiz-step{display:none;}
.quiz-step.active{display:block;}
.quiz-question{font-family:'Fraunces',Georgia,serif; font-size:20px; font-weight:600; margin-bottom:20px; color:var(--ink);}
.quiz-options{display:grid; gap:10px;}
.quiz-opt{
  background:var(--paper); border:1px solid var(--line); color:var(--ink); padding:14px 18px;
  border-radius:8px; text-align:left; font-size:15px; font-family:'Inter',sans-serif; cursor:pointer;
  transition:border-color .15s ease, background .15s ease;
}
.quiz-opt:hover, .quiz-opt:focus-visible{border-color:var(--gold-dark); background:#fff;}
.quiz-opt.selected{border-color:var(--gold-dark); background:rgba(201,169,97,.1);}
.quiz-result{display:none; text-align:center;}
.quiz-result.active{display:block;}
.quiz-result .plan-name{font-family:'Fraunces',Georgia,serif; font-size:30px; font-weight:600; color:var(--gold-dark); margin-bottom:4px;}
.quiz-result .plan-price{font-size:16px; color:var(--body-text); margin-bottom:18px;}
.quiz-result p.why{font-size:14.5px; color:var(--body-text); max-width:440px; margin:0 auto 22px;}
.quiz-restart{background:none; border:none; color:var(--body-text); text-decoration:underline; cursor:pointer; font-size:13.5px; margin-top:16px; font-family:'Inter',sans-serif;}

/* ===== Proof screenshot pair (full image visible, no cropping the important part) ===== */
.proof-photo-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px;}
.proof-photo-row img{width:100%;height:auto;display:block;border-radius:var(--radius);border:1px solid var(--line);}
@media(max-width:700px){.proof-photo-row{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto;}}
