:root {
  --ink: #070908;
  --ink-soft: #101410;
  --paper: #f1f3ed;
  --paper-2: #e5e9df;
  --acid: #b7f52d;
  --green: #1f5f3e;
  --line: rgba(8, 12, 9, 0.15);
  --white-line: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 124px; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%);
  width: min(1320px, calc(100% - 48px)); height: 92px; display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid var(--white-line); color: white;
}
.brand img { width: 206px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 620; color: rgba(255,255,255,.68); }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--acid); }
.header-cta { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.06); color: white; padding: 12px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; backdrop-filter: blur(12px); }
.header-cta:hover { border-color: var(--acid); color: var(--acid); }

.hero { position: relative; min-height: 870px; height: 100svh; max-height: 1020px; overflow: hidden; background: #020302; color: white; }
.hero-image { position: absolute; inset: 0; background: url('assets/hero-panda-avocado.png') center/cover no-repeat; transform: scale(1.02); animation: heroIn 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 37%, rgba(0,0,0,.14) 72%, rgba(0,0,0,.2) 100%), linear-gradient(180deg, rgba(0,0,0,.08) 55%, rgba(0,0,0,.72) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: clamp(182px, 21vh, 240px); }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 760; }
.eyebrow { color: rgba(255,255,255,.72); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--acid); box-shadow: 0 0 10px var(--acid); }
.hero h1 { margin: 24px 0 22px; max-width: 770px; font-size: clamp(58px, 6.7vw, 102px); line-height: .92; letter-spacing: -.07em; font-weight: 570; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-lead { max-width: 600px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.hero-lead strong { color: white; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 30px; }
.primary-button { border: 0; border-radius: 999px; background: var(--acid); color: #11170a; font-weight: 790; padding: 17px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; box-shadow: 0 0 0 1px rgba(183,245,45,.2), 0 15px 45px rgba(138,208,0,.16); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 0 0 5px rgba(183,245,45,.12), 0 20px 55px rgba(138,208,0,.22); }
.primary-button.full { width: 100%; }
.text-link { color: white; font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.3); padding-block: 10px; }
.text-link span { color: var(--acid); margin-left: 10px; }
.hero-proof { display: flex; align-items: stretch; gap: 0; margin-top: 68px; }
.hero-proof div { display: flex; flex-direction: column; min-width: 148px; padding-right: 34px; margin-right: 34px; border-right: 1px solid var(--white-line); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { font-size: 23px; letter-spacing: -.04em; }
.hero-proof span { font-size: 10px; color: rgba(255,255,255,.53); text-transform: uppercase; letter-spacing: .1em; margin-top: 7px; }
.price-card { position: absolute; z-index: 3; right: 5vw; bottom: 9vh; width: 190px; height: 190px; border: 1px solid rgba(183,245,45,.55); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(4,12,7,.48); backdrop-filter: blur(16px); transform: rotate(-7deg); }
.price-card::before { content: ''; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; }
.price-card span, .price-card small { position: relative; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.62); }
.price-card strong { position: relative; color: var(--acid); font-size: 38px; letter-spacing: -.06em; margin-block: 5px; }
.scroll-cue { position: absolute; left: 28px; bottom: 38px; color: rgba(255,255,255,.52); writing-mode: vertical-rl; text-transform: uppercase; font-size: 8px; letter-spacing: .2em; display: flex; gap: 12px; align-items: center; }
.scroll-cue span { width: 1px; height: 40px; background: linear-gradient(var(--acid), transparent); }

.trust-strip { background: var(--acid); }
.trust-grid { min-height: 96px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.trust-grid div { display: flex; align-items: center; gap: 20px; padding-inline: 28px; border-right: 1px solid rgba(7,9,8,.2); font-size: 13px; font-weight: 720; }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid b { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; opacity: .55; }

.section-kicker { color: var(--green); margin-bottom: 25px; }
.section-kicker.light { color: var(--acid); }
.section-heading { margin-bottom: 55px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .7fr; gap: 60px; align-items: end; }
.section-heading h2, .process-content h2, .lead-copy h2, .faq-layout h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.065em; margin: 0; font-weight: 570; }
.section-heading p, .process-content > p, .faq-layout > div > p { margin: 0; font-size: 16px; line-height: 1.7; color: rgba(7,9,8,.62); }

.package-section { background: var(--paper); }
.package-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.package-card { position: relative; overflow: hidden; background: var(--ink); color: white; padding: 44px; border-radius: 30px; }
.package-card::after { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; right: -140px; top: -130px; background: var(--green); filter: blur(70px); opacity: .4; }
.package-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 720; }
.stock-badge { background: var(--acid); color: var(--ink); border-radius: 999px; padding: 8px 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.package-price { position: relative; z-index: 1; display: flex; align-items: flex-end; gap: 12px; margin-top: 42px; }
.package-price strong { font-size: clamp(60px, 8vw, 100px); line-height: .8; letter-spacing: -.08em; color: var(--acid); }
.package-price span { font-size: 14px; color: rgba(255,255,255,.55); }
.package-card > p { color: rgba(255,255,255,.56); font-size: 13px; margin: 20px 0 36px; }
.package-card ul { list-style: none; padding: 0; margin: 0 0 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.package-card li { display: flex; gap: 13px; align-items: center; border-top: 1px solid var(--white-line); padding-block: 17px; font-size: 13px; color: rgba(255,255,255,.82); }
.package-card li span { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: rgba(183,245,45,.12); color: var(--acid); }
.package-aside { display: grid; gap: 22px; }
.delivery-card, .no-risk-card { border-radius: 30px; padding: 36px; }
.delivery-card { background: var(--acid); min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; }
.delivery-card > span { font-size: 12px; font-weight: 720; text-transform: uppercase; letter-spacing: .12em; }
.delivery-card strong { font-size: clamp(70px, 8vw, 110px); line-height: .75; letter-spacing: -.09em; }
.delivery-card strong small { display: block; font-size: 17px; letter-spacing: -.02em; margin: 13px 0 0 5px; }
.delivery-card p { font-size: 13px; max-width: 220px; line-height: 1.5; margin: 0; }
.no-risk-card { background: white; display: flex; align-items: center; gap: 20px; }
.mini-icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--acid); font-weight: 800; }
.no-risk-card strong { font-size: 15px; }
.no-risk-card p { margin: 7px 0 0; font-size: 12px; line-height: 1.55; color: rgba(7,9,8,.56); }

.process-section { background: var(--ink); color: white; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; align-items: center; }
.process-image-wrap { position: relative; border-radius: 28px; overflow: hidden; min-height: 620px; }
.process-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.5)); }
.process-image-wrap img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.process-stamp { position: absolute; z-index: 2; right: 24px; bottom: 24px; width: 150px; height: 150px; border-radius: 50%; background: var(--acid); color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 8px; }
.process-stamp strong { font-size: 52px; letter-spacing: -.08em; }
.process-stamp span { font-size: 10px; text-transform: uppercase; font-weight: 800; line-height: 1.3; }
.process-content h2 { max-width: 570px; }
.process-content > p { color: rgba(255,255,255,.6); margin-top: 28px; }
.steps { list-style: none; padding: 0; margin: 45px 0 0; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; border-top: 1px solid var(--white-line); padding-block: 20px; }
.steps li > span { color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; }
.steps strong { font-size: 14px; }
.steps p { color: rgba(255,255,255,.5); font-size: 12px; margin: 6px 0 0; line-height: 1.55; }

.references-section { overflow: hidden; }
.reference-marquee { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reference-card { position: relative; min-height: 210px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px; display: grid; grid-template-rows: auto 1fr auto; gap: 15px; overflow: hidden; background: rgba(255,255,255,.38); transition: background .22s ease, color .22s ease, transform .22s ease; }
.reference-card:hover { background: var(--ink); color: white; transform: translateY(-3px); z-index: 2; }
.reference-card > span { font-size: 9px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; opacity: .45; }
.reference-card img { width: 100%; height: 92px; object-fit: contain; padding: 8px; align-self: center; filter: saturate(.88); transition: transform .22s ease, filter .22s ease; }
.reference-card.dark img { background: #0d110f; border-radius: 14px; }
.reference-card.light img { background: #fff; border-radius: 14px; }
.reference-card:hover img { transform: scale(1.035); filter: saturate(1); }
.reference-card b { font-size: 12px; font-weight: 720; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stat-banner { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--green); color: white; border-radius: 28px; overflow: hidden; }
.stat-banner div { min-height: 180px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid rgba(255,255,255,.15); }
.stat-banner div:last-child { border: 0; }
.stat-banner strong { font-size: 54px; line-height: 1; letter-spacing: -.065em; }
.stat-banner span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; opacity: .6; margin-top: 9px; }

.lead-section { position: relative; overflow: hidden; background: #050706; color: white; }
.lead-bg { position: absolute; inset: 0; opacity: .36; background: linear-gradient(90deg, rgba(0,0,0,.3), rgba(0,0,0,.6)), url('assets/cta-device.png') center/cover no-repeat; filter: saturate(.85); }
.lead-section::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,5,.92) 0%, rgba(3,8,5,.62) 45%, rgba(3,8,5,.84) 100%); }
.lead-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.lead-copy h2 { max-width: 500px; }
.lead-copy > p { color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; max-width: 470px; }
.lead-price { margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--white-line); display: flex; flex-direction: column; gap: 6px; max-width: 320px; }
.lead-price span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; opacity: .55; }
.lead-price strong { color: var(--acid); font-size: 46px; letter-spacing: -.06em; }
.lead-price small { color: white; font-size: 14px; letter-spacing: 0; }
.lead-form { background: rgba(247,249,244,.96); color: var(--ink); padding: 38px; border-radius: 28px; backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.form-heading strong { font-size: 20px; letter-spacing: -.03em; }
.form-heading span { font-size: 9px; text-transform: uppercase; letter-spacing: .13em; color: var(--green); }
.lead-form label { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; font-size: 11px; font-weight: 720; }
.lead-form label em { color: #a62818; font-style: normal; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(7,9,8,.16); background: white; color: var(--ink); border-radius: 11px; padding: 13px 14px; outline: none; font-size: 13px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,95,62,.09); }
.consent-label { flex-direction: row !important; align-items: flex-start; gap: 10px !important; font-weight: 480 !important; line-height: 1.45; color: rgba(7,9,8,.65); }
.consent-label input { width: 16px; height: 16px; accent-color: var(--green); flex: 0 0 16px; margin-top: 1px; }
.consent-label a { text-decoration: underline; color: var(--green); }
.lead-form .primary-button { margin-top: 18px; }
.form-error { color: #9e2518; background: #fff0ed; border-radius: 8px; padding: 10px 12px; font-size: 11px; margin: 12px 0 0; }
.form-note { display: block; text-align: center; color: rgba(7,9,8,.45); font-size: 9px; margin-top: 11px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-layout h2 { font-size: clamp(42px, 4.8vw, 64px); }
.faq-layout > div > p { margin-top: 25px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 25px 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 650; font-size: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-size: 24px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 0 24px; padding-right: 60px; font-size: 13px; line-height: 1.7; color: rgba(7,9,8,.6); }

footer { background: var(--ink); color: white; padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 50px; padding-bottom: 60px; }
.footer-grid img { width: 210px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid span { color: var(--acid); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 750; }
.footer-grid p, .footer-grid a { margin: 0; font-size: 12px; color: rgba(255,255,255,.6); }
.footer-grid a:hover { color: white; }
.footer-bottom { border-top: 1px solid var(--white-line); padding-block: 20px 34px; display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 10px; }
.mobile-sticky { display: none; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { min-height: 820px; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.93), rgba(0,0,0,.58) 65%, rgba(0,0,0,.28)); }
  .price-card { right: 5vw; bottom: 6vh; width: 150px; height: 150px; }
  .price-card strong { font-size: 30px; }
  .split-heading, .package-layout, .process-grid, .lead-grid, .faq-layout { grid-template-columns: 1fr; }
  .process-grid, .lead-grid { gap: 60px; }
  .package-aside { grid-template-columns: 1fr 1fr; }
  .delivery-card { min-height: 290px; }
  .process-image-wrap { min-height: 520px; }
  .lead-copy { max-width: 660px; }
  .reference-marquee { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { gap: 48px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding-block: 82px; }
  .site-header { width: calc(100% - 28px); height: 75px; }
  .brand img { width: 170px; }
  .header-cta { display: none; }
  .hero { min-height: 800px; height: auto; max-height: none; }
  .hero-image { background-position: 67% top; opacity: .75; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.18) 10%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.98) 70%); }
  .hero-content { padding-top: 330px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); margin-top: 18px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 26px; }
  .primary-button { width: 100%; }
  .text-link { text-align: center; border-bottom: 0; }
  .hero-proof { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { min-width: 0; padding-right: 9px; margin-right: 9px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 7px; }
  .price-card, .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .trust-grid div, .trust-grid div:first-child { min-height: 55px; padding-inline: 0; border-right: 0; border-bottom: 1px solid rgba(7,9,8,.18); }
  .trust-grid div:last-child { border: 0; }
  .split-heading { gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .process-content h2, .lead-copy h2, .faq-layout h2 { font-size: 42px; }
  .section-heading p, .process-content > p, .lead-copy > p { font-size: 14px; }
  .package-card { padding: 28px 22px; border-radius: 22px; }
  .package-price strong { font-size: 68px; }
  .package-card ul { grid-template-columns: 1fr; }
  .package-aside { grid-template-columns: 1fr; }
  .delivery-card, .no-risk-card { border-radius: 22px; }
  .delivery-card { min-height: 260px; }
  .process-grid { gap: 45px; }
  .process-image-wrap { min-height: 390px; border-radius: 22px; }
  .process-image-wrap img { object-position: 42% center; }
  .process-stamp { width: 110px; height: 110px; right: 14px; bottom: 14px; }
  .process-stamp strong { font-size: 38px; }
  .process-stamp span { font-size: 8px; }
  .reference-card { min-height: 170px; padding: 14px; }
  .reference-card img { height: 72px; padding: 6px; }
  .stat-banner { grid-template-columns: 1fr; border-radius: 22px; }
  .stat-banner div { min-height: 118px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .stat-banner strong { font-size: 42px; }
  .lead-grid { gap: 45px; }
  .lead-form { padding: 24px 18px; border-radius: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading span { display: none; }
  .faq-list summary { font-size: 13px; }
  .faq-list details p { padding-right: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding-bottom: 105px; }
  .mobile-sticky { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.16); background: rgba(7,9,8,.93); color: white; border-radius: 18px; padding: 12px 13px 12px 17px; box-shadow: 0 18px 50px rgba(0,0,0,.45); backdrop-filter: blur(15px); }
  .mobile-sticky span { display: flex; flex-direction: column; align-items: flex-start; }
  .mobile-sticky small { color: rgba(255,255,255,.52); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
  .mobile-sticky strong { color: var(--acid); font-size: 15px; margin-top: 2px; }
  .mobile-sticky b { background: var(--acid); color: var(--ink); border-radius: 12px; padding: 11px 14px; font-size: 12px; }
}
