:root {
  --lp-whatsapp: #25d366;
  --lp-whatsapp-hover: #1fb85a;
  --lp-max-width: 76rem;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--color-off-white);
  color: var(--color-body);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

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

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: var(--color-white);
  color: var(--color-wine-950);
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.lp-container {
  width: calc(100% - 2rem);
  max-width: var(--lp-max-width);
  margin-inline: auto;
}

main,
main > section,
.lp-hero__grid,
.lp-hero__content,
.section-heading,
.authority__grid,
.authority__content,
.closing__content {
  min-width: 0;
  max-width: 100%;
}

.lp-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-header__inner {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lp-header__brand {
  width: clamp(10rem, 36vw, 13rem);
}

.lp-header__brand img {
  width: 100%;
  height: auto;
}

.lp-header__service {
  display: none;
  color: var(--color-champagne-100);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 25%, rgba(196, 169, 108, 0.16), transparent 28rem),
    linear-gradient(145deg, var(--color-wine-950), var(--color-wine-800));
  color: var(--color-white);
}

.lp-hero__grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding-top: 7rem;
}

.lp-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 2.25rem;
  container-type: inline-size;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: var(--color-wine-700);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 1.8rem;
  height: 1px;
  background: var(--color-champagne-400);
}

.lp-hero .eyebrow,
.eyebrow--light {
  color: var(--color-champagne-100);
}

.lp-hero h1,
.section-heading h2,
.authority h2,
.closing h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.lp-hero h1 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(2.35rem, 10.5vw, 5.2rem);
  overflow-wrap: break-word;
}

.lp-hero h1 span {
  display: block;
  white-space: nowrap;
}

.lp-hero__question {
  width: 100%;
  max-width: 32rem;
  margin: 1.5rem 0 0;
  color: var(--color-champagne-100);
  font-size: clamp(1.1rem, 4.4vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.lp-hero__description {
  width: 100%;
  max-width: 39rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.lp-hero__description--primary {
  color: var(--color-champagne-100);
  font-size: clamp(1rem, 3.8vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
}

.lp-hero__details {
  width: 100%;
  max-width: 39rem;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

.direct-service {
  max-width: 100%;
  margin: 1.15rem 0 1.25rem;
  color: var(--color-white);
  font-weight: 700;
  overflow-wrap: break-word;
}

.whatsapp-button {
  width: fit-content;
  max-width: 100%;
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.whatsapp-button > span {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.whatsapp-button svg {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.whatsapp-button--light {
  background: var(--lp-whatsapp);
  color: var(--color-wine-950);
}

.whatsapp-button--wine {
  background: var(--color-wine-800);
  color: var(--color-white);
}

.whatsapp-button:hover {
  transform: translateY(-2px);
}

.whatsapp-button--light:hover {
  background: var(--lp-whatsapp-hover);
}

.whatsapp-button--wine:hover {
  background: var(--color-wine-950);
}

.whatsapp-button:focus-visible,
.lp-header__brand:focus-visible,
.lp-footer a:focus-visible {
  outline: 3px solid var(--color-champagne-400);
  outline-offset: 4px;
}

.lp-hero__content > small {
  display: block;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
}

.lp-hero__portrait {
  position: relative;
  min-height: 25rem;
  display: grid;
  align-items: end;
  justify-items: center;
}

.lp-hero__portrait::before {
  content: "";
  position: absolute;
  inset: 8% 2% 0;
  border: 1px solid rgba(245, 238, 220, 0.3);
  border-radius: 45% 45% 1rem 1rem;
  background: linear-gradient(180deg, rgba(246, 236, 230, 0.12), rgba(82, 24, 46, 0.4));
}

.lp-hero__mark {
  position: absolute;
  top: 16%;
  left: 50%;
  z-index: 1;
  width: min(78%, 26rem);
  height: auto;
  opacity: 0.2;
  transform: translateX(-50%);
}

.lp-hero__photo {
  position: relative;
  z-index: 2;
  width: min(90%, 27rem);
  height: auto;
  margin-inline: auto;
}

.lp-hero__credential {
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  z-index: 4;
  display: grid;
  gap: 0.05rem;
  padding: 0.75rem 1rem;
  border-left: 2px solid var(--color-champagne-400);
  background: rgba(47, 11, 24, 0.9);
  box-shadow: var(--shadow-md);
  font-size: 0.72rem;
}

.lp-hero__credential span {
  color: var(--color-champagne-200);
}

.situations,
.authority,
.closing {
  padding-block: clamp(4.5rem, 11vw, 7.5rem);
}

.situations {
  background: var(--color-off-white);
}

.section-heading {
  max-width: 48rem;
}

.section-heading h2,
.authority h2,
.closing h2 {
  color: var(--color-wine-950);
  font-size: clamp(2.55rem, 10vw, 4.25rem);
}

.section-heading > p:last-child {
  max-width: 40rem;
  margin: 1.15rem 0 0;
  color: var(--color-muted);
}

.situation-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 2.25rem;
}

.situation-card {
  position: relative;
  min-height: 13rem;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background: var(--color-white);
  box-shadow: var(--shadow-xs);
}

.situation-card::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--color-nude-200);
  border-radius: 50%;
}

.situation-card__number {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--color-champagne-500);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.situation-card h3 {
  margin: 0;
  color: var(--color-wine-950);
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 7vw, 2.05rem);
  line-height: 1.05;
}

.situation-card p {
  position: relative;
  z-index: 1;
  margin: 0.75rem 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.section-cta {
  display: grid;
  justify-items: start;
  gap: 1rem;
  margin-top: 2rem;
}

.section-cta p {
  margin: 0;
  color: var(--color-wine-950);
  font-weight: 700;
}

.authority {
  background: var(--color-nude-100);
}

.authority__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.authority__portrait {
  position: relative;
  max-width: 32rem;
  margin-inline: auto;
  padding: 0.75rem 0.75rem 0;
  aspect-ratio: 4 / 5;
}

.authority__portrait::before {
  content: "";
  position: absolute;
  inset: 0 0 1rem 1.5rem;
  border: 1px solid var(--color-champagne-400);
  border-radius: 50% 50% 1rem 1rem;
}

.authority__portrait img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50% 50% 1rem 1rem;
  box-shadow: var(--shadow-lg);
}

.authority__intro {
  max-width: 35rem;
  margin: 1.1rem 0 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 3.7vw, 1.15rem);
}

.authority-list {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-nude-300);
}

.authority-list li {
  display: grid;
  gap: 0.15rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--color-nude-300);
}

.authority-list strong {
  color: var(--color-wine-950);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.1;
}

.authority-list span {
  color: var(--color-muted);
  font-size: 0.86rem;
}

.closing {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(196, 169, 108, 0.16), transparent 22rem),
    linear-gradient(145deg, var(--color-wine-950), var(--color-wine-800));
  color: var(--color-white);
}

.closing::after {
  content: "";
  position: absolute;
  right: -11rem;
  bottom: -16rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid rgba(245, 238, 220, 0.18);
  border-radius: 50%;
}

.closing__content {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  text-align: center;
}

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

.closing h2 {
  color: var(--color-white);
}

.closing__content > p:not(.eyebrow):not(.closing__direct) {
  max-width: 45rem;
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, 0.76);
}

.closing__direct {
  margin: 1.1rem 0 1.25rem;
  color: var(--color-champagne-100);
  font-weight: 700;
}

.whatsapp-button--large {
  width: 100%;
  max-width: 31rem;
}

.closing small {
  display: block;
  max-width: 38rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  line-height: 1.5;
}

.lp-footer {
  padding: 2.5rem 0;
  background: #260812;
  color: rgba(255, 255, 255, 0.64);
}

.lp-footer__inner {
  display: grid;
  gap: 1.5rem;
}

.lp-footer strong {
  color: var(--color-white);
  font-size: 0.85rem;
}

.lp-footer p {
  max-width: 38rem;
  margin: 0.4rem 0 0;
  font-size: 0.76rem;
}

.lp-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.8rem;
}

.lp-footer a {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

@media (min-width: 40rem) {
  .lp-container {
    width: calc(100% - 3rem);
    max-width: var(--lp-max-width);
  }

  .lp-header__service {
    display: inline;
  }

  .lp-hero__content {
    padding-bottom: 3rem;
  }

  .lp-hero__description {
    font-size: 1rem;
  }

  .whatsapp-button {
    padding-inline: 1.5rem;
    font-size: 0.95rem;
  }

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

  .section-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .authority-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .authority-list li:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .authority-list li:nth-child(even) {
    padding-left: 1.25rem;
    border-left: 1px solid var(--color-nude-300);
  }
}

@media (max-width: 30rem) {
  .lp-hero__content {
    width: 100%;
  }

  .lp-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .lp-hero__question {
    font-size: 1rem;
  }

  .lp-hero__description {
    font-size: 0.9rem;
  }

  .whatsapp-button {
    width: 100%;
    padding-inline: 0.9rem;
    font-size: 0.86rem;
  }

  .whatsapp-button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 63.999rem) {
  .lp-hero__content > * {
    max-width: 100%;
  }

  .lp-hero__question,
  .lp-hero__description,
  .lp-hero__details,
  .direct-service,
  .lp-hero__content > small {
    width: 100%;
    max-inline-size: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .lp-hero .whatsapp-button {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1.4rem minmax(0, 1fr);
    justify-content: stretch;
  }
}

@media (min-width: 64rem) {
  .lp-hero__grid {
    min-height: min(55rem, 100svh);
    grid-template-columns: minmax(0, 1.12fr) minmax(24rem, 0.88fr);
    gap: 2rem;
    align-items: end;
  }

  .lp-hero__content {
    align-self: center;
    padding-top: 6rem;
  }

  .lp-hero__portrait {
    min-height: calc(100svh - 5rem);
    max-height: 50rem;
  }

  .lp-hero__photo {
    width: min(100%, 35rem);
    max-height: calc(100svh - 6rem);
    object-fit: contain;
    object-position: bottom;
  }

  .lp-hero__credential {
    right: 1rem;
    bottom: 2rem;
  }

  .situation-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .situation-card {
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .situation-card:hover {
    border-color: var(--color-champagne-400);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
  }

  .authority__grid {
    grid-template-columns: minmax(24rem, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(4rem, 8vw, 7rem);
  }

  .lp-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
