@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Outfit:wght@400;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--primary-dark:#002d4b;--primary-blue:#007bb0;--accent-orange:#10b981;--white:#fff;--bg-light:#f4f7f9;--text-main:#333;--text-muted:#666;--border-color:#e1e9ef;--max-width:1200px}body{color:var(--text-main);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,.hero-main-title,.hero-title,.form-step-title{font-family:Outfit,system-ui,-apple-system,sans-serif}.app-container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media (width<=640px){.app-container{padding:0 16px}}.site-header{z-index:1000;background:var(--white);border-bottom:1px solid var(--border-color);width:100%;padding:5px 0;transition:padding .3s,box-shadow .3s;position:fixed;top:0;left:0}.site-header.scrolled{padding:0;box-shadow:0 10px 30px #00000014}.header-inner{justify-content:space-between!important;align-items:center!important;display:flex!important}.hero-sec{background:#fff;padding:150px 0 100px;position:relative}.hero-modern-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:80px;display:grid}@media (width<=1024px){.hero-modern-grid{text-align:center;grid-template-columns:1fr;gap:60px}}.hero-badge{background:#f1f5f9;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;display:inline-flex}.hero-main-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:24px;font-size:72px;font-weight:900;line-height:1.05}@media (width<=768px){.hero-main-title{font-size:48px}}@media (width<=480px){.hero-main-title{font-size:40px}}.hero-desc{color:#64748b;max-width:540px;margin-bottom:40px;font-size:20px;line-height:1.6}@media (width<=1024px){.hero-desc{margin-left:auto;margin-right:auto}}@media (width<=768px){.hero-desc{font-size:17px}}.hero-cta-group{align-items:center;gap:16px;display:flex}@media (width<=1024px){.hero-cta-group{justify-content:center}}@media (width<=640px){.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group>a,.hero-cta-group>.btn-solid{width:100%}}.floating-badge{z-index:2;background:#fff;border-radius:18px;align-items:center;gap:10px;padding:12px 20px;display:flex;position:absolute;box-shadow:0 15px 35px #0000001a}@media (width<=640px){.floating-badge{display:none!important}}.hero-title{margin-bottom:30px;font-size:56px;font-weight:900;line-height:1.1}.product-sec{background:var(--bg-light);padding:80px 0}.product-grid{grid-template-columns:repeat(4,1fr)!important;gap:24px!important;display:grid!important}@media (width<=1024px){.product-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=640px){.product-grid{grid-template-columns:1fr!important}}.product-card{border:1px solid var(--border-color);background:#fff;border-radius:16px;padding:30px;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.btn-solid{background:var(--accent-orange);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;padding:14px 28px;font-weight:700;display:inline-block}.btn-solid:hover{background:#059669}.form-container{background:#fff;border-radius:24px;max-width:600px;margin:60px auto;padding:40px;box-shadow:0 20px 40px #0000001a}@media (width<=640px){.form-container{border-radius:16px;margin:30px auto;padding:24px 20px}}.form-step-title{margin-bottom:20px;font-size:32px;font-weight:900}@media (width<=640px){.form-step-title{font-size:26px}}.option-btn{border:2px solid var(--border-color);text-align:left;cursor:pointer;background:#fff;border-radius:12px;width:100%;margin-bottom:12px;padding:20px;font-size:18px;font-weight:700;justify-content:space-between!important;align-items:center!important;display:flex!important}.option-btn.active{border-color:var(--primary-blue);background:#007bb00d}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:40px}}.main-content{background-color:var(--bg-light);flex:1;padding-top:120px;padding-bottom:80px}@media (width<=768px){.main-content{padding-top:100px;padding-bottom:40px}}@media (width<=480px){.main-content{padding-top:90px}}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}@media (width<=768px){.footer-bottom{text-align:center;justify-content:center}}.sidebar-layout{grid-template-columns:1fr 340px;align-items:start;gap:32px;max-width:980px;margin:0 auto;display:grid}@media (width<=1024px){.sidebar-layout{grid-template-columns:1fr;gap:40px}}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:48px;box-shadow:0 4px 24px #0000000d}@media (width<=640px){.form-card{border-radius:16px;padding:24px 20px}}.sidebar-content{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}@media (width<=1024px){.sidebar-content{order:2;position:static}}.mobile-nav-fullscreen{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:9999;background:#fffffffa;flex-direction:column;width:100%;height:100vh;padding:40px 24px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.mobile-nav-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;display:flex}.mobile-nav-body{flex-direction:column;flex:1;gap:32px;display:flex}.mobile-nav-section{flex-direction:column;gap:12px;display:flex}.mobile-nav-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:11px;font-weight:800}.mobile-nav-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=480px){.mobile-nav-grid{grid-template-columns:1fr}}.mobile-nav-item{color:#1e293b;background:#fff;border:1px solid #f1f5f9;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1);display:flex}.mobile-nav-item:active{background:#f8fafc;border-color:#007bb044;transform:scale(.98)}.mobile-nav-item-highlight{grid-column:1/-1;color:#007bb0!important;background:#eef4ff!important;border-color:#007bb022!important}.mobile-nav-cta{border-radius:18px;width:100%;margin-top:10px;padding:20px;font-size:16px;font-weight:900}
