:root {
  --tp-graphite: #171b22;
  --tp-navy: #102a43;
  --tp-ivory: #f7f4ec;
  --tp-cyan: #21b6c7;
  --tp-sand: #d89b55;
  --tp-ink: #14202b;
  --tp-muted: #52606d;
  --tp-white: #fff;
  --tp-line: rgba(16, 42, 67, .14);
  --tp-shadow: 0 22px 70px rgba(16, 42, 67, .16);
  --tp-radius: 1.5rem;
  --tp-focus: 0 0 0 4px rgba(33, 182, 199, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--tp-ivory); color: var(--tp-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 92% 8%, rgba(33, 182, 199, .11), transparent 24rem); z-index: -1; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
:focus-visible { outline: 2px solid var(--tp-cyan); outline-offset: 3px; box-shadow: var(--tp-focus); }
.tp-shell { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.tp-skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .8rem 1rem; border-radius: .6rem; }
.tp-skip:focus { top: 1rem; }
.tp-trustbar { background: var(--tp-graphite); color: #fff; }
.tp-trustbar .tp-shell { min-height: 2.75rem; display: flex; justify-content: center; gap: 1.8rem; align-items: center; font-size: .83rem; font-weight: 750; letter-spacing: .02em; }
.tp-trustbar span { display: inline-flex; gap: .45rem; align-items: center; }
.tp-trustbar span::before { content: "✓"; color: var(--tp-cyan); }
.tp-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--tp-line); background: rgba(247, 244, 236, .92); backdrop-filter: blur(16px); }
.tp-header-row { min-height: 4.65rem; display: flex; align-items: center; gap: 2rem; }
.tp-brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-size: 1.3rem; font-weight: 850; letter-spacing: -.04em; }
.tp-brand::before { content: ""; width: 1.05rem; aspect-ratio: 1; border-radius: .32rem .7rem .32rem .7rem; background: linear-gradient(135deg, var(--tp-cyan), #6ee7f0); box-shadow: .55rem -.22rem 0 -.22rem var(--tp-sand); }
.tp-nav { margin-left: auto; display: flex; gap: 1.3rem; align-items: center; font-size: .92rem; font-weight: 700; }
.tp-nav a { text-decoration: none; color: var(--tp-muted); }
.tp-nav a:hover { color: var(--tp-ink); }
.tp-button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .55rem; padding: .8rem 1.25rem; border: 0; border-radius: .9rem; background: var(--tp-cyan); color: #08252d; text-decoration: none; font-weight: 850; cursor: pointer; box-shadow: 0 12px 28px rgba(33, 182, 199, .2); transition: transform .18s ease, box-shadow .18s ease; }
.tp-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(33, 182, 199, .28); }
.tp-button-small { min-height: 2.7rem; padding: .62rem 1rem; }
.tp-hero { position: relative; overflow: hidden; background: var(--tp-navy); color: #fff; }
.tp-hero::after { content: ""; position: absolute; inset: auto -12rem -18rem auto; width: 34rem; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.018); }
.tp-hero-grid { min-height: 720px; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-block: clamp(4rem, 8vw, 7rem); position: relative; z-index: 1; }
.tp-eyebrow { margin: 0 0 .8rem; color: #8debf1; font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 12ch; margin-bottom: 1.1rem; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .96; letter-spacing: -.065em; }
.tp-lead { max-width: 58ch; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.7vw, 1.24rem); }
.tp-price { display: flex; align-items: baseline; gap: .7rem; margin: 1.6rem 0; }
.tp-price strong { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.05em; }
.tp-price span { color: rgba(255,255,255,.7); font-size: .9rem; }
.tp-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.tp-hero-note { color: rgba(255,255,255,.7); font-size: .88rem; }
.tp-hero-media { position: relative; }
.tp-hero-media img { width: 100%; height: auto; border-radius: 1.8rem; box-shadow: 0 34px 100px rgba(0,0,0,.38); aspect-ratio: 3/2; object-fit: cover; }
.tp-product-tag { position: absolute; right: -1rem; bottom: 1rem; width: min(15rem, 55%); padding: 1rem; border: 1px solid rgba(255,255,255,.32); border-radius: 1rem; background: rgba(23,27,34,.86); backdrop-filter: blur(12px); font-size: .84rem; }
.tp-product-tag strong { display: block; color: #fff; font-size: 1.02rem; }
.tp-section { padding-block: clamp(4rem, 8vw, 7rem); }
.tp-section-white { background: #fff; }
.tp-section-dark { background: var(--tp-graphite); color: #fff; }
.tp-section-head { max-width: 760px; margin-bottom: 2.5rem; }
.tp-kicker { margin-bottom: .6rem; color: #0b8190; font-size: .78rem; font-weight: 850; letter-spacing: .15em; }
.tp-section-dark .tp-kicker { color: #8debf1; }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.04; letter-spacing: -.055em; }
h3 { font-size: 1.2rem; line-height: 1.25; }
.tp-section-head > p:last-child, .tp-copy { color: var(--tp-muted); }
.tp-section-dark .tp-section-head > p:last-child, .tp-section-dark .tp-copy { color: rgba(255,255,255,.7); }
.tp-benefit-grid, .tp-steps, .tp-included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.tp-card { padding: 1.6rem; border: 1px solid var(--tp-line); border-radius: var(--tp-radius); background: #fff; box-shadow: 0 16px 48px rgba(16, 42, 67, .07); }
.tp-card-number { display: grid; width: 2.3rem; aspect-ratio: 1; place-items: center; margin-bottom: 1.3rem; border-radius: .75rem; background: rgba(33,182,199,.14); color: #0b7180; font-weight: 900; }
.tp-card p { margin-bottom: 0; color: var(--tp-muted); }
.tp-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.tp-story-reverse { grid-template-columns: .9fr 1.1fr; }
.tp-story-reverse .tp-story-media { order: 2; }
.tp-story-media { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--tp-radius); box-shadow: var(--tp-shadow); }
.tp-point-list { padding: 0; margin: 1.5rem 0 0; list-style: none; display: grid; gap: .75rem; }
.tp-point-list li { position: relative; padding-left: 1.8rem; }
.tp-point-list li::before { content: "✓"; position: absolute; left: 0; color: var(--tp-cyan); font-weight: 900; }
.tp-step { position: relative; padding: 1.6rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--tp-radius); background: rgba(255,255,255,.055); }
.tp-step span { display: block; margin-bottom: 2.6rem; color: var(--tp-cyan); font-size: 2rem; font-weight: 900; }
.tp-step p { color: rgba(255,255,255,.68); margin-bottom: 0; }
.tp-included-card { text-align: center; }
.tp-included-card span { display: grid; width: 3rem; aspect-ratio: 1; place-items: center; margin: 0 auto 1rem; border-radius: 50%; background: var(--tp-navy); color: #fff; }
.tp-limit { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; padding: clamp(1.6rem, 4vw, 2.8rem); border: 1px solid rgba(216,155,85,.38); border-radius: var(--tp-radius); background: #fff8ed; }
.tp-limit-icon { display: grid; width: 3.2rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #ffe0b7; font-weight: 900; }
.tp-limit p { color: #68533d; margin-bottom: 0; }
.tp-order-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.tp-order-copy { position: sticky; top: 7rem; }
.tp-order-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(1.35rem, 4vw, 2.2rem); border-radius: var(--tp-radius); background: #fff; color: var(--tp-ink); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.tp-field { display: grid; gap: .45rem; font-size: .88rem; font-weight: 760; }
.tp-field-wide, .tp-consent, .tp-submit, .tp-form-status { grid-column: 1 / -1; }
.tp-field input { width: 100%; min-height: 3.25rem; border: 1px solid #c8d1d8; border-radius: .75rem; padding: .75rem .9rem; background: #fff; color: var(--tp-ink); }
.tp-field input:focus { border-color: var(--tp-cyan); outline: none; box-shadow: var(--tp-focus); }
.tp-consent { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; color: var(--tp-muted); font-size: .78rem; }
.tp-consent input { width: 1.1rem; height: 1.1rem; margin-top: .18rem; accent-color: var(--tp-cyan); }
.tp-form-status { min-height: 1.6rem; margin: 0; font-size: .88rem; color: #8a3b0b; }
.tp-faqs { display: grid; gap: .75rem; }
.tp-faqs details { border: 1px solid var(--tp-line); border-radius: 1rem; background: #fff; }
.tp-faqs summary { cursor: pointer; padding: 1.1rem 3.5rem 1.1rem 1.25rem; font-weight: 820; list-style: none; position: relative; }
.tp-faqs summary::-webkit-details-marker { display: none; }
.tp-faqs summary::after { content: "+"; position: absolute; right: 1.25rem; top: .9rem; color: var(--tp-cyan); font-size: 1.4rem; }
.tp-faqs details[open] summary::after { content: "−"; }
.tp-faqs details p { padding: 0 1.25rem 1.25rem; color: var(--tp-muted); margin: 0; }
.tp-footer { padding: 2rem 0 8rem; border-top: 1px solid var(--tp-line); background: #fff; }
.tp-footer-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; font-size: .85rem; color: var(--tp-muted); }
.tp-sticky { position: fixed; left: 50%; bottom: .75rem; z-index: 50; width: min(740px, calc(100% - 1rem)); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem .75rem .7rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; background: rgba(23,27,34,.94); color: #fff; backdrop-filter: blur(16px); box-shadow: 0 15px 45px rgba(0,0,0,.28); }
.tp-sticky strong { display: block; }
.tp-sticky span { color: rgba(255,255,255,.65); font-size: .78rem; }
.tp-thank { min-height: calc(100vh - 6rem); display: grid; place-items: center; padding-block: 4rem 8rem; background: linear-gradient(135deg, var(--tp-navy), var(--tp-graphite)); color: #fff; }
.tp-thank-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: center; }
.tp-thank-card { padding: clamp(1.4rem, 4vw, 2.4rem); border-radius: var(--tp-radius); background: #fff; color: var(--tp-ink); box-shadow: var(--tp-shadow); }
.tp-summary { display: grid; grid-template-columns: auto 1fr; gap: .7rem 1rem; margin: 0 0 1.5rem; }
.tp-summary dt { color: var(--tp-muted); }
.tp-summary dd { margin: 0; font-weight: 750; text-align: right; }

@media (max-width: 900px) {
  .tp-nav { display: none; }
  .tp-hero-grid, .tp-story, .tp-story-reverse, .tp-order-grid, .tp-thank-grid { grid-template-columns: 1fr; }
  .tp-hero-grid { min-height: 0; }
  .tp-hero-copy { order: 1; }
  .tp-hero-media { order: 2; }
  .tp-story-reverse .tp-story-media { order: initial; }
  .tp-benefit-grid, .tp-steps, .tp-included-grid { grid-template-columns: 1fr; }
  .tp-order-copy { position: static; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .tp-shell { width: min(100% - 1.15rem, 1180px); }
  .tp-trustbar .tp-shell { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .tp-header-row { min-height: 4rem; }
  .tp-button-small { display: none; }
  .tp-hero-grid { padding-block: 3.5rem; }
  .tp-product-tag { right: .6rem; bottom: .6rem; }
  .tp-order-form { grid-template-columns: 1fr; }
  .tp-field, .tp-field-wide, .tp-consent, .tp-submit, .tp-form-status { grid-column: 1; }
  .tp-limit { grid-template-columns: 1fr; }
  .tp-sticky > div { max-width: 48%; }
  .tp-sticky .tp-button { min-height: 2.9rem; padding: .7rem .9rem; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
