@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 600 800;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 700;
}

:root {
  --ink: #0b1b33;
  --ink-soft: #25344b;
  --muted: #657184;
  --blue: #0b63c7;
  --blue-dark: #084b96;
  --green: #13a94b;
  --green-dark: #087f36;
  --paper: #fbfcfd;
  --surface: #ffffff;
  --surface-warm: #f3f6f8;
  --line: #d8e0e8;
  --line-strong: #c3ced9;
  --shadow: 0 12px 30px rgba(22, 39, 61, 0.1);
  --radius: 12px;
  --header-height: 72px;
  --font-display: "Bricolage Grotesque", "Arial Narrow", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 82px;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--paper);
  overflow-x: hidden;
}

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

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

button {
  cursor: pointer;
}

svg,
img {
  display: block;
}

.svg-sprite {
  display: none;
}

.container {
  width: min(100% - 32px, 1120px);
  margin-inline: auto;
}

#servicios,
#asistencia,
#contacto {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 25px rgba(22, 39, 61, 0.08);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  font-family: var(--font-display);
  line-height: 1;
}

.brand {
  font-size: clamp(1.1rem, 4vw, 1.45rem);
}

.brand-mark {
  width: 48px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand img {
  width: 58px;
  height: 63px;
  object-fit: contain;
  flex: 0 0 auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-phone {
  width: 42px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.header-phone svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-phone span {
  display: none;
}

.nav-whatsapp {
  display: none;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
  color: var(--green-dark);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 800;
  box-shadow: none;
}

.nav-whatsapp:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nav-whatsapp svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #eef5fa;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  min-height: 480px;
  display: grid;
  align-items: center;
  padding-block: 40px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.service-pill {
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 10px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero h1 {
  max-width: 610px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 11.8vw, 4.85rem);
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: 0;
}

.hero p {
  max-width: 560px;
  margin: 18px 0 24px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 4vw, 1.32rem);
  line-height: 1.35;
}

.hero-actions {
  display: grid;
  gap: 10px;
  max-width: 560px;
}

.primary-cta,
.whatsapp-submit,
.mobile-sticky-whatsapp {
  min-height: 60px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--green);
  font-size: 1.12rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(19, 169, 75, 0.2);
}

.secondary-cta {
  min-height: 52px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  font-weight: 850;
  line-height: 1;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.secondary-cta:hover {
  color: var(--blue-dark);
  background: #fff;
  border-color: var(--blue);
}

.primary-cta:hover,
.whatsapp-submit:hover,
.mobile-sticky-whatsapp:hover {
  background: var(--green-dark);
}

.primary-cta svg,
.whatsapp-submit svg,
.mobile-sticky-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.secondary-cta svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-note {
  margin: 12px 0 0 !important;
  color: var(--muted) !important;
  font-size: 0.96rem !important;
}

.hero-note a {
  color: var(--ink);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quick-issues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.quick-issues button {
  min-height: 38px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 760;
}

.quick-issues button:hover,
.quick-issues button.is-selected {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero-trust {
  display: grid;
  gap: 0;
  max-width: 610px;
  margin-top: 18px;
  padding-block: 4px;
  border-top: 1px solid rgba(195, 206, 217, 0.9);
  border-bottom: 1px solid rgba(195, 206, 217, 0.9);
}

.hero-trust > div {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 7px;
  padding-block: 8px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.25;
}

.hero-trust-mark {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-dark);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0.18;
  pointer-events: none;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(238, 245, 250, 0.96) 0%, rgba(238, 245, 250, 0.68) 58%, rgba(238, 245, 250, 0.25) 100%);
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transform: scale(1.03) translate3d(var(--photo-x, 0), var(--photo-y, 0), 0);
  transition: transform 0.35s ease;
}

.hero-photo-badge {
  display: none;
}

.section {
  padding-block: 30px;
}

.services-section {
  background: var(--paper);
}

.section-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  text-align: left;
}

.section-heading span {
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.section h2,
.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 5vw, 2.15rem);
  line-height: 1.05;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(22, 39, 61, 0.07);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 16px 34px rgba(22, 39, 61, 0.12);
  outline: 0;
  transform: translateY(-2px);
}

.service-card.is-selected {
  border-color: var(--green);
  box-shadow: 0 16px 34px rgba(19, 169, 75, 0.15);
}

.service-card.is-selected .service-content::after {
  content: "Seleccionado";
  width: fit-content;
  padding: 5px 8px;
  color: var(--green-dark);
  background: #e8f8ee;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.service-image {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.service-content {
  display: grid;
  align-content: start;
  flex: 1;
  gap: 6px;
  min-height: 82px;
  padding: 12px 11px 14px;
}

.service-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 3.7vw, 1.12rem);
  line-height: 1.1;
}

.service-card p {
  display: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
}

.google-section {
  padding-block: 2px 24px;
}

.google-profile-card {
  display: grid;
  gap: 18px;
  padding: 20px;
  background: #fff;
  border-top: 3px solid var(--blue);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(22, 39, 61, 0.07);
}

.google-profile-copy {
  display: grid;
  gap: 7px;
}

.google-profile-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.google-wordmark {
  letter-spacing: 0;
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: none;
}

.google-wordmark span:nth-child(1),
.google-wordmark span:nth-child(4) {
  color: #4285f4;
}

.google-wordmark span:nth-child(2),
.google-wordmark span:nth-child(6) {
  color: #ea4335;
}

.google-wordmark span:nth-child(3) {
  color: #fbbc05;
}

.google-wordmark span:nth-child(5) {
  color: #34a853;
}

.google-profile-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5vw, 1.8rem);
  line-height: 1.08;
}

.google-profile-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.google-profile-actions {
  display: grid;
  gap: 9px;
}

.google-primary-link,
.google-secondary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 16px;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 820;
  text-align: center;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.google-primary-link {
  color: #fff;
  background: var(--blue-dark);
  border: 1px solid var(--blue-dark);
}

.google-primary-link:hover {
  background: var(--ink);
  border-color: var(--ink);
}

.google-primary-link span {
  font-size: 1.06rem;
}

.google-secondary-link {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
}

.google-secondary-link:hover {
  color: var(--blue-dark);
  border-color: var(--blue);
}

.trust-section {
  padding-block: 2px 24px;
}

.trust-card {
  display: grid;
  gap: 0;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
}

.trust-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 16px;
}

.trust-item + .trust-item {
  border-top: 1px solid var(--line);
}

.trust-item span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--blue-dark);
  background: #eef4f9;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.92rem;
  font-weight: 850;
}

.trust-item h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.06rem;
  line-height: 1.15;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.35;
}

.assistance-section {
  padding-block: 0 34px;
}

.assistance-card {
  display: grid;
  gap: 18px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.form-status {
  display: grid;
  gap: 10px;
  padding: 13px 14px;
  background: #f5f8fb;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.form-status > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.form-status-label {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
  text-transform: uppercase;
}

.form-status strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.form-progress-track {
  height: 8px;
  overflow: hidden;
  background: #dfe8f0;
  border-radius: 999px;
}

.form-progress-track span {
  width: 0%;
  height: 100%;
  display: block;
  background: var(--green);
  border-radius: inherit;
  transition: width 0.25s ease;
}

.assistance-copy {
  display: none;
}

.assist-form {
  display: grid;
  gap: 11px;
}

.selected-service-note {
  margin: 0;
  padding: 9px 11px;
  color: var(--blue-dark);
  background: #edf5ff;
  border: 1px solid #cfe1f6;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 750;
}

.form-row {
  display: grid;
  gap: 11px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 780;
}

.input-wrap {
  min-height: 54px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
}

.input-wrap:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 99, 199, 0.1);
}

.input-wrap svg {
  width: 20px;
  height: 20px;
  color: #6f7988;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.98rem;
}

input::placeholder,
textarea::placeholder {
  color: #7b8797;
}

select {
  appearance: none;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #6f7988;
  border-bottom: 2px solid #6f7988;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 20px;
  pointer-events: none;
}

.textarea-wrap {
  min-height: 98px;
  align-items: start;
  padding-top: 14px;
}

textarea {
  min-height: 78px;
  resize: vertical;
}

.form-alert {
  display: none;
  margin: 0;
  padding: 10px 12px;
  color: #9d1c1c;
  background: #fff3f0;
  border: 1px solid #ffc7bc;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 750;
}

.form-alert.is-visible {
  display: block;
}

.whatsapp-submit {
  margin-top: 2px;
  background: var(--green);
}

.form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: center;
}

.form-note svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: var(--muted);
}

.site-footer {
  color: #eaf1f8;
  background: #0c223c;
}

.footer-grid {
  display: grid;
  gap: 24px;
  padding-block: 28px 18px;
}

.footer-brand {
  color: #fff;
  font-size: 1.2rem;
}

.site-footer p {
  max-width: 390px;
  margin: 12px 0 0;
  color: #cad6e4;
  line-height: 1.5;
}

.footer-contact,
.footer-links {
  display: grid;
  gap: 10px;
}

.footer-contact a,
.footer-contact span,
.footer-links a,
.footer-links span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #edf6ff;
}

.footer-contact svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.footer-links strong {
  color: #fff;
}

.copyright {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 16px 22px;
  color: #aebdcb !important;
  font-size: 0.86rem;
  text-align: center;
}

.mobile-sticky-whatsapp {
  position: fixed;
  z-index: 30;
  right: 16px;
  bottom: 14px;
  left: 16px;
  min-height: 58px;
  width: auto;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.mobile-sticky-whatsapp.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.site-toast {
  position: fixed;
  z-index: 40;
  right: 16px;
  bottom: 86px;
  left: 16px;
  padding: 12px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
  box-shadow: 0 16px 32px rgba(11, 27, 51, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-weight: 760;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-enhanced .reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.js-enhanced .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 380px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 42px;
    height: 46px;
  }

  .nav-whatsapp {
    padding-inline: 11px;
    font-size: 0.92rem;
  }

  .hero h1 {
    font-size: 2.38rem;
  }
}

@media (min-width: 560px) {
  .service-card p {
    display: block;
  }

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

@media (min-width: 800px) {
  :root {
    --header-height: 82px;
  }

  body {
    padding-bottom: 0;
  }

  .container {
    width: min(100% - 72px, 1120px);
  }

  .brand-mark {
    width: 56px;
    height: 61px;
  }

  .header-phone {
    width: auto;
    min-height: 42px;
    padding: 0 14px;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 850;
    white-space: nowrap;
  }

  .header-phone span {
    display: inline;
  }

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

  .hero-grid {
    min-height: 515px;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
    gap: 42px;
    padding-block: 54px;
  }

  .hero h1 {
    font-size: clamp(4.25rem, 6vw, 5.35rem);
  }

  .hero p {
    font-size: 1.24rem;
  }

  .primary-cta {
    width: auto;
    min-width: 320px;
    padding-inline: 24px;
  }

  .hero-actions {
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
  }

  .secondary-cta {
    width: auto;
    min-height: 60px;
  }

  .hero-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-trust > div {
    align-items: start;
    padding: 10px 12px;
  }

  .hero-trust > div:first-child {
    padding-left: 0;
  }

  .hero-trust > div + div {
    border-left: 1px solid var(--line);
  }

  .hero-art {
    position: relative;
    inset: auto;
    width: 100%;
    height: 390px;
    overflow: hidden;
    opacity: 1;
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    box-shadow: var(--shadow);
    pointer-events: auto;
  }

  .hero-art::after {
    background: linear-gradient(180deg, transparent 50%, rgba(6, 18, 32, 0.62) 100%);
  }

  .hero-photo {
    object-position: center;
  }

  .hero-photo-badge {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 18px;
    left: 20px;
    display: grid;
    gap: 4px;
    color: #fff;
  }

  .hero-photo-badge strong {
    font-size: 1.08rem;
  }

  .hero-photo-badge span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
  }

  .section {
    padding-block: 38px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .service-card {
    min-height: 246px;
  }

  .service-image {
    aspect-ratio: 1.9 / 1;
  }

  .service-content {
    min-height: 104px;
    padding: 15px 17px 17px;
  }

  .service-card h3 {
    font-size: 1.08rem;
  }

  .google-section {
    padding-block: 0 28px;
  }

  .google-profile-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
    padding: 22px 24px;
  }

  .google-profile-actions {
    grid-template-columns: auto auto;
    align-items: center;
  }

  .google-primary-link,
  .google-secondary-link {
    white-space: nowrap;
  }

  .trust-section {
    padding-block: 0 34px;
  }

  .trust-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-item {
    padding: 18px;
  }

  .trust-item + .trust-item {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .assistance-section {
    padding-block: 0 44px;
  }

  .assistance-card {
    grid-template-columns: 320px 1fr;
    gap: 28px;
    padding: 24px;
  }

  .form-status {
    grid-column: 1 / -1;
  }

  .assistance-copy {
    display: grid;
    align-content: start;
    border-right: 1px solid var(--line);
    padding-right: 26px;
  }

  .assistance-copy h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 1.8rem;
    line-height: 1.08;
  }

  .assistance-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.48;
  }

  .assist-photo {
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    border-radius: 10px;
    background: var(--ink);
  }

  .assist-photo img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    opacity: 0.78;
  }

  .assist-photo span {
    position: absolute;
    inset: auto 14px 14px;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 760;
    line-height: 1.3;
  }

  .footer-grid {
    grid-template-columns: 1.25fr 0.95fr 0.8fr;
    align-items: start;
    padding-block: 32px 26px;
  }

  .mobile-sticky-whatsapp {
    display: none;
  }

  .site-toast {
    right: 28px;
    bottom: 28px;
    left: auto;
    max-width: 360px;
  }
}

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