:root{
    --navy:#171730;
    --navy-deep:#0D0D1A;
    --paper:#ECE6D6;
    --paper-light:#F6F2E7;
    --brass:#B4893E;
    --brass-light:#D3AE68;
    --stamp-red:#9C3B30;
    --stamp-green:#3C5A44;
    --ink:#201D18;
    --ink-soft:#4A463D;
    --on-navy:#EFEBDD;
    --on-navy-soft:#BCBCD0;
    --line:rgba(20,33,61,0.16);
    --line-navy:rgba(239,235,221,0.18);
    --radius:2px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:'IBM Plex Sans',sans-serif;
    line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3{
    font-family:'Fraunces',serif;
    font-weight:600;
    margin:0;
    color:inherit;
  }
  .mono{
    font-family:'IBM Plex Mono',monospace;
    letter-spacing:0.06em;
  }
  .eyebrow{
    font-family:'IBM Plex Mono',monospace;
    font-size:12px;
    letter-spacing:0.16em;
    text-transform:uppercase;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  a{color:inherit;}
  img,svg{display:block;max-width:100%;}
  .wrap{
    max-width:1120px;
    margin:0 auto;
    padding:0 32px;
  }
  @media(max-width:640px){ .wrap{padding:0 20px;} }

  /* ---------- HEADER ---------- */
  header{
    background:var(--navy-deep);
    color:var(--on-navy);
    padding:20px 0;
    position:relative;
    z-index:20;
  }
  .header-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
  }
  .brand{
    display:flex;
    align-items:center;
    gap:10px;
    font-family:'Fraunces',serif;
    font-size:19px;
    font-weight:600;
    letter-spacing:0.01em;
  }
  .brand .mark{
    width:30px;height:30px;
    border:1.5px solid var(--brass-light);
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    color:var(--brass-light);
    font-family:'IBM Plex Mono',monospace;
    font-size:11px;
    font-weight:600;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family:'IBM Plex Mono',monospace;
    font-size:12.5px;
    letter-spacing:0.08em;
    text-transform:uppercase;
    text-decoration:none;
    padding:12px 22px;
    border:1px solid currentColor;
    border-radius:var(--radius);
    background:transparent;
    cursor:pointer;
    transition:transform .15s ease, background .2s ease, color .2s ease;
  }
  .btn-gold{
    background:var(--brass);
    border-color:var(--brass);
    color:var(--navy-deep);
    font-weight:600;
  }
  .btn-gold:hover{ background:var(--brass-light); transform:translateY(-1px); }
  .btn-outline-navy{ color:var(--on-navy); }
  .btn-outline-navy:hover{ background:var(--line-navy); }
  .btn-outline-ink{ color:var(--ink); border-color:var(--ink); }
  .btn-outline-ink:hover{ background:rgba(20,33,61,0.06); }
  .btn-sm{ padding:9px 16px; font-size:14px; }

  /* ---------- HERO ---------- */
 .hero {
  background:
    linear-gradient(
      90deg,
      rgba(5, 18, 35, 0.88) 0%,
      rgba(5, 18, 35, 0.68) 45%,
      rgba(5, 18, 35, 0.35) 100%
    ),
    url("/assets/wall-banner.png") center center / cover no-repeat;

  color: var(--on-navy);
  padding: 76px 0 96px;
  position: relative;
  overflow: hidden;
}
  .route-path{
    position:absolute;
    inset:0;
    opacity:0.5;
    pointer-events:none;
  }
  .hero-inner{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr;
    gap:34px;
  }
  .credential-line{
    color:var(--brass-light);
    max-width:640px;
  }
  .credential-line .eyebrow{ color:var(--brass-light); }
  .credential-line p{
    margin:10px 0 0;
    font-family:'IBM Plex Sans',sans-serif;
    font-size:15.5px;
    color:var(--on-navy-soft);
    letter-spacing:0;
    text-transform:none;
    max-width:560px;
  }
.hero h1 {
    font-size: 32px;
    line-height: 1..3;
    letter-spacing: -0.01em;
    max-width: 730px;
    margin: 26px 0px;
}
  .hero h1 .accent{ color:var(--brass-light); }
  .hero-sub{
    font-size:16px;
    color:var(--on-navy-soft);
    max-width:600px;
    border-left:2px solid var(--brass);
    padding-left:18px;
 
  }
  .hero-cta-row{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
    margin-top:6px;
  }
  .hero-cta-row .note{
    font-family:'IBM Plex Mono',monospace;
    font-size:12px;
    letter-spacing:0.04em;
  }
  .badge-strip{
    /*display:flex;*/
  /*  flex-wrap:wrap;*/
  /*  gap:28px;*/
  /*  margin-top:44px;*/
  /*  padding-top:28px;*/
  /*  border-top:1px solid var(--line-navy);*/
  }
  .badge-strip {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 44px;
    padding-top: 59p;
    border-top: 1px solid var(--line-navy);
    background: rgba(10, 17, 29, 0.94);
    width: 487px;
    /* padding-left: 11px; */
    padding: 13px 12px;
}
  .badge{
    display:flex;
    align-items:center;
    gap:10px;
    font-family:'IBM Plex Mono',monospace;
    font-size:14px;
    letter-spacing:0.05em;
    color:var(--on-navy-soft);
    text-transform:uppercase;
  }
  .badge svg{ width:22px;height:22px;flex-shrink:0; }
  .badge img {
    width: 50px;
}

@media (max-width: 600px) {
    .badge-strip {
        width: 100%;
        gap: 16px;
        padding: 12px 10px;
        margin-top: 30px;
    }

    .badge {
        font-size: 9px;
        gap: 7px;
    }

    .badge svg {
        width: 18px;
        height: 18px;
    }

    .badge img {
        width: 40px;
    }
}

.platform-row-garnty {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}

.platform-pill-garnty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 45px;
    padding: 0 27px;

    border: 1px solid #D88A00;
    border-radius: 999px;

    background: rgba(255, 153, 0, 0.13);

    color: #FFB23E;

    font-family: 'IBM Plex Mono', monospace;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.015em;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 480px) {
    .platform-pill-garnty {
        font-size: 11px;
        min-height: 44px;
        padding: 0 15px;
        gap: 8px;
    }

    .platform-pill-garnty svg {
        width: 16px;
        height: 16px;
    }
}

.platform-pill-garnty svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    color: #FFB23E;
}



  /* ---------- SECTION SHELL ---------- */
  section{ padding:88px 0; }
  .section-head{
    max-width:680px;
    margin-bottom:52px;
  }
  .section-head .eyebrow{ color:var(--stamp-red); margin-bottom:14px; }
  .section-head h2{
    font-size:28px;
    line-height:1.15;
    letter-spacing:-0.01em;
  }
  .section-head p{
    margin-top:14px;
    font-size:16px;
    color:var(--ink-soft);
    max-width:560px;
  }

  /* ---------- PULL QUOTE BANNER ---------- */
  
  /* ---------- HOW TO GET STARTED ---------- */
  .steps-list{ max-width:100%; margin:28px auto 0; display:flex; flex-direction:column; gap:0; }
  .step-row{ display:grid; grid-template-columns:40px 1fr; gap:18px; padding:18px 0; border-bottom:1px solid var(--line); text-align:left; }
  .step-row:last-child{ border-bottom:none; }
  .step-num{ width:32px;height:32px; border-radius:50%; border:1.5px solid var(--brass); color:var(--brass); display:flex; align-items:center; justify-content:center; font-family:'IBM Plex Mono',monospace; font-size:13px; font-weight:600; }
  .step-row p{ margin:0; font-size:15px; color:var(--ink-soft); padding-top:4px; }
  .scarcity-box{ max-width:640px; margin:32px auto 0; border:1px dashed var(--stamp-red); background:rgba(156,59,48,0.06); padding:20px 24px; display:flex; flex-direction:column; gap:8px; text-align:left; }
  .scarcity-row{ display:flex; align-items:center; gap:10px; font-family:'IBM Plex Mono',monospace; font-size:13px; color:var(--stamp-red); letter-spacing:0.02em; }
  .scarcity-row .dot{ width:7px;height:7px;border-radius:50%;background:var(--stamp-red); flex-shrink:0; }

  .slot-progress{ max-width:100%; margin:0 auto 20px; }
  .slot-progress-label{ display:flex; justify-content:space-between; align-items:baseline; font-family:'IBM Plex Mono',monospace; font-size:12.5px; color:var(--ink-soft); margin-bottom:8px; letter-spacing:0.02em; }
  .slot-progress-label .remaining{ color:var(--stamp-red); font-weight:700; font-size:13.5px; }
  .slot-progress-track{ height:10px; background:var(--paper-light); border:1px solid var(--line); border-radius:999px; overflow:hidden; }
  .slot-progress-fill{ height:100%; width:66.6%; background:linear-gradient(90deg, var(--stamp-red), var(--brass)); border-radius:999px 0 0 999px; }
  .contact-line{ margin-top:22px; font-family:'IBM Plex Mono',monospace; font-size:13px; color:var(--ink-soft); text-align:center; }
  .contact-line a{ color:var(--stamp-red); text-decoration:underline; }

  .pull-quote{
    background:var(--navy);
    color:var(--on-navy);
    padding:64px 0;
    text-align:center;
    border-top:1px solid var(--line-navy);
    border-bottom:1px solid var(--line-navy);
  }
  .pull-quote .eyebrow{
    color:var(--brass-light);
    justify-content:center;
    display:flex;
    margin-bottom:20px;
    font-size:18px;
  }
  .pull-quote p{
    max-width:820px;
    margin:0 auto;
    font-family:'Fraunces',serif;
    font-weight:500;
    font-size:34px !important;
    line-height:1.4;
    letter-spacing:-0.005em;
  }
  .pull-quote p .accent{ color:var(--brass-light); }

  .section-alt{ background:var(--paper-light); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }

  /* ---------- TESTIMONIALS ---------- */
  .testimonial-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
  @media(max-width:820px){ .testimonial-grid{ grid-template-columns:repeat(2,1fr); } }
  @media(max-width:560px){ .testimonial-grid{ grid-template-columns:1fr; } }
  .testimonial-card{ background:var(--paper); padding:28px; display:flex; flex-direction:column; gap:14px; }
  .testimonial-card p{ margin:0; font-size:14.5px; color:var(--ink-soft); font-style:italic; }
  .testimonial-who{ display:flex; align-items:center; gap:12px; margin-top:auto; padding-top:6px; }
  .testimonial-avatar{ width:40px;height:40px; border-radius:50%; background:var(--navy); color:var(--brass-light); display:flex; align-items:center; justify-content:center; font-family:'IBM Plex Mono',monospace; font-size:12px; flex-shrink:0; }
  .testimonial-who strong{ display:block; font-size:13.5px; }
  .testimonial-who span{ font-size:12px; color:var(--ink-soft); }
  .placeholder-tag{ display:inline-block; font-family:'IBM Plex Mono',monospace; font-size:10px; letter-spacing:0.05em; text-transform:uppercase; color:var(--stamp-red); background:rgba(156,59,48,0.08); padding:3px 8px; margin-bottom:2px; width:fit-content; }

  /* ---------- FAQ ---------- */
  .faq-list{ max-width:100%; margin:0 auto; display:flex; flex-direction:column; gap:1px; background:var(--line); border:1px solid var(--line); }
  .faq-item{ background:var(--paper); }
  .faq-q{ width:100%; text-align:left; background:none; border:none; padding:20px 22px; display:flex; justify-content:space-between; align-items:center; gap:16px; cursor:pointer; font-family:'Fraunces',serif; font-weight:600; font-size:16px; color:var(--ink); }
  .faq-q .plus{ font-family:'IBM Plex Mono',monospace; color:var(--stamp-red); font-size:18px; flex-shrink:0; transition:transform .2s ease; }
  .faq-item.open .plus{ transform:rotate(45deg); }
  .faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
  .faq-item.open .faq-a{ max-height:260px; }
  .faq-a p{ margin:0; padding:0 22px 20px; font-size:14.5px; color:var(--ink-soft); }

  /* ---------- COST OF INACTION ---------- */
  .cost-grid{ display:flex; flex-direction:column; gap:1px; background:var(--line); border:1px solid var(--line); margin-top:8px; max-width:100%; }
  .cost-row{ background:var(--paper); padding:22px 24px; display:flex; gap:18px; align-items:flex-start; }
  .cost-icon{ width:34px; height:34px; border-radius:50%; border:1.5px solid var(--stamp-red); color:var(--stamp-red); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .cost-icon svg{ width:16px; height:16px; }
  .cost-row h4{ font-family:'Fraunces',serif; font-weight:600; font-size:16px; margin-bottom:4px; }
  .cost-row p{ margin:0; font-size:14px; color:var(--ink-soft); }
  .cost-stat{ margin-top:24px; padding:24px 28px; background:var(--navy); color:var(--on-navy); text-align:center; width:100%; }
  .cost-stat .num{ font-family:'Fraunces',serif; font-size:34px; font-weight:600; color:var(--brass-light); }
  .cost-stat p{ margin:6px 0 0; font-size:14px; color:var(--on-navy-soft); }

  /* ---------- PROOF / CREDENTIALS ---------- */
  .proof{ background:var(--paper); }
  .proof-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
  }
  @media(max-width:760px){ .proof-grid{ grid-template-columns:1fr; } }
  .proof-card{
    background:var(--paper-light);
    padding:32px;
    display:flex;
    gap:20px;
  }
  .proof-badge{
    width:64px;height:64px;
    border-radius:50%;
    border:2px solid var(--brass);
    color:var(--brass);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .proof-badge svg{ width:30px;height:30px; }
  .proof-card h3{ font-size:17px; margin-bottom:4px; }
  .proof-card .status{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-family:'IBM Plex Mono',monospace;
    font-size:11px;
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--stamp-green);
    margin-bottom:10px;
  }
  .proof-card .status::before{
    content:'';
    width:7px;height:7px;
    border-radius:50%;
    background:var(--stamp-green);
  }
  .proof-card .id-row{
    font-family:'IBM Plex Mono',monospace;
    font-size:12.5px;
    color:var(--ink-soft);
    margin-bottom:10px;
  }
  .proof-card .id-row span{ color:var(--ink); }
  .proof-card a.verify-link{
    font-family:'IBM Plex Mono',monospace;
    font-size:12px;
    letter-spacing:0.03em;
    text-decoration:underline;
    color:var(--stamp-red);
  }
  .proof-note{
    margin-top:24px;
    font-size:13.5px;
    color:var(--ink-soft);
    max-width:640px;
  }

  /* ---------- PLATFORM BADGES ---------- */
  .platform-row{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:36px;
  }
  .platform-pill{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 20px;
    border-radius:999px;
    font-family:'IBM Plex Mono',monospace;
    font-size:13.5px;
    font-weight:600;
    letter-spacing:0.02em;
  }
  .platform-pill.amazon{
    background:rgba(255,153,0,0.14);
    border:1px solid #FF9900;
    color:#FFB84D;
  }
  .platform-pill.walmart{
    background:rgba(0,113,206,0.16);
    border:1px solid #4FA3E3;
    color:#7FBFEF;
  }
  .platform-pill svg{ width:18px;height:18px; }

  /* ---------- TIMELINE ---------- */
  .timeline{
    margin-top:56px;
    position:relative;
    padding-top:36px;
  }
  .timeline-track{
    position:relative;
    height:2px;
    background:var(--line);
    margin:0 6px;
  }
  .timeline-track::before{
    content:'';
    position:absolute;
    left:0; top:0; bottom:0;
    width:100%;
    background:repeating-linear-gradient(90deg, var(--brass) 0 6px, transparent 6px 14px);
    opacity:0.6;
  }
  .timeline-points{
    display:flex;
    justify-content:space-between;
    margin-top:-7px;
  }
  .timeline-point{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    width:120px;
  }
  .timeline-dot{
    width:14px;height:14px;
    border-radius:50%;
    background:var(--paper);
    border:2px solid var(--brass);
  }
  .timeline-point .day{
    font-family:'IBM Plex Mono',monospace;
    font-size:11px;
    letter-spacing:0.05em;
    color:var(--stamp-red);
    text-transform:uppercase;
  }
  .timeline-point .label{
    font-size:12.5px;
    color:var(--ink-soft);
    text-align:center;
  }
  @media(max-width:760px){
    .timeline{ display:none; }
  }

  /* ---------- CATEGORY CHIPS w/ icons ---------- */
  .chip-icon{
    display:inline-flex;
    align-items:center;
    gap:8px;
  }
  .chip-icon svg{ width:15px;height:15px;color:var(--brass); }
.risk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 70px;
  align-items: center;
}

.risk-content {
  max-width: 680px;
}

.risk-content .section-head {
  margin-bottom: 40px;
}

.risk-content .section-head h2 {
  max-width: 620px;
}

.risk-content .section-head p {
  max-width: 600px;
}

/* STAT */

.stat-block {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  background: var(--paper-light);
  border: 1px solid var(--line);
}

.stat-block .num {
  flex-shrink: 0;
  font-size: clamp(64px, 7vw, 90px);
  line-height: 0.9;
  font-weight: 600;
  color: var(--stamp-red);
}

.stat-block p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.agitation-reframe {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  max-width: 620px;
}

/* IMAGE */

.risk-image {
  width: 100%;
  height: 620px;
  overflow: hidden;
  border-radius: var(--radius);
}

.risk-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* TABLET */

@media (max-width: 900px) {
  .risk-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .risk-content {
    max-width: none;
  }

  .risk-image {
    height: 450px;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .risk-grid {
    gap: 35px;
  }

  .stat-block {
    padding: 22px;
    gap: 18px;
    align-items: flex-start;
  }

  .stat-block .num {
    font-size: 60px;
  }

  .stat-block p {
    font-size: 13.5px;
  }

  .risk-image {
    height: 320px;
  }
}

  /* ---------- AGITATION ---------- */
  .agitation{ background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
  .stat-block{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:28px;
    align-items:center;
    padding:32px;
    background:var(--paper);
    border:1px solid var(--line);
    max-width:760px;
  }
  .stat-block .num{
    font-family:'Fraunces',serif;
    font-size:56px;
    font-weight:600;
    color:#b4893e;
    line-height:1;
    white-space:nowrap;
  }
  .stat-block p{ margin:0; font-size:15px; color:var(--ink-soft); }
  .agitation-reframe{
    margin-top:28px;
    max-width:640px;
    font-size:18px;
    font-family:'Fraunces',serif;
    font-weight:500;
    line-height:1.4;
  }


  /* ---------- FRAMEWORK / STAMPS ---------- */
  .framework-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
  }
  @media(max-width:900px){ .framework-grid{ grid-template-columns:repeat(2,1fr); } }
  @media(max-width:560px){ .framework-grid{ grid-template-columns:1fr; } }
  .phase-card{
    background:var(--paper);
    padding:32px 26px 30px;
    display:flex;
    flex-direction:column;
    gap:16px;
    min-height:340px;
  }
  .phase-num{
    /*font-family:'IBM Plex Mono',monospace;*/
    font-size:12px;
    letter-spacing:0.1em;
    color:var(--ink-soft);
  }
  .stamp{
    width:78px;height:78px;
    border-radius:50%;
    border:2px solid var(--stamp-c, var(--stamp-red));
    color:var(--stamp-c, var(--stamp-red));
    display:flex;
    align-items:center;
    justify-content:center;
    transform:rotate(-8deg);
    opacity:0;
    transition:opacity .6s ease, transform .6s ease;
  }
  .phase-card.in-view .stamp{ opacity:1; transform:rotate(0deg); }
  .stamp svg{ width:34px;height:34px; }
  .phase-card h3{
    font-size:19px;
    line-height:1.25;
    margin-top:2px;
  }
  .phase-card .tag{
    /*font-family:'IBM Plex Mono',monospace;*/
    font-size:11px;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--stamp-c, var(--stamp-red));
    font-weight: 700;
  }
  .phase-card p{
    font-size:14.5px;
    color:var(--ink-soft);
    margin:0;
    flex-grow:1;
  }

  /* ---------- GUARANTEE ---------- */
  .guarantee{
    background:    linear-gradient(
      90deg,
      rgba(5, 18, 35, 0.88) 0%,
      rgba(5, 18, 35, 0.68) 45%,
      rgba(5, 18, 35, 0.35) 100%
    ),url("/assets/banner-two.png") center center / cover no-repeat;;
    color:var(--on-navy);
  }
  .guarantee-card{
    border:1px dashed var(--brass-light);
    padding:44px 40px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:32px;
    align-items:center;
  }
  @media(max-width:720px){ .guarantee-card{ grid-template-columns:1fr; } }
  .guarantee-card h2{
    font-size:clamp(24px,3.2vw,32px);
    line-height:1.2;
    color:var(--on-navy);
  }
  .guarantee-card h2 .accent{ color:var(--brass-light); }
  .guarantee-card p{
    margin-top:12px;
    color:var(--on-navy-soft);
    font-size:15px;
    max-width:480px;
  }
  /*.seal{*/
  /*  width:150px;height:150px;*/
  /*  border-radius:50%;*/
  /*  border:2px solid var(--brass-light);*/
  /*  display:flex;*/
  /*  align-items:center;*/
  /*  justify-content:center;*/
  /*  flex-shrink:0;*/
  /*  position:relative;*/
  /*}*/
   .seal img{
       width:200px;
   }
  /*.seal::before{*/
  /*  content:'';*/
  /*  position:absolute;*/
  /*  inset:9px;*/
  /*  border:1px solid var(--brass-light);*/
  /*  border-radius:50%;*/
  /*}*/
  .seal-text{
    font-family:'IBM Plex Mono',monospace;
    font-size:11px;
    letter-spacing:0.08em;
    text-align:center;
    color:var(--brass-light);
    line-height:1.5;
  }
  .seal-text strong{ display:block; font-size:15px; letter-spacing:0.04em; }

  /* ---------- AUDIENCE ---------- */
  .audience-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
  }
  .chip{
    font-family:'IBM Plex Mono',monospace;
    font-size:13px;
    letter-spacing:0.03em;
    padding:10px 18px;
    border:1px solid var(--line);
    background:var(--paper-light);
    color:var(--ink-soft);
  }

  /* ---------- CREDIBILITY ---------- */
  .credibility{ background:var(--paper-light); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
  .cred-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:56px;
    align-items:start;
  }
  @media(max-width:800px){ .cred-row{ grid-template-columns:1fr; gap:36px;} }
  .cred-row blockquote{
    margin:0;
    font-family:'Fraunces',serif;
    font-size:26px;
    font-weight:500;
    line-height:1.35;
    letter-spacing:-0.005em;
  }
  .cred-row blockquote .accent{ color:var(--stamp-red); }
  .cred-facts{ display:flex; flex-direction:column; gap:20px; }
  .cred-fact{
    display:flex;
    gap:16px;
    padding-bottom:20px;
    border-bottom:1px solid var(--line);
  }
  .cred-fact:last-child{ border-bottom:none; padding-bottom:0; }
  .cred-fact svg{ width:22px;height:22px;flex-shrink:0;color:var(--brass); margin-top:2px; }
  .cred-fact p{ margin:0; font-size:14.5px; color:var(--ink-soft); }
  .cred-fact strong{ display:block; color:var(--ink); font-size:15px; margin-bottom:3px; }

  /* ---------- FINAL CTA / FORM ---------- */
/* ---------- FINAL CTA ---------- */

.final-cta {
  background: var(--navy-deep);
  color: var(--on-navy);
  padding: 80px 0;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 70px;
}

/* ---------- LEFT CONTENT ---------- */

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;     /* left content horizontally center */
  justify-content: center; /* top-bottom vertically center */
  text-align: center;
  /*min-height: 650px;*/
}

.footer-logo {
  margin-bottom: 55px;
}

.footer-logo img {
  display: block;
  width: 150px;
  height: auto;
  max-width: 100%;
}

.footer-sec {
  max-width: 500px;
}

.form-shell h2 {
  margin: 0;
  font-size: 37px;
  line-height: 1.15;
  color: var(--on-navy);
}

.form-shell h2 .accent {
  color: var(--brass-light);
}

.form-shell .footer-sec p {
  margin-top: 18px;
  color: var(--on-navy-soft);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 440px;
}

/* ---------- RIGHT BOOKING ---------- */

.booking-shell {
  width: 100%;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line-navy);
  overflow: hidden;
  border-radius: var(--radius);
}

.booking-shell .form-title {
  padding: 20px 24px 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stamp-red);
}

.calendar-embed {
  width: 100%;
  height: 550px;
  min-height: 520px;
  border: 0;
  display: block;
}

.calendar-fallback {
  padding: 24px;
  text-align: center;
}

.calendar-fallback p {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-bottom: 16px;
}

/* ---------- TABLET ---------- */

@media (max-width: 840px) {
  .final-cta {
    padding: 65px 0;
  }

  .form-shell {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cta-content {
    max-width: 650px;
  }

  .footer-logo {
    margin-bottom: 35px;
  }

  .footer-sec {
    max-width: 600px;
  }

  .booking-shell {
    max-width: 700px;
  }

  .calendar-embed {
    height: 620px;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 480px) {
  .final-cta {
    padding: 50px 0;
  }

  .form-shell {
    gap: 38px;
  }

  .footer-logo {
    margin-bottom: 28px;
  }

  .footer-logo img {
    width: 125px;
  }

  .form-shell h2 {
    font-size: 28px;
  }

  .form-shell .footer-sec p {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .booking-shell .form-title {
    padding: 18px 18px 0;
  }

  .calendar-embed {
    height: 600px;
    min-height: 500px;
  }

  .calendar-fallback {
    padding: 18px;
  }
}
.partner-logo {
    display: flex;
    gap: 10px;
    background: #fff;
    width: 257px;
    border-radius: 17px;
    padding: 0px 13px;
}
.stamp img {
    width: 39px;
    height: 38px;
}
  /* ---------- FOOTER ---------- */
  footer{
    background:var(--navy-deep);
    color:var(--on-navy-soft);
    padding:32px 0;
    font-family:'IBM Plex Mono',monospace;
    font-size:11.5px;
    letter-spacing:0.03em;
  }
  .footer-row{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:12px;
  }

  @media (prefers-reduced-motion: reduce){
    *{ transition:none !important; animation:none !important; scroll-behavior:auto !important; }
  }

  /* ---------- APPROVED SERVICE PROVIDERS ---------- */
  .provider-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:760px; margin:0 auto; }
  @media(max-width:640px){ .provider-grid{ grid-template-columns:1fr; } }
  .provider-card{ background:var(--paper); border:1px solid var(--line); padding:36px 28px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:14px; }
  .provider-badge{ width:180px; height:96px; border-radius:6px; display:flex; align-items:center; justify-content:center; padding:16px 20px; background:#FFFFFF; border:1px solid var(--line); box-shadow:0 1px 0 rgba(20,33,61,0.04); }
  .provider-card h3{ font-family:'Fraunces',serif; font-weight:600; font-size:18px; letter-spacing:-0.005em; }
  .provider-status{ display:inline-flex; align-items:center; gap:7px; font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:0.05em; text-transform:uppercase; color:var(--stamp-green); }
  .provider-status::before{ content:''; width:7px; height:7px; border-radius:50%; background:var(--stamp-green); }
  .provider-note{ text-align:center; margin:26px auto 0; font-size:14.5px;font-weight: 600; color:var(--ink-soft); font-family:'IBM Plex Sans',sans-serif; }
.industry-card {
  position: relative;
  height: 330px;
  overflow: hidden;
  border-radius: 16px;
  background: #07182c;
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 18, 35, 0.85),
    rgba(5, 18, 35, 0.05)
  );
}

.industry-card:hover img {
  transform: scale(1.05);
}

.industry-overlay {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 25px;
  color: white;
}

.industry-overlay h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
}

#industryCarousel {
  padding: 0 140px;
}

/*#industryCarousel .carousel-control-prev,*/
/*#industryCarousel .carousel-control-next {*/
/*  width: 45px;*/
/*}*/

#industryCarousel .carousel-control-prev-icon,
#industryCarousel .carousel-control-next-icon {
  background-color: #07182c;
  border-radius: 50%;
  padding: 20px;
  background-size: 50%;
}
@media (max-width: 768px) {
  #industryCarousel {
    padding: 0 35px;
  }

  .industry-card {
    height: 280px;
  }

  .industry-card:not(:first-child) {
    display: none;
  }
}
.cost-faq {
  margin-top: 45px;
}

.cost-faq .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(7, 24, 44, 0.14);
  border-radius: 0;
}

.cost-faq .accordion-item:first-child {
  border-top: 1px solid rgba(7, 24, 44, 0.14);
}

.cost-faq .accordion-button {
  background: transparent;
  color: var(--navy);
  box-shadow: none;
  padding: 25px 10px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 18px;
}

.cost-faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--navy);
  box-shadow: none;
}

.cost-faq .accordion-button::after {
  margin-left: auto;
}

.cost-faq .accordion-body {
  padding: 0 55px 28px 70px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.cost-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 1px solid rgba(180, 137, 62, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b4893e;
}

.cost-icon svg {
  width: 20px;
  height: 20px;
}

.cost-stat {
  margin-top: 50px;
}

  /* ---------- MOBILE RESPONSIVE OVERRIDES ---------- */
  @media (max-width: 767px) {
    html, body {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
    }

    .wrap {
      width: 100%;
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }

    section {
      padding: 60px 0;
    }

    /* Header */
    header {
      padding: 15px 0;
    }

    .header-row {
      gap: 12px;
    }

    .brand {
      min-width: 0;
      font-size: 17px;
      gap: 8px;
    }

    .brand img {
      width: auto;
      max-width: 150px;
      max-height: 32px;
      object-fit: contain;
    }

    .header-row .btn {
      flex-shrink: 0;
      padding: 9px 12px;
      font-size: 10.5px;
      white-space: nowrap;
    }

    /* Hero */
    .hero {
      padding: 52px 0 58px;
      background-position: center center;
    }

    .hero-inner {
      min-width: 0;
      gap: 26px;
    }

    .credential-line {
      min-width: 0;
    }

    .credential-line p {
      font-size: 14px;
      line-height: 1.55;
    }

    .partner-logo {
      width: auto;
      max-width: 100%;
      padding: 0 10px;
      gap: 8px;
      margin-bottom: 12px;
      flex-wrap: nowrap;
    }

    .partner-logo img {
      max-width: 46%;
      height: auto;
      object-fit: contain;
    }

    .hero h1 {
      font-size: clamp(27px, 8vw, 34px);
      line-height: 1.2;
      max-width: 100%;
      overflow-wrap: break-word;
    }

    .hero-sub {
      font-size: 15px;
      line-height: 1.6;
      padding-left: 14px;
      max-width: 100%;
    }

    .hero-cta-row {
      width: 100%;
      align-items: stretch;
      flex-direction: column;
      gap: 10px;
    }

    .hero-cta-row .btn {
      width: 100%;
      justify-content: center;
    }

    .hero-cta-row .note {
      text-align: center;
      line-height: 1.5;
    }

    .platform-row {
      width: 100%;
      flex-direction: column;
      gap: 10px;
      margin-top: 28px;
    }

    .platform-pill {
      width: 100%;
      justify-content: center;
      text-align: center;
      padding: 11px 14px;
      font-size: 12px;
    }

    .badge-strip {
      width: 100%;
      flex-direction: column;
      gap: 16px;
      margin-top: 30px;
      padding-top: 22px;
    }


    .badge {
      min-width: 0;
      line-height: 1.45;
    }

    /* Section headings */
    .section-head {
      width: 100%;
      max-width: 100%;
      margin-bottom: 34px;
    }

    .section-head h2 {
      font-size: clamp(25px, 7vw, 32px);
      line-height: 1.18;
      overflow-wrap: break-word;
    }

    .section-head p {
      font-size: 15px;
      line-height: 1.65;
      max-width: 100%;
    }

    /* Pull quote */
    .pull-quote {
      padding: 48px 0;
    }

    .pull-quote p {
      font-size: clamp(21px, 6.5vw, 28px);
      line-height: 1.35;
    }

    /* Provider cards */
    .provider-grid {
      width: 100%;
      max-width: 100%;
      gap: 16px;
    }

    .provider-card {
      min-width: 0;
      padding: 28px 18px;
    }

    .provider-badge {
      max-width: 100%;
    }

    /* Risk section */
    .risk-grid {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      gap: 32px;
    }

    .risk-content,
    .risk-content .section-head {
      min-width: 0;
      max-width: 100%;
    }

    .stat-block {
      width: 100%;
      max-width: 100%;
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 22px;
      align-items: start;
    }

    .stat-block .num {
      font-size: 52px;
    }

    .stat-block p {
      font-size: 14px;
      line-height: 1.6;
    }

    .agitation-reframe {
      max-width: 100%;
      font-size: 17px;
    }

    .risk-image {
      width: 100%;
      height: 300px;
      max-width: 100%;
    }

    /* Framework */
    .framework-grid {
      width: 100%;
      max-width: 100%;
    }

    .phase-card {
      min-width: 0;
      min-height: auto;
      padding: 28px 20px;
    }

    .phase-card h3 {
      font-size: 18px;
    }

    /* Guarantee */
    .guarantee {
      padding: 60px 0;
    }

    .guarantee-card {
      width: 100%;
      min-width: 0;
      padding: 30px 20px;
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .guarantee-card h2 {
      font-size: clamp(24px, 7vw, 30px);
    }

    .guarantee-card p {
      font-size: 14px;
      line-height: 1.6;
    }

    .seal {
      width: 120px;
      height: 120px;
      margin: 0 auto;
    }

    .seal img {
      max-width: 82%;
      max-height: 82%;
      object-fit: contain;
    }

    /* Industry carousel */
    #industryCarousel {
      width: 100%;
      max-width: 100%;
      padding: 0 28px;
    }

    #industryCarousel .row {
      --bs-gutter-x: 1rem;
      --bs-gutter-y: 1rem;
      margin-left: calc(var(--bs-gutter-x) * -0.5);
      margin-right: calc(var(--bs-gutter-x) * -0.5);
    }

    .industry-card {
      width: 100%;
      height: 260px;
      max-width: 100%;
    }

    .industry-overlay {
      left: 18px;
      right: 18px;
      bottom: 18px;
    }

    .industry-overlay h3 {
      font-size: 19px;
      line-height: 1.2;
    }

    #industryCarousel .carousel-control-prev,
    #industryCarousel .carousel-control-next {
      width: 28px;
    }

    #industryCarousel .carousel-control-prev-icon,
    #industryCarousel .carousel-control-next-icon {
      padding: 15px;
    }

    /* Credibility */
    .cred-row {
      width: 100%;
      min-width: 0;
      gap: 32px;
    }

    .cred-row blockquote {
      font-size: 23px;
      line-height: 1.35;
    }

    .cred-fact {
      min-width: 0;
      gap: 12px;
    }

    .cred-fact p {
      font-size: 14px;
      line-height: 1.6;
    }

    /* Cost FAQ */
    .cost-faq {
      margin-top: 30px;
    }

    .cost-faq .accordion-button {
      padding: 18px 4px;
      gap: 12px;
      font-size: 16px;
      line-height: 1.35;
      text-align: left;
    }

    .cost-faq .accordion-body {
      padding: 0 4px 22px 58px;
      font-size: 14px;
      line-height: 1.7;
    }

    .cost-icon {
      width: 38px;
      height: 38px;
      min-width: 38px;
      flex-shrink: 0;
    }

    .cost-stat {
      margin-top: 34px;
      padding: 22px 18px;
    }

    .cost-stat .num {
      font-size: 34px;
    }

    .cost-stat p {
      font-size: 13.5px;
      line-height: 1.6;
    }

    /* Testimonials */
    .testimonial-grid {
      width: 100%;
      max-width: 100%;
    }

    .testimonial-card {
      min-width: 0;
      padding: 24px 20px;
    }

    /* FAQ */
    .faq-q {
      padding: 17px 16px;
      font-size: 15.5px;
      line-height: 1.4;
    }

    .faq-a p {
      padding: 0 16px 18px;
      font-size: 14px;
      line-height: 1.65;
    }

    /* Steps */
    .step-row {
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 12px;
      padding: 16px 0;
    }

    .step-row p {
      font-size: 14px;
      line-height: 1.6;
    }

    .slot-progress-label {
      gap: 10px;
      flex-wrap: wrap;
      line-height: 1.4;
    }

    .scarcity-box {
      width: 100%;
      padding: 18px;
    }

    .scarcity-row {
      align-items: flex-start;
      font-size: 12px;
      line-height: 1.5;
    }

    .contact-line {
      overflow-wrap: anywhere;
    }

    /* Final CTA / booking */
    .final-cta {
      padding: 55px 0;
    }

    .form-shell {
      width: 100%;
      min-width: 0;
      gap: 34px;
    }

    .cta-content {
      width: 100%;
      min-width: 0;
      min-height: auto;
    }

    .footer-logo {
      margin-bottom: 28px;
    }

    .footer-logo img {
      width: 120px;
      max-width: 100%;
      height: auto;
    }

    .footer-sec {
      width: 100%;
      max-width: 100%;
    }

    .form-shell h2 {
      font-size: clamp(27px, 7.5vw, 32px);
      line-height: 1.18;
    }

    .form-shell .footer-sec p {
      max-width: 100%;
      font-size: 14px;
      line-height: 1.65;
    }

    .booking-shell {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .booking-shell .form-title {
      padding: 17px 16px 0;
    }

    .calendar-embed {
      width: 100%;
      max-width: 100%;
      height: 600px;
      min-height: 500px;
    }

    .calendar-fallback {
      padding: 18px 16px;
    }

    .calendar-fallback .btn {
      max-width: 100%;
      white-space: normal;
      text-align: center;
    }

    /* Footer */
    footer {
      padding: 24px 0;
    }

    .footer-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      line-height: 1.5;
    }
  }

  @media (max-width: 380px) {
    .wrap {
      padding-left: 16px;
      padding-right: 16px;
    }

    .header-row .btn {
      padding-left: 9px;
      padding-right: 9px;
      font-size: 9.5px;
    }

    .brand {
      font-size: 15px;
    }

    .brand img {
      max-width: 125px;
    }

    .hero {
      padding-top: 44px;
    }

    .hero h1 {
      font-size: 26px;
    }

    .hero-sub {
      font-size: 14px;
    }

    #industryCarousel {
      padding-left: 22px;
      padding-right: 22px;
    }

    .cost-faq .accordion-button {
      font-size: 15px;
    }

    .cost-faq .accordion-body {
      padding-left: 50px;
    }
  }

/* =========================================
   HERO + RIGHT ENQUIRY FORM
========================================= */

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 55px;
  align-items: center;
}

.hero-left {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.hero-form {
  position: relative;
  z-index: 5;
  width: 100%;
}

.form-card {
  background: rgba(10, 17, 29, 0.94);
  border: 1px solid rgba(180, 137, 62, 0.65);
  border-radius: 10px;
  padding: 27px 25px;
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  /*backdrop-filter: blur(10px);*/
}

.form-card h2 {
  margin: 0 0 8px;
  color: #f2e6cd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.15;
}

.form-intro {
  margin: 0 0 21px;
  color: #aeb7c5;
  font-size: 12px;
  line-height: 1.6;
}

.form-field {
  margin-bottom: 13px;
}

.form-field label {
  display: block;
  margin-bottom: 6px;
  color: #d7dbe2;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #3a4555;
  border-radius: 4px;
  outline: none;
  background: #151d2a;
  color: #fff;
  padding: 11px 12px;
  font-family: inherit;
  font-size: 12px;
  transition: .2s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #727d8c;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #b4893e;
  box-shadow: 0 0 0 2px rgba(180, 137, 62, .08);
}

.form-field textarea {
  resize: vertical;
  min-height: 68px;
}

.form-field select {
  cursor: pointer;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
  padding: 13px 15px;
  border: 0;
  border-radius: 4px;
  background: #b4893e;
  color: #10141b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: .2s ease;
}

.form-submit:hover {
  background: #d0a858;
  transform: translateY(-1px);
}

.form-submit span {
  margin-left: 7px;
  font-size: 13px;
}

.form-trust {
  margin-top: 10px;
  color: #737e8d;
  text-align: center;
  font-size: 8px;
  line-height: 1.4;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
  }

  .form-card {
    padding: 22px 20px;
  }

  .form-card h2 {
    font-size: 24px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 800px) {

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .hero-form {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-left {
    width: 100%;
  }
}

@media (max-width: 500px) {

  .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-card {
    padding: 21px 18px;
  }

  .form-card h2 {
    font-size: 23px;
  }
}