:root {
  --ink: #17202a;
  --muted: #63707c;
  --paper: #f6f7f8;
  --white: #ffffff;
  --wine: #7c1f32;
  --wine-dark: #4b101f;
  --red: #c93b45;
  --rose: #f4e6e9;
  --navy: #142c3d;
  --gold: #d4aa63;
  --line: #dfe4e8;
  --shadow: 0 28px 70px rgba(28, 38, 47, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.emergency-bar { background: var(--navy); color: #fff; font-size: 13px; }
.emergency-inner { display: flex; gap: 10px; align-items: center; justify-content: center; min-height: 36px; }
.emergency-inner p { margin: 0; }
.emergency-dot { width: 7px; height: 7px; border-radius: 50%; background: #f3c36a; box-shadow: 0 0 0 4px rgba(243,195,106,.14); flex: 0 0 auto; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(223,228,232,.9); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; color: var(--wine); }
.brand-mark svg { width: 100%; height: 100%; }
.brand span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.brand b { font-family: "Prata", Georgia, serif; font-size: 22px; letter-spacing: -.4px; color: var(--wine-dark); }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1.25px; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { text-decoration: none; color: #45515c; font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--wine); }
.header-cta { text-decoration: none; color: var(--white); background: var(--wine); border-radius: 8px; padding: 11px 18px; font-size: 14px; font-weight: 800; }

.hero { min-height: 690px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 82% 24%, rgba(202,59,69,.1), transparent 26%), linear-gradient(115deg, #fff 0%, #fff 55%, #f8eff1 55%, #f7e8eb 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: center; padding-block: 74px 82px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--wine); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow-light { color: #efc5cd; }
h1, h2 { font-family: "Prata", Georgia, serif; font-weight: 400; letter-spacing: -.025em; line-height: 1.12; }
h1 { margin: 22px 0 24px; font-size: clamp(44px, 5.4vw, 74px); max-width: 760px; }
h1 em { color: var(--wine); font-style: normal; }
h2 { margin: 16px 0 22px; font-size: clamp(35px, 4vw, 54px); }
h3 { line-height: 1.3; }
.hero-lead { max-width: 660px; margin: 0; font-size: 18px; color: #53606b; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 23px; border-radius: 8px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--wine), #a32a41); box-shadow: 0 15px 30px rgba(124,31,50,.22); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(124,31,50,.3); }
.button-outline { border: 1px solid #c9d0d5; background: #fff; color: var(--wine); }
.button-light { background: #fff; color: var(--wine-dark); box-shadow: 0 15px 30px rgba(14,22,29,.18); }
.button-large { min-height: 62px; padding-inline: 30px; flex: 0 0 auto; }
.text-link { font-weight: 800; text-underline-offset: 5px; text-decoration-color: #bdc5ca; }
.hero-points { list-style: none; padding: 0; margin: 43px 0 0; display: flex; gap: 24px; color: #49555f; font-size: 13px; font-weight: 700; }
.hero-points li { display: grid; grid-template-columns: auto 1fr; gap: 9px; max-width: 150px; line-height: 1.35; }
.hero-points span { color: var(--wine); font-size: 11px; letter-spacing: 1px; }

.hero-visual { position: relative; min-height: 530px; }
.product-stage { position: absolute; right: -16%; bottom: -5%; width: 92%; z-index: 1; }
.product-stage img { position: relative; z-index: 2; width: 100%; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 35px 35px rgba(59,21,31,.2)); }
.stage-halo { position: absolute; inset: 15% 10% 10% 10%; border-radius: 50%; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.2)); border: 1px solid rgba(124,31,50,.09); }
.stage-halo::before, .stage-halo::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(124,31,50,.09); }
.stage-halo::before { inset: -35px; }
.stage-halo::after { inset: -70px; }
.pulse-card { position: absolute; top: 12px; left: -8px; width: 235px; z-index: 4; padding: 22px; background: rgba(255,255,255,.94); border: 1px solid rgba(124,31,50,.12); border-radius: 14px; box-shadow: var(--shadow); }
.pulse-card > span { font-size: 12px; color: var(--muted); font-weight: 700; }
.reading { display: flex; align-items: baseline; gap: 5px; margin-top: 5px; line-height: 1; }
.reading strong { font-size: 50px; color: var(--wine); }
.reading b { font-size: 28px; color: #5f6870; }
.reading i { font-size: 22px; color: #aeb6bc; font-style: normal; }
.pulse-card small { color: var(--muted); }
.pulse-card p { margin: 13px 0 0; padding-top: 13px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.5; color: #58636d; }
.pulse-line { height: 25px; margin-top: 12px; overflow: hidden; position: relative; }
.pulse-line::before { content: ""; position: absolute; inset: 50% 0 auto; border-top: 1px solid #e8cbd1; }
.pulse-line span { display: block; width: 100%; height: 100%; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='25' viewBox='0 0 210 25'%3E%3Cpath d='M0 13h53l7-1 5-9 8 19 8-16 8 7h121' fill='none' stroke='%237c1f32' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.product-label { position: absolute; right: 5%; bottom: 11%; z-index: 3; display: flex; flex-direction: column; padding: 13px 16px; border-left: 3px solid var(--gold); background: rgba(20,44,61,.9); color: #fff; box-shadow: 0 16px 30px rgba(20,44,61,.18); }
.product-label b { font-family: "Prata", Georgia, serif; font-size: 18px; }
.product-label span { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #dbe3e8; }

.signal-section { padding: 105px 0; background: var(--navy); color: #fff; }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { color: #bdc9d1; font-size: 17px; margin: 0 0 4px; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.signal-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); }
.signal-card.card-accent { background: var(--wine); border-color: var(--wine); }
.signal-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #f3ced5; font-size: 22px; }
.signal-card h3 { margin: auto 0 13px; font-size: 22px; }
.signal-card p { margin: 0; color: #becbd3; font-size: 15px; }
.card-accent p { color: #f1dce0; }

.routine-section { padding: 105px 0; background: var(--paper); }
.routine-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: start; }
.routine-intro { position: sticky; top: 120px; }
.routine-intro > p { color: var(--muted); font-size: 17px; margin-bottom: 28px; }
.routine-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid #cfd6da; }
.routine-list li { display: grid; grid-template-columns: 66px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid #cfd6da; }
.routine-list li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #c7a2aa; color: var(--wine); font-family: "Prata", Georgia, serif; font-size: 18px; }
.routine-list h3 { margin: 0 0 6px; font-size: 20px; }
.routine-list p { margin: 0; color: var(--muted); }

.support-section { padding: 105px 0; overflow: hidden; }
.support-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 92px; align-items: center; }
.support-product { min-height: 570px; position: relative; display: grid; place-items: center; background: linear-gradient(145deg, #f7ecee, #f3f4f5); border-radius: 3px; }
.support-product::before { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid #e1c7cc; border-radius: 50%; }
.support-product img { position: relative; width: 92%; z-index: 2; filter: drop-shadow(0 30px 30px rgba(64,32,39,.18)); }
.mini-badge { position: absolute; left: 24px; top: 24px; z-index: 3; padding: 7px 12px; background: #fff; border: 1px solid #e0d1d4; color: var(--wine); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.3px; }
.large-copy { font-size: 18px; color: #596671; }
.support-notes { display: grid; gap: 16px; margin: 27px 0; }
.support-notes > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.support-notes p { margin: 0; color: var(--muted); }
.support-notes b { color: var(--ink); }
.check { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-weight: 800; }
.notice { padding: 17px 20px; margin: 28px 0; border-left: 4px solid var(--gold); background: #f7f1e7; color: #4f4b43; }

.certificate-section { padding: 105px 0; background: linear-gradient(135deg, var(--wine-dark), #7b2033 56%, #8f2d42); color: #fff; overflow: hidden; }
.certificate-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.certificate-preview { max-width: 370px; justify-self: center; position: relative; padding: 13px; background: #fff; box-shadow: 0 34px 65px rgba(20,10,14,.35); transform: rotate(-1.5deg); transition: transform .25s ease; }
.certificate-preview:hover { transform: rotate(0deg) translateY(-4px); }
.certificate-preview img { width: 100%; }
.certificate-preview span { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); white-space: nowrap; padding: 9px 14px; border-radius: 6px; background: rgba(20,44,61,.9); color: #fff; font-size: 12px; font-weight: 800; }
.certificate-copy > p { color: #efdfe2; font-size: 17px; max-width: 660px; }
.certificate-data { margin: 34px 0; border-top: 1px solid rgba(255,255,255,.18); }
.certificate-data > div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.certificate-data dt { color: #ddb7be; }
.certificate-data dd { margin: 0; font-weight: 800; }
.certificate-footnote { margin-top: 22px; font-size: 12px !important; color: #d9bbc2 !important; }

.faq-section { padding: 105px 0; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-heading h2 { margin-bottom: 14px; }
.faq-heading p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-weight: 800; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--rose); color: var(--wine); font-size: 21px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 52px 23px 0; color: var(--muted); }

.final-section { padding: 0 0 90px; }
.final-card { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding: 56px 62px; background: var(--navy); color: #fff; box-shadow: 0 25px 60px rgba(20,44,61,.16); }
.final-card h2 { max-width: 760px; font-size: clamp(34px, 3.6vw, 49px); margin-bottom: 15px; }
.final-card p { margin: 0; color: #c3ced5; max-width: 710px; }

footer { padding: 34px 0 100px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 240px 1fr; gap: 55px; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand b { font-family: "Prata", Georgia, serif; color: var(--wine); font-size: 21px; }
.footer-brand span { color: var(--muted); font-size: 11px; }
.footer-grid > p { margin: 0; color: #7a858e; font-size: 12px; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; background: linear-gradient(180deg, #fff 0%, #fff 54%, #f7e8eb 54%); }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; padding-block: 56px 50px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 520px; }
  .product-stage { width: 66%; right: 2%; }
  .pulse-card { left: 5%; top: 55px; }
  .split-heading, .routine-grid, .support-grid, .certificate-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .routine-intro { position: static; }
  .support-product { min-height: 500px; }
  .support-product img { width: min(560px, 90%); }
  .certificate-preview { grid-row: 2; }
  .final-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, 1180px); }
  .emergency-inner { padding: 8px 0; align-items: flex-start; }
  .emergency-inner p { line-height: 1.45; }
  .nav-wrap { height: 68px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand b { font-size: 19px; }
  .brand small { display: none; }
  .header-cta { display: none; }
  .hero-grid { padding-top: 42px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  h2 { font-size: clamp(32px, 9vw, 43px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .text-link { text-align: center; }
  .hero-points { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .hero-points li { max-width: none; }
  .hero-visual { min-height: 410px; }
  .product-stage { width: 100%; right: -12%; bottom: -11%; }
  .pulse-card { width: 190px; left: 0; top: 6px; padding: 17px; }
  .reading strong { font-size: 40px; }
  .product-label { display: none; }
  .signal-section, .routine-section, .support-section, .certificate-section, .faq-section { padding: 76px 0; }
  .split-heading { gap: 20px; margin-bottom: 34px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-card { min-height: 250px; }
  .routine-list li { grid-template-columns: 48px 1fr; gap: 13px; }
  .routine-list li > span { width: 40px; height: 40px; }
  .support-product { min-height: 380px; }
  .certificate-data > div { grid-template-columns: 1fr; gap: 3px; }
  .certificate-preview { width: 84%; }
  .final-section { padding-bottom: 60px; }
  .final-card { width: 100%; padding: 45px 23px; gap: 34px; }
  .button-large { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  footer { padding-bottom: 35px; }
  .mobile-cta { position: fixed; z-index: 40; display: grid; place-items: center; left: 12px; right: 12px; bottom: 10px; min-height: 52px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--wine), #a32a41); box-shadow: 0 12px 30px rgba(73,16,31,.35); text-decoration: none; font-weight: 800; }
}

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