:root { --bg: #0a0b0e; --surface: #111217; --surface-2: #17191f; --text: #f4f5f6; --muted: #a3a6af; --line: rgba(255,255,255,.12); --lime: #c9ff65; --lime-deep: #a4e23c; --shell: 1160px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.page-glow { position: absolute; z-index: 0; top: 0; left: 50%; width: min(1140px, 100vw); height: 680px; transform: translateX(-50%); pointer-events: none; background: radial-gradient(ellipse at 50% 0%, rgba(187,255,88,.12), transparent 63%); }
.site-header { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: rgba(10,11,14,.88); backdrop-filter: blur(14px); }
.header-row { position: relative; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 780; font-size: 20px; letter-spacing: -.8px; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 7px 7px 7px 2px; transform: rotate(-12deg); background: var(--lime); box-shadow: 0 0 24px rgba(201,255,101,.45); }
.main-nav { position: absolute; left: 50%; display: flex; gap: 24px; color: var(--muted); font-size: 14px; transform: translateX(-50%); }
.main-nav a:hover, .login:hover, .text-link:hover, .site-footer a:hover { color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 16px; font-size: 14px; }
.login { color: var(--muted); white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 18px; border-radius: 12px; background: var(--lime); color: #0c0e0b; font-weight: 760; line-height: 1; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #dcff9b; }
.button-small { min-height: 38px; padding-inline: 14px; font-size: 13px; }
.button-light { background: #fff; color: #0a0b0e; }
.language { position: relative; }
.language summary { cursor: pointer; list-style: none; color: var(--muted); font-size: 12px; white-space: nowrap; }
.language summary::-webkit-details-marker { display: none; }
.language summary span { padding-left: 4px; }
.language-list { position: absolute; right: 0; top: 26px; width: 138px; overflow: hidden; padding: 6px; border: 1px solid var(--line); border-radius: 10px; background: #181a20; box-shadow: 0 16px 44px rgba(0,0,0,.35); }
.language-list a { display: block; padding: 7px 8px; border-radius: 7px; font-size: 13px; }
.language-list a:hover, .language-list a[aria-current="page"] { background: rgba(201,255,101,.12); color: var(--lime); }
.hero { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: clamp(40px, 7vw, 96px); align-items: center; min-height: 580px; padding-block: 94px 68px; }
.hero-copy { max-width: 635px; }
.eyebrow { margin-bottom: 15px; color: var(--lime); font-weight: 760; font-size: 11px; letter-spacing: .13em; line-height: 1.25; }
.pill { display: inline-block; padding: 8px 11px; border: 1px solid rgba(201,255,101,.2); border-radius: 999px; background: rgba(201,255,101,.06); }
h1, h2 { letter-spacing: -.058em; line-height: .99; }
h1 { margin-bottom: 25px; font-size: clamp(48px, 6.2vw, 78px); font-weight: 740; }
h2 { margin-bottom: 19px; font-size: clamp(34px, 4vw, 55px); font-weight: 710; }
h3 { font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.hero-text { max-width: 590px; margin-bottom: 30px; color: #c8cbd1; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.text-link { color: #dfe1e5; font-weight: 680; }
.signal-card { position: relative; min-height: 410px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: #15171b; box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.signal-card img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; object-position: center; filter: brightness(.82) saturate(.92) contrast(1.03); }
.signal-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, rgba(9,10,13,.88) 100%); }
.signal-overlay { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 23px; }
.signal-overlay p { margin-bottom: 6px; font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.signal-overlay span { display: block; color: #d5d7da; font-size: 14px; line-height: 1.5; }
.proof { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--line); }
.proof > div { min-width: 0; padding: 22px 25px; background: #101116; }
.proof strong { display: block; margin-bottom: 5px; font-size: 16px; letter-spacing: -.02em; }
.proof span { display: block; color: var(--muted); font-size: 13px; line-height: 1.45; }
.section { position: relative; z-index: 1; padding-block: 120px; }
.section-intro { max-width: 685px; margin-bottom: 48px; }
.section-intro > p:last-child { max-width: 615px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { margin-inline: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.feature-card > img { width: 100%; height: 205px; object-fit: cover; background: #222; filter: saturate(.78) contrast(1.03); }
.card-copy { padding: 24px; }
.card-copy .eyebrow { margin-bottom: 10px; font-size: 10px; }
.card-copy h3 { margin-bottom: 13px; }
.card-copy p:not(.eyebrow) { color: #b9bdc5; font-size: 14px; }
.card-copy ul { margin: 18px 0 0; padding: 0; list-style: none; color: #e1e3e5; font-size: 13px; }
.card-copy li { position: relative; padding: 5px 0 5px 18px; }
.card-copy li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 999px; background: var(--lime); }
.workflow { border-block: 1px solid var(--line); background: #0e1014; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 52px; }
.step { min-width: 0; padding: 25px 4px 8px; border-top: 1px solid rgba(201,255,101,.48); }
.step span { display: inline-block; margin-bottom: 36px; color: var(--lime); font-size: 13px; font-weight: 760; }
.step h3 { margin-bottom: 13px; }
.step p { color: var(--muted); font-size: 15px; }
.split { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(40px, 10vw, 160px); align-items: start; }
.split#review { padding-bottom: 76px; }
.split .body-large { margin-bottom: 26px; color: #c7c9cf; font-size: 18px; line-height: 1.78; }
.pricing { padding-top: 0; }
.price-card { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding: clamp(32px, 5vw, 64px); overflow: hidden; border-radius: 20px; background: var(--lime); color: #11150c; }
.price-card .eyebrow { color: #466b0a; }
.price-card h2 { max-width: 690px; margin-bottom: 17px; }
.price-card p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #28331a; font-size: 17px; }
.price-card .button { flex: none; }
.faq { display: grid; grid-template-columns: minmax(400px, .95fr) minmax(0, 1.05fr); gap: clamp(52px, 6vw, 96px); align-items: start; }
.faq .section-intro { max-width: 510px; margin-bottom: 0; }
.faq .section-intro h2 { max-width: 500px; font-size: clamp(40px, 3.6vw, 52px); line-height: 1.03; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 19px 32px 19px 0; cursor: pointer; font-weight: 680; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: 15px; color: var(--lime); font-size: 24px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin-bottom: 20px; color: var(--muted); font-size: 15px; }
.final-cta { padding: clamp(38px, 6vw, 76px); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: radial-gradient(circle at 85% 15%, rgba(201,255,101,.18), transparent 28%), #15171b; text-align: center; }
.final-cta h2 { max-width: 720px; margin-inline: auto; }
.final-cta p:not(.eyebrow) { max-width: 610px; margin: 0 auto 27px; color: var(--muted); font-size: 17px; }
.site-footer { position: relative; z-index: 1; border-top: 1px solid var(--line); background: linear-gradient(180deg, #0c0d11 0%, #090a0d 100%); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, .8fr)); gap: clamp(28px, 5vw, 72px); padding-block: 76px 68px; }
.footer-brand p { max-width: 320px; margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.footer-column h3 { margin: 4px 0 17px; color: #f0f2f3; font-size: 12px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin-bottom: 11px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.site-footer a:not(.brand):hover { color: var(--lime); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding-block: 18px 20px; border-top: 1px solid var(--line); color: #777b84; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom-right { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.footer-languages { display: flex; align-items: center; gap: 8px; }
.footer-languages a { display: inline-flex; min-width: 25px; justify-content: center; margin: 0; color: #868b94; font-size: 11px; }
.footer-languages a[aria-current="page"] { color: var(--lime); }
@media (max-width: 900px) { .main-nav { display: none; } .hero { grid-template-columns: 1fr; gap: 45px; min-height: unset; padding-block: 76px 54px; } .hero-copy { max-width: 760px; } .signal-card, .signal-card img { min-height: 340px; } .feature-grid { grid-template-columns: 1fr; } .feature-card { display: grid; grid-template-columns: minmax(210px,.75fr) minmax(0,1.25fr); } .feature-card > img { height: 100%; min-height: 250px; } .steps, .proof { grid-template-columns: 1fr; } .proof { gap: 1px; } .split, .faq { grid-template-columns: 1fr; gap: 30px; } .split#review { padding-bottom: 56px; } .pricing { padding-top: 0; } .footer-grid { grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr)); gap: 28px; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 620px) { .shell { width: min(calc(100% - 32px), var(--shell)); } .header-row { min-height: 64px; gap: 11px; } .brand { font-size: 18px; } .header-actions { gap: 10px; } .login { display: none; } .button-small { min-height: 35px; padding-inline: 11px; font-size: 12px; } .language { display: none; } h1 { font-size: clamp(42px, 13vw, 61px); } .hero-text { font-size: 16px; } .hero-actions { gap: 18px; } .signal-card, .signal-card img { min-height: 285px; } .proof > div { padding: 18px; } .section { padding-block: 76px; } .section-intro { margin-bottom: 32px; } .pricing { padding-top: 0; } .feature-card { display: block; } .feature-card > img { height: 220px; min-height: 0; } .steps { margin-top: 34px; } .step span { margin-bottom: 19px; } .price-card { display: block; } .price-card .button { margin-top: 26px; } .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; padding-block: 54px 44px; } .footer-brand { grid-column: 1 / -1; } .footer-column h3 { margin-top: 0; } .footer-bottom { display: block; } .footer-bottom-right { display: block; margin-top: 8px; } .footer-languages { margin-top: 11px; } }
