*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #090b08;
  --bg-alt: #0c0f0b;
  --panel: rgba(255,255,255,.045);
  --panel-strong: rgba(255,255,255,.07);
  --line: rgba(255,255,255,.1);
  --text: #f7f8f2;
  --muted: rgba(247,248,242,.65);
  --green: #64df79;
  --mint: #38d6a4;
  --blue: #68b8ff;
  --gold: #f1bd45;
  --pink: #f08bb5;
  --max: 1160px;
}
html { scroll-behavior: smooth; background: var(--bg); }
body {
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - var(--max)) / 2));
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(9,11,8,.86);
  backdrop-filter: blur(20px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: Sora, Inter, sans-serif;
  text-decoration: none;
}
.brand-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 9px;
}
.brand-mark img { width: 100%; height: 100%; display: block; }
.brand-copy { display: grid; gap: 1px; line-height: 1; }
.brand-copy strong { font-size: 15px; font-weight: 800; }
.brand-copy small { color: rgba(247,248,242,.46); font: 700 9px/1 Inter, sans-serif; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071009; background: var(--green); }
.button-secondary {
  border-color: var(--line);
  color: rgba(247,248,242,.84);
  background: rgba(255,255,255,.04);
}
.product-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(330px,.72fr);
  align-items: center;
  gap: clamp(42px,7vw,92px);
  padding: 62px 0 78px;
}
.eyebrow, .kicker {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: 18px; }
.product-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(44px,5.1vw,68px);
  line-height: 1;
  letter-spacing: 0;
}
.product-hero h1 span { color: var(--green); }
.hero-copy {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(17px,1.5vw,20px);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.benefit-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.benefit-pills span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(247,248,242,.58);
  font-size: 12px;
  font-weight: 700;
}
.product-frame {
  justify-self: center;
  width: min(100%,370px);
  height: 640px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 34px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}
.product-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  border-radius: 25px;
}
.page-band { padding: 88px 0; border-top: 1px solid rgba(255,255,255,.07); }
.page-band.alt { background: var(--bg-alt); }
.section-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,.62fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 34px;
}
.kicker { margin-bottom: 12px; }
.section-head h2, .story-copy h2 {
  max-width: 780px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(34px,4.5vw,54px);
  line-height: 1.04;
  letter-spacing: 0;
}
.section-head p, .story-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.feature-grid, .moment-grid, .quote-grid { display: grid; gap: 14px; }
.feature-grid { grid-template-columns: repeat(3,1fr); }
.moment-grid { grid-template-columns: repeat(4,1fr); }
.quote-grid { grid-template-columns: repeat(3,1fr); margin-top: 32px; }
.feature-card, .moment-card, .quote-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.feature-card { min-height: 265px; padding: 24px; }
.feature-index {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 8px;
  color: #071009;
  background: var(--green);
  font-weight: 900;
}
.feature-card:nth-child(2) .feature-index { background: var(--blue); }
.feature-card:nth-child(3) .feature-index { background: var(--gold); }
.feature-card h3, .moment-card h3 {
  margin-bottom: 10px;
  font-family: Sora, Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.feature-card p, .moment-card p {
  color: rgba(247,248,242,.58);
  font-size: 14px;
  line-height: 1.65;
}
.story-layout {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 52px;
  align-items: center;
}
.story-copy h2 { margin-bottom: 18px; }
.story-list { display: grid; gap: 12px; }
.story-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.story-item > b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: rgba(104,184,255,.1);
}
.story-item:nth-child(2) > b { color: var(--gold); background: rgba(241,189,69,.1); }
.story-item:nth-child(3) > b { color: var(--pink); background: rgba(240,139,181,.1); }
.story-item strong { display: block; margin-bottom: 4px; color: var(--text); font-size: 16px; }
.story-item span { color: rgba(247,248,242,.56); font-size: 13px; line-height: 1.55; }
.moment-card { min-height: 180px; padding: 20px; }
.moment-card > strong {
  display: block;
  margin-bottom: 20px;
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}
.quote-card { min-height: 180px; padding: 22px; }
.quote-card blockquote {
  margin-bottom: 22px;
  color: rgba(247,248,242,.9);
  font-family: Sora, Inter, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}
.quote-card span { color: rgba(247,248,242,.44); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.faq-list { display: grid; gap: 10px; max-width: 860px; margin: 34px auto 0; }
.faq-list details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.faq-list summary { color: var(--text); font-weight: 800; cursor: pointer; }
.faq-list p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.trust-link { margin-top: 24px; color: rgba(247,248,242,.58); font-size: 13px; text-align: center; }
.trust-link a { color: var(--green); font-weight: 800; }
.related-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.related-links a {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: rgba(247,248,242,.62);
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.final-cta { padding: 90px 0; border-top: 1px solid rgba(255,255,255,.07); text-align: center; }
.final-cta h2 {
  max-width: 820px;
  margin: 0 auto 18px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(38px,5vw,60px);
  line-height: 1.04;
}
.final-cta p { max-width: 640px; margin: 0 auto 26px; color: var(--muted); font-size: 17px; }
.site-footer {
  padding: 30px max(24px, calc((100% - var(--max)) / 2));
  border-top: 1px solid rgba(255,255,255,.08);
  color: #7e887f;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-bottom: 14px; font-size: 13px; }
.footer-links a { color: #9ca89e; text-decoration: none; }
.footer-links a:first-child { color: var(--green); font-weight: 800; }
.site-footer p { color: #5e665f; font-size: 12px; }
@media (max-width: 900px) {
  .product-hero, .section-head, .story-layout { grid-template-columns: 1fr; }
  .product-hero { min-height: auto; }
  .product-frame { width: min(100%,340px); height: 560px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .moment-grid { grid-template-columns: repeat(2,1fr); }
  .quote-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-nav { min-height: 64px; padding-inline: 14px; }
  .shell { width: calc(100% - 28px); }
  .product-hero { gap: 30px; padding: 38px 0 42px; }
  .product-hero h1 { font-size: 42px; }
  .hero-copy { font-size: 15px; line-height: 1.6; }
  .hero-actions .button { width: 100%; }
  .benefit-pills span:nth-child(3) { display: none; }
  .product-frame { width: min(100%,300px); height: 330px; padding: 7px; }
  .page-band, .final-cta { padding: 44px 0; }
  .section-head { gap: 16px; margin-bottom: 24px; }
  .section-head h2, .story-copy h2 { font-size: 34px; }
  .feature-card { padding: 19px; }
  .feature-index { margin-bottom: 16px; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card, .quote-card { min-height: auto; }
  .final-cta h2 { font-size: 38px; }
}
@media (min-width: 360px) and (max-width: 600px) {
  .moment-grid { grid-template-columns: 1fr 1fr; }
  .moment-card { padding: 16px; }
  .moment-card h3 { font-size: 16px; }
  .moment-card p { font-size: 12px; line-height: 1.5; }
}
