:root {
  --navy: #0C1B33;
  --navy-2: #0a1526;
  --navy-soft: #15294a;
  --gold: #D4B978;
  --gold-light: #DFC88E;
  --gold-deep: #B99A53;
  --ivory: #FAF6F0;
  --paper: #F4EFE7;
  --white: #FFFFFF;
  --ink: #0C1B33;
  --ink-60: rgba(12,27,51,.62);
  --ink-45: rgba(12,27,51,.45);
  --line: #E7DFD0;
  --display: 'Big Shoulders Display','Arial Black',Impact,sans-serif;
  --sans: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --maxw: 1160px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; margin: 0; padding: 0; }
body { margin: 0; padding: 0; }
.fd-page {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.fd-page h1,.fd-page h2,.fd-page h3,.fd-page h4 { overflow-wrap: break-word; }
.fd-page img { display: block; max-width: 100%; border: 0; }
.fd-page a { color: inherit; text-decoration: none; }
.fd-page h1,.fd-page h2,.fd-page h3,.fd-page h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: .005em;
  line-height: .98;
}
.fd-page .up { text-transform: uppercase; }
.fd-page .gold-dot { color: var(--gold); }
.fd-page p { margin: 0; }
.fd-page .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* eyebrow */
.fd-page .eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: lowercase;
  color: var(--gold-deep);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.fd-page .eyebrow::before,.fd-page .eyebrow::after { content: ''; height: 1px; width: 34px; background: var(--gold); opacity: .5; }
.fd-page .eyebrow.left { justify-content: flex-start; }
.fd-page .eyebrow.left::before { display: none; }

/* buttons */
.fd-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease,box-shadow .15s ease,background .15s,color .15s;
  line-height: 1;
  text-align: center;
}
.fd-page .btn-gold { background: var(--gold); color: var(--navy); font-size: 19px; padding: 20px 38px; box-shadow: 0 10px 30px rgba(212,185,120,.32); }
.fd-page .btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(212,185,120,.42); }
.fd-page .btn-navy { background: var(--navy); color: var(--gold); font-size: 19px; padding: 20px 38px; border-color: var(--navy); }
.fd-page .btn-navy:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(12,27,51,.3); }
.fd-page .btn-ghost { background: transparent; color: var(--gold); border-color: var(--gold); font-size: 15px; padding: 13px 26px; }
.fd-page .btn-ghost:hover { background: var(--gold); color: var(--navy); }
.fd-page .btn-sm { font-size: 15px; padding: 14px 26px; }
.fd-page .gold-rule { width: 60px; height: 2px; background: var(--gold); border: 0; margin: 36px auto; }
.fd-page .compliance-bar { font-family: var(--sans); font-weight: 500; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(12,27,51,.5); text-align: center; margin-top: 18px; }
.fd-page .bg-navy .compliance-bar,.fd-page .hero .compliance-bar { color: rgba(250,246,240,.5); }

/* promo bar */
.fd-page .promo { background: var(--navy); color: var(--gold); text-align: center; padding: 13px 20px; }
.fd-page .promo span { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: .18em; }
.fd-page .promo b { color: var(--ivory); font-weight: 800; }

/* header */
.fd-page header { position: sticky; top: 0; z-index: 60; background: var(--navy); border-bottom: 1px solid rgba(212,185,120,.18); }
.fd-page .nav { display: flex; align-items: center; gap: 24px; padding: 16px 28px; max-width: var(--maxw); margin: 0 auto; }
.fd-page .nav .logo { height: 34px; width: auto; }
.fd-page .nav .spacer { flex: 1; }
.fd-page .nav-links { display: flex; gap: 26px; }
.fd-page .nav-links a { font-family: var(--display); font-weight: 600; font-size: 14px; letter-spacing: .08em; text-transform: lowercase; color: var(--ivory); opacity: .78; transition: opacity .15s,color .15s; }
.fd-page .nav-links a:hover { opacity: 1; color: var(--gold); }

/* hero */
.fd-page .hero { background: linear-gradient(180deg,var(--navy) 0%,var(--navy-2) 100%); color: var(--ivory); position: relative; overflow: hidden; }
.fd-page .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 0%,rgba(212,185,120,.12),transparent 60%); pointer-events: none; }
.fd-page .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding: 70px 0 80px; position: relative; }
.fd-page .hero h1 { font-size: clamp(44px,5.6vw,76px); font-weight: 900; color: var(--white); letter-spacing: 0; line-height: 1.02; }
.fd-page .hero h1 .gold { color: var(--gold); }
.fd-page .hero .sub { font-family: var(--display); font-weight: 600; font-size: clamp(20px,2.4vw,28px); color: var(--gold-light); margin-top: 30px; letter-spacing: .01em; line-height: 1.1; }
.fd-page .checklist { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; }
.fd-page .checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 16.5px; line-height: 1.45; color: rgba(250,246,240,.9); }
.fd-page .checklist .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; font-family: var(--display); display: flex; align-items: center; justify-content: center; font-size: 14px; margin-top: 1px; }
.fd-page .hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.fd-page .hero-cta .micro { font-size: 13.5px; color: rgba(250,246,240,.6); }
.fd-page .hero-card { background: var(--white); border-radius: 16px; overflow: hidden; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.42); border: 1px solid rgba(212,185,120,.3); }
.fd-page .hero-card .pc-img { aspect-ratio: 4/5; background: var(--paper); overflow: hidden; }
.fd-page .hero-card .pc-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.fd-page .hero-card .pc-body { padding: 24px 26px 28px; }
.fd-page .hero-card .pc-tag { font-family: var(--display); font-weight: 700; font-size: 12px; letter-spacing: .2em; color: var(--gold-deep); text-transform: uppercase; }
.fd-page .hero-card .pc-name { font-family: var(--display); font-weight: 800; font-size: 26px; margin-top: 6px; }
.fd-page .hero-card .pc-desc { font-size: 14.5px; color: var(--ink-60); margin-top: 6px; }
.fd-page .hero-card .pc-price { display: flex; align-items: baseline; gap: 8px; margin-top: 18px; }
.fd-page .hero-card .pc-price .was { font-size: 20px; color: rgba(12,27,51,.4); text-decoration: line-through; font-family: var(--display); font-weight: 700; }
.fd-page .hero-card .pc-price .amt { font-family: var(--display); font-weight: 900; font-size: 42px; }
.fd-page .hero-card .pc-price .amt-sm { font-size: 14px; color: var(--ink-60); font-family: var(--sans); font-weight: 500; }
.fd-page .hero-card .btn { width: 100%; margin-top: 18px; }
.fd-page .hero-card .pc-guarantee { font-size: 13px; color: var(--ink-60); margin-top: 14px; text-align: center; }
.fd-page .hero-card .pc-guarantee b { color: var(--ink); }

/* sections */
.fd-page section { padding: 88px 0; }
.fd-page section.tight { padding: 64px 0; }
.fd-page .sec-head { text-align: center; max-width: 780px; margin: 0 auto 52px; }
.fd-page .sec-head h2 { font-size: clamp(32px,4.4vw,52px); font-weight: 900; }
.fd-page .sec-head h2 .gold { color: var(--gold-deep); }
.fd-page .sec-head p { margin-top: 18px; color: var(--ink-60); font-size: 17.5px; }
.fd-page .bg-ivory { background: var(--ivory); }
.fd-page .bg-paper { background: var(--paper); }
.fd-page .bg-navy { background: var(--navy); color: var(--ivory); }
.fd-page .bg-navy .sec-head h2 { color: var(--white); }
.fd-page .bg-navy .sec-head h2 .gold { color: var(--gold); }
.fd-page .bg-navy .sec-head p { color: rgba(250,246,240,.72); }
.fd-page .bg-navy .eyebrow { color: var(--gold); }

/* problem */
.fd-page .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.fd-page .problem-grid img { border-radius: 14px; width: 100%; object-fit: cover; box-shadow: 0 24px 60px rgba(12,27,51,.18); }
.fd-page .problem-lead { font-family: var(--display); font-weight: 700; font-size: clamp(22px,2.6vw,30px); text-transform: none; line-height: 1.18; }
.fd-page .problem-lead b { color: var(--gold-deep); }
.fd-page .problem-note { margin-top: 18px; color: var(--ink-60); font-size: 16.5px; }
.fd-page .stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 64px; padding: 0; background: transparent; }
.fd-page .stat { background: var(--navy); color: var(--ivory); border-radius: 14px; padding: 34px 24px; text-align: center; border: 1px solid rgba(212,185,120,.18); }
.fd-page .stat .n { font-family: var(--display); font-weight: 900; font-size: clamp(40px,5vw,58px); color: var(--gold); line-height: 1; }
.fd-page .stat .l { margin-top: 12px; font-size: 14.5px; color: rgba(250,246,240,.8); line-height: 1.4; }

/* benefits */
.fd-page .benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; padding: 0; background: transparent; }
.fd-page .benefit { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 32px 28px; transition: transform .18s,box-shadow .18s,border-color .18s; }
.fd-page .benefit:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(12,27,51,.1); border-color: var(--gold); }
.fd-page .benefit .num { font-family: var(--display); font-weight: 900; font-size: 18px; color: var(--gold-deep); letter-spacing: .1em; }
.fd-page .benefit h3 { font-size: 22px; margin-top: 12px; letter-spacing: .005em; line-height: 1.08; }
.fd-page .benefit p { margin-top: 12px; color: var(--ink-60); font-size: 15.5px; }

/* sublingual */
.fd-page .subl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.fd-page .subl-grid .lead { font-family: var(--display); font-weight: 700; text-transform: none; font-size: clamp(24px,3vw,34px); line-height: 1.12; }
.fd-page .pull { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px,3.2vw,38px); line-height: 1; color: var(--white); margin: 18px 0; }
.fd-page .pull em { font-style: normal; color: var(--gold); }
.fd-page .compare { display: grid; gap: 0; border: 1px solid rgba(212,185,120,.25); border-radius: 14px; overflow: hidden; }
.fd-page .compare .row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 16px 22px; align-items: center; border-bottom: 1px solid rgba(212,185,120,.14); font-size: 15.5px; }
.fd-page .compare .row:last-child { border-bottom: 0; }
.fd-page .compare .row .yes { font-family: var(--display); font-weight: 900; color: var(--gold); font-size: 18px; }
.fd-page .compare .head { background: rgba(212,185,120,.08); font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-light); font-size: 14px; }

/* deep */
.fd-page .deep { max-width: 860px; margin: 0 auto; display: grid; gap: 24px; }
.fd-page .deep p { font-size: 17.5px; color: var(--ink-60); }
.fd-page .deep p b { color: var(--ink); }
.fd-page .callout { background: var(--navy); color: var(--ivory); border-radius: 16px; padding: 40px 42px; border: 1px solid rgba(212,185,120,.25); margin-top: 8px; }
.fd-page .callout .tag { font-family: var(--display); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; font-size: 13px; color: var(--gold); }
.fd-page .callout p { color: rgba(250,246,240,.85); font-size: 16.5px; margin-top: 14px; }
.fd-page .callout p b { color: var(--white); }

/* ingredients */
.fd-page .ingredients { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.fd-page .ingredient { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 38px 36px; position: relative; overflow: hidden; }
.fd-page .ingredient::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--gold); }
.fd-page .ingredient .dose { font-family: var(--display); font-weight: 800; font-size: 13px; letter-spacing: .16em; color: var(--gold-deep); text-transform: uppercase; }
.fd-page .ingredient h3 { font-size: 34px; margin-top: 8px; text-transform: none; }
.fd-page .ingredient .role { font-family: var(--display); font-weight: 700; font-size: 17px; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); margin-top: 6px; opacity: .55; }
.fd-page .ingredient p { margin-top: 16px; color: var(--ink-60); font-size: 15.5px; }
.fd-page .ing-why { margin-top: 30px; background: var(--ivory); border: 1px solid var(--line); border-radius: 16px; padding: 30px 34px; font-size: 16.5px; color: var(--ink-60); }
.fd-page .ing-why b { color: var(--ink); }

/* get grid */
.fd-page .get-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.fd-page .get-grid img { border-radius: 14px; width: 100%; object-fit: cover; box-shadow: 0 24px 60px rgba(12,27,51,.18); }
.fd-page .get-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 16px; }
.fd-page .get-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 17px; }
.fd-page .get-list .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: var(--display); font-weight: 900; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-top: 2px; }
.fd-page .get-list b { display: block; }

/* steps */
.fd-page .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.fd-page .step { text-align: center; padding: 0 12px; }
.fd-page .step .circle { width: 74px; height: 74px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold); font-family: var(--display); font-weight: 900; font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; background: rgba(212,185,120,.06); }
.fd-page .step h3 { font-size: 22px; }
.fd-page .step p { margin-top: 10px; color: rgba(250,246,240,.72); font-size: 15.5px; }

/* quotes */
.fd-page .quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.fd-page .quote { background: var(--navy-soft); border: 1px solid rgba(212,185,120,.2); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; padding: 0 !important; }
.fd-page .quote .who { display: flex; flex-direction: column; width: 100%; }
.fd-page .quote .who img { width: 100% !important; height: 220px !important; object-fit: cover !important; object-position: center top; border-radius: 0 !important; border: none !important; display: block; }
.fd-page .quote .who-info { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px 0; }
.fd-page .quote .who .nm { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 24px; color: var(--white); }
.fd-page .quote .who .stars { color: var(--gold); font-size: 16px; letter-spacing: 3px; }
.fd-page .quote p { font-size: 16px; line-height: 1.55; color: rgba(250,246,240,.9); padding: 14px 22px 26px; }
.fd-page .quote.light { background: var(--white); border-color: var(--line); }
.fd-page .quote.light .nm { color: var(--navy); }
.fd-page .quote.light p { color: var(--ink-60); }

/* faq */
.fd-page .faq-list { max-width: 840px; margin: 0 auto; display: grid; gap: 14px; }
.fd-page details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 0; overflow: hidden; transition: border-color .15s; }
.fd-page details[open] { border-color: var(--gold); }
.fd-page summary { list-style: none; cursor: pointer; padding: 24px 28px; font-family: var(--display); font-weight: 700; font-size: 19px; text-transform: none; letter-spacing: .005em; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.fd-page summary::-webkit-details-marker { display: none; }
.fd-page summary .plus { flex: none; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold-deep); display: flex; align-items: center; justify-content: center; font-size: 20px; font-family: var(--display); font-weight: 700; transition: transform .2s; }
.fd-page details[open] summary .plus { transform: rotate(45deg); }
.fd-page details .answer { padding: 0 28px 26px; color: var(--ink-60); font-size: 16px; line-height: 1.6; }

/* guarantee */
.fd-page .guarantee { max-width: 760px; margin: 0 auto; text-align: center; color: var(--ivory); background: transparent; padding: 0; }
.fd-page .guarantee .seal { width: 96px; height: 96px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; font-family: var(--display); font-weight: 900; font-size: 30px; color: var(--gold); background: rgba(212,185,120,.06); line-height: .9; text-align: center; }
.fd-page .guarantee h2 { font-size: clamp(30px,4vw,46px); color: var(--white); }
.fd-page .guarantee p { margin-top: 20px; color: rgba(250,246,240,.8); font-size: 18px; }

/* final */
.fd-page .final { text-align: center; }
.fd-page .final h2 { font-size: clamp(34px,4.8vw,60px); color: var(--white); max-width: 920px; margin: 0 auto; }
.fd-page .final h2 .gold { color: var(--gold); }
.fd-page .final p { margin: 22px auto 0; color: rgba(250,246,240,.78); font-size: 18px; max-width: 620px; }
.fd-page .final .btn { margin-top: 34px; }
.fd-page .final .micro { margin-top: 18px; color: rgba(250,246,240,.6); font-size: 14px; }

/* trust badges */
.fd-page .badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 38px; margin-top: 54px; }
.fd-page .badge { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 130px; text-align: center; }
.fd-page .badge .circle { width: 54px; height: 54px; border-radius: 50%; background: var(--gold); color: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 900; font-size: 20px; }
.fd-page .badge .lbl { font-family: var(--display); font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: rgba(250,246,240,.85); line-height: 1.3; }

/* footer */
.fd-page footer { background: var(--navy-2); color: rgba(250,246,240,.7); padding: 64px 0 36px; border-top: 1px solid rgba(212,185,120,.16); }
.fd-page .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.fd-page .foot-brand img { height: 42px; margin-bottom: 18px; opacity: .5; }
.fd-page .foot-tagline { font-family: var(--display); font-weight: 800; font-size: 22px; text-transform: lowercase; color: var(--ivory); line-height: .98; margin-bottom: 14px; }
.fd-page .foot-tagline .gold-dot { color: var(--gold); }
.fd-page .foot-brand p { font-size: 14px; line-height: 1.6; max-width: 280px; }
.fd-page .foot-social { display: flex; gap: 14px; margin-top: 18px; }
.fd-page .foot-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(212,185,120,.3); display: flex; align-items: center; justify-content: center; color: var(--gold-light); transition: background .15s,color .15s; }
.fd-page .foot-social a:hover { background: var(--gold); color: var(--navy); }
.fd-page .foot-col h4 { font-family: var(--display); font-weight: 800; font-size: 14px; letter-spacing: .14em; color: var(--gold-light); margin-bottom: 16px; }
.fd-page .foot-col a { display: block; font-size: 14.5px; margin-bottom: 11px; color: rgba(250,246,240,.7); transition: color .15s; }
.fd-page .foot-col a:hover { color: var(--gold); }
.fd-page .foot-bottom { margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(212,185,120,.14); display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.fd-page .foot-bottom .legal-links { display: flex; gap: 22px; flex-wrap: wrap; }
.fd-page .foot-bottom .legal-links a { font-size: 13px; color: rgba(250,246,240,.6); }
.fd-page .foot-bottom .legal-links a:hover { color: var(--gold); }
.fd-page .foot-cert img { height: 60px; }
.fd-page .foot-copy { font-size: 13px; color: rgba(250,246,240,.5); }
.fd-page .disclaimer { max-width: var(--maxw); margin: 28px auto 0; padding: 0 28px; font-size: 12px; line-height: 1.65; color: rgba(250,246,240,.4); text-align: center; }

/* Father's Day specific */
.fd-page .fd-frame { background: var(--paper); }
.fd-page .fd-frame .wrap { max-width: 880px; text-align: center; }
.fd-page .fd-offer { background: var(--navy); color: var(--ivory); border-radius: 20px; padding: 54px 44px; border: 1px solid rgba(212,185,120,.28); text-align: center; max-width: 760px; margin: 0 auto; position: relative; overflow: hidden; }
.fd-page .fd-offer::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 0%,rgba(212,185,120,.16),transparent 60%); pointer-events: none; }
.fd-page .fd-offer .eyebrow { justify-content: center; color: var(--gold); }
.fd-page .fd-offer h2 { color: var(--white); font-size: clamp(30px,4.4vw,46px); position: relative; }
.fd-page .fd-list { list-style: none; padding: 0; margin: 26px auto 0; max-width: 470px; display: grid; gap: 13px; text-align: left; position: relative; }
.fd-page .fd-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: rgba(250,246,240,.9); line-height: 1.45; }
.fd-page .fd-list .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: var(--navy); font-family: var(--display); font-weight: 900; font-size: 13px; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.fd-page .fd-list b { color: var(--white); }
.fd-page .countdown { display: flex; gap: 14px; justify-content: center; margin: 32px 0 8px; position: relative; }
.fd-page .cd-unit { background: rgba(250,246,240,.06); border: 1px solid rgba(212,185,120,.3); border-radius: 12px; padding: 14px 10px; min-width: 76px; text-align: center; }
.fd-page .cd-unit .n { font-family: var(--display); font-weight: 900; font-size: 40px; color: var(--gold); line-height: 1; }
.fd-page .cd-unit .l { font-family: var(--display); font-weight: 600; font-size: 11px; letter-spacing: .14em; text-transform: lowercase; color: rgba(250,246,240,.6); margin-top: 6px; }
.fd-page .fd-deadline { font-size: 13.5px; color: rgba(250,246,240,.6); margin-top: 8px; position: relative; }

/* responsive */
@media (max-width: 1024px) {
  .fd-page .hero-grid { gap: 40px; }
  .fd-page .problem-grid,.fd-page .subl-grid,.fd-page .get-grid { gap: 40px; }
  .fd-page .benefits,.fd-page .steps { gap: 18px; }
}
@media (max-width: 920px) {
  .fd-page .hero-grid { grid-template-columns: 1fr; gap: 44px; padding: 60px 0 68px; }
  .fd-page .hero-card { max-width: 420px; margin: 0 auto; width: 100%; }
  .fd-page .problem-grid,.fd-page .subl-grid,.fd-page .get-grid { grid-template-columns: 1fr; gap: 40px; }
  .fd-page .problem-grid img { order: 2; max-height: 420px; }
  .fd-page .get-grid img { max-height: 460px; }
  .fd-page .benefits,.fd-page .quotes { grid-template-columns: 1fr 1fr; }
  .fd-page .steps { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .fd-page .ingredients { grid-template-columns: 1fr; }
  .fd-page .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px 28px; }
  .fd-page .nav-links { display: none; }
}
@media (max-width: 600px) {
  .fd-page { font-size: 16px; }
  .fd-page .wrap { padding: 0 18px; }
  .fd-page section { padding: 56px 0; }
  .fd-page section.tight { padding: 48px 0; }
  .fd-page .sec-head { margin-bottom: 38px; }
  .fd-page .promo { padding: 11px 16px; }
  .fd-page .promo span { font-size: 11.5px; letter-spacing: .12em; }
  .fd-page .nav { padding: 13px 18px; gap: 14px; }
  .fd-page .nav .logo { height: 28px; }
  .fd-page .nav .btn { font-size: 13px; padding: 11px 16px; }
  .fd-page .hero-grid { padding: 40px 0 52px; }
  .fd-page .hero h1 { font-size: clamp(34px,9.4vw,46px); }
  .fd-page .hero .sub { font-size: 20px; margin-top: 22px; }
  .fd-page .checklist li { font-size: 15.5px; }
  .fd-page .hero-cta { flex-direction: column; align-items: stretch; gap: 14px; }
  .fd-page .hero-cta .micro { text-align: center; }
  .fd-page .benefits,.fd-page .steps,.fd-page .quotes,.fd-page .stats,.fd-page .foot-grid { grid-template-columns: 1fr; }
  .fd-page .stats { gap: 14px; }
  .fd-page .stat { padding: 26px 20px; }
  .fd-page .btn-gold,.fd-page .btn-navy { width: 100%; font-size: 17px; padding: 18px 28px; }
  .fd-page .benefit,.fd-page .callout,.fd-page .ingredient,.fd-page .ing-why { padding: 26px 22px; }
  .fd-page .ingredient h3 { font-size: 30px; }
  .fd-page .pull { font-size: 26px; }
  .fd-page .badges { gap: 24px 14px; }
  .fd-page .badge { width: 42%; }
  .fd-page .foot-grid { gap: 34px; }
  .fd-page .foot-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .fd-page summary { font-size: 17px; padding: 20px 22px; }
  .fd-page details .answer { padding: 0 22px 22px; }
  .fd-page .guarantee .seal { width: 84px; height: 84px; font-size: 26px; }
  .fd-page .fd-offer { padding: 38px 22px; }
  .fd-page .countdown { gap: 8px; }
  .fd-page .cd-unit { min-width: 60px; padding: 12px 6px; }
  .fd-page .cd-unit .n { font-size: 30px; }
}
@media (max-width: 360px) {
  .fd-page .hero h1 { font-size: 32px; }
  .fd-page .nav-links { display: none; }
  .fd-page .nav .btn { padding: 10px 13px; font-size: 12px; }
}
