
:root{--navy:#0B1D3A;--navy-dark:#06111F;--navy-mid:#122B52;--navy-light:#1A3A6B;--white:#FFF;--off-white:#F4F6FA;--accent:#3B9AE1;--accent-hover:#2B7BBF;--accent-light:#E8F4FD;--gold:#E8A838;--gold-hover:#D4952E;--text-dark:#1A1A2E;--text-body:#3A3A5C;--text-light:#6B6B8D;--border:#D8DCE6;--shadow:0 2px 16px rgba(11,29,58,.08);--shadow-lg:0 8px 32px rgba(11,29,58,.12);--r:8px;--rl:16px;--mw:1200px;--t:.3s ease}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',sans-serif;color:var(--text-body);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:'Barlow Condensed',sans-serif;font-weight:700;color:var(--navy);line-height:1.2}
h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:1rem}h3{font-size:clamp(1.2rem,2.5vw,1.6rem);margin-bottom:.75rem}
a{color:var(--accent);text-decoration:none;transition:color var(--t)}a:hover{color:var(--accent-hover)}
img{max-width:100%;height:auto;display:block}.container{max-width:var(--mw);margin:0 auto;padding:0 1.5rem}

/* ===== TOPBAR — FIXED: no oversized icons ===== */
.topbar{background:var(--navy-dark);color:var(--white);padding:.5rem 0;font-size:.85rem}
.topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.topbar a{color:var(--accent);display:inline-flex;align-items:center;gap:.4rem}
.topbar svg{width:16px;height:16px;min-width:16px;flex-shrink:0;fill:currentColor}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:.4rem}
.topbar-center{display:none;align-items:center;gap:.4rem}
@media(min-width:768px){.topbar-center{display:flex}}

/* NAVBAR */
.navbar{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;transition:box-shadow var(--t)}
.navbar.scrolled{box-shadow:0 4px 20px rgba(11,29,58,.15)}
.nav-container{max-width:var(--mw);margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:70px}
.nav-logo{font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:1.5rem;color:var(--navy);letter-spacing:-.5px}
.nav-logo span{color:var(--accent)}
.nav-links{display:flex;align-items:center;gap:0;list-style:none}
.nav-links>li{position:relative}
.nav-links>li>a{display:block;padding:1.2rem .9rem;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color var(--t)}
.nav-links>li>a:hover{color:var(--accent)}
.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--white);box-shadow:var(--shadow-lg);border-radius:var(--r);min-width:260px;padding:.5rem 0;z-index:999;max-height:400px;overflow-y:auto}
.dropdown:hover .dropdown-menu{display:block}
.dropdown-menu a{display:block;padding:.6rem 1.2rem;color:var(--text-dark);font-size:.9rem;transition:background var(--t)}
.dropdown-menu a:hover{background:var(--accent-light);color:var(--accent)}
.dropdown>a::after{content:'\25BE';margin-left:4px;font-size:.7em}
.nav-cta{background:var(--gold);color:var(--navy)!important;padding:.6rem 1.4rem!important;border-radius:50px;font-weight:700!important;font-family:'Barlow Condensed',sans-serif;font-size:1rem!important;letter-spacing:.5px;transition:all var(--t)!important;text-transform:uppercase}
.nav-cta:hover{background:var(--gold-hover);transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px;background:none;border:none}
.hamburger span{width:28px;height:3px;background:var(--navy);border-radius:2px;transition:var(--t)}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}
@media(max-width:992px){
  .hamburger{display:flex}
  .nav-links{display:none;position:absolute;top:70px;left:0;right:0;background:var(--white);flex-direction:column;box-shadow:var(--shadow-lg);padding:1rem 0}
  .nav-links.active{display:flex}
  .dropdown-menu{position:static;box-shadow:none;display:none;padding-left:1rem}
  .dropdown.open .dropdown-menu{display:block}
  .dropdown>a::after{float:right}
  .nav-cta{margin:.5rem 1rem;text-align:center;display:block}
}

/* HERO */
.hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 50%,var(--navy-mid) 100%);color:var(--white);padding:5rem 0 4rem;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,154,225,.15) 0%,transparent 70%);border-radius:50%}
.hero-content{position:relative;z-index:2;max-width:700px}
.hero h1{color:var(--white);margin-bottom:1.2rem;font-size:clamp(2.2rem,5vw,3.5rem)}
.hero h1 span{color:var(--gold)}
.hero p{font-size:1.15rem;opacity:.9;margin-bottom:2rem;line-height:1.8}
.hero-badges{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}
.hero-badge{display:flex;align-items:center;gap:.5rem;font-size:.95rem;opacity:.85}
.hero-badge svg{width:20px;height:20px;fill:var(--gold);flex-shrink:0}

/* TRUST BAR */
.trust-bar{background:linear-gradient(135deg,var(--accent) 0%,var(--navy-light) 100%);color:var(--white);padding:1rem 0;text-align:center}
.trust-items{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;font-weight:600;font-family:'Barlow Condensed',sans-serif;font-size:1.05rem;letter-spacing:.5px;text-transform:uppercase}
.trust-items span{display:flex;align-items:center;gap:.5rem}
.trust-items svg{width:18px;height:18px;fill:var(--gold);flex-shrink:0}

/* SECTIONS */
.section{padding:4rem 0}.section-alt{background:var(--off-white)}
.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}
.section-header p{color:var(--text-light);font-size:1.05rem;margin-top:.75rem}

/* GRIDS */
.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}

/* CARDS */
.card{background:var(--white);border-radius:var(--rl);box-shadow:var(--shadow);overflow:hidden;transition:transform var(--t),box-shadow var(--t)}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.card-body{padding:1.5rem}
.card-body h3 a{color:var(--navy)}.card-body h3 a:hover{color:var(--accent)}
.card-img{width:100%;height:200px;object-fit:cover}

/* CTA BOX */
.cta-box{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);border-radius:var(--rl);padding:2.5rem;text-align:center;color:var(--white);margin:2.5rem 0}
.cta-box h3{color:var(--white);font-size:1.8rem;margin-bottom:1rem}
.cta-box p{opacity:.9;margin-bottom:1.5rem}
.cta-btn{display:inline-block;background:var(--gold);color:var(--navy);padding:1rem 2.5rem;border-radius:50px;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.3rem;letter-spacing:1px;text-transform:uppercase;transition:all var(--t);animation:pulse-cta 2s ease-in-out infinite}
.cta-btn:hover{background:var(--gold-hover);color:var(--navy);transform:scale(1.05)}
@keyframes pulse-cta{0%,100%{box-shadow:0 0 0 0 rgba(232,168,56,.5)}50%{box-shadow:0 0 0 12px rgba(232,168,56,0)}}
.cta-badges{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap;font-size:.9rem;opacity:.85}
.cta-badges span{display:flex;align-items:center;gap:.4rem}
.cta-badges svg{width:16px;height:16px;fill:var(--gold);flex-shrink:0}
.save-number{margin-top:1.2rem;font-size:.9rem;opacity:.7}
.save-number strong{font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;letter-spacing:3px;color:var(--gold)}

/* FAQ */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border:1px solid var(--border);border-radius:var(--r);margin-bottom:.75rem;overflow:hidden;transition:border-color var(--t)}
.faq-item:hover{border-color:var(--accent)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;cursor:pointer;font-weight:600;color:var(--navy);gap:1rem;background:var(--white);transition:background var(--t)}
.faq-q:hover{background:var(--accent-light)}
.faq-q span{flex:1}
.faq-icon{width:20px;height:20px;min-width:20px;fill:var(--accent);flex-shrink:0;transition:transform var(--t)}
.faq-item.active .faq-icon{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 1.5rem;color:var(--text-body);line-height:1.8}
.faq-item.active .faq-a{max-height:500px;padding:0 1.5rem 1.2rem}

/* REVIEWS */
.review-card{background:var(--white);border-radius:var(--r);padding:1.5rem;box-shadow:var(--shadow)}
.review-stars{color:var(--gold);font-size:1.2rem;margin-bottom:.75rem}
.review-text{font-style:italic;margin-bottom:.75rem;color:var(--text-body)}
.review-author{font-weight:600;color:var(--navy);font-size:.9rem}

/* MAP */
.map-section{margin:2rem 0}.map-section h2{margin-bottom:1rem}
.map-section iframe{border-radius:var(--rl)}

/* RELATED LINKS */
.related-links{background:var(--off-white);border-radius:var(--rl);padding:2rem;margin:2rem 0}
.related-links h2{font-size:1.4rem;margin-bottom:1.2rem}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}
.related-grid a{display:block;padding:.7rem 1rem;background:var(--white);border-radius:var(--r);color:var(--navy);font-weight:500;font-size:.9rem;transition:all var(--t);border:1px solid var(--border)}
.related-grid a:hover{background:var(--accent);color:var(--white);border-color:var(--accent)}

/* ===== BLOG — FIXED: centered content ===== */
.blog-card .card-body{padding:1.2rem 1.5rem}
.blog-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--text-light);margin-bottom:.5rem;flex-wrap:wrap}
.breadcrumb{font-size:.9rem;color:var(--text-light);margin-bottom:1.5rem}
.breadcrumb a{color:var(--accent)}.breadcrumb span{margin:0 .4rem}
.article-header{margin-bottom:2rem}
.article-body{max-width:800px;margin:0 auto}
.article-body h2{margin-top:2rem}
.article-body p{margin-bottom:1.2rem}
.article-body ul,.article-body ol{margin:1rem 0 1.2rem 1.5rem}
.article-body li{margin-bottom:.4rem}

/* ===== CONTENT SECTION — FIXED: full width after grid ===== */
.content-section{padding:3rem 0}
.content-section p{margin-bottom:1.2rem}
.content-section ul{margin:1rem 0 1.5rem 1.5rem}
.content-section li{margin-bottom:.4rem}

/* SERVICE/CITY page — full-width content blocks after 2-col intro */
.page-content{max-width:800px;margin:0 auto}
.page-content h2{margin-top:2rem}
.page-content p{margin-bottom:1.2rem}
.page-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}
.page-intro-grid img{border-radius:var(--rl);width:100%;height:auto;object-fit:cover}
@media(max-width:768px){.page-intro-grid{grid-template-columns:1fr}}

/* PAGE HERO */
.page-hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:var(--white);padding:3.5rem 0;text-align:center}
.page-hero h1{color:var(--white);margin-bottom:.5rem}
.page-hero p{opacity:.85;font-size:1.1rem;max-width:600px;margin:0 auto}

/* FOOTER */
.footer{background:var(--navy-dark);color:var(--white);padding:3.5rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}
.footer h4{color:var(--white);font-family:'Barlow Condensed',sans-serif;font-size:1.1rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}
.footer a{color:rgba(255,255,255,.7);font-size:.9rem}.footer a:hover{color:var(--accent)}
.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}
.footer-logo{font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:1.5rem;color:var(--white);margin-bottom:.75rem}
.footer-logo span{color:var(--accent)}
.footer-tagline{opacity:.7;font-size:.9rem;margin-bottom:1rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.85rem;opacity:.6}
.footer-address{opacity:.7;font-size:.85rem;line-height:1.6}

/* FLOATING CTA */
.floating-cta{position:fixed;bottom:24px;right:24px;z-index:9999;background:var(--gold);color:var(--navy);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(232,168,56,.4);animation:pulse-float 2s ease-in-out infinite;transition:transform var(--t)}
.floating-cta:hover{transform:scale(1.1);color:var(--navy)}
.floating-cta svg{width:28px;height:28px;fill:var(--navy)}
@keyframes pulse-float{0%,100%{box-shadow:0 4px 20px rgba(232,168,56,.4)}50%{box-shadow:0 4px 30px rgba(232,168,56,.7)}}

/* CITIES INDEX */
.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}
.city-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:1rem 1.2rem;text-align:center;font-weight:600;color:var(--navy);transition:all var(--t)}
.city-card:hover{background:var(--accent);color:var(--white);border-color:var(--accent);transform:translateY(-2px)}

/* 404 */
.error-page{text-align:center;padding:6rem 0}
.error-page h1{font-size:6rem;color:var(--accent)}
.error-page p{font-size:1.2rem;margin:1rem 0 2rem}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.contact-item{text-align:center;padding:2rem;background:var(--off-white);border-radius:var(--rl)}
.contact-item svg{width:40px;height:40px;fill:var(--accent);margin-bottom:1rem}
.contact-item h3{margin-bottom:.5rem}

/* PAGE IMAGE — service/city header image */
.page-feature-img{width:100%;max-height:400px;object-fit:cover;border-radius:var(--rl);margin-bottom:2rem}

/* UTILS */
.text-center{text-align:center}
.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}
.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}
@media(max-width:600px){.hero{padding:3rem 0 2.5rem}.section{padding:2.5rem 0}.cta-box{padding:1.5rem}.cta-btn{font-size:1.1rem;padding:.8rem 2rem}.footer-grid{grid-template-columns:1fr 1fr}.trust-items{gap:1rem;font-size:.9rem}}
