@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&display=swap";.home-v2{--primary: #0f4c81;--primary-dark: #0a3560;--primary-06: rgba(15, 76, 129, .06);--primary-10: rgba(15, 76, 129, .1);--accent-blue: #38bdf8;--accent-teal: #2dd4bf;--bg: #eef4fb;--surface: #ffffff;--text: #0f1a2b;--muted: #5d6f83;--border: #d4e3f5;--border-light: #e8f0f9;--success: #1f7a46;--shadow-xs: 0 1px 3px rgba(15, 76, 129, .07);--shadow-sm: 0 2px 8px rgba(15, 76, 129, .09);--shadow-md: 0 6px 20px rgba(15, 76, 129, .12);--shadow-lg: 0 16px 48px rgba(15, 76, 129, .16);--r-xs: 6px;--r-sm: 10px;--r-md: 14px;--r-lg: 20px;--r-xl: 28px;--r-full: 999px;--top-nav-h: 72px;font-family:Noto Sans,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text)}.home-v2 *{box-sizing:border-box}.home-v2 a{color:inherit;text-decoration:none}.home-v2 .container{max-width:1120px;margin:0 auto;padding:0 16px}.home-v2 h1{font-size:clamp(28px,5vw,48px);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0}.home-v2 h2{font-size:clamp(22px,4vw,36px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0}.home-v2 h4{font-size:16px;font-weight:700;line-height:1.3;margin:0}.home-v2 p{margin:0;line-height:1.65}.home-v2 em{font-style:normal;color:var(--primary)}.home-v2 .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;border-radius:var(--r-sm);transition:all .18s ease;white-space:nowrap;font-family:inherit;letter-spacing:-.01em;font-size:15px;line-height:1;border:1px solid transparent;cursor:pointer}.home-v2 .btn-primary{background:var(--primary);color:#fff;padding:13px 24px;box-shadow:0 2px 8px #0f4c8147}.home-v2 .btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 6px 18px #0f4c8159}.home-v2 .btn-primary-lg{padding:15px 32px;font-size:16px;border-radius:var(--r-md)}.home-v2 .btn-outline{background:transparent;color:var(--primary);padding:12px 22px;border:2px solid var(--primary)}.home-v2 .btn-outline:hover{background:var(--primary-06);transform:translateY(-1px)}.home-v2 .btn-outline-lg{padding:14px 24px;font-size:16px;border-radius:var(--r-md)}.home-v2 .btn-surface{background:var(--surface);color:var(--text);padding:12px 20px;border:1.5px solid var(--border);box-shadow:var(--shadow-xs)}.home-v2 .btn-full{width:100%}.home-v2 .badge{display:inline-flex;align-items:center;border-radius:var(--r-full);padding:3px 10px;font-size:11px;font-weight:700}.home-v2 .badge-popular{background:#ffe3b8;color:#8a4b00;border:1px solid #f3b463}.home-v2 .pub-nav{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--top-nav-h)}.home-v2 .pub-nav .container{height:100%}.home-v2 .pub-nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:16px}.home-v2 .nav-logo{display:inline-flex;align-items:center;height:100%}.home-v2 .home-logo-image{height:44px;width:auto;display:block}.home-v2 .pub-nav-links{display:flex;gap:2px;flex:1;justify-content:center}.home-v2 .pub-nav-links a{padding:7px 12px;border-radius:var(--r-xs);font-size:14px;font-weight:500;color:var(--muted);transition:all .15s}.home-v2 .pub-nav-links a:hover,.home-v2 .pub-nav-links a.active{color:var(--primary);background:var(--primary-06)}.home-v2 .home-nav-actions{display:flex;align-items:center;gap:10px}.home-v2 .home-lang-desktop{display:inline-flex;align-items:center}.home-v2 .home-lang-desktop select{height:40px;border-radius:10px;border:1.5px solid var(--border);background:var(--surface);color:var(--text);font-size:14px;font-weight:600;padding:0 34px 0 12px;box-shadow:var(--shadow-xs)}.home-v2 .home-menu-btn{width:40px;height:40px;border-radius:10px;border:1.5px solid var(--border);background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xs);display:none}.home-v2 .home-menu-overlay{position:fixed;inset:0;border:0;background:#0f1a2b4d;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:120}.home-v2 .home-menu-overlay.open{opacity:1;pointer-events:auto}.home-v2 .home-menu-panel{position:fixed;top:0;left:0;bottom:0;width:min(320px,88vw);background:var(--surface);border-right:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:130;transform:translate(-102%);transition:transform .22s ease;display:flex;flex-direction:column;padding:14px 12px 18px}.home-v2 .home-menu-panel.open{transform:translate(0)}.home-v2 .home-menu-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 4px 12px;margin-bottom:8px;border-bottom:1px solid var(--border-light)}.home-v2 .home-menu-close{width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.home-v2 .home-menu-links{display:grid;gap:4px}.home-v2 .home-menu-links a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:var(--r-sm);font-size:14px;font-weight:600;color:var(--text);border:1px solid transparent}.home-v2 .menu-link-icon{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;color:var(--primary);flex-shrink:0}.home-v2 .home-menu-links a:hover{background:var(--bg);border-color:var(--border)}.home-v2 .home-menu-locale{margin-top:12px;padding-top:12px;border-top:1px solid var(--border-light)}.home-v2 .home-menu-locale label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:var(--muted)}.home-v2 .home-menu-locale select{width:100%;height:40px;border-radius:10px;border:1.5px solid var(--border);background:var(--surface);color:var(--text);font-size:14px;font-weight:600;padding:0 12px}.home-v2 .hero-section{padding:64px 0 52px;background:linear-gradient(160deg,#eef4fb,#e0edf8 60%,#eef4fb);overflow:hidden;position:relative}.home-v2 .hero-section:before{content:"";position:absolute;top:-60px;right:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.1) 0%,transparent 70%);pointer-events:none}.home-v2 .home-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.home-v2 .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#0f4c8114;color:var(--primary);padding:5px 12px;border-radius:var(--r-full);font-size:11px;font-weight:700;margin-bottom:18px;letter-spacing:.04em;text-transform:uppercase}.home-v2 .dot-pulse{width:6px;height:6px;border-radius:50%;animation:pulse 2s ease-in-out infinite}.home-v2 .dot-green{background:var(--success)}.home-v2 .home-hero-copy{font-size:18px;color:var(--muted);margin:16px 0 32px;max-width:500px;line-height:1.65}.home-v2 .home-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.home-v2 .home-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.home-v2 .home-meta-item{display:inline-flex;align-items:center;gap:5px}.home-v2 .home-meta-item svg{width:14px;height:14px;stroke:var(--accent-teal);stroke-width:2.5;fill:none}.home-v2 .home-meta-sep{color:var(--border)}.home-v2 .home-hero-story{display:flex;flex-direction:column;gap:0;max-width:340px;width:100%}.home-v2 .home-story-col{display:flex;flex-direction:column;align-items:center}.home-v2 .home-step{display:flex;align-items:flex-start;gap:14px;background:var(--surface);border-radius:var(--r-md);padding:14px 18px;border:1.5px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .2s}.home-v2 .home-step:hover{transform:translate(4px)}.home-v2 .home-step-success{border-color:#2dd4bf}.home-v2 .home-step-connector{width:2px;height:16px;background:linear-gradient(to bottom,var(--accent-blue),var(--accent-teal));margin:0 0 0 27px}.home-v2 .home-step-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.home-v2 .icon-blue{background:#38bdf826}.home-v2 .icon-teal{background:#2dd4bf26}.home-v2 .icon-indigo{background:#6366f11a}.home-v2 .icon-green{background:#22c55e1a}.home-v2 .icon-gold{background:#eab3081a}.home-v2 .home-step-label{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.home-v2 .home-step-text{font-size:13px;font-weight:600;color:var(--text);margin-top:1px}.home-v2 .home-step-success-text{color:#059669}.home-v2 .home-scan-widget{background:var(--surface);border-radius:var(--r-md);padding:14px 16px;border:1.5px solid var(--border);box-shadow:var(--shadow-md);margin-top:10px;display:flex;align-items:center;gap:12px;max-width:340px;width:100%}.home-v2 .home-scan-bars{display:flex;gap:4px;align-items:flex-end}.home-v2 .home-scan-emoji{font-size:24px}.home-v2 .home-scan-kpi-row{display:flex;align-items:baseline;gap:6px}.home-v2 .home-scan-kpi-value{font-size:22px;font-weight:800;color:var(--primary)}.home-v2 .home-scan-kpi-label{font-size:12px;color:var(--muted)}.home-v2 .home-scan-bar{width:12px;border-radius:3px 3px 0 0;background:linear-gradient(to top,var(--accent-blue),var(--primary))}.home-v2 .bar-10{height:10px}.home-v2 .bar-14{height:14px}.home-v2 .bar-16{height:16px}.home-v2 .bar-20{height:20px}.home-v2 .bar-22{height:22px}.home-v2 .bar-28{height:28px}.home-v2 .bar-32{height:32px}.home-v2 .op-40{opacity:.4}.home-v2 .op-50{opacity:.5}.home-v2 .op-60{opacity:.6}.home-v2 .op-65{opacity:.65}.home-v2 .op-70{opacity:.7}.home-v2 .home-trust-strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 0}.home-v2 .home-trust-inner{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.home-v2 .home-trust-label{font-size:13px;font-weight:600;color:var(--muted)}.home-v2 .home-trust-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--r-full);background:var(--surface);border:1.5px solid var(--border);font-size:12px;font-weight:600;color:var(--primary);box-shadow:var(--shadow-xs)}.home-v2 .section-header{margin-bottom:48px;text-align:center}.home-v2 .home-section{padding:56px 0}.home-v2 .home-section-alt{background:linear-gradient(180deg,var(--bg) 0%,#e4eff9 100%)}.home-v2 .section-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.home-v2 .section-tag:before{content:"";width:20px;height:2px;background:var(--accent-blue);border-radius:2px}.home-v2 .section-title{font-size:clamp(24px,4vw,36px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:12px}.home-v2 .section-sub{font-size:17px;color:var(--muted);line-height:1.6;max-width:540px;margin:0 auto}.home-v2 .home-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-v2 .home-feature-card{background:var(--surface);border-radius:var(--r-lg);padding:28px 22px;border:1.5px solid var(--border);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.home-v2 .home-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:var(--r-lg) var(--r-lg) 0 0}.home-v2 .home-feature-card:nth-child(1):before{background:linear-gradient(90deg,var(--primary),var(--accent-blue))}.home-v2 .home-feature-card:nth-child(2):before{background:linear-gradient(90deg,var(--accent-blue),var(--accent-teal))}.home-v2 .home-feature-card:nth-child(3):before{background:linear-gradient(90deg,var(--accent-teal),#60a5fa)}.home-v2 .home-feature-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-10);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.home-v2 .home-feature-title{margin-bottom:8px}.home-v2 .home-feature-copy{font-size:14px;color:var(--muted);line-height:1.6}.home-v2 .home-steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-top:32px}.home-v2 .home-steps-row:before{content:"";position:absolute;top:34px;left:calc(12.5% + 10px);right:calc(12.5% + 10px);height:2px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-teal));z-index:0}.home-v2 .home-how-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;position:relative;z-index:1}.home-v2 .home-how-title{margin-bottom:6px}.home-v2 .home-how-copy{font-size:13px;color:var(--muted)}.home-v2 .home-how-cta-wrap{text-align:center;margin-top:30px}.home-v2 .home-how-num{width:68px;height:68px;border-radius:50%;background:var(--surface);border:3px solid var(--accent-blue);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px;box-shadow:var(--shadow-sm);position:relative}.home-v2 .home-how-badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--primary);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface)}.home-v2 .home-pricing-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-v2 .home-price-card{background:var(--surface);border-radius:var(--r-lg);padding:24px;border:1.5px solid var(--border);text-align:center}.home-v2 .home-price-card.popular{border-color:var(--primary);border-width:2px}.home-v2 .home-plan-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.home-v2 .home-plan-name{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.home-v2 .home-plan-price-large{font-size:36px;font-weight:800;letter-spacing:-.02em;margin-bottom:6px}.home-v2 .home-plan-currency{font-size:18px;vertical-align:top;margin-top:10px}.home-v2 .home-plan-cycle{font-size:15px;font-weight:500;color:var(--muted)}.home-v2 .home-plan-copy{font-size:13px;color:var(--muted);margin-bottom:16px}.home-v2 .home-pricing-link-wrap{text-align:center;margin-top:20px}.home-v2 .home-pricing-link{font-size:14px;color:var(--primary);font-weight:600}.home-v2 .home-cta-band{background:linear-gradient(135deg,var(--primary) 0%,#1a5fa0 50%,var(--primary-dark) 100%);padding:56px 0;position:relative;overflow:hidden;text-align:center}.home-v2 .home-cta-content{position:relative;z-index:1}.home-v2 .home-cta-title{color:#fff;margin-bottom:14px;font-size:clamp(26px,4vw,42px)}.home-v2 .home-cta-copy{font-size:17px;color:#ffffffb3;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto}.home-v2 .home-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.home-v2 .home-cta-secondary{display:inline-flex;align-items:center;padding:15px 28px;font-size:16px;border-radius:var(--r-md);background:#ffffff26;color:#fff;font-weight:700;border:2px solid rgba(255,255,255,.35)}.home-v2 .home-cta-footnote{margin-top:20px;font-size:13px;color:#ffffff73}.home-v2 .home-cta-band:before{content:"";position:absolute;top:-100px;left:-60px;width:360px;height:360px;border-radius:50%;background:#38bdf81a}.home-v2 .home-cta-band:after{content:"";position:absolute;bottom:-80px;right:-40px;width:280px;height:280px;border-radius:50%;background:#2dd4bf14}.home-v2 .home-footer{background:#0f1a2b;padding:36px 0 24px}.home-v2 .home-footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.home-v2 .home-footer-logo{font-size:18px;font-weight:800;color:#fff;letter-spacing:-.03em}.home-v2 .home-footer-logo span{color:var(--accent-blue)}.home-v2 .home-footer-links{display:flex;gap:4px;flex-wrap:wrap}.home-v2 .home-footer-links a{padding:5px 10px;border-radius:var(--r-xs);font-size:13px;color:#ffffff73}.home-v2 .home-footer-links a:hover{color:#fff}.home-v2 .home-footer-note{text-align:center;margin-top:16px;font-size:12px;color:#ffffff40}.home-v2 .fade-up{animation:fadeUp .45s ease both}.home-v2 .d1{animation-delay:.1s}.home-v2 .d2{animation-delay:.2s}.home-v2 .d3{animation-delay:.3s}.home-v2 .d4{animation-delay:.4s}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@media(max-width:900px){.home-v2 .home-hero-grid{grid-template-columns:1fr}.home-v2 .home-feature-grid{grid-template-columns:1fr 1fr}.home-v2 .home-pricing-mini{grid-template-columns:1fr}}@media(max-width:767px){.home-v2 .pub-nav-links,.home-v2 .home-lang-desktop{display:none}.home-v2 .home-menu-btn{display:inline-flex}}@media(min-width:768px){.home-v2 .home-menu-overlay,.home-v2 .home-menu-panel{display:none!important}}@media(max-width:640px){.home-v2 .home-feature-grid{grid-template-columns:1fr}.home-v2 .home-steps-row{grid-template-columns:1fr 1fr;gap:24px}.home-v2 .home-steps-row:before{display:none}}.public-shell-content.svelte-2myftm{max-width:1120px;margin:0 auto;padding:28px 16px 0;min-height:56vh}@media(max-width:980px){.public-shell-content.svelte-2myftm{padding:16px 12px 0;min-height:52vh}}
