:root{
  --cv-red:#DC3232;--cv-dark:#1F1F1F;--cv-black:#1F1F1F;--cv-white:#FFFFFF;--cv-text:#1F1F1F;
  --font-body:'Inter',sans-serif;--font-head:'Sora',sans-serif;--radius:8px;
  --logo-header-h:52px;--logo-header-max-w:min(300px,34vw);
  --logo-footer-h:58px;--logo-footer-max-w:min(300px,92%);
  --logo-mobile-nav-h:40px;
}
@media (min-width:1100px){
  :root{
    --logo-header-h:60px;--logo-header-max-w:min(360px,32vw);
    --logo-footer-h:68px;--logo-footer-max-w:min(340px,100%);
  }
}
@media (max-width:900px){
  :root{
    --logo-header-h:40px;--logo-header-max-w:min(260px,56vw);
    --logo-footer-h:56px;--logo-footer-max-w:min(320px,92vw);
    --logo-mobile-nav-h:42px;
  }
}
@media (max-width:640px){
  :root{
    --logo-footer-h:64px;--logo-footer-max-w:min(360px,94vw);
  }
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.6;color:var(--cv-text);overflow-x:hidden}
img,svg,video{max-width:100%;height:auto}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem;width:100%}
.section-label{display:block;font-family:var(--font-head);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cv-red);margin-bottom:.75rem}
h1,h2,h3{font-family:var(--font-head);line-height:1.15}
a{text-decoration:none;color:inherit}

/* Sticky on wrapper so the bar stays in view; sticky on inner header breaks once #site-header scrolls away */
#site-header{position:sticky;top:0;z-index:1000}
.site-header{position:relative;background:var(--cv-black);border-bottom:1px solid rgba(255,255,255,.08);width:100%}
.site-header.scrolled{box-shadow:0 4px 24px rgba(0,0,0,.35)}
.inside-header{max-width:1200px;margin:0 auto;padding:0 1.25rem;min-height:80px;width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:1rem}
@media (min-width:1100px){
.inside-header{min-height:88px}
}
.header-logo{justify-self:start}
.header-call-cta{justify-self:center;align-self:center;white-space:nowrap;background:var(--cv-red);color:#fff!important;padding:.55rem 1.35rem;border-radius:var(--radius);font-size:.95rem;font-weight:700;letter-spacing:.02em;transition:filter .15s ease,transform .15s ease}
.header-call-cta:hover{filter:brightness(1.08)}
.header-right{justify-self:end;display:flex;align-items:center;gap:0;min-width:0;max-width:100%}
.main-navigation{margin-left:0;min-width:0;max-width:100%}
.logo-link{display:inline-flex;align-items:center;line-height:0;text-decoration:none;color:inherit}
.site-logo-img{display:block;width:auto;object-fit:contain;object-position:left center}
.site-header .site-logo-img{height:var(--logo-header-h);max-width:var(--logo-header-max-w)}
.footer-logo-link{margin-bottom:.55rem;align-self:flex-start}
.site-footer .site-logo-img--footer{height:var(--logo-footer-h);max-width:var(--logo-footer-max-w);object-position:left center}
.mobile-nav-header .logo-link{min-width:0;flex:1}
.mobile-nav-header .site-logo-img{height:var(--logo-mobile-nav-h);max-width:100%;object-position:left center}

.main-navigation ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem 1.2rem;align-items:center;margin:0;padding:0;row-gap:.5rem}
.main-navigation a,.city-toggle{color:rgba(255,255,255,.9);font-size:.95rem;background:none;border:none;cursor:pointer}
.nav-cta{background:var(--cv-red)!important;color:#fff!important;padding:.55rem 1.1rem;border-radius:var(--radius)}
.has-dropdown{position:relative}
.dropdown-menu{display:none;position:absolute;top:120%;left:0;z-index:1200;opacity:0;visibility:hidden;pointer-events:none;background:var(--cv-black);border:1px solid rgba(255,255,255,.12);list-style:none;padding:.4rem;margin:0;min-width:210px;border-radius:6px;transition:opacity .18s ease,visibility .18s ease}
.has-dropdown.open .dropdown-menu{display:block;opacity:1;visibility:visible;pointer-events:auto}
.dropdown-menu a{display:block;padding:.5rem .6rem;color:#fff}

.mobile-menu-toggle{display:none;background:none;border:none}
.mobile-menu-toggle span{display:block;width:24px;height:3px;background:#fff;margin:5px 0}
.menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.65);opacity:0;visibility:hidden;z-index:998}
.menu-overlay.active{opacity:1;visibility:visible}
.mobile-nav{position:fixed;top:0;right:-100%;width:82%;max-width:340px;height:100%;background:var(--cv-black);z-index:999;padding:1rem;transition:right .3s;overflow-y:auto;-webkit-overflow-scrolling:touch}
.mobile-nav.active{right:0}
.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.12)}
.mobile-menu-close{
  flex-shrink:0;
  width:44px;
  height:44px;
  padding:0;
  margin:0;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  cursor:pointer;
  position:relative;
  display:grid;
  place-items:center;
  transition:background .2s ease,transform .15s ease,box-shadow .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.mobile-menu-close::before,.mobile-menu-close::after{
  content:'';
  position:absolute;
  width:18px;
  height:2px;
  background:var(--cv-red);
  border-radius:1px;
}
.mobile-menu-close::before{transform:rotate(45deg)}
.mobile-menu-close::after{transform:rotate(-45deg)}
.mobile-menu-close:hover{background:rgba(255,255,255,.12)}
.mobile-menu-close:focus-visible{outline:2px solid var(--cv-red);outline-offset:2px}
.mobile-menu-close:active{transform:scale(.94)}
.mobile-nav-links{list-style:none;padding:0;margin:0}
.mobile-nav-links>li>a{display:block;padding:.8rem 1rem;color:#fff}
.mobile-call-now{display:block!important;text-align:center;padding:.85rem 1rem!important;margin:0 0 .15rem;background:var(--cv-red)!important;color:#fff!important;font-weight:700;border-radius:var(--radius)}
.mobile-call-now:hover{filter:brightness(1.08)}
.mobile-cta{display:block;text-align:center;background:var(--cv-red)!important;color:#fff!important}
.mobile-quote-slot{margin-top:1.35rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.14)}
.mobile-quote-slot .mobile-cta{padding:.95rem 1rem;border-radius:var(--radius)}
.mobile-locations{border-top:1px solid rgba(255,255,255,.08)}
.mobile-locations-toggle{width:100%;text-align:left;padding:.8rem 1rem;background:none;border:none;color:#fff;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.mobile-locations-toggle::after{content:'+';flex-shrink:0;color:var(--cv-red);font-size:1.15rem;font-weight:700;line-height:1}
.mobile-locations.open .mobile-locations-toggle::after{content:'−';font-size:1.15rem}
.mobile-locations-list{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease}
.mobile-locations.open .mobile-locations-list{max-height:280px}
.mobile-locations-list li{margin:0}
.mobile-locations-list a{display:block;padding:.5rem 1rem .5rem 1.35rem;color:rgba(255,255,255,.92);font-size:.95rem}
.mobile-locations-list a:hover{color:var(--cv-red)}

.hero{position:relative;background:linear-gradient(rgba(20,20,24,.7),rgba(20,20,24,.7)),url('../images/hero-rtu-screen-m.webp') center/cover no-repeat;color:#fff;padding:4.2rem 1.25rem;min-height:clamp(280px,42vh,520px)}
@media (min-width:1024px){
.hero{background:linear-gradient(rgba(20,20,24,.7),rgba(20,20,24,.7)),url('../images/hero-rtu-screen.webp') center/cover no-repeat;min-height:0}
}
.hero-inner{max-width:900px;margin:0 auto;text-align:center}
.hero h1{font-size:clamp(2rem,4.5vw,3rem);margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.hero .lead{font-size:1.15rem;max-width:760px;margin:0 auto 1.5rem;line-height:1.55;text-shadow:0 1px 2px rgba(0,0,0,.35)}
.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn{display:inline-block;padding:.75rem 1.35rem;border-radius:8px;border:2px solid transparent;font-weight:600}
.btn-primary{background:var(--cv-red);color:#fff}
.btn-outline{border-color:#fff;color:#fff}
.btn-hero-secondary{background:rgba(12,12,14,.55)!important;border:2px solid #fff!important;color:#fff!important;backdrop-filter:blur(4px)}
.btn-hero-secondary:hover{background:rgba(12,12,14,.72)!important}

.section-light{padding:4rem 1.25rem;background:#fff}
.section-dark{padding:4rem 1.25rem;background:var(--cv-black);color:#fff}
.section-intro{max-width:860px;margin:0 auto 2rem;text-align:center}
.services-lead{max-width:38rem;margin:0 auto 1.35rem;text-align:center;font-size:1.05rem;line-height:1.65;color:var(--cv-text)}
.services-points{max-width:36rem;margin:0 auto 1.75rem;padding:0;list-style:none;text-align:left}
.services-points li{position:relative;padding-left:1.25rem;margin:0 0 .75rem;line-height:1.55;color:var(--cv-text);font-size:.98rem}
.services-points li:last-child{margin-bottom:0}
.services-points li::before{content:'';position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--cv-red);opacity:.9}
.services-specialties{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:920px;margin:0 auto 2.25rem;min-width:0}
.services-specialties>*{min-width:0}
.services-specialty-card{background:#f5f5f7;border-left:3px solid var(--cv-red);padding:1.05rem 1.15rem;border-radius:8px;border:1px solid #e8e8ec;border-left-width:3px;text-align:left}
.services-specialty-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--cv-text)}
.services-specialty-card p{margin:0;font-size:.95rem;line-height:1.55;color:#4a4a55}
.services-specialty-card a{color:var(--cv-red);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.services-specialty-card a:hover{filter:brightness(.92)}
@media(max-width:700px){.services-specialties{grid-template-columns:1fr}}
.section-light .section-intro a:not(.btn),
.section-light--geo .section-intro a:not(.btn){color:var(--cv-red);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.section-light .section-intro a:not(.btn):hover,
.section-light--geo .section-intro a:not(.btn):hover{filter:brightness(.92)}
.section-light h2,.section-dark h2{font-size:clamp(1.55rem,3.2vw,2.2rem);text-align:center;margin:0 0 1.25rem}

.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;min-width:0}
.cards-4{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;min-width:0}
.cards-3>*,.cards-4>*{min-width:0}
.product-card{background:#fff;padding:1.4rem 1.35rem 1.4rem 1.25rem;border-radius:8px;border:1px solid #e8e8ec;border-left:4px solid var(--cv-red)}
.card-light{background:#fff;padding:1.4rem 1.35rem 1.4rem 1.25rem;border-radius:8px;border:1px solid #e8e8ec;border-left:4px solid var(--cv-red)}
.product-card h3,.card-light h3{margin-top:0}
.card-dark{background:#1F1F1F;padding:1.4rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);border-top:2px solid rgba(255,255,255,.52)}
.page-geo .section-dark .card-dark{background:#1F1F1F}
.page-geo .section-dark .container > ul{margin:1rem 0 0;padding-left:1.25rem;line-height:1.65}
.page-geo .section-dark .container > ul li{margin-bottom:.5rem}
.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:1rem;min-width:0}
.market-grid>*{min-width:0}
.market-card{background:#f5f5f7;border-left:3px solid var(--cv-red);padding:1rem;border-radius:8px;color:var(--cv-text)}
.market-card h3{margin:.1rem 0 .45rem;font-size:1rem;color:var(--cv-text)}
.market-card h3.market-card-heading a{color:var(--cv-red);font-weight:700;text-decoration:none}
.market-card h3.market-card-heading a:hover{text-decoration:underline}
.market-card p{margin:0;color:#4a4a55}

.section-dark .cities-guide-link{color:var(--cv-red);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.section-dark .cities-guide-link:hover{color:#E85A5A}

.problem-footer{text-align:center;margin-top:2rem}
.cards-problems{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;min-width:0}
.cards-problems>*{min-width:0}
.card-dark .problem-resolution{margin:0;font-size:.95rem;font-weight:600;color:rgba(255,255,255,.95)}
.home-jump-nav{background:#f5f5f7;border-bottom:1px solid #e8e8ec;padding:.55rem 1rem;text-align:center;font-size:.88rem;line-height:1.5}
.home-jump-nav-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1rem}
.home-jump-nav a{color:var(--cv-red);font-weight:600;text-decoration:none}
.home-jump-nav a:hover{text-decoration:underline}
.home-jump-nav{position:sticky;top:0;z-index:99}
@media(min-width:900px){.home-jump-nav{top:79px}}
.why-us-cta{text-align:center;margin-top:1.75rem}
.card-light .card-contrast{margin:.65rem 0 0;font-size:.92rem;line-height:1.55;color:#4a4a55}
.home-testimonials{padding:3.25rem 1.25rem;background:#fff}
.home-testimonials-inner{max-width:1100px;margin:0 auto}
.home-testimonials h2{text-align:center;margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.75rem)}
.home-testimonials .section-label{display:block;text-align:center}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem;min-width:0}
.testimonial-grid>*{min-width:0}
.testimonial-card{background:#f5f5f7;border-left:3px solid var(--cv-red);padding:1.25rem 1.2rem;border-radius:8px;border:1px solid #e8e8ec;border-left-width:3px}
.testimonial-card blockquote{margin:0;font-size:.97rem;line-height:1.6;color:var(--cv-text)}
.testimonial-attrib{margin-top:.9rem;font-size:.84rem;line-height:1.45;color:#4a4a55}
.testimonial-disclaimer{max-width:42rem;margin:1.75rem auto 0;text-align:center;font-size:.8rem;line-height:1.45;color:#6a6a75}
.sample-spec-band{padding:2.5rem 1.25rem;background:#f5f5f7;border-top:1px solid #e8e8ec;border-bottom:1px solid #e8e8ec}
.sample-spec-inner{max-width:40rem;margin:0 auto;text-align:center}
.sample-spec-inner p{margin:0 0 1rem;line-height:1.6;color:var(--cv-text)}
@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr}}
@media(max-width:639px){.cards-problems{grid-template-columns:1fr}}
@media(min-width:1100px){.cards-problems{grid-template-columns:repeat(4,1fr)}}
.problem-cta-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:.5rem}
.problem-cta-call{border-color:#fff!important;color:#fff!important}
.problem-cta-call:hover{background:rgba(255,255,255,.08)}
.contact-phone-call{margin:.75rem 0 0;font-size:1.05rem}
.contact-phone-call a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.contact-phone-call a:hover{color:var(--cv-red)}
.stats-bar{background:var(--cv-dark);padding:2rem 1.25rem}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;text-align:center;max-width:1100px;margin:0 auto;min-width:0}
.stats-grid>div{min-width:0}
.stat-num{color:var(--cv-red);font-family:var(--font-head);font-size:2rem;font-weight:800}
.stat-label{color:#fff}

.faq{padding:4rem 1.25rem}
.faq-head{text-align:center}
.faq-intro{max-width:640px;margin:.35rem auto 0;padding-bottom:1.75rem;font-size:1.05rem;line-height:1.55;color:#4a4a55}
.accordion{max-width:900px;margin:0 auto;border:1px solid #e8e8ec;border-radius:8px;overflow:hidden}
.accordion-item+.accordion-item{border-top:1px solid #e8e8ec}
.accordion-header{width:100%;text-align:left;padding:1rem 1.1rem;background:none;border:none;font-family:var(--font-head);font-weight:700;display:flex;align-items:center;gap:.65rem}
.accordion-header::after{content:'+';margin-left:auto;flex-shrink:0;color:var(--cv-red);font-size:1.05rem;font-weight:700;line-height:1}
.accordion-header.active{background:#f5f5f7}
.accordion-header.active::after{content:'−';transform:none;font-size:1.15rem}
.accordion-body{max-height:0;overflow:hidden;padding:0 1.1rem;transition:max-height .35s}
.accordion-header.active+.accordion-body{padding-bottom:1rem}

.contact{padding:4rem 1.25rem;background:var(--cv-dark);color:#fff}
.contact-head{text-align:center;max-width:760px;margin:0 auto 2rem}
.contact-form-wrap{max-width:560px;margin:0 auto}
.contact-form{display:flex;flex-direction:column;gap:.9rem}
.form-group label{display:block;margin-bottom:.35rem;font-weight:600}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:var(--cv-black);color:#fff;font-family:inherit;font-size:1rem}
.form-group textarea{resize:none}
.form-group select{cursor:pointer;appearance:auto}
.contact-form button{padding:.95rem 1.2rem;background:var(--cv-red);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}
.contact-form button:disabled{opacity:.65;cursor:not-allowed}
.form-error-summary{margin:0;padding:.85rem 1rem;border-radius:8px;background:rgba(220,50,50,.14);border:1px solid rgba(220,50,50,.45);color:#fff;font-size:.92rem;line-height:1.45}
.form-error-summary[hidden]{display:none}
.form-group--error label{color:#ffb4b4}
.form-group--error input,.form-group--error textarea,.form-group--error select{border-color:var(--cv-red);box-shadow:0 0 0 1px rgba(220,50,50,.35)}
.form-field-error{margin:.45rem 0 0;font-size:.86rem;line-height:1.4;color:#ffb4b4}
.form-success-panel{padding:1.4rem;background:#1F1F1F;border:1px solid rgba(255,255,255,.2);border-radius:8px;text-align:center}

.site-footer{background:var(--cv-black);color:rgba(255,255,255,.85);padding:3rem 1.25rem 0}
.footer-row{max-width:1200px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,.8fr) minmax(0,1fr);gap:clamp(1.75rem,5vw,3.25rem);align-items:start;padding-bottom:2.35rem;min-width:0}
.footer-row>*{min-width:0}
.footer-brand{display:flex;flex-direction:column;gap:.85rem;min-width:0}
.footer-brand .logo-text{align-self:flex-start}
.footer-brand .footer-logo-link{align-self:flex-start}
.footer-tagline{margin:0;font-size:1rem;font-weight:700;font-family:var(--font-head);line-height:1.35;color:#fff;letter-spacing:-.01em;max-width:36rem}
.footer-about{margin:0;font-size:.94rem;line-height:1.65;color:rgba(255,255,255,.72);max-width:36rem}
.footer-about strong{color:rgba(255,255,255,.92);font-weight:600}
.footer-trust-strip{list-style:none;margin:.15rem 0 0;padding:1.05rem 0 0;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem 1.1rem;max-width:36rem}
.footer-trust-strip li{margin:0;display:flex;flex-direction:column;gap:.2rem;min-width:0}
.footer-trust-num{font-family:var(--font-head);font-size:1.35rem;font-weight:800;color:var(--cv-red);line-height:1.1;letter-spacing:-.02em}
.footer-trust-label{font-size:.72rem;font-weight:600;line-height:1.35;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.48)}
.footer-phone{margin:.5rem 0 0;font-size:1rem;font-weight:700}
.footer-phone a{color:#fff;text-decoration:none;transition:color .15s ease}
.footer-phone a:hover{color:var(--cv-red)}
.footer-address{margin:.4rem 0 0;font-size:.9rem;line-height:1.5;color:rgba(255,255,255,.7);font-style:normal;max-width:36rem}
.footer-col-title{font-family:var(--font-head);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.45);margin:0 0 .9rem;padding-top:.15rem}
.footer-nav ul,.footer-cities ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
.footer-nav a,.footer-cities a{display:inline-block;color:rgba(255,255,255,.88);font-size:.94rem;text-decoration:none;transition:color .15s ease}
.footer-nav a:hover,.footer-cities a:hover{color:var(--cv-red)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.15rem 1rem 1.35rem;text-align:center;font-size:.85rem;color:rgba(255,255,255,.62);line-height:1.5}
.footer-bottom p{margin:0}
.footer-bottom-sep{margin:0 .35rem;opacity:.35}
.footer-bottom .footer-credit{color:rgba(255,255,255,.4);text-decoration:none;font-weight:400;transition:color .15s ease}
.footer-bottom .footer-credit:hover{color:rgba(255,255,255,.58)}

main.page-404{min-height:min(100vh,56rem);margin:0;display:flex;align-items:center;justify-content:center;background:var(--cv-black);color:#fff;padding:3.5rem 1.25rem 4rem}
.page-404-inner{max-width:28rem;text-align:center}
.page-404-kicker{font-family:var(--font-head);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cv-red);margin:0 0 1rem}
.page-404-inner h1{font-family:var(--font-head);font-size:clamp(1.45rem,4vw,2rem);margin:0 0 .85rem;line-height:1.2;color:#fff}
.page-404-lead{margin:0 0 1.75rem;color:rgba(255,255,255,.72);line-height:1.55;font-size:1rem}

.breadcrumb{font-size:.9rem;margin-bottom:1rem;color:#4a4a55}
.breadcrumb a{color:var(--cv-red);font-weight:600}
.breadcrumb-sep{color:rgba(31,31,31,.35);font-weight:500}
.breadcrumb-current{color:var(--cv-text);font-weight:600}

/* Long-form blog / resource articles */
.page-blog .blog-prose{max-width:48rem;margin:0 auto}
.page-blog .blog-hero-figure{
  max-width:min(520px,100%);
  margin:0 auto 1.5rem;
  border-radius:10px;
  overflow:hidden;
  border:1px solid #e4e4ea;
  background:#f5f5f7;
  box-shadow:0 2px 14px rgba(31,31,31,.07);
}
.page-blog .blog-hero-figure img{display:block;width:100%;height:auto;vertical-align:middle}
.page-blog .blog-hero-figcaption{
  margin:0;
  padding:.5rem .85rem .65rem;
  font-size:.84rem;
  line-height:1.45;
  color:#4a4a55;
  text-align:center;
  background:#fff;
  border-top:1px solid #e8e8ec;
}
.page-blog .blog-prose a:not(.btn),.page-blog .blog-city-body a{color:var(--cv-red);font-weight:600;text-decoration:none}
.page-blog .blog-prose a:not(.btn):hover,.page-blog .blog-city-body a:hover{text-decoration:underline}
.page-blog .blog-prose--on-dark{color:rgba(255,255,255,.9)}
.page-blog .blog-prose--on-dark p{color:rgba(255,255,255,.88)}
.page-blog .blog-h2-centered{text-align:center;margin-top:0}
.page-blog .blog-h2-on-dark{color:#fff}
.page-blog .blog-section-lead{text-align:center;color:#4a4a55;max-width:40rem;margin:0 auto 1.75rem}
.page-blog .blog-note{background:#f5f5f7;border-left:4px solid var(--cv-red);padding:.85rem 1.1rem;border-radius:6px;margin:1.25rem 0 1.5rem;font-size:.92rem;line-height:1.55;color:var(--cv-text)}
.page-blog .blog-note p{margin:0}
.page-blog .blog-note strong{color:var(--cv-text);font-weight:700}
.page-blog .blog-toc-card{margin:1.75rem 0}
.page-blog .blog-toc-title{margin-top:0;font-size:1.05rem}
.page-blog .blog-toc-list{margin:0;padding:0 0 0 1.1rem;line-height:1.7;color:var(--cv-text)}
.page-blog .blog-toc-list a{color:var(--cv-red);font-weight:600;text-decoration:none}
.page-blog .blog-toc-list a:hover{text-decoration:underline}
.page-blog .blog-key-distinction{margin:1.5rem 0 0}
.page-blog .blog-list-spaced{margin:1rem 0 0;padding-left:1.2rem;line-height:1.65;color:var(--cv-text);list-style-position:outside}
.page-blog .blog-prose--on-dark .blog-list-spaced{color:rgba(255,255,255,.9)}
.page-blog .blog-list-spaced li{margin-bottom:.5rem}
.page-blog .section-light .blog-prose .blog-list-spaced li,
.page-blog .section-light--geo .blog-prose .blog-list-spaced li{color:var(--cv-text)}
.page-blog .blog-prose--on-dark .blog-list-spaced li{color:rgba(255,255,255,.92)}
.page-blog .blog-on-dark-link{margin-top:1.25rem}
.page-blog .blog-on-dark-link .btn-outline{border-color:#fff;color:#fff}
.page-blog .blog-on-dark-link .btn-outline:hover{background:rgba(255,255,255,.1)}
.page-blog .blog-cities-section{padding-top:3rem}
.page-blog .blog-city-block{scroll-margin-top:5.5rem;padding:2.25rem 0;border-bottom:1px solid #e8e8ec}
.page-blog .blog-city-block:last-of-type{border-bottom:none}
.page-blog .blog-city-head{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.page-blog .blog-city-rank{font-family:var(--font-head);font-size:2rem;font-weight:800;color:#d4d4dc;line-height:1;min-width:2.5rem;text-align:right}
.page-blog .blog-h2-city{font-size:clamp(1.2rem,2.5vw,1.45rem);text-align:left;margin:0;line-height:1.25}
.page-blog .blog-city-meta{font-size:.8rem;color:#4a4a55;margin:.35rem 0 0;line-height:1.4}
.page-blog .blog-status-pill{margin-left:auto;align-self:flex-start;font-family:var(--font-head);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .65rem;border-radius:4px;white-space:nowrap}
.page-blog .blog-status-pill--req{background:rgba(220,50,50,.12);color:var(--cv-red);border:1px solid rgba(220,50,50,.35)}
.page-blog .blog-status-pill--varies{background:#f5f5f7;color:#4a4a55;border:1px solid #e0e0e6}
.page-blog .blog-city-body p,.page-blog .blog-city-body li{font-size:.98rem;line-height:1.65;color:var(--cv-text)}
.page-blog .blog-source-line{font-size:.88rem;color:#4a4a55;margin:1rem 0 0}
.page-blog .blog-source-line a{color:var(--cv-red);font-weight:600}
.page-blog .table-wrap{overflow-x:auto;margin:1rem 0;-webkit-overflow-scrolling:touch}
.page-blog .blog-table{width:100%;border-collapse:collapse;font-size:.92rem;border:1px solid #e8e8ec;border-radius:8px;overflow:hidden}
.page-blog .blog-table th{background:var(--cv-dark);color:#fff;text-align:left;padding:.65rem .85rem;font-family:var(--font-head);font-weight:700;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}
.page-blog .blog-table td{padding:.65rem .85rem;border-top:1px solid #e8e8ec;vertical-align:top}
.page-blog .blog-table tbody tr:nth-child(even) td{background:#f9f9fb;color:var(--cv-text)}
.page-blog .blog-table td:first-child{font-weight:600;width:34%}
.page-blog .blog-table tbody tr:nth-child(odd) td:first-child{color:var(--cv-text)}
.page-blog .blog-prose--on-dark .blog-table tbody tr:nth-child(odd) td{color:rgba(255,255,255,.92)}
.page-blog .blog-prose--on-dark .blog-table tbody tr:nth-child(even) td:first-child{color:var(--cv-text)}
.page-blog .blog-disclaimer h3{margin-top:0}
.page-blog .blog-cta-row{text-align:center;margin:2rem 0 0;padding:1.5rem 0 0;border-top:1px solid #e8e8ec}
.page-blog .blog-cta-row p{margin:.5rem 0;line-height:1.6;color:var(--cv-text)}
.page-blog .blog-cta-row .btn{margin:.25rem .35rem}
.page-blog .blog-inline-cta{background:#f5f5f7;border:1px solid #e8e8ec;border-radius:8px;padding:1.5rem 1.35rem;margin:2rem auto;max-width:48rem;text-align:center}
.page-blog .blog-inline-cta--compact{margin:2rem auto 1.5rem}
.page-blog .blog-inline-cta-lead{margin:0 0 1rem;font-size:1.02rem;line-height:1.55;color:var(--cv-text)}
.page-blog .blog-inline-cta-btns{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center}
.page-blog .blog-inline-cta-btns .btn{margin:0}
.page-blog .blog-source-line{font-weight:500}
@media(max-width:640px){
  .page-blog .blog-city-head{flex-direction:column}
  .page-blog .blog-city-rank{text-align:left}
  .page-blog .blog-status-pill{margin-left:0}
}

.other-cities{background:#f0f0f3;padding:1.5rem 1.35rem;border-radius:8px;margin-top:2rem;border:1px solid #e4e4e8}
.other-cities h3{margin-top:0;font-size:1.05rem}
.other-cities ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:.5rem 1.25rem}
.other-cities a{color:var(--cv-red);font-weight:600}

.section-light--geo{background:#f5f5f7}
.cards-intro-geo .product-card{background:#fff;border:1px solid #e8e8ec;border-top:4px solid var(--cv-red);border-left:1px solid #e8e8ec;padding:1.4rem 1.35rem 1.35rem 1.25rem}
.contact-title-geo{font-size:clamp(1.45rem,3vw,2rem);text-transform:none}

@media(max-width:1000px){
  .inside-header{display:flex;flex-wrap:nowrap;align-items:center;min-height:76px;height:76px}
  .header-call-cta{display:none!important}
  .header-logo{margin-right:auto}
  .header-right{margin-left:0}
  .main-navigation{display:none}
  .mobile-menu-toggle{display:block;margin-left:0}
  .cards-3,.cards-4,.market-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem}
  .footer-row{grid-template-columns:1fr;text-align:center;gap:2.25rem;padding-bottom:1.75rem}
  .footer-brand{align-items:center}
  .footer-brand .logo-text{align-self:center}
  .footer-brand .footer-logo-link{align-self:center}
  .footer-tagline{margin-left:auto;margin-right:auto}
  .footer-about{margin-left:auto;margin-right:auto}
  .footer-address{margin-left:auto;margin-right:auto}
  .footer-trust-strip{margin-left:auto;margin-right:auto;max-width:28rem}
  .footer-trust-strip li{align-items:center}
  .footer-nav ul,.footer-cities ul{align-items:center}
}

@media(max-width:640px){
  .hero{padding:3rem 1rem 3.35rem}
  .hero .lead{font-size:1.05rem}
  .cta-buttons{flex-direction:column;align-items:stretch;width:100%;max-width:400px;margin-left:auto;margin-right:auto}
  .cta-buttons .btn{width:100%;text-align:center}
  .section-light,.section-dark,.faq{padding:3rem 1rem}
  .contact{padding:3rem 1rem}
  .contact-form-wrap{max-width:none}
  .contact-form button{width:100%;padding:1rem 1.2rem;font-size:1rem}
  .breadcrumb{text-align:left}
  .faq .other-cities{margin-top:1.75rem}
  .faq-intro{font-size:1rem;padding:0 .25rem 1.75rem}
  .other-cities ul{flex-direction:column;gap:.45rem}
  .footer-trust-strip{grid-template-columns:1fr;gap:1rem;max-width:20rem;text-align:center}
  .footer-trust-strip li{align-items:center}
}