@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #E85D26;--primary-dark: #C4451A;--primary-light: #FFF3ED;--accent: #D4952B;--text: #1A1A2E;--text-secondary: #5A5A72;--text-muted: #8E8EA0;--bg: #FAFAF8;--bg-white: #FFFFFF;--bg-dark: #1A1A2E;--border: #EAEAEA;--radius: 16px;--radius-lg: 24px;--shadow: 0 4px 24px rgba(26, 26, 46, .06);--shadow-lg: 0 16px 48px rgba(26, 26, 46, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.navbar{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 24px}.navbar-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-logo{height:36px}.navbar-links{display:flex;align-items:center;gap:32px;list-style:none}.navbar-links a{font-size:14px;font-weight:500;color:var(--text-secondary);transition:color .2s}.navbar-links a:hover{color:var(--primary)}.navbar-cta{background:var(--primary);color:#fff!important;padding:8px 20px;border-radius:999px;font-weight:600;font-size:13px;transition:background .2s,transform .15s}.navbar-cta:hover{background:var(--primary-dark);transform:translateY(-1px)}.hero{max-width:1140px;margin:0 auto;padding:80px 24px 60px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--primary-light);color:var(--primary);padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:20px}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--primary)}.hero h1{font-size:clamp(36px,4vw,52px);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}.hero h1 span{color:var(--primary)}.hero-desc{font-size:17px;line-height:1.7;color:var(--text-secondary);margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:999px;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 24px #e85d264d}.btn-outline{background:var(--bg-white);color:var(--text);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.hero-stats{display:flex;gap:40px;justify-content:center}.hero-stat-value{display:block;font-size:28px;font-weight:800;color:var(--text)}.hero-stat-label{font-size:13px;color:var(--text-muted);margin-top:2px}.hero-visual{position:relative}.hero-card{background:var(--bg-dark);color:#fff;border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-lg)}.hero-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:14px;color:#a0a0b8}.hero-card-header strong{color:var(--primary)}.hero-menu-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#ffffff0f;border-radius:14px;margin-bottom:10px}.hero-menu-item h4{font-size:15px;font-weight:600}.hero-menu-item span{color:#ffd6a5;font-weight:500;font-size:14px}.hero-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);font-size:14px;color:#a0a0b8}.hero-card-footer strong{color:#4ade80;font-size:18px}.section{max-width:1140px;margin:0 auto;padding:80px 24px}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:clamp(28px,3vw,40px);font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.section-header p{font-size:16px;color:var(--text-secondary);max-width:520px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;text-align:center;transition:transform .2s,box-shadow .2s}.step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--primary-light);color:var(--primary);font-weight:800;font-size:18px;margin-bottom:16px}.step-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.step-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.features-section{background:var(--bg-white);border-radius:32px;padding:64px 48px;box-shadow:var(--shadow)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{padding:24px;border-radius:var(--radius);border:1px solid var(--border);transition:border-color .2s}.feature-card:hover{border-color:var(--primary)}.feature-icon{width:44px;height:44px;border-radius:12px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.feature-card h3{font-size:16px;font-weight:700;margin-bottom:8px}.feature-card p{font-size:14px;color:var(--text-secondary);line-height:1.6}.contact-section{background:var(--bg-dark);border-radius:32px;padding:64px 48px;color:#e8e8f0}.contact-section .section-header h2{color:#fff}.contact-section .section-header p{color:#a0a0b8}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.contact-info h3{font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}.contact-info>p{color:#a0a0b8;line-height:1.6;margin-bottom:24px}.contact-highlight{background:#ffffff0f;padding:16px;border-radius:14px;margin-bottom:12px}.contact-highlight strong{display:block;font-size:14px;color:#fff;margin-bottom:4px}.contact-highlight span{font-size:13px;color:#a0a0b8}.contact-form{background:#fff;color:var(--text);padding:32px;border-radius:var(--radius-lg)}.contact-form label{display:block;margin-bottom:16px}.contact-form .label-text{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.contact-form input{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:12px 14px;font-size:14px;font-family:inherit;transition:border-color .2s}.contact-form input:focus{outline:none;border-color:var(--primary)}.contact-form .btn{width:100%;margin-top:4px}.form-status{padding:10px 14px;border-radius:12px;font-size:13px;margin-bottom:8px}.form-status.success{background:#dcfce7;color:#166534}.form-status.error{background:#fee2e2;color:#991b1b}.footer{max-width:1140px;margin:0 auto;padding:40px 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);font-size:13px;color:var(--text-muted)}.footer-logo{height:28px}.footer-links{display:flex;gap:24px}.footer-links a{color:var(--text-secondary);transition:color .2s}.footer-links a:hover{color:var(--primary)}@media(max-width:768px){.hero{grid-template-columns:1fr;padding:48px 20px 40px}.steps-grid,.features-grid,.contact-grid{grid-template-columns:1fr}.features-section,.contact-section{padding:40px 20px;border-radius:20px}.hero-stats{gap:24px}.navbar-links{display:none}.footer{flex-direction:column;gap:16px;text-align:center}}
