﻿:root {
  --ink: #13332d;
  --deep: #0d2b25;
  --green: #1c6a57;
  --mint: #79e4bd;
  --pale: #e7f5ed;
  --cream: #f8f6ef;
  --paper: #fffdf8;
  --muted: #61756f;
  --line: rgba(19, 51, 45, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 800; letter-spacing: -0.04em; }
.bolt-mark { width: 34px; height: 34px; border-radius: 10px; display: inline-grid; place-items: center; background: var(--deep); flex: 0 0 auto; }
.bolt-mark span { width: 15px; height: 22px; background: var(--mint); clip-path: polygon(57% 0, 6% 57%, 44% 57%, 30% 100%, 95% 39%, 56% 39%); }
.site-header nav { display: flex; gap: 32px; font-size: 14px; color: #45635b; }
.site-header nav a:hover, .legal-links a:hover { color: var(--green); }
.header-cta { border: 1px solid var(--line); border-radius: 999px; padding: 11px 18px; font-size: 13px; font-weight: 700; background: white; }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 64px;
  padding: 70px 0 90px;
}
.eyebrow { margin: 0 0 20px; color: var(--green); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
h1 em { color: var(--green); font-weight: 500; }
.hero-lead { max-width: 630px; font-size: 19px; line-height: 1.7; color: var(--muted); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-actions > span { color: var(--muted); font-size: 13px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 999px; background: var(--deep); color: white; font-weight: 700; box-shadow: 0 14px 30px rgba(13, 43, 37, .17); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(13, 43, 37, .22); }
.trust-row { display: flex; gap: 25px; margin-top: 42px; color: #587069; font-size: 13px; flex-wrap: wrap; }
.trust-row span { display: inline-flex; gap: 8px; align-items: center; }
.trust-row i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px var(--pale); }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(28, 106, 87, .17); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 360px; height: 360px; border-color: rgba(28, 106, 87, .1); }
.phone { width: 270px; min-height: 535px; padding: 24px 22px; position: relative; z-index: 2; border: 8px solid var(--deep); border-radius: 42px; background: #f9fcfa; box-shadow: 0 35px 70px rgba(17, 54, 46, .25); text-align: center; }
.phone::before { content: ''; display: block; width: 70px; height: 7px; border-radius: 9px; margin: -10px auto 25px; background: var(--deep); }
.phone-top { display: flex; justify-content: space-between; font-size: 10px; color: var(--muted); letter-spacing: .08em; }
.phone-top b { color: var(--green); }
.session-ring { width: 174px; height: 174px; margin: 34px auto 24px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--green) 0 77%, #d7e9e1 77% 100%); position: relative; }
.session-ring::after { content: ''; position: absolute; inset: 10px; border-radius: 50%; background: #f9fcfa; }
.session-ring div { position: relative; z-index: 1; display: flex; flex-direction: column; }
.session-ring strong { font-family: Georgia, serif; font-size: 55px; line-height: 1; font-weight: 500; }
.session-ring span { margin-top: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.phone > p { color: var(--muted); font-size: 13px; }
.wave { height: 56px; display: flex; gap: 5px; justify-content: center; align-items: center; }
.wave span { width: 4px; border-radius: 9px; background: var(--green); opacity: .72; }
.phone button { width: 54px; height: 54px; border: 0; border-radius: 50%; margin: 18px auto; display: grid; place-items: center; background: var(--deep); cursor: pointer; }
.play { margin-left: 4px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid white; }
.rounds { display: flex; justify-content: center; gap: 18px; margin-top: 15px; }
.rounds span, .rounds b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; font-size: 11px; font-weight: 700; }
.rounds b { background: var(--pale); color: var(--green); }.rounds span { color: #92a39e; }
.floating-note { z-index: 3; position: absolute; display: flex; align-items: center; gap: 10px; background: white; border: 1px solid var(--line); border-radius: 16px; padding: 14px 17px; box-shadow: 0 14px 35px rgba(20, 57, 49, .12); }
.floating-note b { font-family: Georgia, serif; font-size: 28px; color: var(--green); }.floating-note span { font-size: 11px; line-height: 1.25; max-width: 66px; color: var(--muted); }
.note-one { left: 0; top: 27%; }.note-two { right: -8px; bottom: 19%; }

.intro { padding: 100px max(30px, calc((100vw - 1180px) / 2)); background: var(--cream); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.06; letter-spacing: -.045em; font-weight: 500; }
.intro h2 { margin-bottom: 0; max-width: 470px; }.intro > p { max-width: 610px; color: var(--muted); line-height: 1.85; font-size: 17px; margin: 0; }
.feature-grid { padding: 0 max(30px, calc((100vw - 1180px) / 2)) 110px; background: var(--cream); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.feature-grid article { background: var(--paper); padding: 40px 34px; border-top: 3px solid transparent; transition: border-color .2s ease, transform .2s ease; }.feature-grid article:hover { border-color: var(--mint); transform: translateY(-3px); }
.feature-grid article > span { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; }.feature-grid h3 { margin: 35px 0 14px; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }.feature-grid p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }

.protocol-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.protocol-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); line-height: 1.75; }.protocol-list { margin-top: 42px; border-top: 1px solid var(--line); }
.protocol-list div { min-height: 58px; display: grid; grid-template-columns: 45px 1fr 80px; align-items: center; border-bottom: 1px solid var(--line); }.protocol-list span { font-size: 11px; color: #8ba099; }.protocol-list b { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }.protocol-list i { height: 2px; background: var(--pale); position: relative; }.protocol-list i::after { content: ''; position: absolute; inset: 0; width: 35%; background: var(--mint); }
.steps-card { background: var(--deep); color: white; border-radius: 34px; padding: 42px; box-shadow: 0 25px 55px rgba(13, 43, 37, .2); }.steps-card > p { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--mint); font-weight: 800; }.steps-card ol { list-style: none; padding: 0; margin: 35px 0 0; }.steps-card li { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }.steps-card li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(121,228,189,.45); color: var(--mint); font-size: 12px; }.steps-card b, .steps-card small { display: block; }.steps-card b { margin-bottom: 6px; }.steps-card small { color: #b8cbc5; line-height: 1.5; }

.safety { padding: 92px max(30px, calc((100vw - 1180px) / 2)); background: var(--pale); display: grid; grid-template-columns: 90px .8fr 1fr; gap: 50px; align-items: center; }.safety-mark { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: var(--deep); color: var(--mint); font-family: Georgia, serif; font-size: 45px; font-weight: 300; }.safety h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 54px); }.safety-copy p { color: #48635b; line-height: 1.75; }.safety-copy .disclaimer { padding-top: 18px; margin: 18px 0 0; border-top: 1px solid rgba(19,51,45,.16); font-size: 12px; font-weight: 700; }

.privacy-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }.privacy-points article { padding: 24px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 150px 1fr; gap: 30px; }.privacy-points b { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }.privacy-points p { color: var(--muted); line-height: 1.7; margin: 0; font-size: 14px; }
.faq { padding: 110px max(30px, calc((100vw - 1180px) / 2)); background: var(--cream); display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 23px 36px 23px 0; cursor: pointer; font-weight: 700; list-style: none; position: relative; }.faq-list summary::after { content: '+'; position: absolute; right: 4px; font-size: 23px; color: var(--green); font-weight: 400; top: 17px; }.faq-list details[open] summary::after { content: '−'; }.faq-list p { margin: -4px 0 24px; padding-right: 45px; color: var(--muted); line-height: 1.7; font-size: 14px; }

.web-subscription { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 105px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.web-subscription h2 { margin-bottom: 0; }.web-subscription > div:last-child p { color: var(--muted); line-height: 1.8; margin-bottom: 28px; }

.closing { text-align: center; padding: 120px 20px; background: var(--deep); color: white; }.bolt-mark.large { width: 60px; height: 60px; border: 1px solid rgba(121,228,189,.25); margin: 0 auto 35px; }.bolt-mark.large span { width: 22px; height: 32px; }.closing .eyebrow { color: var(--mint); }.closing h2 { max-width: 720px; margin: 0 auto 24px; font-size: clamp(48px, 6vw, 78px); }.closing > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 32px; color: #b9cdc6; line-height: 1.7; }.soon-pill { display: inline-flex; align-items: center; min-height: 42px; padding: 0 20px; border: 1px solid rgba(121,228,189,.35); border-radius: 999px; color: var(--mint); font-weight: 700; font-size: 13px; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 52px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }.footer-brand { font-size: 19px; }.bolt-mark.small { width: 29px; height: 29px; border-radius: 8px; }.bolt-mark.small span { width: 12px; height: 18px; }footer > p { margin: 0; color: var(--muted); font-size: 13px; text-align: right; }.legal-links { display: flex; gap: 23px; font-size: 12px; color: var(--muted); }.company { display: flex; justify-content: flex-end; align-items: center; gap: 14px; color: var(--muted); font-size: 10px; line-height: 1.5; }.company img { width: 82px; height: auto; max-height: 42px; object-fit: contain; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }.hero-copy { text-align: center; }.hero-lead { margin-left: auto; margin-right: auto; }.hero-actions, .trust-row { justify-content: center; }.hero-visual { min-height: 600px; }
  .intro, .protocol-section, .privacy-section, .faq, .web-subscription { grid-template-columns: 1fr; gap: 45px; }.intro { align-items: start; }.feature-grid { grid-template-columns: 1fr; gap: 10px; }.safety { grid-template-columns: 72px 1fr; }.safety-copy { grid-column: 2; }.steps-card { max-width: 600px; }
}

@media (max-width: 600px) {
  .site-header { width: calc(100% - 28px); }.header-cta { padding: 9px 13px; font-size: 11px; }.brand { font-size: 19px; }
  .hero, .protocol-section, .privacy-section, .web-subscription, footer { width: calc(100% - 30px); }.hero { gap: 25px; padding-bottom: 60px; }.hero-actions { flex-direction: column; gap: 15px; }.trust-row { gap: 14px; }.hero-visual { transform: scale(.88); margin: -30px -20px; }.note-one { left: -12px; }.note-two { right: -12px; }
  .intro, .feature-grid, .safety, .faq { padding-left: 20px; padding-right: 20px; }.intro, .protocol-section, .privacy-section, .faq { padding-top: 80px; padding-bottom: 80px; }.feature-grid { padding-bottom: 80px; }.feature-grid article { padding: 32px 26px; }.steps-card { padding: 32px 25px; }.safety { grid-template-columns: 1fr; gap: 25px; }.safety-mark { width: 58px; height: 58px; }.safety-copy { grid-column: 1; }.privacy-points article { grid-template-columns: 1fr; gap: 10px; }.closing { padding: 90px 20px; }
  footer { grid-template-columns: 1fr; text-align: left; }footer > p { text-align: left; }.company { justify-content: flex-start; }
}

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