:root {
  --bg: #07130f;
  --bg-soft: #0c1c16;
  --surface: #f5f6f1;
  --white: #fff;
  --ink: #102019;
  --muted: #647168;
  --line: #dce2dc;
  --lime: #bdff3c;
  --lime-dark: #8fcd18;
  --green: #143e2d;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(5, 23, 15, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Tahoma, Arial, sans-serif; color: var(--ink); background: var(--surface); line-height: 1.8; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 1000; padding: 10px 18px; color: white; background: var(--green); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; height: 88px; z-index: 20; color: white; }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; position: relative; border: 2px solid var(--lime); border-radius: 50% 50% 45% 55%; transform: rotate(-12deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; width: 5px; height: 18px; border-radius: 10px; background: var(--lime); }
.brand-mark::before { transform: translateX(-7px) rotate(24deg); }
.brand-mark::after { transform: translateX(7px) rotate(-24deg); }
.brand-mark span { height: 23px; }
.brand-name { font-family: Arial, sans-serif; font-size: 25px; font-weight: 800; direction: ltr; letter-spacing: -.8px; }
.brand-name span { color: var(--lime); }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #c7d1cb; font-size: 14px; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--lime); }
.button { min-height: 50px; padding: 0 23px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 0; border-radius: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 19px; color: #0d1b15; background: var(--lime); font-size: 13px; }
.button-primary { color: #102019; background: var(--lime); box-shadow: 0 12px 30px rgba(189, 255, 60, .16); }
.button-primary:hover { background: #caff62; box-shadow: 0 16px 36px rgba(189, 255, 60, .23); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; direction: ltr; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 790px; padding: 150px 0 90px; position: relative; overflow: hidden; color: white; background: var(--bg); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 580px; height: 580px; left: -250px; top: 80px; background: radial-gradient(circle, rgba(62, 172, 115, .2), transparent 65%); }
.hero-glow-two { width: 560px; height: 560px; right: -80px; top: 140px; background: radial-gradient(circle, rgba(189, 255, 60, .12), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #4c6858; font-size: 13px; font-weight: 700; }
.eyebrow > span { width: 24px; height: 2px; background: var(--lime-dark); }
.hero .eyebrow { color: #aab9b0; }
.hero-copy h1 { max-width: 650px; margin: 19px 0 24px; font-size: clamp(43px, 5vw, 74px); line-height: 1.27; letter-spacing: -3px; }
.hero-copy h1 em { color: var(--lime); font-style: normal; position: relative; }
.hero-copy h1 em::after { content: ""; position: absolute; right: 3px; bottom: -7px; width: 95%; height: 7px; border-top: 2px solid var(--lime); border-radius: 50%; transform: rotate(-2deg); }
.hero-lead { max-width: 590px; margin: 0; color: #b7c4bd; font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { color: inherit; font-weight: 700; border-bottom: 1px solid currentColor; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #9dacA4; font-size: 12px; }
.check { width: 19px; height: 19px; margin-left: 5px; display: inline-grid; place-items: center; color: #0b1812; background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 900; }

.hero-visual { min-height: 530px; display: grid; place-items: center; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(189,255,60,.15); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 370px; height: 370px; border-style: dashed; animation: rotate 45s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.phone-shell { width: 286px; height: 545px; padding: 8px; position: relative; z-index: 2; background: #172820; border: 1px solid #395046; border-radius: 42px; box-shadow: 0 40px 90px rgba(0,0,0,.45); transform: rotate(-2deg); }
.phone-top { position: absolute; z-index: 4; top: 14px; right: 50%; transform: translateX(50%); width: 84px; height: 21px; display: grid; place-items: center; background: #07110d; border-radius: 20px; }
.phone-top span { width: 33px; height: 4px; background: #20352b; border-radius: 5px; }
.phone-screen { height: 100%; padding: 42px 18px 20px; color: #13251c; background: #f7f8f3; border-radius: 34px; overflow: hidden; }
.app-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.mini-brand { display: flex; align-items: center; gap: 8px; font-family: Arial; font-weight: 800; direction: ltr; }
.brand-mark.mini { width: 23px; height: 23px; border-color: #6d9e12; }
.brand-mark.mini::before, .brand-mark.mini::after, .brand-mark.mini span { width: 3px; height: 10px; background: #6d9e12; }
.brand-mark.mini::before { transform: translateX(-4px) rotate(24deg); }
.brand-mark.mini::after { transform: translateX(4px) rotate(-24deg); }
.brand-mark.mini span { height: 13px; }
.status-dot { width: 8px; height: 8px; background: #90d414; border-radius: 50%; box-shadow: 0 0 0 5px #e4f4c4; }
.muted { color: #78857e; }
.tiny { margin: 0; font-size: 10px; }
.phone-screen h2 { margin: -2px 0 17px; font-size: 22px; }
.progress-card { padding: 15px; display: flex; gap: 13px; align-items: center; color: white; background: #123c2c; border-radius: 19px; }
.progress-card strong, .progress-card small, .workout-card strong, .workout-card small { display: block; }
.progress-card strong, .workout-card strong { font-size: 11px; }
.progress-card small, .workout-card small { margin-top: 3px; color: #afc3b9; font-size: 8px; }
.progress-ring { width: 55px; aspect-ratio: 1; display: grid; place-items: center; position: relative; border-radius: 50%; background: conic-gradient(var(--lime) calc(var(--progress) * 1%), #345647 0); }
.progress-ring::before { content: ""; position: absolute; inset: 5px; background: #123c2c; border-radius: 50%; }
.progress-ring span { position: relative; font-size: 10px; font-weight: 800; }
.workout-card { margin-top: 13px; padding: 12px; display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; gap: 10px; border: 1px solid #e1e5df; border-radius: 16px; }
.workout-icon { width: 36px; height: 42px; display: grid; place-items: center; color: #253b31; background: var(--lime); border-radius: 10px; font-size: 10px; font-weight: 800; }
.workout-card small { color: #7b8780; }
.play { font-size: 25px; direction: ltr; color: #6f7c75; }
.stats-row { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.stats-row div { padding: 10px 3px; text-align: center; background: #eef1ec; border-radius: 12px; }
.stats-row span, .stats-row strong, .stats-row small { display: block; }
.stats-row span { font-size: 13px; }
.stats-row strong { margin: 2px 0 -2px; font-size: 11px; }
.stats-row small { color: #859087; font-size: 7px; }
.float-card { position: absolute; z-index: 3; padding: 12px 15px; display: flex; align-items: center; gap: 10px; color: #14231c; background: rgba(255,255,255,.96); border-radius: 15px; box-shadow: 0 16px 40px rgba(0,0,0,.28); }
.float-card > span { width: 35px; height: 35px; display: grid; place-items: center; color: #112018; background: var(--lime); border-radius: 10px; font: 800 11px Arial; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 10px; }.float-card small { color: #78837c; font-size: 8px; }
.float-card-one { top: 105px; right: 3px; animation: float 4s ease-in-out infinite; }
.float-card-two { left: -10px; bottom: 100px; animation: float 4s 1s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-9px); } }

.numbers { color: white; background: #103829; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers-grid div { padding: 31px 25px; text-align: center; border-left: 1px solid rgba(255,255,255,.1); }
.numbers-grid div:last-child { border-left: 0; }
.numbers-grid strong, .numbers-grid span { display: block; }
.numbers-grid strong { color: var(--lime); font: 800 25px Arial; direction: ltr; }
.numbers-grid span { color: #b9cbc2; font-size: 11px; }

.section { padding: 115px 0; }
.section-heading { max-width: 720px; margin: 0 auto 57px; text-align: center; }
.section-heading.compact { margin-right: 0; text-align: right; }
.section-heading h2, .pricing-copy h2 { margin: 15px 0 16px; font-size: clamp(31px, 4vw, 48px); line-height: 1.5; letter-spacing: -1.6px; }
.section-heading p, .pricing-copy > p { margin: 0; color: var(--muted); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 300px; padding: 28px; position: relative; overflow: hidden; background: white; border: 1px solid #e2e6e0; border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-main { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--green); border: 0; }
.feature-main .card-number { color: #8eaa9b; }
.feature-icon { width: 47px; height: 47px; display: grid; place-items: center; color: #244033; background: var(--lime); border-radius: 14px; font: 800 22px Arial; }
.card-number { position: absolute; top: 29px; left: 29px; color: #abb4ae; font: 700 12px Arial; }
.feature-card h3 { margin: 30px 0 10px; font-size: 19px; }
.feature-card p { margin: 0; color: #6e7972; font-size: 13px; line-height: 2; }
.feature-main p { color: #b5c8be; }
.bars { align-self: end; height: 120px; display: flex; align-items: end; gap: 8px; }
.bars i { flex: 1; height: var(--h); background: linear-gradient(var(--lime), #72a613); border-radius: 7px 7px 3px 3px; opacity: .9; }

.journey-section { color: white; background: var(--bg); }
.journey-section .eyebrow { color: #9dafA5; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.journey-grid::before { content: ""; position: absolute; top: 30px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, #4c6e5d, transparent); }
.journey-step { padding: 0 25px; position: relative; text-align: center; }
.journey-step > span { width: 62px; height: 62px; margin: 0 auto 24px; display: grid; place-items: center; position: relative; color: #12231a; background: var(--lime); border: 8px solid #183027; border-radius: 50%; font-weight: 800; }
.journey-step h3 { margin: 0 0 9px; font-size: 18px; }
.journey-step p { margin: 0; color: #98aaa0; font-size: 12px; }

.pricing-section { background: #e9ede7; }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; max-width: 980px; }
.safe-note { margin-top: 34px; display: flex; gap: 14px; align-items: flex-start; }
.safe-note > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--lime-dark); background: #dce5d9; border-radius: 12px; }
.safe-note p { margin: 0; color: #5f6d64; font-size: 12px; line-height: 1.7; }
.safe-note strong { color: var(--ink); font-size: 13px; }
.price-card { padding: 40px; position: relative; background: white; border: 1px solid #dfe4dc; border-radius: 30px; box-shadow: var(--shadow); }
.popular { position: absolute; top: 22px; left: 22px; padding: 5px 11px; color: #264319; background: #eaffc3; border-radius: 20px; font-size: 10px; font-weight: 700; }
.price-card > p { margin: 0 0 9px; color: #5f6c64; font-size: 13px; }
.price { display: flex; align-items: baseline; gap: 10px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.price strong { font: 800 37px Arial; direction: ltr; letter-spacing: -1px; }
.price span { color: #77827b; font-size: 11px; }
.price-card ul { margin: 27px 0; padding: 0; list-style: none; }
.price-card li { margin: 12px 0; padding-right: 26px; position: relative; color: #4f5e55; font-size: 13px; }
.price-card li::before { content: "✓"; position: absolute; right: 0; color: #527d08; font-weight: 900; }
.button-block { width: 100%; }
.price-card > small { display: block; margin-top: 12px; text-align: center; color: #89928c; font-size: 9px; }
.price-card > small a { text-decoration: underline; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-section .section-heading { margin-bottom: 0; }
.faq-section .text-link { display: inline-block; margin-top: 25px; color: #345327; font-size: 13px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; list-style: none; cursor: pointer; font-weight: 700; font-size: 14px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font: 400 20px Arial; }
.accordion details[open] summary::after { content: "−"; color: #162116; background: var(--lime); }
.accordion details p { margin: -5px 0 20px; padding-left: 40px; color: var(--muted); font-size: 12px; }

.cta-section { padding: 0 0 90px; }
.cta-box { min-height: 260px; padding: 55px 65px; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; color: white; background: var(--green); border-radius: 30px; }
.cta-box::after { content: ""; position: absolute; left: -80px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(189,255,60,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(189,255,60,.03), 0 0 0 110px rgba(189,255,60,.025); }
.eyebrow.light { color: #c0d0c7; }
.cta-box h2 { margin: 7px 0 5px; font-size: 38px; }
.cta-box p { margin: 0; color: #b8cabf; font-size: 13px; }
.button-light { z-index: 1; color: #16231c; background: white; }

.site-footer { padding: 75px 0 24px; color: #aab8b0; background: var(--bg); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 65px; }
.footer-brand p { max-width: 280px; margin: 22px 0 0; font-size: 12px; }
.footer-grid h3 { margin: 5px 0 17px; color: white; font-size: 13px; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { display: block; margin: 8px 0; font-size: 11px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); font-size: 9px; }

.legal-hero { padding: 155px 0 70px; color: white; background: var(--bg); }
.legal-hero .eyebrow { color: #aab9b0; }
.legal-hero h1 { margin: 13px 0 8px; font-size: clamp(35px, 5vw, 56px); }
.legal-hero p { max-width: 680px; margin: 0; color: #aebdb5; }
.legal-main { padding: 65px 0 100px; }
.legal-card { max-width: 850px; margin: auto; padding: 45px 55px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 45px rgba(9,30,20,.06); }
.legal-card h2 { margin: 32px 0 8px; font-size: 20px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #5e6c63; font-size: 13px; }
.legal-card ul { padding-right: 20px; }
.notice { padding: 18px 20px; color: #516049; background: #f1f7e5; border-right: 4px solid var(--lime-dark); border-radius: 10px; font-size: 12px; }
.contact-list { display: grid; gap: 12px; margin-top: 25px; }
.contact-item { padding: 17px 20px; display: flex; justify-content: space-between; background: #f4f6f2; border-radius: 12px; }
.contact-item span { color: #748078; }

.toast { position: fixed; right: 50%; bottom: 25px; z-index: 100; max-width: calc(100% - 40px); padding: 12px 20px; color: white; background: #14271e; border: 1px solid #335443; border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,.25); transform: translate(50%, 30px); opacity: 0; pointer-events: none; transition: .25s; font-size: 12px; }
.toast.show { transform: translate(50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 960px) {
  .desktop-nav, .nav-wrap > .button-small { display: none; }
  .menu-button { width: 42px; height: 42px; padding: 9px; display: grid; align-content: center; gap: 5px; color: white; background: transparent; border: 1px solid #3c5047; border-radius: 11px; }
  .menu-button span { height: 2px; background: currentColor; border-radius: 2px; }
  .mobile-nav { padding: 14px 20px 22px; display: flex; flex-direction: column; gap: 13px; position: absolute; top: 76px; right: 20px; left: 20px; color: #d4ded8; background: #10241b; border: 1px solid #30473b; border-radius: 15px; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s; }
  .mobile-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 700px; margin: auto; }
  .hero-copy h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { margin-top: 10px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .journey-grid::before { display: none; }
  .pricing-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .pricing-copy { text-align: center; }
  .safe-note { justify-content: center; text-align: right; }
  .price-card { max-width: 550px; margin: auto; width: 100%; }
  .faq-section .section-heading { text-align: center; margin-inline: auto; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header, .nav-wrap { height: 76px; }
  .hero { min-height: auto; padding: 125px 0 70px; }
  .hero-grid { gap: 30px; }
  .hero-copy h1 { font-size: 42px; letter-spacing: -2px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; text-align: right; }
  .hero-visual { min-height: 520px; transform: scale(.9); margin: -15px -20px -35px; }
  .float-card-one { right: -5px; }.float-card-two { left: -4px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid div:nth-child(2) { border-left: 0; }
  .numbers-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 37px; }
  .section-heading h2, .pricing-copy h2 { font-size: 31px; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-main { grid-column: auto; grid-template-columns: 1fr; }
  .bars { height: 85px; margin-top: 20px; }
  .journey-grid { grid-template-columns: 1fr; gap: 40px; }
  .journey-step { max-width: 300px; margin: auto; }
  .price-card { padding: 30px 24px; }
  .price strong { font-size: 31px; }
  .faq-grid { gap: 30px; }
  .accordion summary { gap: 20px; font-size: 13px; }
  .cta-section { padding-bottom: 60px; }
  .cta-box { padding: 42px 25px; flex-direction: column; align-items: flex-start; }
  .cta-box h2 { font-size: 31px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .legal-hero { padding: 125px 0 55px; }
  .legal-card { padding: 30px 22px; }
  .contact-item { flex-direction: column; }
}

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