:root{--primary: #056DFF;--primary-50: #EBF3FF;--primary-100: #D6E7FF;--primary-600: #0562e6;--primary-700: #0452bf;--primary-800: #034199;--secondary: #00D2E5;--secondary-50: #d9f8fb;--tertiary: #1A05FF;--surface: #FFFFFF;--surface-alt: #F8FAFB;--surface-card: #FAFAFA;--surface-hover: #F3F5F7;--on-surface: #1A1A2E;--text-secondary: #5A6577;--text-muted: #8E99A8;--border: #E2E6EB;--border-subtle: #EEF0F3;--success: #059669;--warning: #D97706;--error: #DC2626;--radius: 0px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--surface);color:var(--on-surface);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}button{cursor:pointer;font-family:var(--font);border:none;border-radius:var(--radius)}input,textarea{font-family:var(--font);border-radius:var(--radius)}.container{max-width:1120px;margin:0 auto;padding:0 40px}@media(max-width:640px){.container{padding:0 24px}}.header{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.header-logo img{display:block;height:clamp(36px,5vw,56px);width:auto}.header-cta-btn{display:inline-block;padding:9px 24px;background:var(--primary);color:#fff;font-weight:600;font-size:14px;border:1px solid var(--primary);transition:background .2s}.header-cta-btn:hover{background:var(--primary-600);color:#fff}.hero{padding:72px 0 56px;text-align:center;background:var(--surface-alt);border-bottom:1px solid var(--border-subtle)}.hero-narrow{max-width:720px}.hero-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-700);background:var(--primary-50);padding:5px 12px;border-radius:4px;margin-bottom:20px}.hero-title{font-size:40px;font-weight:700;line-height:1.15;letter-spacing:-.025em;margin-bottom:20px;color:var(--on-surface)}.hero-highlight{color:var(--primary)}.hero-sub{font-size:16px;line-height:1.6;color:var(--text-secondary);margin-bottom:32px}.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.hero-cta{display:inline-block;padding:12px 32px;background:var(--primary);color:#fff;font-weight:600;font-size:15px;border:1px solid var(--primary);transition:background .2s}.hero-cta:hover{background:var(--primary-600);color:#fff}.hero-cta-secondary{display:inline-block;padding:12px 32px;background:transparent;color:var(--primary);font-weight:600;font-size:15px;border:1px solid var(--primary);transition:background .2s}.hero-cta-secondary:hover{background:var(--primary-50)}@media(max-width:640px){.hero{padding:48px 0 40px}.hero-title{font-size:26px}}.features{padding:64px 0}.features-title{font-size:28px;font-weight:700;line-height:1.2;text-align:center;margin-bottom:12px}.features-sub{font-size:16px;color:var(--text-secondary);text-align:center;max-width:720px;margin:0 auto 40px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.feature-card{border:1px solid var(--border);background:var(--surface-card);padding:24px}.feature-mark{display:block;font-size:22px;color:var(--primary);margin-bottom:12px}.feature-title{font-size:17px;font-weight:600;margin-bottom:8px}.feature-text{font-size:14px;line-height:1.6;color:var(--text-secondary)}.form-section{padding:64px 0}.form-section-alt{background:var(--surface-alt);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.form-narrow{max-width:720px;text-align:center}.form-title{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:12px}.form-sub{font-size:16px;color:var(--text-secondary);margin-bottom:28px}.form-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.form-stack{display:flex;flex-direction:column;gap:8px;text-align:left}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}.form-section input,.form-section textarea{padding:11px 14px;font-size:15px;border:1px solid var(--border);background:var(--surface);color:var(--on-surface);min-width:0}.form-row input[type=email]{flex:2 1 220px}.form-row input[type=text]{flex:1 1 160px}.form-section input:focus,.form-section textarea:focus{outline:none;border-color:var(--primary)}.form-section textarea{resize:vertical}.form-section button{padding:11px 28px;background:var(--primary);color:#fff;font-weight:600;font-size:15px;border:1px solid var(--primary);transition:background .2s}.form-section button:hover{background:var(--primary-600)}.form-section button:disabled{opacity:.6;cursor:default}.form-stack button{align-self:flex-start}.form-success{font-size:15px;font-weight:600;color:var(--success);border:1px solid var(--success);background:#f0fdf4;padding:14px 20px}.form-error{margin-top:12px;font-size:14px;color:var(--error)}@media(max-width:640px){.form-section{padding:48px 0}.form-row-2{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border);padding:28px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-logo img{display:block;height:20px;width:auto;opacity:.4}.footer-links{display:flex;gap:20px;font-size:13px}.footer-links a{color:var(--text-muted)}.footer-links a:hover{color:var(--primary)}.footer-text{font-size:13px;color:var(--text-muted)}
