/* ==========================================================================
   Premier Insurance Group — site stylesheet
   Design: "Stitch" redesign — navy + red on slate, Manrope with Newsreader accents.
   Sections: 1 Tokens · 2 Base · 3 Layout · 4 Buttons · 5 Header · 6 Heroes
   7 Sections & cards · 8 Forms · 9 Booking · 10 Content pages · 11 Footer · 12 Utilities
   ========================================================================== */

/* 1. Tokens ------------------------------------------------------------- */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/newsreader-italic-600.woff2") format("woff2");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

:root {
  --red: #d32f2f;
  --red-dark: #b71c1c;
  --red-tint: #fdecec;
  --navy: #1e293b;
  --navy-deep: #0f172a;
  --ink: #0f172a;
  --muted: #475569;
  --subtle: #64748b;
  --bg: #f8fafc;
  --surface: #ffffff;
  --slate-100: #f1f5f9;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --green: #15803d;
  --green-tint: #ecfdf3;

  --font: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;

  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgb(15 23 42 / 0.06);
  --shadow: 0 4px 20px rgb(15 23 42 / 0.07);
  --shadow-lg: 0 24px 60px rgb(15 23 42 / 0.12);

  --container: 1200px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --section: clamp(3.5rem, 8vw, 6.5rem);
  --header-h: 0px;
}

/* 2. Base --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  top: 0 !important; /* Google Translate tries to push the page down */
  overflow-x: clip;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 0.6em; letter-spacing: -0.015em; color: var(--navy); font-weight: 800; }
h1 { font-size: clamp(2.25rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); font-weight: 700; letter-spacing: -0.01em; }
h4 { font-size: 1.05rem; font-weight: 700; }
p { margin: 0 0 1em; }
.h3 { font-size: 1.25rem; font-weight: 700; }
.h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: .4rem; }
a { color: var(--red); text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
ul, ol { padding-left: 1.25em; }
address { font-style: normal; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
main:focus { outline: none; }
::selection { background: var(--red); color: #fff; }

.icon { width: 1.15em; height: 1.15em; flex: none; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; vertical-align: -0.2em; }
.icon-sm { width: 0.95em; height: 0.95em; }
.icon-lg { width: 1.75rem; height: 1.75rem; }
.icon-xl { width: 2.5rem; height: 2.5rem; stroke-width: 1.5; }

.skip-link {
  position: absolute; left: 1rem; top: -100px; z-index: 1000;
  background: var(--navy); color: #fff; padding: 0.75rem 1rem; border-radius: var(--radius-sm); font-weight: 700;
}
.skip-link:focus { top: 1rem; color: #fff; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* 3. Layout ------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container-narrow { max-width: 820px; }
.section { padding-block: var(--section); }
.section-white { background: var(--surface); }
.section-slate { background: var(--bg); }
.section-navy { background: var(--navy); color: #cbd5e1; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.075rem; }
.section-head-split { display: flex; flex-wrap: wrap; gap: 1rem 3rem; align-items: end; justify-content: space-between; max-width: none; }
.section-head-split > p { max-width: 420px; margin: 0; }
.eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 0.9rem; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); }
.grid { display: grid; gap: clamp(1rem, 2.5vw, 1.75rem); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.grid-features { display: grid; gap: 1.75rem 1.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.grid-features h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.grid-features .card-icon { width: 44px; height: 44px; margin-bottom: .75rem; }
.split { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (min-width: 960px) {
  .split { grid-template-columns: 1.35fr 1fr; }
  .split-even { grid-template-columns: 1fr 1fr; align-items: center; }
  .split-aside { grid-template-columns: minmax(0, 1fr) 360px; }
}
.stack > * + * { margin-top: 1rem; }

/* 4. Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 48px; padding: 0.8rem 1.5rem; border-radius: 10px; border: 1.5px solid transparent;
  font-weight: 700; font-size: 0.95rem; line-height: 1.2; text-decoration: none; white-space: nowrap;
  transition: background-color .18s, color .18s, border-color .18s, box-shadow .18s, transform .18s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgb(211 47 47 / 0.25); }
.btn-primary:hover { background: var(--red-dark); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); color: #fff; }
.btn-ghost { background: var(--surface); color: var(--navy); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--navy); color: var(--navy); }
.btn-light { background: rgb(255 255 255 / 0.1); color: #fff; border-color: rgb(255 255 255 / 0.3); }
.btn-light:hover { background: rgb(255 255 255 / 0.18); color: #fff; }
.btn-sm { min-height: 42px; padding: 0.55rem 1.05rem; font-size: 0.875rem; }
.btn-lg { min-height: 56px; padding: 1rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn[disabled], .btn[aria-busy="true"] { opacity: .65; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; text-decoration: none; }
.link-arrow .icon { transition: transform .18s; }
.link-arrow:hover .icon { transform: translateX(3px); }

/* 5. Header ------------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 100; }
.topbar { background: var(--navy); color: #cbd5e1; font-size: 0.8125rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 40px; }
.topbar ul { display: flex; align-items: center; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.topbar li { display: flex; align-items: center; gap: 0.45rem; }
.topbar a { color: #e2e8f0; text-decoration: none; display: inline-flex; align-items: center; gap: 0.45rem; }
.topbar a:hover { color: #fff; }
.topbar .icon { color: #94a3b8; }
.topbar-right { display: flex; align-items: center; gap: 1.25rem; }
.topbar-social { gap: 0.9rem !important; }
.topbar-social a { padding: 0.25rem; }
.lang { position: relative; display: inline-flex; align-items: center; gap: 0.35rem; color: #e2e8f0; }
.lang-select {
  appearance: none; background: transparent; border: 1px solid rgb(255 255 255 / 0.22); border-radius: 6px;
  color: #fff; padding: 0.2rem 1.6rem 0.2rem 0.55rem; font-size: 0.8125rem; font-weight: 600; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.5rem center;
}
.lang-select option { color: var(--ink); background: #fff; }

.navbar { background: rgb(255 255 255 / 0.94); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.is-scrolled .navbar { box-shadow: var(--shadow); }
.navbar-inner { display: flex; align-items: center; gap: 1.5rem; min-height: 72px; }
.brand { flex: none; display: block; }
.brand-logo { width: auto; height: 52px; }
@media (min-width: 1100px) { .brand-logo { height: 58px; } }
.nav-toggle { margin-left: auto; display: inline-grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); }
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle .icon-close, .nav-open .nav-toggle .icon-open { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }

.nav-list { list-style: none; margin: 0; padding: 0; }
.nav-link {
  display: flex; align-items: center; gap: 0.35rem; width: 100%;
  padding: 0.6rem 0.8rem; border: 0; background: none; border-radius: 8px;
  color: var(--navy); font-weight: 600; font-size: 0.95rem; text-decoration: none; text-align: left;
}
.nav-link:hover, .nav-link[aria-expanded="true"] { color: var(--red); background: var(--slate-100); }
.nav-link.is-active { color: var(--red); }
.nav-link .icon { transition: transform .2s; }
.nav-link[aria-expanded="true"] .icon { transform: rotate(180deg); }
.dropdown { display: none; }
.dropdown.is-open { display: block; }
.dropdown ul { list-style: none; margin: 0; padding: 0; }
.dropdown a { display: block; padding: 0.65rem 0.8rem; border-radius: 8px; text-decoration: none; color: var(--navy); }
.dropdown a:hover { background: var(--slate-100); }
.dropdown a strong { display: block; font-weight: 700; font-size: 0.95rem; }
.dropdown a span { display: block; font-size: 0.8125rem; color: var(--subtle); }
.mega-heading { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--subtle); margin: 0.5rem 0.8rem 0.35rem; }
.mega-list a { display: flex; align-items: center; gap: 0.65rem; font-weight: 600; font-size: 0.95rem; }
.mega-list .icon { color: var(--red); }
.mega-cta { padding: 1rem 0.8rem; }
.mega-cta p:not(.mega-heading) { color: var(--muted); font-size: 0.9rem; }
.mega-cta .mega-heading { margin-inline: 0; color: var(--navy); }
.mega-phone { display: flex !important; align-items: center; gap: .5rem; margin-top: .75rem; padding: 0 !important; font-weight: 700; }
.nav-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }

/* mobile navigation */
@media (max-width: 1099px) {
  .nav-menu {
    position: fixed; inset: var(--header-h, 112px) 0 0 0; z-index: 99;
    background: #fff; overflow-y: auto; overscroll-behavior: contain;
    padding: 1rem var(--gutter) 6rem; display: none;
  }
  .nav-open .nav-menu { display: block; }
  .nav-open { overflow: hidden; }
  .nav-item { border-bottom: 1px solid var(--line); }
  .nav-link { padding: 0.95rem 0.25rem; font-size: 1.05rem; justify-content: space-between; border-radius: 0; }
  .nav-link:hover, .nav-link[aria-expanded="true"] { background: none; }
  .dropdown { padding: 0 0 0.75rem; }
  .mega-cta { display: none; }
  .mega-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .nav-actions { margin-top: 1.25rem; }
  .nav-actions .btn { flex: 1 1 200px; min-height: 50px; }
}
@media (min-width: 1100px) and (max-width: 1319px) {
  .nav-actions .btn-ghost { display: none; }
  html[lang="es"] .nav-link, html.translated-ltr .nav-link { font-size: 0.875rem; padding-inline: 0.45rem; }
}
@media (min-width: 1100px) {
  .nav-toggle { display: none; }
  .nav-menu { display: flex; align-items: center; flex: 1; gap: 1rem; }
  .nav-list { display: flex; align-items: center; gap: 0.15rem; margin-left: auto; }
  .nav-link { white-space: nowrap; padding-inline: 0.65rem; }
  .nav-actions { flex-wrap: nowrap; }
  .nav-actions .btn { white-space: nowrap; }
  .nav-item { position: relative; }
  .dropdown {
    position: absolute; top: calc(100% + 10px); left: -0.5rem; min-width: 300px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 0.5rem;
  }
  .dropdown::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
  .dropdown-mega { display: none; grid-template-columns: 1fr 0.8fr 0.95fr; gap: 0.5rem; width: min(760px, 90vw); left: 50%; transform: translateX(-50%); }
  .dropdown-mega.is-open { display: grid; }
  .mega-cta { background: var(--bg); border-radius: 10px; }
}
.breadcrumbs { padding-top: 1.1rem; font-size: 0.85rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0; padding: 0; color: var(--subtle); }
.breadcrumbs li + li::before { content: "/"; margin-right: 0.35rem; color: var(--line-strong); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--red); text-decoration: underline; }

/* Google Translate: keep its UI out of the way, our dropdown controls it */
.skiptranslate iframe, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, .VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* 6. Heroes ------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(at 100% 0%, hsl(215 25% 90%) 0, transparent 50%),
    radial-gradient(at 0% 100%, hsl(0 65% 95%) 0, transparent 50%),
    var(--bg);
}
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; }
.hero::before { top: 12%; right: -90px; width: 380px; height: 380px; border: 1px solid rgb(211 47 47 / 0.18); transform: rotate(45deg); }
.hero::after { bottom: -70px; left: 4%; width: 260px; height: 260px; border: 1px solid rgb(30 41 59 / 0.1); transform: rotate(-12deg); }
.hero-home { padding-block: clamp(3.5rem, 9vw, 7rem) 0; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1000px) { .hero-grid { grid-template-columns: 1.2fr 0.8fr; } }
.hero h1 { font-size: clamp(2.6rem, 7vw, 5.25rem); line-height: 1.02; letter-spacing: -0.03em; }
.accent { font-family: var(--serif); font-style: italic; font-weight: 600; color: var(--red); letter-spacing: -0.01em; }
.hero-sub { font-size: clamp(1.05rem, 1.8vw, 1.25rem); color: var(--muted); max-width: 600px; margin-bottom: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.5rem; margin-top: 1.75rem; font-size: 0.9rem; color: var(--muted); font-weight: 600; }
.hero-trust a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.stars { display: inline-flex; color: #f59e0b; gap: 1px; }
.stars .icon { width: 1rem; height: 1rem; }

.quick-quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(1.25rem, 3vw, 2rem); }
.quick-quote h2 { font-size: 1.35rem; margin-bottom: 0.25rem; }
.quick-quote > p { color: var(--muted); font-size: 0.95rem; }
.qq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin: 1.25rem 0; }
.qq-option { display: flex; flex-direction: column; align-items: center; gap: 0.35rem; padding: 0.85rem 0.25rem; border: 1.5px solid var(--line); border-radius: 10px; text-decoration: none; color: var(--navy); font-weight: 700; font-size: 0.8125rem; text-align: center; transition: border-color .15s, background .15s, color .15s; }
.qq-option .icon { width: 1.6rem; height: 1.6rem; color: var(--red); stroke-width: 1.6; }
.qq-option:hover { border-color: var(--red); background: var(--red-tint); color: var(--navy); }
.qq-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 0.9rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.qq-foot a { font-weight: 700; text-decoration: none; }

.stats { position: relative; z-index: 1; margin-top: clamp(3rem, 7vw, 5rem); border-top: 1px solid var(--line); background: rgb(255 255 255 / 0.6); }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 1.75rem 1rem; border-right: 1px solid var(--line); }
.stat:nth-child(2n) { border-right: 0; }
@media (min-width: 800px) { .stat:nth-child(2n) { border-right: 1px solid var(--line); } .stat:last-child { border-right: 0; } }
.stat strong { display: block; font-size: clamp(1.6rem, 3.5vw, 2.25rem); font-weight: 800; color: var(--red); line-height: 1.1; }
.stat span { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }

.page-hero { position: relative; overflow: hidden; background: var(--navy); color: #cbd5e1; padding-block: clamp(2.75rem, 7vw, 5rem); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgb(211 47 47 / 0.22), transparent 55%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.5rem); max-width: 900px; }
.page-hero .lead { color: #cbd5e1; max-width: 700px; margin: 0; }
.page-hero .eyebrow { color: #fca5a5; }
.page-hero .btn-row { margin-top: 1.75rem; }
.breadcrumbs + .page-hero { margin-top: 1rem; }
body:has(.page-hero) .breadcrumbs { position: absolute; z-index: 2; left: 0; right: 0; color: #94a3b8; }
body:has(.page-hero) .breadcrumbs a { color: #cbd5e1; }
body:has(.page-hero) .breadcrumbs li + li::before { color: #64748b; }
body:has(.page-hero) .breadcrumbs [aria-current] { color: #94a3b8; }
body:has(.page-hero) .page-hero { padding-top: clamp(3.75rem, 8vw, 5.5rem); }

/* 7. Sections & cards --------------------------------------------------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2rem); box-shadow: var(--shadow-sm); }
.card h3 { margin-bottom: 0.4rem; }
.card p:last-child { margin-bottom: 0; }
.card-link { display: block; text-decoration: none; color: inherit; transition: border-color .18s, box-shadow .18s, transform .18s; }
.card-link:hover { border-color: var(--line-strong); box-shadow: var(--shadow); transform: translateY(-2px); color: inherit; }
.card-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 12px; background: var(--red-tint); color: var(--red); margin-bottom: 1.1rem; }
.card-icon .icon { width: 26px; height: 26px; stroke-width: 1.7; }
.card .muted, .muted { color: var(--muted); }

.coverage-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); gap: 1px; }
.coverage-cell { background: #fff; padding: 1.75rem; text-decoration: none; color: inherit; transition: background .18s; }
.coverage-cell:hover { background: var(--slate-100); color: inherit; }
.coverage-cell .icon { width: 2.1rem; height: 2.1rem; color: var(--red); stroke-width: 1.5; margin-bottom: 1rem; transition: transform .2s; }
.coverage-cell:hover .icon { transform: scale(1.1); }
.coverage-cell h3 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.coverage-cell p { font-size: 0.9rem; color: var(--muted); margin: 0; }

.checklist { list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: 0.55rem; }
.checklist li { display: flex; gap: 0.6rem; align-items: flex-start; }
.checklist .icon { color: var(--green); margin-top: 0.3em; }
.checklist-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }

.steps { display: grid; gap: 2rem; counter-reset: step; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { text-align: center; position: relative; }
.step-num { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 1.25rem; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-size: 1.5rem; font-weight: 800; color: var(--red); position: relative; z-index: 1; }
@media (min-width: 800px) { .step:not(:last-child)::after { content: ""; position: absolute; top: 36px; left: calc(50% + 50px); right: calc(-50% + 50px); height: 2px; background: rgb(211 47 47 / 0.18); } }
.step p { color: var(--muted); max-width: 320px; margin-inline: auto; }

.feature-panel { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(2rem, 5vw, 3.5rem); text-align: center; box-shadow: var(--shadow-lg); }
.feature-panel::before { content: ""; position: absolute; inset: -14px; background: rgb(211 47 47 / 0.05); border-radius: var(--radius-lg); transform: rotate(-2deg); z-index: -1; }
.feature-panel .icon-xl { color: var(--red); width: 4.5rem; height: 4.5rem; stroke-width: 1.1; margin: 0 auto 1rem; }

.carriers { padding-block: clamp(2.5rem, 6vw, 4rem); background: var(--bg); border-block: 1px solid var(--line); }
.carrier-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.75rem clamp(2rem, 5vw, 3.5rem); list-style: none; margin: 0; padding: 0; }
.carrier-logos img { height: 44px; width: auto; max-width: 160px; object-fit: contain; filter: grayscale(1); opacity: 0.7; transition: filter .25s, opacity .25s; }
.carrier-logos li:hover img { filter: none; opacity: 1; }
.label-center { text-align: center; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.3em; text-transform: uppercase; color: var(--subtle); margin-bottom: 2rem; }

.reviews-grid { display: grid; gap: clamp(1rem, 2.5vw, 1.5rem); grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 720px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
.reviews-grid .review { padding: clamp(1.5rem, 3vw, 2.25rem); }
.review { margin: 0; display: flex; flex-direction: column; height: 100%; }
.review blockquote { margin: 1rem 0 1.5rem; color: var(--muted); font-size: 0.95rem; line-height: 1.7; flex: 1; }
.review blockquote p { margin: 0; }
.review figcaption { display: flex; align-items: center; gap: 0.75rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.review-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; font-size: 0.95rem; flex: none; }
.review-name { display: block; font-weight: 700; color: var(--navy); line-height: 1.3; }
.review-source { display: block; font-size: 0.8rem; color: var(--subtle); font-weight: 600; }
.rating-summary { display: inline-flex; align-items: center; gap: 0.85rem; padding: 0.75rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-decoration: none; color: var(--navy); font-weight: 700; transition: border-color .18s, box-shadow .18s; }
.rating-summary:hover { border-color: var(--line-strong); box-shadow: var(--shadow); color: var(--navy); }
.rating-summary .score { font-size: 2.25rem; font-weight: 800; line-height: 1; }
.rating-summary small { display: block; font-size: 0.85rem; color: var(--muted); font-weight: 600; }

.cta-band { position: relative; overflow: hidden; background: var(--navy); color: #cbd5e1; text-align: center; padding-block: clamp(3.5rem, 8vw, 5.5rem); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(45deg, rgb(211 47 47 / 0.16), transparent 70%); }
.cta-band .container { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band .btn-row { justify-content: center; margin-top: 2rem; }

.section-tiles { padding-top: 2.5rem; }
.action-tiles { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
.action-tile { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.4rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--navy); font-weight: 700; transition: border-color .18s, box-shadow .18s; }
.action-tile:hover { border-color: var(--red); box-shadow: var(--shadow); color: var(--navy); }
.action-tile .card-icon { margin: 0; width: 46px; height: 46px; }
.action-tile small { display: block; font-weight: 500; color: var(--muted); font-size: 0.85rem; }
.action-tile > .icon { margin-left: auto; color: var(--subtle); }

.quote-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.quote-card-media { aspect-ratio: 3 / 2; background: var(--slate-100); display: grid; place-items: center; color: var(--red); }
.quote-card-media img { width: 100%; height: 100%; object-fit: cover; }
.quote-card-media .icon { width: 3rem; height: 3rem; stroke-width: 1.3; }
.quote-card-body { padding: 1.25rem 1.4rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.quote-card-body p { color: var(--muted); font-size: 0.925rem; flex: 1; }

.carrier-card { display: flex; flex-direction: column; gap: 1rem; }
.carrier-card-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 56px; }
.carrier-card-head img { height: 52px; width: 130px; object-fit: contain; object-position: right center; }
.carrier-card h3 { margin: 0; font-size: 1.1rem; }
.carrier-card dl { margin: 0; display: grid; gap: 0.6rem; }
.carrier-card dt { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: var(--subtle); }
.carrier-card dd { margin: 0; font-weight: 700; }
.carrier-card dd a { color: var(--navy); text-decoration: none; font-size: 1.1rem; }
.carrier-card dd a:hover { color: var(--red); }
.carrier-card .btn-row { margin-top: auto; }
.carrier-search { max-width: 420px; margin-bottom: 2rem; }

.notice { display: flex; gap: 0.85rem; align-items: flex-start; padding: 1rem 1.2rem; border-radius: var(--radius); background: #eff6ff; border: 1px solid #bfdbfe; color: #1e3a8a; font-size: 0.95rem; }
.notice .icon { margin-top: 0.2em; }
.notice p:last-child { margin: 0; }
.notice-warn { background: #fff7ed; border-color: #fed7aa; color: #7c2d12; }
.notice-success { background: var(--green-tint); border-color: #bbf7d0; color: #14532d; }
.notice-error { background: #fef2f2; border-color: #fecaca; color: #7f1d1d; }

.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--slate-100); aspect-ratio: 4 / 3; position: relative; }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-embed .map-placeholder { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 1.5rem; }

.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; }
.info-list li { display: flex; gap: 1rem; align-items: flex-start; }
.info-list .card-icon { margin: 0; width: 46px; height: 46px; flex: none; }
.info-list strong { display: block; color: var(--navy); }
.info-list a { text-decoration: none; font-weight: 600; }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; font-weight: 700; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { transition: transform .2s; margin-top: .2em; }
.faq details[open] summary .icon { transform: rotate(180deg); }
.faq details > div { padding-bottom: 1.1rem; color: var(--muted); }

/* 8. Forms -------------------------------------------------------------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(1.25rem, 4vw, 2.5rem); }
.form-section { border: 0; padding: 0; margin: 0 0 2rem; min-width: 0; }
.form-section > legend, .form-section-title { font-size: 1.15rem; font-weight: 800; color: var(--navy); padding: 0; margin-bottom: 1.1rem; display: flex; align-items: center; gap: .6rem; width: 100%; }
.form-section-title .step-badge, legend .step-badge { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 0.8rem; flex: none; }
.form-grid { display: grid; gap: 1rem 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .field { grid-column: 1 / -1; } .field-half { grid-column: auto; } }
.field { margin: 0; min-width: 0; }
fieldset.field { border: 0; padding: 0; }
.field > label, .field > legend { display: block; font-weight: 700; font-size: 0.9rem; color: var(--navy); margin-bottom: 0.4rem; padding: 0; }
.req { color: var(--red); }
.opt { font-weight: 500; color: var(--subtle); font-size: 0.8rem; }
.field input:not([type="radio"]):not([type="checkbox"]), .field select, .field textarea, .input {
  width: 100%; min-height: 50px; padding: 0.7rem 0.9rem; border: 1.5px solid var(--line-strong); border-radius: 10px; background: #fff;
  font-size: 1rem; transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field select { appearance: none; padding-right: 2.5rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23475569' stroke-width='1.8' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.95rem center; }
.field input:focus, .field select:focus, .field textarea:focus, .input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgb(30 41 59 / 0.12); }
.has-error input, .has-error select, .has-error textarea { border-color: var(--red) !important; }
.field-hint { font-size: 0.8125rem; color: var(--subtle); margin: 0.35rem 0 0; }
.field-error { font-size: 0.8125rem; color: var(--red-dark); font-weight: 600; margin: 0.35rem 0 0; }
.choices { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.choice { display: inline-flex; align-items: center; gap: 0.55rem; cursor: pointer; font-weight: 600; font-size: 0.95rem; }
.choices .choice { padding: 0.6rem 1rem; border: 1.5px solid var(--line-strong); border-radius: 10px; min-height: 48px; }
.choices .choice:has(input:checked) { border-color: var(--navy); background: var(--slate-100); }
.choice input { width: 1.15rem; height: 1.15rem; accent-color: var(--red); margin: 0; flex: none; }
.choice-check { align-items: flex-start; font-weight: 500; color: var(--muted); font-size: 0.9rem; }
.choice-check input { margin-top: 0.2rem; }
.hp-field { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.form-note { font-size: 0.85rem; color: var(--subtle); margin: 0; }
.form-status { margin-bottom: 1.25rem; }
.form-status:empty { display: none; }
.form-progress { height: 4px; border-radius: 4px; background: var(--slate-100); overflow: hidden; margin-bottom: 1.75rem; }
.form-progress span { display: block; height: 100%; width: 0; background: var(--red); transition: width .3s; }
.form-success { text-align: center; padding: 2rem 0; }
.form-success .icon-xl { color: var(--green); margin: 0 auto 1rem; width: 4rem; height: 4rem; }
.aside-sticky { position: sticky; top: 130px; }
.aside-card + .aside-card { margin-top: 1.25rem; }

/* 9. Booking ------------------------------------------------------------ */
.booking { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .booking-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } }
.calendar { user-select: none; }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.cal-head strong { font-size: 1.05rem; color: var(--navy); }
.cal-nav { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--navy); }
.cal-nav:disabled { opacity: .35; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.cal-dow { font-size: 0.72rem; font-weight: 700; color: var(--subtle); text-transform: uppercase; padding: 0.35rem 0; }
.cal-day { aspect-ratio: 1; min-height: 40px; border: 0; border-radius: 10px; background: none; font-weight: 700; color: var(--line-strong); }
.cal-day[data-available] { color: var(--navy); background: var(--slate-100); }
.cal-day[data-available]:hover { background: var(--red-tint); color: var(--red); }
.cal-day[aria-pressed="true"] { background: var(--red) !important; color: #fff !important; }
.cal-day.is-today { box-shadow: inset 0 0 0 1.5px var(--line-strong); }
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 0.5rem; }
.slot { min-height: 46px; border: 1.5px solid var(--line-strong); border-radius: 10px; background: #fff; font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.slot:hover:not(:disabled) { border-color: var(--red); color: var(--red); }
.slot:disabled { color: var(--line-strong); text-decoration: line-through; background: var(--bg); cursor: not-allowed; }
.slot[aria-pressed="true"] { background: var(--red); border-color: var(--red); color: #fff; }
.slots-empty { color: var(--muted); font-size: 0.95rem; }
.booking-summary { display: flex; align-items: center; gap: 0.75rem; padding: 0.9rem 1.1rem; border-radius: 10px; background: var(--slate-100); font-weight: 700; color: var(--navy); }
.booking-summary .icon { color: var(--red); }

/* 10. Content pages ----------------------------------------------------- */
.prose { font-size: 1.075rem; color: #1e293b; max-width: 72ch; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin-top: 2.2em; }
.prose h3 { margin-top: 1.8em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { margin: 0 0 1.25em; }
.prose li { margin-bottom: 0.4em; }
.prose img { border-radius: var(--radius); margin: 1.75em auto; }
.prose blockquote { margin: 1.5em 0; padding: 1rem 1.5rem; border-left: 4px solid var(--red); background: var(--slate-100); border-radius: 0 var(--radius) var(--radius) 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 0.95rem; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 0.6rem 0.8rem; text-align: left; }
.prose a { font-weight: 600; }

.post-card { position: relative; overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.post-card h3 a { color: inherit; text-decoration: none; }
.stretched::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.post-head { padding-bottom: 2rem; }
.post-body { padding-top: 0; }
.small { font-size: .85rem; }
.post-card-media { aspect-ratio: 16 / 9; background: var(--slate-100); overflow: hidden; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-card-media img { transform: scale(1.04); }
.post-card-body { padding: 1.25rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.1rem; line-height: 1.35; }
.post-card p { color: var(--muted); font-size: 0.925rem; flex: 1; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.35rem 0.9rem; font-size: 0.8125rem; color: var(--subtle); font-weight: 600; margin-bottom: 0.6rem; }
.tag { display: inline-block; padding: 0.15rem 0.6rem; border-radius: 999px; background: var(--red-tint); color: var(--red-dark); font-size: 0.75rem; font-weight: 700; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.filter-bar button, .filter-bar a { border: 1.5px solid var(--line-strong); background: #fff; border-radius: 999px; padding: 0.45rem 1rem; font-weight: 700; font-size: 0.875rem; color: var(--navy); text-decoration: none; min-height: 40px; }
.filter-bar [aria-pressed="true"], .filter-bar [aria-current="page"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; flex-wrap: wrap; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 0 .75rem; border-radius: 10px; border: 1px solid var(--line); background: #fff; font-weight: 700; text-decoration: none; color: var(--navy); }
.pagination [aria-current] { background: var(--navy); color: #fff; border-color: var(--navy); }
.post-hero-img { border-radius: var(--radius-lg); margin: 0 auto 2.5rem; max-height: 520px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.post-footer-cta { margin-top: 3rem; }

.glossary-tools { position: sticky; top: 112px; z-index: 5; background: var(--bg); padding: 1rem 0; border-bottom: 1px solid var(--line); margin-bottom: 1.5rem; }
.glossary-search { position: relative; max-width: 520px; }
.glossary-search .icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--subtle); }
.glossary-search input { padding-left: 2.75rem !important; }
.az { display: flex; flex-wrap: wrap; gap: 0.25rem; margin-top: 0.75rem; }
.az a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; font-weight: 700; font-size: 0.85rem; text-decoration: none; color: var(--navy); background: #fff; border: 1px solid var(--line); }
.az a:hover { border-color: var(--red); color: var(--red); }
.glossary-letter { scroll-margin-top: 230px; }
.glossary-letter h2 { font-size: 2rem; color: var(--red); border-bottom: 2px solid var(--line); padding-bottom: 0.25rem; margin-top: 2rem; }
.glossary dl { margin: 0; }
.glossary dt { font-weight: 800; color: var(--navy); margin-top: 1.1rem; }
.glossary dd { margin: 0.2rem 0 0; color: var(--muted); }

.policy h2 { font-size: 1.4rem; margin-top: 2rem; }

/* 11. Footer ------------------------------------------------------------ */
.site-footer { background: #fff; border-top: 1px solid var(--line); font-size: 0.95rem; }
.footer-grid { display: grid; gap: 2.5rem; padding-block: clamp(3rem, 7vw, 4.5rem); }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
.footer-logo img { height: 56px; width: auto; margin-bottom: 1rem; }
.footer-brand > p { color: var(--muted); max-width: 380px; }
.footer-brand address { display: grid; gap: 0.7rem; margin: 1.25rem 0; }
.footer-brand address a, .footer-hours { display: flex; gap: 0.65rem; align-items: flex-start; color: var(--navy); text-decoration: none; font-weight: 600; }
.footer-brand address a:hover { color: var(--red); }
.footer-brand address .icon { color: var(--red); margin-top: 0.3em; }
.footer-heading { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--subtle); margin: 0 0 1rem; font-weight: 800; }
.footer-col ul { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: 0.2rem; }
.footer-col a { color: var(--navy); text-decoration: none; display: inline-block; padding: 0.3rem 0; font-weight: 600; }
.footer-col a:hover { color: var(--red); }
.footer-grid .footer-col:nth-of-type(2) ul { grid-template-columns: 1fr 1fr; column-gap: 1rem; }
.footer-social { display: flex; gap: 0.5rem; list-style: none; margin: 0; padding: 0; }
.footer-social a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; background: var(--slate-100); color: var(--navy); }
.footer-social a:hover { background: var(--navy); color: #fff; }
.footer-bottom { border-top: 1px solid var(--line); background: var(--bg); padding-block: 1.25rem; font-size: 0.85rem; color: var(--subtle); padding-bottom: calc(1.25rem + 70px); }
@media (min-width: 900px) { .footer-bottom { padding-bottom: 1.25rem; } }
.footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 2rem; }
.footer-bottom p { margin: 0; }

.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 0.5rem; padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom)); background: rgb(255 255 255 / 0.97); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgb(15 23 42 / 0.08); }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.1rem; min-height: 50px; border-radius: 10px; text-decoration: none; color: var(--navy); font-size: 0.75rem; font-weight: 700; }
.mobile-bar a .icon { width: 1.25rem; height: 1.25rem; }
.mobile-bar .mobile-bar-primary { background: var(--red); color: #fff; }
@media (min-width: 900px) { .mobile-bar { display: none; } }
@media (max-width: 899px) { [data-chat-launcher], #messenger-widget-b-iframe { bottom: 80px !important; } }

/* 12. Utilities --------------------------------------------------------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.hide-sm { display: none !important; }
@media (min-width: 640px) { .hide-sm { display: flex !important; } }
@media (max-width: 899px) { .hide-md { display: none !important; } }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-header, .mobile-bar, .site-footer, .cta-band, .btn { display: none !important; }
  body { background: #fff; }
  .page-hero { background: none; color: #000; padding: 0; }
  .page-hero h1 { color: #000; }
}

.btn-row-center { justify-content: center; }
.page-hero .lead a { color: #fff; }
.text-left { text-align: left; }
.admin-login { max-width: 440px; margin: 2rem auto; }
.admin-bar { display: flex; margin-bottom: 1.5rem; }
.inline-form { display: inline; }
.input-date { max-width: 220px; }
.pre-wrap { white-space: pre-wrap; }
