*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--yellow:#f5c518;--yellow-dark:#d4a800;--black:#1a1a1a;--white:#fff;--gray:#f8f8f8;--gray-text:#666}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--black);line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 24px}.navbar{background:var(--black);border-bottom:3px solid var(--yellow);position:fixed;top:0;left:0;width:100%;z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px;max-width:1100px;margin:0 auto;padding:0 24px}.nav-logo{display:flex;align-items:center;gap:10px;color:var(--yellow);font-weight:700;font-size:1.1rem}.nav-logo svg{width:28px;height:28px;fill:var(--yellow)}.nav-links{display:flex;list-style:none;gap:4px}.nav-links a{color:var(--white);padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:500;transition:background .2s}.nav-links a:hover,.nav-links a.active{background:var(--yellow);color:var(--black)}.nav-toggle{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:5px}.nav-toggle span{width:24px;height:3px;background:var(--yellow);border-radius:2px;display:block;transition:.3s}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.page-header{background:linear-gradient(135deg,var(--black),#222);text-align:center;padding:120px 24px 60px}.page-header h1{font-size:2.2rem;color:var(--white)}.page-header p{color:#aaa;margin-top:8px;font-size:1.05rem}.section{padding:80px 0}.section-title{font-size:1.8rem;text-align:center;margin-bottom:16px}.section-title::after{content:'';display:block;width:50px;height:3px;background:var(--yellow);margin:12px auto 0;border-radius:2px}.section-desc{text-align:center;max-width:700px;margin:0 auto 48px;color:var(--gray-text);font-size:1.05rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,var(--black),#222);padding-top:64px}.hero-content{padding:40px 0}.hero-icon{margin-bottom:24px}.hero-icon svg{width:72px;height:72px;fill:var(--yellow)}.hero-badge{display:inline-block;background:var(--yellow);color:#1a1a1a;padding:4px 16px;border-radius:20px;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.hero h1{font-size:2.5rem;color:var(--white);margin-bottom:12px;line-height:1.2}.hero p{font-size:1.15rem;color:#aaa;margin-bottom:32px}.hero-btns{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--yellow);color:var(--black);padding:16px 36px;border-radius:50px;font-size:1.1rem;font-weight:700;transition:transform .2s;min-width:200px}.hero-btn:hover{transform:scale(1.05)}.hero-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:860px;margin:0 auto}.feature-card{background:var(--white);padding:32px 24px;border-radius:12px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.08);border-bottom:3px solid var(--yellow);transition:transform .2s}.feature-card:hover{transform:translateY(-4px)}.feature-card svg{width:40px;height:40px;fill:none;stroke:var(--yellow);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-bottom:16px}.feature-card h3{font-size:1.1rem;margin-bottom:8px}.feature-card p{color:var(--gray-text);font-size:.9rem}.about-text{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:20px;color:var(--gray-text)}.about-text p:first-child{color:var(--black);font-size:1.15rem}.about-text p:last-child{margin-bottom:0}.about-img{max-width:450px;margin:40px auto 0;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.about-img img{display:block;width:100%;height:auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:900px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;align-items:flex-start;gap:14px}.contact-item svg{width:24px;height:24px;fill:none;stroke:var(--yellow);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:2px;flex-shrink:0}.contact-item h3{font-size:.9rem;color:#444;margin-bottom:2px}.contact-item p,.contact-item a{color:#555}.contact-item a:hover{color:var(--yellow-dark)}.contact-form{display:flex;flex-direction:column;gap:14px}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border:2px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--yellow)}.submit-btn{padding:13px;background:var(--black);color:var(--white);border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.submit-btn:hover{background:#333}.map-container{max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.map-container iframe{display:block;width:100%;height:400px;border:none}.nav-buttons{display:flex;gap:16px;justify-content:center;margin-top:24px;flex-wrap:wrap}.nav-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:50px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;border:2px solid transparent}.nav-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nav-btn-apple{background:var(--black);color:var(--white);border-color:var(--black)}.nav-btn-apple:hover{background:var(--white);color:var(--black)}.nav-btn-google{background:#4285F4;color:#fff;border-color:#4285F4}.nav-btn-google:hover{background:#3367D6;border-color:#3367D6}.taximeter-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:900px;margin:0 auto}.tariff-card,.calc-card{background:var(--white);border-radius:12px;padding:32px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.tariff-card h2,.calc-card h2{font-size:1.2rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.tariff-table{width:100%;border-collapse:collapse}.tariff-table td{padding:12px 0;border-bottom:1px solid #eee;font-size:.95rem}.tariff-table td:last-child{text-align:right;font-weight:700}.calc-group{margin-bottom:16px}.calc-group label{display:block;font-weight:600;margin-bottom:6px;font-size:.9rem}.calc-group input{width:100%;padding:10px 14px;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.calc-group input:focus{outline:none;border-color:var(--yellow)}.input-row{display:flex;gap:8px}.input-row input{flex:1;min-width:0}.gps-btn{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--yellow);border:2px solid var(--yellow);border-radius:10px;cursor:pointer;color:var(--black);transition:transform .2s,box-shadow .2s}.gps-btn:hover{transform:scale(1.08);box-shadow:0 3px 12px rgba(245,197,24,.4)}.gps-btn:disabled{opacity:.6;cursor:not-allowed}.gps-loading{display:inline-block;width:18px;height:18px;border:2px solid #ddd;border-top-color:var(--yellow);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dist-info{text-align:center;font-size:.95rem;color:var(--gray-text);margin-top:12px;min-height:22px}.calc-btn{width:100%;padding:12px;background:var(--yellow);color:var(--black);border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.calc-btn:hover{background:var(--yellow-dark)}.calc-btn:disabled{background:#ccc;cursor:not-allowed}.calc-result{margin-top:16px;text-align:center;font-size:1.15rem;padding:12px;background:var(--gray);border-radius:8px;display:none}.calc-disclaimer{text-align:center;font-size:.75rem;color:#999;margin-top:10px}.weather-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;max-width:800px;margin:0 auto}.weather-card{background:var(--white);border-radius:10px;padding:20px 12px;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.08)}.weather-card .day{font-size:.85rem;font-weight:700;text-transform:uppercase;color:#888;margin-bottom:6px}.weather-card .icon{font-size:2rem;margin:8px 0}.weather-card .temp{font-size:1.1rem;font-weight:700}.weather-card .temp span{color:var(--gray-text);font-weight:400}.weather-loading{text-align:center;color:var(--gray-text);padding:20px;font-size:1rem}.hero-code{font-size:7rem;font-weight:900;color:var(--yellow);line-height:1;margin-bottom:8px;text-shadow:0 0 40px rgba(245,197,24,.15)}.footer{background:var(--black);color:#aaa;padding:24px 0;border-top:3px solid var(--yellow)}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;max-width:1100px;margin:0 auto;padding:0 24px}.footer-credit{font-size:.85rem;color:#888}.footer-credit a{color:var(--yellow);text-decoration:underline;transition:color .2s}.footer-credit a:hover{color:var(--yellow-dark)}@media(max-width:768px){.nav-links{display:none;flex-direction:column;position:fixed;top:64px;left:0;width:100%;background:var(--black);padding:20px;gap:14px;transition:left .3s;border-bottom:3px solid var(--yellow)}.nav-links.open{display:flex}.nav-toggle{display:flex}.page-header{padding:100px 24px 40px}.page-header h1{font-size:1.8rem}.section{padding:40px 0}.section-title{font-size:1.5rem}.section-desc{margin-bottom:36px}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.hero-btn{padding:14px 28px;font-size:1rem;min-width:0}.hero-btns{flex-direction:column;align-items:center}.hero-icon svg{width:56px;height:56px}.hero-code{font-size:5rem}.features{grid-template-columns:1fr;max-width:400px}.contact-grid{grid-template-columns:1fr}.taximeter-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}}@media(min-width:769px){.nav-toggle{display:none}.nav-links{display:flex}}@media(max-width:480px){.hero h1{font-size:1.5rem}.hero-icon svg{width:48px;height:48px}.features{grid-template-columns:1fr}.hero-code{font-size:3.5rem}}