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