/* ==========================================================================
   HARDrx — thehardrx.com
   assets/css/style.css
   Prefix: th-   (independent of .net "hrx-", .org "hx-", .us "hu-")
   Layout follows the supplied design reference: airy blue sections, six-up
   benefit grid, image-led process row, and a horizontal stacked price rail.
   ========================================================================== */

:root{
  --th-ink:#0d2846;
  --th-ink-2:#17395f;
  --th-deep:#082138;
  --th-blue:#1877d6;
  --th-blue-2:#57a5ef;
  --th-tint:#eef6fe;
  --th-tint-2:#e0eefc;
  --th-wash:#f6fbff;
  --th-fire:#f2661c;
  --th-fire-2:#d9540f;
  --th-good:#12a05a;
  --th-line:#d9e9f7;
  --th-line-2:#ecf4fb;
  --th-body:#4f677d;
  --th-dim:#7893ab;

  --th-max:1200px;
  --th-r:14px;
  --th-r-l:20px;
  --th-sh:0 6px 22px rgba(13,40,70,.06);
  --th-sh-2:0 16px 40px rgba(13,40,70,.12);
  --th-f:"Inter","Segoe UI",Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--th-f);font-size:19px;line-height:1.7;color:var(--th-body);background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block;border:0}
a{color:var(--th-blue);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--th-f);color:var(--th-ink);margin:0 0 15px;font-weight:700;line-height:1.22;letter-spacing:-.02em}
h1{font-size:32px}
h2{font-size:28px}
h3{font-size:20px}
h4{font-size:18px}
p{margin:0 0 18px}
ul,ol{margin:0 0 18px;padding-left:22px}
li{margin-bottom:8px}
strong{color:var(--th-ink);font-weight:600}

.th-w{width:100%;max-width:var(--th-max);margin:0 auto;padding:0 24px}
/* global SVG fallback: any icon not sized by a component rule */
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.13em;flex:0 0 auto}
.th-skip{position:absolute;left:-9999px}
.th-skip:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px 16px;border-radius:8px}
.th-center{text-align:center;max-width:700px;margin:0 auto 46px}
.th-center p{color:var(--th-dim);margin-bottom:0}

/* ---------- buttons ------------------------------------------------------- */
.th-b{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;font-size:17.5px;
  padding:15px 30px;border:0;border-radius:9px;cursor:pointer;text-align:center;
  transition:background .16s ease,box-shadow .16s ease,transform .16s ease;
}
.th-b:hover{text-decoration:none;transform:translateY(-1px)}
.th-b--go{background:var(--th-fire);color:#fff;box-shadow:0 8px 20px rgba(242,102,28,.28)}
.th-b--go:hover{background:var(--th-fire-2);color:#fff;box-shadow:0 14px 28px rgba(242,102,28,.36)}
.th-b--blue{background:var(--th-blue);color:#fff;box-shadow:0 8px 20px rgba(24,119,214,.24)}
.th-b--blue:hover{background:#1163b6;color:#fff}
.th-b--line{background:#fff;color:var(--th-ink);border:1.5px solid var(--th-line)}
.th-b--line:hover{border-color:var(--th-blue);color:var(--th-blue)}
.th-b--big{font-size:18.5px;padding:17px 34px}
.th-b--full{width:100%}
.th-b--sm{font-size:15.5px;padding:10px 20px}

/* ---------- header --------------------------------------------------------- */
.th-top{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);backdrop-filter:saturate(150%) blur(8px);border-bottom:1px solid var(--th-line-2)}
.th-top-in{display:flex;align-items:center;gap:16px;min-height:66px}
.th-logo{margin-right:auto}
.th-logo img{width:132px}
.th-nav{display:flex;align-items:center;gap:1px}
.th-nav a{font-weight:600;font-size:15px;color:var(--th-ink);padding:9px 12px;border-radius:7px}
.th-nav a:hover{background:var(--th-tint);color:var(--th-blue);text-decoration:none}
.th-nav a.at{color:var(--th-blue)}
.th-nav .th-b{margin-left:10px;font-size:15.5px;padding:11px 20px}
.th-burg{display:none;background:#fff;border:1px solid var(--th-line);border-radius:8px;width:46px;height:42px;cursor:pointer;padding:0;align-items:center;justify-content:center}
.th-burg span{display:block;width:20px;height:2px;background:var(--th-ink);position:relative}
.th-burg span::before,.th-burg span::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--th-ink)}
.th-burg span::before{top:-6px}
.th-burg span::after{top:6px}

/* ---------- hero ------------------------------------------------------------ */
.th-hero{background:linear-gradient(180deg,var(--th-tint) 0%,#fbfdff 100%);padding:40px 0 48px;overflow:hidden}
.th-hero-g{display:grid;grid-template-columns:1fr 1.06fr;gap:30px;align-items:center}
.th-hero h1{font-size:32px;margin-bottom:14px}
.th-hero h1 b{color:var(--th-blue);font-weight:700;display:block}
.th-hero-p{font-size:17.5px;margin-bottom:22px;max-width:490px}
.th-list{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px}
.th-list li{display:flex;align-items:center;gap:12px;margin:0;font-size:16.5px;color:var(--th-ink);font-weight:500}
.th-chk{flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--th-blue);display:flex;align-items:center;justify-content:center}
.th-chk svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.th-hero-fine{display:flex;flex-wrap:wrap;gap:18px;margin-top:16px;font-size:13.5px;color:var(--th-dim)}
.th-hero-fine span{display:flex;align-items:center;gap:7px}
.th-hero-fine svg{width:14px;height:14px;stroke:var(--th-dim);fill:none;stroke-width:2}

.th-hero-v{position:relative;min-height:400px}
.th-hero-photo{position:absolute;right:0;top:0;width:66%;height:100%;border-radius:var(--th-r-l);overflow:hidden;z-index:1}
.th-hero-photo img{width:100%;height:100%;object-fit:cover}
.th-hero-pack{position:relative;z-index:3;width:56%;max-width:260px;margin:26px 0 0;filter:drop-shadow(0 24px 34px rgba(13,40,70,.28))}
.th-seal{
  position:absolute;right:6%;top:44%;z-index:5;width:104px;height:104px;border-radius:50%;
  background:var(--th-deep);color:#fff;display:flex;flex-direction:column;align-items:center;
  justify-content:center;text-align:center;line-height:1.15;box-shadow:0 12px 26px rgba(0,0,0,.3);
}
.th-seal b{font-size:14px;font-weight:700;display:block}
.th-seal small{font-size:11px;color:var(--th-blue-2);letter-spacing:.06em;margin-top:2px}

/* ---------- trust strip ------------------------------------------------------ */
.th-trust{background:#fff;border-top:1px solid var(--th-line-2);border-bottom:1px solid var(--th-line-2);padding:18px 0}
.th-trust-in{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.th-trust-in div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14.5px;font-weight:600;color:var(--th-ink)}
.th-trust-in svg{flex:0 0 22px;width:22px;height:22px;stroke:var(--th-blue);fill:none;stroke-width:1.8}

/* ---------- bands ------------------------------------------------------------ */
.th-s{padding:70px 0}
.th-s--tint{background:var(--th-tint)}
.th-s--wash{background:var(--th-wash)}
.th-s--white{background:#fff}
.th-s--deep{background:var(--th-deep);color:#b9cfe4}
.th-s--deep h2,.th-s--deep h3{color:#fff}
.th-s--deep .th-center p{color:#9db8d1}

/* ---------- 4-up cards -------------------------------------------------------- */
.th-quad{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.th-quad div{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-r-l);padding:28px 24px;box-shadow:var(--th-sh)}
.th-quad svg{width:30px;height:30px;stroke:var(--th-blue);fill:none;stroke-width:1.7;margin-bottom:15px}
.th-quad h3{font-size:18px;margin-bottom:8px}
.th-quad p{margin:0;font-size:16px;color:var(--th-dim)}

/* ---------- split (what is it) ------------------------------------------------ */
.th-split{display:grid;grid-template-columns:1.05fr .55fr .9fr;gap:34px;align-items:center}
.th-split-fig{margin:0}
.th-split-fig img{margin:0 auto;max-width:240px;filter:drop-shadow(0 20px 30px rgba(13,40,70,.22))}
.th-facts{list-style:none;padding:0;margin:0;display:grid;gap:16px}
.th-facts li{display:flex;align-items:flex-start;gap:13px;margin:0;font-size:16.5px;color:var(--th-ink);font-weight:500}
.th-facts svg{flex:0 0 24px;width:24px;height:24px;stroke:var(--th-blue);fill:none;stroke-width:1.8;margin-top:2px}

/* ---------- six-up benefits ---------------------------------------------------- */
.th-six{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.th-six div{text-align:center}
.th-six-ic{
  width:62px;height:62px;border-radius:50%;background:var(--th-tint);margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
}
.th-six-ic svg{width:27px;height:27px;stroke:var(--th-blue);fill:none;stroke-width:1.8}
.th-six b{display:block;font-size:16px;color:var(--th-ink);margin-bottom:6px;line-height:1.3}
.th-six small{display:block;font-size:14px;color:var(--th-dim);line-height:1.5}

/* ---------- process row (image-led) --------------------------------------------- */
.th-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:start}
.th-flow-i{text-align:center}
.th-flow-pic{
  border-radius:var(--th-r);overflow:hidden;background:var(--th-tint);aspect-ratio:16/10;
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;position:relative;
}
.th-flow-pic img{width:100%;height:100%;object-fit:cover}
.th-flow-pic .th-flow-pack{width:auto;height:78%;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(13,40,70,.2))}
.th-flow-n{
  position:absolute;left:12px;top:12px;width:30px;height:30px;border-radius:50%;background:var(--th-blue);
  color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2;
}
.th-flow-i h3{font-size:18px;margin-bottom:7px}
.th-flow-i p{margin:0;font-size:16px;color:var(--th-dim)}
.th-flow-arrow{align-self:center;padding-top:60px}
.th-flow-arrow svg{width:26px;height:16px;stroke:var(--th-blue);fill:none;stroke-width:1.8}

/* ---------- actives grid --------------------------------------------------------- */
.th-actives{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.th-active{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-r-l);padding:28px;box-shadow:var(--th-sh)}
.th-active-tag{
  display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  color:var(--th-blue);background:var(--th-tint);border-radius:5px;padding:5px 12px;margin-bottom:13px;
}
.th-active h3{font-size:21px;margin-bottom:4px}
.th-active-sub{font-size:14.5px;color:var(--th-dim);margin-bottom:14px}
.th-active p{margin:0;font-size:16.5px}
.th-active p + p{margin-top:11px}
.th-fda{
  margin:30px auto 0;max-width:900px;text-align:center;font-size:13.5px;color:var(--th-dim);
  background:var(--th-wash);border:1px solid var(--th-line);border-radius:var(--th-r);padding:16px 22px;
}

/* ---------- reviews -------------------------------------------------------------- */
.th-revwrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:36px;align-items:center}
.th-revwrap > figure{margin:0}
.th-revwrap > figure img{border-radius:var(--th-r-l);box-shadow:var(--th-sh)}
.th-revs{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.th-rev{margin:0;background:#fff;border:1px solid var(--th-line);border-radius:var(--th-r);padding:22px;box-shadow:var(--th-sh);display:flex;flex-direction:column}
.th-rate{display:flex;gap:2px;margin-bottom:12px}
.th-rate svg{width:15px;height:15px;fill:#f5a524;stroke:none}
.th-rev blockquote{margin:0 0 auto;padding:0;font-size:15.5px;color:var(--th-body)}
.th-rev blockquote p{margin:0}
.th-rev figcaption{display:flex;align-items:center;gap:11px;margin-top:18px;padding-top:14px;border-top:1px solid var(--th-line-2)}
.th-ini{
  flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--th-tint-2);color:var(--th-blue);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;
}
.th-rev figcaption b{display:block;font-size:15px;color:var(--th-ink)}
.th-rev figcaption small{font-size:13.5px;color:var(--th-dim)}
.th-rev-note{grid-column:1/-1;text-align:center;font-size:14.5px;color:var(--th-dim);margin:26px 0 0}

/* ---------- price rail (horizontal rows) ------------------------------------------ */
.th-price{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center}
.th-price-side{text-align:center}
.th-price-side > img{margin:0 auto 22px;max-width:250px;filter:drop-shadow(0 20px 30px rgba(13,40,70,.22))}
.th-assure{list-style:none;padding:0;margin:0;display:grid;gap:12px;text-align:left;max-width:300px;margin-inline:auto}
.th-assure li{display:flex;align-items:center;gap:12px;margin:0;font-size:15.5px;color:var(--th-ink);font-weight:500}
.th-assure svg{flex:0 0 34px;width:34px;height:34px;padding:7px;border-radius:50%;background:var(--th-tint);stroke:var(--th-blue);fill:none;stroke-width:1.9}
.th-rail{display:grid;gap:16px}
.th-row{
  display:grid;grid-template-columns:96px 1fr auto auto;gap:16px;align-items:center;
  background:#fff;border:1.5px solid var(--th-line);border-radius:var(--th-r-l);padding:18px 22px;
  box-shadow:var(--th-sh);position:relative;
}
.th-row--best{border:2px solid var(--th-blue);background:#fbfdff;box-shadow:0 14px 34px rgba(24,119,214,.14)}
.th-row-flag{
  position:absolute;top:-11px;left:22px;background:var(--th-blue);color:#fff;font-size:11.5px;
  font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:5px;
}
.th-row-pic{display:flex;align-items:center;justify-content:center}
.th-row-pic img{max-height:86px;width:auto}
.th-row-name{font-size:19px;font-weight:700;color:var(--th-ink);margin:0 0 3px}
.th-row-sub{font-size:14.5px;color:var(--th-dim);margin:0}
.th-row-cost{text-align:right}
.th-row-cost b{font-size:29px;font-weight:700;color:var(--th-ink);letter-spacing:-.02em;display:block;line-height:1.1}
.th-row-cost small{font-size:14px;color:var(--th-dim);display:block}
.th-row-save{display:inline-block;background:rgba(18,160,90,.12);color:var(--th-good);font-size:13px;font-weight:700;border-radius:999px;padding:3px 10px;margin-top:5px}
.th-price-fine{grid-column:1/-1;text-align:center;font-size:14.5px;color:var(--th-dim);max-width:820px;margin:30px auto 0}

/* ---------- FAQ -------------------------------------------------------------------- */
.th-faq{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px;align-content:start}
.th-faq--one{grid-template-columns:1fr;max-width:860px}
.th-q{background:#fff;border:1px solid var(--th-line);border-radius:10px;overflow:hidden;align-self:start}
.th-q.on{border-color:var(--th-blue);box-shadow:0 8px 20px rgba(24,119,214,.09)}
.th-q-b{width:100%;display:flex;align-items:center;gap:13px;text-align:left;background:none;border:0;cursor:pointer;font-family:inherit;font-weight:600;font-size:16.5px;color:var(--th-ink);padding:16px 18px;line-height:1.4}
.th-q-b span{flex:1}
.th-q-b i{flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:var(--th-tint);position:relative;font-style:normal}
.th-q-b i::before,.th-q-b i::after{content:"";position:absolute;left:50%;top:50%;background:var(--th-blue);transform:translate(-50%,-50%);transition:opacity .2s ease}
.th-q-b i::before{width:10px;height:2px}
.th-q-b i::after{width:2px;height:10px}
.th-q.on .th-q-b i::after{opacity:0}
.th-q-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.th-q-body div{padding:0 18px 18px;font-size:16.5px;color:var(--th-body)}
.th-q-body p{margin:0}

/* ---------- closing CTA ------------------------------------------------------------- */
.th-end{background:var(--th-tint);padding:26px 0 40px}
.th-end-in{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.th-end-in > img{flex:0 0 110px;width:110px;filter:drop-shadow(0 14px 22px rgba(13,40,70,.2))}
.th-end h2{margin:0 0 5px;font-size:26px}
.th-end p{margin:0;font-size:16px;color:var(--th-dim)}
.th-end-act{margin-left:auto;text-align:center}
.th-end-act .th-hero-fine{justify-content:center;margin-top:11px}

/* ---------- page head / prose --------------------------------------------------------- */
.th-ph{background:linear-gradient(180deg,var(--th-tint),#fbfdff);padding:42px 0 46px;text-align:center}
.th-ph h1{max-width:860px;margin:0 auto 12px}
.th-ph p{max-width:730px;margin:0 auto;color:var(--th-dim);font-size:18px}
.th-crumb{font-size:14px;color:var(--th-dim);margin-bottom:14px}
.th-crumb i{font-style:normal;margin:0 8px;opacity:.6}
.th-by{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;font-size:14px;color:var(--th-dim);margin-top:13px}

.th-prose{max-width:800px;margin:0 auto}
.th-prose h2{margin-top:42px;font-size:25px}
.th-prose h2:first-child{margin-top:0}
.th-prose h3{margin-top:28px}
.th-prose li{font-size:18px}
.th-prose figure{margin:26px 0}
.th-prose figcaption{font-size:14px;color:var(--th-dim);text-align:center;margin-top:9px}
.th-prose img{border-radius:var(--th-r)}
.th-panel{background:var(--th-tint);border:1px solid var(--th-line);border-left:4px solid var(--th-blue);border-radius:0 var(--th-r) var(--th-r) 0;padding:22px 24px;margin:28px 0}
.th-panel h3{margin-top:0;margin-bottom:8px;font-size:18px}
.th-panel p:last-child{margin-bottom:0}
.th-panel--hot{background:#fff5ef;border-color:#ffd7c2;border-left-color:var(--th-fire)}
.th-panel--hot h3{color:var(--th-fire-2)}
.th-cta{background:var(--th-deep);border-radius:var(--th-r-l);padding:30px 32px;margin:34px 0;color:#9db8d1;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}
.th-cta h3{color:#fff;margin-bottom:6px}
.th-cta p{margin:0;font-size:16.5px;color:#9db8d1}
.th-tbl-w{overflow-x:auto;margin:26px 0;-webkit-overflow-scrolling:touch}
.th-tbl{width:100%;border-collapse:collapse;min-width:540px;font-size:16.5px;background:#fff}
.th-tbl th,.th-tbl td{padding:13px 16px;border:1px solid var(--th-line);text-align:left}
.th-tbl th{background:var(--th-deep);color:#fff;font-weight:600;font-size:15.5px}
.th-tbl tr:nth-child(even) td{background:var(--th-wash)}
.th-more{background:var(--th-wash);border:1px solid var(--th-line);border-radius:var(--th-r);padding:24px 26px;margin:36px 0 0}
.th-more h2,.th-more h3{margin-top:0;font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:var(--th-blue)}
.th-more ul{margin:0;padding-left:20px}
.th-more li{font-size:17px}
.th-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.th-cards--2{grid-template-columns:repeat(2,1fr)}
.th-card{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-r-l);padding:26px;box-shadow:var(--th-sh)}
.th-card h2,.th-card h3{margin-top:0;font-size:19px}
.th-card p:last-child{margin-bottom:0}
.th-card svg{width:28px;height:28px;stroke:var(--th-blue);fill:none;stroke-width:1.8;margin-bottom:13px}
.th-post{background:#fff;border:1px solid var(--th-line);border-radius:var(--th-r-l);padding:26px;box-shadow:var(--th-sh);transition:transform .18s ease}
.th-post:hover{transform:translateY(-3px)}
.th-post h2{font-size:19px;margin-bottom:9px}
.th-post h2 a{color:var(--th-ink)}
.th-post p{font-size:16px;color:var(--th-dim);margin-bottom:12px}

/* ---------- forms ---------------------------------------------------------------------- */
.th-form{display:grid;gap:16px;max-width:620px}
.th-form label{font-weight:600;font-size:15.5px;color:var(--th-ink);display:block;margin-bottom:6px}
.th-form input,.th-form textarea,.th-form select{width:100%;font-family:inherit;font-size:16.5px;padding:13px 15px;color:var(--th-ink);border:1px solid var(--th-line);border-radius:9px;background:#fff}
.th-form input:focus,.th-form textarea:focus,.th-form select:focus{outline:2px solid rgba(24,119,214,.35);border-color:var(--th-blue)}
.th-form textarea{min-height:150px;resize:vertical}
.th-form-fine{font-size:14.5px;color:var(--th-dim)}

/* ---------- sticky bar ------------------------------------------------------------------ */
.th-bar{position:fixed;left:0;right:0;bottom:0;z-index:75;background:rgba(8,33,56,.97);backdrop-filter:saturate(150%) blur(8px);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -8px 24px rgba(8,33,56,.24);transform:translateY(110%);transition:transform .3s ease}
.th-bar.up{transform:translateY(0)}
.th-bar-in{display:flex;align-items:center;gap:22px;padding:12px 24px}
.th-bar p{margin:0;color:#b9cfe4;font-size:15.5px;line-height:1.45}
.th-bar p b{color:#fff}
.th-bar .th-b{margin-left:auto;flex:0 0 auto;white-space:nowrap}

/* ---------- footer ------------------------------------------------------------------------ */
.th-foot{background:var(--th-deep);color:#8fabc4;padding:46px 0 24px;font-size:16px;padding-bottom:100px}
.th-foot a{color:#c2d8ec}
.th-foot a:hover{color:#fff}
.th-foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:32px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}
.th-foot-brand img{width:126px;background:#fff;padding:6px 9px;border-radius:7px;margin-bottom:10px}
.th-foot-brand p{margin:0 0 12px;font-size:14px;color:var(--th-blue-2);font-weight:600}
.th-foot-brand small{display:block;font-size:15px;color:#7d9ab5;line-height:1.6}
.th-foot h2{color:#fff;font-size:14px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.th-foot ul{list-style:none;padding:0;margin:0}
.th-foot li{margin-bottom:9px;font-size:15.5px}
.th-sub{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.th-sub input{flex:1;min-width:150px;font-family:inherit;font-size:15px;padding:11px 13px;border:1px solid rgba(255,255,255,.2);border-radius:7px;background:rgba(255,255,255,.07);color:#fff}
.th-sub input::placeholder{color:#7d9ab5}
.th-sub button{font-family:inherit;font-size:15px;font-weight:700;padding:11px 18px;border:0;border-radius:7px;background:var(--th-blue);color:#fff;cursor:pointer}
.th-sub button:hover{background:#1163b6}
.th-pay{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}
.th-pay span{font-size:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:4px 10px;color:#c2d8ec}
.th-legal{padding-top:22px;font-size:13.5px;color:#7491ac;line-height:1.6}
.th-legal p{margin-bottom:10px}
.th-legal b{color:#a8c3da}
.th-legal-end{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}

/* ---------- reveal --------------------------------------------------------------------------- */
.th-js .th-up{opacity:0;transform:translateY(15px);transition:opacity .55s ease,transform .55s ease}
.th-js .th-up.on{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .th-js .th-up{opacity:1;transform:none;transition:none}
  .th-bar{transition:none}
  .th-b:hover,.th-post:hover{transform:none}
}

/* ---------- responsive ------------------------------------------------------------------------ */
@media (max-width:1080px){
  .th-quad{grid-template-columns:1fr 1fr}
  .th-six{grid-template-columns:repeat(3,1fr);gap:26px}
  .th-split{grid-template-columns:1fr;gap:30px}
  .th-split-fig{order:-1}
  .th-price{grid-template-columns:1fr;gap:30px}
  .th-revwrap{grid-template-columns:1fr;gap:28px}
  .th-revs{grid-template-columns:1fr 1fr}
}
@media (max-width:940px){
  .th-burg{display:flex}
  .th-top-in{position:relative}
  .th-nav{position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;display:none;background:#fff;border:1px solid var(--th-line);border-top:0;border-radius:0 0 12px 12px;padding:10px 14px 16px;box-shadow:0 18px 34px rgba(13,40,70,.14)}
  .th-nav.open{display:flex}
  .th-nav a{padding:13px 12px;font-size:17px}
  .th-nav .th-b{margin:10px 0 0;justify-content:center}
  .th-hero-g{grid-template-columns:1fr;gap:30px}
  .th-hero-v{max-width:520px;margin:0 auto;width:100%}
  .th-flow{grid-template-columns:1fr;gap:22px}
  .th-flow-arrow{display:none}
  .th-faq{grid-template-columns:1fr}
  .th-trust-in{grid-template-columns:1fr 1fr}
  .th-actives{grid-template-columns:1fr}
  .th-end-in{flex-direction:column;align-items:flex-start}
  .th-end-act{margin-left:0;width:100%;text-align:left}
  .th-end-act .th-hero-fine{justify-content:flex-start}
  .th-cta{grid-template-columns:1fr;text-align:center}
  .th-foot-grid{grid-template-columns:1fr 1fr}
  .th-cards{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  body{font-size:18px}
  h1,.th-hero h1{font-size:26px}
  h2{font-size:23px}
  .th-s{padding:50px 0}
  .th-quad,.th-cards,.th-cards--2,.th-revs{grid-template-columns:1fr}
  .th-six{grid-template-columns:1fr 1fr}
  .th-foot-grid{grid-template-columns:1fr}
  .th-row{grid-template-columns:82px 1fr;gap:14px;row-gap:12px}
  .th-row-cost{grid-column:2;text-align:left}
  .th-row .th-b{grid-column:1/-1}
  .th-end h2{font-size:22px}
  .th-b{width:100%}
  .th-nav .th-b,.th-b--sm{width:auto}
  .th-hero-v{min-height:0}
  .th-hero-photo{position:relative;width:100%;height:210px;margin-bottom:-52px}
  .th-hero-pack{width:48%;margin:0 auto;position:relative}
  .th-seal{right:4px;top:auto;bottom:0;width:84px;height:84px}
  /* mobile: hide bar text, keep the button */
  .th-bar p{display:none}
  .th-bar-in{padding:10px 16px}
  .th-bar .th-b{margin-left:0;width:100%}
}
.th-tbl tbody th{background:var(--th-wash);color:var(--th-ink);font-weight:600}
