body.ads-grooming-landing,
body.ads-grooming-landing *,
body.ads-grooming-landing *::before,
body.ads-grooming-landing *::after {
  box-sizing: border-box;
}

body.ads-grooming-landing {
  --ads-ink: #123f43;
  --ads-muted: #567074;
  --ads-teal: #007f82;
  --ads-teal-dark: #00666a;
  --ads-aqua: #15b7b3;
  --ads-aqua-light: #dff8f6;
  --ads-mint: #f1fbfa;
  --ads-line: #ccebea;
  --ads-white: #ffffff;
  --ads-gold: #f2b84b;
  --ads-shadow: 0 18px 50px rgba(6, 77, 82, 0.11);
  --ads-shadow-soft: 0 10px 28px rgba(6, 77, 82, 0.08);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  color: var(--ads-ink);
  background: var(--ads-white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ads-grooming-landing img {
  display: block;
  height: auto;
  max-width: 100%;
}

.ads-grooming-landing a {
  text-decoration: none;
}

.ads-grooming-landing h1,
.ads-grooming-landing h2,
.ads-grooming-landing h3,
.ads-grooming-landing p,
.ads-grooming-landing blockquote,
.ads-grooming-landing figure {
  margin-top: 0;
}

.ads-grooming-landing h1,
.ads-grooming-landing h2,
.ads-grooming-landing h3 {
  margin-bottom: 0;
  color: var(--ads-ink);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.ads-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ads-eyebrow {
  margin-bottom: 12px;
  color: var(--ads-teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.ads-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 14px;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.ads-button:active {
  transform: translateY(0) scale(0.98);
}

.ads-button:focus-visible,
.ads-grooming-landing a:focus-visible {
  outline: 3px solid #ffd166;
  outline-offset: 3px;
}

.ads-button-call {
  color: var(--ads-white);
  background: var(--ads-teal-dark);
  box-shadow: 0 12px 26px rgba(0, 102, 106, 0.22);
}

.ads-button-call:hover {
  background: #00585b;
  box-shadow: 0 16px 32px rgba(0, 102, 106, 0.28);
}

.ads-button-whatsapp {
  color: #053f35;
  background: #55dfbc;
  box-shadow: 0 12px 26px rgba(20, 158, 125, 0.2);
}

.ads-button-whatsapp:hover {
  background: #66e8c7;
  box-shadow: 0 16px 32px rgba(20, 158, 125, 0.27);
}

.ads-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(0, 127, 130, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(6, 77, 82, 0.05);
  backdrop-filter: blur(16px);
}

.ads-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.ads-brand img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 1px solid var(--ads-line);
  border-radius: 14px;
  object-fit: cover;
}

.ads-brand span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.ads-brand strong {
  color: var(--ads-teal-dark);
  font-size: 1.05rem;
  line-height: 1.15;
  white-space: nowrap;
}

.ads-brand small {
  color: var(--ads-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.ads-header-call {
  min-height: 46px;
  padding: 11px 20px;
}

.ads-hero {
  background:
    radial-gradient(circle at 12% 14%, rgba(21, 183, 179, 0.09), transparent 30%),
    linear-gradient(180deg, #f7fdfc 0%, #ffffff 88%);
}

.ads-hero-grid {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.86fr);
  align-items: center;
  gap: clamp(44px, 7vw, 88px);
  padding-block: clamp(38px, 6vh, 68px);
}

.ads-hero-copy {
  max-width: 650px;
}

.ads-hero-copy h1 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: 0.99;
}

.ads-hero-subtitle {
  max-width: 600px;
  margin-bottom: 20px;
  color: var(--ads-muted);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.ads-offer {
  max-width: 590px;
  margin-bottom: 24px;
  padding: 13px 16px;
  border: 1px solid #9ae1dc;
  border-radius: 13px;
  color: var(--ads-teal-dark);
  background: var(--ads-aqua-light);
  font-size: 0.97rem;
  line-height: 1.42;
  animation: ads-offer-attention 3.8s ease-in-out infinite;
  will-change: transform, box-shadow;
}

@keyframes ads-offer-attention {
  0%, 60%, 100% {
    border-color: #9ae1dc;
    box-shadow: 0 0 0 0 rgba(21, 183, 179, 0);
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  70% {
    border-color: #35c5bd;
    box-shadow: 0 16px 38px rgba(21, 183, 179, 0.24), 0 0 0 7px rgba(21, 183, 179, 0.1);
    transform: translate3d(0, -2px, 0) scale(1.012) rotate(0deg);
  }
  75% {
    transform: translate3d(-1.5px, -1px, 0) scale(1.01) rotate(-0.12deg);
  }
  79% {
    transform: translate3d(1.5px, -1px, 0) scale(1.01) rotate(0.12deg);
  }
  83% {
    transform: translate3d(-1px, 0, 0) scale(1.006) rotate(-0.08deg);
  }
  87% {
    border-color: #68d5cf;
    box-shadow: 0 8px 22px rgba(21, 183, 179, 0.13);
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

.ads-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.ads-hero-actions .ads-button {
  min-width: 176px;
}

.ads-hours {
  margin-bottom: 0;
  color: var(--ads-muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.ads-hero-visual {
  position: relative;
  min-width: 0;
}

.ads-hero-visual > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 8px solid var(--ads-white);
  border-radius: 26px;
  object-fit: cover;
  object-position: center 25%;
  box-shadow: 0 28px 70px rgba(6, 77, 82, 0.19);
}

.ads-photo-note {
  position: absolute;
  right: -18px;
  bottom: 32px;
  width: min(230px, 70%);
  display: grid;
  gap: 2px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ads-shadow);
  backdrop-filter: blur(12px);
}

.ads-photo-note strong {
  color: var(--ads-teal-dark);
  font-size: 0.92rem;
}

.ads-photo-note span {
  color: var(--ads-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.ads-section {
  padding-block: clamp(72px, 9vw, 112px);
}

.ads-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.ads-section-heading h2,
.ads-price-card h2,
.ads-area-copy h2,
.ads-final-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4.2vw, 3.7rem);
}

.ads-section-heading > p:last-child,
.ads-price-card p,
.ads-area-copy p,
.ads-final-cta p {
  margin-bottom: 0;
  color: var(--ads-muted);
  font-size: 1.03rem;
}

.ads-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(21, 183, 179, 0.12), transparent 29%),
    linear-gradient(180deg, var(--ads-white) 0%, #f4fbfa 100%);
}

.ads-services::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(760px, 76%);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 166, 166, 0.48), transparent);
  transform: translateX(-50%);
}

.ads-services .ads-section-heading {
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 46px;
  text-align: center;
}

.ads-services .ads-section-heading h2 {
  margin-inline: auto;
}

.ads-services .ads-section-heading::after {
  width: 64px;
  height: 4px;
  display: block;
  margin: 22px auto 0;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ads-teal), var(--ads-aqua));
}

.ads-service-accordions {
  max-width: 920px;
  display: grid;
  gap: 16px;
  margin-inline: auto;
}

.ads-grooming-accordion {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--ads-line);
  border-radius: 20px;
  background: var(--ads-white);
  box-shadow: 0 18px 46px rgba(6, 77, 82, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ads-grooming-accordion:hover {
  transform: translateY(-2px);
  border-color: #79d8d3;
  box-shadow: 0 22px 54px rgba(6, 77, 82, 0.14);
}

.ads-grooming-toggle {
  position: relative;
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "title chevron" "hint chevron";
  align-items: center;
  gap: 5px 24px;
  padding: 28px 30px;
  border: 0;
  color: var(--ads-ink);
  background: linear-gradient(135deg, #ffffff 0%, #f2fbfa 100%);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ads-grooming-toggle:focus-visible {
  outline: 3px solid #ffd166;
  outline-offset: -5px;
}

.ads-grooming-title {
  grid-area: title;
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.15;
}

.ads-grooming-hint {
  grid-area: hint;
  color: var(--ads-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.ads-grooming-chevron {
  grid-area: chevron;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #9ededa;
  border-radius: 50%;
  background: var(--ads-white);
  box-shadow: 0 8px 20px rgba(0, 127, 130, 0.12);
  animation: ads-chevron-pulse 2.4s ease-in-out infinite;
  transition: transform 260ms ease, background-color 180ms ease;
}

.ads-grooming-chevron::before {
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid var(--ads-teal);
  border-bottom: 2px solid var(--ads-teal);
  transform: translateY(-2px) rotate(45deg);
}

.ads-grooming-accordion.is-open .ads-grooming-chevron {
  animation: none;
  background: var(--ads-aqua-light);
  transform: rotate(180deg);
}

@keyframes ads-chevron-pulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(0, 127, 130, 0.1), 0 0 0 0 rgba(21, 183, 179, 0.14); }
  50% { box-shadow: 0 8px 22px rgba(0, 127, 130, 0.14), 0 0 0 6px rgba(21, 183, 179, 0); }
}

.ads-grooming-details {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-4px);
  transition: grid-template-rows 360ms ease, opacity 240ms ease, transform 260ms ease;
}

.ads-grooming-details-inner {
  overflow: hidden;
}

.ads-grooming-accordion.is-open .ads-grooming-details {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.ads-grooming-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0 30px 30px;
  list-style: none;
}

.ads-grooming-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 127, 130, 0.12);
  color: #31595b;
  font-size: 0.94rem;
  line-height: 1.45;
}

.ads-grooming-details li span {
  flex: 0 0 auto;
  font-size: 0.88rem;
}

.ads-note {
  max-width: 820px;
  margin: 42px auto 0;
  padding: 14px 18px;
  border-left: 3px solid var(--ads-aqua);
  border-radius: 0 12px 12px 0;
  color: var(--ads-muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.ads-price-intent {
  padding-block: clamp(56px, 7vw, 84px);
  background: var(--ads-mint);
}

.ads-price-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #bce8e5;
  border-radius: 22px;
  background: var(--ads-white);
  box-shadow: var(--ads-shadow);
}

.ads-price-card > div {
  max-width: 720px;
}

.ads-price-card .ads-button {
  width: 260px;
}

.ads-benefits {
  background: var(--ads-white);
}

.ads-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ads-benefit-grid article {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid #d5eeec;
  border-radius: 14px;
  background: #fbfefd;
}

.ads-benefit-grid span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--ads-white);
  background: var(--ads-teal);
  font-weight: 800;
}

.ads-benefit-grid h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.ads-results {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f2fbfa 0%, #e8f8f6 100%);
}

.ads-results .ads-section-heading {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.ads-results .ads-section-heading::after {
  width: 58px;
  height: 4px;
  display: block;
  margin: 20px auto 0;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ads-teal), var(--ads-aqua));
}

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

.ads-result-card {
  min-width: 0;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #c9e9e7;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(6, 77, 82, 0.1);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ads-result-card:hover {
  border-color: #82d9d4;
  box-shadow: 0 24px 58px rgba(6, 77, 82, 0.14);
  transform: translateY(-3px);
}

.ads-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.ads-pair figure {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d4ecea;
  border-radius: 15px;
  background: var(--ads-white);
  box-shadow: 0 8px 22px rgba(6, 77, 82, 0.07);
}

.ads-pair img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 24%;
  border-radius: 14px 14px 0 0;
  transition: transform 280ms ease;
}

.ads-before-image img {
  object-position: center 28%;
}

.ads-after-image img {
  object-position: center 20%;
}

.ads-result-card:hover .ads-pair img {
  transform: scale(1.025);
}

.ads-pair figcaption {
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 8px 12px;
  color: var(--ads-teal-dark);
  background: #f3fbfa;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.ads-after-image figcaption {
  color: var(--ads-white);
  background: linear-gradient(135deg, var(--ads-teal), #009b99);
}

.ads-reviews {
  background: var(--ads-white);
}

.ads-reviews-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.ads-reviews-heading h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.7rem);
}

.ads-review-stage {
  position: relative;
}

.ads-review-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #addfdb;
  border-radius: 50%;
  color: var(--ads-teal-dark);
  background: var(--ads-white);
  box-shadow: var(--ads-shadow-soft);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 800;
  cursor: pointer;
  transform: translateY(-50%);
  transition: margin 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ads-review-arrow-prev {
  left: 8px;
}

.ads-review-arrow-next {
  right: 8px;
}

.ads-review-arrow:hover,
.ads-review-arrow:focus-visible {
  color: var(--ads-white);
  background: var(--ads-teal);
  box-shadow: 0 12px 28px rgba(0, 127, 130, 0.2);
}

.ads-review-arrow-prev:hover,
.ads-review-arrow-prev:focus-visible {
  margin-left: -2px;
}

.ads-review-arrow-next:hover,
.ads-review-arrow-next:focus-visible {
  margin-right: -2px;
}

.ads-review-carousel {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 66px 20px;
  scroll-padding-inline: 66px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.ads-review-carousel::-webkit-scrollbar {
  display: none;
}

.ads-review-card {
  min-width: min(520px, calc(100% - 48px));
  flex: 0 0 min(520px, calc(100% - 48px));
  height: 286px;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #d6eceb;
  border-radius: 16px;
  background: var(--ads-white);
  box-shadow: var(--ads-shadow-soft);
  scroll-snap-align: start;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.ads-review-card.is-expanded {
  height: auto;
}

.ads-review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ads-shadow);
}

.ads-review-top {
  min-height: 50px;
  display: grid;
  align-content: start;
  gap: 3px;
  margin-bottom: 10px;
}

.ads-review-top strong {
  color: var(--ads-ink);
  font-size: 1rem;
}

.ads-review-top span {
  color: var(--ads-muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.ads-stars {
  margin-bottom: 12px;
  color: #df9f22;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.ads-review-card blockquote {
  width: 100%;
  min-height: 0;
  max-height: calc(4 * 1.65em);
  flex: 0 0 auto;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #36595c;
  font-size: 0.91rem;
  line-height: 1.65;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.ads-review-card.is-expanded blockquote {
  max-height: none;
  flex: 0 0 auto;
  display: block;
  overflow: visible;
  padding-right: 0;
  -webkit-line-clamp: unset;
}

.ads-review-toggle {
  min-height: 34px;
  align-self: flex-start;
  margin-top: auto;
  padding: 4px 0;
  border: 0;
  color: var(--ads-teal);
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.ads-review-card.is-expanded .ads-review-toggle {
  margin-top: 12px;
}

.ads-review-toggle:hover,
.ads-review-toggle:focus-visible {
  color: var(--ads-teal-dark);
}

.ads-review-toggle:focus-visible {
  outline: 3px solid #ffd166;
  outline-offset: 3px;
}

.ads-process {
  background: var(--ads-mint);
}

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

.ads-process-grid article {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid #bfe6e3;
  border-radius: 16px;
  background: var(--ads-white);
  box-shadow: var(--ads-shadow-soft);
}

.ads-process-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--ads-white);
  background: var(--ads-teal);
  font-weight: 800;
}

.ads-process-grid h3 {
  font-size: 1rem;
  line-height: 1.45;
}

.ads-areas {
  background: var(--ads-white);
}

.ads-area-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 72px);
  padding: clamp(30px, 6vw, 64px);
  border: 1px solid #bde7e4;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 18%, rgba(21, 183, 179, 0.15), transparent 35%),
    var(--ads-mint);
  box-shadow: var(--ads-shadow);
}

.ads-area-copy > p:not(.ads-eyebrow) {
  max-width: 650px;
  margin-bottom: 14px;
}

.ads-area-copy .ads-button {
  margin-top: 12px;
}

.ads-map-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 760;
  overflow: hidden;
  border: 1px solid #9ededa;
  border-radius: 22px;
  background: #eaf8f7;
  box-shadow: inset 0 0 50px rgba(0, 127, 130, 0.09), var(--ads-shadow-soft);
}

.ads-map-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.ads-final-cta {
  padding-block: clamp(62px, 8vw, 94px);
  color: var(--ads-white);
  background: linear-gradient(135deg, #005d61 0%, #008f90 100%);
}

.ads-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.ads-final-cta .ads-eyebrow,
.ads-final-cta h2,
.ads-final-cta p {
  color: var(--ads-white);
}

.ads-final-cta h2 {
  max-width: 650px;
}

.ads-final-cta p {
  max-width: 680px;
  opacity: 0.9;
}

.ads-final-offer {
  margin-top: 14px;
  font-weight: 800;
}

.ads-final-actions {
  width: 260px;
  display: grid;
  gap: 12px;
}

.ads-final-actions .ads-button {
  width: 100%;
}

.ads-button-light {
  color: var(--ads-teal-dark);
  background: var(--ads-white);
  box-shadow: 0 12px 28px rgba(0, 45, 48, 0.2);
}

.ads-button-light:hover {
  background: #f3ffff;
}

.ads-footer {
  color: var(--ads-white);
  background: #073f43;
}

.ads-footer-inner {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-block: 34px;
}

.ads-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ads-footer-brand img {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 14px;
  object-fit: cover;
}

.ads-footer-brand div {
  display: grid;
  gap: 3px;
}

.ads-footer-brand strong {
  font-size: 1.05rem;
}

.ads-footer-brand span,
.ads-footer-details p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

.ads-footer-details {
  text-align: right;
}

.ads-footer-details p + p {
  margin-top: 4px;
}

.ads-footer-details strong {
  color: var(--ads-white);
}

.ads-footer-bottom {
  padding-block: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
}

.ads-mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .ads-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
    gap: 38px;
  }

  .ads-hero-copy h1 {
    font-size: clamp(2.65rem, 5vw, 4rem);
  }

  .ads-grooming-accordion {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  body.ads-grooming-landing {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }

  .ads-shell {
    width: min(100% - 28px, 680px);
  }

  .ads-header-inner {
    min-height: 64px;
    gap: 8px;
  }

  .ads-brand {
    flex: 1 1 auto;
    gap: 8px;
  }

  .ads-brand img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 11px;
  }

  .ads-brand span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
  }

  .ads-brand strong {
    font-size: 0.86rem;
    line-height: 1.1;
  }

  .ads-brand small {
    font-size: 0.66rem;
  }

  .ads-header-call {
    width: auto;
    min-width: 98px;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 11px;
    font-size: 0.78rem;
  }

  .ads-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 16px 30px;
  }

  .ads-hero-visual {
    grid-row: 1;
  }

  .ads-hero-visual > img {
    width: 100%;
    height: min(29svh, 220px);
    aspect-ratio: auto;
    border-width: 5px;
    border-radius: 20px;
    object-position: center 27%;
    box-shadow: 0 18px 42px rgba(6, 77, 82, 0.16);
  }

  .ads-photo-note {
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: 66%;
    padding: 9px 11px;
    border-radius: 11px;
  }

  .ads-photo-note strong {
    font-size: 0.72rem;
  }

  .ads-photo-note span {
    display: none;
  }

  .ads-hero-copy {
    max-width: none;
  }

  .ads-eyebrow {
    margin-bottom: 8px;
    font-size: 0.66rem;
  }

  .ads-hero-copy h1 {
    max-width: 620px;
    margin-bottom: 11px;
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.02;
  }

  .ads-hero-subtitle {
    margin-bottom: 12px;
    font-size: 0.93rem;
    line-height: 1.47;
  }

  .ads-offer {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 11px;
    font-size: 0.82rem;
  }

  .ads-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-bottom: 13px;
  }

  .ads-button,
  .ads-hero-actions .ads-button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 13px;
    font-size: 0.9rem;
  }

  .ads-header-call {
    width: auto;
    min-width: 98px;
    min-height: 40px;
    flex: 0 0 auto;
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .ads-hours {
    color: #678083;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .ads-section {
    padding-block: 62px;
  }

  .ads-section-heading {
    margin-bottom: 28px;
  }

  .ads-services .ads-section-heading {
    margin-bottom: 32px;
    padding-inline: 6px;
  }

  .ads-services .ads-section-heading h2 {
    max-width: 620px;
    font-size: clamp(1.95rem, 8.6vw, 2.55rem);
    line-height: 1.06;
  }

  .ads-services .ads-section-heading::after {
    width: 52px;
    height: 3px;
    margin-top: 18px;
  }

  .ads-section-heading h2,
  .ads-price-card h2,
  .ads-area-copy h2,
  .ads-final-cta h2 {
    margin-bottom: 12px;
    font-size: clamp(1.85rem, 8.4vw, 2.65rem);
    line-height: 1.07;
  }

  .ads-section-heading > p:last-child,
  .ads-price-card p,
  .ads-area-copy p,
  .ads-final-cta p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .ads-results-grid,
  .ads-price-card,
  .ads-area-card,
  .ads-final-grid {
    grid-template-columns: 1fr;
  }

  .ads-grooming-accordion {
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(6, 77, 82, 0.1);
  }

  .ads-service-accordions {
    gap: 12px;
  }

  .ads-grooming-toggle {
    min-height: 92px;
    gap: 4px 14px;
    padding: 20px 18px;
  }

  .ads-grooming-title {
    font-size: 1.2rem;
  }

  .ads-grooming-hint {
    font-size: 0.76rem;
  }

  .ads-grooming-chevron {
    width: 40px;
    height: 40px;
  }

  .ads-grooming-details ul {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 18px 20px;
  }

  .ads-grooming-details li {
    padding-block: 11px;
    font-size: 0.86rem;
  }

  .ads-note {
    margin-top: 36px;
    padding: 13px 15px;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .ads-price-intent {
    padding-block: 48px;
  }

  .ads-price-card {
    gap: 22px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .ads-price-card .ads-button {
    width: 100%;
  }

  .ads-results-grid {
    gap: 18px;
  }

  .ads-results {
    padding-bottom: calc(116px + env(safe-area-inset-bottom));
  }

  .ads-result-card {
    padding: 14px;
    border-radius: 18px;
  }

  .ads-pair {
    gap: 10px;
  }

  .ads-pair figure {
    width: 100%;
    border-radius: 13px;
  }

  .ads-pair img {
    aspect-ratio: 1 / 1.18;
  }

  .ads-pair figcaption {
    min-height: 36px;
    padding: 7px 8px;
    font-size: 0.7rem;
  }

  .ads-reviews-heading {
    max-width: 560px;
    margin-bottom: 24px;
    text-align: center;
  }

  .ads-reviews-heading h2 {
    font-size: clamp(1.85rem, 8.4vw, 2.65rem);
    line-height: 1.07;
  }

  .ads-review-arrow {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .ads-review-arrow-prev {
    left: -4px;
  }

  .ads-review-arrow-next {
    right: -4px;
  }

  .ads-review-carousel {
    width: 100%;
    gap: 12px;
    margin-right: 0;
    padding: 4px 10px 16px;
    scroll-padding-inline: 10px;
  }

  .ads-review-card {
    min-width: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    height: 282px;
    min-height: 282px;
    padding: 22px 24px;
    border-radius: 14px;
  }

  .ads-reviews {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .ads-review-card blockquote {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ads-area-card {
    gap: 28px;
    padding: 26px 20px;
    border-radius: 18px;
  }

  .ads-map-visual {
    max-width: 520px;
    margin-inline: auto;
    border-radius: 17px;
  }


  .ads-final-cta {
    padding-block: 58px;
  }

  .ads-final-grid {
    gap: 26px;
  }

  .ads-final-actions {
    width: 100%;
  }

  .ads-footer-inner {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding-block: 30px;
  }

  .ads-footer-details {
    text-align: left;
  }

  .ads-mobile-cta {
    position: fixed;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 1000;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(0, 127, 130, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(4, 55, 58, 0.2);
    backdrop-filter: blur(16px);
  }

  .ads-mobile-cta a {
    min-width: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    border-radius: 12px;
    color: var(--ads-white);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
  }

  .ads-mobile-call {
    background: var(--ads-teal-dark);
  }

  .ads-mobile-whatsapp {
    background: #107657;
  }
}

@media (max-width: 430px) {
  .ads-shell {
    width: calc(100% - 24px);
  }

  .ads-brand small {
    display: none;
  }

  .ads-hero-visual > img {
    height: min(27svh, 202px);
  }

  .ads-hero-copy h1 {
    font-size: clamp(1.9rem, 8.8vw, 2.35rem);
  }

  .ads-pair img {
    aspect-ratio: 1 / 1.16;
    object-position: center 24%;
  }

  .ads-review-stage {
    margin-inline: 2px;
  }

  .ads-review-card {
    padding: 20px 22px;
  }

  .ads-review-top strong {
    font-size: 0.98rem;
  }

  .ads-review-card blockquote {
    font-size: 0.88rem;
  }

}

@media (max-width: 360px) {
  .ads-brand small {
    display: none;
  }

  .ads-header-call {
    min-width: 94px;
    padding-inline: 10px;
    font-size: 0.74rem;
  }

  .ads-hero-visual > img {
    height: 178px;
  }

  .ads-hero-copy h1 {
    font-size: 1.92rem;
  }

  .ads-brand strong {
    font-size: 0.81rem;
  }

  .ads-review-card {
    min-width: calc(100% - 18px);
    flex-basis: calc(100% - 18px);
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ads-grooming-landing *,
  body.ads-grooming-landing *::before,
  body.ads-grooming-landing *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

}
