:root {
  --ink: #151515;
  --paper: #f3f0e8;
  --white: #fffef9;
  --purple: #5846ed;
  --purple-dark: #4432d3;
  --lime: #d8ff62;
  --coral: #ff6f61;
  --muted: #696861;
  --line: rgba(21, 21, 21, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(34, 28, 12, 0.12);
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.noise {
  position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.wrap, .site-header, .site-footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  display: flex; align-items: center; justify-content: space-between; min-height: 92px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -0.8px; }
.brand-mark { width: 30px; height: 30px; display: inline-flex; align-items: end; gap: 3px; padding: 6px; border-radius: 9px; background: var(--ink); }
.brand-mark span { display: block; width: 4px; border-radius: 4px; background: var(--lime); }
.brand-mark span:nth-child(1) { height: 7px; }
.brand-mark span:nth-child(2) { height: 12px; }
.brand-mark span:nth-child(3) { height: 18px; }
.site-header nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--purple); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.nav-cta, .light-cta {
  display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; border-radius: 999px;
  background: var(--ink); color: white; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s;
}
.nav-cta:hover { transform: translateY(-2px); background: var(--purple); }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; min-height: 660px; padding-block: 78px 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; background: rgba(255,255,255,.42); }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #4caf50; box-shadow: 0 0 0 5px rgba(76,175,80,.13); }
.hero h1, .section-heading h2, .how-copy h2, .faq-section h2, .final-cta h2 {
  margin: 22px 0 0; font: 800 clamp(58px, 6.4vw, 94px)/.91 "Manrope", sans-serif; letter-spacing: -.075em;
}
.hero h1 span, .how-copy h2 span, .final-cta h2 span { color: var(--purple); }
.hero-intro { max-width: 580px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 32px; }
.hero-proof p { margin: 0; color: var(--muted); font-size: 14px; }
.hero-proof strong { color: var(--ink); }
.avatar-stack { display: flex; padding-left: 12px; }
.avatar { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -12px; border: 3px solid var(--paper); border-radius: 50%; font-size: 11px; font-weight: 800; }
.avatar-one { background: #ffcb58; }
.avatar-two { background: #8ed6ff; }
.avatar-three { background: #f49bc8; }

.claim-shell { position: relative; overflow: hidden; background: var(--ink); color: white; padding: 34px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.claim-shell::before { content: ""; position: absolute; width: 250px; height: 250px; right: -110px; top: -120px; border: 54px solid var(--purple); border-radius: 50%; opacity: .55; }
.claim-topline { position: relative; display: flex; align-items: end; justify-content: space-between; }
.micro-label { color: rgba(255,255,255,.5); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price { display: flex; align-items: start; margin-top: 7px; }
.price span { margin-top: 7px; font: 600 30px/1 "Manrope"; color: var(--lime); }
.price strong { font: 800 82px/.9 "Manrope"; letter-spacing: -.07em; }
.price-step { padding: 11px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; text-align: right; }
.price-step strong { color: white; font-size: 15px; }
.claim-divider { height: 1px; margin: 29px 0; background: rgba(255,255,255,.13); }
.claim-shell label { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.input-row { display: flex; align-items: center; gap: 10px; padding: 7px 7px 7px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); transition: border .2s, box-shadow .2s; }
.input-row:focus-within { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(216,255,98,.12); }
.apple-glyph { color: rgba(255,255,255,.58); font-size: 11px; }
.input-row input { width: 100%; min-width: 0; padding: 10px 0; border: 0; outline: 0; background: transparent; color: white; font-size: 14px; }
.input-row input::placeholder { color: rgba(255,255,255,.35); }
.input-row button, .demo-pay { flex: none; border: 0; border-radius: 13px; background: var(--lime); color: var(--ink); padding: 13px 17px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.input-row button:hover, .demo-pay:hover { transform: translateY(-2px); background: white; }
.input-row button:disabled, .demo-pay:disabled { cursor: wait; opacity: .65; transform: none; }
.form-hint, .form-error { min-height: 18px; margin: 10px 2px 0; font-size: 11px; color: rgba(255,255,255,.43); }
.form-error { display: none; color: #ff9a91; }
.form-error.show { display: block; }
.form-error.show + * { margin-top: 0; }
.claim-footer { display: flex; justify-content: space-between; margin-top: 24px; color: rgba(255,255,255,.45); font-size: 11px; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--coral); }

.ticker { overflow: hidden; border-block: 1px solid var(--ink); background: var(--lime); transform: rotate(-.35deg) scale(1.01); }
.ticker-track { display: flex; width: max-content; gap: 24px; padding: 14px 0; align-items: center; animation: ticker 32s linear infinite; font-size: 12px; }
.ticker-track span { font-weight: 800; letter-spacing: .11em; }
.ticker-track strong { font-weight: 500; }
.ticker-track i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.board-section { padding-block: 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-kicker { margin: 0 0 13px; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-heading h2, .faq-section h2 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: .98; }
.section-heading h2 em, .faq-section h2 em { color: var(--purple); font-style: normal; }
.reset-card { min-width: 180px; padding: 18px 20px; border-left: 3px solid var(--purple); background: rgba(255,255,255,.5); }
.reset-card span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.reset-card strong { font: 700 20px "Manrope"; letter-spacing: -.04em; }
.board-toolbar { display: flex; justify-content: space-between; align-items: center; margin-top: 54px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter, .share-button { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 9px 14px; color: var(--muted); font-size: 12px; font-weight: 700; cursor: pointer; transition: .2s; }
.filter:hover, .filter.active { border-color: var(--ink); background: var(--ink); color: white; }
.share-button:hover { color: var(--purple); border-color: var(--purple); }
.app-board { margin: 0; padding: 0; list-style: none; }
.empty-board { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 20px; margin-top: 14px; min-height: 118px; padding: 24px 28px; border: 1px dashed rgba(21,21,21,.25); border-radius: var(--radius-md); background: rgba(255,255,255,.35); }
.empty-board > span { color: var(--purple); font: 700 16px "Manrope"; }
.empty-board strong { font: 800 18px "Manrope"; letter-spacing: -.03em; }
.empty-board p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.empty-board a { padding: 11px 15px; border-radius: 999px; background: var(--ink); color: white; font-size: 12px; font-weight: 800; }
.app-row { display: grid; grid-template-columns: 48px 66px minmax(0,1fr) 110px 42px; align-items: center; gap: 20px; min-height: 118px; padding: 19px 18px; border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.app-row:hover { background: rgba(255,255,255,.55); transform: translateX(4px); }
.app-row[hidden] { display: none; }
.app-row.winner { margin-top: 14px; border: 0; border-radius: var(--radius-md); background: var(--ink); color: white; box-shadow: var(--shadow); }
.rank { font: 700 16px "Manrope"; color: var(--muted); }
.winner .rank { color: var(--lime); }
.app-icon { display: grid; place-items: center; width: 62px; height: 62px; overflow: hidden; border-radius: 16px; box-shadow: 0 10px 25px rgba(20,20,20,.13); font: 800 24px "Manrope"; }
.app-icon img { width: 100%; height: 100%; object-fit: cover; }
.icon-bean { background: #ffd65a; color: #2e2610; }
.icon-bean span { font-size: 31px; transform: rotate(-8deg); }
.icon-gym { background: #d9edff; color: #1673e5; }
.icon-sous { background: #e8dbff; color: #5d24b7; }
.icon-orior { background: #291844; color: #f6dcff; }
.icon-sun { background: #ff7b59; color: #fff6d8; }
.app-info { min-width: 0; }
.app-title-line { display: flex; align-items: center; gap: 10px; }
.app-info h3 { margin: 0; font: 800 18px "Manrope"; letter-spacing: -.03em; }
.app-info > p { overflow: hidden; margin: 4px 0 8px; color: var(--muted); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.winner .app-info > p { color: rgba(255,255,255,.54); }
.winner-badge { padding: 4px 7px; border-radius: 6px; background: var(--lime); color: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.app-meta { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; }
.winner .app-meta { color: rgba(255,255,255,.4); }
.app-meta i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.move-info { text-align: right; }
.move-info span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.move-info strong { font-size: 12px; }
.winner .move-info span { color: rgba(255,255,255,.4); }
.app-row > a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }
.winner > a { border-color: rgba(255,255,255,.2); }
.app-row > a:hover { background: var(--purple); border-color: var(--purple); color: white; transform: rotate(8deg); }

.how-section { overflow: hidden; padding-block: 120px; background: var(--ink); color: white; }
.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.section-kicker.light { color: var(--lime); }
.how-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: .98; }
.how-copy h2 span { color: var(--lime); }
.how-copy > p:not(.section-kicker) { max-width: 430px; margin: 28px 0; color: rgba(255,255,255,.5); line-height: 1.7; }
.light-cta { background: white; color: var(--ink); }
.light-cta:hover { background: var(--lime); transform: translateY(-2px); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.step-number { color: var(--lime); font: 700 13px "Manrope"; }
.steps h3 { margin: 0 0 8px; font: 700 22px "Manrope"; }
.steps p { max-width: 510px; margin: 0; color: rgba(255,255,255,.48); font-size: 14px; line-height: 1.6; }

.principles { padding-block: 130px; }
.section-heading.compact { align-items: center; }
.principles-lead { max-width: 340px; margin: 0; color: var(--muted); line-height: 1.65; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 54px; }
.principle-grid article { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.35); transition: transform .2s, background .2s; }
.principle-grid article:hover { transform: translateY(-6px); background: var(--white); }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 84px; border-radius: 14px; background: var(--purple); color: white; font: 700 18px "Manrope"; }
.principle-grid article:nth-child(2) .feature-icon { background: var(--lime); color: var(--ink); }
.principle-grid article:nth-child(3) .feature-icon { background: var(--coral); color: var(--ink); }
.principle-grid h3 { margin: 0 0 9px; font: 800 20px "Manrope"; letter-spacing: -.03em; }
.principle-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; padding-block: 60px 140px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font: 700 17px "Manrope"; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 50px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; display: flex; align-items: end; justify-content: space-between; min-height: 435px; overflow: hidden; padding: 64px; border-radius: var(--radius-lg); background: var(--purple); color: white; }
.final-cta > div:not(.orbit) { position: relative; z-index: 2; }
.final-cta > div > p { margin: 0 0 14px; color: rgba(255,255,255,.6); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.final-cta h2 { margin: 0; font-size: clamp(50px, 6vw, 76px); }
.final-cta h2 span { color: var(--lime); }
.final-action { min-width: 220px; text-align: right; }
.final-action > strong { display: block; font: 800 62px/1 "Manrope"; letter-spacing: -.06em; }
.final-action a { display: inline-flex; justify-content: space-between; width: 100%; margin-top: 22px; padding: 15px 18px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 800; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: -100px; top: -250px; }
.orbit-two { width: 370px; height: 370px; right: -25px; top: -175px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; min-height: 150px; color: var(--muted); font-size: 11px; }
.footer-brand { color: var(--ink); }
.site-footer > div { display: flex; justify-content: end; gap: 24px; }
.site-footer a:hover { color: var(--purple); }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; background: rgba(17,17,17,.72); backdrop-filter: blur(10px); }
.modal-backdrop[hidden] { display: none; }
.modal { position: relative; width: min(480px,100%); padding: 38px; border-radius: 28px; background: var(--white); box-shadow: 0 40px 120px rgba(0,0,0,.3); }
.modal-close { position: absolute; right: 20px; top: 18px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; }
.modal-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 28px; border-radius: 15px; background: var(--purple); color: white; font-size: 22px; }
.modal h2 { margin: 0; font: 800 34px/1.1 "Manrope"; letter-spacing: -.05em; }
.modal-copy { margin: 16px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.modal-summary { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 20px 0; border-block: 1px solid var(--line); font-size: 13px; }
.modal-summary span { color: var(--muted); }
.demo-pay { width: 100%; margin-top: 22px; background: var(--ink); color: white; }
.demo-pay:hover { background: var(--purple); }
.modal-note { margin: 10px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; transform: translate(-50%, 30px); padding: 11px 16px; border-radius: 999px; background: var(--ink); color: white; font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding-block: 70px; }
  .hero-copy { text-align: center; }
  .hero-intro { margin-inline: auto; }
  .hero-proof { justify-content: center; }
  .how-grid, .faq-section { grid-template-columns: 1fr; gap: 60px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: auto; }
  .feature-icon { margin-bottom: 55px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; padding-block: 45px; text-align: center; }
  .site-footer > div { justify-content: center; }
}

@media (max-width: 680px) {
  .wrap, .site-header, .site-footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 76px; }
  .nav-cta { padding: 11px 14px; font-size: 12px; }
  .nav-cta span { display: none; }
  .hero { padding-block: 54px 66px; }
  .hero h1 { font-size: clamp(50px, 16vw, 70px); }
  .hero-intro { font-size: 16px; }
  .claim-shell { padding: 24px; border-radius: 25px; }
  .price strong { font-size: 68px; }
  .input-row { display: grid; grid-template-columns: 16px 1fr; }
  .input-row button { grid-column: 1 / -1; width: 100%; }
  .claim-footer { gap: 12px; }
  .section-heading { align-items: start; flex-direction: column; }
  .board-section, .principles { padding-block: 90px; }
  .board-toolbar { align-items: start; gap: 14px; flex-direction: column; }
  .app-row { grid-template-columns: 34px 54px minmax(0,1fr) 36px; gap: 12px; padding-inline: 8px; }
  .empty-board { grid-template-columns: 34px 1fr; gap: 12px; padding: 22px 18px; }
  .empty-board a { grid-column: 2; width: max-content; }
  .app-row.winner { padding-inline: 13px; }
  .app-icon { width: 52px; height: 52px; border-radius: 14px; }
  .app-info > p, .move-info { display: none; }
  .app-row > a { width: 34px; height: 34px; }
  .how-section { padding-block: 90px; }
  .steps li { grid-template-columns: 48px 1fr; }
  .faq-section { padding-block: 30px 100px; }
  .final-cta { align-items: start; flex-direction: column; min-height: 560px; padding: 38px 28px; }
  .final-action { width: 100%; text-align: left; }
  .final-action a { width: auto; min-width: 190px; gap: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
