:root {
  --bg: #f7f1e8;
  --bg-soft: #efe3d2;
  --surface: #fffdf8;
  --surface-strong: #f8efe2;
  --ink: #1d2a33;
  --muted: #5d6a72;
  --brand: #154a63;
  --brand-deep: #0d3345;
  --sand: #b78a55;
  --sand-deep: #8d673c;
  --accent: #d96d2f;
  --accent-deep: #b7531d;
  --ok: #1e9f67;
  --line: rgba(21, 74, 99, 0.14);
  --shadow: 0 20px 55px rgba(27, 43, 54, 0.12);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1180px;
  --btn: 54px;
  --container: 1180px;
  --paper: #fffdf8;
  --radius-xl: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Aptos", "Trebuchet MS", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(217, 109, 47, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(21, 74, 99, 0.1), transparent 34%),
    linear-gradient(180deg, #fbf7f0 0%, var(--bg) 100%);
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  color: var(--accent-deep);
}

p,
li {
  color: var(--muted);
}

strong {
  color: var(--ink);
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.topbar {
  background: var(--brand-deep);
  color: #fff;
}

.topbar-inner,
.nav-shell,
.hero-shell,
.hero-actions,
.topbar-actions,
.grid-three,
.grid-two,
.cta-bar,
.footer-grid,
.footer-bottom,
.mini-links,
.zone-pill-list,
.metrics,
.contact-quick,
.section-head,
.service-links {
  display: flex;
}

.topbar-inner {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}

.topbar p,
.footer-copy p,
.footer-grid p,
.footer-bottom p {
  margin: 0;
}

.topbar p {
  color: #eff4f6;
  font-size: 0.95rem;
}

.topbar-actions {
  gap: 0.8rem;
  flex-wrap: wrap;
}

.mini-link {
  color: #fff;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 247, 240, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--ink);
}

.brand img {
  width: 76px;
}

.brand span {
  display: grid;
  gap: 0.15rem;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: center;
}

.site-nav a {
  color: var(--ink);
  font-weight: 800;
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  background: var(--accent);
}

.nav-toggle {
  display: none;
  border: 0;
  background: none;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--brand-deep);
}

.hero-home,
.page-hero {
  padding: 3.5rem 0 1.5rem;
}

.hero-shell {
  gap: 1.5rem;
  align-items: stretch;
}

.hero-main,
.hero-side,
.panel,
.card,
.service-card,
.zone-card,
.faq-card,
.map-card,
.contact-card,
.footer-map {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-main {
  flex: 1.2;
  padding: 2.3rem;
  background:
    linear-gradient(145deg, rgba(13, 51, 69, 0.95), rgba(21, 74, 99, 0.9)),
    var(--brand);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-main::before {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(217, 109, 47, 0.34), transparent 68%);
}

.hero-main p,
.hero-main li,
.hero-main a,
.hero-main h1,
.hero-main h2 {
  color: #fff;
}

.hero-main a strong,
.page-banner a strong,
.deep-surface a strong {
  color: #fff;
}

.hero-side {
  flex: 0.8;
  padding: 1rem;
  display: grid;
  gap: 1rem;
  background: linear-gradient(180deg, #fff9f0, #f4eadb);
}

.hero-side img,
.hero-photo img,
.page-visual img,
.service-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero-side img,
.hero-photo img {
  min-height: 320px;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(217, 109, 47, 0.15);
  color: var(--accent-deep);
}

.hero-main .eyebrow,
.page-banner .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff6ea;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.15;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  margin: 1rem 0 1.2rem;
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.85rem, 2.8vw, 3rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.hero-main p,
.page-banner p {
  font-size: 1.05rem;
}

.hero-actions,
.topbar-actions,
.mini-links,
.cta-bar,
.service-links,
.contact-quick {
  flex-wrap: wrap;
}

.hero-actions,
.cta-bar,
.contact-quick {
  gap: 0.85rem;
}

.hero-actions {
  margin: 1.5rem 0 1.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn);
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-deep);
  color: #fff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn-plain {
  background: rgba(21, 74, 99, 0.08);
  border-color: rgba(21, 74, 99, 0.12);
  color: var(--brand);
}

.metrics,
.zone-pill-list,
.service-links,
.mini-links {
  gap: 0.75rem;
}

.metrics article,
.zone-pill-list a,
.mini-links a {
  border-radius: 18px;
}

.metrics {
  margin-top: 1.2rem;
}

.metrics article {
  flex: 1;
  min-width: 140px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metrics strong {
  display: block;
  font-size: 1.4rem;
  color: #fff;
}

.metrics span {
  color: #edf3f6;
  font-size: 0.92rem;
}

.hero-note,
.mini-panel,
.sticky-note {
  padding: 1.2rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(21, 74, 99, 0.12);
}

.hero-note {
  background: linear-gradient(180deg, rgba(217, 109, 47, 0.1), rgba(255, 255, 255, 0.92));
}

.page-banner {
  padding: 2rem;
  background:
    linear-gradient(145deg, rgba(13, 51, 69, 0.95), rgba(21, 74, 99, 0.84)),
    var(--brand);
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.3rem;
}

.page-banner h1,
.page-banner h2,
.page-banner p,
.page-banner li,
.page-banner a {
  color: #fff;
}

.page-banner a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
}

.page-visual {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 1rem;
}

.page-visual img {
  aspect-ratio: 4 / 3;
}

.breadcrumb {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.94rem;
}

.breadcrumb li {
  color: #edf2f5;
}

.section {
  padding: 4rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(183, 138, 85, 0.09), rgba(183, 138, 85, 0.02));
}

.section-contrast {
  background: linear-gradient(180deg, rgba(21, 74, 99, 0.08), rgba(21, 74, 99, 0.02));
}

.section-head {
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.grid-three,
.grid-two,
.footer-grid {
  gap: 1rem;
  flex-wrap: wrap;
}

.grid-three > *,
.grid-two > * {
  flex: 1 1 280px;
}

.card,
.service-card,
.zone-card,
.faq-card,
.contact-card,
.map-card {
  padding: 1.5rem;
}

.service-card img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
  object-fit: cover;
  object-position: center;
}

.service-card strong,
.zone-card strong {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.service-card ul,
.zone-card ul,
.check-list,
.footer-grid ul,
.contact-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card li,
.zone-card li,
.check-list li,
.contact-card li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.65rem;
}

.service-card li::before,
.zone-card li::before,
.check-list li::before,
.contact-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.accent-surface {
  background: linear-gradient(180deg, #fffdf9, #f5eadc);
}

.deep-surface {
  background: linear-gradient(180deg, rgba(21, 74, 99, 0.95), rgba(13, 51, 69, 0.95));
  color: #fff;
}

.deep-surface h3,
.deep-surface p,
.deep-surface li,
.deep-surface a,
.deep-surface strong {
  color: #fff;
}

.content-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.4rem;
}

.stack {
  display: grid;
  gap: 1rem;
}

.sticky-note {
  position: sticky;
  top: 110px;
}

.faq-wrap {
  display: grid;
  gap: 1rem;
}

.faq-card summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--ink);
}

.faq-card details {
  padding: 0;
}

.faq-card p {
  margin-bottom: 0;
}

.zone-pill-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  background: rgba(21, 74, 99, 0.08);
  border: 1px solid rgba(21, 74, 99, 0.1);
  font-weight: 700;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  min-height: 56px;
  flex: 1 1 220px;
}

.map-card iframe,
.footer-map iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 18px;
}

.footer-map {
  padding: 1rem;
}

.cta-shell {
  padding: 2rem;
  background:
    radial-gradient(circle at top left, rgba(217, 109, 47, 0.2), transparent 30%),
    linear-gradient(135deg, #fffdf9, #f1e5d4);
}

.cta-bar {
  justify-content: space-between;
  align-items: center;
}

.site-footer {
  margin-top: 2rem;
  padding: 3rem 0 1.2rem;
  background: var(--brand-deep);
  color: #fff;
}

.footer-grid h3,
.footer-grid a,
.site-footer p,
.site-footer li {
  color: #e7eef2;
}

.footer-grid > div {
  flex: 1 1 220px;
}

.footer-logo {
  width: 130px;
  margin-bottom: 1rem;
}

.footer-grid li {
  margin-bottom: 0.55rem;
}

.footer-bottom {
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  margin-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  flex-wrap: wrap;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  min-height: var(--btn);
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: var(--ok);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(30, 159, 103, 0.28);
  display: none !important;
}

.validation-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background: #fff;
}

.validation-table th,
.validation-table td {
  border: 1px solid rgba(21, 74, 99, 0.14);
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
}

.validation-table th {
  background: rgba(21, 74, 99, 0.08);
  color: var(--ink);
}

.validation-section {
  margin-bottom: 2rem;
}

@media (max-width: 980px) {
  .hero-shell,
  .page-banner,
  .content-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sticky-note {
    position: static;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.65rem);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .topbar-inner,
  .cta-bar,
  .footer-grid,
  .footer-bottom,
  .grid-three,
  .grid-two,
  .metrics {
    flex-direction: column;
  }

  h1 {
    max-width: 14ch;
    font-size: clamp(2.1rem, 11vw, 3.5rem);
  }

  .hero-main,
  .page-banner,
  .cta-shell {
    padding: 1.5rem;
  }

  .floating-whatsapp {
    left: 1rem;
    right: 1rem;
    bottom: 0.9rem;
    justify-content: center;
  }
}
/* codex-local-fixes */
img, svg, video, iframe { max-width: 100%; }
iframe { display: block; }
.button-row, .hero-actions, .inline-actions, .top-actions, .footer-links, .footer-actions, .header-actions { gap: 12px; flex-wrap: wrap; }
.container, .wrap, .hg-container { width: min(100% - 32px, 1200px); margin-inline: auto; }
details { margin-top: 14px; }
summary { cursor: pointer; }
.faq-answer p { overflow-wrap: break-word; }
.hg-section { padding: 32px 0; }
.hg-cta-band { padding: 24px; border-radius: 18px; background: rgba(0,0,0,.04); }


/* codex-global-route-fixes */
.brand img,
.site-header .brand img,
.navbar-brand img,
.header-logo img,
.logo img {
  width: min(220px, 100%);
  max-width: 100%;
  max-height: 120px;
  height: auto;
  object-fit: contain;
}

.footer-logo,
.site-footer .brand img,
.site-footer .logo img,
footer .brand img,
footer img[alt*="logo" i],
footer img[alt*="cerrajero" i] {
  width: min(180px, 100%);
  max-width: 100%;
  max-height: 140px;
  height: auto;
  object-fit: contain;
}

#nuevas-rutas-locales { display: none !important; }

#nuevas-rutas-locales details {
  margin-top: 1rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(17, 36, 61, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(17, 36, 61, 0.08);
}

#nuevas-rutas-locales summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-weight: 800;
  font-size: 1.05rem;
  list-style: none;
}

#nuevas-rutas-locales summary::-webkit-details-marker {
  display: none;
}

#nuevas-rutas-locales .footer-links,
#nuevas-rutas-locales .quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

#nuevas-rutas-locales .footer-links a,
#nuevas-rutas-locales .quick-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 36, 61, 0.12);
  box-shadow: 0 8px 20px rgba(17, 36, 61, 0.06);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
}

#nuevas-rutas-locales .footer-links a:hover,
#nuevas-rutas-locales .quick-links a:hover {
  transform: translateY(-1px);
}

.floating-actions .btn-whatsapp,
.floating-whatsapp,
a[href*="wa.me/34653373620"] {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .brand img,
  .site-header .brand img,
  .navbar-brand img,
  .header-logo img,
  .logo img {
    width: min(180px, 100%);
    max-height: 96px;
  }

  .footer-logo,
  .site-footer .brand img,
  .site-footer .logo img,
  footer .brand img,
  footer img[alt*="logo" i],
  footer img[alt*="cerrajero" i] {
    width: min(150px, 100%);
    max-height: 112px;
  }

  #nuevas-rutas-locales .footer-links a,
  #nuevas-rutas-locales .quick-links a {
    width: 100%;
    justify-content: flex-start;
  }
}

#nuevas-rutas-locales summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #c9b000;
}

#nuevas-rutas-locales details[open] summary::after {
  content: "−";
}

/* SEO FOOTER UPGRADE START */
.hg-section {
  padding: 2.4rem 0;
}

.hg-container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.hg-cta-band {
  padding: 1.8rem 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(15, 76, 92, 0.1), rgba(191, 91, 44, 0.12)), var(--paper);
  border: 1px solid rgba(15, 76, 92, 0.16);
  box-shadow: var(--shadow);
}

.hg-cta-band h2 {
  margin-bottom: 0.75rem;
}

.hg-cta-band p:last-child {
  margin-bottom: 0;
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(231, 159, 111, 0.16), transparent 26%),
    linear-gradient(180deg, #161b25 0%, #11161f 100%);
}

.footer-shell {
  padding: 3.4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: start;
}

.footer-card {
  min-width: 0;
  padding: 1.3rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  text-decoration: none;
}

.site-footer .brand-name {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer .brand-copy {
  color: rgba(255, 248, 240, 0.78);
  font-size: 0.95rem;
  display: block;
  white-space: normal;
  line-height: 1.6;
}

.site-footer .brand-copy span,
.site-footer .brand-copy .p-locality,
.site-footer .brand-copy .p-region,
.site-footer .brand-copy .p-country-name {
  display: inline;
}

.footer-brand .brand {
  margin-bottom: 0.9rem;
}

.footer-card h3 {
  margin-bottom: 0.9rem;
  color: #fff;
  font-size: 1.05rem;
}

.footer-note,
.footer-card p,
.footer-card a {
  color: rgba(255, 248, 240, 0.84);
}

.footer-note {
  margin-bottom: 1rem;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.footer-links a {
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: anywhere;
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.panel p,
.card p,
.contact-card p,
.map-card p,
.faq-card p,
.service-card p,
.zone-card p,
.sticky-note p,
.hero-note p,
.footer-card p {
  margin: 0 0 1rem;
}

.panel p:last-child,
.card p:last-child,
.contact-card p:last-child,
.map-card p:last-child,
.faq-card p:last-child,
.service-card p:last-child,
.zone-card p:last-child,
.sticky-note p:last-child,
.hero-note p:last-child,
.footer-card p:last-child {
  margin-bottom: 0;
}

.site-footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.2rem;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  text-decoration: none;
}

.site-footer .button-primary {
  background: linear-gradient(135deg, #bf5b2c, #e79f6f);
  color: #fff;
}

.site-footer .button-secondary {
  background: linear-gradient(135deg, #0f4c5c, #2d7f94);
  color: #fff;
}

.footer-legal {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 248, 240, 0.62);
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hg-cta-band,
  .footer-card {
    padding: 1.15rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
/* SEO FOOTER UPGRADE END */


/* sant-pol-cleanup */
a { word-break: normal; overflow-wrap: normal; }
p, li { word-break: normal; overflow-wrap: break-word; }
.hero-main a,
.hero-main a strong,
.section-contrast a,
.site-footer a { color: inherit; }
.hero-main a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); }
.hero-main strong { color: #fff; }
.zone-pill-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .9rem; }
.zone-pill-list a,
.footer-links a,
#nuevas-rutas-locales .footer-links a,
#nuevas-rutas-locales .quick-links a { writing-mode: horizontal-tb !important; text-orientation: mixed !important; white-space: normal !important; word-break: normal !important; overflow-wrap: break-word !important; min-width: 0; }
.service-card img,
.zone-card img,
.panel img,
.card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 18px; }
.site-footer .brand-name { line-height: 1.35; }
.site-footer .brand-copy,
.footer-note,
.footer-legal { line-height: 1.65; }
.footer-legal { max-width: 70ch; }
.quick-float { top: auto; bottom: 6rem; transform: none; }
.quick-float__btn { text-indent: -9999px; }
