*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--dark: #0F172A;--dark-2: #1E293B;--text: #334155;--muted: #64748B;--border: #E2E8F0;--bg-gray: #F8FAFC;--white: #FFFFFF;--indigo: #6366F1;--indigo-dk: #4F46E5;--indigo-lt: #EEF2FF;--green: #22C55E;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);--shadow-lg: 0 4px 6px rgba(0,0,0,.05), 0 10px 40px rgba(0,0,0,.12)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.container{max-width:1100px;margin:0 auto;padding:0 24px}.container-narrow{max-width:680px}.text-center{text-align:center}nav{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:32px}.logo{font-size:1.25rem;font-weight:800;color:var(--dark);letter-spacing:-.03em;flex-shrink:0}.nav-links{display:flex;gap:28px;flex:1}.nav-links a{font-size:.9rem;font-weight:500;color:var(--muted);transition:color .15s}.nav-links a:hover{color:var(--dark)}.nav-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.lang-switcher{display:flex;gap:2px;background:var(--bg-gray);border:1px solid var(--border);border-radius:8px;padding:2px}.lang-btn{padding:4px 8px;font-size:.75rem;font-weight:600;border-radius:6px;color:var(--muted);transition:all .15s;letter-spacing:.04em}.lang-btn:hover{color:var(--dark)}.lang-btn.active{background:var(--white);color:var(--indigo);box-shadow:0 1px 3px #0000001a}.btn-ghost{font-size:.875rem;font-weight:500;color:var(--muted);padding:8px 14px;border-radius:8px;transition:color .15s}.btn-ghost:hover{color:var(--dark)}.btn-primary{font-size:.875rem;font-weight:600;color:var(--white);background:var(--indigo);padding:8px 18px;border-radius:8px;transition:background .15s,transform .1s}.btn-primary:hover{background:var(--indigo-dk);transform:translateY(-1px)}.hero{background:var(--dark);padding:100px 0 96px;text-align:center}.invite-badge{display:inline-flex;align-items:center;gap:8px;background:#6366f126;border:1px solid rgba(99,102,241,.3);color:#a5b4fc;padding:6px 16px;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:28px;letter-spacing:.02em}.invite-dot{width:6px;height:6px;background:#818cf8;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #6366f140}.hero h1{font-size:clamp(2.2rem,5vw,3.75rem);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-.03em;max-width:820px;margin:0 auto 24px}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:#94a3b8;max-width:560px;margin:0 auto 40px;line-height:1.7}.hero-actions{display:flex;justify-content:center;gap:16px}.btn-hero{font-size:1rem;font-weight:700;color:var(--white);background:var(--indigo);padding:14px 32px;border-radius:10px;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 0 #6366f166}.btn-hero:hover{background:var(--indigo-dk);transform:translateY(-2px);box-shadow:0 8px 24px #6366f166}.hero-footnote{margin-top:16px;font-size:.8rem;color:#475569}.section{padding:96px 0}.section-white{background:var(--white)}.section-gray{background:var(--bg-gray)}.section-header{margin-bottom:56px}.label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--indigo);margin-bottom:12px}.section h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:var(--dark);letter-spacing:-.03em;line-height:1.2;margin-bottom:16px}.section-sub{font-size:1.1rem;color:var(--muted);max-width:560px;margin:0 auto;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.feature-icon{width:48px;height:48px;background:var(--indigo-lt);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--indigo)}.feature-icon svg{width:24px;height:24px}.feature-card h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:10px}.feature-card p{font-size:.95rem;color:var(--muted);line-height:1.7}.steps{display:flex;align-items:flex-start;gap:16px;justify-content:center}.step{flex:1;max-width:280px;text-align:center;padding:32px 24px}.step-num{width:52px;height:52px;background:var(--indigo);color:var(--white);border-radius:50%;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step h3{font-size:1.05rem;font-weight:700;color:var(--dark);margin-bottom:8px}.step p{font-size:.9rem;color:var(--muted);line-height:1.6}.step-arrow{font-size:1.5rem;color:var(--border);align-self:center;flex-shrink:0;padding-bottom:28px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pricing-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 32px;position:relative;display:flex;flex-direction:column;gap:28px}.pricing-card-featured{border-color:var(--indigo);box-shadow:0 0 0 2px var(--indigo),var(--shadow-lg)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--indigo);color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 14px;border-radius:999px;white-space:nowrap}.pricing-top h3{font-size:1rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.price{display:flex;align-items:baseline;gap:4px}.price-num{font-size:2.5rem;font-weight:800;color:var(--dark);letter-spacing:-.04em}.price-period{font-size:.9rem;color:var(--muted)}.feature-list{list-style:none;display:flex;flex-direction:column;gap:12px;flex:1}.feature-list li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--text)}.check{font-size:.85rem;font-weight:700;color:var(--green);flex-shrink:0}.check-pro{color:var(--indigo)}.btn-outline-full{display:block;text-align:center;padding:12px;border:2px solid var(--border);border-radius:8px;font-weight:700;font-size:.9rem;color:var(--dark);transition:border-color .15s,background .15s}.btn-outline-full:hover{border-color:var(--indigo);color:var(--indigo)}.btn-primary-full{display:block;text-align:center;padding:12px;background:var(--indigo);border-radius:8px;font-weight:700;font-size:.9rem;color:var(--white);transition:background .15s,transform .1s}.btn-primary-full:hover{background:var(--indigo-dk);transform:translateY(-1px)}.card-trial-note{text-align:center;margin-top:10px;font-size:.78rem;color:var(--muted)}.seo-section{padding-top:0}.seo-headline{font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:20px}.seo-section p{font-size:.95rem;color:var(--muted);line-height:1.8;margin-bottom:16px}.section-cta{background:var(--indigo);padding:80px 0}.section-cta h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:12px}.section-cta p{color:#ffffffb3;font-size:1rem;margin-bottom:36px}.btn-cta{display:inline-block;background:var(--white);color:var(--indigo);font-size:1rem;font-weight:700;padding:14px 36px;border-radius:10px;transition:transform .15s,box-shadow .15s}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}footer{background:var(--dark);padding:48px 0 32px}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:40px}.footer-left .logo{display:block;font-size:1.25rem;font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:8px}.footer-left p{font-size:.85rem;color:#475569}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.85rem;color:#475569;transition:color .15s}.footer-links a:hover{color:#94a3b8}.footer-copy{font-size:.8rem;color:#334155;border-top:1px solid #1E293B;padding-top:24px}@media (max-width: 768px){.nav-links,.btn-ghost{display:none}.stats-inner{gap:24px;flex-wrap:wrap}.stat-divider{display:none}.pricing-grid{grid-template-columns:1fr}.steps{flex-direction:column;align-items:center}.step-arrow{transform:rotate(90deg);padding:0}.footer-inner{flex-direction:column}.hero{padding:72px 0 64px}.section{padding:64px 0}}
