*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1a56db;--primary-dark:#1e40af;--primary-light:#dbeafe;--secondary:#059669;--secondary-light:#d1fae5;--accent:#f59e0b;--accent-light:#fef3c7;--text:#374151;--text-light:#6b7280;--text-dark:#111827;--bg:#fff;--bg-light:#f9fafb;--bg-blue:#eff6ff;--border:#e5e7eb;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--radius:8px;--radius-lg:12px;--radius-xl:16px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px}body{margin:0}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-weight:700;line-height:1.2}p{line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow);white-space:nowrap;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .1s,box-shadow .2s;display:inline-flex}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-outline{color:var(--primary);border-radius:var(--radius);border:2px solid var(--primary);white-space:nowrap;background:0 0;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:background .2s,color .2s,transform .1s;display:inline-flex}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.section-tag{background:var(--primary-light);color:var(--primary);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:16px;font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.15}.section-subtitle{color:var(--text-light);max-width:600px;margin:0 auto;font-size:17px;line-height:1.7}.text-center{text-align:center}@media (width<=768px){.container{padding:0 16px}.btn-primary,.btn-outline{padding:10px 18px;font-size:14px}}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.navbar__inner{align-items:center;gap:32px;height:68px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.navbar__logo-icon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.navbar__logo-text{color:var(--text-dark);letter-spacing:-.5px;font-size:20px;font-weight:800}.navbar__logo-text span{color:var(--primary)}.navbar__links{flex:1;gap:4px;margin-left:16px;list-style:none;display:flex}.navbar__links a{color:var(--text);border-radius:var(--radius);padding:6px 12px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:block}.navbar__links a:hover{background:var(--bg-light);color:var(--primary)}.navbar__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.navbar__login{color:var(--text);border-radius:var(--radius);padding:6px 14px;font-size:14px;font-weight:500;transition:background .15s,color .15s}.navbar__login:hover{background:var(--bg-light);color:var(--primary)}.navbar__demo{padding:8px 18px!important;font-size:14px!important}.navbar__burger{color:var(--text-dark);background:0 0;border:none;margin-left:auto;padding:4px;display:none}.navbar__mobile{border-top:1px solid var(--border);background:#fff;padding:16px}.navbar__mobile ul{flex-direction:column;gap:4px;list-style:none;display:flex}.navbar__mobile a{color:var(--text-dark);border-radius:var(--radius);padding:10px 12px;font-size:15px;font-weight:500;transition:background .15s;display:block}.navbar__mobile a:hover{background:var(--bg-light)}.navbar__mobile-divider{background:var(--border);height:1px;margin:8px 0}.navbar__mobile-login{color:var(--text)!important}.navbar__mobile-demo{text-align:center;margin-top:4px;display:block!important}@media (width<=900px){.navbar__links,.navbar__actions{display:none}.navbar__burger{display:flex}}.hero{background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 50%,#fefce8 100%);align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero__bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__shape{filter:blur(60px);opacity:.35;border-radius:50%;position:absolute}.hero__shape--1{background:#bfdbfe;width:500px;height:500px;top:-120px;right:-100px}.hero__shape--2{background:#a7f3d0;width:400px;height:400px;bottom:-80px;left:-80px}.hero__shape--3{background:#fde68a;width:300px;height:300px;top:30%;left:40%}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero__badge{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.hero__badge-dot{background:#059669;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.hero__title{color:var(--text-dark);letter-spacing:-1px;margin-bottom:20px;font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.1}.hero__title-accent{background:linear-gradient(135deg, var(--primary), #7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:var(--text);max-width:520px;margin-bottom:24px;font-size:17px;line-height:1.7}.hero__highlights{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.hero__highlight{color:var(--secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.hero__actions{flex-wrap:wrap;gap:16px;display:flex}.hero__cta{padding:13px 26px!important;font-size:15px!important}.hero__visual{position:relative}.hero__dashboard{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border);background:#fff;overflow:hidden}.hero__dash-header{background:#1e293b;align-items:center;gap:12px;padding:12px 16px;display:flex}.hero__dash-dots{gap:6px;display:flex}.hero__dash-dots span{border-radius:50%;width:10px;height:10px}.hero__dash-dots span:first-child{background:#ef4444}.hero__dash-dots span:nth-child(2){background:#f59e0b}.hero__dash-dots span:nth-child(3){background:#22c55e}.hero__dash-title{color:#94a3b8;font-size:12px;font-weight:500}.hero__dash-body{padding:20px}.hero__stats-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.hero__stat{background:var(--bg-light);border-radius:var(--radius);text-align:center;padding:12px;position:relative}.hero__stat-value{font-size:20px;font-weight:800}.hero__stat-label{color:var(--text-light);margin-top:2px;font-size:10px}.hero__stat-badge{font-size:10px;font-weight:700;position:absolute;top:8px;right:8px}.hero__stat-badge.up{color:#059669}.hero__stat-badge.down{color:#ef4444}.hero__chart-area{background:var(--bg-light);border-radius:var(--radius);margin-bottom:16px;padding:14px}.hero__chart-label{color:var(--text);margin-bottom:10px;font-size:11px;font-weight:600}.hero__chart-bars{align-items:flex-end;gap:4px;height:60px;display:flex}.hero__bar-wrap{flex:1;align-items:flex-end;height:100%;display:flex}.hero__bar{background:linear-gradient(#1a56db,#3b82f6);border-radius:3px 3px 0 0;width:100%;transition:height .3s}.hero__list-header{color:var(--text);margin-bottom:8px;font-size:12px;font-weight:600}.hero__trip-row{border-radius:var(--radius);background:var(--bg-light);align-items:center;gap:8px;margin-bottom:4px;padding:8px 10px;font-size:12px;display:flex}.hero__trip-lr{color:var(--text-dark);min-width:60px;font-weight:600}.hero__trip-route{color:var(--text-light);flex:1}.hero__trip-status{white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.hero__mobile-card{width:160px;box-shadow:var(--shadow-xl);background:#1e293b;border:2px solid #334155;border-radius:18px;position:absolute;bottom:-24px;right:-24px;overflow:hidden}.hero__mobile-header{justify-content:center;padding:8px;display:flex}.hero__mobile-notch{background:#334155;border-radius:3px;width:50px;height:6px}.hero__mobile-body{background:#fff;border-radius:12px;margin:0 4px 4px;padding:12px}.hero__mobile-title{color:var(--text-dark);margin-bottom:8px;font-size:10px;font-weight:700}.hero__mobile-stat{margin-bottom:10px}.hero__mobile-prog-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:4px;overflow:hidden}.hero__mobile-prog-fill{background:linear-gradient(90deg,#1a56db,#059669);border-radius:3px;height:100%}.hero__mobile-prog-labels{color:var(--text-light);justify-content:space-between;margin-bottom:8px;font-size:9px;display:flex}.hero__mobile-actions{gap:4px;display:flex}@media (width<=960px){.hero__inner{grid-template-columns:1fr;gap:48px}.hero{padding:100px 0 60px}.hero__stats-row{grid-template-columns:repeat(2,1fr)}.hero__mobile-card{display:none}}@media (width<=480px){.hero__actions{flex-direction:column}}.features{background:#fff;padding:96px 0}.features__header{margin-bottom:60px}.features__core-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:64px;display:grid}.features__core-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:#fff;padding:28px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}.features__core-card:hover{box-shadow:var(--shadow-lg);border-color:#bfdbfe;transform:translateY(-4px)}.features__core-icon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.features__core-card h3{margin-bottom:10px;font-size:16px;font-weight:700;line-height:1.3}.features__core-card p{color:var(--text-light);font-size:14px;line-height:1.6}.features__all-block{border-radius:var(--radius-xl);background:linear-gradient(135deg,#1e293b,#1e3a5f);padding:48px}.features__all-header{text-align:center;margin-bottom:36px}.features__all-header h3{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.features__all-header p{color:#94a3b8;font-size:14px}.features__all-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.features__all-item{border-radius:var(--radius);color:#e2e8f0;background:#ffffff12;border:1px solid #ffffff1a;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.features__all-item:hover{background:#ffffff1f}.features__all-icon{color:#60a5fa;flex-shrink:0;align-items:center;display:flex}@media (width<=960px){.features__core-grid,.features__all-grid{grid-template-columns:repeat(2,1fr)}.features__all-block{padding:32px 24px}}@media (width<=600px){.features__core-grid,.features__all-grid{grid-template-columns:1fr}}.services{background:var(--bg-light);padding:96px 0}.services__header{margin-bottom:60px}.services__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.services__card{border:1px solid var(--border);border-radius:var(--radius-xl);animation:.4s both fadeInUp;animation-delay:calc(var(--card-index,0) * 50ms);background:#fff;flex-direction:column;gap:20px;padding:28px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.services__card:hover{box-shadow:var(--shadow-lg);border-color:#bfdbfe;transform:translateY(-4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services__card-top{align-items:flex-start;gap:16px;display:flex}.services__icon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.services__card-top h3{margin-bottom:6px;font-size:16px;font-weight:700}.services__card-top p{color:var(--text-light);font-size:13px;line-height:1.6}.services__points{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:16px;list-style:none;display:flex}.services__points li{color:var(--text);align-items:center;gap:8px;font-size:13px;display:flex}.services__check{flex-shrink:0;font-size:13px;font-weight:700}@media (width<=960px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services__grid{grid-template-columns:1fr}}.comparison{background:#fff;padding:96px 0}.comparison__header{margin-bottom:60px}.comparison__grid{grid-template-columns:1fr 60px 1fr;align-items:start;gap:0;display:grid}.comparison__col{border-radius:var(--radius-xl);padding:36px}.comparison__col--without{background:#fff5f5;border:1.5px solid #fecaca}.comparison__col--with{background:#f0fdf4;border:1.5px solid #bbf7d0}.comparison__col-header{align-items:center;gap:14px;margin-bottom:28px;display:flex}.comparison__col-header h3{font-size:20px;font-weight:700}.comparison__col--without .comparison__col-header h3{color:#be123c}.comparison__col--with .comparison__col-header h3{color:#047857}.comparison__col-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.comparison__col-icon--red{color:#ef4444;background:#fee2e2}.comparison__col-icon--green{color:#16a34a;background:#dcfce7}.comparison__col ul{flex-direction:column;gap:12px;list-style:none;display:flex}.comparison__col li{align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.comparison__col--without li{color:#6b7280}.comparison__col--with li{color:#374151;font-weight:500}.comparison__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.comparison__icon--x{color:#ef4444;background:#fee2e2}.comparison__icon--check{color:#16a34a;background:#dcfce7}.comparison__divider{flex-direction:column;justify-content:center;align-items:center;padding-top:100px;display:flex}.comparison__divider-line{background:var(--border);flex:1;width:2px}.comparison__divider-vs{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin:12px 0;font-size:12px;font-weight:800;display:flex}@media (width<=768px){.comparison__grid{grid-template-columns:1fr;gap:20px}.comparison__divider{flex-direction:row;padding-top:0}.comparison__divider-line{flex:1;width:auto;height:2px}}.how{background:var(--bg-light);padding:96px 0}.how__header{margin-bottom:60px}.how__steps{flex-direction:column;gap:0;max-width:680px;margin:0 auto 64px;display:flex}.how__step{align-items:flex-start;gap:20px;display:flex}.how__step-left{flex-direction:column;flex-shrink:0;align-items:center;width:52px;display:flex}.how__step-num{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:14px;font-weight:800;display:flex}.how__step-line{background:var(--border);width:2px;height:48px;margin:4px 0}.how__step-content{align-items:flex-start;gap:16px;padding-bottom:32px;display:flex}.how__step-icon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.how__step-text h3{margin-bottom:6px;font-size:17px;font-weight:700}.how__step-text p{color:var(--text-light);font-size:14px;line-height:1.6}.how__visual{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);background:linear-gradient(135deg,#1e293b,#0f172a);padding:24px}.how__visual-dash{border-radius:var(--radius-lg);background:#fff;overflow:hidden}.how__visual-topbar{background:#1e293b;align-items:center;gap:24px;padding:12px 20px;display:flex}.how__visual-logo{color:#60a5fa;letter-spacing:-.5px;font-size:15px;font-weight:800}.how__visual-nav{gap:4px;display:flex}.how__visual-nav span{color:#94a3b8;cursor:pointer;border-radius:4px;padding:4px 10px;font-size:12px;transition:background .15s}.how__visual-nav span:first-child{color:#60a5fa;background:#60a5fa26}.how__visual-body{padding:20px}.how__visual-kpis{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.how__visual-kpi{background:var(--bg-light);border-radius:var(--radius);text-align:center;padding:14px}.how__visual-table-head{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);grid-template-columns:80px 1fr 1fr 100px 80px;gap:8px;margin-bottom:4px;padding:8px 12px;font-size:11px;font-weight:600;display:grid}.how__visual-table-row{border-radius:var(--radius);grid-template-columns:80px 1fr 1fr 100px 80px;gap:8px;padding:10px 12px;font-size:13px;transition:background .15s;display:grid}.how__visual-table-row:hover{background:var(--bg-light)}.how__visual-lr{color:var(--primary);font-weight:700}.how__visual-status{text-align:center;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600}@media (width<=768px){.how__visual-kpis{grid-template-columns:repeat(2,1fr)}.how__visual-table-head,.how__visual-table-row{grid-template-columns:70px 1fr 90px}.how__visual-table-head span:nth-child(3),.how__visual-table-row span:nth-child(3),.how__visual-table-head span:nth-child(5),.how__visual-table-row span:nth-child(5),.how__visual-nav{display:none}}.pricing{background:var(--bg-light);padding:96px 0}.pricing__header{margin-bottom:48px}.pricing__launch-banner{color:#92400e;background:#fef3c7;border:1px solid #fbbf24;border-radius:20px;align-items:center;gap:8px;margin-top:20px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex}.pricing__cards{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.pricing__card{border:2px solid var(--border);border-radius:var(--radius-xl);background:#fff;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.pricing__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pricing__card--popular{background:linear-gradient(135deg,#1a56db,#7c3aed);border-color:#0000;transform:scale(1.04);box-shadow:0 20px 40px #1a56db59}.pricing__card--popular:hover{transform:scale(1.04)translateY(-4px);box-shadow:0 28px 48px #1a56db73}.pricing__card-bg{pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.pricing__tag{color:#fff;letter-spacing:.1em;text-transform:uppercase;text-align:center;background:#7c3aed;padding:6px;font-size:10px;font-weight:800}.pricing__card-inner{z-index:1;padding:28px;position:relative}.pricing__plan-icon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.pricing__plan-name{margin-bottom:6px;font-size:18px;font-weight:700}.pricing__plan-desc{color:var(--text-light);margin-bottom:20px;font-size:13px;line-height:1.5}.pricing__price-block{margin-bottom:14px}.pricing__price{align-items:baseline;gap:8px;font-size:36px;font-weight:800;display:flex}.pricing__original{opacity:.6;font-size:18px;font-weight:500;text-decoration:line-through}.pricing__period{color:var(--text-light);margin-top:2px;font-size:13px}.pricing__savings{color:#059669;background:#dcfce7;border-radius:20px;margin-top:8px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.pricing__users{background:var(--bg-light);color:var(--text-light);border-radius:var(--radius);text-align:center;margin-bottom:18px;padding:8px 14px;font-size:12px;font-weight:500}.pricing__cta{border-radius:var(--radius);color:#fff;cursor:pointer;border:none;width:100%;margin-bottom:24px;padding:13px;font-size:15px;font-weight:700;transition:opacity .2s,transform .1s}.pricing__cta:hover{opacity:.92;transform:translateY(-1px)}.pricing__cta--popular{color:var(--primary)!important;background:#fff!important}.pricing__cta--popular:hover{background:#f0f9ff!important}.pricing__features{border-top:1px solid #00000014;flex-direction:column;gap:10px;padding-top:20px;list-style:none;display:flex}.pricing__features li{color:var(--text);align-items:center;gap:10px;font-size:13px;display:flex}.pricing__check{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pricing__gst{text-align:center;color:var(--text-light);margin-top:32px;font-size:12px}@media (width<=960px){.pricing__cards{grid-template-columns:1fr;max-width:440px;margin:0 auto}.pricing__card--popular{transform:scale(1)}.pricing__card--popular:hover{transform:translateY(-4px)}}.contact{background:#fff;padding:96px 0}.contact__header{margin-bottom:56px}.contact__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:48px;display:grid}.contact__info h3{margin-bottom:12px;font-size:22px;font-weight:700}.contact__info>p{color:var(--text-light);margin-bottom:32px;font-size:15px;line-height:1.7}.contact__info-items{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.contact__info-item{align-items:flex-start;gap:14px;display:flex}.contact__info-icon{background:var(--primary-light);width:40px;height:40px;color:var(--primary);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__info-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-light);margin-bottom:2px;font-size:11px;font-weight:600}.contact__info-value{color:var(--text-dark);font-size:14px;font-weight:600}.contact__promise{background:var(--bg-light);border-radius:var(--radius-lg);flex-direction:column;gap:10px;padding:20px;display:flex}.contact__promise-item{color:var(--text);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.contact__promise-check{color:var(--secondary);font-weight:700}.contact__form-card{border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);background:#fff;padding:36px}.contact__form-title{margin-bottom:24px;font-size:20px;font-weight:700}.contact__form{flex-direction:column;gap:18px;display:flex}.contact__field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact__field{flex-direction:column;gap:6px;display:flex}.contact__field label{color:var(--text-dark);font-size:13px;font-weight:600}.contact__field input,.contact__field textarea{border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text-dark);resize:none;background:#fff;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.contact__field input:focus,.contact__field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a56db1a}.contact__field input::placeholder,.contact__field textarea::placeholder{color:#9ca3af}.contact__mobile-wrap{border:1.5px solid var(--border);border-radius:var(--radius);align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.contact__mobile-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1a56db1a}.contact__mobile-prefix{background:var(--bg-light);color:var(--text);border-right:1.5px solid var(--border);flex-shrink:0;padding:10px 12px;font-size:14px;font-weight:600}.contact__mobile-wrap input{border-radius:0;flex:1;padding:10px 12px;box-shadow:none!important;border:none!important}.contact__submit{justify-content:center;width:100%;border-radius:var(--radius)!important;padding:14px!important;font-size:15px!important}.contact__success{text-align:center;padding:24px 0}.contact__success-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;font-weight:700;display:flex}.contact__success h3{margin-bottom:10px;font-size:22px}.contact__success p{color:var(--text-light);margin-bottom:24px;font-size:15px;line-height:1.6}.contact__success-btn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:10px 24px;font-size:14px;font-weight:600;transition:background .2s}.contact__success-btn:hover{background:var(--primary-dark)}.contact__error{color:#dc2626;border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;margin-bottom:4px;padding:10px 14px;font-size:13px}.contact__submit:disabled{opacity:.7;cursor:not-allowed;transform:none!important}@keyframes spin{to{transform:rotate(360deg)}}.contact__spinner{animation:.8s linear infinite spin}@media (width<=960px){.contact__grid{grid-template-columns:1fr}}@media (width<=540px){.contact__field-row{grid-template-columns:1fr}.contact__form-card{padding:24px}}.footer{color:#94a3b8;background:#0f172a}.footer__inner{grid-template-columns:2fr 1fr 1fr;gap:48px;padding:64px 24px 48px;display:grid}.footer__logo{align-items:center;gap:10px;width:fit-content;margin-bottom:16px;display:flex}.footer__logo-icon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.footer__logo span{color:#fff;letter-spacing:-.5px;font-size:18px;font-weight:800}.footer__logo span span{color:#60a5fa}.footer__brand-desc{color:#64748b;max-width:340px;margin-bottom:24px;font-size:13px;line-height:1.7}.footer__socials{gap:10px;display:flex}.footer__social{color:#64748b;background:#1e293b;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.footer__social:hover{background:var(--primary);color:#fff}.footer__col h4{text-transform:uppercase;letter-spacing:.08em;color:#e2e8f0;margin-bottom:20px;font-size:13px;font-weight:700}.footer__col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer__col a{color:#64748b;font-size:13px;transition:color .15s}.footer__col a:hover{color:#e2e8f0}.footer__contact-items{flex-direction:column;gap:12px;display:flex}.footer__contact-item{color:#64748b;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.footer__contact-sub{color:#475569;padding-left:24px;font-size:12px}.footer__bottom{border-top:1px solid #1e293b}.footer__bottom-inner{color:#475569;justify-content:space-between;align-items:center;padding:20px 24px;font-size:12px;display:flex}.footer__legal{gap:20px;display:flex}.footer__legal a{color:#475569;font-size:12px;transition:color .15s}.footer__legal a:hover{color:#94a3b8}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=540px){.footer__inner{grid-template-columns:1fr;gap:32px;padding:40px 16px 32px}.footer__bottom-inner{text-align:center;flex-direction:column;gap:12px}}.policy{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.policy__topbar{border-bottom:1px solid var(--border);z-index:100;background:#fff;position:sticky;top:0}.policy__topbar-inner{justify-content:space-between;align-items:center;padding:.875rem 0;display:flex}.policy__logo{color:#0f172a;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:inherit;font-size:1.1rem;font-weight:700;display:flex}.policy__logo-icon{background:var(--primary);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.policy__logo-name span{color:var(--primary)}.policy__back{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;display:flex}.policy__back:hover{background:#f1f5f9;border-color:#cbd5e1}.policy__hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);padding:3.5rem 0 3rem}.policy__hero-tag{color:#93c5fd;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1f;border-radius:20px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.policy__hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.policy__hero-meta{color:#94a3b8;gap:1.5rem;margin-top:.75rem;font-size:.85rem;display:flex}.policy__body{flex:1;padding:3rem 1.5rem 4rem;max-width:820px!important}.policy__section{margin-bottom:2.5rem}.policy__section h2{color:#0f172a;border-bottom:2px solid var(--border);align-items:center;gap:.5rem;margin-bottom:.875rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;display:flex}.policy__section p{color:#4b5563;margin-bottom:.75rem;font-size:.95rem;line-height:1.8}.policy__section ul,.policy__section ol{color:#4b5563;margin-bottom:.75rem;padding-left:1.4rem;font-size:.95rem;line-height:1.8}.policy__section li{margin-bottom:.35rem}.policy__section strong{color:#1e293b}.policy__note{border-left:3px solid var(--primary);color:#1e40af;background:#eff6ff;border-radius:0 6px 6px 0;margin:1rem 0;padding:.875rem 1.1rem;font-size:.9rem;line-height:1.65}.policy__table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}.policy__table th{color:#0f172a;text-align:left;border:1px solid var(--border);background:#f1f5f9;padding:.6rem .875rem;font-weight:600}.policy__table td{border:1px solid var(--border);color:#4b5563;vertical-align:top;padding:.6rem .875rem}.policy__table tr:nth-child(2n) td{background:#f8fafc}.policy__footer-bar{color:#64748b;text-align:center;background:#0f172a;padding:1.25rem;font-size:.85rem}@media (width<=640px){.policy__hero{padding:2.5rem 0 2rem}.policy__body{padding:2rem 0 3rem}}
