:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #101828; background: #f7f9fc; color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: #175cd3; }
.site-header, main, footer { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.site-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; color: #101828; font-weight: 800; text-decoration: none; }
.brand-mark { display: block; width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 7px 16px rgba(37,99,235,.25); }
nav { display: flex; align-items: center; gap: 18px; }
nav a { color: #475467; font-size: 14px; font-weight: 650; text-decoration: none; }
.language-button { border: 1px solid #d0d5dd; border-radius: 9px; padding: 7px 10px; background: white; color: #344054; font-weight: 800; cursor: pointer; }
.hero { max-width: 900px; padding: 92px 0 72px; }
.eyebrow { margin: 0 0 13px; color: #155eef; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
h1 { max-width: 880px; margin: 0; font-size: clamp(42px, 7vw, 74px); line-height: 1.03; letter-spacing: -.045em; }
.hero-copy { max-width: 720px; margin: 26px 0 0; color: #475467; font-size: clamp(18px, 2.5vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.button { display: inline-flex; padding: 13px 20px; border-radius: 11px; background: #2563eb; color: white; font-weight: 800; }
.button.disabled { background: #d0d5dd; color: #475467; cursor: not-allowed; }
.text-link { font-weight: 750; text-decoration: none; }
.microcopy { color: #667085; font-size: 13px; }
.hero > .microcopy { margin-top: 18px; }
.trial-microcopy { display: inline-flex; margin: 18px 0 0; padding: 9px 12px; border: 1px solid #abefc6; border-radius: 10px; background: #ecfdf3; color: #067647; font-size: 13px; font-weight: 750; line-height: 1.45; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dfe4ec; border-radius: 18px; background: white; box-shadow: 0 16px 45px rgba(16,24,40,.06); }
.trust-strip div { display: grid; gap: 6px; padding: 24px; }
.trust-strip div + div { border-left: 1px solid #e4e7ec; }
.trust-strip span { color: #667085; font-size: 14px; line-height: 1.45; }
.section { padding: 100px 0 20px; }
.section h2 { max-width: 720px; margin: 0 0 34px; font-size: clamp(30px, 5vw, 48px); line-height: 1.1; letter-spacing: -.03em; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article, .price-card { border: 1px solid #e4e7ec; border-radius: 18px; padding: 26px; background: white; }
.cards article > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #175cd3; background: #eff4ff; font-weight: 850; }
.cards h3 { margin: 22px 0 8px; }
.cards p, .privacy-block > p, .price-card p { color: #475467; line-height: 1.65; }
.video-demo { padding-top: 84px; }
.video-demo-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(28px, 6vw, 72px); align-items: end; margin-bottom: 30px; }
.video-demo-heading h2 { max-width: 760px; margin-bottom: 0; }
.video-demo-heading > p { margin: 0 0 5px; color: #475467; font-size: 17px; line-height: 1.65; }
.video-browser { overflow: hidden; border: 1px solid #cbd5e1; border-radius: 22px; background: #101828; box-shadow: 0 30px 80px rgba(16,24,40,.18), 0 8px 24px rgba(37,99,235,.10); }
.video-browser-bar { display: flex; align-items: center; gap: 7px; height: 44px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.09); background: #172033; }
.video-browser-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #667085; }
.video-browser-bar > span:first-child { background: #f97066; }
.video-browser-bar > span:nth-child(2) { background: #fdb022; }
.video-browser-bar > span:nth-child(3) { background: #32d583; }
.video-browser-bar > div { overflow: hidden; margin-left: 8px; color: #d0d5dd; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.video-stage { position: relative; aspect-ratio: 16 / 9; background: #0b1220; }
.video-launch { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #0b1220; cursor: pointer; }
.video-launch img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease, filter .35s ease; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,12,28,.05), rgba(5,12,28,.38)); transition: background .25s ease; }
.video-play-card { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; gap: 14px; min-width: min(310px, calc(100% - 32px)); padding: 14px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 16px; background: rgba(255,255,255,.94); color: #101828; box-shadow: 0 16px 45px rgba(16,24,40,.28); text-align: left; transform: translate(-50%, -50%); transition: transform .2s ease, background .2s ease; }
.video-play-card > span:last-child { display: grid; gap: 2px; }
.video-play-card strong { font-size: 15px; }
.video-play-card small { color: #667085; font-size: 12px; }
.video-play-icon { position: relative; display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: #2563eb; box-shadow: 0 8px 20px rgba(37,99,235,.32); }
.video-play-icon::after { width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid white; content: ""; }
.video-launch:hover img { transform: scale(1.015); filter: saturate(1.06); }
.video-launch:hover .video-shade { background: linear-gradient(180deg, rgba(5,12,28,0), rgba(5,12,28,.28)); }
.video-launch:hover .video-play-card { background: white; transform: translate(-50%, -50%) scale(1.025); }
.video-launch:focus-visible { outline: 4px solid #84adff; outline-offset: -4px; }
.video-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-privacy-note { margin: 12px 0 0; color: #667085; font-size: 12px; text-align: center; }
.product-preview h2 { margin-bottom: 18px; }
.preview-copy { max-width: 760px; margin: 0 0 30px; color: #475467; font-size: 18px; line-height: 1.65; }
.setup-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: start; }
.setup-gallery .product-shot { align-self: start; }
.setup-gallery .product-shot figcaption { min-height: 112px; }
.recommendation-shot { margin-top: 30px; }
.product-shot { overflow: hidden; margin: 0; border: 1px solid #dfe4ec; border-radius: 18px; background: white; box-shadow: 0 16px 45px rgba(16,24,40,.08); }
.product-shot img { display: block; width: 100%; height: auto; border-bottom: 1px solid #e4e7ec; }
.product-shot figcaption { display: grid; gap: 4px; padding: 17px 20px 19px; color: #667085; font-size: 14px; line-height: 1.5; }
.product-shot figcaption strong { color: #101828; font-size: 16px; }
.privacy-block { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.privacy-block h2 { margin-bottom: 0; }
.privacy-block > p { margin: 27px 0 0; }
.price-card { max-width: 760px; border-color: #b2ccff; padding: clamp(22px, 4vw, 34px); }
.price { display: flex; align-items: baseline; gap: 7px; margin: 0; }
.price strong { color: #101828; font-size: 42px; }
.trial-price-block { padding: clamp(20px, 4vw, 30px); border: 1px solid #b2ccff; border-radius: 15px; background: #eff4ff; }
.price-card .price-label { margin: 0 0 6px; color: #155eef; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.trial-price strong { color: #155eef; font-size: clamp(48px, 8vw, 66px); line-height: 1; }
.trial-price span, .continuing-price span { font-size: 15px; font-weight: 700; }
.trial-price-block > p:last-child { margin-bottom: 0; }
.after-trial { margin-top: 22px; padding: 22px 24px; border: 1px solid #e4e7ec; border-radius: 15px; background: #f9fafb; }
.continuing-price strong { font-size: 36px; }
.after-trial > p:last-child { margin-bottom: 0; }
.price-card .cancel-note { margin: 20px 0 0; padding: 14px 16px; border: 1px solid #abefc6; border-radius: 11px; background: #ecfdf3; color: #067647; }
.price-cta { margin-top: 20px; text-decoration: none; }
.price-card > .microcopy { margin: 14px 0 0; }
footer { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 110px; padding: 30px 0 40px; border-top: 1px solid #e4e7ec; color: #667085; font-size: 13px; }
footer a { color: #475467; }
.legal-page, .result-card { width: min(860px, calc(100% - 36px)); margin: 40px auto; border: 1px solid #e4e7ec; border-radius: 18px; padding: clamp(24px, 5vw, 52px); background: white; box-shadow: 0 14px 40px rgba(16,24,40,.07); }
.legal-page .legal-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 36px; }
.legal-page h1, .result-card h1 { margin: 0 0 10px; font-size: clamp(29px, 5vw, 44px); letter-spacing: -.03em; }
.legal-page h2 { margin: 34px 0 8px; font-size: 20px; }
.legal-page p, .legal-page li, .result-card p { color: #475467; line-height: 1.7; }
.legal-page .meta { color: #667085; }
.legal-page .notice { padding: 14px 16px; border: 1px solid #fedf89; border-radius: 11px; background: #fffaeb; color: #7a2e0e; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; padding-top: 22px; border-top: 1px solid #e4e7ec; }
.result-card { max-width: 580px; margin-top: 12vh; text-align: center; }
.consent-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(780px, calc(100% - 40px)); margin-left: auto; padding: 20px; border: 1px solid #b2ccff; border-radius: 16px; background: white; box-shadow: 0 18px 55px rgba(16,24,40,.2); }
.consent-banner[hidden], .consent-settings[hidden] { display: none; }
.consent-copy { max-width: 560px; }
.consent-copy strong { display: block; margin-bottom: 5px; font-size: 16px; }
.consent-copy p { margin: 0 0 7px; color: #475467; font-size: 14px; line-height: 1.5; }
.consent-copy a { font-size: 13px; font-weight: 700; }
.consent-actions { display: flex; gap: 9px; flex-shrink: 0; }
.consent-button, .consent-settings { border: 1px solid #d0d5dd; border-radius: 9px; padding: 10px 14px; background: white; color: #344054; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.consent-accept { border-color: #2563eb; background: #2563eb; color: white; }
.consent-settings { position: fixed; z-index: 999; right: 14px; bottom: 14px; padding: 8px 11px; box-shadow: 0 8px 24px rgba(16,24,40,.13); font-size: 12px; }
[data-lang-block][hidden] { display: none !important; }
@media (max-width: 760px) { .video-demo { padding-top: 66px; } .video-demo-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 22px; } .video-demo-heading > p { font-size: 15px; } .video-browser { border-radius: 14px; } .video-browser-bar { height: 38px; } .video-play-card { min-width: 0; width: auto; padding: 10px 13px; border-radius: 13px; } .video-play-icon { width: 38px; height: 38px; flex-basis: 38px; } .video-play-card strong { font-size: 13px; } .video-play-card small { font-size: 11px; } }
@media (max-width: 760px) { nav a { display: none; } .hero { padding-top: 64px; } .trust-strip, .cards, .privacy-block { grid-template-columns: 1fr; } .trust-strip div + div { border-left: 0; border-top: 1px solid #e4e7ec; } .section { padding-top: 74px; } .trial-microcopy { display: block; } .preview-copy { font-size: 16px; } .product-gallery { gap: 20px; } .product-shot { border-radius: 13px; } .product-shot figcaption { padding: 14px 16px 16px; } .trial-price { align-items: flex-start; flex-direction: column; } .after-trial { padding: 18px; } .continuing-price { align-items: flex-start; flex-direction: column; } .consent-banner { right: 12px; bottom: 12px; left: 12px; display: grid; width: calc(100% - 24px); gap: 16px; } .consent-actions { justify-content: stretch; } .consent-button { flex: 1; } }
@media (max-width: 760px) { .setup-gallery { grid-template-columns: repeat(4, minmax(220px, 1fr)); overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x mandatory; } .setup-gallery .product-shot { scroll-snap-align: start; } .setup-gallery .product-shot figcaption { min-height: 0; } .recommendation-shot { margin-top: 20px; } }
