.landing-root{--landing-accent:#7b2ede;--landing-accent-strong:#5e1cb9;--landing-accent-soft:oklch(0.45 0.22 295/0.12);--landing-accent-glow:oklch(0.45 0.22 295/0.22);--landing-bg:oklch(0.99 0.003 270);--landing-bg2:oklch(0.96 0.005 270);--landing-bg3:oklch(0.92 0.006 270);--landing-border:oklch(0 0 0/0.08);--landing-text:oklch(0.14 0.02 260);--landing-text2:oklch(0.4 0.01 260);--landing-text3:oklch(0.58 0.008 260);--landing-radius:14px;--landing-radius-lg:22px;font-family:var(--font-sans,"Inter"),system-ui,-apple-system,"Segoe UI",sans-serif;font-feature-settings:"cv11","ss01","ss03";color:var(--landing-text);background:var(--landing-bg);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;scroll-behavior:smooth}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box}.landing-root:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.4}.landing-root section{padding:clamp(56px,9vw,112px) clamp(20px,5vw,80px)}.landing-root .section-inner{max-width:1200px;margin:0 auto}.landing-root .section-label{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:600;color:var(--landing-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.landing-root .section-label:before{content:"";display:block;width:20px;height:2px;background:var(--landing-accent);border-radius:1px}.landing-root .section-title{font-weight:700;font-size:clamp(1.9rem,3.8vw,3rem);line-height:1.12;letter-spacing:-.022em;margin-bottom:16px;color:var(--landing-text)}.landing-root .section-sub{color:var(--landing-text2);font-size:clamp(.98rem,1.4vw,1.1rem);max-width:560px;line-height:1.65;font-weight:400}.landing-root .btn-hero{background:var(--landing-accent);color:#fff;font-weight:600;font-size:.98rem;padding:13px 24px;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 8px 24px var(--landing-accent-glow);display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;letter-spacing:-.01em}.landing-root .btn-hero:hover{transform:translateY(-1px);box-shadow:0 12px 32px var(--landing-accent-glow);background:var(--landing-accent-strong)}.landing-root .btn-outline{color:var(--landing-text);font-size:.98rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:8px;padding:13px 20px;border-radius:12px;border:1px solid var(--landing-border);background:var(--landing-bg);transition:border-color .2s,background .2s;letter-spacing:-.01em;cursor:pointer}.landing-root .btn-outline:hover{border-color:oklch(0 0 0/.2);background:var(--landing-bg2)}.landing-root .reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-delay-1{transition-delay:.08s}.landing-root .reveal-delay-2{transition-delay:.16s}.landing-root .reveal-delay-3{transition-delay:.24s}.landing-root .reveal-delay-4{transition-delay:.32s}@media (prefers-reduced-motion:reduce){.landing-root *,.landing-root :after,.landing-root :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.landing-root .reveal{opacity:1;transform:none}}.landing-root .nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 clamp(20px,5vw,80px);height:68px;display:flex;align-items:center;justify-content:space-between;background:oklch(.99 .003 270/.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--landing-border);transition:background .3s,box-shadow .3s}.landing-root .nav.is-scrolled{background:oklch(.99 .003 270/.97);box-shadow:0 1px 20px oklch(0 0 0/.06)}.landing-root .nav-logo{font-weight:700;font-size:1.3rem;letter-spacing:-.015em;color:var(--landing-text);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.landing-root .nav-logo-dot{width:8px;height:8px;background:var(--landing-accent);border-radius:50%;box-shadow:0 0 10px var(--landing-accent);animation:landing-pulse 2s infinite}@keyframes landing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.landing-root .nav-links{display:flex;align-items:center;gap:clamp(16px,3vw,36px);list-style:none;margin:0;padding:0}.landing-root .nav-links a{color:var(--landing-text2);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.landing-root .nav-links a:hover{color:var(--landing-text)}.landing-root .nav-cta{display:flex;align-items:center;gap:12px}.landing-root .btn-ghost{color:var(--landing-text2);text-decoration:none;font-size:.875rem;font-weight:500;padding:8px 16px;border-radius:8px;transition:color .2s,background .2s;background:none;border:none;cursor:pointer}.landing-root .btn-ghost:hover{color:var(--landing-text);background:var(--landing-border)}.landing-root .btn-primary{background:var(--landing-accent);color:#fff;font-weight:700;font-size:.875rem;padding:9px 20px;border-radius:10px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 0 20px var(--landing-accent-glow);white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.landing-root .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 30px var(--landing-accent-glow);background:var(--landing-accent-strong)}.landing-root .nav-mobile-menu{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:8px;position:relative;z-index:102;width:40px;height:40px;align-items:center;justify-content:center}.landing-root .nav-mobile-menu span{display:block;width:24px;height:2px;background:var(--landing-text);border-radius:2px;transition:transform .3s ease,opacity .2s ease;transform-origin:center}.landing-root .nav-mobile-menu.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.landing-root .nav-mobile-menu.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.landing-root .nav-mobile-menu.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-root .mobile-menu-overlay{position:fixed;inset:0;background:var(--landing-bg);z-index:99;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;opacity:0;pointer-events:none;transition:opacity .3s}.landing-root .mobile-menu-overlay.is-open{opacity:1;pointer-events:all}.landing-root .mobile-menu-overlay a{font-weight:700;font-size:2rem;color:var(--landing-text);text-decoration:none;transition:color .2s}.landing-root .mobile-menu-overlay a:hover{color:var(--landing-accent)}@media (max-width:1024px){.landing-root .nav-links{display:none}.landing-root .nav-mobile-menu{display:flex}}@media (max-width:640px){.landing-root .nav{height:60px;padding:0 16px}.landing-root .nav-logo{font-size:1.15rem}.landing-root .btn-ghost{display:none}.landing-root .btn-primary{font-size:.8rem;padding:8px 14px}.landing-root .nav-cta{gap:8px}.landing-root .mobile-menu-overlay a{font-size:1.6rem}}@media (max-width:380px){.landing-root .btn-primary{display:none}}.landing-root .hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px clamp(20px,5vw,80px) 80px;overflow:hidden}.landing-root .hero-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.landing-root .hero-orb-1{width:600px;height:600px;background:oklch(.45 .22 295/.09);top:-100px;right:-100px}.landing-root .hero-orb-2{width:400px;height:400px;background:oklch(.7 .18 320/.06);bottom:0;left:-50px}.landing-root .hero-grid{position:absolute;inset:0;background-image:linear-gradient(oklch(0 0 0/.05) 1px,transparent 0),linear-gradient(90deg,oklch(0 0 0/.05) 1px,transparent 0);background-size:60px 60px;mask-image:radial-gradient(ellipse at 60% 40%,black 0,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at 60% 40%,black 0,transparent 70%)}.landing-root .hero-inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.landing-root .hero-h1{font-weight:700;font-size:clamp(2.4rem,5.5vw,5rem);line-height:1.06;letter-spacing:-.025em;margin-bottom:24px}.landing-root .hero-h1 .accent{color:var(--landing-accent)}.landing-root .hero-sub{color:var(--landing-text2);font-size:clamp(.98rem,1.6vw,1.15rem);max-width:480px;margin-bottom:40px;line-height:1.7;font-weight:400}.landing-root .hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.landing-root .hero-cta-note{margin-top:14px;font-size:.78rem;color:var(--landing-text3);font-weight:500;letter-spacing:.01em}.landing-root .hero-stats{display:flex;gap:36px;margin-top:40px;flex-wrap:wrap}.landing-root .hero-stat-fn{font-size:.55em;color:var(--landing-text3);margin-left:1px;font-weight:500}.landing-root .hero-footnotes{margin-top:24px;max-width:520px}.landing-root .hero-footnote{font-size:.65rem;line-height:1.5;color:var(--landing-text3);opacity:.65;margin:0}.landing-root .hero-footnote+.hero-footnote{margin-top:2px}.landing-root .hero-stat .number{font-size:1.8rem;font-weight:700;color:var(--landing-text);letter-spacing:-.02em;display:block}.landing-root .hero-stat .number .accent{color:var(--landing-accent)}.landing-root .hero-stat .label{font-size:.78rem;color:var(--landing-text3);font-weight:500;text-transform:uppercase;letter-spacing:.06em}.landing-root .hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.landing-root .phone-stage{position:relative;width:100%;max-width:420px;padding:48px 44px 56px;display:flex;justify-content:center}.landing-root .hero-phone-frame{position:relative;width:260px;background:var(--landing-bg2);border-radius:36px;border:1px solid oklch(.45 .22 295/.18);overflow:hidden;box-shadow:0 24px 60px oklch(.45 .22 295/.18),0 8px 24px oklch(0 0 0/.08),0 0 0 1px oklch(.45 .22 295/.04);animation:landing-float 8s ease-in-out infinite;z-index:2}@keyframes landing-float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(-1deg)}}.landing-root .phone-notch{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:88px;height:22px;background:#1a1a1a;border-radius:100px;z-index:2;box-shadow:inset 0 0 0 1px oklch(0 0 0/.4)}.landing-root .phone-screen{display:block;width:100%;height:auto;aspect-ratio:854/1750;background:var(--landing-bg2);-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.landing-root .float-card{position:absolute;background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:14px;padding:12px 16px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 12px 32px oklch(0 0 0/.4);z-index:3;pointer-events:none}.landing-root .float-card-1{top:8px;left:0;animation:landing-floatcard1 9s ease-in-out infinite}.landing-root .float-card-2{bottom:8px;right:0;animation:landing-floatcard2 11s ease-in-out infinite}@keyframes landing-floatcard1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes landing-floatcard2{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.landing-root .float-card .fc-label{font-size:.6rem;color:var(--landing-text3);font-weight:500;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;white-space:nowrap}.landing-root .float-card .fc-val{font-weight:700;font-size:1.35rem;color:var(--landing-accent);letter-spacing:-.02em;line-height:1}.landing-root .float-card .fc-sub{font-size:.65rem;color:var(--landing-text3);margin-top:2px}.landing-root .float-card-check{display:flex;align-items:center;gap:10px}.landing-root .float-card-check .check-icon{width:26px;height:26px;background:var(--landing-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#fff;flex-shrink:0}.landing-root .fc-check-title{font-size:.8rem;font-weight:700;color:var(--landing-text);line-height:1.1}.landing-root .fc-check-sub{font-size:.65rem;color:var(--landing-text3);margin-top:2px}@media (max-width:1024px){.landing-root .hero{padding:110px clamp(20px,5vw,60px) 60px}.landing-root .hero-inner{grid-template-columns:1fr;gap:40px}.landing-root .hero-visual{order:-1}.landing-root .phone-stage{max-width:380px;padding:40px 36px 48px}.landing-root .hero-phone-frame{width:240px}}@media (max-width:640px){.landing-root .hero{padding:96px 18px 56px;min-height:auto}.landing-root .hero-h1{font-size:clamp(2.2rem,9vw,3rem);letter-spacing:-.022em}.landing-root .hero-sub{font-size:1rem;margin-bottom:32px}.landing-root .hero-actions{flex-direction:column;align-items:stretch;gap:10px;width:100%}.landing-root .hero-actions .btn-hero,.landing-root .hero-actions .btn-outline{width:100%;justify-content:center;text-align:center}.landing-root .hero-stats{gap:24px;margin-top:36px}.landing-root .hero-stat .number{font-size:1.5rem}.landing-root .hero-stat .label{font-size:.72rem}.landing-root .phone-stage{max-width:340px;padding:36px 24px 44px}.landing-root .hero-phone-frame{width:220px}.landing-root .float-card{padding:10px 12px;border-radius:12px}.landing-root .float-card .fc-val{font-size:1.15rem}.landing-root .float-card .fc-label{font-size:.55rem}.landing-root .float-card .fc-sub{font-size:.58rem}.landing-root .fc-check-title{font-size:.72rem}.landing-root .fc-check-sub{font-size:.6rem}.landing-root .float-card-check .check-icon{width:22px;height:22px;font-size:.7rem}}@media (max-width:380px){.landing-root .phone-stage{max-width:300px;padding:30px 16px 36px}.landing-root .hero-phone-frame{width:208px}.landing-root .float-card-1{left:-4px;top:4px}.landing-root .float-card-2{right:-4px;bottom:4px}}@media (prefers-reduced-motion:reduce){.landing-root .float-card-1,.landing-root .float-card-2,.landing-root .hero-orb-1,.landing-root .hero-orb-2,.landing-root .hero-phone-frame,.landing-root .nav-logo-dot{animation:none}}.landing-root .marquee-section{padding:40px 0;border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border);overflow:hidden}.landing-root .marquee-track{display:flex;gap:60px;animation:landing-marquee 20s linear infinite;width:-moz-max-content;width:max-content}@keyframes landing-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-root .marquee-item{font-weight:700;font-size:.85rem;color:var(--landing-text3);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;display:flex;align-items:center;gap:16px}.landing-root .marquee-item:before{content:"◆";font-size:.5rem;color:var(--landing-accent)}@media (max-width:640px){.landing-root .marquee-section{padding:28px 0}.landing-root .marquee-track{gap:40px;animation-duration:16s}.landing-root .marquee-item{font-size:.75rem;gap:12px}}@media (prefers-reduced-motion:reduce){.landing-root .marquee-track{animation:none}}.landing-root .features-header{text-align:center;margin-bottom:64px}.landing-root .features-header .section-label{justify-content:center}.landing-root .features-header .section-sub{margin:0 auto}.landing-root .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--landing-border);border-radius:var(--landing-radius-lg);overflow:hidden;border:1px solid var(--landing-border)}.landing-root .feature-card{background:var(--landing-bg);padding:clamp(28px,4vw,44px);transition:background .3s;position:relative;overflow:hidden}.landing-root .feature-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0,var(--landing-accent-glow),transparent 70%);opacity:0;transition:opacity .4s;pointer-events:none}.landing-root .feature-card:hover{background:var(--landing-bg2)}.landing-root .feature-card:hover:after{opacity:1}.landing-root .feature-icon{width:52px;height:52px;background:oklch(.45 .22 295/.08);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px;border:1px solid oklch(.45 .22 295/.18);position:relative;z-index:1}.landing-root .feature-title{font-weight:700;font-size:1.15rem;margin-bottom:10px;letter-spacing:-.02em;position:relative;z-index:1}.landing-root .feature-desc{color:var(--landing-text2);font-size:.9rem;line-height:1.65;position:relative;z-index:1}@media (max-width:1024px){.landing-root .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-root .features-header{margin-bottom:40px}.landing-root .features-grid{grid-template-columns:1fr}.landing-root .feature-icon{width:44px;height:44px;font-size:1.3rem;margin-bottom:14px}.landing-root .feature-title{font-size:1.05rem}.landing-root .feature-desc{font-size:.88rem}}.landing-root .bigfeat-section{padding-top:0}.landing-root .bigfeat{background:var(--landing-bg2);border-radius:var(--landing-radius-lg);overflow:hidden}.landing-root .bigfeat-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.landing-root .bigfeat-text{padding:clamp(40px,6vw,80px);display:flex;flex-direction:column;justify-content:center}.landing-root .bigfeat-title{font-size:clamp(1.8rem,3vw,2.6rem)}.landing-root .bigfeat-desc{color:var(--landing-text2);font-size:.95rem;line-height:1.7;margin-top:12px}.landing-root .bigfeat-visual{background:var(--landing-bg3);border-left:1px solid var(--landing-border);display:flex;align-items:center;justify-content:center;padding:40px;min-height:380px;position:relative;overflow:hidden}.landing-root .bigfeat-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,oklch(.45 .22 295/.05),transparent 70%)}.landing-root .bigfeat-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin:28px 0 0;padding:0}.landing-root .bigfeat-list li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--landing-text2)}.landing-root .bigfeat-list li .check{width:20px;height:20px;background:oklch(.45 .22 295/.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--landing-accent);flex-shrink:0;margin-top:2px}.landing-root .bigfeat-cta{width:-moz-fit-content;width:fit-content;margin-top:32px}.landing-root .bigfeat-cta-note{font-size:.75rem;color:var(--landing-text3);margin:10px 0 0;font-weight:500}.landing-root .browser-mock{background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:14px;overflow:hidden;width:100%;max-width:560px;box-shadow:0 24px 60px oklch(.45 .22 295/.18),0 8px 24px oklch(0 0 0/.08),0 0 0 1px oklch(.45 .22 295/.04);position:relative;z-index:1;transition:transform .3s ease,box-shadow .3s ease}.landing-root .browser-mock:hover{transform:translateY(-3px);box-shadow:0 30px 70px oklch(.45 .22 295/.22),0 12px 28px oklch(0 0 0/.1)}.landing-root .browser-topbar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--landing-bg2);border-bottom:1px solid var(--landing-border)}.landing-root .browser-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.landing-root .browser-dot-r{background:#ff5f57}.landing-root .browser-dot-y{background:#ffbd2e}.landing-root .browser-dot-g{background:#28c840}.landing-root .browser-url{flex:1;margin-left:14px;background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:500;color:var(--landing-text3);display:flex;align-items:center;justify-content:center;gap:6px;max-width:240px;margin-right:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-root .browser-url svg{color:var(--landing-text3);flex-shrink:0}.landing-root .browser-screen{display:block;width:100%;height:auto;aspect-ratio:1090/800;background:var(--landing-bg2);-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}@media (max-width:1024px){.landing-root .bigfeat-inner{grid-template-columns:1fr}.landing-root .bigfeat-visual{border-left:none;border-top:1px solid var(--landing-border);min-height:280px}}@media (max-width:640px){.landing-root .bigfeat-text{padding:32px 20px}.landing-root .bigfeat-visual{padding:28px 16px;min-height:260px}.landing-root .bigfeat-desc{font-size:.92rem}.landing-root .bigfeat-list li{font-size:.9rem}.landing-root .bigfeat-cta{width:100%;justify-content:center;text-align:center}.landing-root .browser-mock{border-radius:12px}.landing-root .browser-topbar{padding:8px 10px;gap:5px}.landing-root .browser-dot{width:8px;height:8px}.landing-root .browser-url{font-size:.65rem;padding:3px 8px;max-width:180px;margin-left:8px}}.landing-root .numbers-section{background:oklch(.45 .22 295/.03);border-top:1px solid oklch(.45 .22 295/.15);border-bottom:1px solid oklch(.45 .22 295/.15)}.landing-root .numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-radius:var(--landing-radius-lg);overflow:hidden}.landing-root .number-item{background:transparent;padding:clamp(44px,5vw,72px) clamp(32px,4vw,56px);position:relative;overflow:hidden;border-right:1px solid oklch(.45 .22 295/.12)}.landing-root .number-item:last-child{border-right:none}.landing-root .number-item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--landing-accent);transform:scaleX(0);transition:transform .4s;transform-origin:left}.landing-root .number-item:hover:after{transform:scaleX(1)}.landing-root .number-val{font-weight:700;font-size:clamp(1.8rem,2.8vw,3rem);letter-spacing:-.02em;color:var(--landing-text);line-height:1;margin-bottom:14px;white-space:nowrap}.landing-root .number-val .accent{color:var(--landing-accent);font-size:.9em}.landing-root .number-fn{font-size:.4em;color:var(--landing-text3);margin-left:2px;font-weight:500;vertical-align:super}.landing-root .number-label{font-size:.9rem;color:var(--landing-text3);font-weight:500;line-height:1.55;max-width:160px;white-space:pre-line}.landing-root .numbers-footnotes{margin-top:32px;max-width:760px}.landing-root .numbers-footnote{font-size:.7rem;line-height:1.55;color:var(--landing-text3);opacity:.65;margin:0}.landing-root .numbers-footnote+.numbers-footnote{margin-top:4px}@media (max-width:1024px){.landing-root .numbers-grid{grid-template-columns:repeat(2,1fr)}.landing-root .number-item:nth-child(odd){border-right:1px solid oklch(.45 .22 295/.12)}.landing-root .number-item:nth-child(2n){border-right:none}.landing-root .number-item:first-child,.landing-root .number-item:nth-child(2){border-bottom:1px solid oklch(.45 .22 295/.12)}}@media (max-width:480px){.landing-root .numbers-grid{grid-template-columns:1fr}.landing-root .number-item{border-right:none!important;border-bottom:1px solid oklch(.45 .22 295/.12)!important;padding:32px 24px}.landing-root .number-item:last-child{border-bottom:none!important}.landing-root .number-val{font-size:2rem;margin-bottom:10px}.landing-root .number-label{font-size:.88rem;max-width:none}.landing-root .numbers-footnote{font-size:.65rem}}.landing-root .pricing-header{text-align:center;margin-bottom:0}.landing-root .pricing-header .section-label{justify-content:center}.landing-root .pricing-header .section-sub{margin:0 auto}.landing-root .pricing-toggle{display:inline-flex;align-items:center;gap:4px;margin:32px auto 0;padding:4px;background:var(--landing-bg2);border:1px solid var(--landing-border);border-radius:100px;position:relative}.landing-root .pricing-toggle-btn{background:transparent;border:none;cursor:pointer;padding:9px 20px;border-radius:100px;font-size:.85rem;font-weight:600;color:var(--landing-text2);transition:background .25s,color .25s;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-family:inherit}.landing-root .pricing-toggle-btn:hover{color:var(--landing-text)}.landing-root .pricing-toggle-btn.is-active{background:var(--landing-accent);color:#fff;box-shadow:0 4px 14px var(--landing-accent-glow)}.landing-root .pricing-toggle-hint{font-size:.72rem;font-weight:500;opacity:.85}.landing-root .pricing-toggle-btn:not(.is-active) .pricing-toggle-hint{color:var(--landing-accent)}.landing-root .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;align-items:start}.landing-root .pricing-card{background:var(--landing-bg2);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);padding:44px 40px;position:relative;transition:border-color .3s,transform .3s,box-shadow .3s}.landing-root .pricing-card:hover{border-color:oklch(.45 .22 295/.3);transform:translateY(-4px);box-shadow:0 12px 40px oklch(.45 .22 295/.07)}.landing-root .pricing-card.featured{border-color:var(--landing-accent);background:linear-gradient(160deg,oklch(.45 .22 295/.05),var(--landing-bg2));box-shadow:0 0 0 1px var(--landing-accent),0 24px 64px oklch(.45 .22 295/.1);padding-top:52px}.landing-root .pricing-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--landing-accent);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 14px;border-radius:100px;white-space:nowrap}.landing-root .pricing-plan{font-weight:700;font-size:1.25rem;letter-spacing:-.02em;margin-bottom:8px}.landing-root .pricing-desc{font-size:.85rem;color:var(--landing-text3);margin-bottom:28px}.landing-root .pricing-price{margin-bottom:8px;min-height:56px;display:flex;align-items:flex-end;flex-wrap:wrap;gap:0 6px}.landing-root .pricing-price .price-block{display:none;align-items:baseline;flex-wrap:wrap;gap:0 6px}.landing-root .pricing-price .price-block.is-active{display:inline-flex}.landing-root .pricing-price .amount{font-weight:700;font-size:clamp(2.2rem,4vw,2.8rem);letter-spacing:-.025em;color:var(--landing-text);line-height:1}.landing-root .pricing-price .amount-strike{font-weight:600;font-size:1.15rem;color:var(--landing-text3);text-decoration:line-through;letter-spacing:-.01em}.landing-root .pricing-price .period{font-size:.85rem;color:var(--landing-text3);margin-left:2px}.landing-root .pricing-price .price-billed{flex-basis:100%;font-size:.72rem;color:var(--landing-text3);margin-top:4px;font-weight:500}.landing-root .pricing-price.featured .amount{color:var(--landing-accent)}.landing-root .pricing-extra{font-size:.78rem;color:var(--landing-text3);margin-bottom:28px}.landing-root .pricing-divider{height:1px;background:var(--landing-border);margin:24px 0}.landing-root .pricing-features{list-style:none;display:flex;flex-direction:column;gap:14px;margin:0 0 36px;padding:0}.landing-root .pricing-features li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:var(--landing-text2);line-height:1.5}.landing-root .pricing-features li .pf-check{width:20px;height:20px;background:oklch(.45 .22 295/.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:var(--landing-accent);flex-shrink:0;margin-top:1px}.landing-root .pricing-cta{width:100%;padding:15px;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;text-align:center;text-decoration:none;display:block;transition:background .25s,filter .25s,transform .25s,border-color .25s;border:none;font-family:inherit}.landing-root .pricing-cta-duration{font-weight:500;opacity:.85}.landing-root .pricing-guarantee{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem;color:var(--landing-text3);margin:14px 0 0;font-weight:500}.landing-root .pricing-guarantee svg{color:var(--landing-accent);flex-shrink:0}.landing-root .pricing-cta.primary{background:var(--landing-accent);color:#fff;box-shadow:0 0 30px var(--landing-accent-glow)}.landing-root .pricing-cta.primary:hover{background:var(--landing-accent-strong);transform:translateY(-1px);box-shadow:0 8px 36px var(--landing-accent-glow)}.landing-root .pricing-cta.secondary{background:transparent;color:var(--landing-text);border:1px solid var(--landing-border)}.landing-root .pricing-cta.secondary:hover{border-color:oklch(0 0 0/.2);background:var(--landing-bg3)}@media (max-width:1024px){.landing-root .pricing-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}@media (max-width:640px){.landing-root .pricing-toggle{margin-top:24px}.landing-root .pricing-toggle-btn{font-size:.8rem;padding:8px 14px}.landing-root .pricing-toggle-hint{font-size:.65rem}.landing-root .pricing-grid{margin-top:32px;gap:20px}.landing-root .pricing-card{padding:32px 22px}.landing-root .pricing-card.featured{padding-top:40px}.landing-root .pricing-plan{font-size:1.1rem}.landing-root .pricing-desc,.landing-root .pricing-extra{margin-bottom:20px}.landing-root .pricing-features{gap:12px;margin-bottom:28px}.landing-root .pricing-features li{font-size:.88rem}.landing-root .pricing-cta{padding:13px;font-size:.9rem}.landing-root .pricing-cta-duration{display:block;font-size:.78rem}}.landing-root .testimonials-section{background:var(--landing-bg2)}.landing-root .testimonials-header{text-align:center;margin-bottom:0}.landing-root .testimonials-header .section-label{justify-content:center}.landing-root .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px}.landing-root .testimonial-card{background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);padding:28px;position:relative;transition:border-color .3s,transform .3s}.landing-root .testimonial-card:hover{border-color:oklch(0 0 0/.15);transform:translateY(-3px)}.landing-root .t-stars{color:var(--landing-accent);font-size:.85rem;letter-spacing:2px;margin-bottom:16px}.landing-root .t-text{font-size:.92rem;color:var(--landing-text2);line-height:1.7;margin-bottom:20px;font-style:italic}.landing-root .t-author{display:flex;align-items:center;gap:12px}.landing-root .t-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;border:2px solid var(--landing-bg);box-shadow:0 2px 8px oklch(0 0 0/.08);background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-strong) 100%);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;letter-spacing:.02em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-root .t-name{font-weight:700;font-size:.875rem;color:var(--landing-text)}.landing-root .t-role{font-size:.75rem;color:var(--landing-text3)}@media (max-width:1024px){.landing-root .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-root .testimonials-grid{grid-template-columns:1fr;margin-top:40px}.landing-root .testimonial-card{padding:22px}.landing-root .t-text{font-size:.9rem;margin-bottom:16px}}.landing-root .faq-header{text-align:center;margin-bottom:0}.landing-root .faq-header .section-label{justify-content:center}.landing-root .faq-list{max-width:760px;margin:56px auto 0}.landing-root .faq-item{border-bottom:1px solid var(--landing-border)}.landing-root .faq-question{width:100%;text-align:left;background:none;border:none;padding:24px 0;font-size:1rem;font-weight:600;color:var(--landing-text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:color .2s;font-family:inherit}.landing-root .faq-question:hover{color:var(--landing-accent)}.landing-root .faq-chevron{width:28px;height:28px;background:var(--landing-bg2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--landing-border);transition:background .3s,color .3s,border-color .3s,transform .3s;color:var(--landing-text3);font-size:.8rem}.landing-root .faq-item.is-open .faq-chevron{background:var(--landing-accent);color:#fff;border-color:var(--landing-accent);transform:rotate(180deg)}.landing-root .faq-answer{font-size:.92rem;color:var(--landing-text2);line-height:1.75;overflow:hidden;max-height:0;transition:max-height .4s ease,padding .3s;padding-bottom:0}.landing-root .faq-item.is-open .faq-answer{max-height:400px;padding-bottom:24px}@media (max-width:640px){.landing-root .faq-list{margin-top:40px}.landing-root .faq-question{font-size:.94rem;padding:18px 0;gap:12px}.landing-root .faq-chevron{width:24px;height:24px;font-size:.7rem}.landing-root .faq-answer{font-size:.88rem}.landing-root .faq-item.is-open .faq-answer{max-height:600px;padding-bottom:18px}}.landing-root .cta-section{text-align:center;position:relative;overflow:hidden}.landing-root .cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,oklch(.45 .22 295/.07),transparent 70%);pointer-events:none}.landing-root .cta-section .section-inner{position:relative;z-index:1}.landing-root .cta-title{font-weight:700;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.08;letter-spacing:-.025em;margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto}.landing-root .cta-accent{color:var(--landing-accent)}.landing-root .cta-sub{color:var(--landing-text2);font-size:1.1rem;max-width:480px;margin:0 auto 40px;line-height:1.7}.landing-root .cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.landing-root .cta-primary{font-size:1.1rem;padding:16px 36px}.landing-root .cta-secondary{font-size:1rem;padding:16px 24px}.landing-root .cta-note{font-size:.8rem;color:var(--landing-text3);margin-top:16px;gap:6px}.landing-root .cta-guarantees,.landing-root .cta-note{display:flex;align-items:center;justify-content:center}.landing-root .cta-guarantees{flex-wrap:wrap;gap:10px 16px;margin-top:18px}.landing-root .cta-guarantee-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--landing-border);border-radius:100px;background:var(--landing-bg2);font-size:.78rem;font-weight:600;color:var(--landing-text2);letter-spacing:-.005em}.landing-root .cta-guarantee-pill svg{color:var(--landing-accent);flex-shrink:0}@media (max-width:640px){.landing-root .cta-title{font-size:clamp(2rem,8vw,2.6rem)}.landing-root .cta-sub{font-size:1rem;margin-bottom:28px}.landing-root .cta-actions{flex-direction:column;align-items:stretch;gap:10px}.landing-root .cta-actions .btn-hero,.landing-root .cta-actions .btn-outline{width:100%;justify-content:center;text-align:center}.landing-root .cta-primary{font-size:1rem;padding:14px 24px}}.landing-root .landing-footer{background:var(--landing-bg2);border-top:1px solid var(--landing-border);padding:60px clamp(20px,5vw,80px) 32px}.landing-root .footer-inner{max-width:1200px;margin:0 auto}.landing-root .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}.landing-root .footer-brand .nav-logo{margin-bottom:16px}.landing-root .footer-tagline{font-size:.875rem;color:var(--landing-text3);line-height:1.6;max-width:240px;margin-bottom:24px}.landing-root .footer-social{display:flex;gap:10px}.landing-root .footer-social a{width:36px;height:36px;background:var(--landing-bg3);border:1px solid var(--landing-border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--landing-text3);text-decoration:none;transition:background .2s,color .2s}.landing-root .footer-social a:hover{background:var(--landing-border);color:var(--landing-text)}.landing-root .footer-col-title{font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--landing-text3);margin-bottom:20px}.landing-root .footer-col-links{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0;padding:0}.landing-root .footer-col-links a,.landing-root .footer-col-links button{color:var(--landing-text2);text-decoration:none;font-size:.88rem;transition:color .2s;background:none;border:none;cursor:pointer;padding:0;text-align:left;font-family:inherit}.landing-root .footer-col-links a:hover,.landing-root .footer-col-links button:hover{color:var(--landing-text)}.landing-root .footer-bottom{border-top:1px solid var(--landing-border);padding-top:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.landing-root .footer-copy{font-size:.8rem;color:var(--landing-text3)}.landing-root .footer-legal{display:flex;gap:24px}.landing-root .footer-legal a{font-size:.8rem;color:var(--landing-text3);text-decoration:none;transition:color .2s}.landing-root .footer-legal a:hover{color:var(--landing-text2)}@media (max-width:1024px){.landing-root .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.landing-root .footer-grid{grid-template-columns:1fr;gap:32px}.landing-root .footer-bottom{flex-direction:column;align-items:flex-start}}.landing-modal{position:fixed;inset:0;z-index:200;display:none;align-items:flex-start;justify-content:center;padding:clamp(16px,4vw,48px) clamp(12px,3vw,32px);overflow-y:auto;font-family:var(--font-sans,"Inter"),system-ui,sans-serif;color:var(--landing-text)}.landing-modal.is-open{display:flex;animation:landing-modal-fade-in .22s ease}@keyframes landing-modal-fade-in{0%{opacity:0}to{opacity:1}}.landing-modal-backdrop{position:fixed;inset:0;background:oklch(.14 .02 260/.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer}.landing-modal-dialog{position:relative;z-index:1;background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);width:100%;box-shadow:0 30px 80px oklch(.45 .22 295/.18),0 12px 32px oklch(0 0 0/.12);margin:auto;animation:landing-modal-slide-up .28s cubic-bezier(.2,.8,.2,1);outline:none}@keyframes landing-modal-slide-up{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.landing-modal-dialog--md{max-width:520px}.landing-modal-dialog--lg{max-width:880px}.landing-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;background:var(--landing-bg2);border:1px solid var(--landing-border);color:var(--landing-text2);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s,transform .2s;z-index:2}.landing-modal-close:hover{background:var(--landing-bg3);color:var(--landing-text);border-color:oklch(0 0 0/.16);transform:scale(1.05)}.landing-modal-close:focus-visible{outline:2px solid var(--landing-accent);outline-offset:2px}.landing-modal-header{padding:32px 56px 16px 32px}.landing-modal-title{font-weight:700;font-size:clamp(1.4rem,2.4vw,1.75rem);letter-spacing:-.022em;color:var(--landing-text);line-height:1.2;margin:0}.landing-modal-subtitle{font-size:.95rem;color:var(--landing-text2);line-height:1.6;margin:8px 0 0;max-width:540px}.landing-modal-body{padding:8px 32px 32px}@media (max-width:640px){.landing-modal{padding:0;align-items:stretch}.landing-modal-dialog{border-radius:0;min-height:100%;border:none}.landing-modal-header{padding:56px 24px 12px}.landing-modal-body{padding:4px 24px 32px}.landing-modal-title{font-size:1.25rem}.landing-modal-close{top:12px;right:12px}}@media (prefers-reduced-motion:reduce){.landing-modal-dialog,.landing-modal.is-open{animation:none}}.landing-contact-form{display:flex;flex-direction:column;gap:16px}.landing-contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.landing-contact-form .form-field{display:flex;flex-direction:column;gap:6px}.landing-contact-form .form-label{font-size:.82rem;font-weight:600;color:var(--landing-text2);letter-spacing:-.005em}.landing-contact-form input,.landing-contact-form select,.landing-contact-form textarea{width:100%;background:var(--landing-bg2);border:1px solid var(--landing-border);border-radius:10px;padding:11px 14px;font-family:inherit;font-size:.92rem;color:var(--landing-text);transition:border-color .2s,background .2s,box-shadow .2s;line-height:1.5}.landing-contact-form textarea{resize:vertical;min-height:100px}.landing-contact-form input:focus,.landing-contact-form select:focus,.landing-contact-form textarea:focus{outline:none;border-color:var(--landing-accent);background:var(--landing-bg);box-shadow:0 0 0 3px oklch(.45 .22 295/.12)}.landing-contact-form input::-moz-placeholder,.landing-contact-form textarea::-moz-placeholder{color:var(--landing-text3)}.landing-contact-form input::placeholder,.landing-contact-form textarea::placeholder{color:var(--landing-text3)}.landing-contact-form .form-consent{display:flex;align-items:flex-start;gap:10px;font-size:.78rem;color:var(--landing-text2);line-height:1.5;cursor:pointer}.landing-contact-form .form-consent input{margin-top:2px;accent-color:var(--landing-accent);flex-shrink:0;width:14px;height:14px}.landing-contact-form .form-consent a{color:var(--landing-accent);text-decoration:underline}.landing-contact-form .form-status{font-size:.85rem;line-height:1.5}.landing-contact-form .form-status.is-error{color:oklch(.5 .22 25);background:oklch(.55 .22 25/.08);border:1px solid oklch(.55 .22 25/.2);border-radius:8px;padding:10px 12px}.landing-contact-form .form-status.is-success{color:oklch(.45 .16 160);background:oklch(.7 .16 160/.1);border:1px solid oklch(.55 .16 160/.25);border-radius:8px;padding:10px 12px}.landing-contact-form .contact-submit{width:100%;justify-content:center;margin-top:4px}.landing-contact-form .contact-submit:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.landing-contact-form .form-fallback{text-align:center;font-size:.78rem;color:var(--landing-text3);margin:0}.landing-contact-form .form-fallback a{color:var(--landing-accent);text-decoration:none;font-weight:600}.landing-contact-form .form-fallback a:hover{text-decoration:underline}@media (max-width:640px){.landing-contact-form .form-row{grid-template-columns:1fr;gap:16px}}.landing-booking{position:relative}.landing-booking-demo-banner{display:flex;align-items:flex-start;gap:10px;background:oklch(.85 .12 90/.18);border:1px solid oklch(.7 .14 90/.4);color:oklch(.4 .12 80);padding:10px 14px;border-radius:10px;font-size:.82rem;line-height:1.5;margin-bottom:18px}.landing-booking-demo-banner svg{flex-shrink:0;margin-top:2px}.landing-booking-grid{display:grid;grid-template-columns:200px 1fr;gap:24px;min-height:440px}.landing-booking-dates{display:flex;flex-direction:column;gap:6px;max-height:460px;overflow-y:auto;padding-right:6px}.landing-booking-date-btn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:var(--landing-bg2);border:1px solid var(--landing-border);border-radius:10px;padding:10px 14px;cursor:pointer;text-align:left;transition:background .15s,border-color .15s,color .15s;font-family:inherit}.landing-booking-date-btn:hover{background:var(--landing-bg3);border-color:oklch(0 0 0/.16)}.landing-booking-date-btn.is-selected{background:var(--landing-accent);border-color:var(--landing-accent)}.landing-booking-date-btn .bd-day{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--landing-text3)}.landing-booking-date-btn.is-selected .bd-day{color:oklch(1 0 0/.7)}.landing-booking-date-btn .bd-num{font-size:1.1rem;font-weight:700;color:var(--landing-text);letter-spacing:-.01em}.landing-booking-date-btn.is-selected .bd-num{color:#fff}.landing-booking-date-btn .bd-month{font-size:.72rem;color:var(--landing-text3);font-weight:500}.landing-booking-date-btn.is-selected .bd-month{color:oklch(1 0 0/.8)}.landing-booking-slots-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--landing-border)}.landing-booking-slots-label{font-weight:600;font-size:.92rem;color:var(--landing-text)}.landing-booking-tz{font-size:.72rem;color:var(--landing-text3)}.landing-booking-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;align-content:start}.landing-booking-slots-empty,.landing-booking-slots-loading{grid-column:1/-1;text-align:center;color:var(--landing-text3);font-size:.88rem;padding:60px 12px}.landing-booking-slot-btn{background:var(--landing-bg2);border:1px solid var(--landing-border);border-radius:10px;padding:11px 10px;cursor:pointer;font-family:inherit;font-size:.92rem;font-weight:600;color:var(--landing-text);transition:background .15s,border-color .15s,color .15s,transform .15s;letter-spacing:-.01em}.landing-booking-slot-btn:hover:not(:disabled){background:var(--landing-accent);border-color:var(--landing-accent);color:#fff;transform:translateY(-1px)}.landing-booking-slot-btn:disabled{background:var(--landing-bg3);color:var(--landing-text3);cursor:not-allowed;opacity:.5;text-decoration:line-through}.landing-booking-summary{display:flex;align-items:center;gap:10px;background:oklch(.45 .22 295/.06);border:1px solid oklch(.45 .22 295/.18);border-radius:12px;padding:14px 16px;margin-bottom:20px;font-size:.95rem;font-weight:600;color:var(--landing-accent)}.landing-booking-summary:before{content:"📅";font-size:1rem}.landing-booking-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.landing-booking .form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.landing-booking .form-label{font-size:.82rem;font-weight:600;color:var(--landing-text2)}.landing-booking input,.landing-booking select{width:100%;background:var(--landing-bg2);border:1px solid var(--landing-border);border-radius:10px;padding:11px 14px;font-family:inherit;font-size:.92rem;color:var(--landing-text);transition:border-color .2s,background .2s,box-shadow .2s}.landing-booking input:focus,.landing-booking select:focus{outline:none;border-color:var(--landing-accent);background:var(--landing-bg);box-shadow:0 0 0 3px oklch(.45 .22 295/.12)}.landing-booking-status{font-size:.85rem;line-height:1.5;margin:8px 0}.landing-booking-status.is-error{color:oklch(.5 .22 25);background:oklch(.55 .22 25/.08);border:1px solid oklch(.55 .22 25/.2);border-radius:8px;padding:10px 12px}.landing-booking-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.landing-booking-actions .btn-outline{padding:12px 18px;font-size:.9rem}.landing-booking-submit{padding:12px 22px;font-size:.95rem}.landing-booking-submit:disabled{opacity:.6;cursor:not-allowed}.landing-booking-step-success{text-align:center;padding:24px 8px}.landing-booking-success-icon{color:var(--landing-accent);margin-bottom:16px;display:inline-block}.landing-booking-success-title{font-weight:700;font-size:1.4rem;letter-spacing:-.02em;margin-bottom:8px}.landing-booking-success-msg{color:var(--landing-text2);font-size:.95rem;line-height:1.6;max-width:440px;margin:0 auto 24px}@media (max-width:720px){.landing-booking-grid{grid-template-columns:1fr;gap:18px;min-height:0}.landing-booking-dates{flex-direction:row;gap:6px;max-height:none;padding-right:0;overflow-x:auto;padding-bottom:6px}.landing-booking-date-btn{flex-shrink:0;min-width:80px;padding:8px 12px}.landing-booking-form-row{grid-template-columns:1fr;gap:14px}.landing-booking-actions{flex-direction:column-reverse;align-items:stretch}.landing-booking-actions .btn-hero,.landing-booking-actions .btn-outline{width:100%;justify-content:center}.landing-booking-slots{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}}