:root{--bg-color: #ffffff;--text-primary: #111111;--text-secondary: #222222;--text-strong: #111111;--primary-brand: #4F46E5;--primary-brand-hover: #3730A3;--btn-text: #ffffff;--fade-grad-desktop: linear-gradient(to right, #ffffff 20%, transparent 100%);--fade-grad-mobile: linear-gradient(to bottom, #ffffff 40%, transparent 100%);--map-opacity: .5;--border-color: #e5e5e5;--toggle-bg: rgba(255, 255, 255, .8);--glow-color: rgba(79, 70, 229, .4)}[data-theme=dark]{--bg-color: #0a0a0a;--text-primary: #ffffff;--text-secondary: #cccccc;--text-strong: #ffffff;--primary-brand: #818CF8;--primary-brand-hover: #4F46E5;--btn-text: #111111;--fade-grad-desktop: linear-gradient(to right, #0a0a0a 20%, transparent 100%);--fade-grad-mobile: linear-gradient(to bottom, #0a0a0a 40%, transparent 100%);--map-opacity: .3;--border-color: #333333;--toggle-bg: rgba(10, 10, 10, .8);--glow-color: rgba(129, 140, 248, .4)}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none!important;outline:none!important;border-bottom:none!important;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-color);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s ease,color .3s ease}.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}.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}.brand-name{font-weight:700;font-size:1.4rem;color:var(--text-primary);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)}.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}.nav-link:focus-visible,.btn-nav-register:focus-visible,.theme-floating-toggle:focus-visible{outline:2px solid rgba(79,70,229,.4)!important;outline-offset:4px}.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)}.button-group{display:flex;gap:1rem;opacity:0;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) .3s forwards}.btn{padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:.95rem;display:inline-block;transition:all .3s ease;cursor:pointer;border: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-outline{border:2px solid var(--primary-brand)!important;color:var(--primary-brand);background:transparent}.btn-outline:hover{background:var(--primary-brand);color:var(--btn-text);box-shadow:0 6px 15px #4f46e533}.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))}.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 .4s ease 3.2s forwards}.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:1px 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;border:1px solid #e5e5e5}.theme-dot.dark{background-color:#111;border:1px solid #111111}@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}}@media(max-width:1100px){.text-content h1{font-size:3.5rem;margin-bottom:2rem}.phone-container{max-width:400px}}@media(max-width:968px){.navbar{padding:1.5rem 2rem}.brand-name{display:none}.logo{height:32px}.nav-right{gap:1rem}.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%}.button-group{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:300px}.btn{width:100%}.theme-toggle-container{bottom:2rem;right:2rem}}.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-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}}.main-footer{width:100%;background-color:var(--bg-color);padding:6rem 4rem 2rem;border-top:1px solid var(--border-color);color:var(--text-primary);transition:background-color .3s ease,border-color .3s ease}.footer-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem}.footer-brand-column{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo img{height:35px;width:auto}.footer-brand-name{font-size:1.5rem;font-weight:800;letter-spacing:-1px}.footer-tagline{font-size:1rem;line-height:1.6;color:var(--text-secondary);max-width:300px}.social-links{display:flex;gap:1.5rem;margin-top:1rem}.social-links a{color:var(--text-secondary);font-size:1.2rem;transition:color .2s ease}.social-links a:hover{color:var(--primary-brand)}.footer-links-column{display:flex;flex-direction:column;gap:1.2rem}.footer-links-column h4{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-primary);margin-bottom:.5rem}.footer-links-column a{color:var(--text-secondary);font-size:.95rem;transition:color .2s ease,transform .2s ease;width:fit-content}.footer-links-column a:hover{color:var(--primary-brand);transform:translate(5px)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:2rem}.footer-bottom-container{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary);font-size:.85rem}.footer-bottom-links{display:flex;gap:2rem}@media(max-width:1100px){.footer-container{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:768px){.main-footer{padding:4rem 2rem 2rem}.footer-container{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-brand-column,.footer-logo,.footer-links-column{align-items:center}.footer-tagline{max-width:100%}.footer-bottom-container{flex-direction:column;gap:1rem}.footer-links-column a:hover{transform:none}}
