:root{--landing-nav-bg: rgb(248 250 251 / 92%);--landing-nav-border: rgb(0 0 0 / 6%);--landing-hero-bg: var(--bg-subtle);--landing-card-bg: var(--card-bg)}[data-theme=dark]{--landing-nav-bg: rgb(15 23 41 / 92%);--landing-nav-border: rgb(255 255 255 / 6%);--landing-hero-bg: var(--bg, var(--sidebar-bg));--landing-card-bg: var(--card-bg, var(--sidebar-bg))}.landing-hero,.landing-section,.landing-footer,.landing-nav{box-sizing:border-box;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.landing-nav-links.landing-nav-links li,.landing-footer-links.landing-footer-links li{margin:0}button.landing-footer-link{background:none;border:none;cursor:pointer;padding:0;text-align:left;font-family:inherit}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse-glow{0%,to{opacity:.25}50%{opacity:.7}}@keyframes draw-in{0%{stroke-dashoffset:300}to{stroke-dashoffset:0}}@keyframes wiggle{0%,to{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}@keyframes lightbulb-glow{0%,to{filter:drop-shadow(0 0 0 rgba(82,122,152,0))}50%{filter:drop-shadow(0 0 8px rgba(82,122,152,.5))}}.anim-float{animation:float 4s ease-in-out infinite}.anim-float-slow{animation:floatSlow 5s ease-in-out infinite}.anim-float-delay{animation:float 4.5s ease-in-out infinite .5s}.anim-pulse{animation:pulse-glow 2s ease-in-out infinite}.anim-wiggle{animation:wiggle 3s ease-in-out infinite}.anim-lightbulb{animation:lightbulb-glow 2.5s ease-in-out infinite}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,4vw,3rem);height:64px;background:var(--landing-nav-bg, rgba(248, 250, 251, .92));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-nav-border, rgba(0, 0, 0, .06));transition:background .3s,box-shadow .3s,border-color .3s}.landing-nav.is-scrolled{box-shadow:0 1px 8px #0000000f}[data-theme=dark] .landing-nav.is-scrolled{box-shadow:0 1px 8px #0000004d}.landing-nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:700;font-size:1.125rem;color:var(--text-primary);flex-shrink:0}@media(max-width:480px){.landing-nav-logo span{display:none}}.nav-logo-img{width:32px;height:32px;flex-shrink:0;object-fit:contain}[data-theme=dark] .nav-logo-img{filter:invert(1)}.footer-logo-img{width:24px;height:24px;flex-shrink:0;object-fit:contain;filter:invert(1)}[data-theme=dark] .footer-logo-img{filter:none}.landing-nav-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width:768px){.landing-nav-links{display:none}}.landing-nav-link{background:none;border:none;cursor:pointer;padding:0;font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color .15s;text-decoration:none}.landing-nav-link:hover{color:var(--brand-slate)}.landing-nav-actions{display:flex;align-items:center;gap:12px}.landing-nav-desktop-only{display:flex;align-items:center}@media(max-width:768px){.landing-nav-desktop-only{display:none}}.landing-nav .lang-link.is-active{color:var(--text-primary)}.landing-login-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;text-decoration:none;background:var(--brand-slate);color:var(--text-inverse);transition:background .2s,transform .15s,box-shadow .2s;border:none;cursor:pointer}.landing-login-btn:hover{background:var(--brand-slate);transform:translateY(-1px);box-shadow:0 4px 12px #527a984d}.landing-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--text-primary);font-size:1.25rem}@media(max-width:768px){.landing-hamburger{display:flex;align-items:center}}.landing-mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:var(--card-bg, var(--card-bg));border-bottom:1px solid var(--border);padding:1rem;z-index:var(--z-modal);flex-direction:column;gap:.5rem;box-shadow:0 8px 24px #00000014}.landing-mobile-menu.is-open{display:flex}[data-theme=dark] .landing-mobile-menu{background:var(--sidebar-bg, var(--sidebar-bg));box-shadow:0 8px 24px #0000004d}.landing-mobile-lang{padding:10px 16px;border-top:1px solid var(--border, var(--border));margin-top:.25rem;padding-top:.75rem}[data-theme=dark] .landing-mobile-lang{border-top-color:#ffffff14}.landing-mobile-link{display:block;padding:10px 16px;border-radius:var(--radius-button);font-size:.9375rem;font-weight:500;color:var(--text-primary);text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;width:100%}.landing-mobile-link:hover{background:var(--bg-hover, var(--bg-hover))}.landing-mobile-login{color:var(--brand-slate);font-weight:600}[data-theme=dark] .landing-mobile-login{color:var(--brand-slate)}.landing-hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:100px clamp(1rem,4vw,3rem) 60px;overflow:hidden;background:var(--landing-hero-bg, var(--bg-subtle))}.hero-layout{display:flex;align-items:center;justify-content:center;gap:clamp(2rem,5vw,5rem);max-width:1200px;margin:0 auto;width:100%}@media(max-width:900px){.hero-layout{flex-direction:column-reverse;text-align:center}}.hero-text{flex:1;max-width:560px}.hero-illustration-wrap{flex:0 0 auto;width:clamp(300px,38vw,520px);position:relative}.hero-illustration-wrap img{width:100%;height:auto;transition:filter .3s}[data-theme=dark] .hero-illustration-wrap img{filter:invert(.88) hue-rotate(180deg)}@media(max-width:900px){.hero-illustration-wrap{width:340px}}.landing-hero-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.12;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--text-primary)}.hero-underline-wrap{position:relative;display:inline-block}.hero-underline-wrap .text-gradient{background:linear-gradient(135deg,var(--brand-slate) 0%,var(--brand-slate) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-handdrawn-underline{position:absolute;bottom:-4px;left:-2%;width:104%;height:12px;z-index:-1}.hero-handdrawn-underline path{fill:none;stroke:var(--brand-slate);stroke-width:2;stroke-linecap:round;opacity:.4;stroke-dasharray:300;stroke-dashoffset:300;animation:draw-in 1.5s ease forwards .5s}.landing-hero-subtitle{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--text-secondary);line-height:1.7;margin-bottom:2rem}.landing-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media(max-width:900px){.landing-hero-actions{justify-content:center}}.landing-cta-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--radius-sm);font-size:1rem;font-weight:700;text-decoration:none;background:var(--brand-slate);color:var(--text-inverse);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.landing-cta-primary:hover{background:var(--brand-slate);transform:translateY(-2px);box-shadow:0 8px 24px #527a9859}.landing-cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;text-decoration:none;background:transparent;color:var(--text-primary);border:1.5px solid var(--border);cursor:pointer;transition:border-color .2s,color .2s,transform .15s}.landing-cta-secondary:hover{border-color:var(--brand-slate);color:var(--brand-slate);transform:translateY(-1px)}.landing-hero-strategies{display:flex;flex-wrap:wrap;gap:10px;margin-top:2rem}@media(max-width:900px){.landing-hero-strategies{justify-content:center}}@media(max-width:480px){.landing-hero-strategies{gap:8px;margin-top:1.5rem}}.landing-hero-strategy-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:600;color:var(--text-secondary);background:var(--landing-card-bg, var(--card-bg));border:1px solid var(--border, var(--border));transition:transform .2s,box-shadow .2s,border-color .2s}@media(max-width:480px){.landing-hero-strategy-pill{padding:6px 14px;font-size:.8125rem;gap:6px}}.landing-hero-strategy-pill i{font-size:.8125rem;color:var(--brand-slate)}.landing-hero-strategy-pill:hover{transform:translateY(-1px);border-color:var(--brand-slate);box-shadow:0 4px 12px #527a981a}[data-theme=dark] .landing-hero-strategy-pill{background:#ffffff0f;border-color:#ffffff1a;color:var(--text-secondary)}[data-theme=dark] .landing-hero-strategy-pill:hover{border-color:var(--brand-slate);box-shadow:0 4px 12px #527a9826}.landing-section{padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,3rem)}.landing-section--alt{background:var(--landing-card-bg, var(--card-bg))}[data-theme=dark] .landing-section--alt{background:#ffffff05}.landing-section-inner{max-width:1200px;margin:0 auto}.landing-section-header{text-align:center;margin-bottom:clamp(2rem,5vw,3.5rem)}.landing-section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:.75rem}.landing-section-subtitle{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.section-squiggle{display:block;width:100%;height:40px;overflow:visible}.section-squiggle path{fill:none;stroke:var(--brand-slate);stroke-width:1.5;stroke-linecap:round;opacity:.15}[data-theme=dark] .section-squiggle path{stroke:var(--text-primary, var(--border));opacity:.08}.landing-usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.landing-usp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.landing-usp-grid{grid-template-columns:1fr}}.landing-usp-card{background:var(--landing-card-bg, var(--card-bg));border:1.5px solid var(--border, var(--border));border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;transition:transform .25s,box-shadow .25s;position:relative}.landing-usp-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}[data-theme=dark] .landing-usp-card{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .landing-usp-card:hover{box-shadow:0 12px 32px #0000004d}.usp-doodle-icon{width:110px;height:110px;margin:0 auto 1.25rem}@media(max-width:640px){.usp-doodle-icon{width:90px;height:90px}}[data-theme=dark] .usp-doodle-icon rect[fill="#fff"],[data-theme=dark] .usp-doodle-icon path[fill="#fff"],[data-theme=dark] .usp-doodle-icon circle[fill="#fff"]{fill:var(--card-bg, var(--tooltip-bg))}[data-theme=dark] .usp-doodle-icon rect[stroke="#262626"],[data-theme=dark] .usp-doodle-icon path[stroke="#262626"],[data-theme=dark] .usp-doodle-icon line[stroke="#262626"],[data-theme=dark] .usp-doodle-icon circle[stroke="#262626"]{stroke:var(--text-primary, var(--border))}.landing-usp-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.landing-usp-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.landing-features-grid{grid-template-columns:1fr}}.landing-feature-card{background:var(--card-bg, var(--card-bg));border:1.5px solid var(--border);border-radius:var(--radius);padding:2rem;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.landing-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}[data-theme=dark] .landing-feature-card{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .landing-feature-card:hover{box-shadow:0 12px 32px #0000004d}.feature-doodle-corner{position:absolute;top:14px;right:14px;width:28px;height:28px;opacity:0;transition:opacity .3s}.feature-doodle-corner path,.feature-doodle-corner circle{fill:none;stroke:var(--brand-slate);stroke-width:1.5;stroke-linecap:round}.landing-feature-card:hover .feature-doodle-corner{opacity:.3}[data-theme=dark] .feature-doodle-corner path,[data-theme=dark] .feature-doodle-corner circle{stroke:var(--text-primary, var(--border))}.landing-feature-icon{width:48px;height:48px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem}.landing-feature-icon--primary{background:#527a9826;color:var(--brand-slate)}.landing-feature-icon--blue{background:var(--tint-blue-strong, var(--tint-blue-strong));color:var(--accent-blue)}.landing-feature-icon--teal{background:#0d94881f;color:var(--accent-teal)}.landing-feature-icon--violet{background:#8b5cf61f;color:var(--accent-violet)}.landing-feature-icon--amber{background:#f59e0b1f;color:var(--accent-amber)}.landing-feature-icon--emerald{background:#10b9811f;color:var(--accent-emerald)}.landing-feature-icon--rose{background:#f43f5e1f;color:var(--accent-rose)}[data-theme=dark] .landing-feature-icon--primary{background:#527a9833}[data-theme=dark] .landing-feature-icon--blue{background:#3b82f626}[data-theme=dark] .landing-feature-icon--teal{background:#0d948826}[data-theme=dark] .landing-feature-icon--violet{background:#8b5cf626}[data-theme=dark] .landing-feature-icon--amber{background:#f59e0b26}[data-theme=dark] .landing-feature-icon--emerald{background:#10b98126}[data-theme=dark] .landing-feature-icon--rose{background:#f43f5e26}.landing-feature-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.landing-feature-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.landing-showcase-item{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;margin-bottom:clamp(3rem,6vw,5rem)}.landing-showcase-item:last-child{margin-bottom:0}.landing-showcase-item--reverse{grid-template-columns:1fr 1.2fr}.landing-showcase-item--reverse .landing-showcase-image{order:2}.landing-showcase-item--reverse .landing-showcase-text{order:1}@media(max-width:768px){.landing-showcase-item{grid-template-columns:1fr;gap:1.5rem}.landing-showcase-item--reverse .landing-showcase-image,.landing-showcase-item--reverse .landing-showcase-text{order:unset}}.landing-showcase-image{border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 40px #0000001a;border:1px solid var(--border, var(--border));transition:transform .3s,box-shadow .3s}.landing-showcase-image:hover{transform:translateY(-4px);box-shadow:0 20px 48px #00000024}.landing-showcase-image img{display:block;width:100%;height:auto}[data-theme=dark] .landing-showcase-image{border-color:#ffffff14;box-shadow:0 12px 40px #0000004d}[data-theme=dark] .landing-showcase-image:hover{box-shadow:0 20px 48px #0006}.landing-showcase-text{padding:1rem 0}.landing-showcase-text-title{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:800;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.01em}.landing-showcase-text-desc{font-size:1rem;color:var(--text-secondary);line-height:1.7}.landing-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}@media(max-width:1024px){.landing-steps-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:640px){.landing-steps-grid{grid-template-columns:1fr;gap:1.5rem}}.landing-step{text-align:center;padding:1.5rem;position:relative}.step-doodle{display:block;width:140px;height:140px;margin:0 auto 1rem}@media(max-width:640px){.step-doodle{width:120px;height:120px}}[data-theme=dark] .step-doodle rect[fill="#fff"],[data-theme=dark] .step-doodle path[fill="#fff"]{fill:var(--card-bg, var(--tooltip-bg))}[data-theme=dark] .step-doodle rect[stroke="#262626"],[data-theme=dark] .step-doodle path[stroke="#262626"],[data-theme=dark] .step-doodle line[stroke="#262626"],[data-theme=dark] .step-doodle circle[stroke="#262626"]{stroke:var(--text-primary, var(--border))}.landing-step-number{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;margin:0 auto .75rem;background:var(--brand-slate);color:var(--text-inverse);position:relative}.step-hand-circle{position:absolute;top:-7px;left:-7px;width:58px;height:58px;pointer-events:none}.step-hand-circle path{fill:none;stroke:var(--brand-slate);stroke-width:1;stroke-linecap:round;opacity:.3}[data-theme=dark] .step-hand-circle path{stroke:var(--text-primary, var(--border))}.landing-step-title{font-size:1.0625rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.landing-step-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.step-arrow{position:absolute;top:100px;right:-18px;width:36px;height:24px;z-index:5;pointer-events:none}.step-arrow path{fill:none;stroke:var(--brand-slate);stroke-width:1.5;stroke-linecap:round;opacity:.3}@media(max-width:1024px){.step-arrow{display:none}}[data-theme=dark] .step-arrow path{stroke:var(--text-primary, var(--border))}.landing-about{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}@media(max-width:768px){.landing-about{grid-template-columns:1fr}}.landing-about-text{font-size:1.0625rem;color:var(--text-secondary);line-height:1.8;margin-top:1rem}.landing-about-values{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.landing-about-values{grid-template-columns:1fr}}.landing-about-value{display:flex;align-items:center;gap:12px;padding:1rem 1.25rem;background:var(--card-bg, var(--card-bg));border:1px solid var(--border, var(--border));border-radius:var(--radius-sm);font-size:.9375rem;font-weight:600;color:var(--text-primary);transition:transform .2s,box-shadow .2s}.landing-about-value i{color:var(--brand-slate);font-size:1.125rem;width:20px;text-align:center}.landing-about-value:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}[data-theme=dark] .landing-about-value{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .landing-about-value:hover{box-shadow:0 4px 16px #0003}.landing-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}@media(max-width:1024px){.landing-pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.landing-pricing-card{position:relative;background:var(--card-bg, var(--card-bg));border:1px solid var(--border, var(--border));border-radius:var(--radius);padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.landing-pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.landing-pricing-card--highlighted{border-color:var(--accent-teal);border-width:2px;box-shadow:0 8px 32px #0d94881f}.landing-pricing-card--highlighted:hover{box-shadow:0 16px 48px #0d94882e}[data-theme=dark] .landing-pricing-card{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .landing-pricing-card:hover{box-shadow:0 12px 32px #0000004d}[data-theme=dark] .landing-pricing-card--highlighted{border-color:var(--accent-teal);box-shadow:0 8px 32px #0d948826}[data-theme=dark] .landing-pricing-card--highlighted:hover{box-shadow:0 16px 48px #0d948838}.landing-pricing-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--accent-teal),var(--accent-teal));color:var(--text-inverse);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:5px 18px;border-radius:var(--radius);white-space:nowrap}.landing-pricing-icon{width:52px;height:52px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.375rem;margin-bottom:1.25rem}.landing-pricing-icon--blue{background:#527a9826;color:var(--brand-slate)}.landing-pricing-icon--teal{background:#0d94881f;color:var(--accent-teal)}.landing-pricing-icon--violet{background:#8b5cf61f;color:var(--accent-violet)}[data-theme=dark] .landing-pricing-icon--blue{background:#527a9833}[data-theme=dark] .landing-pricing-icon--teal{background:#0d948826}[data-theme=dark] .landing-pricing-icon--violet{background:#8b5cf626}.landing-pricing-name{font-size:1.375rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.landing-pricing-phase{font-size:.875rem;font-weight:600;color:var(--accent-teal);margin-bottom:.75rem}.landing-pricing-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.landing-pricing-price-row{margin-bottom:.75rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem}.landing-pricing-price-prefix{font-size:.9375rem;font-weight:500;color:var(--text-secondary)}.landing-pricing-price{font-size:1.75rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.landing-pricing-price-note{display:block;font-size:.8125rem;font-weight:500;color:var(--accent-teal);margin-top:2px}.landing-pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex:1;display:flex;flex-direction:column;gap:.625rem}.landing-pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.landing-pricing-features li i{color:var(--accent-teal);font-size:.75rem;margin-top:4px;flex-shrink:0}.landing-pricing-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:700;text-decoration:none;border:1.5px solid var(--border);background:transparent;color:var(--text-primary);cursor:pointer;transition:border-color .2s,color .2s,background .2s,transform .15s,box-shadow .2s;margin-top:auto;width:100%}.landing-pricing-cta:hover{border-color:var(--brand-slate);color:var(--brand-slate);transform:translateY(-1px)}.landing-pricing-cta--highlighted{background:var(--accent-teal);color:var(--text-inverse);border-color:var(--accent-teal)}.landing-pricing-cta--highlighted:hover{background:var(--accent-teal);border-color:var(--accent-teal);color:var(--text-inverse);box-shadow:0 8px 24px #0d94884d}.landing-pricing-note{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.landing-pricing-extras{margin-top:.5rem;margin-bottom:1.5rem;padding-top:1rem;border-top:1px dashed var(--border, var(--border))}.landing-pricing-extras-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.625rem}.landing-pricing-extras-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;gap:.75rem}.landing-pricing-extras-name{font-size:.8125rem;color:var(--text-secondary)}.landing-pricing-extras-price{font-size:.8125rem;font-weight:700;color:var(--text-primary);white-space:nowrap;font-family:JetBrains Mono,monospace}[data-theme=dark] .landing-pricing-extras{border-top-color:#ffffff1a}.landing-pricing-example{margin-top:3rem;max-width:560px;margin-left:auto;margin-right:auto;background:var(--card-bg, var(--card-bg));border:1px solid var(--border, var(--border));border-radius:var(--radius);padding:2rem}[data-theme=dark] .landing-pricing-example{background:#ffffff0a;border-color:#ffffff14}.landing-pricing-example-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:1.25rem;display:flex;align-items:center;gap:8px}.landing-pricing-example-title i{color:var(--brand-slate);font-size:1rem}.landing-pricing-example-table{display:flex;flex-direction:column;gap:0}.landing-pricing-example-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid var(--border, var(--border))}.landing-pricing-example-row:last-child{border-bottom:none}.landing-pricing-example-row--total{border-top:2px solid var(--text-primary);border-bottom:none;margin-top:.25rem;padding-top:.875rem}.landing-pricing-example-row--total .landing-pricing-example-label,.landing-pricing-example-row--total .landing-pricing-example-price{font-weight:800;font-size:1.125rem;color:var(--text-primary)}[data-theme=dark] .landing-pricing-example-row{border-bottom-color:#ffffff14}[data-theme=dark] .landing-pricing-example-row--total{border-top-color:#ffffff4d}.landing-pricing-example-label{font-size:.9rem;color:var(--text-secondary)}.landing-pricing-example-price{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap;font-variant-numeric:tabular-nums}.landing-cta-section{position:relative;padding:clamp(4rem,10vw,7rem) clamp(1rem,4vw,3rem);overflow:hidden;text-align:center;background:linear-gradient(135deg,var(--sidebar-bg) 0%,var(--sidebar-bg) 50%,var(--sidebar-bg) 100%)}.landing-cta-content{position:relative;z-index:2;max-width:640px;margin:0 auto}.landing-cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text-inverse);margin-bottom:1rem;letter-spacing:-.01em}.landing-cta-subtitle{font-size:clamp(1rem,2vw,1.125rem);color:#ffffffb3;line-height:1.7;margin-bottom:2.5rem}.landing-cta-actions{display:flex;justify-content:center;margin-bottom:1.25rem}.landing-cta-section .landing-cta-primary{padding:16px 40px;border-radius:var(--radius);font-size:1.0625rem}.landing-cta-section .landing-cta-primary:hover{box-shadow:0 8px 32px #527a9859}@media(max-width:480px){.landing-cta-section .landing-cta-primary{padding:14px 28px;font-size:.9375rem}}.landing-cta-email{margin-top:1rem;font-size:.9375rem;color:#ffffff80}.landing-cta-email a{color:#ffffffb3;text-decoration:none;transition:color .15s}.landing-cta-email a:hover{color:var(--text-inverse)}.cta-doodle{position:absolute;z-index:1;opacity:.07}.cta-doodle path,.cta-doodle circle,.cta-doodle line{fill:none;stroke:var(--card-bg);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.landing-footer{background:var(--sidebar-bg);color:#ffffffb3;padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,3rem) 2rem}.landing-footer-inner{max-width:1200px;margin:0 auto}.landing-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}@media(max-width:768px){.landing-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.landing-footer-grid{grid-template-columns:1fr}}.landing-footer-brand{display:flex;flex-direction:column;gap:.75rem}.landing-footer-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.125rem;color:var(--text-inverse);text-decoration:none}.landing-footer-tagline{font-size:.875rem;color:#ffffff80;line-height:1.5}.landing-footer-col-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff6;margin-bottom:1rem}.landing-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.landing-footer-link{font-size:.875rem;color:#fff9;text-decoration:none;transition:color .15s}.landing-footer-link:hover{color:var(--text-inverse)}.landing-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.8125rem;color:#fff6}@media(max-width:640px){.landing-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.landing-footer-swiss{display:flex;align-items:center;gap:6px}
