.navbar{z-index:1000;background:var(--white);position:sticky;top:0;box-shadow:0 1px 3px #00000014}.navbar-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar-brand{align-items:baseline;gap:.25rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.brand-ausz{color:var(--teal);font-family:Playfair Display,serif}.brand-global{color:var(--dark);font-family:Playfair Display,serif;font-weight:600}.navbar-toggle{color:var(--dark);cursor:pointer;background:0 0;border:none;display:none}.navbar-menu{align-items:center;gap:.25rem;display:flex}.navbar-link{color:var(--gray-700);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.navbar-link:hover{color:var(--teal)}.navbar-cta{margin-left:.5rem;padding:.625rem 1.5rem;font-size:.9rem}.navbar-item{position:relative}.has-dropdown .dropdown{background:var(--white);z-index:100;border-radius:8px;min-width:220px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #0000001f}.has-dropdown:hover .dropdown,.has-dropdown .dropdown.active{display:block}.dropdown-item{color:var(--gray-700);padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.dropdown-item:hover{background:var(--gray-50);color:var(--teal)}@media (width<=768px){.navbar-toggle{display:block}.navbar-menu{background:var(--white);flex-direction:column;align-items:stretch;padding:1rem;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 4px 12px #0000001a}.navbar-menu.active{display:flex}.navbar-link{justify-content:flex-start;width:100%;padding:.75rem 1rem}.navbar-cta{justify-content:center;margin:.5rem 0 0}.has-dropdown .dropdown{box-shadow:none;padding-left:1rem;position:static}.has-dropdown:hover .dropdown,.has-dropdown .dropdown.active{display:block}}.app-badges{flex-wrap:wrap;gap:.75rem;display:flex}.badge-link img{width:auto;height:40px;transition:opacity .2s}.badge-link:hover img{opacity:.85}.footer{background:var(--dark);color:var(--gray-300);padding:4rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;display:grid}.footer-brand{align-items:baseline;gap:.25rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.footer .brand-ausz{color:var(--teal-light);font-family:Playfair Display,serif}.footer .brand-global{color:var(--white);font-family:Playfair Display,serif}.footer-desc{margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-col h4{color:var(--white);margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.footer-col a{color:var(--gray-300);padding:.3rem 0;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--teal-light)}.footer-contact{color:var(--gray-300);align-items:center;gap:.5rem;padding:.3rem 0;font-size:.9rem;display:flex}.footer-bottom{border-top:1px solid var(--dark-light);justify-content:space-between;align-items:center;margin-top:3rem;padding:2rem 0;font-size:.85rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--gray-500)}.footer-legal a:hover{color:var(--teal-light)}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero{background-position:50%;background-size:cover;background-color:var(--dark);align-items:center;min-height:550px;display:flex;position:relative}.hero-overlay{background:linear-gradient(135deg,#1a1a2ed9 0%,#0a1628bf 100%);position:absolute;inset:0}.hero-content{z-index:1;color:var(--white);max-width:700px;padding:4rem 0;position:relative}.hero-title{color:var(--white);margin-bottom:1.25rem;font-size:3.25rem;line-height:1.1}.hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.2rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-cta-btn{border-radius:8px;padding:.875rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00b4a666}.hero-cta-title{color:var(--white);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}@media (width<=768px){.hero{min-height:450px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.05rem}}.testimonials-section{background:var(--gray-50)}.google-rating-badge{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.google-icon{flex-shrink:0}.google-rating-score{color:var(--dark);font-size:1.5rem;font-weight:700}.google-rating-stars{color:#f5a623;letter-spacing:1px;font-size:1.25rem}.google-rating-text{color:var(--gray-600);font-size:.9rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.testimonial-header{justify-content:space-between;align-items:center;display:flex}.testimonial-stars{color:#f5a623;letter-spacing:2px;font-size:1.25rem}.testimonial-text{color:var(--gray-600);flex:1;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-footer{border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.testimonial-author{flex-direction:column;display:flex}.testimonial-name{color:var(--dark);font-size:.95rem;font-weight:600}.testimonial-location{color:var(--gray-600);font-size:.85rem}.testimonial-service{background:var(--teal);color:var(--white);white-space:nowrap;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}@media (width<=1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}.service-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.service-card:hover{color:inherit}.service-card-image{height:220px;overflow:hidden}.service-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.service-card:hover .service-card-image img{transform:scale(1.05)}.service-card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.service-icon{margin-bottom:.5rem;font-size:2rem}.service-card-body h3{color:var(--dark);margin-bottom:.5rem;font-size:1.25rem}.service-card-body p{color:var(--gray-600);flex:1;margin-bottom:1rem;font-size:.95rem}.service-link{color:var(--teal);font-size:.9rem;font-weight:600}.service-card:hover .service-link{color:var(--teal-dark)}.cities-section{background:var(--gray-50)}.city-card{color:inherit;text-decoration:none}.city-card:hover{color:inherit}.city-card-image{height:200px;position:relative;overflow:hidden}.city-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.city-card:hover .city-card-image img{transform:scale(1.08)}.city-card-overlay{color:var(--white);background:linear-gradient(#0000,#000000b3);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.city-card-overlay h3{margin-bottom:.25rem;font-size:1.5rem}.city-card-overlay p{opacity:.9;font-size:.85rem}.fleet-section{background:var(--white)}.fleet-card-image{background:#f8f9fa;height:180px;position:relative;overflow:hidden}.fleet-card-image img{object-fit:contain;width:100%;height:100%;padding:.5rem}.fleet-category{background:var(--teal);color:var(--white);border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.fleet-card-body{padding:1.5rem}.fleet-card-body h3{color:var(--dark);margin-bottom:.75rem;font-size:1.2rem}.fleet-card-body ul{padding:0;list-style:none}.fleet-card-body li{color:var(--gray-600);padding:.25rem 0 .25rem 1.25rem;font-size:.9rem;position:relative}.fleet-card-body li:before{content:"";background:var(--teal);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.stats-section{background:var(--dark)}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{flex-direction:column;gap:.5rem;display:flex}.stat-value{color:var(--teal-light);font-family:Playfair Display,serif;font-size:3rem;font-weight:700}.stat-label{color:var(--gray-300);text-transform:uppercase;letter-spacing:1px;font-size:1rem}.app-section{background:linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%)}.app-content{max-width:600px}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;transition:box-shadow .2s;overflow:hidden}.faq-item[open]{box-shadow:0 4px 12px #00000014}.faq-question{color:var(--dark);cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:var(--teal);flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:300;transition:transform .2s}.faq-item[open] .faq-question:after{transform:rotate(45deg)}.faq-answer{color:var(--gray-600);padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.7}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:2.25rem}.city-card-image{height:180px}.app-content{text-align:center}.app-content .section-title{text-align:center!important}.app-content p{margin-left:auto;margin-right:auto}}.blog-hero{background:linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);text-align:center;padding:6rem 0 4rem}.blog-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.blog-card:hover{color:inherit}.blog-card-image{height:220px;position:relative;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-category{background:var(--teal);color:var(--white);border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;left:1rem}.blog-card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-card-date{color:var(--gray-500);margin-bottom:.5rem;font-size:.85rem}.blog-card-title{color:var(--dark);margin-bottom:.75rem;font-size:1.2rem;line-height:1.4}.blog-card-excerpt{color:var(--gray-600);flex:1;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.blog-card-link{color:var(--teal);font-size:.9rem;font-weight:600}.blog-card:hover .blog-card-link{color:var(--teal-dark)}.blog-post-hero{background-position:50%;background-size:cover;align-items:flex-end;min-height:450px;padding:4rem 0 3rem;display:flex;position:relative}.blog-post-hero-overlay{background:linear-gradient(#0000 20%,#000000bf 100%);position:absolute;inset:0}.blog-post-hero-content{z-index:1;color:var(--white);position:relative}.blog-post-category{background:var(--teal);color:var(--white);border-radius:20px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.blog-post-hero-content h1{max-width:800px;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.blog-post-meta{color:#ffffffd9;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.meta-separator{opacity:.5}.blog-post-layout{max-width:780px;margin:0 auto}.blog-post-content h2{color:var(--dark);margin:2.5rem 0 1rem;font-size:1.75rem}.blog-post-content h3{color:var(--dark);margin:2rem 0 .75rem;font-size:1.35rem}.blog-post-content p{color:var(--gray-700);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.blog-post-content ul,.blog-post-content ol{margin:1rem 0 1.5rem 1.5rem}.blog-post-content li{color:var(--gray-700);margin-bottom:.5rem;font-size:1.05rem;line-height:1.8}.blog-post-content a{color:var(--teal);text-underline-offset:2px;text-decoration:underline}.blog-post-content a:hover{color:var(--teal-dark)}.blog-post-content strong{color:var(--dark);font-weight:600}.related-section{background:var(--gray-50)}.blog-post-page .blog-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.blog-post-page .blog-card:hover{color:inherit}.blog-post-page .blog-card-image{position:relative;overflow:hidden}.blog-post-page .blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.blog-post-page .blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-post-page .blog-card-category{background:var(--teal);color:var(--white);border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.blog-post-page .blog-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.blog-post-page .blog-card-date{color:var(--gray-500);margin-bottom:.4rem;font-size:.8rem}.blog-post-page .blog-card-title{color:var(--dark);margin-bottom:.5rem;line-height:1.4}.blog-post-page .blog-card-link{color:var(--teal);margin-top:auto;font-size:.85rem;font-weight:600}.blog-post-page .blog-card:hover .blog-card-link{color:var(--teal-dark)}@media (width<=768px){.blog-post-hero{min-height:350px;padding:3rem 0 2rem}.blog-post-hero-content h1{font-size:1.75rem}.blog-post-content h2{font-size:1.4rem}.blog-post-content h3{font-size:1.15rem}.blog-post-content p,.blog-post-content li{font-size:1rem}}.about-story{text-align:center;max-width:800px;margin:0 auto}.about-story p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-mission-section{background:var(--gray-50)}.about-mission-text{text-align:center;max-width:700px;color:var(--gray-700);margin:0 auto;font-size:1.2rem;line-height:1.8}.about-values-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.about-value-card{text-align:center;padding:2.5rem 1.5rem}.about-value-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.about-value-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem}.about-value-card p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.about-stats-section{background:var(--dark)}.about-stats-section .section-title{color:var(--white)}.about-stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.about-stat-value{color:var(--teal-light);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700;display:block}.about-stat-label{color:var(--gray-300);text-transform:uppercase;letter-spacing:.05em;font-size:1rem}.about-app-section{background:var(--gray-50);text-align:center}.about-app-content{flex-direction:column;align-items:center;display:flex}@media (width<=768px){.about-values-grid,.about-stats-grid{grid-template-columns:1fr 1fr}.about-stat-value{font-size:2.25rem}}@media (width<=480px){.about-values-grid{grid-template-columns:1fr}}.contact-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.contact-info-card{text-align:center;padding:2.5rem 2rem}.contact-info-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.contact-info-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem}.contact-info-detail{color:var(--teal);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:block}.contact-info-sub{color:var(--gray-500);font-size:.9rem}.contact-form-section{background:var(--gray-50)}.contact-form-wrapper{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-form-info p{color:var(--gray-600);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.contact-hours{background:var(--white);border-left:4px solid var(--teal);border-radius:12px;padding:1.5rem}.contact-hours h3{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem}.contact-hours p{margin-bottom:.5rem;font-size:.95rem}.contact-form{background:var(--white);border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #00000014}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--gray-700);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);width:100%;color:var(--gray-800);border-radius:8px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #0a16281a}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-submit-btn{justify-content:center;width:100%;margin-top:.5rem}.contact-app-section{background:var(--dark)}.contact-app-section .section-title{color:var(--white)}.contact-app-section .section-subtitle{color:var(--gray-300)}@media (width<=768px){.contact-cards-grid{grid-template-columns:1fr}.contact-form-wrapper{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}}.legal-page{padding-bottom:4rem}.legal-banner{background:var(--dark);text-align:center;padding:6rem 0 3rem}.legal-banner h1{color:var(--white);margin-bottom:.5rem;font-size:2.75rem}.legal-banner p{color:var(--gray-300);font-size:1rem}.legal-content{max-width:800px;padding-top:3rem}.legal-intro{color:var(--gray-600);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.legal-content section{margin-bottom:2.5rem}.legal-content h2{color:var(--dark);border-bottom:2px solid var(--gray-200);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.legal-content p{color:var(--gray-700);margin-bottom:1rem;font-size:1rem;line-height:1.8}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.legal-content li{color:var(--gray-700);margin-bottom:.5rem;font-size:1rem;line-height:1.8}.legal-contact-list{padding-left:0;list-style:none}.legal-contact-list li{padding:.25rem 0}@media (width<=768px){.legal-banner{padding:5rem 0 2rem}.legal-banner h1{font-size:2rem}.legal-content{padding-top:2rem}.legal-content h2{font-size:1.3rem}}.legal-content h3{color:var(--dark);margin-top:1.25rem;margin-bottom:.75rem;font-size:1.15rem}.legal-fare-table{border-collapse:collapse;width:100%;margin:1rem 0 1.5rem}.legal-fare-table th,.legal-fare-table td{border:1px solid var(--gray-200);text-align:left;color:var(--gray-700);padding:.75rem 1rem;font-size:.95rem;line-height:1.6}.legal-fare-table th{background:var(--gray-100);color:var(--dark);font-weight:600}.legal-fare-table tr:nth-child(2n){background:var(--gray-50,#f9fafb)}.service-intro{text-align:center;max-width:800px;color:var(--gray-600);margin:0 auto;font-size:1.125rem;line-height:1.8}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.feature-card{text-align:center;padding:2rem}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{color:var(--dark);margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600}.feature-card p{color:var(--gray-500);font-size:.95rem;line-height:1.6}.why-choose-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:2rem auto 0;display:grid}.why-item{background:var(--gray-50);border-radius:8px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.why-number{color:var(--teal);flex-shrink:0;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.why-item p{color:var(--gray-700);font-size:.95rem;line-height:1.6}.cta-section{background:linear-gradient(135deg, var(--dark) 0%, var(--teal-dark) 100%)}@media (width<=768px){.features-grid,.why-choose-grid{grid-template-columns:1fr}}.areas-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;display:grid}.area-card{background:var(--white);border:1px solid var(--gray-100);border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px #00000014}.area-card h3{color:var(--dark);margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.area-card p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.routes-list{flex-direction:column;gap:1rem;max-width:800px;margin:2rem auto 0;display:flex}.route-card{background:var(--white);border:1px solid var(--gray-100);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.route-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.route-endpoints{color:var(--dark);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.route-arrow{color:var(--teal);font-size:1.2rem}.route-duration{background:var(--teal);color:var(--white);white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.route-card p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.content-block{text-align:center;max-width:800px;margin:1.5rem auto 0}.content-block p{color:var(--gray-600);font-size:1.05rem;line-height:1.8}.preferred-driver-block{background:var(--white);border-left:4px solid var(--teal);text-align:left;border-radius:12px;padding:2rem}.faq-list{flex-direction:column;gap:.5rem;max-width:800px;margin:2rem auto 0;display:flex}.faq-item{background:var(--white);border:1px solid var(--gray-100);border-radius:8px;overflow:hidden}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--dark);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;display:flex}.faq-question:hover{background:var(--gray-50)}.faq-toggle{color:var(--teal);flex-shrink:0;font-size:1.5rem;font-weight:300}.faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{color:var(--gray-600);font-size:.95rem;line-height:1.7}.faq-open{border-color:var(--teal)}.related-links{flex-direction:column;gap:.75rem;max-width:800px;margin:1.5rem auto 0;display:flex}.related-link{background:var(--white);border:1px solid var(--gray-100);color:var(--teal);border-radius:8px;padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s;display:block}.related-link:hover{border-color:var(--teal);background:#008b8b0a}.other-cities-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:800px;margin:2rem auto 0;display:grid}.other-city-link{text-align:center;background:var(--gray-50);color:var(--dark);border-radius:8px;padding:1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.other-city-link:hover{background:var(--teal);color:var(--white)}@media (width<=768px){.areas-grid{grid-template-columns:1fr}.other-cities-grid{grid-template-columns:repeat(2,1fr)}.route-endpoints{font-size:.9rem}}:root{--teal:#1e3a5f;--teal-dark:#0a1628;--teal-light:#b8d4e3;--dark:#1a1a2e;--dark-light:#2a2a4e;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gold:#d4a843}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-800);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.2}a{color:var(--teal);text-decoration:none;transition:color .2s}a:hover{color:var(--teal-dark)}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:var(--teal-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #0a16284d}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--dark)}.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:var(--dark-light);color:var(--white);transform:translateY(-2px)}.section{padding:5rem 0}.section-title{color:var(--dark);text-align:center;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--gray-500);text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.125rem}.card{background:var(--white);border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:3rem 0}.section-title{font-size:2rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}
