nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#ffffffe6;padding:0 1.5rem;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1120px;height:64px;margin:auto;display:flex;position:relative}.nav-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-icon{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.nav-logo span{color:var(--indigo);font-size:1.15rem;font-weight:800}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--gray-700);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--indigo)}.nav-cta{background:var(--indigo);border-radius:8px;padding:.5rem 1.2rem;color:var(--white)!important;transition:background .2s!important}.nav-cta:hover{background:var(--indigo-d)!important}.mobile-menu-toggle{display:none}.mobile-menu-btn{color:var(--gray-900);cursor:pointer;display:none}.developer-name{color:var(--white);margin-bottom:.4rem;font-size:.95rem;font-weight:700}@media (max-width:768px){.mobile-menu-btn{align-items:center;display:flex}.nav-links{border-bottom:1px solid var(--gray-200);background:#fffffffa;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem;display:none;position:absolute;top:100%;left:-1.5rem;right:-1.5rem;box-shadow:0 10px 20px #0000000d}.mobile-menu-toggle:checked~.nav-links{display:flex}.nav-links li{width:100%}.nav-links a{width:100%;display:block}.nav-cta{text-align:center;display:block}}.hero{background:linear-gradient(160deg,#f0f4ff 0%,#faf5ff 55%,#fff7ed 100%);padding:6rem 1.5rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f11f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-120px;right:-120px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-80px;left:-80px}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1120px;margin:auto;display:grid}.hero-badge{background:var(--indigo-l);color:var(--indigo);letter-spacing:.03em;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero h1{margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800}.hero h1 em{color:var(--indigo);font-style:normal}.hero p{color:var(--gray-500);max-width:460px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:.85rem;display:flex}.btn-primary{background:var(--indigo);color:var(--white);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #4338ca4d}.btn-primary:hover{background:var(--indigo-d);transform:translateY(-1px)}.btn-ghost{color:var(--indigo);border:2px solid var(--indigo);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{background:var(--indigo-l)}.hero-rating{align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}.hero-rating-item{color:var(--gray-500);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.stars{color:var(--amber);gap:2px;font-size:1rem;display:flex}.hero-phone{justify-content:center;align-items:flex-end;display:flex;position:relative}.phone-frame{background:var(--gray-900);border-radius:38px;flex-shrink:0;width:260px;height:520px;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000040,0 0 0 10px #1f2937}.phone-notch{background:var(--gray-900);z-index:10;border-radius:0 0 18px 18px;width:100px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:linear-gradient(160deg,#f0f4ff,#fff);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.phone-nav{background:var(--white);border-bottom:1px solid var(--gray-200);color:var(--indigo);align-items:center;gap:8px;padding:38px 12px 10px;font-size:11px;font-weight:800;display:flex}.phone-nav-dot{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex;overflow:hidden}.phone-content{flex:1;padding:10px;overflow:hidden}.phone-offer-btn{background:var(--indigo);text-align:center;color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:4px;width:100%;margin-bottom:12px;padding:9px 0;font-size:10px;font-weight:700;display:flex}.phone-section-title{color:var(--gray-900);margin-bottom:7px;font-size:10px;font-weight:800}.phone-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;margin-bottom:7px;padding:9px;box-shadow:0 2px 8px #0000000d}.phone-card-row1{justify-content:space-between;align-items:flex-start;margin-bottom:5px;display:flex}.phone-driver{color:var(--gray-900);font-size:9px;font-weight:700}.phone-price{color:var(--indigo);font-size:10px;font-weight:800}.phone-badge{background:var(--green-l);color:var(--green);border-radius:4px;align-items:center;gap:2px;margin-top:2px;padding:2px 5px;font-size:7px;font-weight:700;display:inline-flex}.phone-route{color:var(--gray-500);align-items:center;gap:4px;margin-bottom:4px;font-size:8px;display:flex}.phone-book-btn{background:var(--indigo);text-align:center;color:#fff;border-radius:6px;justify-content:center;align-items:center;gap:4px;margin-top:5px;padding:4px 0;font-size:8px;font-weight:700;display:flex}.phone-float{background:var(--white);color:var(--gray-900);white-space:nowrap;border-radius:12px;padding:8px 12px;font-size:8px;font-weight:700;position:absolute;top:30%;right:-28px;box-shadow:0 8px 30px #0000001f}.phone-float-dot{background:var(--green);border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.phone-float2{background:var(--indigo);color:#fff;white-space:nowrap;border-radius:12px;align-items:center;gap:4px;padding:8px 12px;font-size:8px;font-weight:700;display:flex;position:absolute;bottom:28%;left:-36px;box-shadow:0 8px 30px #4338ca4d}@media (max-width:900px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-phone{margin-top:2rem}.hero-btns,.hero-rating{justify-content:center}.phone-float,.phone-float2{display:none}.hero p{max-width:100%;margin-left:auto;margin-right:auto}}.mobile-hero-img{display:none}@media (max-width:900px){.mobile-hero-img{margin-bottom:1rem;display:block}}.stats{background:var(--indigo);padding:3rem 1.5rem}.stats-inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1120px;margin:auto;display:grid}.stat-num{color:var(--white);justify-content:center;align-items:center;gap:4px;font-size:2.4rem;font-weight:800;line-height:1;display:flex}.stat-label{color:#ffffffa6;margin-top:.4rem;font-size:.85rem;font-weight:600}@media (max-width:640px){.stats-inner{grid-template-columns:repeat(2,1fr)}}.how{background:var(--white);padding:5.5rem 1.5rem}.section-head{text-align:center;margin-bottom:3.5rem}.section-tag{background:var(--indigo-l);color:var(--indigo);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.section-head h2{margin-bottom:.8rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800}.section-head p{color:var(--gray-500);max-width:520px;margin:auto;font-size:1rem;line-height:1.7}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:auto;display:grid}.step{text-align:center}.step-num{background:var(--indigo-l);width:52px;height:52px;color:var(--indigo);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.2rem;font-weight:800;display:flex;position:relative}.step-num:after{content:"";background:var(--gray-200);z-index:0;width:100%;height:2px;position:absolute;top:50%;right:-100%}.step:last-child .step-num:after{display:none}.step h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.step p{color:var(--gray-500);font-size:.88rem;line-height:1.6}.step-icon{color:var(--indigo);justify-content:center;margin-bottom:.75rem;font-size:1.8rem;display:flex}@media (max-width:640px){.steps{grid-template-columns:1fr}.step-num:after{display:none}}.features{background:var(--gray-100);padding:5.5rem 1.5rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1120px;margin:auto;display:grid}.feat-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);padding:1.75rem;transition:box-shadow .2s,transform .2s}.feat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.feat-icon{background:var(--indigo-l);width:48px;height:48px;color:var(--indigo);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.1rem;font-size:1.4rem;display:flex}.feat-card.green .feat-icon{background:var(--green-l);color:var(--green)}.feat-card.amber .feat-icon{background:var(--amber-l);color:var(--amber)}.feat-card h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.feat-card p{color:var(--gray-500);font-size:.87rem;line-height:1.65}@media (max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.features-grid{grid-template-columns:1fr}}.trust{background:var(--white);padding:5.5rem 1.5rem}.trust-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1120px;margin:auto;display:grid}.trust-pills{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.trust-pill{background:var(--indigo-l);color:var(--indigo);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.82rem;font-weight:700;display:flex}.trust-visual{background:linear-gradient(135deg, var(--indigo-l) 0%, #ede9fe 100%);border-radius:var(--radius-xl);flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.trust-item{background:var(--white);border-radius:var(--radius-lg);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 12px #0000000f}.trust-item-icon{color:var(--indigo);flex-shrink:0;font-size:1.5rem}.trust-item h4{margin-bottom:.15rem;font-size:.9rem;font-weight:700}.trust-item p{color:var(--gray-500);font-size:.8rem}@media (max-width:780px){.trust-inner{grid-template-columns:1fr}}.social{background:var(--gray-900);padding:5.5rem 1.5rem}.social-inner{max-width:1120px;margin:auto}.social .section-head h2{color:var(--white)}.social .section-head p{color:#ffffff8c}.social .section-tag{color:#ffffffb3;background:#ffffff1a}.reviews{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.review{border-radius:var(--radius-xl);background:#ffffff0f;border:1px solid #ffffff1a;padding:1.75rem}.review-stars{color:var(--amber);gap:2px;margin-bottom:.75rem;font-size:1rem;display:flex}.review-text{color:#fffc;margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.review-author{align-items:center;gap:.75rem;display:flex}.review-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.review-author-name{color:var(--white);font-size:.85rem;font-weight:700}.review-author-role{color:#ffffff73;font-size:.75rem}@media (max-width:780px){.reviews{grid-template-columns:1fr}}.compare{background:var(--white);padding:5.5rem 1.5rem}.compare-table{border-radius:var(--radius-xl);border:1px solid var(--gray-200);max-width:860px;margin:3rem auto 0;overflow:hidden}.compare-table table{border-collapse:collapse;width:100%;font-size:.9rem}.compare-table th{background:var(--indigo);color:var(--white);text-align:left;padding:.9rem 1.2rem;font-weight:700}.compare-table th:first-child{width:50%}.compare-table td{border-bottom:1px solid var(--gray-200);padding:.85rem 1.2rem}.compare-table tr:last-child td{border-bottom:none}.compare-table tr:nth-child(2n) td{background:var(--gray-100)}.compare-table td>div{justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.yes{color:var(--green);font-size:1.2em}.no{color:#ef4444;font-size:1.2em}.cta{text-align:center;background:linear-gradient(135deg, var(--indigo) 0%, #6d28d9 100%);padding:6rem 1.5rem;position:relative;overflow:hidden}.cta-inner{max-width:620px;margin:auto;position:relative}.cta h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800}.cta p{color:#ffffffb3;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-white{background:var(--white);color:var(--indigo);border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #0003}.btn-white:hover{transform:translateY(-1px);box-shadow:0 8px 30px #00000040}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #fff6;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}footer{background:var(--gray-900);color:#fff9;padding:3.5rem 1.5rem 2rem}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;max-width:1120px;margin:auto;display:grid}.footer-brand{color:var(--white);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:800;display:flex}.footer-desc{max-width:260px;font-size:.85rem;line-height:1.7}.footer-col h5{color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.85rem;font-size:.85rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.55rem;list-style:none;display:flex}.footer-col a{color:#ffffff8c;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;margin:2.5rem auto 0;padding-top:1.5rem;font-size:.8rem;display:flex}.footer-bottom a{color:#fff6;text-decoration:none}.footer-bottom a:hover{color:#fff}@media (max-width:780px){.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-inner{grid-template-columns:1fr}}.legal-container{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-100);max-width:800px;margin:3rem auto;padding:3rem;box-shadow:0 4px 20px #00000008}.legal-container h1{color:var(--indigo);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.last-updated{color:var(--gray-500);margin-bottom:2.5rem;font-size:.9rem;font-weight:600}.legal-section{margin-bottom:2rem}.legal-section h2{margin-bottom:1rem;font-size:1.25rem;font-weight:800}.legal-section p{color:var(--gray-700);font-size:.95rem;line-height:1.8}@media (max-width:640px){.legal-container{margin:1.5rem 1rem;padding:1.5rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:.6s forwards fadeUp}.fade-up:first-child{animation-delay:.1s}.fade-up:nth-child(2){animation-delay:.2s}.fade-up:nth-child(3){animation-delay:.3s}.fade-up:nth-child(4){animation-delay:.4s}.fade-up:nth-child(5){animation-delay:.5s}.fade-up:nth-child(6){animation-delay:.6s}
