﻿@font-face{font-family:"Manrope";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/manrope-400.woff2") format("woff2")}@font-face{font-family:"Manrope";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/manrope-600.woff2") format("woff2")}@font-face{font-family:"Manrope";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/manrope-700.woff2") format("woff2")}@font-face{font-family:"Manrope";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/manrope-800.woff2") format("woff2")}@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/jetbrains-mono-500.woff2") format("woff2")}@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/jetbrains-mono-600.woff2") format("woff2")}@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/jetbrains-mono-700.woff2") format("woff2")}:root{--bg: #ffffff;--bg-warm: #fafafa;--surface: #ffffff;--border: rgba(10, 10, 14, 0.08);--border-strong: rgba(10, 10, 14, 0.16);--ink: #0a0a0e;--text-dim: rgba(10, 10, 14, 0.62);--text-faint: rgba(10, 10, 14, 0.42);--blue: #00b4ff;--blue-bright: #66dcff;--blue-deep: #0090d4;--blue-soft: rgba(0, 180, 255, 0.12);--blue-glow: rgba(0, 180, 255, 0.45);--ink-deep: #0e0e14;--ink-deep-surface: #17171f;--ink-deep-border: rgba(255, 255, 255, 0.08);--bg-soft: #f2f3f7;--radius-block: 36px;--sans: 'Manrope', system-ui, sans-serif;--mono: 'JetBrains Mono', ui-monospace, monospace}.landing-page{background:var(--bg);color:var(--ink);font-family:var(--sans);font-weight:400;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}.landing-page *,.landing-page *::before,.landing-page *::after{margin:0;padding:0;box-sizing:border-box}.landing-page a{color:inherit;text-decoration:none}.landing-page button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.landing-page img{display:block;max-width:100%}.landing-page ::selection{background:var(--blue);color:#fff}.landing-page section{position:relative;z-index:1}.landing-page::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:multiply}.landing-page .ambient{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.landing-page .ambient::before,.landing-page .ambient::after{content:"";position:absolute;border-radius:50%;filter:blur(140px)}.landing-page .ambient::before{width:800px;height:800px;top:-300px;right:-200px;background:radial-gradient(circle, rgba(0, 180, 255, 0.18), transparent 70%)}.landing-page .ambient::after{width:600px;height:600px;top:60%;left:-250px;background:radial-gradient(circle, rgba(0, 180, 255, 0.1), transparent 70%)}.landing-page .container{max-width:1240px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:100px;font-size:14px;font-weight:600;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap}.landing-page .btn-ghost{color:var(--ink)}.landing-page .btn-ghost:hover{background:var(--border)}.landing-page .btn-primary{background:var(--ink);color:var(--bg);box-shadow:0 1px 2px rgba(0,0,0,.1)}.landing-page .btn-primary:hover{background:var(--ink);box-shadow:0 8px 24px rgba(0,0,0,.25);transform:translateY(-1px)}.landing-page .btn-blue{background:var(--blue);color:#fff;box-shadow:0 4px 16px var(--blue-glow)}.landing-page .btn-blue:hover{background:var(--blue-deep);box-shadow:0 8px 28px var(--blue-glow);transform:translateY(-1px)}.landing-page .btn-large{padding:14px 26px;font-size:15px}.landing-page .btn-bounce{animation:btn-bob 5s ease-in-out infinite}.landing-page .btn-bounce:hover{animation-play-state:paused}@media(prefers-reduced-motion: reduce){.landing-page .btn-bounce{animation:none}}.landing-page .btn-outline{border:1px solid var(--border-strong);color:var(--ink)}.landing-page .btn-outline:hover{border-color:var(--ink);background:var(--ink);color:var(--bg)}.landing-page .reveal{opacity:0;transform:translateY(20px);animation:landing-reveal .8s cubic-bezier(0.4, 0, 0.2, 1) forwards}.landing-page .delay-1{animation-delay:.1s}.landing-page .delay-2{animation-delay:.2s}.landing-page .delay-3{animation-delay:.35s}.landing-page .delay-4{animation-delay:.5s}@keyframes landing-reveal{to{opacity:1;transform:translateY(0)}}@keyframes btn-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}html:has(.landing-page){scroll-behavior:smooth}#rechner,#funktionen,#ablauf,#sicherheit,#preise,#faq{scroll-margin-top:90px}.landing-page>nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:14px 0;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);background:hsla(0,0%,100%,.78);border-bottom:1px solid var(--border)}.landing-page>nav .container{display:flex;align-items:center;justify-content:space-between}.landing-page>nav .logo{display:inline-flex;align-items:center;gap:9px}.landing-page>nav .logo-mark{height:28px;width:28px}.landing-page>nav .logo-img{height:30px;width:auto}.landing-page .nav-left{display:flex;align-items:center;gap:clamp(20px,3.5vw,44px)}.landing-page .nav-links{display:flex;align-items:center;gap:2px}.landing-page .nav-right{display:flex;gap:12px;align-items:center}.landing-page .nav-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:40px;height:40px;padding:0;background:none;border:none;border-radius:10px;cursor:pointer}.landing-page .nav-burger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--ink);transition:transform .25s ease,opacity .2s ease}.landing-page .nav-burger:hover{background:rgba(10,10,14,.04)}.landing-page .nav-burger[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.landing-page .nav-burger[aria-expanded=true] span:nth-child(2){opacity:0}.landing-page .nav-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.landing-page .nav-mobile{display:none;position:absolute;top:100%;left:0;right:0;padding:8px 20px 16px;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 18px 40px rgba(10,10,14,.08)}.landing-page .nav-mobile-link{display:block;padding:13px 4px;font-size:16px;font-weight:600;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--border)}.landing-page .nav-mobile-link:last-child{border-bottom:none}.landing-page .nav-mobile-link:hover{color:var(--blue)}.landing-page .nav-mobile-lang{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 4px 4px}.landing-page .nav-mobile-lang label{font-size:16px;font-weight:600;color:var(--ink)}.landing-page .nav-mobile-lang select{font:inherit;font-size:14px;font-weight:600;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:10px;padding:8px 30px 8px 12px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230a0a0e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.landing-page .nav-mobile-cta{width:100%;margin-top:14px}@media(max-width: 960px){.landing-page .nav-burger{display:flex}.landing-page .nav-mobile:not([hidden]){display:block}.landing-page .nav-right .lang-switcher,.landing-page .nav-right .btn-primary{display:none}}.landing-page .nav-link{font-size:14px;font-weight:600;color:var(--ink);text-decoration:none;padding:8px 10px;border-radius:8px;transition:color .2s ease,background .2s ease}.landing-page .nav-link:hover{color:var(--ink);background:rgba(10,10,14,.04)}.landing-page .hero{padding:140px 0 80px;position:relative;overflow:hidden}.landing-page .hero-grid{display:grid;grid-template-columns:minmax(0, 1.1fr) minmax(0, 0.9fr);align-items:center;gap:80px}.landing-page h1.hero-title{font-family:var(--sans);font-weight:800;font-size:clamp(36px,4.4vw,60px);line-height:1;letter-spacing:-0.04em;margin-bottom:24px;color:var(--ink)}.landing-page h1.hero-title .accent{color:var(--blue);font-weight:800;position:relative;display:inline}.landing-page h1.hero-title .accent::after{content:"";position:absolute;left:0;right:0;bottom:.08em;height:.1em;background:var(--blue);opacity:.18;border-radius:2px}.landing-page .hero-sub{font-size:19px;line-height:1.55;color:var(--text-dim);max-width:520px;margin-bottom:40px}.landing-page .hero-ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.landing-page .hero-trust{margin-top:36px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.landing-page .hero-trust-label{font-family:var(--mono);font-size:10px;color:var(--text-faint);letter-spacing:.18em;text-transform:uppercase;display:inline-flex;align-items:center;gap:10px}.landing-page .hero-trust-label::after{content:"";width:36px;height:1px;background:var(--border-strong)}.landing-page .trust-badges-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.landing-page .trust-badge{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:var(--ink);letter-spacing:-0.005em;transition:transform .2s ease;cursor:default}.landing-page .trust-badge:hover{transform:translateY(-1px)}.landing-page .trust-badge .label{display:flex;flex-direction:column;line-height:1.15}.landing-page .trust-badge .label .sub{font-family:var(--mono);font-size:9px;font-weight:500;color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase;margin-top:1px}.landing-page .seal{width:38px;height:38px;border-radius:50%;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(10,10,14,.08),0 0 0 1px rgba(10,10,14,.04),inset 0 1px 0 hsla(0,0%,100%,.4)}.landing-page .seal::before{content:"";position:absolute;inset:3px;border-radius:50%;border:1px dashed currentColor;opacity:.25;pointer-events:none}.landing-page .seal::after{content:"";position:absolute;top:4px;left:6px;width:40%;height:30%;background:radial-gradient(ellipse, rgba(255, 255, 255, 0.6), transparent 70%);border-radius:50%;pointer-events:none}.landing-page .seal.dsgvo{background:radial-gradient(circle at 35% 30%, #66dcff 0%, #00b4ff 50%, #0090d4 100%);color:#fff}.landing-page .seal.dsgvo svg{position:relative;z-index:2;filter:drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2))}.landing-page .seal.gdpr{background:radial-gradient(circle at 35% 30%, #ffffff 0%, #e8ecf2 55%, #b8c2d0 100%);color:var(--blue-deep);box-shadow:0 1px 2px rgba(10,10,14,.1),0 0 0 1px rgba(10,10,14,.08),inset 0 1px 0 hsla(0,0%,100%,.9)}.landing-page .seal.gdpr::before{border-color:var(--blue-deep);opacity:.35}.landing-page .seal.gdpr svg{position:relative;z-index:2}.landing-page .seal.de{background:linear-gradient(180deg, #1a1a1a 0%, #1a1a1a 33.3%, #c41e1e 33.3%, #c41e1e 66.6%, #f5c518 66.6%, #f5c518 100%);color:var(--ink)}.landing-page .seal.cloud{background:radial-gradient(circle at 35% 30%, #5eead4 0%, #14b8a6 50%, #0f766e 100%);color:#fff}.landing-page .seal.cloud svg{position:relative;z-index:2;filter:drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25))}.landing-page .hero-right{display:flex;flex-direction:column;align-items:stretch;min-width:0}.landing-page .hero-visual{position:relative;aspect-ratio:1/1.05;width:100%;max-width:540px;margin-left:auto}.landing-page .hero-orb{position:absolute;top:8%;left:4%;transform:translate(-50%, -50%);width:130px;height:130px;border-radius:50%;z-index:1;background:radial-gradient(circle at 35% 30%, #d6f1ff 0%, #66dcff 25%, #00b4ff 55%, #0090d4 90%);box-shadow:0 0 0 1px hsla(0,0%,100%,.4) inset,0 -20px 40px hsla(0,0%,100%,.3) inset,0 20px 60px rgba(0,144,212,.55),0 0 80px rgba(0,180,255,.7),0 0 140px rgba(0,180,255,.4);animation:floatOrb 6s ease-in-out infinite}.landing-page .hero-orb::before{content:"";position:absolute;top:12%;left:22%;width:38%;height:28%;background:radial-gradient(ellipse, rgba(255, 255, 255, 0.85), transparent 70%);border-radius:50%;filter:blur(2px)}.landing-page .hero-orb::after{content:"";position:absolute;bottom:18%;right:20%;width:14%;height:10%;background:radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent 70%);border-radius:50%;filter:blur(1px)}.landing-page .app-card{position:absolute;top:47%;left:0;transform:translateY(-50%) rotate(-1.5deg);width:82%;max-width:420px;background:var(--surface);border-radius:16px;border:1px solid var(--border);box-shadow:0 1px 2px rgba(0,0,0,.04),0 16px 48px rgba(0,180,255,.14),0 40px 100px rgba(10,10,14,.1);overflow:hidden;z-index:2;animation:floatApp 8s ease-in-out infinite}.landing-page .app-topbar{display:flex;align-items:center;gap:5px;padding:10px 14px;border-bottom:1px solid var(--border);background:var(--bg-warm)}.landing-page .app-dot{width:8px;height:8px;border-radius:50%;background:rgba(10,10,14,.12)}.landing-page .app-crumb{font-family:var(--mono);font-size:9px;color:var(--text-faint);letter-spacing:.06em;margin-left:8px}.landing-page .app-body{padding:16px 18px 18px}.landing-page .app-eyebrow{font-family:var(--mono);font-size:8.5px;font-weight:500;color:var(--text-faint);letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px}.landing-page .app-hello{font-size:19px;font-weight:800;letter-spacing:-0.03em;color:var(--ink);margin-bottom:14px}.landing-page .app-hello em{font-style:normal;color:var(--text-faint);font-weight:700}.landing-page .app-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px;margin-bottom:14px}.landing-page .app-stat{display:flex;flex-direction:column;gap:4px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 10px 8px;min-width:0}.landing-page .app-stat svg{width:100%;height:14px;margin-top:2px}.landing-page .app-stat svg path{fill:none;stroke-width:2;stroke-linecap:round;vector-effect:non-scaling-stroke}.landing-page .app-stat-label{font-family:var(--mono);font-size:7px;font-weight:500;color:var(--text-faint);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-page .app-stat-value{font-size:20px;font-weight:800;letter-spacing:-0.03em;color:var(--ink);line-height:1;font-variant-numeric:tabular-nums}.landing-page .app-table-title{font-family:var(--mono);font-size:8.5px;font-weight:500;color:var(--text-faint);letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.landing-page .app-row{display:flex;align-items:center;gap:8px;background:var(--bg-warm);border:1px solid var(--border);border-radius:8px;padding:6px 9px;margin-bottom:6px}.landing-page .app-row:last-child{margin-bottom:0}.landing-page .app-row.is-live{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--blue-soft)}.landing-page .dash-avatar{width:20px;height:20px;border-radius:50%;background:var(--blue-soft);color:var(--blue-deep);font-family:var(--mono);font-size:8px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .dash-meta{display:flex;flex-direction:column;min-width:0;line-height:1.25}.landing-page .dash-meta strong{font-size:10.5px;font-weight:600;color:var(--ink);white-space:nowrap}.landing-page .dash-meta em{font-style:normal;font-size:9px;color:var(--text-faint);white-space:nowrap}.landing-page .chip{margin-left:auto;font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 7px;border-radius:100px;flex-shrink:0;white-space:nowrap}.landing-page .chip.chip--done{color:#16a34a;background:rgba(34,197,94,.12)}.landing-page .chip.chip--pending{color:var(--text-dim);background:rgba(10,10,14,.06)}.landing-page .chip.chip--reminded{color:var(--blue-deep);background:var(--blue-soft);animation:chipPulse 1.6s ease-in-out infinite}.landing-page .phone-card{position:absolute;bottom:2%;right:0;transform:rotate(4deg);width:195px;background:var(--surface);border-radius:22px;padding:18px 16px 16px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 12px 40px rgba(0,0,0,.08),0 30px 80px rgba(0,0,0,.06);border:1px solid var(--border);z-index:2;animation:floatRight 7s ease-in-out infinite;animation-delay:-3.5s}.landing-page .phone-notch{width:30px;height:4px;border-radius:100px;background:var(--border-strong);margin:0 auto 12px}.landing-page .form-label{font-family:var(--mono);font-size:10px;font-weight:500;color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:6px}.landing-page .form-label::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.landing-page .form-input{background:var(--bg-warm);border:1px solid var(--border);border-radius:8px;padding:9px 10px;margin-bottom:9px;font-size:11px;color:var(--ink)}.landing-page .form-input.active{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--blue-soft)}.landing-page .form-input-label{font-size:9px;color:var(--text-dim);margin-bottom:4px;font-weight:500}.landing-page .form-sent{color:#16a34a;background:rgba(34,197,94,.12);text-align:center;padding:9px;border-radius:8px;font-size:11px;font-weight:600;margin-top:6px}.landing-page .ping-card{position:absolute;top:4%;right:2%;transform:rotate(2deg);width:200px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 14px 12px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 12px 32px rgba(0,180,255,.18),0 24px 60px rgba(0,180,255,.08);z-index:4;animation:floatAi 6.5s ease-in-out infinite;animation-delay:-1.5s}.landing-page .ai-header{display:flex;align-items:center;gap:7px;margin-bottom:10px;padding-bottom:9px;border-bottom:1px solid var(--border)}.landing-page .ai-pulse{width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 3px var(--blue-soft),0 0 8px var(--blue);animation:pulseDotAi 1.5s ease-in-out infinite;flex-shrink:0}.landing-page .ai-title{font-family:var(--mono);font-size:9px;font-weight:700;color:var(--ink);letter-spacing:.12em;text-transform:uppercase}.landing-page .ai-status{font-family:var(--mono);font-size:9px;color:var(--text-faint);margin-left:auto;letter-spacing:.04em;font-weight:500}.landing-page .ai-row{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:var(--ink);background:var(--bg-warm);border:1px solid var(--border);border-radius:6px;padding:5px 8px}.landing-page .ai-row::before{content:"✓";width:11px;height:11px;border-radius:50%;background:#22c55e;color:#fff;font-size:7px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .ai-tag{margin-left:auto;font-family:var(--mono);font-size:8px;color:var(--text-faint);letter-spacing:.05em;text-transform:uppercase;font-weight:500}@keyframes floatOrb{0%,100%{transform:translate(-50%, -50%) translateY(0)}50%{transform:translate(-50%, -50%) translateY(-10px)}}@keyframes floatApp{0%,100%{transform:translateY(-50%) rotate(-1.5deg) translateY(0)}50%{transform:translateY(-50%) rotate(-1.5deg) translateY(-7px)}}@keyframes floatRight{0%,100%{transform:rotate(4deg) translateY(0)}50%{transform:rotate(4deg) translateY(-9px)}}@keyframes floatAi{0%,100%{transform:rotate(2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-6px)}}@keyframes pulseDotAi{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(0.78)}}@keyframes chipPulse{0%,100%{opacity:1}50%{opacity:.55}}@keyframes landing-spin{to{transform:rotate(360deg)}}.landing-page .flow{padding:90px 0 70px;position:relative}.landing-page .flow-intro{text-align:center;max-width:640px;margin:0 auto 64px}.landing-page .flow-eyebrow{font-family:var(--mono);font-size:12px;color:var(--blue);letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;display:inline-flex;align-items:center;gap:10px}.landing-page .flow-eyebrow::before,.landing-page .flow-eyebrow::after{content:"";width:24px;height:1px;background:var(--blue);opacity:.5}.landing-page .flow-headline{font-size:clamp(32px,4vw,50px);font-weight:800;letter-spacing:-0.03em;line-height:1.05;color:var(--ink)}.landing-page .flow-headline .accent{color:var(--blue)}.landing-page .flow-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;position:relative}.landing-page .flow-step{background:var(--bg-soft);border:none;border-radius:20px;padding:28px;position:relative;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.landing-page .flow-step:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(10,10,14,.08)}.landing-page .flow-step h3{font-size:18px;font-weight:700;letter-spacing:-0.02em;margin-bottom:8px;color:var(--ink)}.landing-page .flow-step p{font-size:14px;color:var(--text-dim);line-height:1.55}.landing-page .flow-num{position:absolute;top:28px;left:28px;z-index:3;display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;font-weight:600;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;background:var(--surface);padding:5px 10px;border:1px solid var(--border);border-radius:100px}.landing-page .flow-num span{color:var(--blue);font-weight:700}.landing-page .flow-illust{aspect-ratio:1.2/1;background:radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.85), transparent 70%),#fff;border-radius:14px;border:1px solid var(--border);position:relative;overflow:hidden;margin-bottom:28px}.landing-page .flow-illust::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle, rgba(10, 10, 14, 0.07) 1px, transparent 1px);background-size:14px 14px;background-position:0 0;pointer-events:none;opacity:.5}.landing-page .flow-illust::after{content:"";position:absolute;inset:12px;pointer-events:none;background:linear-gradient(to right, var(--text-faint) 12px, transparent 12px) top left/12px 1px no-repeat,linear-gradient(to bottom, var(--text-faint) 12px, transparent 12px) top left/1px 12px no-repeat,linear-gradient(to left, var(--text-faint) 12px, transparent 12px) top right/12px 1px no-repeat,linear-gradient(to bottom, var(--text-faint) 12px, transparent 12px) top right/1px 12px no-repeat,linear-gradient(to right, var(--text-faint) 12px, transparent 12px) bottom left/12px 1px no-repeat,linear-gradient(to top, var(--text-faint) 12px, transparent 12px) bottom left/1px 12px no-repeat,linear-gradient(to left, var(--text-faint) 12px, transparent 12px) bottom right/12px 1px no-repeat,linear-gradient(to top, var(--text-faint) 12px, transparent 12px) bottom right/1px 12px no-repeat;opacity:.45}.landing-page .flow-tag{position:absolute;bottom:18px;left:18px;z-index:4;font-family:var(--mono);font-size:9px;color:var(--text-faint);letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:6px}.landing-page .flow-tag::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--blue)}.landing-page .il-upload{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2}.landing-page .il-dropzone{position:absolute;width:70%;height:70%;border:1.5px dashed var(--border-strong);border-radius:12px;top:50%;left:50%;transform:translate(-50%, -50%)}.landing-page .il-pdf-card{position:relative;z-index:3;width:92px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px 10px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 12px 30px rgba(0,0,0,.1);transform:rotate(-4deg);animation:liftUp 4s ease-in-out infinite}.landing-page .il-pdf-badge{background:#ef4444;color:#fff;font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.06em;padding:2px 5px;border-radius:3px;display:inline-block;margin-bottom:8px}.landing-page .il-pdf-badge.il-pdf-badge--form{background:var(--blue);text-transform:uppercase}.landing-page .il-status-list{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:170px;display:flex;flex-direction:column;gap:7px;z-index:1}.landing-page .il-status-row{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:7px 9px}.landing-page .il-status-name{font-size:10.5px;font-weight:600;color:var(--ink);white-space:nowrap}.landing-page .il-pdf-line{height:3px;background:rgba(10,10,14,.1);border-radius:2px;margin-bottom:4px}.landing-page .il-pdf-line.s{width:60%}.landing-page .il-pdf-line.m{width:85%}.landing-page .il-arrow-up{position:absolute;top:18px;left:50%;transform:translateX(-50%);z-index:4;color:var(--blue);animation:floatArrow 2.5s ease-in-out infinite}.landing-page .il-ai{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2}.landing-page .il-orb{width:60px;height:60px;border-radius:50%;background:radial-gradient(circle at 35% 30%, #d6f1ff 0%, #66dcff 25%, #00b4ff 55%, #0090d4 90%);box-shadow:0 0 0 1px hsla(0,0%,100%,.4) inset,0 -10px 20px hsla(0,0%,100%,.3) inset,0 0 30px var(--blue-glow);position:relative;z-index:5;animation:orbPulse 3s ease-in-out infinite}.landing-page .il-orb::before{content:"";position:absolute;top:12%;left:22%;width:38%;height:28%;background:radial-gradient(ellipse, rgba(255, 255, 255, 0.85), transparent 70%);border-radius:50%}.landing-page .il-ring{position:absolute;border:1px solid var(--blue);border-radius:50%;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;animation:ringExpand 3s ease-out infinite}.landing-page .il-ring.r1{width:80px;height:80px;animation-delay:0s}.landing-page .il-ring.r2{width:80px;height:80px;animation-delay:1s}.landing-page .il-ring.r3{width:80px;height:80px;animation-delay:2s}.landing-page .il-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--ink);z-index:3}.landing-page .il-dot.i1{top:30%;left:18%}.landing-page .il-dot.i2{top:60%;left:14%}.landing-page .il-dot.i3{top:75%;left:22%}.landing-page .il-dot.o1{top:25%;right:18%;background:var(--blue)}.landing-page .il-dot.o2{top:50%;right:12%;background:var(--blue)}.landing-page .il-dot.o3{top:72%;right:20%;background:var(--blue)}.landing-page .il-lines{position:absolute;inset:0;z-index:2;pointer-events:none}.landing-page .il-lines path{stroke:var(--blue);fill:none;stroke-width:1;stroke-dasharray:3 4;opacity:.4;animation:dashFlow 8s linear infinite}.landing-page .il-form-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2}.landing-page .il-device{width:130px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:14px 12px;box-shadow:0 1px 2px rgba(0,0,0,.04),0 16px 40px rgba(0,180,255,.12);transform:rotate(3deg);position:relative;animation:deviceFloat 5s ease-in-out infinite}.landing-page .il-device-label{font-family:var(--mono);font-size:8px;color:var(--blue);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;display:flex;align-items:center;gap:5px}.landing-page .il-device-label::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--blue);box-shadow:0 0 6px var(--blue)}.landing-page .il-field{background:var(--bg-warm);border-radius:5px;padding:6px 7px;margin-bottom:5px;border:1px solid var(--border)}.landing-page .il-field.active{background:var(--surface);border-color:var(--blue);box-shadow:0 0 0 2px var(--blue-soft)}.landing-page .il-field.active .il-field-value{background:var(--blue);width:60%}.landing-page .il-field-label{font-size:7px;color:var(--text-faint);margin-bottom:3px;letter-spacing:.04em;font-weight:500}.landing-page .il-field-value{height:4px;background:rgba(10,10,14,.18);border-radius:2px;width:75%}.landing-page .il-check{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(34,197,94,.35);z-index:4;animation:popIn 3s ease-in-out infinite}.landing-page .flow-arrow{position:absolute;top:38%;color:var(--text-faint);z-index:5;background:var(--bg);width:26px;height:26px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.landing-page .flow-arrow.a1{left:calc(33.33% - 13px)}.landing-page .flow-arrow.a2{left:calc(66.66% - 13px)}@keyframes liftUp{0%,100%{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-8px)}}@keyframes floatArrow{0%,100%{transform:translateX(-50%) translateY(0);opacity:.5}50%{transform:translateX(-50%) translateY(-6px);opacity:1}}@keyframes orbPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes ringExpand{0%{width:60px;height:60px;opacity:.6}100%{width:180px;height:180px;opacity:0}}@keyframes deviceFloat{0%,100%{transform:rotate(3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-6px)}}@keyframes popIn{0%,70%,100%{transform:scale(1)}80%{transform:scale(1.15)}}.landing-page .problem{padding:14px clamp(20px,4vw,56px)}.landing-page .problem .container{background:var(--ink-deep);border-radius:var(--radius-block);padding:clamp(48px,6vw,84px) clamp(24px,5vw,64px)}.landing-page .problem .flow-eyebrow{color:var(--blue-bright)}.landing-page .problem .flow-eyebrow::before,.landing-page .problem .flow-eyebrow::after{background:var(--blue-bright)}.landing-page .problem .flow-headline{color:#fff}.landing-page .pain-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;max-width:900px;margin:0 auto}.landing-page .pain-card{background:var(--ink-deep-surface);border:1px solid var(--ink-deep-border);border-radius:20px;padding:28px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.landing-page .pain-card:hover{transform:translateY(-3px);border-color:hsla(0,0%,100%,.16)}.landing-page .pain-card h3{font-size:17px;font-weight:700;letter-spacing:-0.02em;margin-bottom:8px;color:#fff}.landing-page .pain-card p{font-size:14px;color:hsla(0,0%,100%,.62);line-height:1.55}.landing-page .pain-num{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--blue-bright);margin-bottom:14px}.landing-page .pain-num::after{content:"";width:26px;height:1px;background:var(--blue-bright);opacity:.5}.landing-page .calculator{padding:14px clamp(20px,4vw,56px)}.landing-page .calculator .container{background:var(--bg-soft);border-radius:var(--radius-block);padding:clamp(48px,6vw,84px) clamp(24px,5vw,64px)}.landing-page .calc-sub{font-size:15px;color:var(--text-dim);line-height:1.6;margin-top:16px}.landing-page .calc-card{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:960px;margin:0 auto;background:var(--surface);border:none;border-radius:24px;overflow:hidden;box-shadow:0 24px 64px rgba(10,10,14,.07)}.landing-page .calc-inputs{padding:32px 30px;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:20px}.landing-page .calc-field label{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:8px}.landing-page .calc-field label output{font-family:var(--mono);font-size:13px;font-weight:700;color:var(--blue-deep);background:var(--blue-soft);border-radius:6px;padding:1px 8px;min-width:34px;text-align:center}.landing-page .calc-field select,.landing-page .calc-field input[type=number]{width:100%;font:inherit;font-size:14px;color:var(--ink);background:var(--bg-warm);border:1px solid var(--border);border-radius:10px;padding:10px 12px;appearance:none}.landing-page .calc-field select:focus,.landing-page .calc-field input[type=number]:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);background:#fff}.landing-page .calc-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230a0a0e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}.landing-page .calc-field input[type=range]{width:100%;appearance:none;-webkit-appearance:none;height:6px;border-radius:100px;background:var(--blue-soft);outline:none;margin:8px 0 2px}.landing-page .calc-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--blue);border:3px solid #fff;box-shadow:0 1px 4px rgba(0,144,212,.5);cursor:pointer}.landing-page .calc-field input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--blue);border:3px solid #fff;box-shadow:0 1px 4px rgba(0,144,212,.5);cursor:pointer}.landing-page .calc-hint{display:block;font-size:11.5px;color:var(--text-faint);line-height:1.45;margin-top:6px}.landing-page .calc-results{padding:32px 30px;display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:start;background:var(--bg-warm)}.landing-page .calc-tile{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:4px}.landing-page .calc-tile.calc-tile--accent{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}.landing-page .calc-value{font-size:clamp(22px,2.4vw,30px);font-weight:800;letter-spacing:-0.03em;color:var(--ink);font-variant-numeric:tabular-nums}.calc-tile--accent .landing-page .calc-value{color:var(--blue-deep)}.landing-page .calc-label{font-size:12px;color:var(--text-dim);line-height:1.4}.landing-page .calc-closer{grid-column:1/-1;font-size:16px;font-weight:600;color:var(--ink);margin-top:6px}.landing-page .calc-closer strong{color:var(--blue-deep)}.landing-page .calc-cta{grid-column:1/-1;justify-self:start}.landing-page .calc-fineprint{grid-column:1/-1;font-size:11px;color:var(--text-faint);line-height:1.5}.landing-page .features{padding:90px 0 70px}.landing-page .features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.landing-page .feature-card{background:var(--bg-soft);border:none;border-radius:20px;padding:30px 28px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.landing-page .feature-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(10,10,14,.08)}.landing-page .feature-card h3{font-size:17px;font-weight:700;letter-spacing:-0.02em;margin-bottom:8px;color:var(--ink)}.landing-page .feature-card p{font-size:14px;color:var(--text-dim);line-height:1.55}.landing-page .feature-tag{display:inline-block;font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-deep);background:var(--blue-soft);border:1px solid rgba(0,180,255,.25);border-radius:100px;padding:4px 10px;margin-bottom:14px;white-space:nowrap}.landing-page .trust{padding:14px clamp(20px,4vw,56px)}.landing-page .trust .container{background:var(--ink-deep);border-radius:var(--radius-block);padding:clamp(48px,6vw,84px) clamp(24px,5vw,64px)}.landing-page .trust .flow-eyebrow{color:var(--blue-bright)}.landing-page .trust .flow-eyebrow::before,.landing-page .trust .flow-eyebrow::after{background:var(--blue-bright)}.landing-page .trust .flow-headline{color:#fff}.landing-page .trust .calc-sub{color:hsla(0,0%,100%,.62)}.landing-page .trust-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:22px;max-width:1000px;margin:0 auto}.landing-page .trust-item{background:var(--ink-deep-surface);border:1px solid var(--ink-deep-border);border-radius:18px;padding:22px}.landing-page .trust-item h3{display:flex;align-items:center;gap:9px;font-size:14.5px;font-weight:700;letter-spacing:-0.01em;margin-bottom:6px;color:#fff}.landing-page .trust-item h3::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 3px var(--blue-soft);flex-shrink:0}.landing-page .trust-item p{font-size:13px;color:hsla(0,0%,100%,.62);line-height:1.5}.landing-page .trust-more .btn-outline{color:#fff;border-color:hsla(0,0%,100%,.28)}.landing-page .trust-more .btn-outline:hover{border-color:#fff;background:hsla(0,0%,100%,.06)}.landing-page .trust-more{text-align:center;margin-top:36px}.landing-page .pricing{padding:14px clamp(20px,4vw,56px)}.landing-page .pricing .container{background:var(--bg-soft);border-radius:var(--radius-block);padding:clamp(48px,6vw,84px) clamp(24px,5vw,64px)}.landing-page .pricing-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;align-items:stretch;max-width:1020px;margin:0 auto}.landing-page .plan-card{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid rgba(0,0,0,0);border-radius:24px;box-shadow:0 10px 32px rgba(10,10,14,.05);padding:32px 30px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.landing-page .plan-card:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:0 18px 48px rgba(10,10,14,.06)}.landing-page .plan-card.plan-card--featured{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft),0 18px 48px rgba(0,180,255,.1)}.landing-page .plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--blue);padding:4px 12px;border-radius:100px;white-space:nowrap}.landing-page .plan-name{font-size:18px;font-weight:700;letter-spacing:-0.02em;color:var(--ink);margin-bottom:6px}.landing-page .plan-price{font-size:clamp(26px,2.6vw,32px);font-weight:800;letter-spacing:-0.03em;color:var(--ink);margin-bottom:6px;font-variant-numeric:tabular-nums}.landing-page .plan-tagline{font-size:13px;color:var(--text-dim);line-height:1.5;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.landing-page .plan-features{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:10px;flex:1}.landing-page .plan-features li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;color:var(--text-dim);line-height:1.45}.landing-page .plan-features li svg{color:var(--text-faint);flex-shrink:0;margin-top:2px}.landing-page .plan-features li.is-highlight{font-weight:600;color:var(--ink)}.landing-page .plan-features li.is-highlight svg{color:var(--blue)}.landing-page .plan-cta{justify-content:center;text-align:center}.landing-page .faq{padding:90px 0 70px}.landing-page .faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.landing-page .faq-item{background:var(--bg-soft);border:1px solid rgba(0,0,0,0);border-radius:18px;transition:border-color .25s ease,background .25s ease}.landing-page .faq-item[open]{background:var(--bg-soft);border-color:var(--border-strong)}.landing-page .faq-item[open] .faq-marker::after{transform:translate(-50%, -50%) rotate(90deg) scaleY(0)}.landing-page .faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-size:15.5px;font-weight:600;letter-spacing:-0.01em;color:var(--ink);cursor:pointer;list-style:none}.landing-page .faq-item summary::-webkit-details-marker{display:none}.landing-page .faq-item summary::marker{content:""}.landing-page .faq-item summary:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:16px}.landing-page .faq-marker{position:relative;width:18px;height:18px;flex-shrink:0}.landing-page .faq-marker::before,.landing-page .faq-marker::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;border-radius:2px;background:var(--blue);transform:translate(-50%, -50%);transition:transform .25s ease}.landing-page .faq-marker::after{transform:translate(-50%, -50%) rotate(90deg)}.landing-page .faq-body{padding:0 22px 20px}.landing-page .faq-body p{font-size:14px;color:var(--text-dim);line-height:1.6}.landing-page .faq-body p+p{margin-top:10px}.landing-page .contact{padding:100px 0 120px}.landing-page .contact-card{background:var(--surface);color:var(--ink);border:1px solid var(--border);border-radius:32px;padding:72px 60px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;box-shadow:0 1px 2px rgba(10,10,14,.04),0 30px 80px rgba(10,10,14,.06)}.landing-page .contact-card::before{content:"";position:absolute;top:-150px;right:-100px;width:500px;height:500px;background:radial-gradient(circle, rgba(0, 180, 255, 0.18), transparent 70%);pointer-events:none}.landing-page .contact-card::after{content:"";position:absolute;bottom:-200px;left:-100px;width:400px;height:400px;background:radial-gradient(circle, rgba(0, 180, 255, 0.08), transparent 70%);pointer-events:none}.landing-page .contact-left{position:relative;z-index:2}.landing-page .contact-left .tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;color:var(--blue);letter-spacing:.15em;text-transform:uppercase;margin-bottom:22px}.landing-page .contact-left .tag::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 12px var(--blue);animation:contactPulse 2s ease-in-out infinite}.landing-page .contact-left h2{font-size:clamp(36px,4.5vw,56px);font-weight:700;letter-spacing:-0.035em;line-height:1.02;margin-bottom:22px;color:var(--ink)}.landing-page .contact-left h2 em{font-style:normal;font-weight:700;color:var(--blue)}.landing-page .contact-left p{font-size:17px;color:var(--text-dim);line-height:1.55;max-width:440px}.landing-page .contact-right{position:relative;z-index:2;background:var(--bg-warm);border:1px solid var(--border);border-radius:20px;padding:32px}.landing-page .form-group{margin-bottom:16px}.landing-page .form-group label{display:block;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px}.landing-page .form-group input,.landing-page .form-group textarea{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px 12px 40px;font-size:14px;font-family:inherit;color:var(--ink);transition:all .2s ease}.landing-page .form-group input::placeholder,.landing-page .form-group textarea::placeholder{color:var(--text-faint)}.landing-page .form-group input:focus,.landing-page .form-group textarea:focus{outline:none;border-color:var(--blue);background:var(--surface);box-shadow:0 0 0 3px var(--blue-soft)}.landing-page .form-group textarea{min-height:90px;resize:vertical;padding-top:14px}.landing-page .input-wrap{position:relative}.landing-page .input-wrap .input-icon{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:var(--text-faint);pointer-events:none;transition:color .2s ease}.landing-page .input-wrap--textarea .input-icon{top:14px;transform:none}.landing-page .input-wrap:has(input:focus,textarea:focus) .input-icon{color:var(--blue)}.landing-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing-page .form-submit-btn{width:100%;background:var(--blue);color:#fff;padding:14px 22px;border-radius:10px;font-weight:600;font-size:15px;box-shadow:0 6px 20px var(--blue-glow);transition:all .25s ease;margin-top:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.landing-page .form-submit-btn:hover:not(:disabled){background:var(--blue-deep);transform:translateY(-1px);box-shadow:0 8px 28px var(--blue-glow)}.landing-page .form-submit-btn:disabled{opacity:.7;cursor:wait}.landing-page .form-submit-btn .spinner{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.6);border-top-color:rgba(0,0,0,0);border-radius:50%;animation:contactSpin .7s linear infinite;display:inline-block}.landing-page .form-status{margin-top:14px;padding:10px 14px;border-radius:8px;font-size:13px;line-height:1.5;text-align:center}.landing-page .form-status--ok{background:rgba(34,197,94,.1);color:#166534}.landing-page .form-status--error{background:rgba(239,68,68,.1);color:#b91c1c}.landing-page .form-fineprint{font-size:11px;color:var(--text-faint);margin-top:14px;text-align:center;line-height:1.5}.landing-page .form-fineprint a{color:var(--text-dim);text-decoration:underline;text-underline-offset:2px}.landing-page .form-fineprint a:hover{color:var(--blue)}@keyframes contactPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(0.85)}}@keyframes contactSpin{to{transform:rotate(360deg)}}.landing-page .signup .form-group input{padding-left:14px}.landing-page .signup .form-group label .req{color:#ef4444;margin-left:1px}.landing-page .signup-promo{background:var(--blue-soft);border:1px solid rgba(0,180,255,.4);border-radius:14px;padding:14px;margin-bottom:18px}.landing-page .signup-promo-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.landing-page .signup-promo-label{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}.landing-page .signup-promo-label .signup-promo-qr{flex:none}.landing-page .signup-promo-badge{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#166534;background:rgba(34,197,94,.12);padding:4px 10px;border-radius:100px;white-space:nowrap}.landing-page .signup-promo-code{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-family:var(--mono);font-size:15px;font-weight:600;letter-spacing:.08em;color:var(--ink)}.landing-page .signup-promo-code svg{flex:none;color:var(--blue)}.landing-page .signup-promo-from{margin:10px 2px 0;font-size:13px;line-height:1.5;color:var(--text-dim)}.landing-page .signup-promo-from strong{color:var(--ink);font-weight:700}.landing-page .signup-result:empty{display:none}.landing-page .skip-link{position:absolute;left:-9999px;top:0;z-index:200}.landing-page .skip-link:focus{left:8px;top:8px;background:var(--ink);color:var(--bg);padding:10px 16px;border-radius:8px;font-size:14px}.landing-page .screen-reader-text:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}.landing-page .nav-menu{display:flex;align-items:center;gap:18px;list-style:none;font-size:14px;font-weight:600}.landing-page .nav-menu a:hover{color:var(--blue)}.landing-page .lang-switcher{position:relative}.landing-page .lang-switcher summary{display:inline-flex;align-items:center;gap:4px;cursor:pointer;list-style:none;color:var(--ink);padding:8px 9px;border-radius:8px;transition:background .2s ease}.landing-page .lang-switcher summary::-webkit-details-marker{display:none}.landing-page .lang-switcher summary::marker{content:""}.landing-page .lang-switcher summary:hover{background:rgba(10,10,14,.04)}.landing-page .lang-switcher summary .lang-caret{transition:transform .2s ease}.landing-page .lang-switcher[open] summary .lang-caret{transform:rotate(180deg)}.landing-page .lang-switcher .lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:150px;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(10,10,14,.12);z-index:60}.landing-page .lang-switcher .lang-menu a{display:block;padding:8px 10px;border-radius:8px;font-size:13.5px;color:var(--ink);text-decoration:none}.landing-page .lang-switcher .lang-menu a:hover{background:var(--bg-soft)}.landing-page .lang-switcher .lang-menu .is-current a{color:var(--blue-deep);font-weight:600}.landing-page .page-main{padding:130px 0 80px}.landing-page .content-narrow{max-width:880px}.landing-page .content-wide{max-width:1240px}.landing-page .page-head{margin-bottom:32px}.landing-page .page-title{font-size:clamp(30px,4vw,46px);font-weight:800;letter-spacing:-0.03em;line-height:1.05}.landing-page .legal-content,.landing-page .entry-content{font-size:15px;color:var(--text-dim);line-height:1.7}.landing-page .legal-content h2,.landing-page .entry-content h2{font-size:24px;font-weight:700;letter-spacing:-0.02em;color:var(--ink);margin:32px 0 12px}.landing-page .legal-content h3,.landing-page .entry-content h3{font-size:19px;font-weight:700;color:var(--ink);margin:26px 0 10px}.landing-page .legal-content h4,.landing-page .entry-content h4{font-size:16px;font-weight:700;color:var(--ink);margin:22px 0 8px}.landing-page .legal-content p,.landing-page .entry-content p{margin-bottom:16px}.landing-page .legal-content ul,.landing-page .legal-content ol,.landing-page .entry-content ul,.landing-page .entry-content ol{margin:0 0 16px 1.25em}.landing-page .legal-content li,.landing-page .entry-content li{margin-bottom:8px}.landing-page .legal-content strong,.landing-page .entry-content strong{color:var(--ink)}.landing-page .legal-content a,.landing-page .entry-content a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.landing-page .legal-content a:hover,.landing-page .entry-content a:hover{color:var(--blue-deep)}.landing-page .legal-content a.legal-download,.landing-page .entry-content a.legal-download{display:inline-flex;align-items:center;gap:9px;margin:6px 0 24px;padding:13px 24px;border-radius:100px;font-size:13px;line-height:1;font-weight:600;color:#fff;background:var(--blue);box-shadow:0 4px 16px var(--blue-glow);text-decoration:none;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.landing-page .legal-content a.legal-download:hover,.landing-page .entry-content a.legal-download:hover{color:#fff;background:var(--blue-deep);box-shadow:0 8px 28px var(--blue-glow);transform:translateY(-1px)}.landing-page .legal-content a.legal-download svg,.landing-page .entry-content a.legal-download svg{flex:none;display:block;width:16px;height:16px}.landing-page .legal-content a.legal-download span,.landing-page .entry-content a.legal-download span{display:block}.landing-page .legal-content code,.landing-page .entry-content code{font-family:var(--mono);font-size:.9em;background:var(--bg-warm);padding:2px 5px;border-radius:4px}.landing-page .post-list{display:grid;gap:32px}.landing-page .post-card{border-bottom:1px solid var(--border);padding-bottom:28px}.landing-page .post-card-title{font-size:24px;font-weight:700;letter-spacing:-0.02em;margin-bottom:8px}.landing-page .post-card-title a:hover{color:var(--blue)}.landing-page .post-card-meta{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:10px}.landing-page .post-card-excerpt{color:var(--text-dim)}.landing-page .case-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.landing-page .case-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:24px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.landing-page .case-card:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:0 18px 48px rgba(10,10,14,.06)}.landing-page .case-card-media,.landing-page .case-hero-media{border-radius:14px;overflow:hidden;margin-bottom:16px;border:1px solid var(--border)}.landing-page .case-card-title{font-size:19px;font-weight:700;letter-spacing:-0.02em;margin-bottom:8px;color:var(--ink)}.landing-page .case-card-excerpt{font-size:14px;color:var(--text-dim)}.landing-page .case-back{margin-top:32px}.landing-page .case-back a{color:var(--blue);font-weight:600}.landing-page .contact-form-fallback{font-size:14px;color:var(--text-dim)}.landing-page .contact-form-fallback p{margin-bottom:12px}.landing-page .contact-form-fallback a{color:var(--blue)}.landing-page .pagination{margin-top:40px;display:flex;gap:8px;flex-wrap:wrap}.landing-page .pagination .page-numbers{padding:8px 14px;border:1px solid var(--border);border-radius:100px;font-size:14px;font-weight:600}.landing-page .pagination .page-numbers.current{background:var(--ink);color:var(--bg);border-color:var(--ink)}.landing-page .pagination a.page-numbers:hover{border-color:var(--ink)}.landing-page .site-footer{padding:16px 0;border-top:1px solid var(--border);background:#fff;position:relative;z-index:1}.landing-page .site-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:13px;color:var(--text-faint);flex-wrap:wrap}.landing-page .site-footer-brand{display:flex;align-items:center;gap:14px;line-height:1.3;flex-wrap:wrap}.landing-page .site-footer-brand a{color:inherit}.landing-page .site-footer-brand a:hover{color:var(--blue)}.landing-page .site-footer-logo{height:24px;width:auto;opacity:.7}.landing-page .site-footer-nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.landing-page .site-footer-links,.landing-page .site-footer-menu{display:flex;gap:24px;flex-wrap:wrap;list-style:none}.landing-page .site-footer-links a,.landing-page .site-footer-menu a{color:var(--text-faint)}.landing-page .site-footer-links a:hover,.landing-page .site-footer-menu a:hover{color:var(--blue)}@media(max-width: 540px){.landing-page .page-main{padding:110px 0 56px}.landing-page .case-grid{grid-template-columns:1fr}.landing-page .site-footer-inner{flex-direction:column;align-items:flex-start;gap:12px}}@keyframes consentIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.landing-page .consent-banner,body .consent-banner{position:fixed;right:clamp(12px,3vw,24px);bottom:clamp(12px,3vw,24px);z-index:90}.landing-page .consent-banner[hidden],body .consent-banner[hidden]{display:none}.landing-page .consent-card,body .consent-card{width:min(420px,100vw - 2*clamp(12px,3vw,24px));max-height:calc(100dvh - 2*clamp(12px,3vw,24px));overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 24px 64px rgba(10,10,14,.22);padding:22px;animation:consentIn .35s cubic-bezier(0.4, 0, 0.2, 1) both}.landing-page .consent-view[hidden],body .consent-view[hidden]{display:none}.landing-page .consent-head,body .consent-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.landing-page .consent-badge,body .consent-badge{color:var(--ink);display:grid;place-items:center;flex-shrink:0}.landing-page .consent-badge svg,body .consent-badge svg{width:26px;height:26px}.landing-page .consent-title,body .consent-title{font-size:16px;font-weight:700;letter-spacing:-0.015em;color:var(--ink)}.landing-page .consent-text,body .consent-text{font-size:13px;color:var(--text-dim);line-height:1.55;margin:0 0 16px}.landing-page .consent-text a,body .consent-text a{color:var(--blue-deep);text-decoration:underline}.landing-page .consent-actions,body .consent-actions{display:flex;flex-direction:column;gap:8px}.landing-page .consent-btn,body .consent-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;font:inherit;font-size:13.5px;font-weight:600;padding:12px 16px;border-radius:100px;border:1px solid var(--border);background:#fff;color:var(--ink);cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .2s ease}.landing-page .consent-btn:hover,body .consent-btn:hover{background:var(--bg-soft)}.landing-page .consent-btn-primary,body .consent-btn-primary{border-color:rgba(0,0,0,0);background:var(--ink);color:#fff}.landing-page .consent-btn-primary:hover,body .consent-btn-primary:hover{background:var(--ink);box-shadow:0 8px 24px rgba(0,0,0,.25);transform:translateY(-1px)}.landing-page .consent-actions-row,body .consent-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.landing-page .consent-settings-head,body .consent-settings-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.landing-page .consent-back,body .consent-back{display:grid;place-items:center;width:34px;height:34px;border:none;border-radius:10px;background:none;color:var(--ink);cursor:pointer;flex-shrink:0}.landing-page .consent-back:hover,body .consent-back:hover{background:var(--bg-soft)}.landing-page .consent-cat-row,body .consent-cat-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0}.landing-page .consent-cat-info,body .consent-cat-info{min-width:0}.landing-page .consent-cat-name,body .consent-cat-name{font-size:14.5px;font-weight:700;color:var(--ink);margin-bottom:3px}.landing-page .consent-cat-desc,body .consent-cat-desc{font-size:12.5px;color:var(--text-dim);line-height:1.5}.landing-page .consent-divider,body .consent-divider{height:1px;background:var(--border);margin:10px 0}.landing-page .consent-toggle,body .consent-toggle{cursor:pointer;flex-shrink:0}.landing-page .consent-toggle.is-locked,body .consent-toggle.is-locked{cursor:default}.landing-page .consent-toggle input,body .consent-toggle input{position:absolute;opacity:0;pointer-events:none}.landing-page .consent-switch,body .consent-switch{position:relative;display:block;width:40px;height:24px;border-radius:100px;background:var(--border);transition:background .2s ease}.landing-page .consent-switch::after,body .consent-switch::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(10,10,14,.25);transition:transform .2s cubic-bezier(0.4, 0, 0.2, 1)}.landing-page .consent-toggle input:checked+.consent-switch,body .consent-toggle input:checked+.consent-switch{background:var(--blue)}.landing-page .consent-toggle input:checked+.consent-switch::after,body .consent-toggle input:checked+.consent-switch::after{transform:translateX(16px)}.landing-page .consent-toggle.is-locked input:checked+.consent-switch,body .consent-toggle.is-locked input:checked+.consent-switch{opacity:.45}.landing-page .consent-view[data-view=settings] .consent-actions,body .consent-view[data-view=settings] .consent-actions{margin-top:16px}.landing-page .site-footer-consent,body .site-footer-consent{color:var(--text-faint);white-space:nowrap}.landing-page .site-footer-consent:hover,body .site-footer-consent:hover{color:var(--blue)}@media(max-width: 540px){.landing-page .consent-banner,body .consent-banner{left:10px;right:10px;bottom:10px}.landing-page .consent-card,body .consent-card{width:auto;padding:18px}}.landing-page .contact-right .frm-fluent-form,.landing-page .contact-right .fluentform{width:100%}.landing-page .contact-right .ff-el-group{margin-bottom:16px}.landing-page .contact-right .ff-t-container{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing-page .contact-right .ff-el-input--label label,.landing-page .contact-right .ff-el-input--label{display:block;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px}.landing-page .contact-right .ff-el-input--label .ff-el-is-required>b,.landing-page .contact-right .ff-el-input--label .text-danger{color:var(--blue)}.landing-page .contact-right input[type=text],.landing-page .contact-right input[type=email],.landing-page .contact-right textarea,.landing-page .contact-right .ff-el-form-control{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-size:14px;font-family:inherit;color:var(--ink);transition:all .2s ease}.landing-page .contact-right input[type=text]::placeholder,.landing-page .contact-right input[type=email]::placeholder,.landing-page .contact-right textarea::placeholder,.landing-page .contact-right .ff-el-form-control::placeholder{color:var(--text-faint)}.landing-page .contact-right input[type=text]:focus,.landing-page .contact-right input[type=email]:focus,.landing-page .contact-right textarea:focus,.landing-page .contact-right .ff-el-form-control:focus{outline:none;border-color:var(--blue);background:var(--surface);box-shadow:0 0 0 3px var(--blue-soft)}.landing-page .contact-right textarea,.landing-page .contact-right textarea.ff-el-form-control{min-height:90px;resize:vertical}.landing-page .contact-right .ff_submit_btn_wrapper{margin-top:4px}.landing-page .contact-right .ff-btn-submit,.landing-page .contact-right button[type=submit]{width:100%;background:var(--blue);color:#fff;padding:14px 22px;border-radius:10px;font-weight:600;font-size:15px;border:none;cursor:pointer;box-shadow:0 6px 20px var(--blue-glow);transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.landing-page .contact-right .ff-btn-submit:hover,.landing-page .contact-right button[type=submit]:hover{background:var(--blue-deep);transform:translateY(-1px);box-shadow:0 8px 28px var(--blue-glow)}.landing-page .contact-right .ff-el-is-error .ff-el-form-control,.landing-page .contact-right .ff-el-form-control.error{border-color:#ef4444}.landing-page .contact-right .error.text-danger,.landing-page .contact-right .ff-el-is-error .text-danger,.landing-page .contact-right .ff-el-form-check-error{color:#b91c1c;font-size:13px;margin-top:6px}.landing-page .contact-right .ff-message-success{background:rgba(34,197,94,.1);color:#166534;padding:12px 14px;border-radius:8px;font-size:13px;line-height:1.5}@media(max-width: 540px){.landing-page .contact-right .ff-t-container{grid-template-columns:1fr}}@media(max-width: 960px){.landing-page>nav{padding:14px 20px}.landing-page .container{padding:0 24px}.landing-page .hero{padding:130px 0 80px}.landing-page .hero-grid{grid-template-columns:1fr;gap:80px}.landing-page .hero-visual{max-width:420px;margin:0 auto}.landing-page .hero-sub{font-size:17px;margin-bottom:32px}.landing-page .hero-trust{margin-top:44px}.landing-page .trust-badges-row{gap:18px 20px}.landing-page .flow{padding:72px 0 56px}.landing-page .flow-grid{grid-template-columns:1fr;gap:24px}.landing-page .flow-arrow{display:none}.landing-page .flow-step{max-width:480px;width:100%;margin:0 auto;padding:32px}.landing-page .flow-illust{margin-bottom:24px}.landing-page .flow-num{top:32px;left:32px}.landing-page .contact{padding:72px 0 80px}.landing-page .contact-card{grid-template-columns:1fr;gap:40px;padding:56px 28px}.landing-page .nav-link{display:none}.landing-page .features,.landing-page .faq{padding:72px 0 56px}.landing-page .problem .container,.landing-page .calculator .container,.landing-page .trust .container,.landing-page .pricing .container{border-radius:28px}.landing-page .pain-grid{grid-template-columns:1fr;max-width:480px}.landing-page .features-grid{grid-template-columns:repeat(2, 1fr)}.landing-page .trust-grid{grid-template-columns:repeat(2, 1fr)}.landing-page .pricing-grid{grid-template-columns:1fr;max-width:480px}.landing-page .plan-card--featured{order:-1}.landing-page .calc-card{grid-template-columns:1fr}.landing-page .calc-inputs{border-right:none;border-bottom:1px solid var(--border)}}@media(max-width: 540px){.landing-page>nav{padding:12px 16px}.landing-page .container{padding:0 20px}.landing-page .hero{padding:110px 0 64px}.landing-page .hero-grid{gap:64px}.landing-page .hero-visual{max-width:380px}.landing-page .hero-trust{margin-top:36px;gap:16px}.landing-page .hero-ctas{flex-direction:column;align-items:stretch}.landing-page .hero-ctas .btn{width:100%}.landing-page .flow{padding:56px 0 40px}.landing-page .flow-step{padding:28px 24px;border-radius:18px}.landing-page .flow-num{top:28px;left:24px}.landing-page .flow-illust{margin-bottom:20px}.landing-page .flow-step h3{font-size:17px}.landing-page .flow-step p{font-size:13.5px}.landing-page .contact{padding:56px 0 32px}.landing-page .contact-card{border-radius:24px;padding:32px 14px}.landing-page .contact-right{padding:20px 14px}.landing-page .form-row{grid-template-columns:1fr}.landing-page .nav-right .btn{padding:9px 14px;font-size:13px}.landing-page>nav .logo{gap:7px}.landing-page>nav .logo-mark{height:24px;width:24px}.landing-page>nav .logo-img{height:22px}.landing-page>nav .container{padding:0 14px}.landing-page .features,.landing-page .faq{padding:56px 0 40px}.landing-page .problem,.landing-page .calculator,.landing-page .trust,.landing-page .pricing{padding:8px 14px}.landing-page .problem .container,.landing-page .calculator .container,.landing-page .trust .container,.landing-page .pricing .container{border-radius:22px}.landing-page .features-grid{grid-template-columns:1fr}.landing-page .trust-grid{grid-template-columns:1fr}.landing-page .calc-inputs,.landing-page .calc-results{padding:24px 20px}.landing-page .calc-results{grid-template-columns:1fr}.landing-page .plan-card{padding:26px 22px}.landing-page .faq-item summary{padding:16px 18px;font-size:14.5px}.landing-page .faq-body{padding:0 18px 18px}}@media(max-width: 380px){.landing-page .contact-card{padding:28px 10px}.landing-page .contact-right{padding:18px 12px}}@media(hover: none)and (pointer: coarse){.landing-page .contact-right input[type=text],.landing-page .contact-right input[type=email],.landing-page .contact-right textarea,.landing-page .contact-right .ff-el-form-control,.landing-page .calc-inputs select,.landing-page .calc-inputs input[type=number]{font-size:16px}}
