*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2563eb;--blue-dark: #1d4ed8;--blue-light: #eff6ff;--blue-mid: #dbeafe;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--white: #ffffff;--radius: 14px;--shadow: 0 4px 24px rgba(37, 99, 235, .1);--shadow-lg: 0 8px 40px rgba(37, 99, 235, .18)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.app{min-height:100vh}.container{max-width:1100px;margin:0 auto;padding:0 24px}.nav{position:sticky;top:0;z-index:100;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{font-size:22px;font-weight:800;color:var(--blue);letter-spacing:-.5px}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:14px;font-weight:500;color:var(--text-muted);transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-login{font-size:14px;font-weight:500;color:var(--text)!important}.btn-primary{background:var(--blue);color:var(--white);border-radius:10px;font-weight:600;transition:background .15s,transform .1s}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--white);border-radius:10px;font-weight:600;border:1.5px solid rgba(255,255,255,.5);transition:border-color .15s,background .15s}.btn-ghost:hover{border-color:#fff;background:#ffffff1a}.btn-outline{background:transparent;color:var(--blue);border-radius:10px;font-weight:600;border:1.5px solid var(--blue);transition:background .15s}.btn-outline:hover{background:var(--blue-light)}.btn-white{background:var(--white);color:var(--blue);border-radius:10px;font-weight:700;transition:transform .1s,box-shadow .15s}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn-sm{padding:9px 18px;font-size:14px}.btn-lg{padding:15px 28px;font-size:16px}.btn-full{width:100%;padding:14px;font-size:15px}.hero{background:linear-gradient(135deg,#1d4ed8,#2563eb,#3b82f6);color:var(--white);padding:80px 0 0;overflow:hidden}.hero .container{text-align:center}.hero-badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:13px;font-weight:600;padding:6px 16px;border-radius:100px;margin-bottom:24px;letter-spacing:.3px}.hero-title{font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.1;letter-spacing:-1.5px;margin-bottom:20px}.hero-subtitle{font-size:clamp(16px,2vw,19px);color:#ffffffd1;margin-bottom:36px;line-height:1.6}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.hero-note{font-size:13px;color:#ffffff8c;margin-bottom:64px}.mockup{display:flex;justify-content:center;align-items:flex-end;gap:20px;padding-bottom:0}.mockup-phone{width:220px;background:#1e293b;border-radius:28px;padding:16px;box-shadow:0 32px 80px #00000059;flex-shrink:0}.mockup-screen{background:#f8fafc;border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:10px}.mockup-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.mockup-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);flex-shrink:0}.mockup-name{font-size:12px;font-weight:700;color:#0f172a}.mockup-role{font-size:10px;color:#64748b}.mockup-card{border-radius:12px;padding:10px 12px}.mockup-card.green{background:#f0fdf4;border:1px solid #bbf7d0}.mockup-card.blue{background:#eff6ff;border:1px solid #bfdbfe}.mockup-label{font-size:9px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.mockup-time{font-size:22px;font-weight:800;color:#0f172a;line-height:1.2}.mockup-loc{font-size:9px;color:#64748b;margin-top:2px}.mockup-btn-row{display:flex;justify-content:center}.mockup-btn-pill{background:#2563eb;color:#fff;font-size:11px;font-weight:700;padding:8px 18px;border-radius:100px}.mockup-tablet{width:300px;background:#1e293b;border-radius:20px;padding:16px;box-shadow:0 24px 64px #0000004d;flex-shrink:0;margin-bottom:16px}.mockup-tablet-screen{background:#f8fafc;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:8px}.mockup-t-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:4px}.mockup-t-row{display:flex;align-items:center;gap:7px;font-size:11px;color:#334155}.mockup-t-row span:last-child{margin-left:auto;color:#64748b;font-weight:600}.mockup-t-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mockup-t-dot.green{background:#22c55e}.mockup-t-dot.orange{background:#f97316}.mockup-t-dot.grey{background:#cbd5e1}.mockup-t-stat-row{display:flex;gap:8px;margin-top:6px;padding-top:10px;border-top:1px solid #e2e8f0}.mockup-t-stat{flex:1;text-align:center}.mockup-t-stat-val{font-size:16px;font-weight:800;color:#2563eb}.mockup-t-stat-lbl{font-size:9px;color:#64748b;margin-top:2px}.section-label{font-size:13px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.section-title{font-size:clamp(26px,3.5vw,42px);font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:14px}.section-sub{font-size:17px;color:var(--text-muted);max-width:560px;line-height:1.6}.features{padding:96px 0;background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:48px}.feature-card{background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:var(--radius);padding:28px;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-icon{font-size:32px;margin-bottom:14px}.feature-title{font-size:17px;font-weight:700;margin-bottom:8px;color:var(--text)}.feature-desc{font-size:14px;color:var(--text-muted);line-height:1.65}.how{padding:96px 0;background:var(--blue-light)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px;margin-top:48px;position:relative}.step{text-align:center;position:relative}.step-num{width:52px;height:52px;border-radius:50%;background:var(--blue);color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.step-title{font-size:18px;font-weight:700;margin-bottom:8px}.step-desc{font-size:15px;color:var(--text-muted);line-height:1.6}.pricing{padding:96px 0;background:var(--white)}.pricing-cards{display:flex;gap:24px;margin-top:48px;flex-wrap:wrap;justify-content:center}.pricing-card{background:var(--white);border:1.5px solid var(--border);border-radius:20px;padding:36px 32px;width:320px;display:flex;flex-direction:column;gap:20px}.pricing-card-featured{border-color:var(--blue);box-shadow:var(--shadow-lg);position:relative;background:linear-gradient(160deg,#eff6ff,#fff 60%)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--blue);color:#fff;font-size:12px;font-weight:700;padding:5px 16px;border-radius:100px;white-space:nowrap}.pricing-plan{font-size:14px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.pricing-price{display:flex;align-items:baseline;gap:6px}.pricing-amount{font-size:48px;font-weight:800;color:var(--text);letter-spacing:-2px}.pricing-period{font-size:14px;color:var(--text-muted)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.pricing-features li{font-size:14px;color:var(--text)}.pricing-note{font-size:12px;color:var(--text-muted);text-align:center;margin-top:-8px}.cta{background:linear-gradient(135deg,#1d4ed8,#2563eb 60%,#3b82f6);color:#fff;padding:96px 0;text-align:center}.cta-title{font-size:clamp(28px,4vw,46px);font-weight:800;letter-spacing:-1px;line-height:1.15;margin-bottom:16px}.cta-sub{font-size:18px;color:#fffc;margin-bottom:36px}.cta-note{font-size:13px;color:#ffffff80;margin-top:14px}.footer{background:#0f172a;color:#fff9;padding:40px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-brand{display:flex;flex-direction:column;gap:4px}.footer-logo{font-size:20px;font-weight:800;color:#fff}.footer-tagline{font-size:13px}.footer-links{display:flex;gap:24px}.footer-links a{font-size:14px;color:#fff9;transition:color .15s}.footer-links a:hover{color:#fff}.footer-copy{font-size:13px}@media(max-width:640px){.nav-links a:not(.nav-login){display:none}.mockup-tablet{display:none}.mockup-phone{width:200px}.footer-inner{flex-direction:column;text-align:center}.footer-links{justify-content:center}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.modal{background:#fff;border-radius:20px;padding:36px 32px;width:100%;max-width:460px;position:relative;box-shadow:0 24px 80px #0003;animation:modal-in .2s ease}@keyframes modal-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:16px;right:16px;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:13px;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.modal-close:hover{background:#e2e8f0}.modal-steps{display:flex;align-items:center;gap:8px;margin-bottom:28px}.modal-step{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#94a3b8}.modal-step.active{color:var(--blue)}.modal-step.done{color:#22c55e}.modal-step-dot{width:24px;height:24px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.modal-step.active .modal-step-dot{background:var(--blue);color:#fff}.modal-step.done .modal-step-dot{background:#22c55e;color:#fff}.modal-step-line{flex:1;height:1px;background:#e2e8f0}.modal-title{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.5px;margin-bottom:4px}.modal-sub{font-size:14px;color:#64748b;margin-bottom:24px}.modal-fields{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.field-row{display:flex;gap:10px}.field{display:flex;flex-direction:column;gap:5px;flex:1}.field-sm{flex:0 0 110px}.field label{font-size:13px;font-weight:600;color:#374151}.field input{border:1.5px solid #e2e8f0;border-radius:10px;padding:11px 14px;font-size:14px;font-family:inherit;color:#0f172a;transition:border-color .15s;outline:none}.field input:focus{border-color:var(--blue)}.field input::placeholder{color:#94a3b8}.modal-error{font-size:13px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;margin-bottom:14px}.modal-btn{margin-top:4px}.modal-btn-row{display:flex;gap:10px;margin-top:4px}.modal-btn-back{padding:13px 20px;font-size:15px;font-weight:600;flex-shrink:0}.modal-btn-grow{flex:1}.modal-legal{font-size:12px;color:#94a3b8;text-align:center;margin-top:14px;line-height:1.5}.modal-legal a{color:var(--blue)}.modal-success{text-align:center;padding:12px 0}.modal-success-icon{width:64px;height:64px;border-radius:50%;background:#f0fdf4;border:2px solid #86efac;color:#22c55e;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.modal-success .modal-sub{margin-bottom:28px;line-height:1.7}@media(max-width:480px){.modal{padding:28px 20px}.field-row{flex-direction:column}.field-sm{flex:1}}
