:root {
  --ink: #111817;
  --muted: #60706d;
  --paper: #eee8dc;
  --surface: #fffdf7;
  --line: rgba(17, 24, 23, 0.12);
  --yellow: #d7f4c8;
  --teal: #0f9b96;
  --red: #79bff2;
  --blue: #64b5f6;
  --green: #7dcc82;
  --shadow: 0 16px 44px rgba(17, 24, 23, 0.12);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 10rem;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fbf7ef 0%, var(--paper) 48%, #f8fcf8 100%);
  color: var(--ink);
}

body.modal-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

img,
svg,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  background: var(--yellow);
  color: var(--ink);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(251, 250, 246, 0.84);
  border-bottom: 1px solid transparent;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  position: fixed;
  right: 0;
  top: 0;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(251, 250, 246, 0.96);
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(17, 18, 22, 0.08);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.7rem;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  aspect-ratio: 1;
  background: var(--ink);
  border-radius: 8px;
  color: var(--yellow);
  display: grid;
  font-weight: 900;
  height: 2.55rem;
  place-items: center;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 0.18rem;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(0.55rem, 1.6vw, 1.2rem);
  justify-content: center;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  color: rgba(17, 18, 22, 0.76);
  font-size: 0.9rem;
  font-weight: 750;
  padding: 0.3rem 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--red);
  color: var(--ink);
  outline: 0;
}

.header-action,
.btn,
.nav-toggle {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 850;
  gap: 0.5rem;
  justify-content: center;
  min-height: 2.75rem;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.header-action {
  background: var(--ink);
  color: var(--surface);
  padding: 0 1rem;
  white-space: nowrap;
}

.header-action:hover,
.btn:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  aspect-ratio: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  display: none;
  justify-self: end;
  width: 2.75rem;
}

.floating-recharge {
  background: linear-gradient(135deg, var(--teal), #116b78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px 0 0 8px;
  box-shadow: 0 18px 42px rgba(17, 24, 23, 0.22);
  color: #fff;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: min(250px, calc(100vw - 1.5rem));
  z-index: 30;
}

.floating-recharge:hover {
  outline: 0;
  transform: translateY(-50%) translateX(-4px);
}

.floating-recharge-link {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 0.95rem 2.45rem 0.95rem 0.85rem;
}

.floating-recharge-link > svg {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--yellow);
  height: 2.35rem;
  padding: 0.5rem;
  width: 2.35rem;
}

.floating-recharge-link small,
.floating-recharge-link strong,
.floating-recharge-link em {
  display: block;
  font-style: normal;
  line-height: 1.15;
}

.floating-recharge-link small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-recharge-link strong {
  font-size: 0.92rem;
  font-weight: 950;
}

.floating-recharge-link em {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  margin-top: 0.18rem;
}

.floating-recharge-close {
  align-items: center;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 1.8rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0.42rem;
  top: 0.42rem;
  width: 1.8rem;
  z-index: 1;
}

.floating-recharge-close:hover,
.floating-recharge-close:focus-visible {
  background: rgba(0, 0, 0, 0.32);
}

.floating-recharge-close svg {
  height: 1rem;
  width: 1rem;
}

.floating-recharge-show {
  align-items: center;
  background: var(--teal);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(17, 24, 23, 0.2);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 0.45rem;
  font-size: 0.78rem;
  min-height: 2.35rem;
  padding: 0.45rem 0.7rem;
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  top: auto;
  transform: none;
  z-index: 30;
}

.floating-recharge-show svg {
  color: var(--yellow);
  height: 1.15rem;
  width: 1.15rem;
}

.hero {
  display: grid;
  min-height: min(680px, 84svh);
  overflow: hidden;
  padding: 7.4rem clamp(1rem, 5vw, 4.5rem) 2rem;
  position: relative;
}

.hero-media,
.hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-media {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.87) 0%, rgba(8, 9, 12, 0.66) 43%, rgba(8, 9, 12, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 9, 12, 0.78) 0%, rgba(8, 9, 12, 0) 45%);
}

.hero-content {
  align-self: center;
  color: var(--surface);
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.3rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 1.1rem;
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

p {
  line-height: 1.65;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.btn-calculator-highlight {
  background: var(--teal);
  border: 2px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  color: #fff;
  flex-basis: 100%;
  font-size: 1.06rem;
  font-weight: 950;
  justify-content: center;
  max-width: 34rem;
  min-height: 3.55rem;
}

.btn-calculator-highlight:hover,
.btn-calculator-highlight:focus-visible {
  background: #087d79;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  outline: 0;
  transform: translateY(-2px);
}

.btn {
  min-width: 9.5rem;
  padding: 0.95rem 1.1rem;
}

.btn-primary {
  background: var(--yellow);
  color: var(--ink);
}

.btn-whatsapp {
  background: var(--green);
  color: var(--surface);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--surface);
}

.hero-panel {
  align-self: end;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: var(--shadow);
  justify-self: end;
  max-width: 620px;
  padding: 1rem;
  position: relative;
  width: min(100%, 620px);
  z-index: 1;
}

.status-pill {
  align-items: center;
  display: inline-flex;
  font-weight: 850;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.status-dot {
  aspect-ratio: 1;
  background: var(--yellow);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(215, 244, 200, 0.32);
  width: 0.65rem;
}

.status-pill.is-open .status-dot {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(31, 157, 98, 0.18);
}

.status-pill.is-closed .status-dot {
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(121, 191, 242, 0.22);
}

.quick-facts {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.quick-facts div {
  border-left: 1px solid var(--line);
  padding-left: 0.85rem;
}

.quick-facts div:first-child {
  border-left: 0;
  padding-left: 0;
}

.quick-facts dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quick-facts dd {
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0.22rem 0 0;
}

.service-strip {
  background: var(--ink);
  color: var(--surface);
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 1rem clamp(1rem, 4vw, 3rem);
}

.service-strip span {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.65rem;
  text-align: center;
}

.window-dock {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 1rem clamp(1rem, 4vw, 3rem);
}

.window-button {
  align-items: center;
  background: #fffdfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 0.22rem 0.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 4.3rem;
  padding: 0.85rem;
  text-align: left;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.window-button:hover,
.window-button:focus-visible {
  border-color: rgba(45, 99, 216, 0.42);
  box-shadow: 0 14px 30px rgba(17, 18, 22, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.window-button svg {
  background: var(--ink);
  border-radius: 8px;
  color: var(--yellow);
  grid-row: span 2;
  height: 2.45rem;
  padding: 0.55rem;
  width: 2.45rem;
}

.window-button span,
.window-button small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.window-button span {
  font-weight: 900;
  line-height: 1.15;
}

.window-button small {
  color: var(--muted);
  font-size: 0.82rem;
}

.section-dock {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  overflow-x: auto;
  padding: 0.55rem clamp(0.75rem, 4vw, 3rem);
  position: sticky;
  scrollbar-width: none;
  top: 4.35rem;
  z-index: 18;
}

.section-dock::-webkit-scrollbar {
  display: none;
}

.dock-button {
  align-items: center;
  background: #f5f6f3;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(17, 18, 22, 0.76);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 0.42rem;
  min-height: 2.35rem;
  padding: 0 0.85rem;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    min-width 180ms ease,
    transform 180ms ease;
}

.dock-button svg {
  height: 1rem;
  width: 1rem;
}

.dock-button:hover,
.dock-button:focus-visible,
.dock-button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 10px 24px rgba(17, 18, 22, 0.16);
  color: var(--surface);
  min-width: 7.6rem;
  outline: 0;
  transform: translateY(-2px) scale(1.03);
}

.dock-button.is-pulsing {
  animation: dockPulse 420ms ease;
}

@keyframes dockPulse {
  0% {
    transform: translateY(0) scale(1);
  }

  45% {
    transform: translateY(-4px) scale(1.08);
  }

  100% {
    transform: translateY(-2px) scale(1.03);
  }
}

.section,
.split-section,
.location-section,
.contact-section {
  padding: clamp(2.6rem, 6vw, 5.2rem) clamp(1rem, 5vw, 4.5rem);
}

.section-heading {
  margin: 0 auto 2rem;
  max-width: 850px;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.contact-copy p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.service-grid-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1320px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 18, 22, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 1.35rem;
}

.service-card svg {
  background: rgba(13, 143, 134, 0.1);
  border-radius: 8px;
  color: var(--teal);
  height: 2.75rem;
  margin-bottom: 1.2rem;
  padding: 0.62rem;
  width: 2.75rem;
}

.service-card p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.service-more {
  align-items: center;
  background: #f5f6f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-weight: 850;
  gap: 0.45rem;
  justify-content: center;
  margin-top: auto;
  min-height: 2.7rem;
  padding: 0 0.8rem;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.service-more:hover,
.service-more:focus-visible {
  background: rgba(15, 155, 150, 0.12);
  border-color: rgba(15, 155, 150, 0.45);
  outline: 0;
  transform: translateY(-1px);
}

.service-more svg {
  background: transparent;
  color: inherit;
  height: 1rem;
  margin: 0;
  padding: 0;
  width: 1rem;
}

.transfer-section {
  align-items: start;
  background: var(--ink);
  color: var(--surface);
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  grid-template-columns: minmax(190px, 0.28fr) minmax(760px, 1fr);
  justify-content: center;
  padding: clamp(1.1rem, 2.4vw, 1.9rem) clamp(1rem, 5vw, 4.5rem);
}

.transfer-section .eyebrow {
  color: var(--yellow);
}

.transfer-copy {
  max-width: 360px;
}

.calculator-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.calculator-actions .btn {
  justify-content: center;
  width: 100%;
}

.calculator-back {
  display: none;
}

.calculator-popup-note {
  background: rgba(245, 196, 74, 0.16);
  border: 1px solid rgba(245, 196, 74, 0.4);
  border-radius: 8px;
  color: #fff4c7;
  font-size: 0.86rem;
  margin-top: 0.7rem;
  padding: 0.7rem;
}

.calculator-view body {
  background: #edf7f4;
  min-width: 0;
  padding: 0;
}

.calculator-view .site-header,
.calculator-view main > :not(.transfer-section),
.calculator-view .site-footer,
.calculator-view .info-modal {
  display: none !important;
}

.calculator-view main {
  min-height: 100svh;
}

.calculator-view .transfer-section {
  align-content: start;
  background: #edf7f4;
  color: var(--ink);
  grid-template-columns: minmax(0, 1fr);
  min-height: 100svh;
  padding: clamp(1rem, 2.5vw, 2.4rem);
  width: 100%;
}

.calculator-view .transfer-copy,
.calculator-view .transfer-tool {
  justify-self: center;
  max-width: 1500px;
  width: 100%;
}

.calculator-view .transfer-copy {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.calculator-view .transfer-copy > p,
.calculator-view .transfer-copy > h2,
.calculator-view .provider-row {
  grid-column: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.calculator-view .transfer-section .eyebrow {
  color: var(--teal);
}

.calculator-view .transfer-copy p:not(.eyebrow) {
  color: var(--muted);
}

.calculator-view .fine-print,
.calculator-view .rate-source {
  color: var(--muted);
}

.calculator-view .provider-row span {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.calculator-view .calculator-actions {
  align-self: start;
  grid-column: 2;
  grid-row: 1 / span 4;
  margin: 0;
  min-width: 170px;
}

.calculator-view .calculator-launch {
  display: none;
}

.calculator-view .calculator-back {
  display: inline-flex;
}

.calculator-view .calculator-popup-note {
  display: none;
}

.calculator-view .transfer-tool {
  box-shadow: 0 18px 50px rgba(17, 24, 23, 0.12);
  max-width: 1500px;
}

.transfer-copy p:not(.eyebrow),
.fine-print {
  color: rgba(255, 255, 255, 0.68);
}

.provider-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.85rem;
}

.provider-row span,
.tool-badge,
.quote-rank {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.46rem 0.62rem;
  text-transform: uppercase;
}

.provider-row span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.transfer-tool {
  align-items: start;
  background: var(--surface);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  color: var(--ink);
  justify-self: end;
  max-width: 1040px;
  padding: clamp(0.62rem, 1.25vw, 0.9rem);
  width: 100%;
}

.transfer-flow {
  display: grid;
  gap: 0.58rem;
}

@media (min-width: 981px) {
  .transfer-tool {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tool-head,
  .test-notice,
  .transfer-flow,
  .quote-results,
  .rate-source,
  .quote-whatsapp,
  .fine-print,
  .official-checks {
    grid-column: 1 / -1;
  }

  .transfer-flow {
    align-items: stretch;
    grid-template-columns: minmax(155px, 1.05fr) minmax(260px, 1.75fr) minmax(170px, 1.05fr) minmax(250px, 1.45fr);
  }

  .rate-source,
  .fine-print {
    grid-column: span 8;
  }

  .quote-whatsapp,
  .official-checks {
    align-self: start;
    grid-column: span 4;
    margin-top: 0;
  }

  .transfer-step .choice-row,
  .transfer-step .choice-row-two,
  .transfer-step .choice-row-three {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .transfer-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .transfer-copy {
    max-width: none;
  }

  .transfer-copy p:not(.eyebrow) {
    max-width: 720px;
  }

  .transfer-tool {
    justify-self: stretch;
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .transfer-section {
    padding-right: 18rem;
  }
}

@media (max-width: 1180px) {
  body {
    padding-bottom: 5.5rem;
  }

  .floating-recharge {
    bottom: 0.85rem;
    border-radius: 8px;
    left: auto;
    right: 0.85rem;
    top: auto;
    transform: none;
    width: min(320px, calc(100vw - 1.5rem));
  }

  .floating-recharge:hover,
  .floating-recharge:focus-within {
    transform: translateY(-2px);
  }

  .floating-recharge-show {
    bottom: 0.85rem;
    border-radius: 999px;
    right: 0.85rem;
    top: auto;
    transform: none;
  }
}

.tool-head {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}

.tool-head strong {
  font-size: clamp(1rem, 2vw, 1.32rem);
}

.tool-badge {
  background: rgba(45, 99, 216, 0.1);
  color: var(--blue);
}

.test-notice {
  background: rgba(100, 181, 246, 0.12);
  border: 1px solid rgba(100, 181, 246, 0.24);
  border-radius: 8px;
  color: #24506d;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 0.62rem;
  padding: 0.58rem 0.68rem;
}

.choice-group {
  border: 0;
  margin: 0 0 0.58rem;
  padding: 0;
}

.choice-group legend {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.32rem;
  text-transform: uppercase;
}

.choice-group.is-muted {
  opacity: 0.62;
}

.transfer-step {
  background: #f5f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  min-width: 0;
  padding: 0.65rem;
}

.transfer-step-heading,
.transfer-step > legend {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.42rem;
  margin: 0 0 0.52rem;
  padding: 0;
  text-transform: uppercase;
}

.transfer-step-heading h3 {
  font-size: 0.78rem;
  margin: 0;
}

.transfer-step-heading > span,
.transfer-step > legend > span {
  align-items: center;
  background: var(--teal);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.transfer-control {
  color: var(--muted);
  display: grid;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 0.3rem;
  text-transform: uppercase;
}

.transfer-control input,
.transfer-control select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 850;
  min-height: 2.75rem;
  padding: 0 0.68rem;
  text-transform: none;
  width: 100%;
}

.transfer-control > small {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.35;
  text-transform: none;
}

.transfer-amount-control {
  margin-top: 0.5rem;
}

.fee-mode-inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.74rem;
  font-weight: 850;
  gap: 0.42rem 0.65rem;
  margin-top: 0.48rem;
}

.fee-mode-inline > span {
  color: var(--muted);
}

.fee-mode-inline label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.25rem;
}

.fee-mode-inline input {
  accent-color: var(--teal);
}

.choice-row {
  align-items: start;
  display: grid;
  gap: 0.42rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card {
  align-items: start;
  background: #f5f6f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 0.15rem 0.45rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 2.85rem;
  padding: 0.5rem;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.choice-card:has(input:checked) {
  background: rgba(15, 155, 150, 0.1);
  border-color: rgba(15, 155, 150, 0.48);
  box-shadow: inset 0 0 0 1px rgba(15, 155, 150, 0.18);
}

.choice-card input {
  accent-color: var(--green);
  grid-row: 1 / span 2;
  margin: 0.1rem 0 0;
}

.choice-card span,
.choice-card small {
  display: block;
  grid-column: 2;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.choice-card span {
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.15;
}

.choice-card small {
  color: var(--muted);
  font-size: 0.72rem;
}

.transfer-fields {
  display: grid;
  gap: 0.58rem;
  grid-template-columns: 1fr 1fr;
}

.transfer-fields label {
  color: var(--muted);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.38rem;
  text-transform: uppercase;
}

.transfer-fields label > small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.transfer-fields input,
.transfer-fields select {
  background: #f5f6f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
  min-height: 2.7rem;
  padding: 0 0.72rem;
  text-transform: none;
  width: 100%;
}

.quote-results {
  display: grid;
  gap: 0.58rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin: 0.72rem 0;
}

.quote-card {
  background: #f8f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.68rem;
}

.quote-loading {
  border-style: dashed;
  grid-column: 1 / -1;
}

.quote-rank {
  background: rgba(215, 244, 200, 0.72);
  color: #245b3f;
  margin-bottom: 0.65rem;
}

.quote-card h3 {
  margin-bottom: 0.42rem;
}

.quote-card p,
.quote-card small {
  color: var(--muted);
  line-height: 1.55;
}

.quote-card p {
  margin-bottom: 0.4rem;
}

.quote-card dl {
  display: grid;
  gap: 0.32rem;
  margin: 0;
}

.quote-card dl div {
  display: grid;
  gap: 0.1rem;
}

.quote-card dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-card dd {
  font-weight: 900;
  margin: 0;
  text-align: left;
}

.quote-link {
  color: var(--blue);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  margin-top: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quote-whatsapp {
  margin-top: 0.3rem;
  width: 100%;
}

.official-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.official-checks a {
  background: #f5f6f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
  padding: 0.65rem 0.75rem;
}

.fine-print {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0.85rem 0 0;
}

.rate-source {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
  margin: -0.2rem 0 0.9rem;
}

.rate-source a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.split-section {
  align-items: center;
  background: var(--surface);
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
}

.split-copy {
  max-width: 620px;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.check-list li {
  align-items: flex-start;
  display: flex;
  font-weight: 800;
  gap: 0.65rem;
  line-height: 1.45;
}

.check-list svg {
  color: var(--green);
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.product-showcase {
  display: grid;
  gap: 1rem;
}

.mate-feature {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(47, 111, 76, 0.96), rgba(25, 79, 64, 0.96)),
    #2f6f4c;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(105px, 0.36fr);
  min-height: 220px;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.45rem);
}

.mate-feature span {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.mate-feature h3 {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.03;
  margin: 0 0 0.65rem;
}

.mate-feature p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 760;
  line-height: 1.5;
  margin: 0;
}

.mate-feature img {
  filter: drop-shadow(0 22px 18px rgba(0, 0, 0, 0.22));
  height: min(210px, 36vw);
  justify-self: center;
  object-fit: contain;
  transform: rotate(3deg);
  width: 100%;
}

.product-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(31, 43, 36, 0.07);
  display: grid;
  gap: 0.8rem;
  min-height: 230px;
  overflow: hidden;
  padding: 0.8rem;
}

.product-card img {
  aspect-ratio: 1.15;
  background: #f5f6f3;
  border-radius: 7px;
  height: auto;
  object-fit: contain;
  padding: 0.55rem;
  width: 100%;
}

.product-card strong {
  color: var(--ink);
  display: block;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.15;
}

.product-card span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.35;
  margin-top: 0.22rem;
}

.product-open {
  background: rgba(15, 155, 150, 0.1);
  border: 1px solid rgba(15, 155, 150, 0.22);
  border-radius: 999px;
  color: var(--teal);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  margin-top: 0.62rem;
  min-height: 2rem;
  padding: 0 0.72rem;
}

.product-open:hover,
.product-open:focus-visible {
  background: var(--teal);
  color: #fff;
  outline: 0;
}

.product-open-light {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.info-dialog.product-dialog {
  max-width: 1040px;
  width: min(100%, 1040px);
}

.catalog-grid {
  display: grid;
  gap: 0.78rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin: 1.2rem 0;
}

.catalog-item {
  background: #f7f4ec;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.7rem;
  padding: 0.75rem;
}

.catalog-item img {
  aspect-ratio: 1.1;
  background: #fffdf7;
  border-radius: 7px;
  object-fit: contain;
  padding: 0.45rem;
  width: 100%;
}

.catalog-item strong {
  display: block;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.2;
}

.catalog-item span,
.catalog-item small {
  color: var(--muted);
  display: block;
  font-weight: 760;
  line-height: 1.38;
  margin-top: 0.25rem;
}

.catalog-item small {
  font-size: 0.8rem;
}

.product-warning {
  background: rgba(100, 181, 246, 0.12);
  border: 1px solid rgba(100, 181, 246, 0.24);
  border-radius: 8px;
  color: #24506d;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  padding: 0.8rem;
}

.local-seo-section,
.seo-services {
  padding: clamp(2.6rem, 6vw, 5.2rem) clamp(1rem, 5vw, 4.5rem);
}

.local-seo-section {
  background: #eef8f4;
}

.seo-services {
  background: var(--surface);
}

.seo-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.2rem;
}

.seo-inline-links a,
.text-link {
  color: #086f6c;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-link-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}

.seo-link-grid a {
  background: #f5f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 145px;
  padding: 1rem;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.seo-link-grid a:hover,
.seo-link-grid a:focus-visible {
  border-color: rgba(15, 155, 150, 0.48);
  box-shadow: 0 12px 28px rgba(17, 24, 23, 0.1);
  outline: 0;
  transform: translateY(-2px);
}

.seo-link-grid strong,
.seo-link-grid span {
  display: block;
}

.seo-link-grid strong {
  font-size: 1rem;
  line-height: 1.2;
}

.seo-link-grid span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  margin-top: 0.5rem;
}

.seo-page main {
  padding-top: 4.8rem;
}

.seo-page .site-header {
  background: rgba(251, 250, 246, 0.97);
  border-color: var(--line);
}

.seo-breadcrumbs {
  background: #f5f7f3;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.84rem;
  gap: 0.45rem;
  padding: 0.8rem clamp(1rem, 5vw, 4.5rem);
}

.seo-breadcrumbs a {
  color: #086f6c;
  font-weight: 850;
}

.seo-hero {
  align-items: end;
  display: grid;
  min-height: min(640px, 72svh);
  overflow: hidden;
  padding: clamp(3rem, 8vw, 6rem) clamp(1rem, 6vw, 5rem);
  position: relative;
}

.seo-hero-media,
.seo-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.seo-hero-media {
  object-fit: cover;
}

.seo-hero-shade {
  background: linear-gradient(90deg, rgba(8, 25, 24, 0.94) 0%, rgba(8, 25, 24, 0.72) 52%, rgba(8, 25, 24, 0.22) 100%);
}

.seo-hero-content {
  color: #fff;
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.seo-hero-content h1 {
  color: #fff;
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.98;
  margin: 0.5rem 0 1rem;
  max-width: 13ch;
}

.seo-hero-content > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
  max-width: 680px;
}

.seo-content-band,
.seo-area-band,
.seo-contact-band {
  padding: clamp(2.8rem, 6vw, 5.5rem) clamp(1rem, 6vw, 5rem);
}

.seo-content-band {
  background: var(--surface);
}

.seo-area-band {
  background: #eef8f4;
}

.seo-contact-band {
  background: var(--ink);
  color: #fff;
}

.seo-two-column {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  margin: 0 auto;
  max-width: 1180px;
}

.seo-copy h2,
.seo-area-band h2,
.seo-contact-band h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.05;
  margin-top: 0;
}

.seo-copy p,
.seo-area-band p {
  color: var(--muted);
  line-height: 1.7;
}

.seo-fact-list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
}

.seo-fact-list li {
  align-items: flex-start;
  display: flex;
  font-weight: 780;
  gap: 0.65rem;
  line-height: 1.45;
}

.seo-fact-list svg {
  color: var(--teal);
  flex: 0 0 auto;
  height: 1.15rem;
  margin-top: 0.15rem;
  width: 1.15rem;
}

.seo-side-panel {
  background: #f2f6f2;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.3rem;
}

.seo-side-panel h2,
.seo-side-panel h3 {
  font-size: 1.2rem;
  margin-top: 0;
}

.seo-side-panel dl {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.seo-side-panel dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-side-panel dd {
  font-weight: 850;
  margin: 0.15rem 0 0;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.area-list li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
  padding: 0.65rem 0.8rem;
}

.seo-related {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.seo-related a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  font-weight: 850;
  padding: 0.9rem;
}

.seo-contact-band p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 780px;
}

.seo-page-footer {
  align-items: center;
  background: #080d0c;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  justify-content: space-between;
  padding: 1.25rem clamp(1rem, 6vw, 5rem);
}

.seo-page-footer a {
  color: var(--yellow);
  font-weight: 850;
}

.trust-band {
  background: var(--ink);
  color: var(--surface);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-band div {
  background: rgba(255, 255, 255, 0.06);
  min-height: 140px;
  padding: clamp(1.25rem, 3vw, 2.4rem);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.08;
}

.trust-band span {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
  margin-top: 0.7rem;
}

.faq-section {
  background: var(--surface);
  padding: clamp(2.6rem, 6vw, 5.2rem) clamp(1rem, 5vw, 4.5rem);
}

.faq-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1040px;
}

.faq-grid details {
  background: #f7f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  color: var(--red);
  content: "+";
  float: right;
  font-weight: 900;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  color: var(--muted);
  margin: 0.7rem 0 0;
}

.location-section {
  background: #f2f4f1;
}

.section-heading.compact {
  max-width: 760px;
}

.map-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
}

.map-wrap iframe {
  aspect-ratio: 16 / 7;
  border: 0;
  min-height: 320px;
  width: 100%;
}

.contact-section {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
}

.contact-copy {
  max-width: 560px;
}

.contact-actions {
  display: grid;
  gap: 0.8rem;
}

.contact-row {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 5.1rem;
  padding: 1rem;
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.contact-row:hover,
.contact-row:focus-visible {
  border-color: rgba(15, 155, 150, 0.45);
  box-shadow: 0 14px 34px rgba(17, 18, 22, 0.1);
  outline: 0;
  transform: translateY(-1px);
}

.contact-row > svg {
  background: var(--ink);
  border-radius: 8px;
  color: var(--yellow);
  height: 2.9rem;
  padding: 0.68rem;
  width: 2.9rem;
}

.contact-row strong,
.contact-row small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-row strong {
  font-size: 1.05rem;
}

.contact-row small {
  color: var(--muted);
  margin-top: 0.2rem;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.4rem clamp(1rem, 5vw, 4.5rem);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--yellow);
  font-weight: 850;
}

.info-modal {
  align-items: center;
  background: rgba(17, 18, 22, 0.68);
  display: grid;
  inset: 0;
  padding: 1rem;
  position: fixed;
  z-index: 60;
}

.info-dialog {
  background: var(--surface);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  margin: auto;
  max-height: min(760px, calc(100svh - 2rem));
  max-width: 720px;
  overflow: auto;
  padding: clamp(1.15rem, 4vw, 2rem);
  position: relative;
  width: min(100%, 720px);
}

.info-dialog h2 {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  margin-right: 2.5rem;
}

.info-dialog p:not(.eyebrow) {
  color: var(--muted);
}

.modal-close {
  align-items: center;
  aspect-ratio: 1;
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  color: var(--yellow);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.6rem;
}

.modal-close:focus-visible {
  outline: 3px solid rgba(45, 99, 216, 0.35);
}

.info-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}

.info-list li {
  align-items: flex-start;
  background: #f5f6f3;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 0.65rem;
  line-height: 1.45;
  padding: 0.8rem;
}

.info-list svg {
  color: var(--green);
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav,
  .header-action {
    display: none;
  }

  .site-nav {
    background: var(--paper);
    border-top: 1px solid var(--line);
    grid-column: 1 / -1;
    padding-top: 0.9rem;
  }

  .site-header.is-open .site-nav {
    display: grid;
    gap: 0.5rem;
    justify-items: start;
  }

  .site-header.is-open .site-nav a {
    padding: 0.45rem 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .floating-recharge {
    bottom: 0.85rem;
    border-radius: 8px;
    left: 0.75rem;
    right: 0.75rem;
    top: auto;
    transform: none;
    width: auto;
  }

  .floating-recharge:hover,
  .floating-recharge:focus-within {
    transform: translateY(-2px);
  }

  .floating-recharge-show {
    bottom: 0.85rem;
    border-radius: 999px;
    right: 0.85rem;
    top: auto;
    transform: none;
  }

  .hero {
    min-height: auto;
    padding-top: 6.8rem;
  }

  .hero-content {
    align-self: start;
    padding-top: 2.5rem;
  }

  .hero-panel {
    justify-self: start;
    margin-top: 3rem;
  }

  .service-strip,
  .window-dock,
  .service-grid,
  .split-section,
  .trust-band,
  .faq-grid,
  .contact-section {
    grid-template-columns: 1fr 1fr;
  }

  .transfer-section {
    grid-template-columns: 1fr;
  }

  .section-dock {
    justify-content: flex-start;
    top: 4.15rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-two-column,
  .seo-related {
    grid-template-columns: 1fr 1fr;
  }

  .transfer-copy {
    max-width: 760px;
  }

  .split-section,
  .transfer-section,
  .contact-section {
    align-items: start;
  }

}

@media (max-width: 680px) {
  [id] {
    scroll-margin-top: 10.3rem;
  }

  .site-header {
    padding: 0.75rem 1rem;
  }

  .brand-mark {
    height: 2.35rem;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  h1 {
    font-size: clamp(2.9rem, 14vw, 4.1rem);
    max-width: 8ch;
  }

  .hero {
    padding: 5.8rem 1rem 0.8rem;
  }

  .hero-content {
    padding-top: 1.5rem;
  }

  .hero-copy {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1fr;
    margin-top: 1.15rem;
  }

  .btn {
    min-height: 3.15rem;
    min-width: 0;
    padding: 0.72rem 1rem;
    width: 100%;
  }

  .section-dock {
    gap: 0.42rem;
    padding: 0.45rem 0.75rem;
  }

  .dock-button {
    font-size: 0.78rem;
    min-height: 2.18rem;
    padding: 0 0.68rem;
  }

  .dock-button:hover,
  .dock-button:focus-visible,
  .dock-button.is-active {
    min-width: 6.6rem;
  }

  .service-strip,
  .window-dock,
  .service-grid,
  .split-section,
  .transfer-section,
  .transfer-fields,
  .product-grid,
  .trust-band,
  .faq-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .choice-row,
  .choice-row-two,
  .choice-row-three {
    grid-template-columns: 1fr;
  }

  .transfer-flow {
    grid-template-columns: 1fr;
  }

  .calculator-view .transfer-section {
    padding: 0.8rem;
  }

  .calculator-view .transfer-copy {
    display: block;
  }

  .calculator-view .calculator-actions {
    margin-top: 0.8rem;
    min-width: 0;
  }

  .hero-panel {
    margin-top: 1rem;
    padding: 0.8rem;
  }

  .status-pill {
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
  }

  .hero-panel .quick-facts {
    gap: 0.45rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-panel .quick-facts div,
  .hero-panel .quick-facts div:first-child {
    border-left: 1px solid var(--line);
    border-top: 0;
    padding-left: 0.55rem;
    padding-top: 0;
  }

  .hero-panel .quick-facts div:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .hero-panel .quick-facts dt {
    font-size: 0.68rem;
  }

  .hero-panel .quick-facts dd {
    font-size: 0.94rem;
  }

  .section,
  .split-section,
  .location-section,
  .contact-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .transfer-section {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .section-heading {
    text-align: left;
  }

  .local-seo-section,
  .seo-services,
  .seo-content-band,
  .seo-area-band,
  .seo-contact-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .seo-inline-links {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-link-grid,
  .seo-two-column,
  .seo-related {
    grid-template-columns: 1fr;
  }

  .seo-page main {
    padding-top: 4.15rem;
  }

  .seo-hero {
    min-height: 620px;
    padding: 4rem 1rem 2.2rem;
  }

  .seo-hero-content h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    max-width: 10ch;
  }

  .seo-hero-shade {
    background: linear-gradient(180deg, rgba(8, 25, 24, 0.32) 0%, rgba(8, 25, 24, 0.92) 64%);
  }

  .mate-feature {
    grid-template-columns: minmax(0, 1fr) 104px;
    min-height: 190px;
  }

  .mate-feature img {
    height: 150px;
  }

  .product-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 0;
  }

  .product-card img {
    aspect-ratio: 1;
    height: 96px;
  }

  .map-wrap iframe {
    aspect-ratio: 1;
  }

  .contact-row {
    align-items: start;
  }

  .info-dialog {
    max-height: calc(100svh - 1rem);
    padding: 1rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
