:root {
  --radius: 0.625rem;
  --background: oklch(0.995 0.005 190);
  --foreground: oklch(0.2 0.04 200);
  --card: oklch(1 0 0);
  --muted: oklch(0.96 0.01 195);
  --muted-foreground: oklch(0.45 0.03 200);
  --border: oklch(0.9 0.01 195);
  --primary: oklch(0.32 0.06 195);
  --primary-glow: oklch(0.7 0.11 195);
  --brand-deep: oklch(0.24 0.05 195);
  --brand-teal: oklch(0.55 0.11 195);
  --brand-cyan: oklch(0.78 0.11 195);
  --secondary: oklch(0.96 0.015 195);
  --whatsapp: oklch(0.62 0.17 152);
  --whatsapp-dark: oklch(0.52 0.17 152);
  --star: oklch(0.78 0.17 75);
  --gradient-hero: linear-gradient(135deg, oklch(0.22 0.05 195) 0%, oklch(0.3 0.07 200) 55%, oklch(0.36 0.09 220) 100%);
  --shadow-elegant: 0 20px 50px -20px color-mix(in oklab, var(--brand-deep) 45%, transparent);
  --shadow-card: 0 4px 24px -8px oklch(0.2 0.05 200 / 0.12);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.popup-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.container {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.topbar {
  background: var(--brand-deep);
  color: #fff;
}

.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding-block: 8px;
  font-size: 13px;
}

.topbar-trust,
.topbar-phone,
.logo,
.main-nav,
.wa-button,
.hero-pill,
.ghost-button,
.hero-checks li,
.rating-line,
.feature-item,
.footer-grid li,
.floating-wa {
  display: inline-flex;
  align-items: center;
}

.topbar svg {
  width: 16px;
  height: 16px;
  color: var(--brand-cyan);
}

.topbar-phone {
  gap: 8px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  background: color-mix(in oklab, var(--background) 85%, transparent);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 12px;
}

.logo {
  flex: 0 0 auto;
  gap: 8px;
}

.logo img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 10px;
}

.logo-light img {
  border: 1px solid var(--border);
}

.logo-dark img {
  border: 1px solid rgb(255 255 255 / 0.2);
}

.logo span {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.logo strong {
  font-size: 16px;
  font-weight: 900;
}

.logo small {
  color: var(--muted-foreground);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-dark small {
  color: rgb(255 255 255 / 0.7);
}

.main-nav {
  gap: 24px;
  color: var(--muted-foreground);
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: var(--foreground);
}

.wa-button {
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  padding: 12px 24px;
  box-shadow: 0 10px 24px -12px color-mix(in oklab, var(--whatsapp) 70%, transparent);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.wa-button:hover,
.floating-wa:hover {
  transform: translateY(-2px);
  background: var(--whatsapp-dark);
  box-shadow: 0 16px 30px -12px color-mix(in oklab, var(--whatsapp) 80%, transparent);
}

.wa-button-lg {
  gap: 12px;
  padding: 16px 32px;
  font-size: 16px;
}

.wa-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

.wa-button-lg .wa-icon,
.floating-wa .wa-icon {
  width: 24px;
  height: 24px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-bg,
.hero-overlay,
.hero-pattern {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: -2;
  background: linear-gradient(115deg, oklch(0.2 0.05 195 / 0.92) 0%, oklch(0.24 0.06 200 / 0.82) 55%, oklch(0.3 0.08 220 / 0.55) 100%);
}

.hero-pattern {
  z-index: -1;
  opacity: 0.1;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 26px 26px;
}

.hero-content {
  max-width: 1024px;
  padding-block: 96px 152px;
  color: #fff;
  text-align: center;
}

.hero-pill {
  gap: 8px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.1);
  padding: 7px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-pill svg {
  width: 16px;
  height: 16px;
  color: var(--brand-cyan);
}

.hero h1 {
  margin-top: 24px;
  font-size: clamp(40px, 6.8vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 12px 30px rgb(0 0 0 / 0.35);
}

.hero p {
  max-width: 672px;
  margin: 24px auto 0;
  color: rgb(255 255 255 / 0.9);
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 8px 22px rgb(0 0 0 / 0.35);
}

.hero p strong {
  color: var(--brand-cyan);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.ghost-button {
  justify-content: center;
  gap: 8px;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 16px 24px;
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.ghost-button:hover {
  transform: translateY(-2px);
  background: rgb(255 255 255 / 0.2);
}

.hero-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 672px;
  margin: 40px auto 0;
  padding: 0;
  color: rgb(255 255 255 / 0.9);
  font-size: 14px;
  list-style: none;
  text-align: left;
}

.hero-checks li {
  gap: 8px;
}

.hero-checks span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-cyan);
  color: var(--brand-deep);
  font-weight: 900;
}

.trust-bar {
  border-block: 1px solid var(--border);
  background: color-mix(in oklab, var(--secondary) 40%, transparent);
  padding-block: 24px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.trust-grid strong {
  display: block;
  color: var(--brand-teal);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 900;
}

.trust-grid span {
  color: var(--muted-foreground);
  font-size: 14px;
}

.reviews-section,
.profiles-section,
.features-section,
.steps-section,
.plans-section,
.final-cta {
  padding-block: 80px;
}

.plans-section,
.features-section {
  background: color-mix(in oklab, var(--secondary) 40%, transparent);
}

.section-title {
  max-width: 768px;
  margin-inline: auto;
  text-align: center;
}

.section-title > span,
.section-kicker {
  color: var(--brand-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-title h2,
.features-grid h2,
.final-inner h2 {
  margin-top: 12px;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.12;
}

.section-title p,
.features-grid > div > p {
  margin-top: 16px;
  color: var(--muted-foreground);
  line-height: 1.7;
}

.rating-line {
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.rating-line span,
.stars {
  color: var(--star);
  letter-spacing: 1px;
}

.rating-line b {
  font-size: 16px;
}

.rating-line small {
  color: var(--muted-foreground);
}

.reviews-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}

.google-summary {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.google-summary strong {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.google-summary .stars {
  font-size: 24px;
}

.google-summary p {
  color: var(--muted-foreground);
  font-size: 14px;
}

.google-summary p b {
  color: var(--foreground);
}

.google-g {
  width: 28px;
  height: 28px;
}

.reviews-carousel {
  position: relative;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  min-height: 250px;
}

.review-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.purple { background: #a855f7; }
.blue { background: #3b82f6; }
.pink { background: #ec4899; }
.emerald { background: #10b981; }
.orange { background: #f97316; }
.cyan { background: #06b6d4; }

.review-header h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 900;
}

.review-header time {
  display: block;
  color: var(--muted-foreground);
  font-size: 12px;
}

.review-header .google-g {
  margin-left: auto;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.review-card .stars {
  margin-bottom: 12px;
}

.review-card p {
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.65;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card);
  color: var(--foreground);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}

.carousel-btn:hover {
  background: var(--secondary);
}

.carousel-btn.prev {
  left: -20px;
}

.carousel-btn.next {
  right: -20px;
}

.carousel-btn[hidden] {
  display: none;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.review-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: var(--border);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.review-dots button.active {
  width: 32px;
  background: var(--brand-teal);
}

.plans-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding-block: 24px;
}

.fade-left,
.fade-right {
  position: absolute;
  inset-block: 0;
  z-index: 2;
  width: 96px;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(90deg, var(--background), transparent);
}

.fade-right {
  right: 0;
  background: linear-gradient(270deg, var(--background), transparent);
}

.plans-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.plan-tile {
  width: 256px;
  height: 112px;
  flex: 0 0 auto;
  margin-inline: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  border-radius: 18px;
  background: var(--card);
  padding: 16px;
  box-shadow: var(--shadow-card);
}

.plan-tile small {
  color: var(--muted-foreground);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.plan-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  border-radius: 12px;
  padding-inline: 12px;
}

.plan-logo span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 900;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.profile-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.profile-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px -22px rgb(0 0 0 / 0.32);
}

.profile-media {
  position: relative;
  height: 176px;
  overflow: hidden;
}

.profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.profile-card:hover .profile-media img {
  transform: scale(1.05);
}

.profile-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.6), rgb(0 0 0 / 0.1), transparent);
}

.profile-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: rgb(255 255 255 / 0.95);
  color: var(--brand-teal);
  box-shadow: var(--shadow-card);
}

.profile-icon svg {
  width: 20px;
  height: 20px;
}

.profile-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.profile-body h3 {
  font-size: 18px;
  font-weight: 900;
}

.profile-body p {
  flex: 1;
  margin-top: 8px;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.6;
}

.profile-body .wa-button {
  width: 100%;
  margin-top: 20px;
  padding: 11px 16px;
}

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

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.feature-item {
  align-items: flex-start;
  gap: 12px;
}

.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in oklab, var(--brand-teal) 15%, transparent);
  color: var(--brand-teal);
}

.feature-icon svg {
  width: 20px;
  height: 20px;
}

.feature-item h3 {
  font-size: 16px;
}

.feature-item p {
  margin-top: 4px;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.45;
}

.features-grid .wa-button {
  margin-top: 32px;
}

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

.city-grid article,
.steps-grid article {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.city-grid svg {
  width: 24px;
  height: 24px;
  color: var(--brand-teal);
}

.city-grid h3 {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 900;
}

.city-grid p,
.steps-grid p {
  margin-top: 6px;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.6;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.steps-grid strong {
  color: color-mix(in oklab, var(--brand-teal) 25%, transparent);
  font-size: 40px;
  font-weight: 900;
}

.steps-grid h3 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 900;
}

.final-cta {
  overflow: hidden;
  background: var(--gradient-hero);
  color: #fff;
  text-align: center;
}

.final-inner {
  max-width: 896px;
}

.final-inner p {
  max-width: 672px;
  margin: 16px auto 0;
  color: rgb(255 255 255 / 0.85);
  font-size: 18px;
  line-height: 1.7;
}

.final-inner .wa-button {
  margin-top: 32px;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--brand-deep);
  color: rgb(255 255 255 / 0.85);
  padding-block: 48px 24px;
}

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

.footer-grid p {
  margin-top: 16px;
  color: rgb(255 255 255 / 0.7);
  font-size: 14px;
  line-height: 1.65;
}

.footer-grid h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.footer-grid ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  color: rgb(255 255 255 / 0.7);
  font-size: 14px;
  list-style: none;
}

.footer-grid li {
  gap: 8px;
}

.footer-grid li svg {
  width: 16px;
  height: 16px;
}

.copyright {
  margin-top: 32px;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  padding-top: 24px;
  color: rgb(255 255 255 / 0.6);
  font-size: 12px;
  text-align: center;
}

.floating-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  gap: 8px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #fff;
  font-weight: 900;
  padding: 16px 20px;
  box-shadow: 0 24px 45px -18px color-mix(in oklab, var(--whatsapp) 80%, transparent);
  transition: transform 0.2s ease, background 0.2s ease;
}

.health-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.health-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.6);
}

.popup-card {
  position: relative;
  z-index: 1;
  width: min(100%, 448px);
  overflow: hidden;
  border-radius: 24px;
  background: var(--card);
  box-shadow: 0 30px 80px -30px rgb(0 0 0 / 0.5);
  transform: translateY(12px) scale(0.96);
  transition: transform 0.25s ease;
}

.health-popup.is-open .popup-card {
  transform: translateY(0) scale(1);
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgb(0 0 0 / 0.5);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.popup-close svg {
  width: 20px;
  height: 20px;
}

.popup-card > img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.popup-body {
  padding: 24px;
  text-align: center;
}

.popup-body > span {
  display: inline-flex;
  border-radius: 999px;
  background: color-mix(in oklab, var(--primary) 10%, transparent);
  color: var(--primary);
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.popup-body h2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.popup-body p {
  margin-top: 16px;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.6;
}

.popup-body ul {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding: 0;
  color: color-mix(in oklab, var(--foreground) 90%, transparent);
  font-size: 14px;
  list-style: none;
  text-align: left;
}

.popup-body li {
  display: flex;
  gap: 8px;
}

.popup-body b {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in oklab, var(--brand-teal) 15%, transparent);
  color: var(--brand-teal);
}

.popup-body .wa-button {
  width: 100%;
}

.popup-body button:not(.popup-close) {
  margin-top: 14px;
  border: 0;
  background: transparent;
  color: var(--muted-foreground);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1023px) {
  .main-nav {
    display: none;
  }

  .reviews-layout,
  .features-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 700px) {
  .topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .header-inner {
    gap: 12px;
  }

  .header-inner > .wa-button {
    display: none;
  }

  .hero-content {
    padding-block: 72px 96px;
  }

  .hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .hero p,
  .final-inner p {
    font-size: 16px;
  }

  .hero-actions .wa-button,
  .hero-actions .ghost-button,
  .center-action .wa-button,
  .features-grid .wa-button,
  .final-inner .wa-button {
    width: 100%;
  }

  .hero-checks,
  .trust-grid,
  .reviews-grid,
  .profile-grid,
  .feature-list,
  .city-grid,
  .steps-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section,
  .profiles-section,
  .features-section,
  .steps-section,
  .plans-section,
  .final-cta {
    padding-block: 64px;
  }

  .carousel-btn.prev {
    left: -10px;
  }

  .carousel-btn.next {
    right: -10px;
  }

  .fade-left,
  .fade-right {
    width: 48px;
  }

  .plan-tile {
    width: 220px;
  }

  .floating-wa {
    inset: auto 16px 16px;
    justify-content: center;
  }
}
