.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;background-color:var(--bg-color);overflow:hidden;transition:background-color .3s ease}.base-map{position:absolute;top:0;right:0;width:100%;height:100%;object-fit:cover;object-position:right center;z-index:1;opacity:var(--map-opacity);transition:opacity .3s ease}.fade-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--fade-grad-desktop);z-index:2;pointer-events:none;transition:background .3s ease}.content-container{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:4rem 4rem 0}.text-content{flex:1;padding-right:4rem}.text-content h1{font-size:4.8rem;line-height:1.05;font-weight:800;color:var(--text-primary);margin-bottom:2.5rem;letter-spacing:-2px;opacity:0;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.description{padding-bottom:2.5rem;font-size:1.15rem;line-height:1.6;color:var(--text-secondary);font-weight:500;max-width:500px;margin:0;opacity:0;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) .15s forwards}.description strong{color:var(--text-strong)}.store-badge-group{display:flex;gap:1rem;opacity:0;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) .3s forwards;margin-top:1rem}.store-badge-btn{display:flex;align-items:center;background-color:#000;color:#fff;padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #1a1a1a}[data-theme=dark] .store-badge-btn{border:1px solid #333}.store-badge-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003}.store-badge-btn svg{margin-right:10px;flex-shrink:0}.badge-text{display:flex;flex-direction:column;align-items:flex-start}.badge-sub{font-size:.65rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1;margin-bottom:2px}.badge-main{font-size:1.15rem;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1;letter-spacing:-.5px}.phone-right-align{flex:1;display:flex;justify-content:flex-end;opacity:0;animation:slideInRight 1s cubic-bezier(.16,1,.3,1) .2s forwards}.phone-container{position:relative;width:100%;max-width:400px;filter:drop-shadow(0 25px 50px rgba(0,0,0,.08));animation:float 8s ease-in-out infinite}.phone-ui{width:100%;height:auto;display:block;position:relative;z-index:5}.route-path{position:absolute;top:13.5%;left:32%;width:40%;height:auto;z-index:6;pointer-events:none;filter:drop-shadow(0 0 10px var(--glow-color))}.route-path path{stroke-dasharray:1;stroke-dashoffset:1;animation:drawRoute 2.5s cubic-bezier(.4,0,.2,1) 1s forwards}.route-path .start-marker{opacity:0;animation:fadeIn .4s ease 1s forwards}.route-path .end-marker{opacity:0;animation:fadeIn .1s ease 3.5s forwards}.pulse-ring{opacity:0;transform-origin:200px 700px;animation:sonarPulse 2s ease-out infinite 3.5s}.pulse-ring.delayed{animation:sonarPulse 2s ease-out infinite 4.5s}.theme-toggle-container{position:absolute;bottom:3.5rem;right:4rem;z-index:30;background-color:var(--toggle-bg);border-radius:50px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) .5s forwards}.theme-floating-toggle{display:flex;align-items:center;gap:.5rem;background-color:transparent;border:2px solid var(--border-color);border-radius:50px;padding:.25rem .25rem .25rem .8rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}.theme-floating-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000001a}.theme-label{font-weight:500;font-size:.7rem;color:var(--text-primary)}.theme-dot{width:18px;height:18px;border-radius:50%;transition:background-color .3s ease,border .3s ease}.theme-dot.light{background-color:#fff}.theme-dot.dark{background-color:#111}.btn-nav-register{background-color:var(--primary-brand);color:var(--btn-text);padding:.8rem 1.8rem;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .2s ease;border:none;cursor:pointer}.btn-nav-register:hover{background-color:var(--primary-brand-hover);transform:translateY(-2px);box-shadow:0 6px 15px #4f46e54d}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes drawRoute{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes markerDrop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes sonarPulse{0%{transform:scale(1);opacity:.6}to{transform:scale(2.5);opacity:0}}@media(max-width:1100px){.text-content h1{font-size:3.5rem;margin-bottom:2rem}.phone-container{max-width:400px}}@media(max-width:968px){.content-container{flex-direction:column;text-align:center;padding-top:8rem}.fade-overlay{background:var(--fade-grad-mobile)}.phone-right-align{justify-content:center;margin-top:4rem}.text-content{padding-right:0;display:flex;flex-direction:column;align-items:center}.description{max-width:100%}.store-badge-group{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;width:100%}.theme-toggle-container{bottom:2rem;right:2rem}}.navbar{position:absolute;top:0;left:0;width:100%;padding:2.5rem 4rem;z-index:20;display:flex;align-items:center;justify-content:space-between}.nav-left{display:flex;justify-content:flex-start}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none!important}.nav-brand:hover{opacity:.8}.brand-name{font-weight:700;font-size:1.4rem;letter-spacing:-.5px;margin:0;transform:translateY(2px)}.logo{height:45px;width:auto}.nav-right{display:flex;align-items:center;justify-content:flex-end;gap:2.5rem}.nav-link{color:var(--text-primary);font-weight:500;font-size:.95rem;transition:color .2s ease;border:none;background:none;cursor:pointer}.nav-link:hover{color:var(--primary-brand)}@media(max-width:968px){.navbar{padding:1.5rem 2rem}.brand-name{display:none}.logo{height:32px}.nav-right{gap:1rem}}.features-section{width:100%;min-height:100vh;padding:8rem 4rem;background-color:var(--bg-color);color:var(--text-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:10;transition:background-color .3s ease,color .3s ease}.features-wrapper{max-width:1300px;width:100%;margin:0 auto;display:flex;flex-direction:column}.features-header{text-align:center;margin-bottom:5rem}.features-header h2{font-size:3.6rem;line-height:1.15;font-weight:800;color:var(--text-primary);letter-spacing:-1px}.features-header h2 span{color:var(--primary-brand)}.features-container{width:100%;display:flex;gap:8rem;align-items:center}.features-text-column{flex:1;display:flex;flex-direction:column;max-width:600px}.features-list{display:flex;flex-direction:column;position:relative}.features-list:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:var(--border-color);border-radius:2px;z-index:1}.feature-item{padding:1.5rem 0 1.5rem 3rem;position:relative;cursor:pointer;opacity:.35;transition:all .3s ease}.feature-item:hover{opacity:.7}.feature-item.active{opacity:1}.feature-item:before{content:"";position:absolute;left:-1px;top:0;width:4px;height:0;background-color:var(--primary-brand);border-radius:4px;transition:height .4s cubic-bezier(.2,.8,.2,1);z-index:2;box-shadow:0 0 12px var(--glow-color)}.feature-item.active:before{height:100%}.feature-label{font-size:.8rem;font-weight:700;letter-spacing:1.5px;color:var(--primary-brand);text-transform:uppercase;margin-bottom:.8rem;display:block}.feature-item h3{font-size:1.5rem;font-weight:700;margin-bottom:0;color:var(--text-strong);transition:margin-bottom .3s ease}.feature-item.active h3{margin-bottom:.8rem}.feature-description{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);margin:0;max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:all .4s cubic-bezier(.2,.8,.2,1)}.feature-item.active .feature-description{max-height:150px;opacity:1;transform:translateY(0)}.features-visual-column{flex:1;position:relative;height:550px;display:flex;align-items:center;justify-content:center}.visual-backdrop{position:absolute;width:340px;height:340px;background:linear-gradient(135deg,var(--primary-brand) 0%,rgba(55,48,163,.8) 100%);border-radius:60px;z-index:1;transform:rotate(-6deg);transition:transform .8s ease;box-shadow:0 30px 60px #4f46e526}.visual-layer{position:absolute;width:100%;height:100%;z-index:10;opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center;transition:all .6s cubic-bezier(.2,.8,.2,1);transform:translateY(20px) scale(.9)}.visual-layer.active{opacity:1;transform:translateY(0) scale(1)}.shape-img{width:100%;height:auto;object-fit:contain;animation:floatShape 6s ease-in-out infinite;transform-origin:center center}.shape-sphere{max-width:360px}.shape-cube{max-width:320px}.shape-cone{max-width:380px}.shape-cylinder{max-width:300px}.visual-layer:nth-child(2n) .shape-img{animation-delay:-3s}[data-theme=light] .shape-img{filter:drop-shadow(0 20px 30px rgba(0,0,0,.08))}[data-theme=dark] .shape-img{filter:drop-shadow(0 30px 50px rgba(0,0,0,.4))}@keyframes floatShape{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(1.5deg)}to{transform:translateY(0) rotate(0)}}@media(max-width:1100px){.features-container{flex-direction:column;gap:5rem;padding:0 2rem}.features-visual-column{width:100%;height:450px}.visual-backdrop{width:300px;height:300px}.shape-sphere{max-width:320px}.shape-cube{max-width:280px}.shape-cone{max-width:340px}.shape-cylinder{max-width:260px}}@media(max-width:768px){.features-section{padding:5rem 1.5rem}.features-visual-column{display:none}.features-header h2{font-size:2.6rem}}.driver-section{width:100%;min-height:100vh;padding:8rem 4rem;background-color:var(--bg-color);color:var(--text-primary);display:flex;align-items:center;justify-content:center;position:relative;z-index:10;transition:background-color .3s ease,color .3s ease}.driver-container{max-width:1300px;width:100%;margin:0 auto;display:flex;gap:8rem;align-items:center}.driver-visual-column{flex:1;position:relative;height:650px;display:flex;align-items:center;justify-content:center}.visual-backdrop-driver{position:absolute;width:380px;height:380px;background:linear-gradient(135deg,var(--primary-brand) 0%,rgba(55,48,163,.2) 100%);border-radius:50%;z-index:1;filter:blur(50px);opacity:.4;animation:pulseGlow 8s ease-in-out infinite}.phone-stack{position:relative;width:100%;height:100%;z-index:2}.phone-frame{position:absolute;width:295px;height:590px;border-radius:36px;background-color:#000;padding:8px;box-shadow:0 30px 60px #0003;overflow:hidden;transition:all .5s ease}.screen-img{width:100%;height:100%;object-fit:cover;border-radius:28px}.phone-back{top:5%;left:10%;transform:scale(.9) rotate(-4deg);opacity:.8;filter:blur(1px);animation:floatBack 7s ease-in-out infinite}.phone-front{bottom:5%;right:15%;transform:scale(1.05) rotate(2deg);z-index:5;animation:floatFront 6s ease-in-out infinite;box-shadow:-20px 30px 60px #0000004d}.theme-img-light{display:block}.theme-img-dark,[data-theme=dark] .theme-img-light{display:none}[data-theme=dark] .theme-img-dark{display:block}[data-theme=dark] .phone-frame{box-shadow:0 30px 60px #0009;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .phone-front{box-shadow:-20px 30px 60px #000c}.driver-text-column{flex:1;display:flex;flex-direction:column;max-width:600px}.driver-text-column h2{font-size:3.4rem;line-height:1.15;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:-1px}.driver-text-column h2 span{color:var(--primary-brand)}.driver-description{font-size:1.15rem;line-height:1.6;color:var(--text-secondary);margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 2rem;margin-bottom:3rem}.benefit-item{display:flex;flex-direction:column}.benefit-icon{width:40px;height:40px;background:#4f46e51a;color:var(--primary-brand);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.benefit-item h4{font-size:1.1rem;font-weight:700;color:var(--text-strong);margin-bottom:.5rem}.benefit-item p{font-size:.95rem;line-height:1.5;color:var(--text-secondary)}.btn{padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:.95rem;display:inline-block;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none}.btn-solid{background:var(--primary-brand);color:var(--btn-text)}.btn-solid:hover{background:var(--primary-brand-hover);transform:translateY(-2px);box-shadow:0 8px 20px #4f46e54d}.btn-driver{align-self:flex-start;padding:1.2rem 2.5rem;font-size:1rem}@keyframes floatFront{0%{transform:scale(1.05) rotate(2deg) translateY(0)}50%{transform:scale(1.05) rotate(2deg) translateY(-15px)}to{transform:scale(1.05) rotate(2deg) translateY(0)}}@keyframes floatBack{0%{transform:scale(.9) rotate(-4deg) translateY(0)}50%{transform:scale(.9) rotate(-4deg) translateY(-10px)}to{transform:scale(.9) rotate(-4deg) translateY(0)}}@keyframes pulseGlow{0%{transform:scale(1);opacity:.4}50%{transform:scale(1.1);opacity:.6}to{transform:scale(1);opacity:.4}}@media(max-width:1100px){.driver-container{flex-direction:column-reverse;gap:5rem;padding:0 2rem}.driver-visual-column{width:100%;height:500px}.driver-text-column{max-width:100%}.phone-back{left:20%}.phone-front{right:25%}}@media(max-width:768px){.driver-section{padding:5rem 1.5rem}.driver-text-column h2{font-size:2.6rem}.benefits-grid{grid-template-columns:1fr;gap:2rem}.driver-visual-column{display:none}.btn-driver{width:100%;text-align:center;box-sizing:border-box}}
