:root {
  --bg: #f8faf8;
  --bg-alt: #f0f5f0;
  --surface: #ffffff;
  --surface-2: #f3f7f3;
  --text: #101a13;
  --muted: #5d6960;
  --faint: #89928b;
  --line: #dfe7e0;
  --brand: #2dac35;
  --brand-dark: #168b27;
  --brand-soft: #e4f7e5;
  --navy: #071a2d;
  --warm: #cc6a2c;
  --shadow: 0 24px 70px rgba(17, 48, 22, .11);
  --shadow-sm: 0 10px 30px rgba(17, 48, 22, .07);
  --radius: 24px;
  --font-body: Inter, Avenir, "Segoe UI", system-ui, sans-serif;
  --font-display: Avenir, Inter, "Segoe UI", system-ui, sans-serif;
}

[data-theme="dark"] {
  --bg: #07110b;
  --bg-alt: #0b1810;
  --surface: #101f15;
  --surface-2: #14261a;
  --text: #eff8f0;
  --muted: #a7b6aa;
  --faint: #7f8f82;
  --line: #24372a;
  --brand: #48cf51;
  --brand-dark: #35bd42;
  --brand-soft: #163a1d;
  --navy: #ecf7ef;
  --warm: #f69a5e;
  --shadow: 0 24px 70px rgba(0, 0, 0, .3);
  --shadow-sm: 0 10px 30px rgba(0, 0, 0, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 6vw, 6.2rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); margin-bottom: 20px; }
h3 { font-size: 1.25rem; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 70%, white); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--text); color: var(--bg); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--brand-dark); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow-warm { color: var(--warm); }
.section-heading { max-width: 760px; margin-bottom: 64px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child, .split-heading > p, .hero-support { color: var(--muted); font-size: 1.1rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--brand-dark); box-shadow: 0 10px 26px rgba(31, 151, 45, .22); }
.btn-primary:hover { background: #107b20; box-shadow: 0 14px 34px rgba(31, 151, 45, .28); }
.btn-secondary, .btn-ghost { border-color: var(--line); background: var(--surface); }
.btn-secondary:hover, .btn-ghost:hover { border-color: var(--brand); }
.btn-small { min-height: 42px; padding-inline: 16px; border-radius: 10px; font-size: .86rem; }
.btn-light { background: white; color: #123318; }
.btn-outline-light { color: white; border-color: rgba(255,255,255,.35); }
.btn-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; gap: 8px; color: var(--brand-dark); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; height: 78px; z-index: 100; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.is-scrolled { height: 68px; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid color-mix(in srgb, var(--line) 75%, transparent); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.18rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { border-radius: 50%; object-fit: cover; }
.site-nav, .nav-actions { display: flex; align-items: center; gap: 24px; }
.mobile-nav-more { display: none; }
.site-nav > a, .nav-actions > a:not(.btn) { font-size: .85rem; font-weight: 600; color: var(--muted); transition: color .2s; }
.site-nav a:hover { color: var(--brand-dark); }
.nav-actions { margin-left: 8px; gap: 10px; }
.theme-toggle { width: 42px; height: 42px; border: 1px solid var(--line); background: var(--surface); border-radius: 50%; cursor: pointer; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; place-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); display: block; transition: transform .25s, opacity .25s; }

.hero { min-height: 100vh; padding: 128px 0 30px; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 36%, color-mix(in srgb, var(--brand-soft) 80%, transparent), transparent 36%); }
.hero-glow { position: absolute; width: 500px; height: 500px; left: -270px; top: 150px; border-radius: 50%; background: color-mix(in srgb, var(--brand) 9%, transparent); filter: blur(30px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 span { color: var(--brand-dark); position: relative; }
.hero h1 span::after { content: ""; position: absolute; height: 6px; border-radius: 99px; background: var(--brand); left: 3%; right: 0; bottom: -4px; transform: rotate(-1deg); opacity: .35; }
.status-dot { width: 8px; height: 8px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px var(--brand-soft); }
.hero-lead { max-width: 620px; font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 600; letter-spacing: -.025em; margin-bottom: 16px; }
.hero-support { max-width: 590px; margin-bottom: 34px; }
.microcopy { display: flex; flex-wrap: wrap; gap: 24px; color: var(--muted); font-size: .86rem; margin: 20px 0 0; }
.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.phone-frame, .device { border: 0; background: #111b26; padding: 10px; cursor: zoom-in; position: relative; line-height: 0; box-shadow: 0 36px 80px rgba(4, 24, 9, .25), 0 0 0 1px rgba(255,255,255,.16) inset; }
.phone-frame { width: min(335px, 76vw); border-radius: 44px; transform: rotate(2deg); z-index: 2; animation: float 6s ease-in-out infinite; }
.phone-frame img, .device img { width: 100%; border-radius: 34px; }
.hero-phone {
  height: 510px;
  overflow: hidden;
}
.hero-phone img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
}
.phone-speaker { position: absolute; top: 18px; left: 50%; width: 72px; height: 18px; border-radius: 99px; transform: translateX(-50%); background: #111b26; z-index: 3; }
.orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--brand) 25%, transparent); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 610px; height: 610px; opacity: .5; }
.float-card { position: absolute; z-index: 3; display: flex; gap: 12px; align-items: center; min-width: 205px; padding: 15px 17px; border: 1px solid color-mix(in srgb, var(--line) 65%, transparent); border-radius: 15px; background: color-mix(in srgb, var(--surface) 90%, transparent); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); }
.float-card-one { left: -7%; top: 24%; }
.float-card-two { right: -7%; bottom: 24%; }
.float-card strong, .float-card small { display: block; line-height: 1.4; }
.float-card strong { font-size: .87rem; }
.float-card small { color: var(--muted); font-size: .72rem; }
.float-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--brand-dark); background: var(--brand-soft); font-weight: 800; }
.business-strip { min-height: 74px; margin-top: 40px; display: flex; gap: 22px; align-items: center; justify-content: center; flex-wrap: wrap; border-top: 1px solid var(--line); color: var(--muted); }
.business-strip span { color: var(--faint); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 700; }
.business-strip p { margin: 0; font-weight: 600; font-size: .85rem; }
.business-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--brand); }

.positioning { background: var(--surface); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { padding: 40px; border-right: 1px solid var(--line); }
.value-card:last-child { border: 0; }
.value-card > span { color: var(--brand); font-family: var(--font-display); font-size: .74rem; font-weight: 800; }
.value-card h3 { margin: 45px 0 12px; }
.value-card p { color: var(--muted); margin: 0; }
.problems { background: var(--bg-alt); }
.split-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 100px; margin-bottom: 55px; }
.split-heading h2 { margin: 0; max-width: 710px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.problem-card { padding: 30px 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); transition: transform .2s, box-shadow .2s; }
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.problem-card > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; color: var(--warm); background: color-mix(in srgb, var(--warm) 11%, transparent); font-weight: 800; }
.problem-card h3 { margin: 45px 0 12px; }
.problem-card p { color: var(--muted); margin: 0; font-size: .93rem; }
.together { margin-top: 28px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; border-radius: 18px; color: #eefaf0; background: #112e19; }
.together > div { display: flex; gap: 18px; align-items: center; }
.together .logo-mini img { border-radius: 50%; }
.together .eyebrow { color: #76dc7c; margin: 0 0 5px; }
.together h3 { margin: 0; }
.together .text-link { color: #88e18e; }

.features { background: var(--surface); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--bg); transition: border-color .2s, transform .2s; }
.feature-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.feature-card.featured { grid-row: span 2; min-height: 536px; background: linear-gradient(160deg, var(--brand-soft), var(--surface)); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--brand-soft); color: var(--brand-dark); font-size: 1.25rem; font-weight: 800; }
.feature-card h3 { margin: 46px 0 12px; }
.feature-card p { color: var(--muted); }
.mini-ui { margin-top: 40px; padding: 14px; display: grid; grid-template-columns: 1fr auto; gap: 12px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: var(--shadow-sm); font-size: .8rem; }
.mini-ui strong { color: var(--brand-dark); }

.product { background: var(--navy); color: var(--bg); }
[data-theme="dark"] .product { background: #e8f2ea; color: #101a13; }
.product .section-heading > p:last-child, .product .showcase-copy > p { color: color-mix(in srgb, var(--bg) 66%, transparent); }
[data-theme="dark"] .product .section-heading > p:last-child, [data-theme="dark"] .product .showcase-copy > p { color: #526157; }
.product .eyebrow { color: #76dd7e; }
[data-theme="dark"] .product .eyebrow { color: #188b27; }
.showcase-list { display: grid; gap: 92px; }
.showcase { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.showcase:nth-child(even) .showcase-media { order: 2; }
.showcase-media { display: grid; place-items: center; position: relative; }
.showcase-media::before { content: ""; width: 90%; aspect-ratio: 1; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(70,203,82,.22), transparent 68%); }
.device {
  width: min(330px, 75vw);
  height: 460px;
  overflow: hidden;
  border-radius: 42px;
  z-index: 1;
  transition: transform .25s;
}
.device::after {
  content: "View full screenshot";
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 99px;
  color: #fff;
  background: rgba(5, 16, 26, .76);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  pointer-events: none;
}
.device:hover { transform: scale(1.015) rotate(-.5deg); }
.device img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
}
.showcase-number { font-family: var(--font-display); font-weight: 800; color: color-mix(in srgb, var(--bg) 25%, transparent); font-size: 4rem; line-height: 1; }
[data-theme="dark"] .showcase-number { color: #bfcbc1; }
.showcase-copy h3 { max-width: 530px; font-size: clamp(2rem, 3vw, 3.2rem); margin-bottom: 20px; }
.showcase-copy > p:not(.eyebrow) { font-size: 1.08rem; max-width: 520px; }
.showcase-copy ul { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.showcase-copy li { display: flex; gap: 10px; font-weight: 600; }
.showcase-copy li::before { content: "✓"; color: #74dc7d; }
[data-theme="dark"] .showcase-copy li::before { color: #218f2d; }

.how { background: var(--surface); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.steps::before { content: ""; height: 1px; background: var(--line); position: absolute; left: 16%; right: 16%; top: 31px; }
.steps li { text-align: center; padding: 0 32px; position: relative; }
.steps li > span { width: 62px; height: 62px; margin: 0 auto 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--brand-dark); font-family: var(--font-display); font-weight: 800; box-shadow: var(--shadow-sm); }
.steps p { color: var(--muted); }
.stories { padding-top: 0; background: var(--surface); }
.story-card { padding: 65px; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; border-radius: 28px; background: var(--bg-alt); }
.story-card > div:first-child p:not(.eyebrow) { max-width: 620px; color: var(--muted); margin-bottom: 28px; }
.story-proof { min-height: 270px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-sm); transform: rotate(1.5deg); }
.quote-mark { color: var(--brand); font-family: Georgia, serif; font-size: 5rem; line-height: .6; }
.story-proof p { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; }
.story-proof span { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.testimonial-card {
  min-width: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.testimonial-top { display: flex; align-items: center; gap: 14px; }
.testimonial-top h2, .testimonial-top h3 { margin: 0 0 3px; font-size: 1.15rem; }
.testimonial-top p { margin: 0; color: var(--muted); font-size: .83rem; }
.testimonial-initial { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--brand-dark); background: var(--brand-soft); font-family: var(--font-display); font-weight: 800; }
.testimonial-card blockquote { margin: 30px 0; color: var(--text); font-family: var(--font-display); font-size: clamp(1.08rem, 2vw, 1.35rem); font-weight: 600; line-height: 1.55; letter-spacing: -.02em; }
.testimonial-card > .testimonial-highlight { width: fit-content; margin-top: auto; padding: 8px 12px; border-radius: 99px; color: var(--brand-dark); background: var(--brand-soft); font-size: .76rem; font-weight: 700; }
.testimonial-label { margin: 28px 0 -16px; color: var(--brand-dark); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-card-large { min-height: 480px; padding: 42px; }
.testimonial-card-large blockquote { font-size: clamp(1.25rem, 2.4vw, 1.65rem); }
.testimonial-card-large > .testimonial-highlight { display: flex; align-items: center; gap: 8px; border-radius: 14px; }
.testimonial-card-large > .testimonial-highlight strong { font-family: var(--font-display); font-size: 1.25rem; }
.stories-action { margin-top: 34px; text-align: center; }
.stories-cta { margin-top: 70px; padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 22px; background: var(--bg-alt); }
.stories-cta h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.stories-cta .eyebrow { margin-bottom: 8px; }

.pricing { background: var(--bg-alt); }
.pricing-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: center; }
.pricing-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.pricing-note { margin-top: 50px; display: flex; gap: 14px; }
.pricing-note > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--brand-dark); background: var(--brand-soft); border-radius: 50%; }
.pricing-note p { color: var(--muted); }
.pricing-note strong { color: var(--text); }
.price-card { padding: 42px; border: 1px solid color-mix(in srgb, var(--brand) 35%, var(--line)); border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); position: relative; }
.price-card::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; border-top: 3px solid var(--brand); pointer-events: none; }
.price-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.price-top > div > span { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; }
.price-top p { margin: 4px 0 0; color: var(--muted); font-size: .85rem; }
.popular { padding: 7px 10px; border-radius: 99px; color: var(--brand-dark); background: var(--brand-soft); font-size: .7rem; font-weight: 700; }
.price { margin: 32px 0 10px; display: flex; align-items: baseline; }
.price > span { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; }
.price strong { font-family: var(--font-display); font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.06em; }
.price small { color: var(--muted); }
.price-card > p { color: var(--muted); }
.check-list { margin: 30px 0; padding: 26px 0; list-style: none; border-block: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.check-list li { display: flex; gap: 9px; font-size: .88rem; }
.check-list li::before { content: "✓"; color: var(--brand-dark); font-weight: 800; }
.price-demo { display: block; text-align: center; margin-top: 16px; color: var(--muted); font-weight: 700; font-size: .85rem; }

.referral { background: var(--surface); }
.referral-card { min-height: 470px; padding: 70px; display: grid; grid-template-columns: .8fr 1fr; gap: 80px; align-items: center; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: linear-gradient(130deg, var(--brand-soft), var(--surface)); }
.referral-card > div:last-child > p:not(.eyebrow) { color: var(--muted); margin-bottom: 28px; }
.referral-art { min-height: 320px; position: relative; display: grid; place-items: center; }
.referral-art img { border-radius: 50%; box-shadow: var(--shadow); z-index: 3; }
.referral-art i { position: absolute; width: 280px; height: 280px; border: 1px dashed var(--brand); border-radius: 50%; opacity: .5; }
.coin, .share-node { position: absolute; display: grid; place-items: center; border-radius: 50%; background: var(--surface); box-shadow: var(--shadow-sm); color: var(--brand-dark); font-weight: 800; }
.coin { width: 55px; height: 55px; }
.coin-a { left: 8%; top: 15%; }.coin-b { right: 6%; bottom: 12%; }
.share-node { width: 22px; height: 22px; background: var(--brand); }
.node-a { right: 13%; top: 12%; }.node-b { left: 2%; bottom: 18%; }.node-c { right: 30%; bottom: 3%; }

.faq { background: var(--bg-alt); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro .text-link { margin-top: 20px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--font-display); font-size: 1.08rem; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--brand-dark); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { color: var(--muted); padding: 0 45px 24px 0; margin: 0; }
.final-cta { background: var(--bg-alt); padding-top: 0; }
.cta-card { padding: 95px 40px; border-radius: 28px; text-align: center; color: white; background: #19852a; position: relative; overflow: hidden; }
.cta-card > *:not(.cta-pattern) { position: relative; z-index: 1; }
.cta-card .eyebrow { justify-content: center; color: #bdf1c1; }
.cta-card h2 { max-width: 800px; margin-inline: auto; }
.cta-card > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 32px; color: #d9f3dc; font-size: 1.08rem; }
.centered-buttons { justify-content: center; }
.cta-pattern { position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 10% 20%, white 0 2px, transparent 3px), radial-gradient(circle at 85% 70%, white 0 2px, transparent 3px); background-size: 55px 55px, 70px 70px; }

.site-footer { background: #07110b; color: #e6f0e8; padding: 80px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(5, 1fr); gap: 45px; }
.footer-brand p { margin-top: 24px; color: #8fa195; }
.footer-main h3 { color: #7f9385; font-family: var(--font-body); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.footer-main > div:not(.footer-brand) a { display: block; color: #c5d1c8; font-size: .88rem; margin: 12px 0; }
.footer-main a:hover { color: #6ede77; }
.footer-bottom { margin-top: 65px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #1d2b20; color: #708076; font-size: .76rem; }
.footer-bottom p { margin: 0; }

.lightbox { width: min(95vw, 740px); max-height: 94vh; padding: 18px; border: 0; border-radius: 25px; background: #101720; box-shadow: 0 40px 120px rgba(0,0,0,.5); overflow: auto; }
.lightbox::backdrop { background: rgba(0,8,3,.82); backdrop-filter: blur(8px); }
.lightbox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(94vh - 36px);
  margin: auto;
  border-radius: 15px;
  object-fit: contain;
}
.lightbox-close { position: fixed; top: 18px; right: 25px; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: rgba(0,0,0,.5); font-size: 1.8rem; cursor: pointer; z-index: 2; }

/* Supporting pages */
.page-main { min-height: 70vh; padding: 150px 0 100px; }
.page-hero { max-width: 820px; margin-bottom: 60px; }
.page-hero p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; }
.content-card { max-width: 880px; padding: 45px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.content-card h2 { font-size: 1.6rem; margin-top: 40px; }
.content-card h2:first-child { margin-top: 0; }
.content-card p, .content-card li { color: var(--muted); }
.legal-content > p:first-child { color: var(--text); font-size: 1.08rem; }
.legal-content { width: 100%; overflow-wrap: anywhere; }
.legal-content ul { margin: 0 0 24px; padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.legal-content strong { color: var(--text); }
.legal-content address {
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
  color: var(--muted);
  font-style: normal;
  line-height: 1.9;
}
.legal-content address a { color: var(--brand-dark); font-weight: 700; }
.commission-summary {
  margin: 24px 0;
  padding: 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 20px;
  border: 1px solid color-mix(in srgb, var(--brand) 40%, var(--line));
  border-radius: 18px;
  background: linear-gradient(135deg, var(--brand-soft), var(--surface));
}
.commission-summary span {
  grid-column: 1 / -1;
  color: var(--brand-dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.commission-summary strong {
  color: var(--brand-dark);
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 5.6rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.commission-summary p { margin: 0 0 7px; max-width: 310px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 60px; }
.contact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-option { min-width: 0; padding: 36px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-sm); }
.contact-option-soon { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: 24px; }
.contact-option-soon .contact-icon { grid-row: 1 / 4; }
.contact-option-soon .eyebrow { margin: 0 0 7px; }
.contact-option-soon h2, .contact-option-soon p { grid-column: 2; }
.contact-option-soon h2 { margin-bottom: 8px; }
.contact-option-soon p { margin: 0; }
.contact-option h2 { font-size: 1.45rem; margin-bottom: 12px; }
.contact-option > p:not(.eyebrow) { color: var(--muted); }
.contact-icon { width: 50px; height: 50px; margin-bottom: 34px; display: grid; place-items: center; border-radius: 14px; color: var(--brand-dark); background: var(--brand-soft); font-size: 1.2rem; }
.telegram-icon { color: #1689c9; background: #e1f4ff; }
.availability-badge { grid-column: 3; grid-row: 1 / 4; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: var(--bg); font-size: .75rem; font-weight: 700; white-space: nowrap; }
.contact-form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .85rem; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; color: var(--text); background: var(--bg); }
.field textarea { min-height: 135px; resize: vertical; }
.notice { padding: 15px 18px; border-radius: 10px; color: var(--muted); background: var(--brand-soft); font-size: .86rem; }

@keyframes float { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-12px); } }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .site-nav > a:nth-of-type(3) { display: none; }
  .hero-grid { gap: 30px; }
  .float-card-one { left: -2%; }.float-card-two { right: -2%; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .showcase { gap: 50px; }
  .footer-main { grid-template-columns: 1.6fr repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 90px 0; }
  .site-header { background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent); }
  .nav-toggle { display: grid; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { display: none; position: fixed; inset: 68px 0 0; padding: 30px 24px 60px; align-items: stretch; background: var(--bg); overflow: auto; }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav > a, .nav-actions > a:not(.btn) { display: block !important; padding: 11px 0; color: var(--text); font-family: var(--font-display); font-size: 1.35rem; }
  .mobile-nav-more { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 14px 0; border-block: 1px solid var(--line); }
  .mobile-nav-more a { padding: 9px 0; color: var(--muted); font-size: .95rem; font-weight: 700; }
  .nav-actions { margin: 10px 0 0; flex-direction: column; align-items: stretch; }
  .nav-actions .btn { display: flex; }
  .theme-toggle { margin-top: 10px; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .hero-grid, .hero-copy, .hero-visual { min-width: 0; max-width: 100%; }
  .hero h1, .hero-lead, .hero-support { max-width: 100%; overflow-wrap: break-word; }
  .hero-copy .eyebrow, .button-row, .microcopy { justify-content: center; }
  .hero-support, .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 540px; }
  .hero-phone { height: 510px; }
  .float-card-one { left: 3%; }.float-card-two { right: 3%; }
  .business-strip { margin-top: 20px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .showcase-list { gap: 78px; }
  .showcase { grid-template-columns: 1fr; text-align: center; }
  .showcase:nth-child(even) .showcase-media { order: initial; }
  .device { height: 500px; }
  .showcase-copy .eyebrow { justify-content: center; }
  .showcase-copy h3, .showcase-copy > p { margin-inline: auto; }
  .showcase-copy ul { width: fit-content; margin-inline: auto; text-align: left; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps::before { display: none; }
  .story-card, .pricing-grid, .referral-card, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .testimonial-grid, .contact-options { grid-template-columns: 1fr; }
  .contact-option-soon { grid-column: auto; grid-template-columns: 1fr; }
  .contact-option-soon .contact-icon, .contact-option-soon .eyebrow, .contact-option-soon h2, .contact-option-soon p, .availability-badge { grid-column: 1; grid-row: auto; }
  .availability-badge { width: fit-content; margin-top: 18px; }
  .stories-cta { align-items: flex-start; flex-direction: column; }
  .story-card, .referral-card { padding: 45px; }
  .faq-intro { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { padding-top: 112px; }
  .hero-support { font-size: 1rem; }
  .button-row .btn { width: 100%; }
  .microcopy { gap: 8px 18px; }
  .hero-visual { min-height: 520px; }
  .phone-frame { width: 270px; }
  .hero-phone { height: 500px; }
  .orbit-one { width: 370px; height: 370px; }.orbit-two { width: 470px; height: 470px; }
  .float-card { min-width: 170px; padding: 11px; }
  .float-card-one { left: -4%; top: 22%; }.float-card-two { right: -4%; bottom: 18%; }
  .float-card small { display: none; }
  .business-strip i { display: none; }
  .business-strip { gap: 10px 18px; padding-block: 20px; }
  .section-heading { margin-bottom: 44px; }
  .problem-grid, .feature-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 235px; }
  .feature-card.featured { min-height: 440px; }
  .together { align-items: flex-start; gap: 20px; flex-direction: column; }
  .showcase-list { gap: 68px; }
  .showcase { gap: 38px; }
  .device { width: 265px; height: 500px; border-radius: 35px; padding: 8px; }
  .device img { border-radius: 28px; }
  .device::after { right: 13px; bottom: 13px; padding: 8px 11px; }
  .story-card, .referral-card, .price-card, .content-card { padding: 28px; }
  .page-hero { margin-bottom: 38px; }
  .legal-content { line-height: 1.72; }
  .legal-content h2 { font-size: 1.4rem; line-height: 1.25; }
  .testimonial-card, .testimonial-card-large, .contact-option { min-height: 0; padding: 26px; }
  .testimonial-card blockquote { overflow-wrap: anywhere; }
  .stories-cta { padding: 28px; }
  .commission-summary { grid-template-columns: 1fr; padding: 22px; }
  .commission-summary p { margin-top: 8px; }
  .story-proof { min-height: 230px; padding: 25px; }
  .check-list { grid-template-columns: 1fr; }
  .price strong { font-size: 3.3rem; }
  .price-card .btn { width: 100%; }
  .referral-art { min-height: 250px; }
  .referral-art i { width: 220px; height: 220px; }
  .cta-card { width: calc(100% - 20px); padding: 70px 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .page-main { padding-top: 120px; }
}

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