html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 8%, rgba(189, 132, 52, 0.10), transparent 26rem),
    radial-gradient(circle at 88% 24%, rgba(125, 138, 106, 0.08), transparent 24rem),
    var(--bg-page);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wa-icon {
  width: 1.1em;
  height: 1.1em;
  fill: currentColor;
  flex: 0 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px var(--pad-x);
  transition: background var(--ease), box-shadow var(--ease), padding var(--ease), backdrop-filter var(--ease);
}

.site-header.scrolled {
  padding-block: 10px;
  background: rgba(255, 248, 240, 0.88);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(74, 48, 21, 0.08);
  backdrop-filter: blur(16px);
}

.nav-shell {
  width: min(100%, var(--max-w));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.brand-mark {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.brand-ring {
  position: absolute;
  inset: 9px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.brand-ring::before,
.brand-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--gold);
}

.brand-ring::before {
  width: 7px;
  height: 7px;
  top: -4px;
  left: 13px;
}

.brand-ring::after {
  width: 5px;
  height: 5px;
  right: -3px;
  bottom: 8px;
}

.brand-star {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  font-size: 22px;
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 600;
  line-height: 0.92;
}

.brand em {
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  margin-inline: auto;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding-block: 8px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  transform: scaleX(0);
  background: var(--gold);
  transition: transform var(--ease);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.nav-wa,
.btn,
.whatsapp-float a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--r-full);
  font-weight: 700;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease), border-color var(--ease);
}

.nav-wa {
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 10px 28px rgba(189, 132, 52, 0.20);
  white-space: nowrap;
}

.nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-wa-secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 10px 28px rgba(189, 132, 52, 0.16);
}

.nav-wa:hover,
.btn:hover,
.whatsapp-float a:hover {
  transform: translateY(-2px);
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 26px);
  bottom: clamp(16px, 3vw, 26px);
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.whatsapp-float a {
  min-height: 48px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.30);
}

.section-pad {
  padding: clamp(72px, 8vw, 118px) var(--pad-x);
}

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: clamp(100px, 10vw, 132px) var(--pad-x) clamp(42px, 5vw, 72px);
  background-image: url("../assets/images/mae-valeria-hero.jpg");
  background-position: right center;
  background-size: cover;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 241, 231, 0.96) 0%, rgba(251, 241, 231, 0.88) 31%, rgba(251, 241, 231, 0.18) 60%, rgba(251, 241, 231, 0.04) 100%),
    linear-gradient(180deg, rgba(251, 241, 231, 0.76) 0%, rgba(251, 241, 231, 0.02) 38%, rgba(251, 241, 231, 0.42) 100%);
}

.hero-shell,
.split-shell,
.help-shell,
.site-footer {
  width: min(100%, var(--max-w));
  margin-inline: auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 610px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.centered {
  justify-content: center;
}

.eyebrow span {
  color: var(--gold);
  font-size: 1.35em;
  line-height: 1;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 0.95;
  text-wrap: balance;
}

h1 {
  max-width: 740px;
  font-size: clamp(3.8rem, 6.15vw, 6rem);
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  color: var(--ink);
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 600;
}

.hero-text {
  max-width: 600px;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

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

.hero-trust article,
.service-card,
.mini-stats article,
.help-cards article {
  border: 1px solid var(--line);
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(10px);
}

.hero-trust article {
  min-height: 152px;
  padding: 18px 16px 16px;
  border-radius: var(--r-md);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  text-align: center;
}

.hero-trust img,
.service-card img,
.mini-stats img,
.help-cards img,
.btn img,
.micro-trust img,
.center-cta p img {
  object-fit: contain;
}

.hero-trust img {
  width: 54px;
  height: 54px;
}

.hero-trust strong,
.help-cards strong {
  font-size: 0.98rem;
}

.hero-trust span,
.help-cards span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  box-shadow: 0 18px 34px rgba(189, 132, 52, 0.24);
}

.btn-outline {
  color: #fff;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 34px rgba(189, 132, 52, 0.18);
}

.btn-outline img {
  filter: brightness(0) invert(1);
}

.micro-trust {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.micro-trust img,
.center-cta p img {
  width: 22px;
  height: 22px;
}

.hero-media {
  display: none;
}

.section-head {
  width: min(100%, 770px);
  margin: 0 auto clamp(34px, 5vw, 54px);
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.section-head p:last-child {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.divider {
  width: min(100%, 360px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  color: var(--gold);
}

.divider::before,
.divider::after {
  content: "";
  height: 1px;
  background: var(--line-strong);
}

.divider.align-left {
  margin-block: -4px 8px;
}

.services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 10%, rgba(189, 132, 52, 0.12), transparent 18rem),
    radial-gradient(circle at 100% 8%, rgba(125, 138, 106, 0.08), transparent 17rem),
    var(--bg-page);
}

.services::before,
.testimonials::before {
  content: "✦";
  position: absolute;
  top: 10%;
  left: 8%;
  color: rgba(189, 132, 52, 0.20);
  font-size: clamp(2rem, 6vw, 5rem);
}

.services::after,
.testimonials::after {
  content: "✦";
  position: absolute;
  right: 9%;
  bottom: 13%;
  color: rgba(189, 132, 52, 0.16);
  font-size: clamp(1.6rem, 4vw, 3.4rem);
}

.service-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 850px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 226px;
  padding: 28px 24px 24px;
  border-radius: var(--r-md);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 9px;
  text-align: center;
}

.service-card img {
  width: 76px;
  height: 76px;
  transition: transform var(--ease);
}

.service-card h3 {
  position: relative;
  padding-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.22rem, 2vw, 1.52rem);
  text-transform: uppercase;
}

.service-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  height: 1px;
  transform: translateX(-50%);
  background: var(--line-strong);
}

.service-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.service-card:hover img {
  transform: translateY(-3px) scale(1.04);
}

.center-cta {
  position: relative;
  z-index: 1;
  margin-top: clamp(28px, 4vw, 42px);
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.center-cta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.center-cta li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.center-cta li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.testimonials {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.94), rgba(251, 241, 231, 0.96)),
    var(--bg-soft);
}

.testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 1180px);
  margin-inline: auto;
}

.quote-card {
  min-height: 0;
  padding: 0;
  border-radius: var(--r-md);
  border: 1px solid rgba(189, 132, 52, 0.38);
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(74, 48, 21, 0.10), 0 12px 32px rgba(74, 48, 21, 0.16);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.quote-card-accent {
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  flex-shrink: 0;
}

.quote-card-body {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.quote-mark {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
}

.quote-card p {
  color: var(--ink-soft);
  font-size: 0.97rem;
  line-height: 1.75;
  flex: 1;
}

.quote-card footer {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(179, 128, 62, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.quote-card footer strong {
  font-size: 0.97rem;
  color: var(--ink);
}

.quote-card footer span {
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 0.88rem;
}

.center-cta p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.about {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(251, 241, 231, 1) 0%, rgba(251, 241, 231, 0.98) 42%, rgba(251, 241, 231, 0.60) 58%, rgba(251, 241, 231, 0.08) 72%, rgba(251, 241, 231, 0.03) 100%),
    radial-gradient(circle at 16% 45%, rgba(255, 248, 240, 0.88), rgba(255, 248, 240, 0.42) 28rem, transparent 46rem),
    url("../assets/images/mae-valeria-about.jpg");
  background-position: center, center, right center;
  background-size: cover, cover, auto 100%;
  background-repeat: no-repeat;
}

.split-shell {
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.split-copy,
.help-copy {
  display: grid;
  gap: 18px;
  max-width: 690px;
}

.split-copy p,
.help-copy > p {
  color: var(--ink-soft);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.mini-stats article {
  min-height: 150px;
  padding: 20px 16px;
  border-radius: var(--r-md);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  text-align: center;
}

.mini-stats img {
  width: 48px;
  height: 48px;
}

.mini-stats strong {
  font-size: 1.05rem;
}

.mini-stats span {
  color: var(--muted);
  font-size: 0.88rem;
}

.about-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 8px;
}

.signature {
  color: var(--gold-dark);
  font-family: var(--font-script);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
}

.help {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(251, 241, 231, 1) 0%, rgba(251, 241, 231, 0.99) 48%, rgba(251, 241, 231, 0.88) 63%, rgba(251, 241, 231, 0.58) 78%, rgba(251, 241, 231, 0.20) 100%),
    radial-gradient(ellipse at 100% 50%, rgba(251, 241, 231, 0.04) 0%, rgba(251, 241, 231, 0.32) 52%, rgba(251, 241, 231, 0.88) 82%, rgba(251, 241, 231, 1) 100%),
    radial-gradient(circle at 17% 42%, rgba(255, 248, 240, 0.96), rgba(255, 248, 240, 0.42) 28rem, transparent 44rem),
    url("../assets/images/alma-contact-photo.jpg");
  background-position: center, center, center, right center;
  background-size: cover, cover, cover, cover;
  background-repeat: no-repeat;
}

.help-shell {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
}

.help-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  background: rgba(255, 250, 244, 0.76);
  box-shadow: var(--shadow-card);
}

.help-cards article {
  min-height: 178px;
  padding: 26px 18px 22px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  text-align: center;
}

.help-cards article:last-child {
  border-right: 0;
}

.help-cards img {
  width: 56px;
  height: 56px;
}

img[src$="icon-location.png"],
img[src$="icon-person-badge.png"],
img[src$="icon-team.png"] {
  clip-path: inset(11% 22% 22% 11%);
}

.site-footer {
  padding: 30px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
}

.site-footer span {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--gold-dark);
  font-weight: 700;
}

.footer-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.reveal {
  opacity: 0.96;
  transform: translateY(8px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1140px) {
  .nav-shell {
    gap: 18px;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    margin-left: auto;
  }

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

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding-top: 112px;
    background: var(--bg-page);
  }

  .hero::before {
    display: none;
  }

  .hero-shell,
  .split-shell,
  .help-shell {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .about,
  .help {
    min-height: auto;
    align-items: start;
  }

  .about {
    background:
      radial-gradient(circle at 50% 28%, rgba(189, 132, 52, 0.08), transparent 20rem),
      var(--bg-page);
  }

  .help {
    background:
      linear-gradient(180deg, rgba(251, 241, 231, 0.96) 0%, rgba(251, 241, 231, 0.88) 18%, rgba(251, 241, 231, 0.99) 50%, rgba(251, 241, 231, 1) 100%),
      radial-gradient(ellipse at 50% 18%, rgba(251, 241, 231, 0.12) 0%, rgba(251, 241, 231, 0.48) 44%, rgba(251, 241, 231, 0.96) 76%, rgba(251, 241, 231, 1) 100%),
      url("../assets/images/alma-contact-photo.jpg");
    background-position: center, center, center top;
    background-size: cover, cover, 480px auto;
    background-repeat: no-repeat;
  }

  .hero-copy,
  .split-copy,
  .help-copy {
    text-align: center;
  }

  .hero-copy .eyebrow {
    display: none;
  }

  .split-copy .eyebrow,
  .help-copy .eyebrow {
    justify-content: center;
  }

  .hero-actions,
  .about-action {
    justify-content: center;
  }

  .micro-trust {
    justify-content: center;
  }

  .divider.align-left {
    margin-inline: auto;
  }

  .hero-copy > *,
  .split-copy > *,
  .help-copy > * {
    order: 4;
  }

  .hero-copy .eyebrow,
  .split-copy .eyebrow,
  .help-copy .eyebrow {
    order: 1;
  }

  .hero-copy h1,
  .split-copy h2,
  .help-copy h2,
  .split-copy .divider,
  .help-copy .divider {
    order: 2;
  }

  .hero-copy::before,
  .split-copy::before,
  .help-copy::before {
    content: "";
    order: 3;
    display: block;
    min-height: clamp(380px, 96vw, 560px);
    margin-block: 2px 4px;
    background-repeat: no-repeat;
  }

  .hero-copy::before {
    background:
      linear-gradient(180deg, rgba(251, 241, 231, 1) 0%, rgba(251, 241, 231, 0) 26%, rgba(251, 241, 231, 0) 74%, rgba(251, 241, 231, 1) 100%),
      linear-gradient(90deg, rgba(251, 241, 231, 1) 0%, rgba(251, 241, 231, 0) 16%, rgba(251, 241, 231, 0) 84%, rgba(251, 241, 231, 1) 100%),
      url("../assets/images/mae-valeria-about.jpg");
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }

  .split-copy::before {
    background:
      linear-gradient(180deg, rgba(251, 241, 231, 1) 0%, rgba(251, 241, 231, 0) 26%, rgba(251, 241, 231, 0) 74%, rgba(251, 241, 231, 1) 100%),
      linear-gradient(90deg, rgba(251, 241, 231, 1) 0%, rgba(251, 241, 231, 0) 16%, rgba(251, 241, 231, 0) 84%, rgba(251, 241, 231, 1) 100%),
      url("../assets/images/mae-valeria-about.jpg");
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }

  .help-copy::before {
    display: none;
  }

  .hero-copy {
    max-width: 700px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 640px);
  }

  .split-shell,
  .help-shell {
    gap: 34px;
  }

}

@media (max-width: 700px) {
  .site-header {
    padding-block: 12px;
  }

  .nav-shell {
    justify-content: center;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

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

  .brand em {
    font-size: 0.56rem;
  }

  .nav-actions {
    display: none;
  }

  .whatsapp-float {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .whatsapp-float a {
    width: auto;
    min-height: 50px;
    padding: 4px 6px;
    border-radius: var(--r-xl);
    font-size: 0.72rem;
    flex-direction: column;
    gap: 2px;
  }

  .whatsapp-float .wa-icon {
    width: 1.2em;
    height: 1.2em;
  }

  .whatsapp-float span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-copy,
  .split-copy,
  .help-copy,
  .hero-text {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    word-break: break-word;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 12vw, 3.65rem);
    overflow-wrap: break-word;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13vw, 4.2rem);
    overflow-wrap: break-word;
  }

  .hero-trust,
  .service-grid,
  .testimonial-grid,
  .mini-stats,
  .help-cards {
    grid-template-columns: 1fr;
  }

  .hero-trust article {
    min-height: 0;
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .hero-trust article strong,
  .hero-trust article span {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-trust article span {
    grid-column: 2;
  }

  .btn {
    width: 100%;
    min-height: 56px;
    padding-inline: 20px;
  }

  .hero-actions,
  .about-action,
  .cta-pair {
    width: 100%;
  }

  .service-card,
  .quote-card {
    min-height: 0;
  }

  .help-cards article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .help-cards article:last-child {
    border-bottom: 0;
  }

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

@media (max-width: 420px) {
  body {
    font-size: 15px;
  }

  .section-pad {
    padding-block: 64px;
  }

  .hero {
    padding-bottom: 120px;
  }

  .hero-copy::before {
    min-height: 310px;
  }

  .hero-trust article {
    padding: 18px 16px;
  }

  .quote-card {
    padding-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
