:root {
  --color-white: #ffffff;
  --color-soft-white: #fffdfc;
  --color-ticker: #6f6260;
  --color-title: #b99082;
  --color-title-dark: #725f5d;
  --color-text: #6d6260;
  --color-button: #a47b71;
  --max-content: 1180px;
  --page-padding: clamp(24px, 6vw, 72px);
  --hero-copy-offset: clamp(82px, 11.5vw, 154px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--color-soft-white);
  color: #2b2321;
  font-family: "Inter", Arial, sans-serif;
}

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

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
  will-change: opacity, transform;
}

[data-reveal="left"] {
  transform: translate3d(-28px, 0, 0);
}

[data-reveal="right"] {
  transform: translate3d(28px, 0, 0);
}

[data-reveal="zoom"] {
  transform: scale(0.96);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-reveal-delay="1"] {
  transition-delay: 90ms;
}

[data-reveal-delay="2"] {
  transition-delay: 180ms;
}

[data-reveal-delay="3"] {
  transition-delay: 270ms;
}

[data-reveal-delay="4"] {
  transition-delay: 360ms;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--color-white);
}

.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 28px;
  width: 73%;
  height: calc(100% - 28px);
  max-width: none;
  object-fit: cover;
  object-position: 53% center;
}

.hero__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #ffffff 0%,
      #ffffff 32%,
      rgba(255, 255, 255, 0.98) 42%,
      rgba(255, 255, 255, 0.82) 50%,
      rgba(255, 255, 255, 0.38) 58%,
      rgba(255, 255, 255, 0) 69%
    );
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(48%, var(--max-content));
  min-height: 100svh;
  padding: clamp(44px, 7vh, 60px) var(--page-padding) 64px
    var(--hero-copy-offset);
}

.hero__logo {
  width: clamp(72px, 6.8vw, 88px);
  height: auto;
  margin: 0 0 clamp(20px, 3.2vh, 28px);
}

.hero__title {
  max-width: 360px;
  margin: 0 0 7px;
  color: var(--color-title-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.05vw, 51px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__title span {
  color: var(--color-title);
}

.hero__subtitle {
  max-width: 360px;
  margin: 0;
  color: var(--color-text);
  font-size: clamp(14px, 1.33vw, 17px);
  font-weight: 500;
  line-height: 1.08;
}

.hero__subtitle strong {
  font-weight: 800;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  margin-top: 17px;
  padding: 7px 18px 7px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8d6b64 0%, var(--color-button) 54%, #bd9082 100%);
  color: #ffffff;
  font-size: clamp(14px, 1.28vw, 16px);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(111, 84, 77, 0.13);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.hero__button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: currentColor;
}

.hero__button:hover,
.hero__button:focus-visible {
  background: linear-gradient(90deg, #7f5f59 0%, #9a746b 54%, #b38478 100%);
  box-shadow: 0 8px 20px rgba(111, 84, 77, 0.2);
  transform: translateY(-1px);
}

.hero__button:focus-visible {
  outline: 3px solid rgba(164, 123, 113, 0.28);
  outline-offset: 3px;
}

.hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 28px;
  overflow: hidden;
  background: var(--color-ticker);
  color: #f9f4f1;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}

.hero-ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 22s linear infinite;
}

.hero-ticker__group {
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 54px);
  padding-right: clamp(28px, 5vw, 54px);
}

.hero-ticker__group span {
  display: inline-flex;
  align-items: center;
}

.signals {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: clamp(44px, 7vw, 70px) 24px clamp(54px, 8vw, 78px);
  background:
    radial-gradient(circle at 50% 6%, rgba(205, 167, 151, 0.44), transparent 34%),
    linear-gradient(180deg, #b18677 0%, #896e6b 72%, #5d4a4d 100%);
  color: #ffffff;
  text-align: center;
}

.signals__inner {
  width: min(100%, 760px);
}

.signals__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 25px;
  margin-bottom: 18px;
  padding: 3px 16px 4px;
  border: 1.5px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.signals__eyebrow svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.signals__title {
  margin: 0 auto 29px;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.2vw, 49px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.signals__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px 10px;
  max-width: 670px;
  margin: 0 auto 29px;
}

.signals__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 3px 17px 4px;
  border-radius: 999px;
  background: #ffffff;
  color: #7a6b68;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(116, 94, 89, 0.12);
}

.signals__text {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 500;
  line-height: 1.12;
}

.signals__text strong {
  font-weight: 800;
}

.signals__button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 31px;
  padding: 7px 21px 8px;
  border-radius: 999px;
  background: #ffffff;
  color: #72912e;
  font-size: clamp(14px, 1.55vw, 17px);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 15px 28px rgba(50, 33, 35, 0.24);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.signals__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -11px -24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  filter: blur(14px);
  opacity: 0.72;
  pointer-events: none;
}

.signals__button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.signals__button:hover,
.signals__button:focus-visible {
  box-shadow: 0 18px 34px rgba(50, 33, 35, 0.3);
  transform: translateY(-1px);
}

.signals__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.32);
  outline-offset: 4px;
}

.about {
  background: #ffffff;
  padding: clamp(68px, 8vw, 92px) 24px clamp(58px, 7vw, 78px);
}

.about__inner {
  display: grid;
  grid-template-columns: 280px minmax(0, 650px);
  align-items: start;
  justify-content: center;
  gap: clamp(36px, 4.8vw, 62px);
  width: min(100%, 1030px);
  margin: 0 auto;
}

.about__media {
  position: relative;
  width: min(100%, 276px);
  min-height: 312px;
  margin-top: 100px;
  padding: 0 0 43px 34px;
}

.about__media::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 272px;
  border-radius: 19px 19px 17px 17px;
  background: #bd917f;
}

.about__photo-card {
  position: relative;
  z-index: 1;
  width: 220px;
  height: 270px;
  overflow: hidden;
  border-radius: 16px;
  background: #343434;
  box-shadow: 14px 18px 22px rgba(52, 44, 42, 0.24);
}

.about__photo-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 45%;
  transform: scale(2.05);
}

.about__name {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 1;
  width: 220px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.about__content {
  align-self: start;
}

.about__title {
  margin: 0 0 48px;
  color: var(--color-title-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 5vw, 62px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.about__text {
  color: #5f5553;
  font-size: clamp(14px, 1.28vw, 16px);
  font-weight: 600;
  line-height: 1.08;
}

.about__text p {
  margin: 0;
}

.about__text p + p {
  margin-top: 17px;
}

.care {
  background: #ffffff;
  padding: clamp(34px, 5vw, 54px) 24px clamp(42px, 5.5vw, 64px);
}

.care__inner {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
}

.care__rule {
  width: min(100%, 840px);
  height: 2px;
  margin: 0 auto 42px;
  background: #b18677;
}

.care__title {
  margin: 0 0 34px;
  color: var(--color-title-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.1vw, 48px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.care__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 305px));
  justify-content: center;
  gap: clamp(44px, 6vw, 78px);
  margin-bottom: 26px;
}

.care-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 305px;
  padding: 17px 22px 17px;
  border: 1px solid rgba(111, 98, 96, 0.35);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(58, 49, 47, 0.24);
  color: #4f4949;
  text-align: left;
}

.care-card__topline {
  position: absolute;
  top: -3px;
  left: 17px;
  width: 78px;
  height: 4px;
  border-radius: 999px;
  background: #719a22;
}

.care-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
}

.care-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  min-height: 22px;
  padding: 4px 13px;
  border-radius: 999px;
  background: #719a22;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.care-card svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: #6a6464;
}

.care-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.02;
}

.care-card p + p {
  margin-top: 15px;
}

.care-card strong {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: #0f6d2f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.care__note {
  margin: 0 0 20px;
  color: #4f4949;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.12;
}

.care__note strong {
  font-weight: 800;
}

.care__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 24px 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #725f5d 0%, #a47b71 58%, #bd9082 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(111, 84, 77, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.care__button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.care__button:hover,
.care__button:focus-visible {
  box-shadow: 0 10px 22px rgba(111, 84, 77, 0.24);
  transform: translateY(-1px);
}

.care__button:focus-visible {
  outline: 3px solid rgba(164, 123, 113, 0.28);
  outline-offset: 3px;
}

.testimonials {
  min-height: 365px;
  padding: 26px 24px 40px;
  background:
    radial-gradient(circle at 50% 8%, rgba(203, 165, 151, 0.3), transparent 35%),
    linear-gradient(180deg, #b28778 0%, #876c69 70%, #604c4f 100%);
  color: #ffffff;
}

.testimonials__inner {
  width: min(100%, 820px);
  margin: 0 auto;
}

.testimonials__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 25px;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
  text-align: center;
}

.testimonials__title span {
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

.testimonials__title span:last-child {
  align-self: flex-end;
  margin-left: -2px;
  margin-bottom: -9px;
  font-size: 27px;
}

.testimonials__grid {
  position: relative;
  min-height: 235px;
}

.testimonial {
  position: absolute;
  margin: 0;
  border-radius: 7px;
  background: #ffffff;
  color: #3e3c3c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.08;
  text-align: left;
  box-shadow: 0 8px 14px rgba(54, 40, 38, 0.24);
}

.testimonial--one {
  top: 0;
  left: 0;
  width: 307px;
  min-height: 125px;
  padding: 16px 20px;
}

.testimonial--two {
  top: 20px;
  left: 315px;
  width: 302px;
  min-height: 86px;
  padding: 20px 18px;
}

.testimonial--three {
  top: 111px;
  left: 98px;
  width: 310px;
  min-height: 87px;
  padding: 25px 31px;
}

.testimonial--four {
  top: 102px;
  right: 0;
  width: 308px;
  min-height: 50px;
  padding: 18px 19px;
}

.faq {
  background: #ffffff;
  padding: clamp(54px, 7vw, 78px) 24px clamp(18px, 3vw, 28px);
}

.faq__inner {
  width: min(100%, 680px);
  margin: 0 auto;
  text-align: center;
}

.faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 22px;
  margin-bottom: 11px;
  padding: 3px 14px;
  border: 1px solid rgba(114, 95, 93, 0.42);
  border-radius: 999px;
  color: #8a7c79;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.faq__eyebrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.faq__title {
  margin: 0 0 29px;
  color: var(--color-title);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 43px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.faq__list {
  text-align: left;
}

.faq__item {
  border-bottom: 2px solid #3f3a39;
}

.faq__item:first-child {
  border-top: 0;
}

.faq__item summary {
  position: relative;
  display: block;
  padding: 6px 28px 5px 0;
  color: #4f4949;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  cursor: pointer;
  list-style: none;
}

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

.faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  color: #3f3a39;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.faq__item[open] summary::after {
  content: "-";
}

.faq__item p {
  margin: 0;
  padding: 3px 34px 13px 0;
  color: #6d6260;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
}

.final-cta {
  background: #ffffff;
  padding: clamp(8px, 1.6vw, 18px) 24px clamp(72px, 8vw, 92px);
}

.final-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 830px);
  min-height: 310px;
  margin: 0 auto;
}

.final-cta__box {
  position: relative;
  z-index: 2;
  width: 328px;
  min-height: 158px;
  margin-right: -72px;
  padding: 24px 28px 25px;
  border-radius: 14px;
  background: #bd917f;
  color: #ffffff;
  box-shadow: 14px 18px 26px rgba(78, 59, 55, 0.18);
}

.final-cta__title {
  margin: 0 0 11px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: 0;
}

.final-cta__text {
  max-width: 260px;
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.16;
}

.final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 28px;
  padding: 6px 15px 7px;
  border-radius: 999px;
  background: #ffffff;
  color: #bd917f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 15px rgba(91, 68, 63, 0.14);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.final-cta__button svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.final-cta__button:hover,
.final-cta__button:focus-visible {
  box-shadow: 0 10px 20px rgba(91, 68, 63, 0.2);
  transform: translateY(-1px);
}

.final-cta__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.32);
  outline-offset: 3px;
}

.final-cta__photo {
  position: relative;
  z-index: 1;
  width: 450px;
  height: auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.final-cta__photo img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.site-footer {
  background: #725f5d;
  color: #ffffff;
  padding: 10px 24px;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 520px);
  min-height: 36px;
  margin: 0 auto;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.site-footer p span {
  display: inline-block;
  margin: 0 10px;
}

.site-footer__brand {
  color: inherit;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.site-footer__brand:hover,
.site-footer__brand:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #739d25 0%, #4f8f2c 100%);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(55, 73, 38, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  box-shadow: 0 15px 30px rgba(55, 73, 38, 0.34);
  transform: translateY(-2px);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(115, 157, 37, 0.28);
  outline-offset: 4px;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 620px;
  }

  .hero__image {
    width: 92%;
    bottom: 28px;
    height: calc(100% - 28px);
    object-position: 58% center;
  }

  .hero__wash {
    background:
      linear-gradient(
        90deg,
        #ffffff 0%,
        #ffffff 18%,
        rgba(255, 255, 255, 0.94) 34%,
        rgba(255, 255, 255, 0.48) 52%,
        rgba(255, 255, 255, 0) 72%
      );
  }

  .hero__content {
    width: 44%;
    padding-top: 44px;
    padding-left: clamp(32px, 6vw, 58px);
  }

  .hero__title {
    max-width: 320px;
    font-size: clamp(32px, 5.2vw, 44px);
  }

  .hero__subtitle {
    max-width: 320px;
    font-size: clamp(13px, 1.75vw, 15px);
  }

  .hero__button {
    font-size: 14px;
  }

  .hero-ticker {
    font-size: 13px;
  }

  .signals {
    min-height: 480px;
  }

  .signals__inner {
    max-width: 650px;
  }

  .about__inner {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 34px;
  }

  .about__media {
    width: 230px;
    margin-top: 86px;
    padding-left: 26px;
  }

  .about__media::before {
    width: 202px;
  }

  .about__photo-card,
  .about__name {
    width: 202px;
  }

  .about__title {
    margin-bottom: 34px;
  }

  .care__cards {
    gap: 28px;
  }

  .care-card {
    padding-inline: 18px;
  }

  .testimonials__inner {
    width: min(100%, 720px);
  }

  .testimonial--one {
    width: 290px;
  }

  .testimonial--two {
    left: 300px;
    width: 280px;
  }

  .testimonial--three {
    left: 75px;
    width: 300px;
  }

  .testimonial--four {
    width: 280px;
  }

  .faq__inner {
    width: min(100%, 620px);
  }

  .final-cta__inner {
    width: min(100%, 760px);
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 780px;
    height: 100svh;
    background: #ffffff;
  }

  .hero__image {
    top: 300px;
    right: auto;
    left: -170px;
    width: calc(100% + 170px);
    bottom: 26px;
    height: calc(100% - 326px);
    object-position: center center;
  }

  .hero__wash {
    background:
      linear-gradient(
        180deg,
        #ffffff 0%,
        #ffffff 34%,
        rgba(255, 255, 255, 0.46) 46%,
        rgba(255, 255, 255, 0.04) 62%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .hero__content {
    width: 100%;
    min-height: 0;
    padding: 22px 20px 0;
    text-align: center;
  }

  .hero__logo {
    width: 70px;
    margin: 0 auto 14px;
  }

  .hero__title {
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
    line-height: 0.95;
  }

  .hero__subtitle {
    max-width: 318px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.13;
  }

  .hero__button {
    min-height: 34px;
    margin-top: 14px;
    padding: 8px 20px 8px 22px;
    font-size: 14px;
  }

  .hero-ticker {
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }

  .signals {
    min-height: auto;
    padding: 42px 18px 50px;
  }

  .signals__eyebrow {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .signals__title {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .signals__chips {
    gap: 9px;
    margin-bottom: 26px;
  }

  .signals__chips span {
    min-height: 25px;
    padding-inline: 13px;
    font-size: 14px;
  }

  .signals__text {
    font-size: 14px;
  }

  .signals__button {
    font-size: 14px;
  }

  .about {
    padding: 48px 20px 56px;
  }

  .about__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    justify-items: center;
  }

  .about__media {
    order: 2;
    width: 246px;
    margin-top: 0;
  }

  .about__content {
    order: 1;
  }

  .about__title {
    margin-bottom: 28px;
    text-align: center;
    font-size: 44px;
  }

  .about__text {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.18;
  }

  .care {
    padding: 36px 18px 48px;
  }

  .care__rule {
    margin-bottom: 30px;
  }

  .care__title {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .care__cards {
    grid-template-columns: minmax(0, 305px);
    gap: 24px;
  }

  .care-card {
    min-height: auto;
  }

  .care__note {
    font-size: 14px;
  }

  .care__button {
    font-size: 15px;
  }

  .testimonials {
    padding: 32px 18px 44px;
  }

  .testimonials__title {
    margin-bottom: 24px;
    font-size: 31px;
  }

  .testimonials__grid {
    display: grid;
    gap: 12px;
    min-height: 0;
  }

  .testimonial {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 17px 18px;
    font-size: 13px;
  }

  .faq {
    padding: 44px 20px 24px;
  }

  .faq__title {
    margin-bottom: 24px;
    font-size: 34px;
  }

  .faq__item summary {
    font-size: 14px;
  }

  .final-cta {
    padding: 12px 18px 58px;
  }

  .final-cta__inner {
    flex-direction: column-reverse;
    min-height: 0;
  }

  .final-cta__box {
    width: min(100%, 328px);
    margin: -34px 0 0;
  }

  .final-cta__photo {
    width: min(100%, 390px);
  }

  .site-footer__inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .site-footer p {
    font-size: 12px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float svg {
    width: 27px;
    height: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-ticker__track {
    animation-duration: 80s;
  }
}
