:root {
  --bg: #fcf8f3;
  --paper: #fffdf9;
  --ink: #231d19;
  --muted: #766961;
  --accent: #c94a24;
  --accent-dark: #a63a1c;
  --sage: #697950;
  --line: #e7ddd4;
  --dark: #211d1b;
  --dark-card: #302925;
  --shadow: 0 24px 60px rgba(68, 35, 23, .15);
  color: var(--ink);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header { width: min(1180px, calc(100% - 48px)); min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 800; letter-spacing: -.05em; }
.wordmark-icon { width: 34px; height: 34px; border-radius: 11px; box-shadow: 0 4px 12px rgba(201,74,36,.18); }
nav { display: flex; align-items: center; gap: 27px; color: var(--muted); font-size: .88rem; font-weight: 650; }
nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--accent); }
.nav-cta { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.54); }
.hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr); align-items: center; gap: clamp(40px, 8vw, 120px); padding-block: 92px 104px; }
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: .7rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 630px; margin-bottom: 24px; font-size: clamp(3.65rem, 7vw, 6.6rem); line-height: .9; letter-spacing: -.085em; }
h2 { margin-bottom: 16px; font-size: clamp(2.25rem, 4.8vw, 4.2rem); line-height: .98; letter-spacing: -.07em; }
h3 { margin-bottom: 12px; font-size: clamp(1.6rem, 2.4vw, 2.25rem); line-height: 1.03; letter-spacing: -.055em; }
.hero-lede { max-width: 550px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.47; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 53px; padding-inline: 22px; border-radius: 16px; font-weight: 800; }
.button-primary { color: #fff; background: var(--accent); box-shadow: 0 12px 26px rgba(201,74,36,.22); }
.button-primary:hover { background: var(--accent-dark); }
.button-light { color: var(--accent); background: #fff; box-shadow: 0 12px 27px rgba(93,34,19,.15); }
.text-link { color: var(--accent); font-weight: 800; }
.product-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; font-weight: 750; }
.product-facts span + span { position: relative; }
.product-facts span + span::before { content: ""; position: absolute; top: 50%; left: -10px; width: 3px; height: 3px; border-radius: 50%; background: #b9a99e; transform: translateY(-50%); }
.hero-device { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-device::before { content: ""; position: absolute; width: 460px; height: 360px; border-radius: 50%; background: #f5dfd2; filter: blur(2px); }
.device-frame { position: relative; z-index: 1; width: min(590px, 100%); height: 345px; padding: 8px; border: 1px solid #6d655f; border-radius: 39px; background: linear-gradient(145deg, #77706a, #161413 22%, #0d0d0c 78%, #68605b); box-shadow: var(--shadow), inset 0 0 0 2px #c1b8b0, inset 0 0 0 5px #1b1918; animation: device-float 7s ease-in-out infinite; }
.device-screen { position: relative; overflow: hidden; width: 100%; height: 100%; border: 2px solid #080807; border-radius: 32px; background: #111; }
.device-screen img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-mascot { position: absolute; z-index: 2; right: -1%; bottom: -6px; width: 100px; filter: drop-shadow(0 12px 13px rgba(65,40,28,.16)); animation: mascot-bob 6s ease-in-out infinite; }
.product-bar { border-block: 1px solid var(--line); background: #f4e4da; }
.product-bar-inner { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 13px 19px; padding-block: 17px; color: var(--accent-dark); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-bar i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.showcase { padding-block: 126px; }
.showcase-intro { max-width: 680px; margin-bottom: 76px; }
.showcase-intro > p:last-child { color: var(--muted); font-size: 1.08rem; }
.showcase-row { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(520px, 1.32fr); align-items: center; gap: clamp(45px, 7vw, 95px); padding-block: 72px; border-top: 1px solid var(--line); }
.showcase-row-reverse { grid-template-columns: minmax(520px, 1.32fr) minmax(280px, .68fr); }
.showcase-row-reverse .showcase-copy { grid-column: 2; grid-row: 1; }
.showcase-row-reverse .ui-frame { grid-column: 1; grid-row: 1; }
.showcase-copy { max-width: 440px; }
.showcase-index { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 28px; border-radius: 50%; color: #fff; background: var(--accent); font-size: .72rem; font-weight: 850; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; line-height: 1.5; }
.mini-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.mini-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.55); font-size: .66rem; font-weight: 750; }
.ui-frame { position: relative; overflow: hidden; width: 100%; margin-inline: auto; border: 1px solid #e3d8ce; border-radius: 29px; background: var(--paper); box-shadow: 0 20px 50px rgba(63,33,21,.13); transition: transform .45s ease, box-shadow .45s ease; }
.ui-frame:hover { transform: translateY(-8px); box-shadow: 0 29px 62px rgba(63,33,21,.18); }
.ui-frame img { display: block; width: 100%; height: auto; aspect-ratio: 2.17 / 1; object-fit: contain; object-position: center; }
.plan-preview { display: block; width: min(100%, 380px); margin-inline: auto; padding: 28px 24px 22px; border: 1px solid #dcd0c6; border-radius: 29px; background: #fffdf9; box-shadow: 0 20px 50px rgba(63,33,21,.13); }
.plan-preview-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.plan-preview-head strong { font-size: 1.55rem; letter-spacing: -.05em; }
.plan-preview-head span { flex: 0 0 auto; color: var(--sage); font-size: .78rem; font-weight: 750; white-space: nowrap; }
.plan-preview-day { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.plan-preview-day > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: var(--accent); font-size: .72rem; font-weight: 850; }
.plan-preview-day:nth-of-type(3) > span { color: var(--ink); background: #e7ecdf; }
.plan-preview-day > div { min-width: 0; }
.plan-preview-day strong, .plan-preview-day small { display: block; }
.plan-preview-day strong { font-size: 1rem; }
.plan-preview-day small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.plan-preview-foot { display: flex; justify-content: space-between; padding-top: 19px; color: var(--accent); font-size: .78rem; font-weight: 800; }
.how-section { padding-block: 112px; color: #fff; background: var(--dark); }
.how-heading { max-width: 700px; }
.how-heading h2 { max-width: 680px; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 61px; border-top: 1px solid #4a423e; }
.how-item { padding: 27px 28px 15px 0; border-right: 1px solid #4a423e; }
.how-item + .how-item { padding-left: 28px; }
.how-item:last-child { border-right: 0; }
.how-item > span { color: #f19c7d; font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.how-item h3 { margin-top: 36px; color: #fff; font-size: 1.35rem; }
.how-item p { max-width: 250px; margin: 0; color: #c8bbb3; font-size: .9rem; }
.trust-section { border-bottom: 1px solid var(--line); background: #f4ece5; }
.trust-inner { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 110px); padding-block: 115px; }
.trust-lede { position: relative; min-height: 200px; }
.trust-lede h2 { max-width: 370px; }
.trust-lede img { position: absolute; right: 0; bottom: -34px; width: 112px; filter: drop-shadow(0 10px 10px rgba(60,35,23,.13)); }
.trust-points { border-top: 1px solid #dfd1c6; }
.trust-points div { display: grid; grid-template-columns: minmax(160px, .65fr) 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid #dfd1c6; }
.trust-points strong { font-size: .9rem; }
.trust-points span { color: var(--muted); font-size: .88rem; line-height: 1.45; }
.closing { color: #fff; background: var(--accent); }
.closing-inner { max-width: 740px; padding-block: 115px; text-align: center; }
.closing .eyebrow { color: #ffd3c3; }
.closing h2 { max-width: 690px; margin-inline: auto; }
.closing-inner > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 29px; color: #ffe8de; font-size: 1.08rem; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 28px; padding-block: 30px 44px; color: var(--muted); font-size: .86rem; }
.site-footer p { margin: 9px 0 0; }
.footer-links { display: flex; gap: 20px; }
.copyright { text-align: right; }
.share-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; background: var(--bg); }
.share-card { width: min(100%, 620px); padding: clamp(34px, 7vw, 72px); border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); }
.share-card .wordmark { margin-bottom: 80px; }
.share-card h1 { max-width: 520px; margin-bottom: 20px; font-size: clamp(2.8rem, 7vw, 5rem); }
.share-lede { max-width: 500px; color: var(--muted); font-size: 1.08rem; }
.share-home-link { display: inline-block; margin-left: 18px; }
.legal { max-width: 800px; padding-block: 76px 120px; }
.legal h1 { font-size: clamp(3rem, 7vw, 5.4rem); margin-bottom: 12px; }
.legal h2 { margin-top: 44px; font-size: 1.55rem; letter-spacing: -.035em; }
.legal p, .legal li { color: var(--muted); font-size: 1.03rem; }
.legal-date { font-size: .9rem !important; }
.legal a.inline-link { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.support-lede { max-width: 620px; margin-bottom: 28px; font-size: 1.2rem !important; }
.legal ul { padding-left: 22px; }
.reveal { animation: reveal-in .75s both; animation-timeline: view(); animation-range: entry 0% cover 28%; }
@keyframes reveal-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes device-float { 0%, 100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes mascot-bob { 0%, 100% { transform: translateY(0) rotate(3deg); } 50% { transform: translateY(-8px) rotate(-2deg); } }
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 62px 90px; }
  .hero-copy { max-width: 700px; }
  .hero-device { min-height: 620px; max-width: 580px; margin-inline: auto; width: 100%; }
  .showcase-row, .showcase-row-reverse { grid-template-columns: 1fr; gap: 42px; padding-block: 58px; }
  .showcase-row-reverse .showcase-copy, .showcase-row-reverse .ui-frame { grid-column: auto; grid-row: auto; }
  .showcase-row-reverse .showcase-copy { order: 1; }
  .showcase-row-reverse .ui-frame { order: 2; }
  .showcase-copy { max-width: 600px; }
  .ui-frame { margin-inline: 0; }
  .trust-inner { grid-template-columns: 1fr; gap: 45px; }
  .trust-lede { min-height: 170px; }
}
@media (max-width: 650px) {
  .wrap, .site-header { width: min(100% - 32px, 1120px); }
  .site-header { min-height: 72px; }
  nav { gap: 10px; }
  nav a:not(.nav-cta) { display: none; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.1rem); }
  .hero { padding-block: 48px 70px; }
  .hero-device { min-height: 585px; }
  .device-frame { width: 100%; height: auto; aspect-ratio: 2.17 / 1; }
  .hero-mascot { right: 1%; bottom: 3px; width: 92px; }
  .product-bar-inner { justify-content: flex-start; gap: 8px 12px; font-size: .63rem; }
  .product-bar i { display: none; }
  .showcase { padding-block: 84px; }
  .showcase-intro { margin-bottom: 35px; }
  .ui-frame img { height: auto; }
  .how-section { padding-block: 83px; }
  .how-grid { grid-template-columns: 1fr; margin-top: 39px; }
  .how-item, .how-item + .how-item { padding: 22px 0; border-right: 0; border-bottom: 1px solid #4a423e; }
  .how-item:last-child { border-bottom: 0; }
  .how-item h3 { margin-top: 18px; }
  .trust-inner { padding-block: 82px; }
  .trust-points div { grid-template-columns: 1fr; gap: 5px; }
  .trust-lede img { right: 6px; width: 90px; }
  .closing-inner { padding-block: 85px; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; }
  .copyright { text-align: left; }
  .share-card .wordmark { margin-bottom: 55px; }
  .share-home-link { display: block; margin: 18px 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .device-frame, .hero-mascot { animation: none; }
}
@supports not (animation-timeline: view()) {
  .reveal { animation: reveal-in .75s both; }
}
