* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica World", Helvetica, Arial, sans-serif;
  color: #050505;
  background: #ffffff;
  overflow-x: hidden;
}

.site-header {
  width: 100%;
  background: #f1eeeb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(5, 5, 5, 0.06);
}

.navbar {
  width: min(1260px, calc(100% - 48px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.navbar__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.navbar__logo {
  display: block;
  width: 178px;
  height: auto;
}

.navbar__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar__menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #050505;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.navbar__menu a:hover,
.navbar__menu a:focus-visible {
  color: #d29d2a;
}

.navbar__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.navbar__toggle span {
  display: block;
  width: 26px;
  height: 3px;
  margin: 5px auto;
  background: #183f70;
  border-radius: 999px;
  transition: transform 220ms ease, opacity 180ms ease;
}

.navbar__toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navbar__toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar__toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.navbar__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.navbar__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.navbar__toggle span {
  display: block;
  width: 26px;
  height: 3px;
  margin: 5px auto;
  background: #183f70;
  border-radius: 999px;
  transition: transform 220ms ease, opacity 180ms ease;
}

.navbar__toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navbar__toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar__toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: var(--ink);
}

.hero-inner {
  width: min(1500px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 0;
  padding: 2.25rem 0 1.9rem;
  display: grid;
  grid-template-columns: minmax(0, 621px) minmax(0, 685px);
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
  column-gap: clamp(1.5rem, 4vw, 3rem);
  row-gap: 1.35rem;
}

.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.77rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-badge {
  color: #ffffff;
  background: #d8a42a;
  min-height: 42px;
  padding: 0.36rem 1.05rem;
  font-size: clamp(1.18rem, 1.7vw, 1.58rem);
  line-height: 1.18;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
}

.hero h1 {
  margin: 0;
  max-width: 100%;
  font-size: 1.92rem;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #6d8d46;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: #d95b3b;
}

.hero-copy {
  margin: 0;
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.hero-proof-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.78rem;
  width: min(100%, 621px);
  margin: 0 auto;
  justify-self: center;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 1.55rem;
  width: 100%;
}

.hero-metric h2 {
  margin: 0 0 0.36rem;
  text-align: center;
  color: #d5a32a;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.65rem;
  color: #4f5953;
  font-weight: 800;
  margin-top: 0.55rem;
  font-size: 0.98rem;
}

.hero-points span {
  width: 155px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding-left: 3.25rem;
  position: relative;
  line-height: 1.15;
}

.hero-points span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(111, 140, 69, 0.34);
  background: linear-gradient(135deg, #6d8d46, #d7bf76);
  box-shadow: inset 0 0 0 5px #fff;
}

.hero-proof-media {
  justify-self: center;
  width: min(100%, 685px);
  display: grid;
  justify-items: center;
  gap: 0.35rem;
}

.hero-proof-media img {
  width: 100%;
  height: auto;
  max-height: 456px;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  box-shadow: none;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.hero .hero-actions {
  width: 100%;
}

.hero .hero-actions .btn {
  flex: 0 0 auto;
}

.hero .btn {
  width: auto;
  min-height: 48px;
  padding: 0.62rem 1.35rem;
  font-size: 0.95rem;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.hero .btn-primary {
  background: linear-gradient(180deg, #2d9d46, #188232);
  box-shadow: 0 8px 16px rgba(24, 130, 50, 0.22);
}

.hero {
  overflow: hidden;
  background: #ffffff;
}

.hero img {
  width: 100%;
  display: block;
}

.metric-values {
  min-height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.42rem;
  padding: 0.6rem 0.72rem;
  border: 2px solid #d8a42a;
  border-radius: 0;
  background: #fff;
}

.metric-values span {
  display: grid;
  justify-items: center;
  color: #5f743c;
  font-size: clamp(0.98rem, 1.7vw, 1.18rem);
  line-height: 1.1;
  font-weight: 800;
}

.metric-values span:last-child {
  color: #d8a42a;
}

.metric-values strong {
  display: block;
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  line-height: 1;
}

.metric-values .metric-arrow {
  display: block;
  width: clamp(2rem, 4vw, 3rem);
  height: clamp(1.35rem, 2.8vw, 2.05rem);
  background: #d8a42a;
  clip-path: polygon(0 28%, 58% 28%, 58% 0, 100% 50%, 58% 100%, 58% 72%, 0 72%);
}

.teks {
  width: 100%;
  margin-top: 1rem;
}

.teks h3 {
  margin: 0;
  color: #5f743c;
  font-size: clamp(1.25rem, 2.4vw, 1.82rem);
  line-height: 1.15;
  font-weight: 700;
}

.teks h3 span {
  color: #b90000;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  justify-content: center;
  gap: 2.05rem;
  width: 100%;
  margin-top: 0;
}

.benefit {
  display: grid;
  grid-template-columns: 52px minmax(0, 128px);
  align-items: center;
  gap: 0.48rem;
  color: #303539;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.benefit-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.clinic-proof {
  background: #ffffff;
}

.clinic-proof__inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.2rem 0 1.25rem;
}

.clinic-proof__image {
  display: block;
  width: min(100%, 1030px);
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: none;
}

.clinic-proof__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 5vw, 4rem);
  margin-top: 1.55rem;
}

.clinic-proof__feature {
  display: inline-grid;
  grid-template-columns: 58px max-content;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.clinic-proof__feature h3 {
  margin: 0;
  color: #627b35;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.18;
  font-weight: 700;
  white-space: nowrap;
}

.clinic-proof__icon {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.clinic-proof__alert {
  width: 100%;
  background: #dc4b2e;
  padding: 1.45rem 0.7rem 1.55rem;
  text-align: center;
}

.clinic-proof__alert p {
  width: min(1340px, 100%);
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.78vw, 1.75rem);
  line-height: 1.08;
  font-weight: 700;
}

.clinic-proof__alert span {
  color: #f4dc12;
}

.patient-results {
  background: #ffffff;
  padding: 2rem 0 2.7rem;
}

.patient-results__inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  justify-items: center;
}

.patient-results h2 {
  margin: 0 0 1.8rem;
  color: #5f743c;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.patient-results h2 span {
  color: #d8a42a;
}

.patient-results__carousel {
  position: relative;
  width: min(100%, 1010px);
  aspect-ratio: 1600 / 2300;
  overflow: hidden;
  border-radius: 24px;
}

.patient-results__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transition: opacity 300ms ease;
}

.patient-results__slide.is-active {
  opacity: 1;
}

.patient-results__control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
}

.patient-results__control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #5f743c;
  border-right: 3px solid #5f743c;
}

.patient-results__control--prev {
  left: 16px;
}

.patient-results__control--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.patient-results__control--next {
  right: 16px;
}

.patient-results__control--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.patient-results__dots {
  display: flex;
  justify-content: center;
  gap: 1.05rem;
  margin: 1.55rem 0 2.25rem;
}

.patient-results__dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #050505;
  cursor: pointer;
  opacity: 1;
}

.patient-results__dots button.is-active {
  transform: scale(1.05);
}

.patient-results__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: min(100%, 704px);
  margin-inline: auto;
  min-height: 52px;
  padding: 0.45rem 1.6rem;
  border-radius: 999px;
  background: #0aa000;
  color: #ffffff;
  font-size: clamp(1rem, 1.55vw, 1rem);
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.patient-results__cta img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.kidney-education__box + .patient-results__cta {
  margin-top: 1.6rem;
}

.kidney-education {
  background: #dfe2d7;
  padding: 2.05rem 0 2rem;
}

.kidney-education__inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.kidney-education h2 {
  width: min(100%, 950px);
  margin: 0 auto 1.55rem;
  color: #5f743c;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
}

.kidney-education h2 span {
  color: #d8a42a;
}

.kidney-education__lead {
  width: min(100%, 1095px);
  margin: 0 auto 0.9rem;
  color: #5f743c;
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  line-height: 1.18;
  font-weight: 500;
  text-align: justify;
}

.kidney-education__note {
  width: min(100%, 1160px);
  margin: 0 auto 1.8rem;
  padding: 0.8rem 1.95rem 0.9rem;
  border-radius: 8px;
  background: #d8a42a;
}

.kidney-education__note p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.38vw, 1.2rem);
  line-height: 1.25;
  text-align: justify;
}

.kidney-education h3 {
  width: min(100%, 980px);
  margin: 2.45rem auto 2rem;
  color: #5f743c;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  line-height: 1.12;
  font-weight: 700;
}

.kidney-education__note + h3 {
  margin-top: 0;
}

.kidney-education h3 span {
  color: #050505;
  margin-right: 0.2rem;
}

.kidney-education h3 strong {
  color: #d8a42a;
}

.kidney-education__image {
  display: block;
  width: min(100%, 945px);
  height: auto;
  margin: 0 auto 2rem;
  border-radius: 16px;
}

.kidney-education__image--wide {
  width: min(100%, 970px);
}

.kidney-education__box {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 1.25rem 1.35rem;
  border: 2px solid #d8a42a;
  border-radius: 9px;
  background: transparent;
}

.kidney-education__box p {
  margin: 0;
  color: #5f743c;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.32;
  font-weight: 500;
  text-align: justify;
}

.kidney-education__box strong {
  font-weight: 800;
}

.medicine-risk {
  background: #d8a92d;
  padding: 2.45rem 0 3rem;
}

.medicine-risk__inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.medicine-risk h2 {
  width: min(100%, 985px);
  margin: 0 auto 1.75rem;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.16;
  font-weight: 700;
}

.medicine-risk h2 span {
  margin-right: 0.25rem;
}

.medicine-risk h2 strong {
  color: #b90000;
  font-weight: 700;
}

.medicine-risk__image {
  display: block;
  width: min(100%, 905px);
  height: auto;
  margin: 0 auto 2.7rem;
  border-radius: 16px;
}

.medicine-risk__content {
  width: min(100%, 1095px);
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.05;
  font-weight: 600;
}

.medicine-risk__content p {
  margin: 0 0 1.55rem;
}

.medicine-risk__content ul {
  margin: 0 0 1.5rem;
  padding-left: 2.25rem;
}

.medicine-risk__content li {
  margin: 0.22rem 0;
}

.medicine-risk__references {
  color: #ffffff;
  font-size: clamp(0.9rem, 1.2vw, 1.08rem);
  font-style: italic;
  line-height: 1.28;
}

.medicine-risk__references p {
  margin-bottom: 1.35rem;
}

.medicine-risk__study {
  width: min(100%, 1140px);
  margin: 2.1rem auto 0;
  padding: 1.55rem 1.45rem 1.35rem;
  border-radius: 8px;
  background: #dfe2d7;
  color: #5f743c;
}

.medicine-risk__study h3 {
  margin: 0 0 1.55rem;
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  line-height: 1.18;
  font-weight: 700;
}

.medicine-risk__study p {
  margin: 0;
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  line-height: 1.18;
  font-weight: 500;
  text-align: justify;
}

.medicine-risk__study + .medicine-risk__image {
  margin-top: 2rem;
}

.kidney-symptoms {
  background: #ffffff;
  padding: 3rem 0 3.45rem;
}

.kidney-symptoms__inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.kidney-symptoms h2 {
  margin: 0 0 2.95rem;
  color: #5f743c;
  font-size: clamp(1.55rem, 2.35vw, 2.2rem);
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}

.kidney-symptoms h2 span {
  color: #d8a92d;
}

.kidney-symptoms__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.35rem 1.15rem;
  width: min(100%, 955px);
  margin: 0 auto;
}

.kidney-symptoms__card {
  grid-column: span 2;
  overflow: hidden;
  min-height: 232px;
  border: 2px solid #d8a92d;
  border-radius: 8px;
  background: #ffffff;
}

.kidney-symptoms__card:nth-child(4) {
  grid-column: 2 / span 2;
}

.kidney-symptoms__card:nth-child(5) {
  grid-column: 4 / span 2;
}

.kidney-symptoms__icon {
  min-height: 114px;
  display: grid;
  place-items: center;
  background: #d8a92d;
}

.kidney-symptoms__icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.kidney-symptoms__card p {
  margin: 0;
  padding: 1.25rem 1.1rem;
  color: #5f743c;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.08;
  font-weight: 500;
  text-align: justify;
}

.kidney-symptoms__alert {
  width: min(100%, 1140px);
  margin: 4.65rem auto 2.45rem;
  padding: 1.2rem 1.35rem;
  border-radius: 10px;
  background: #e04b30;
}

.kidney-symptoms__alert p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.12;
  font-weight: 600;
}

.kidney-symptoms__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: min(100%, 675px);
  min-height: 52px;
  margin: 0 auto;
  padding: 0.45rem 1.5rem;
  border-radius: 999px;
  background: #0aa000;
  color: #ffffff;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.kidney-symptoms__cta img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.kidney-check {
  background: #dfe2d7;
  padding: 3rem 0 3.6rem;
}

.kidney-check__inner {
  width: min(1215px, calc(100% - 32px));
  margin: 0 auto;
}

.kidney-check h2 {
  margin: 0 0 2rem;
  color: #5f743c;
  font-size: clamp(1.6rem, 2.55vw, 2.45rem);
  line-height: 1.16;
  font-weight: 700;
  text-align: center;
}

.kidney-check h2 span,
.kidney-check__lead span,
.kidney-check__symptom p {
  color: #d8a92d;
}

.kidney-check__panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.kidney-check__panel {
  overflow: hidden;
  border: 2px solid #6a8038;
  border-radius: 8px;
  background: transparent;
}

.kidney-check__panel h3 {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 67px;
  margin: 0;
  padding: 0.75rem 1.8rem;
  border-radius: 6px;
  background: #6a8038;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  line-height: 1.1;
  font-weight: 700;
}

.kidney-check__panel h3 img {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.kidney-check__badge {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 3px solid #d8a92d;
  border-radius: 50%;
}

.kidney-check__badge::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 13px;
  height: 8px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}

.kidney-check__panel-body {
  padding: 1.25rem 2.35rem 1.45rem;
  color: #5f743c;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.05;
  font-weight: 500;
}

.kidney-check__panel-body p {
  margin: 0 0 1.15rem;
  text-align: justify;
}

.kidney-check__panel-body ul {
  columns: 2;
  margin: 0;
  padding-left: 1.25rem;
}

.kidney-check__panel:nth-child(2) .kidney-check__panel-body ul {
  columns: 1;
}

.kidney-check__lead {
  /* width: min(100%, 900px); */
  margin: 0 auto 2rem;
  color: #5f743c;
  font-size: clamp(1.05rem, 1.65vw, 1.55rem);
  line-height: 1.18;
  font-weight: 500;
  text-align: center;
}

.kidney-check__symptom-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 158px));
  justify-content: center;
  gap: 1.15rem 1rem;
  margin-bottom: 2.5rem;
}

.kidney-check__symptom {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1rem 0.65rem;
  border-radius: 8px;
  background: #6a8038;
  text-align: center;
}

.kidney-check__symptom span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 4px solid #ffffff;
  border-radius: 16px;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 700;
}

.kidney-check__symptom img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.kidney-check__symptom p {
  margin: 0;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  line-height: 1.08;
  font-weight: 500;
}

.kidney-check__note {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 1.8rem;
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 1.45rem 2.4rem;
  border-radius: 8px;
  background: #ffffff;
}

.kidney-check__shield {
  position: relative;
  width: 58px;
  height: 70px;
  border: 6px solid #d8a92d;
  border-radius: 0 0 28px 28px;
  background: #6a8038;
  clip-path: polygon(50% 0, 100% 18%, 92% 76%, 50% 100%, 8% 76%, 0 18%);
}

.kidney-check__shield::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  width: 22px;
  height: 12px;
  border-left: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  transform: rotate(-45deg);
}

.kidney-check__note img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.kidney-check__note p {
  margin: 0;
  color: #5f743c;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.15;
  font-weight: 500;
}

.dialysis-facts {
  background: #e0e2d8;
  padding: 2.8rem 0 3.2rem;
}

.dialysis-facts__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.dialysis-facts h2 {
  margin: 0 0 2rem;
  color: #5f743c;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  line-height: 1.16;
  font-weight: 700;
  text-align: center;
}

.dialysis-facts h2 span {
  color: #d8a92d;
}

.dialysis-facts__intro {
  width: min(100%, 1165px);
  margin: 0 auto 2.45rem;
  color: #5f743c;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.55;
  font-weight: 500;
  text-align: justify;
}

.dialysis-facts__intro strong,
.dialysis-facts__summary strong {
  font-weight: 700;
}

.dialysis-facts__item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 238px;
  align-items: center;
  gap: 1.7rem;
  margin-bottom: 2.3rem;
}

.dialysis-facts__item img {
  width: 100%;
  height: auto;
  max-width: 238px;
  border-radius: 8px;
}

.dialysis-facts__copy p {
  margin: 0;
  color: #5f743c;
  font-size: clamp(1rem, 1.42vw, 1.2rem);
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
}

.dialysis-facts__copy .dialysis-facts__ref {
  margin-top: 2rem;
  font-size: clamp(0.78rem, 0.95vw, 0.9rem);
  line-height: 1.28;
  font-style: italic;
}

.dialysis-facts__stat {
  display: grid;
  align-content: center;
  min-height: 176px;
  padding: 1rem;
  border: 1.5px solid #d8a92d;
  border-radius: 18px;
  background: #dfe2d7;
  color: #5f743c;
  text-align: center;
}

.dialysis-facts__stat h3 {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.2;
  font-weight: 700;
}

.dialysis-facts__stat strong {
  display: block;
  margin-bottom: 0.7rem;
  color: #d8a92d;
  font-size: clamp(2.4rem, 4vw, 3rem);
  line-height: 0.95;
  font-weight: 700;
}

.dialysis-facts__stat p {
  margin: 0;
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.35;
  font-weight: 500;
}

.dialysis-facts__summary {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: 1.7rem;
  margin: 0 0 1.7rem;
}

.dialysis-facts__summary p {
  margin: 0;
  color: #5f743c;
  font-size: clamp(1rem, 1.42vw, 1.2rem);
  line-height: 1.55;
  font-weight: 500;
  text-align: justify;
}

.dialysis-facts__warning {
  width: min(100%, 1044px);
  margin: 0 0 0 auto;
  padding: 1rem 1.45rem;
  border-radius: 8px;
  background: #d8a92d;
}

.dialysis-facts__warning p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.45;
  font-weight: 600;
}

.dialysis-facts__icon {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  color: #6a8038;
}

.dialysis-facts__icon--muscle::before {
  content: "⌁";
  position: absolute;
  left: 3px;
  top: -17px;
  color: #6a8038;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 700;
  transform: rotate(-30deg);
}

.dialysis-facts__icon--heart::before {
  content: "♡";
  position: absolute;
  inset: -4px 0 0;
  color: #d8a92d;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 700;
}

.dialysis-facts__icon--heart::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 40px;
  width: 40px;
  height: 18px;
  border-top: 5px solid #6a8038;
  border-left: 5px solid #6a8038;
  border-right: 5px solid #6a8038;
  transform: skewX(-18deg);
}

.dialysis-facts__icon--chart {
  border-bottom: 6px solid #6a8038;
}

.dialysis-facts__icon--chart::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 14px;
  height: 20px;
  background: #d8a92d;
  box-shadow: 22px -10px 0 #d8a92d, 44px -28px 0 #d8a92d;
}

.dialysis-facts__icon--chart::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 60px;
  height: 38px;
  border-top: 5px solid #6a8038;
  border-right: 5px solid #6a8038;
  transform: skewY(-35deg);
}

.detox-program {
  background: #6a8038;
  color: #ffffff;
}

.detox-program__inner {
  width: min(1205px, calc(100% - 32px));
  margin: 0 auto;
  padding: 3.15rem 0 3rem;
}

.detox-program__top {
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(0, 543px);
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.2rem;
}

.detox-program__copy h2 {
  margin: 0 0 1.8rem;
  color: #f0d512;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  line-height: 1.12;
  font-weight: 700;
}

.detox-program__copy p,
.detox-program__copy li,
.detox-program__description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.38;
  font-weight: 600;
}

.detox-program__copy p {
  margin: 0;
}

.detox-program__copy ul {
  margin: 0.25rem 0 1.9rem;
  padding-left: 2.25rem;
}

.detox-program__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.detox-program__goal {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  align-items: center;
  gap: 1.45rem;
  width: min(100%, 610px);
  padding: 1rem 1.45rem;
  border-radius: 8px;
  background: #dfe2d7;
  color: #5f743c;
}

.detox-program__goal img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.detox-program__goal p {
  margin: 0;
  font-weight: 500;
}

.detox-program__description {
  margin: 0;
  text-align: justify;
}

.detox-program__description strong {
  font-weight: 700;
}

.detox-program__banner {
  background: #df4b2f;
  padding: 1.55rem 1rem 1.75rem;
}

.detox-program__banner p {
  width: min(1120px, 100%);
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.18;
  font-weight: 700;
  text-align: center;
}

.detox-program__banner span {
  color: #f0d512;
}

.floating-whatsapp {
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 99;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
}

.floating-whatsapp img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

.results-card {
  padding: 1.25rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8e3e5, #faecee);
  border: 1px solid rgba(174, 119, 121, 0.14);
  box-shadow: 0 16px 36px rgba(83, 43, 45, 0.08);
}

.results-card + .results-card {
  margin-top: 1.25rem;
}

.results-case-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.results-case-head h3 {
  margin: 0;
  flex: 1 1 320px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.15vw, 1.9rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: #111111;
}

.results-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8a23a, #c88d16);
  color: #2d1d08;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.results-divider {
  height: 1px;
  margin: 1rem 0 1.15rem;
  background: rgba(99, 58, 60, 0.28);
}

.results-body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.78fr);
  gap: 1.4rem;
  align-items: start;
}

.results-left {
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.results-symptoms h4 {
  margin: 0 0 0.65rem;
  color: #111111;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.results-symptom-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.3rem;
  color: #2f2f2f;
  line-height: 1.45;
  font-size: 0.95rem;
}

.results-metrics {
  display: grid;
  gap: 1rem;
}

.results-group {
  display: grid;
  gap: 0.55rem;
}

.results-group-label {
  color: #191919;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.results-group-label--after {
  color: #1a8f6d;
}

.results-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.results-stat {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.results-stat-value {
  display: block;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.results-stat-value--before {
  color: #d95b3b;
}

.results-stat-value--after {
  color: #1d9b7a;
}

.results-stat-label {
  color: #5c4b4c;
  font-size: 0.86rem;
  line-height: 1.35;
}

.results-stats--single {
  grid-template-columns: 1fr;
  max-width: 180px;
}

.results-photo {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.results-photo-image {
  width: min(100%, 100%);
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 12px 28px rgba(75, 45, 48, 0.14);
  object-fit: contain;
}

.results-benefits {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
}

.results-benefits li {
  position: relative;
  padding-left: 1.6rem;
  color: #2a2a2a;
  line-height: 1.45;
  font-size: 0.94rem;
}

.results-benefits li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  background: linear-gradient(180deg, #4ccf62, #2fb64d);
  color: #0f1d13;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(12, 55, 19, 0.18);
}

.section {
  padding: 5rem 0;
}

.results-section {
  background: #ffffff;
  color: #171717;
}

.results-slider-panel {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 22px;
}

.results-slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.results-slider-copy {
  min-width: 0;
}

.results-slider-copy h3 {
  margin: 0.2rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #111111;
}

.results-slider-copy p {
  margin: 0.35rem 0 0;
  max-width: 640px;
  color: #453a3b;
  line-height: 1.55;
  font-size: 0.93rem;
}

.results-slider-controls {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.results-slider-button.medical-results-button {
  border: 3px solid #ffffff;
  background: var(--teal-900);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 28, 31, 0.32);
}

.results-slider-button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(15, 28, 31, 0.12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #6e4c4d;
  box-shadow: 0 10px 22px rgba(75, 45, 48, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.results-slider-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.results-slider-button:hover:not(:disabled) {
  transform: translateY(-1px);
  background: var(--teal-950);
  box-shadow: 0 16px 30px rgba(15, 28, 31, 0.34);
}

.results-slider-button:focus-visible {
  outline: 2px solid #c88d16;
  outline-offset: 2px;
}

.results-slider-button:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  background: rgba(15, 28, 31, 0.5);
  box-shadow: 0 8px 18px rgba(15, 28, 31, 0.16);
}

.results-slider {
  overflow: hidden;
}

.medical-results-slider .results-slider-track {
  grid-auto-columns: 100%;
}

.medical-results-slider .results-slider-track {
  overflow-x: auto;
}

.results-slide-frame {
  aspect-ratio: 4 / 5;
  padding: 0.6rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-slide-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.results-slide figcaption {
  padding: 0.8rem 0.95rem 0.95rem;
  color: #6a5051;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

 */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

/* Card FAQ */
.faq-item {
  position: relative;
  padding: 1.05rem 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 28, 31, 0.08);
  box-shadow: 0 14px 30px rgba(11, 30, 32, 0.07);
  backdrop-filter: blur(8px);
  overflow: hidden;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

/* Garis emas di atas card */
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #dba63a, #ca9629);
}

/* Tombol pertanyaan */
.faq-question {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #122224;

  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;

  text-align: left;
  cursor: pointer;
  font: inherit;
}

/* Teks pertanyaan */
.faq-question > span:nth-child(2) {
  font-size: 1.06rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-weight: 800;
}

/* Nomor FAQ */
.faq-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 28px;
  padding: 0.22rem 0.68rem;

  border-radius: 999px;

  background: rgba(202, 150, 41, 0.11);
  border: 1px solid rgba(202, 150, 41, 0.16);

  color: #b97a10;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Icon + / - */
.faq-toggle-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;

  background: rgba(202, 150, 41, 0.1);
  border: 1px solid rgba(202, 150, 41, 0.16);
}

/* Garis icon */
.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: "";
  position: absolute;

  left: 50%;
  top: 50%;

  width: 13px;
  height: 2px;

  border-radius: 999px;
  background: #ca9629;

  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

/* Garis vertikal */
.faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Saat FAQ dibuka → menjadi tanda minus */
.faq-item.is-open .faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Jawaban */
.faq-answer {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;

  color: #425558;
  line-height: 1.72;
  font-size: 0.95rem;

  transform: translateY(-4px);

  transition:
    max-height 0.45s ease,
    margin-top 0.45s ease,
    opacity 0.35s ease,
    transform 0.45s ease;
}

/* Jawaban ketika dibuka */
.faq-item.is-open .faq-answer {
  max-height: 220px;
  margin-top: 0.85rem;
  opacity: 1;
  transform: translateY(0);
}

/* Hover card */
.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(202, 150, 41, 0.16);
  box-shadow: 0 18px 36px rgba(11, 30, 32, 0.09);
}

/* Focus tombol */
.faq-question:focus-visible {
  outline: 2px solid #c88d16;
  outline-offset: 5px;
  border-radius: 12px;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  color: #b97a10;
  background: rgba(202, 150, 41, 0.1);
  border: 1px solid rgba(202, 150, 41, 0.16);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(202, 150, 41, 0.1), transparent 24%),
    radial-gradient(circle at bottom left, rgba(13, 77, 79, 0.08), transparent 26%),
    linear-gradient(180deg, #f6efe5 0%, #fbf7f1 100%);
  color: #122224;
}

.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(8px);
  opacity: 0.9;
}

.faq-section::before {
  width: 170px;
  height: 170px;
  top: -70px;
  right: -80px;
  background: rgba(202, 150, 41, 0.1);
}

.faq-section::after {
  width: 220px;
  height: 220px;
  left: -110px;
  bottom: -120px;
  background: rgba(13, 77, 79, 0.06);
}

.faq-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.4rem;
}

.faq-intro {
  max-width: 780px;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  color: #b97a10;
  background: rgba(202, 150, 41, 0.1);
  border: 1px solid rgba(202, 150, 41, 0.16);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-intro h2 {
  margin: 0.8rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 3.8vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: #122224;
}

.faq-intro p {
  margin: 0.9rem 0 0;
  max-width: 720px;
  color: #4f6165;
  line-height: 1.72;
  font-size: 1rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-item {
  position: relative;
  padding: 1.05rem 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 28, 31, 0.08);
  box-shadow: 0 14px 30px rgba(11, 30, 32, 0.07);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #dba63a, #ca9629);
}

.faq-question {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #122224;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.faq-question > span:nth-child(2) {
  font-size: 1.06rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.faq-question:focus-visible {
  outline: 2px solid #c88d16;
  outline-offset: 5px;
  border-radius: 12px;
}

.faq-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0.22rem 0.68rem;
  border-radius: 999px;
  background: rgba(202, 150, 41, 0.11);
  border: 1px solid rgba(202, 150, 41, 0.16);
  color: #b97a10;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.faq-toggle-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(202, 150, 41, 0.1);
  border: 1px solid rgba(202, 150, 41, 0.16);
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: #ca9629;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  color: #425558;
  line-height: 1.72;
  font-size: 0.95rem;
  transform: translateY(-4px);
  transition: max-height 0.45s ease, margin-top 0.45s ease, opacity 0.35s ease, transform 0.45s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 220px;
  margin-top: 0.85rem;
  opacity: 1;
  transform: translateY(0);
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(202, 150, 41, 0.16);
  box-shadow: 0 18px 36px rgba(11, 30, 32, 0.09);
}

.results-slider-panel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}

.results-slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.results-slider-copy {
  min-width: 0;
}

.results-slider-copy h3 {
  margin: 8px 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.results-slider-copy p {
  margin: 0;
  color: #56666a;
  line-height: 1.6;
}

.results-slider-controls {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.results-slider-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 28, 31, 0.12);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.results-slider-button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.results-slider-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.results-slider-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.results-slider {
  width: 100%;
  overflow: hidden;
}

.results-slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 10px;
}

.results-slider-track::-webkit-scrollbar {
  display: none;
}

.results-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  margin: 0;
  scroll-snap-align: start;
}

.results-slide-frame {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11, 30, 32, 0.1);
}

.results-slide-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results-slide figcaption {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #56666a;
}

/* .floating-wa-btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.floating-wa-btn:hover,
.floating-wa-btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.floating-wa-btn img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
} */


.dokter {
  padding: 40px 20px;
  text-align: center;
}

.dokter h2 {
  font-size: 36px;
  color: #55733d;
  margin-bottom: 35px;
}

.dokter h2 span {
  color: #d39b24;
}

.dokter-list {
  display: flex;
  justify-content: center;
  gap: 38px;
}

.dokter-list img {
  width: 264px;
  height: 380px;
  object-fit: cover;
  border-radius: 18px;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.read-until-end-bar {
  width: 100%;
  min-height: 56px;
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 10px 18px;
  color: #ffffff;
  background: #c70807;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.18;
  text-align: center;
  box-shadow: 0 0 0 100vmax #c70807;
  clip-path: inset(0 -100vmax);
  position: fixed; 
  bottom: 0px;
  display: block;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

.read-until-end-bar strong,
.read-until-end-bar span {
  display: block;
} 

.site-footer {
  background: #000000;
  padding: 36px 24px 62px;
  color: #ffffff;
}

.site-footer__inner {
  width: min(1130px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.72fr 0.78fr;
  gap: 78px;
  align-items: start;
}

.footer-location__logo {
  display: block;
  width: 164px;
  height: auto;
  margin-bottom: 58px;
}

.footer-map {
  width: 374px;
  max-width: 100%;
  height: 220px;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 17px;
  background: #000000;
}

.footer-links {
  padding-top: 122px;
}

.footer-links h2,
.footer-contact h2 {
  margin: 0 0 43px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}

.footer-links a {
  display: block;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.42;
  text-decoration: none;
}

.footer-contact h2 + .footer-socials,
.footer-contact .footer-phone + h2 {
  margin-top: 45px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
}

.footer-socials img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer-socials__link--tiktok {
  background: #ffffff;
  border-radius: 50%;
}

.footer-socials__link--tiktok img {
  width: 26px;
  height: 26px;
}

.footer-location h2 {
  margin: 32px 0 23px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}

.footer-location address {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 1px;
  text-align: center;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.footer-phone span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 26px;
}

.footer-contact h2 {
  margin-bottom: 31px;
  font-weight: 400;
  letter-spacing: 4px;
}

.footer-contact {
  padding-top: 140px;
}

@media (max-width: 980px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-location__logo {
    margin: 0 auto 32px;
  }

  .footer-map {
    margin: 0 auto;
  }

  .footer-links,
  .footer-contact {
    padding-top: 0;
    text-align: center;
  }

  .footer-socials,
  .footer-phone {
    justify-content: center;
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .dokter-list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .dokter-list img {
    width: 220px;
    height: 315px;
  }

  .read-until-end-bar {
    left: 0;
    right: 0;
    width: 100%;
    min-height: 50px;
    padding: 8px 12px;
    overflow: hidden;
    font-size: clamp(9px, 2.7vw, 12px);
    line-height: 1.2;
  }

  .read-until-end-bar strong,
  .read-until-end-bar span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 500px) {
  .dokter h2 {
    font-size: 26px;
  }

  .dokter-list {
    flex-direction: column;
    align-items: center;
  }

  .dokter-list img {
    width: 280px;
    height: 400px;
  }
}


/* TABLET */
@media (max-width: 768px) {
  .results-slider-head {
    align-items: center;
  }

  .results-slide {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}


/* HP */
@media (max-width: 480px) {
  .results-slider-panel {
    padding: 30px 0;
  }

  .results-slider-head {
    align-items: flex-start;
  }

  .results-slider-controls {
    gap: 6px;
  }

  .results-slider-button {
    width: 38px;
    height: 38px;
  }

  .results-slide {
    flex: 0 0 100%;
  }
}


@media (max-width: 980px) {
  .navbar {
    position: relative;
    width: min(100% - 32px, 1260px);
    min-height: 58px;
  }

  .navbar__logo {
    width: 118px;
  }

  .navbar__toggle {
    display: block;
  }

  .navbar__menu {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 18px;
    background: #f1eeeb;
    border-top: 1px solid rgba(5, 5, 5, 0.08);
    box-shadow: 0 14px 24px rgba(5, 5, 5, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .navbar__menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .navbar__menu a {
    width: 100%;
    padding: 10px 16px;
    font-size: 17px;
  }

  .navbar__toggle {
    display: block;
  }

  .clinic-proof__features {
    grid-template-columns: repeat(2, minmax(220px, auto));
    gap: 1.35rem 2rem;
  }

  .kidney-symptoms__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 640px);
  }

  .kidney-symptoms__card,
  .kidney-symptoms__card:nth-child(4),
  .kidney-symptoms__card:nth-child(5) {
    grid-column: auto;
  }

  .kidney-check__panels {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .kidney-check__symptom-grid {
    grid-template-columns: repeat(3, minmax(0, 158px));
  }

  .dialysis-facts__item {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .dialysis-facts__stat {
    grid-column: 2;
    width: min(100%, 270px);
  }

  .dialysis-facts__summary {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .dialysis-facts__warning {
    width: min(100%, calc(100% - 99px));
  }

  .detox-program__top {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .results-body {
    grid-template-columns: 1fr;
  }

  .results-stats--single {
    max-width: none;
  }

  .results-photo {
    justify-content: center;
  }

  .results-photo-image {
    width: min(100%, 340px);
  }

  .results-photo-placeholder {
    width: min(100%, 340px);
    min-height: 260px;
  }

  .results-benefits {
    grid-template-columns: 1fr;
  }

  .results-slider-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .results-slider-controls {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 820px) {
  .hero-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.35rem;
    padding-block: 1.35rem 1.6rem;
  }

  .hero-proof-copy {
    align-items: center;
    width: 100%;
  }

  .hero-badge {
    min-width: 0;
    width: min(100%, 640px);
    white-space: normal;
  }

  .hero-proof-media {
    justify-self: center;
    width: min(100%, 620px);
  }

  .hero-proof-media img {
    max-height: 270px;
  }

  .hero-metrics,
  .benefits {
    width: min(100%, 640px);
  }

  .clinic-proof__inner {
    padding-top: 0.7rem;
  }

  .clinic-proof__image {
    border-radius: 14px;
  }

  .patient-results {
    padding-top: 1.65rem;
  }

  .kidney-education__lead,
  .kidney-education__note p,
  .kidney-education__box p,
  .medicine-risk__study p {
    text-align: left;
  }

   .faq-section {
    padding: 3.5rem 0;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-intro h2 {
    font-size: clamp(1.9rem, 7vw, 2.6rem);
  }

  .faq-question > span:nth-child(2) {
    font-size: 0.98rem;
  }

  .faq-item {
    padding: 1rem;
  }
}

@media (max-width: 640px) {
.results-card {
    padding: 1.05rem;
    border-radius: 18px;
  }
  .results-case-head h3 {
    font-size: clamp(1.2rem, 5.5vw, 1.55rem);
  }

  .results-divider {
    margin: 0.95rem 0 1rem;
  }

  .results-body {
    gap: 1.15rem;
  }

  .results-symptom-list,
  .results-benefits li,
  .results-stat-label {
    font-size: 0.92rem;
  }

  .results-stats {
    gap: 0.8rem;
  }

  .results-stats {
    grid-template-columns: 1fr;
  }

  .results-photo-image {
    width: min(100%, 280px);
  }

  .results-section {
    padding: 4.2rem 0 4.4rem;
  }

  .container {
    width: min(100% - 20px, 1160px);
  }

  .condition-section .container {
    width: min(100% - 32px, 1160px);
  }

  .results-slider-copy p {
    max-width: none;
    font-size: 0.9rem;
  }
}

@media (max-width: 520px) {
  .hero-inner {
    width: min(100% - 22px, 1180px);
    padding-block: 0.7rem 1rem;
  }

  .banner-section {
    width: min(100% - 22px, 1180px);
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .hero-badge {
    width: 100%;
    white-space: normal;
    min-height: 52px;
    padding-inline: 0.7rem;
    font-size: clamp(1rem, 4.6vw, 1.15rem);
  }

  .hero-metric h2 {
    font-size: clamp(1.1rem, 5.2vw, 1.3rem);
  }

  .hero-proof-media img {
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .hero img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .metric-values {
    min-height: 58px;
    border-radius: 0;
    padding: 0.38rem 0.42rem;
    gap: 0.16rem;
  }

  .metric-values span {
    font-size: clamp(0.64rem, 2.9vw, 0.78rem);
  }

  .metric-values strong {
    font-size: clamp(1.28rem, 6vw, 1.58rem);
  }

  .metric-values .metric-arrow {
    width: clamp(1.2rem, 7vw, 1.75rem);
    height: clamp(0.85rem, 4.8vw, 1.2rem);
  }

  .benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    width: 100%;
  }

  .benefit-icon {
    width: 32px;
    height: 32px;
  }

  .clinic-proof__inner {
    width: min(100% - 22px, 1180px);
    padding-bottom: 1rem;
  }

  .clinic-proof__features {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1rem;
    margin-top: 1.2rem;
  }

  .clinic-proof__feature {
    grid-template-columns: 46px minmax(0, 1fr);
    width: 100%;
  }

  .clinic-proof__feature h3 {
    white-space: normal;
  }

  .clinic-proof__icon {
    width: 46px;
    height: 46px;
  }

  .clinic-proof__alert {
    padding: 1.1rem 0.85rem 1.2rem;
  }

  .patient-results {
    padding: 1.35rem 0 2rem;
  }

  .patient-results__inner {
    width: min(100% - 22px, 1180px);
  }

  .patient-results h2 {
    margin-bottom: 1rem;
    white-space: normal;
  }

  .patient-results__carousel {
    border-radius: 14px;
  }

  .patient-results__control {
    width: 34px;
    height: 34px;
  }

  .patient-results__control--prev {
    left: 8px;
  }

  .patient-results__control--next {
    right: 8px;
  }

  .patient-results__dots {
    gap: 0.8rem;
    margin: 1rem 0 1.35rem;
  }

  .patient-results__cta {
    min-height: 48px;
    padding: 0.5rem 0.9rem;
  }

  .patient-results__cta img {
    width: 28px;
    height: 28px;
  }

  .kidney-education {
    padding: 1.45rem 0 1.55rem;
  }

  .kidney-education__inner {
    width: min(100% - 22px, 1180px);
  }

  .kidney-education h2 {
    margin-bottom: 1rem;
  }

  .kidney-education__lead {
    margin-bottom: 0.8rem;
  }

  .kidney-education__note {
    padding: 0.8rem 1rem;
    margin-bottom: 1.35rem;
  }

  .kidney-education h3 {
    margin-bottom: 1.1rem;
  }

  .kidney-education__image {
    margin-bottom: 1.25rem;
    border-radius: 12px;
  }

  .kidney-education__box {
    padding: 0.9rem 1rem;
  }

  .medicine-risk {
    padding: 1.6rem 0 2rem;
  }

  .medicine-risk__inner {
    width: min(100% - 22px, 1180px);
  }

  .medicine-risk h2 {
    margin-bottom: 1.15rem;
  }

  .medicine-risk__image {
    margin-bottom: 1.45rem;
    border-radius: 12px;
  }

  .medicine-risk__content {
    line-height: 1.16;
  }

  .medicine-risk__content ul {
    padding-left: 1.35rem;
  }

  .medicine-risk__study {
    margin-top: 1.45rem;
    padding: 1.15rem 1rem;
  }

  .kidney-symptoms {
    padding: 2rem 0 2.4rem;
  }

  .kidney-symptoms__inner {
    width: min(100% - 22px, 1180px);
  }

  .kidney-symptoms h2 {
    margin-bottom: 1.5rem;
  }

  .kidney-symptoms__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .kidney-symptoms__card {
    min-height: 0;
  }

  .kidney-symptoms__icon {
    min-height: 90px;
  }

  .kidney-symptoms__icon img {
    width: 62px;
    height: 62px;
  }

  .kidney-symptoms__card p {
    text-align: left;
  }

  .kidney-symptoms__alert {
    margin: 1.7rem auto 1.55rem;
    padding: 1rem;
  }

  .kidney-symptoms__cta {
    min-height: 48px;
    padding: 0.5rem 0.9rem;
  }

  .kidney-symptoms__cta img {
    width: 28px;
    height: 28px;
  }

  .kidney-check {
    padding: 2rem 0 2.4rem;
  }

  .kidney-check__inner {
    width: min(100% - 22px, 1180px);
  }

  .kidney-check h2 {
    margin-bottom: 1.35rem;
  }

  .kidney-check__panel h3 {
    padding: 0.8rem 1rem;
  }

  .kidney-check__panel h3 img {
    width: 34px;
    height: 34px;
  }

  .kidney-check__panel-body {
    padding: 1.05rem 1.1rem 1.2rem;
  }

  .kidney-check__panel-body p {
    text-align: left;
  }

  .kidney-check__panel-body ul {
    columns: 1;
  }

  .kidney-check__lead {
    margin-bottom: 1.35rem;
  }

  .kidney-check__symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.6rem;
  }

  .kidney-check__symptom {
    min-height: 132px;
  }

  .kidney-check__symptom img {
    width: 62px;
    height: 62px;
  }

  .kidney-check__note {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    padding: 1.2rem 1rem;
    text-align: center;
  }

  .kidney-check__note img {
    width: 64px;
    height: 64px;
  }

  .dialysis-facts {
    padding: 2rem 0 2.3rem;
  }

  .dialysis-facts__inner {
    width: min(100% - 22px, 1180px);
  }

  .dialysis-facts h2 {
    margin-bottom: 1.25rem;
  }

  .dialysis-facts__intro,
  .dialysis-facts__copy p,
  .dialysis-facts__summary p {
    text-align: justify;
  }

  .dialysis-facts__item,
  .dialysis-facts__summary {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.8rem;
  }

  .dialysis-facts__icon {
    width: 68px;
    height: 68px;
  }

  .dialysis-facts__copy .dialysis-facts__ref {
    margin-top: 1rem;
  }

  .dialysis-facts__stat {
    grid-column: auto;
    width: min(100%, 260px);
    min-height: 150px;
    margin: 0 auto;
  }

  .dialysis-facts__warning {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }

  .detox-program__inner {
    width: min(100% - 22px, 1180px);
    padding: 2rem 0 2.2rem;
  }

  .detox-program__top {
    gap: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .detox-program__copy h2 {
    margin-bottom: 1rem;
  }

  .detox-program__copy ul {
    padding-left: 1.45rem;
  }

  .detox-program__goal {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1rem;
    padding: 0.95rem 1rem;
  }

  .detox-program__goal img {
    width: 58px;
    height: 58px;
  }

  .detox-program__description {
    text-align: left;
  }

  .detox-program__banner {
    padding: 1.2rem 0.85rem 1.35rem;
  }

  .floating-whatsapp {
    right: 18px;
    bottom: 22px;
    width: 50px;
    height: 50px;
  }
  .floating-whatsapp img {
    width: 30px;
    height: 30px;
  }

  .patient-results__carousel {
    aspect-ratio: 400 / 600;
  }

  .dialysis-facts__item img {
    width: 30%;
  }

  .dialysis-facts__copy p {
    text-align: justify;
  }

}

@media (max-width: 420px) {
  .navbar {
    width: min(100% - 24px, 1260px);
    min-height: 56px;
  }

  .navbar__logo {
    width: 112px;
  }

  .navbar__menu {
    top: 56px;
  }

  .results-slider-copy h3 {
    font-size: clamp(1.1rem, 6vw, 1.4rem);
  }

  .results-slider-button {
    width: 46px;
    height: 46px;
  }

  .results-slider-button svg {
    width: 22px;
    height: 22px;
  }

  .faq-section {
    padding: 3rem 0;
  }

  .faq-layout {
    gap: 1rem;
  }

  .faq-intro p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .faq-question {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.55rem;
  }

  .faq-question > span:nth-child(2) {
    font-size: 0.9rem;
  }

  .faq-index {
    min-height: 25px;
    padding: 0.2rem 0.55rem;
    font-size: 0.65rem;
  }

  .faq-toggle-icon {
    width: 30px;
    height: 30px;
  }

  .faq-answer {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .footer-links h2,
  .footer-contact h2 {
    font-size: 25px;
  }

  .footer-links a {
    font-size: 22px;
  }

  .footer-socials {
    justify-content: center;
    gap: 28px;
  }

  .footer-socials a {
    width: 40px;
    height: 40px;
  }

  .footer-socials img {
    width: 32px;
    height: 32px;
  }

  .footer-socials__link--tiktok img {
    width: 24px;
    height: 24px;
  }

   .footer-phone {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .hero-metrics {
    gap: 0.38rem;
  }

  .metric-values {
    padding-inline: 0.26rem;
  }

  .benefit {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .benefit-icon {
    width: 28px;
    height: 28px;
  }

}
