:root{--azure: #0077b6;--azure-dark: #005f8a;--azure-light: rgba(0, 119, 182, .08);--terracotta: #c17849;--terracotta-dark: #a5613a;--terracotta-light: rgba(193, 120, 73, .12);--white: #ffffff;--off-white: #f7f8fa;--text: #2d2d2d;--text-muted: #5a5a5a;--text-light: #8a8a8a;--dark-bg: #1a2332;--radius: 10px;--radius-lg: 16px;--shadow: 0 4px 20px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .1);--max-width: 1140px;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--off-white);color:var(--text);line-height:1.65;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{background:var(--azure);padding:1.25rem 0;box-shadow:0 2px 12px #0000001f;position:sticky;top:0;z-index:100}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-logo{color:var(--white);font-size:1.5rem;font-weight:800;letter-spacing:.5px}.site-nav{display:flex;gap:1.75rem;align-items:center}.site-nav a{color:var(--white);font-weight:500;font-size:.95rem;opacity:.9;transition:opacity var(--transition)}.site-nav a:hover{opacity:1}.hero{background:linear-gradient(160deg,var(--azure) 0%,#0096d1 50%,var(--terracotta) 100%);color:var(--white);text-align:center;padding:5rem 1.5rem}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem;line-height:1.15}.hero p{font-size:1.15rem;max-width:640px;margin-inline:auto;opacity:.92;line-height:1.7;margin-bottom:2rem}.hero-cta{display:inline-block;background:var(--white);color:var(--azure);font-weight:700;padding:.9rem 2.2rem;border-radius:30px;font-size:1.05rem;transition:transform var(--transition),box-shadow var(--transition)}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.section{padding:4.5rem 0}.section--white{background:var(--white)}.section-title{font-size:1.85rem;font-weight:700;color:var(--azure);text-align:center;margin-bottom:2.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.card{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem;border-top:4px solid var(--terracotta);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-icon{width:48px;height:48px;background:var(--azure-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.25rem}.card h3{font-size:1.2rem;color:var(--text);margin-bottom:.75rem}.card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.city-link{display:block;background:var(--white);border-radius:var(--radius);padding:1.5rem 1.75rem;box-shadow:var(--shadow);border-left:4px solid var(--azure);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.city-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--terracotta)}.city-link h3{color:var(--azure);font-size:1.1rem;margin-bottom:.35rem}.city-link p{color:var(--text-muted);font-size:.88rem}.city-hero{background:linear-gradient(160deg,var(--azure) 0%,var(--terracotta) 100%);color:var(--white);padding:4rem 1.5rem;text-align:center}.city-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin-bottom:.75rem}.city-hero p{font-size:1.1rem;opacity:.9;max-width:600px;margin-inline:auto}.city-body{padding:3rem 0}.city-body .container{max-width:800px}.city-body h2{color:var(--azure);font-size:1.5rem;margin-bottom:1rem;margin-top:2.5rem}.city-body h2:first-child{margin-top:0}.city-body p{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.7}.highlight-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.highlight-item{background:var(--azure-light);padding:1rem 1.25rem;border-radius:var(--radius);color:var(--azure-dark);font-weight:600;font-size:.95rem}.faq-list{max-width:800px;margin-inline:auto}.faq-item{background:var(--white);border-radius:var(--radius);padding:1.75rem 2rem;margin-bottom:1.25rem;box-shadow:var(--shadow);border-left:4px solid var(--terracotta)}.faq-item h3{color:var(--azure);font-size:1.1rem;margin-bottom:.75rem}.faq-item p{color:var(--text-muted);line-height:1.65}.breadcrumb{padding:1rem 0;font-size:.88rem;color:var(--text-light)}.breadcrumb a{color:var(--azure);font-weight:500}.breadcrumb span{margin:0 .4rem}.site-footer{background:var(--dark-bg);color:#ffffffb3;padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.footer-col h4{color:var(--white);font-size:1rem;margin-bottom:1rem}.footer-col a{display:block;margin-bottom:.5rem;font-size:.9rem;transition:color var(--transition)}.footer-col a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem}@media(max-width:640px){.site-nav{gap:1rem}.hero{padding:3.5rem 1.25rem}.card-grid,.city-grid{grid-template-columns:1fr}}
