
:root {
  --red: #d47a16;
  --red-dark: #a55b09;
  --ink: #0b1734;
  --ink-soft: #18305d;
  --text: #182033;
  --muted: #5d687f;
  --line: #d9dfeb;
  --bg: #f7f8fc;
  --panel: #ffffff;
  --shadow: 0 16px 40px rgba(11, 23, 52, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Source Sans 3", sans-serif; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 28px)); margin: 0 auto; }
.top-strip { background: var(--ink); color: #fff; font-size: 0.96rem; }
.top-strip-inner { display: flex; justify-content: center; align-items: center; text-align: center; gap: 16px; padding: 10px 0; }
.top-strip-contact { display: flex; gap: 18px; flex-wrap: wrap; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 4px solid var(--red); box-shadow: 0 6px 20px rgba(11, 23, 52, 0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { width: 56px; height: 56px; display: grid; place-items: center; padding: 0; background: var(--red); color: #fff; border-radius: 4px; font-family: "Oswald", sans-serif; font-size: 1.5rem; line-height: 1; letter-spacing: 0; text-align: center; overflow: hidden; }
.brand-copy strong, h1, h2, h3, .block-title { font-family: "Oswald", sans-serif; }
.brand-copy strong { display: block; font-size: 1.6rem; letter-spacing: 0.02em; }
.brand-copy small { color: var(--muted); font-size: 0.95rem; }
.main-nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav-link { padding: 10px 14px; border-radius: 4px; font-weight: 700; color: var(--ink-soft); }
.nav-link:hover, .nav-link.active { background: #f2f2f2; color: var(--red); }
.header-phone { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; background: var(--red); color: #fff; border: 0; border-radius: 4px; font-weight: 700; cursor: pointer; }
.hero, .page-hero { padding: 0; }
.hero-home, .city-hero { background: linear-gradient(120deg, rgba(11, 23, 52, 0.97) 0%, rgba(11, 23, 52, 0.95) 58%, rgba(212, 122, 22, 0.92) 58%, rgba(212, 122, 22, 0.92) 100%); color: #fff; }
.simple-hero { background: #fff; }
.hero-grid, .cards.three, .timeline, .two-col, .local-grid, .footer-grid, .trust-grid, .city-grid, .contact-boxes { display: grid; gap: 22px; }
.hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); align-items: start; }
.hero-copy, .page-hero-copy { padding: 16px 0; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; font-size: 0.82rem; color: #ffc98f; }
.eyebrow.dark { color: var(--red); }
h1 { margin: 0; font-size: clamp(3rem, 4.4vw, 3.8rem); line-height: 1; letter-spacing: 0.01em; }
h2 { margin: 0; font-size: clamp(2.1rem, 2.8vw, 2.35rem); line-height: 1.08; }
h3 { margin: 0; font-size: clamp(1.45rem, 1.95vw, 1.7rem); line-height: 1.12; }
.hero-kicker { margin: 12px 0 10px; font-family: "Oswald", sans-serif; font-size: 1.45rem; color: #ffd9b0; text-transform: uppercase; }
.hero-kicker-light { color: #fff3e1; }
.lead { max-width: 58ch; font-size: 1.15rem; line-height: 1.6; color: var(--muted); }
.lead-light { color: rgba(255, 255, 255, 0.86); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; border-radius: 4px; font-weight: 800; transition: transform 140ms ease, background 140ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: #fff; }
.button-secondary { background: #fff; color: var(--ink); }
.button-light { background: #fff; color: var(--red); }
.hero-list, .check-list { margin: 0; padding-left: 20px; line-height: 1.7; }
.hero-list li, .check-list li { margin-bottom: 6px; }
.hero-form, .card, .feature-panel, .content-card, .side-card, .cta-band, .city-index-banner, .faq-item, .city-link, .mini-box { background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-form { padding: 24px; border-top: 6px solid var(--red); }
.hero-form-head h3 { margin-top: 0; }
.hero-form-head p { margin: 0; color: var(--muted); }
.badge { display: inline-flex; padding: 6px 10px; background: #111; color: #fff; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; }
form { display: grid; gap: 14px; margin-top: 18px; }
label { display: grid; gap: 8px; font-weight: 700; }
input, textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfcfcf; background: #fff; color: var(--text); font: inherit; }
textarea { resize: vertical; }
.upload-dropzone { position: relative; display: grid; justify-items: center; gap: 10px; padding: 30px 18px; border: 1px dashed #b8c1d6; background: #fff; text-align: center; cursor: pointer; }
.upload-dropzone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-dropzone-icon { font-size: 2rem; color: #9aa3b4; line-height: 1; }
.upload-dropzone-text { color: var(--muted); }
.upload-dropzone-note,
.rdv-upload-status { color: var(--muted); font-size: 0.95rem; }
.rdv-upload-status { min-height: 22px; margin: -4px 0 0; }
.hero-form-phone { display: inline-block; margin-top: 14px; padding: 0; background: transparent; color: var(--red); border: 0; font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.trust-strip { margin-top: -1px; background: var(--red); color: #fff; }
.trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 18px 0; }
.trust-grid article { display: grid; gap: 4px; }
.trust-grid strong { font-family: "Oswald", sans-serif; font-size: 1.9rem; }
.section { padding: 52px 0; margin: 0; }
.section-alt { background: #ececec; }
.section-soft { background: linear-gradient(180deg, #f7f8fc 0%, #eef2f8 100%); }
.section-cta { background: linear-gradient(180deg, #f4f4f4 0%, #ededed 100%); }
.section-heading { display: grid; gap: 8px; margin: 0 0 22px; padding-top: 14px; }
.section-heading-center { justify-items: center; text-align: center; }
.section-visual { padding-top: 18px; }
.visual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.visual-card { background: #eef2fa; border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.icon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.icon-card { padding: 24px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.icon-card p { color: rgba(255,255,255,0.74); margin: 0; line-height: 1.65; }
.icon-badge { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px; border-radius: 999px; background: var(--red); color: #fff; font-family: "Oswald", sans-serif; font-size: 1.1rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-tile { padding: 18px; background: var(--red); color: #fff; font-family: "Oswald", sans-serif; font-size: 1.22rem; text-align: center; letter-spacing: 0.02em; border: 1px solid var(--red-dark); }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .feature-panel, .content-card, .side-card, .cta-band, .mini-box { padding: 24px; }
.card p, .feature-panel p, .content-card p, .side-card p, .faq-item p, .mini-box span { margin: 0; color: var(--muted); line-height: 1.68; }
.card, .feature-panel, .mini-box, .hero-form, .faq-item { border-radius: 18px; }
.info-banner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: #111; color: #fff; border-left: 8px solid var(--red); box-shadow: var(--shadow); }
.info-banner strong { font-family: "Oswald", sans-serif; font-size: 1.45rem; }
.timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.timeline-item { background: #fff; padding: 22px; border-top: 6px solid var(--red); box-shadow: var(--shadow); }
.timeline-item span { display: inline-block; margin-bottom: 12px; color: var(--red); font-family: "Oswald", sans-serif; font-size: 1.5rem; }
.two-col, .local-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-panel-dark, .side-card-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.feature-panel-dark p, .side-card-dark p { color: rgba(255, 255, 255, 0.78); }
.block-title { margin-bottom: 0; color: var(--red); font-size: 1.3rem; text-transform: uppercase; line-height: 1.08; }
.side-card-dark .block-title { color: #fff; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-left: 8px solid var(--red); }
.faq-list { display: grid; gap: 16px; }
.faq-item { padding: 20px 22px; }
.faq-item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-right: 46px; cursor: pointer; font-family: "Oswald", sans-serif; font-size: 1.35rem; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 999px; background: rgba(212, 122, 22, 0.14); color: var(--red); border: 2px solid rgba(212, 122, 22, 0.3); font-family: "Oswald", sans-serif; font-size: 1.2rem; line-height: 1; }
.faq-item[open] summary::after { content: "-"; background: var(--red); color: #fff; border-color: var(--red); }
.faq-item p { margin-top: 14px; }
.contact-boxes { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; }
.mini-box strong { display: block; margin-bottom: 8px; font-family: "Oswald", sans-serif; font-size: 1.15rem; }
.site-footer { background: #111; color: #fff; padding: 42px 0 50px; }
.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
.footer-grid a, .footer-grid span, .site-footer p { color: rgba(255, 255, 255, 0.74); line-height: 1.7; }
.footer-grid > div { display: grid; align-content: start; gap: 6px; }
.footer-grid a, .footer-grid span { display: block; }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 6px; }
.footer-brand .brand-copy strong,
.footer-brand .brand-copy small { color: #fff; }
.footer-brand .brand-copy small { opacity: 0.8; }
.floating-callback { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 18px 0 12px; border-radius: 999px; background: var(--red); color: #fff; border: 0; box-shadow: 0 18px 38px rgba(11, 23, 52, 0.28); font-weight: 800; letter-spacing: 0.02em; cursor: pointer; }
.floating-callback-badge { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 999px; background: #fff; color: var(--red); font-family: "Oswald", sans-serif; font-size: 1.1rem; }
.callback-chat { position: fixed; right: 18px; bottom: 88px; z-index: 46; width: min(360px, calc(100% - 24px)); background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 26px 50px rgba(11, 23, 52, 0.22); overflow: hidden; }
.callback-chat[hidden] { display: none; }
.callback-chat-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; background: linear-gradient(135deg, #0b1734 0%, #18305d 100%); color: #fff; }
.callback-chat-head strong { display: block; font-family: "Oswald", sans-serif; font-size: 1.5rem; }
.callback-chat-head span { color: rgba(255,255,255,.76); }
.callback-chat-close { width: 38px; height: 38px; display: inline-grid; place-items: center; padding: 0; background: rgba(255,255,255,.12); color: #fff; border: 0; border-radius: 999px; font-size: 1.5rem; cursor: pointer; }
.callback-chat-body { display: grid; gap: 16px; padding: 20px; }
.callback-chat-body p { margin: 0; color: var(--muted); line-height: 1.6; }
.callback-chat-form { display: grid; gap: 14px; }
.callback-chat-form .button { width: 100%; }
.callback-chat-note { min-height: 22px; color: var(--ink-soft); font-weight: 700; }
.home-hero-photo,
.inner-banner,
.city-local-hero,
.home-bottom-hero { padding: 0; margin: 0; }
.home-hero-shell,
.city-local-shell { padding-top: 0; padding-bottom: 0; }
.home-hero-media,
.inner-banner-media,
.city-local-media,
.home-bottom-shell { position: relative; overflow: hidden; background: var(--ink); }
.home-hero-media img,
.inner-banner-media img,
.city-local-media img,
.home-bottom-shell img { width: 100%; display: block; aspect-ratio: 16 / 7; object-fit: cover; }
.inner-banner-media img { aspect-ratio: 16 / 5.5; }
.inner-banner-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; padding: 32px; background: linear-gradient(180deg, rgba(11,23,52,.3), rgba(11,23,52,.54)); color: #fff; }
.inner-banner-overlay h1 { max-width: 24ch; margin: 0; }
.inner-banner-overlay p { max-width: 62ch; margin: 0; color: rgba(255,255,255,.86); }
.inner-banner-overlay .button { margin-top: 2px; }
.home-hero-overlay,
.city-local-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; padding: 32px; background: linear-gradient(180deg, rgba(11,23,52,.28), rgba(11,23,52,.45)); color: #fff; }
.home-bottom-overlay { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; gap: 14px; text-align: center; padding: 40px 32px; background: linear-gradient(180deg, rgba(11,23,52,.28), rgba(11,23,52,.45)); color: #fff; }
.home-hero-overlay h1,
.city-local-overlay h1 { max-width: 24ch; margin: 0; font-size: clamp(3rem, 4.4vw, 3.8rem); line-height: 1; }
.home-bottom-overlay h2 { max-width: 24ch; margin: 0; font-size: clamp(2.1rem, 2.8vw, 2.35rem); }
.home-hero-overlay p,
.city-local-overlay p { max-width: 64ch; margin: 0; color: rgba(255,255,255,.84); }
.home-hero-overlay .button,
.city-local-overlay .button { margin-top: 6px; }
.section-ribbon-wrap { margin: 0 0 24px; padding-top: 14px; }
.section-ribbon { display: flex; justify-content: center; margin: 0 0 28px; }
.section-ribbon span { display: inline-block; padding: 0; background: transparent; color: inherit; font-family: "Oswald", sans-serif; border: 0; clip-path: none; font-size: clamp(2.1rem, 2.8vw, 2.35rem); line-height: 1.08; }
.section-title-center { margin: 0 0 20px; padding-top: 14px; text-align: center; color: var(--ink); font-size: clamp(2.1rem, 2.8vw, 2.35rem); line-height: 1.08; }
.section-title-light { color: #fff; }
.home-dark-section { padding: 52px 0; margin: 0; background: var(--ink); color: #fff; }
.home-process-section { padding-top: 34px; }
.home-process-section .section-title-center { margin-bottom: 24px; padding-top: 4px; }
.home-dark-section .faq-item { background: var(--red); border-color: rgba(255,255,255,.12); box-shadow: none; }
.home-dark-section .faq-item p,
.home-dark-section .faq-item summary { color: #fff; }
.home-dark-section .faq-item summary::after,
.faq-home-bars .faq-item summary::after { background: #fff; color: var(--ink); border-color: rgba(11, 23, 52, 0.18); }
.home-dark-section .faq-item[open] summary::after,
.faq-home-bars .faq-item[open] summary::after { background: var(--ink); color: #fff; border-color: #fff; }
.faq-home-bars .faq-item { padding-right: 20px; }
.faq-home-bars .faq-item summary { padding-right: 54px; }
.home-process-stack { display: grid; gap: 20px; }
.home-process-row { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: center; }
.home-process-row.reverse { grid-template-columns: 1.05fr .95fr; }
.home-process-row.reverse img { order: 2; }
.home-process-row img { width: 100%; border: 4px solid var(--red); background: #fff; aspect-ratio: 16 / 9; object-fit: cover; }
.home-process-row h3,
.city-step-card h3 { color: var(--red); }
.centered-cta { display: flex; justify-content: center; margin-top: 18px; }
.brands-strip { text-align: center; }
.home-engagement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.faq-home-bars .faq-item { padding: 12px 16px; }
.faq-home-bars .faq-item summary { font-size: 1rem; }
.page-intro-copy { display: grid; gap: 12px; }
.page-hero { padding: 44px 0 18px; }
.page-info-banner { align-items: start; padding: 22px 24px; border-radius: 18px; background: linear-gradient(135deg, #111a34 0%, #18305d 100%); margin-top: 8px; }
.page-info-banner span { color: rgba(255,255,255,.82); line-height: 1.65; }
.contact-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 8px; }
.page-form-card { padding: 28px; box-shadow: 0 24px 50px rgba(11, 23, 52, 0.14); }
.page-form-card form button { width: 100%; }
.faq-quick-links, .faq-columns, .page-support-grid { display: grid; gap: 18px; }
.faq-quick-links { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 6px; }
.faq-quick-link { display: grid; gap: 8px; transition: transform 140ms ease, border-color 140ms ease; }
.faq-quick-link:hover { transform: translateY(-2px); border-color: var(--red); }
.faq-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.faq-group { display: grid; gap: 18px; }
.faq-group .block-title { margin-bottom: 0; }
.page-inline-cta { margin-top: 18px; border-radius: 20px; }
.page-inline-cta p { color: rgba(255,255,255,.82); }
.page-support-grid { margin-top: 12px; }
.page-support-grid .card { min-height: 100%; }
.city-intro-line { max-width: 70ch; margin: 0 auto 18px; text-align: center; color: var(--muted); }
.city-steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.city-step-card { padding: 26px; background: var(--ink); color: #fff; text-align: center; box-shadow: var(--shadow); }
.city-step-card p { margin: 0; color: rgba(255,255,255,.78); }
.city-mission-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: center; }
.city-mission-gallery { display: grid; gap: 16px; }
.city-mission-gallery img,
.city-assist-media img { width: 100%; background: #fff; border: 4px solid rgba(255,255,255,.12); aspect-ratio: 16 / 10; object-fit: cover; }
.city-mission-copy { color: rgba(255,255,255,.84); line-height: 1.72; }
.city-assist-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: center; }
.button-dark { background: var(--ink); color: #fff; }
.city-bottom-hero .home-bottom-shell img { aspect-ratio: 16 / 5; }
@media (max-width: 1080px) {
  .hero-grid, .cards.three, .timeline, .two-col, .local-grid, .footer-grid, .trust-grid, .contact-boxes, .service-grid, .visual-grid, .icon-grid, .home-engagement-grid, .home-process-row, .city-steps-grid, .city-mission-grid, .city-assist-grid, .contact-highlights, .faq-columns, .faq-quick-links { grid-template-columns: 1fr; }
  .cta-band, .header-inner, .info-banner { flex-direction: column; align-items: flex-start; }
  .top-strip-inner { justify-content: center; align-items: center; text-align: center; }
  .home-process-row.reverse img { order: 0; }
}
@media (max-width: 760px) {
  .header-phone { width: 100%; }
  .floating-callback { right: 12px; bottom: 12px; min-height: 52px; padding-right: 16px; }
  .callback-chat { right: 12px; bottom: 76px; width: calc(100% - 24px); }
  h1 { font-size: 2.5rem; }
  .container, .narrow { width: min(100% - 20px, 1180px); }
  .section,
  .home-dark-section { padding: 40px 0; }
  .page-hero { padding: 32px 0 12px; }
  .section-title-center,
  .section-ribbon-wrap,
  .section-heading { padding-top: 10px; }
  .home-process-section { padding-top: 28px; }
  .home-process-section .section-title-center { margin-bottom: 20px; }
}
.vp-form-notice { margin: 0 0 14px; padding: 12px 14px; border-radius: 14px; font-weight: 700; }
.vp-form-notice-success { background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0; }
.vp-form-notice-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.vp-form-wrap { display: grid; gap: 12px; }
.vp-form-wrap .hero-form-phone { margin-top: 4px; }
