:root {
  --bg: #f9f7f2;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #194344;
  --text-soft: #4e6667;
  --teal: #4bb7ba;
  --teal-deep: #1d8b8f;
  --coral: #f1928e;
  --coral-deep: #d86b68;
  --sand: #f3e3cf;
  --line: rgba(25, 67, 68, 0.12);
  --shadow: 0 22px 60px rgba(34, 89, 89, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fffef9 0%, #f8f5ef 45%, #f2eee6 100%);
  overflow-x: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a,
video {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.page-shell::before,
.page-shell::after {
  content: none;
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.6;
}

.page-shell::before {
  width: 18rem;
  height: 18rem;
  top: -4rem;
  right: -4rem;
  background: rgba(75, 183, 186, 0.24);
}

.page-shell::after {
  width: 14rem;
  height: 14rem;
  left: -3rem;
  bottom: 10rem;
  background: rgba(241, 146, 142, 0.22);
}

.topbar,
.intro,
.care-path,
.story-block,
.offers-section,
.showcase,
.contact-section,
.footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem 0 0.85rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand img {
  width: clamp(8.4rem, 14vw, 11.5rem);
  height: auto;
  max-height: 5.7rem;
  object-fit: contain;
}

.footer-brand img {
  width: clamp(6.4rem, 11vw, 8.5rem);
  height: auto;
  max-height: 4.5rem;
  object-fit: contain;
}

.brand strong,
.footer-brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}

.brand span,
.footer-brand span {
  display: block;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.35;
}

.menu {
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 35px rgba(25, 67, 68, 0.08);
}

.menu a {
  font-size: 0.92rem;
  color: var(--text-soft);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  border-radius: 999px;
  padding: 0.9rem 1.3rem;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(29, 139, 143, 0.22);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(25, 67, 68, 0.1);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.92fr);
  gap: clamp(1.3rem, 3vw, 2.8rem);
  align-items: center;
  padding: clamp(1.2rem, 3.2vw, 2rem) 0 clamp(2rem, 4vw, 3.3rem);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--teal-deep);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
}

.section-heading {
  display: grid;
  gap: 0.55rem;
  margin-bottom: clamp(1.1rem, 2.4vw, 1.8rem);
}

.intro h1,
.section-heading h2,
.mini-offer h2,
.offer-note h3,
.contact-card h3,
.panel-copy h3,
.showcase-copy h2 {
  margin: 0;
  line-height: 0.98;
}

.intro h1 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4.8vw, 4.9rem);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.lead,
.story-card p,
.showcase-copy p,
.offer-note p,
.mini-offer p,
.panel-copy p,
.contact-grid p {
  color: var(--text-soft);
  font-size: clamp(1rem, 1.35vw, 1.06rem);
  line-height: 1.62;
}

.lead {
  max-width: 62ch;
  margin: 1rem 0 0;
}

.intro-pills,
.trust-strip,
.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.intro-pills {
  margin-top: 1.25rem;
}

.intro-pills span,
.trust-strip span,
.check-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(25, 67, 68, 0.08);
  color: var(--text);
  font-size: 0.88rem;
  box-shadow: 0 10px 24px rgba(25, 67, 68, 0.06);
}

.intro-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.6rem 0 0;
}

.numbers div {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(25, 67, 68, 0.08);
}

.numbers dt {
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 800;
  color: var(--teal-deep);
}

.numbers dd {
  margin: 0.3rem 0 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.intro-media {
  display: grid;
  justify-self: end;
  width: min(100%, 34rem);
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
}

.video-card,
.mini-offer,
.story-card,
.offer-note,
.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.video-card {
  padding: 0.9rem;
  background:
    linear-gradient(180deg, rgba(12, 98, 102, 0.9), rgba(12, 98, 102, 0.3)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.08));
}

.card-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0.35rem 0.85rem;
  color: #f6f9f9;
}

.card-label span {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-label strong {
  max-width: 15ch;
  text-align: right;
  font-size: 0.98rem;
  line-height: 1.2;
}

.video-card video {
  width: 100%;
  height: clamp(24rem, 54vh, 35rem);
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius-xl) - 0.6rem);
}

.mini-offer {
  display: grid;
  align-items: start;
  gap: clamp(0.9rem, 1.8vw, 1.25rem);
  padding: clamp(1.1rem, 2vw, 1.35rem);
}

.mini-tag {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--coral-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-offer h2 {
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  line-height: 1.05;
}

.mini-offer p {
  margin: 0;
}

.mini-offer .button {
  justify-self: start;
  margin-top: 0.1rem;
}

.care-path,
.offers-section,
.showcase,
.contact-section {
  padding: clamp(1.8rem, 4.8vw, 4rem) 0;
}

.story-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.78fr);
  gap: clamp(1rem, 2.8vw, 2rem);
  align-items: center;
  padding: clamp(1.5rem, 4.2vw, 3.5rem) 0;
}

.section-heading h2,
.showcase-copy h2 {
  max-width: 24ch;
  font-size: clamp(1.95rem, 2.85vw, 3.15rem);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.07;
  text-wrap: balance;
}

.care-path > .section-heading,
.offers-section > .section-heading {
  max-width: 49rem;
  margin-inline: auto;
  text-align: center;
}

.care-path > .section-heading h2,
.offers-section > .section-heading h2,
.contact-card .section-heading h2 {
  margin-inline: auto;
}

.panel-copy h3,
.offer-note h3,
.contact-card h3,
.mini-offer h2 {
  letter-spacing: -0.03em;
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.3rem;
}

.tab {
  border: 0;
  border-radius: 999px;
  padding: 0.82rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font: inherit;
  font-size: 0.93rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.tab:hover,
.tab:focus-visible {
  transform: translateY(-1px);
}

.tab.is-active {
  background: linear-gradient(135deg, var(--coral), #ffb49f);
  color: #ffffff;
}

.tab-panels {
  position: relative;
  margin-top: 1rem;
}

.tab-panel {
  display: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(1rem, 2.2vw, 1.6rem);
  padding: clamp(1.25rem, 2.8vw, 2rem);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(25, 67, 68, 0.08);
  box-shadow: 0 22px 40px rgba(25, 67, 68, 0.07);
}

.tab-panel.is-active {
  display: grid;
}

.panel-copy h3 {
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.08;
  max-width: 21ch;
}

.panel-copy p {
  margin: 0.85rem 0 0;
  max-width: 54ch;
}

.panel-copy ul,
.offer-note ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.panel-copy li,
.offer-note li {
  position: relative;
  padding-left: 1.1rem;
  margin-top: 0.6rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.panel-copy li::before,
.offer-note li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--coral));
}

.panel-grid {
  display: grid;
  gap: 0.9rem;
}

.feature-card {
  height: 100%;
  padding: clamp(1rem, 1.8vw, 1.25rem);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(75, 183, 186, 0.16), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(75, 183, 186, 0.18);
}

.feature-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}

.feature-card p {
  margin: 0.55rem 0 0;
  color: var(--text-soft);
  line-height: 1.55;
  font-size: 0.92rem;
}

.story-card,
.offer-note,
.contact-card {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.story-card .section-heading,
.contact-card .section-heading {
  margin-bottom: clamp(0.9rem, 2vw, 1.25rem);
}

.story-card p {
  margin: 1rem 0 0;
}

.trust-strip {
  margin-top: 1.25rem;
}

.quote-visual {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  min-height: clamp(25rem, 42vw, 36rem);
}

.quote-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.offers-flow {
  display: grid;
  grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.12fr);
  gap: clamp(1rem, 2.7vw, 2rem);
  align-items: center;
  margin-top: clamp(1rem, 2.4vw, 1.6rem);
}

.offer-note h3,
.contact-card h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.08;
}

.offer-note .button {
  margin-top: 1.35rem;
}

.poster-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  justify-self: center;
  width: min(100%, 31rem);
  gap: clamp(0.85rem, 1.8vw, 1.15rem);
}

.poster-card {
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.82);
}

.poster-card-large {
  align-self: stretch;
}

.poster-card img,
.poster-card video {
  width: 100%;
  height: 100%;
  min-height: clamp(18rem, 30vw, 25rem);
  max-height: clamp(18rem, 30vw, 25rem);
  object-fit: cover;
  object-position: center;
}

.poster-card video {
  background: #f7f3ed;
  object-fit: contain;
}

.price-poster-card {
  scroll-margin-top: 7rem;
  width: min(92%, 54rem);
  margin: clamp(1.4rem, 3vw, 2.3rem) auto 0;
  padding: clamp(0.45rem, 1.2vw, 0.8rem);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(25, 67, 68, 0.08);
  box-shadow: var(--shadow);
}

.price-poster-card img {
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-xl) - 0.65rem);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(17rem, 0.68fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: center;
}

.showcase-copy {
  max-width: 38rem;
  padding: clamp(1rem, 2vw, 1.4rem) 0;
}

.showcase-copy h2 {
  max-width: 23ch;
}

.showcase-media {
  justify-self: end;
  width: min(100%, 30rem);
  padding: 0.9rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(241, 146, 142, 0.3), rgba(75, 183, 186, 0.18));
  box-shadow: var(--shadow);
}

.showcase-media video {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  max-height: none;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 0.6rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
  margin-top: 1.35rem;
}

.contact-card .section-heading {
  text-align: center;
}

.contact-card .section-heading h2 {
  margin-inline: auto;
  max-width: 100%;
}

.contact-grid article {
  padding: 1rem 0 0;
  border-top: 1px solid var(--line);
}

.contact-grid h3 {
  margin-bottom: 0.45rem;
}

.contact-grid p {
  margin: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0 2.1rem;
  color: var(--text-soft);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(22, 163, 74, 0.28);
}

@media (max-width: 980px) {
  .topbar,
  .intro,
  .story-block,
  .offers-flow,
  .showcase,
  .tab-panel {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .menu {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .button-header {
    margin-left: auto;
  }

  .intro h1 {
    max-width: 12.5ch;
  }

  .intro-media,
  .showcase-media {
    justify-self: center;
  }

  .video-card video {
    height: min(66vh, 32rem);
  }

  .quote-visual {
    max-height: 34rem;
  }
}

@media (max-width: 720px) {
  .topbar,
  .intro,
  .care-path,
  .story-block,
  .offers-section,
  .showcase,
  .contact-section,
  .footer {
    width: min(calc(100% - 1.5rem), var(--max-width));
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 15;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.58rem;
    width: 100%;
    padding: 0.62rem 0.75rem 0.7rem;
    background: rgba(255, 254, 249, 0.92);
    border-bottom: 1px solid rgba(25, 67, 68, 0.08);
    backdrop-filter: blur(16px);
  }

  .brand {
    width: 100%;
    justify-content: center;
    gap: 0;
  }

  .brand img {
    width: min(14rem, 62vw);
    max-height: 6.1rem;
  }

  .footer-brand img {
    width: min(10.5rem, 48vw);
    max-height: 5rem;
  }

  .brand strong {
    display: none;
  }

  .brand span {
    display: none;
  }

  .button-header {
    display: none;
  }

  .menu {
    order: 0;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: auto;
    padding: 0.35rem;
    border-radius: 1rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .menu::-webkit-scrollbar {
    display: none;
  }

  .menu a {
    flex: 0 0 auto;
    min-height: 2.55rem;
    padding: 0.68rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: var(--text);
    font-size: 0.84rem;
    font-weight: 700;
    scroll-snap-align: start;
  }

  .intro {
    gap: 1rem;
    padding-top: 1rem;
  }

  .intro h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 9.2vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: 0;
  }

  .eyebrow {
    margin-bottom: 0.55rem;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
  }

  .lead,
  .story-card p,
  .showcase-copy p,
  .offer-note p,
  .mini-offer p,
  .panel-copy p,
  .contact-grid p {
    font-size: 0.96rem;
    line-height: 1.56;
  }

  .lead {
    margin-top: 0.82rem;
  }

  .intro-pills,
  .trust-strip,
  .check-list {
    display: grid;
    gap: 0.55rem;
  }

  .intro-pills span,
  .trust-strip span,
  .check-list span {
    width: 100%;
    justify-content: flex-start;
    border-radius: 1rem;
    padding: 0.68rem 0.78rem;
    font-size: 0.83rem;
    box-shadow: none;
  }

  .intro-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 1.15rem;
  }

  .intro-actions .button,
  .contact-actions .button,
  .offer-note .button,
  .mini-offer .button {
    width: 100%;
    border-radius: 1rem;
  }

  .numbers {
    gap: 0.55rem;
    margin-top: 1.15rem;
  }

  .numbers,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .numbers div {
    padding: 0.82rem 0.9rem;
    border-radius: 1rem;
  }

  .numbers dt {
    font-size: 1.2rem;
  }

  .numbers dd {
    font-size: 0.84rem;
  }

  .mini-offer {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 0.78rem;
    border-radius: 1.25rem;
  }

  .section-heading h2,
  .showcase-copy h2 {
    max-width: 100%;
    font-size: clamp(1.62rem, 7.4vw, 2.28rem);
    line-height: 1.04;
  }

  .section-heading {
    margin-bottom: 1rem;
  }

  .care-path > .section-heading,
  .offers-section > .section-heading {
    max-width: 100%;
    text-align: left;
  }

  .care-path > .section-heading h2,
  .offers-section > .section-heading h2 {
    margin-inline: 0;
  }

  .service-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .service-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab {
    flex: 0 0 auto;
    min-height: 2.75rem;
    padding: 0.72rem 0.88rem;
    font-size: 0.84rem;
    scroll-snap-align: start;
  }

  .tab-panel {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .panel-copy h3,
  .offer-note h3,
  .contact-card h3 {
    max-width: 100%;
    font-size: clamp(1.25rem, 5.8vw, 1.62rem);
    line-height: 1.1;
  }

  .feature-card,
  .story-card,
  .offer-note,
  .contact-card {
    border-radius: 1.25rem;
  }

  .video-card {
    padding: 0.58rem;
    border-radius: 1.35rem;
  }

  .card-label {
    align-items: flex-start;
    padding: 0.3rem 0.2rem 0.65rem;
  }

  .card-label span {
    font-size: 0.68rem;
  }

  .card-label strong {
    font-size: 0.82rem;
  }

  .video-card video {
    aspect-ratio: 4 / 5;
    height: auto;
    max-height: 29rem;
    border-radius: 1rem;
  }

  .quote-visual {
    border-radius: 1.25rem;
    background: #edd4ba;
  }

  .quote-visual img,
  .poster-card img,
  .poster-card video {
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }

  .poster-stack {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .poster-card {
    border-radius: 1.2rem;
  }

  .price-poster-card {
    scroll-margin-top: 8.5rem;
    width: 92%;
    padding: 0.38rem;
    border-radius: 1.2rem;
  }

  .price-poster-card img {
    border-radius: 0.9rem;
  }

  .showcase {
    gap: 0.8rem;
  }

  .showcase-copy {
    padding: 0;
  }

  .showcase-media {
    width: 100%;
    padding: 0.58rem;
    border-radius: 1.25rem;
  }

  .showcase-media video {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
    max-height: 29rem;
    border-radius: 0.9rem;
  }

  .contact-grid {
    gap: 0.75rem;
  }

  .contact-grid article {
    padding-top: 0.85rem;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    padding-bottom: 5.5rem;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .whatsapp-float {
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    left: 0.75rem;
    display: flex;
    justify-content: center;
    min-height: 3.05rem;
    border-radius: 1rem;
    padding: 0.95rem 1rem;
  }
}

@media (max-width: 380px) {
  .topbar {
    padding-inline: 0.65rem;
  }

  .menu a,
  .tab {
    font-size: 0.8rem;
  }

  .intro h1 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }
}

@media (hover: none) {
  .button:hover,
  .button:focus-visible,
  .tab:hover,
  .tab:focus-visible {
    transform: none;
  }
}

@media (max-height: 820px) and (min-width: 981px) {
  .intro {
    padding-top: 0.8rem;
    padding-bottom: 1.8rem;
  }

  .intro h1 {
    font-size: clamp(2.25rem, 4.1vw, 3.9rem);
  }

  .lead {
    margin-top: 0.8rem;
  }

  .intro-pills,
  .intro-actions {
    margin-top: 1rem;
  }

  .numbers {
    margin-top: 1.15rem;
  }

  .video-card video {
    height: min(52vh, 29rem);
  }
}
