*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #1670e8;--blue-dark: #1245a8;--blue-light: #e8f1fd;--blue-mid: #3b82f6;--text: #0f172a;--text-2: #475569;--text-3: #94a3b8;--border: #e2e8f0;--bg: #ffffff;--bg-2: #f8fafc;--green: #10b981;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-lg: 0 8px 48px rgba(0,0,0,.12)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}.nav{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);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;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));display:flex;align-items:center;justify-content:center}.nav-logo-icon svg{width:20px;height:20px;color:#fff}.nav-logo-text{font-weight:700;font-size:17px;color:var(--text)}.nav-cta{background:var(--blue);color:#fff;border:none;cursor:pointer;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;font-family:inherit;transition:background .15s;text-decoration:none}.nav-cta:hover{background:var(--blue-dark)}.hero{padding:96px 24px 80px;text-align:center;background:linear-gradient(180deg,var(--blue-light) 0%,#fff 100%)}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--blue-light);color:var(--blue);border:1px solid #c2d9f8;padding:6px 14px;border-radius:99px;font-size:13px;font-weight:600;margin-bottom:24px}.hero-badge span{width:7px;height:7px;background:var(--green);border-radius:50%}.hero h1{font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.1;letter-spacing:-.03em;max-width:820px;margin:0 auto 20px}.hero h1 em{font-style:normal;color:var(--blue)}.hero p{font-size:clamp(17px,2vw,20px);color:var(--text-2);max-width:580px;margin:0 auto 40px}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--blue);color:#fff;border:none;cursor:pointer;font-family:inherit;padding:15px 32px;border-radius:10px;font-size:16px;font-weight:700;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 4px 16px #1670e859;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 6px 20px #1670e866}.btn-secondary{background:#fff;color:var(--text);border:1.5px solid var(--border);cursor:pointer;font-family:inherit;padding:15px 28px;border-radius:10px;font-size:16px;font-weight:600;transition:border-color .15s;text-decoration:none;display:inline-block}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}.hero-demo{background:#fff;border-radius:20px;box-shadow:var(--shadow-lg);border:1px solid var(--border);overflow:hidden;max-width:720px;margin-inline:auto;margin-top:56px}.hero-demo-bar{background:#f1f5f9;padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.hero-demo-bar-dot{width:10px;height:10px;border-radius:50%}.hero-demo-chat{padding:24px;display:flex;flex-direction:column;gap:12px}.chat-msg{max-width:75%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5}.chat-msg.user{align-self:flex-end;background:var(--blue);color:#fff;border-radius:12px 12px 2px}.chat-msg.bot{align-self:flex-start;background:var(--bg-2);color:var(--text);border-radius:12px 12px 12px 2px;border:1px solid var(--border)}.chat-time{font-size:11px;color:var(--text-3);margin-top:4px}.section{padding:80px 24px}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}.section-title{font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.section-sub{font-size:18px;color:var(--text-2);max-width:540px;margin-bottom:56px}.section.alt{background:var(--bg-2)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:box-shadow .15s,transform .15s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:12px;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-icon svg{width:24px;height:24px}.feature-title{font-size:17px;font-weight:700;margin-bottom:8px}.feature-desc{font-size:14px;color:var(--text-2);line-height:1.6}.steps{display:flex;gap:32px;flex-wrap:wrap}.step{flex:1;min-width:220px}.step-num{width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.step-title{font-size:18px;font-weight:700;margin-bottom:8px}.step-desc{font-size:15px;color:var(--text-2)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:760px}.plan-card{background:#fff;border:2px solid var(--border);border-radius:16px;padding:32px;transition:box-shadow .15s}.plan-card.featured{border-color:var(--blue);box-shadow:0 0 0 4px #1670e81a}.plan-badge{display:inline-block;background:var(--blue);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:99px;margin-bottom:12px}.plan-name{font-size:22px;font-weight:800;margin-bottom:4px}.plan-price{font-size:40px;font-weight:800;color:var(--blue);margin-bottom:4px}.plan-price span{font-size:16px;font-weight:500;color:var(--text-2)}.plan-impl{font-size:13px;color:var(--text-3);margin-bottom:24px}.plan-divider{height:1px;background:var(--border);margin:24px 0}.plan-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.plan-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px}.plan-features li svg{width:18px;height:18px;color:var(--green);flex-shrink:0;margin-top:1px}.quoter-wrap{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);border-radius:24px;padding:56px 40px;color:#fff;max-width:760px;margin:0 auto}@media (max-width: 600px){.quoter-wrap{padding:36px 20px}}.quoter-title{font-size:30px;font-weight:800;margin-bottom:8px}.quoter-sub{font-size:16px;opacity:.85;margin-bottom:40px}.progress-bar{height:4px;background:#ffffff40;border-radius:99px;margin-bottom:36px}.progress-fill{height:100%;background:#fff;border-radius:99px;transition:width .3s ease}.q-label{font-size:20px;font-weight:700;margin-bottom:24px;line-height:1.4}.q-options{display:flex;flex-direction:column;gap:12px}.q-option{background:#ffffff1f;border:1.5px solid rgba(255,255,255,.2);border-radius:10px;padding:14px 18px;cursor:pointer;transition:all .15s;font-size:15px;font-weight:500;color:#fff;display:flex;align-items:center;gap:12px}.q-option:hover{background:#fff3;border-color:#ffffff80}.q-option.selected{background:#ffffff40;border-color:#fff}.q-option input[type=checkbox]{width:18px;height:18px;accent-color:#fff;flex-shrink:0}.q-nav{display:flex;gap:12px;margin-top:28px}.q-back{background:#ffffff26;border:1.5px solid rgba(255,255,255,.3);color:#fff;padding:12px 22px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.q-back:hover{background:#ffffff40}.q-next{background:#fff;color:var(--blue);border:none;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s,transform .1s;flex:1}.q-next:hover{opacity:.9;transform:translateY(-1px)}.q-next:disabled{opacity:.4;cursor:default;transform:none}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 500px){.contact-grid{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:6px}.form-field.full{grid-column:1 / -1}.form-field label{font-size:13px;font-weight:600;opacity:.85}.form-field input,.form-field textarea{background:#ffffff1f;border:1.5px solid rgba(255,255,255,.25);border-radius:8px;padding:11px 14px;color:#fff;font-size:15px;font-family:inherit;outline:none;transition:border-color .15s}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff73}.form-field input:focus,.form-field textarea:focus{border-color:#ffffffb3}.result-card{background:#ffffff1f;border:1.5px solid rgba(255,255,255,.25);border-radius:16px;padding:28px;text-align:center}.result-plan{font-size:13px;font-weight:700;opacity:.7;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.result-name{font-size:36px;font-weight:800;margin-bottom:4px}.result-price{font-size:28px;font-weight:700;opacity:.9;margin-bottom:20px}.result-msg{font-size:15px;opacity:.85;line-height:1.6}.result-icon{font-size:52px;margin-bottom:16px}.footer{background:var(--text);color:#fff9;padding:40px 24px;font-size:14px;text-align:center}.footer-inner{max-width:1100px;margin:0 auto}.footer-logo{font-weight:700;color:#fff;margin-bottom:8px;font-size:16px}.footer-tagline{margin-bottom:24px}.footer-links{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.footer-links a{color:#fff9;text-decoration:none}.footer-links a:hover{color:#fff}.footer-copy{opacity:.4}
