:root {
  --color-primary: #d5a347;
  --color-primary-dark: #b9852f;
  --color-accent: #d5a347;
  --color-text: #121212;
  --color-muted: #4f4f4f;
  --color-surface: #faf9f7;
  --color-white: #ffffff;
  --container: 1270px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(23, 107, 91, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-text);
  background: var(--color-white);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #fff url("../images/Hero.png") center / cover no-repeat;
}

.hero-content {
  position: relative;
  min-height: 100vh;
  padding-top: clamp(70px, 5.3vw, 96px);
}

.hero-copy {
  width: min(100%, 540px);
}

.hero__logo {
  display: block;
  width: 138px;
  height: auto;
  margin-bottom: 20px;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 24px;
  color: var(--color-primary-dark);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-label svg {
  width: 36px;
  height: 43px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

h1 {
  line-height: 1.15;
}

h1 {
  max-width: 540px;
  font-size: clamp(2.6rem, 3.18vw, 3.85rem);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.hero-text {
  max-width: 500px;
  margin: 20px 0 30px;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 18px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid var(--color-primary);
  border-radius: 7px;
  color: var(--color-white);
  background: var(--color-primary);
  box-shadow: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
}

.button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-outline {
  color: var(--color-primary-dark);
  background: rgba(255, 255, 255, 0.72);
}

.button-outline .fa-whatsapp {
  color: inherit;
  font-size: 23px;
}

.button-outline:hover {
  color: #fff;
}

.hero-features {
  position: absolute;
  bottom: clamp(18px, 1.4vw, 26px);
  left: 0;
  display: grid;
  width: min(830px, 67%);
  min-height: 84px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(213, 163, 71, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 32px rgba(49, 38, 17, 0.06);
  backdrop-filter: blur(8px);
}

.feature {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  border-right: 1px solid #e8e5df;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
}

.feature:first-child {
  padding-left: 4px;
}

.feature:last-child {
  border-right: 0;
}

.feature svg {
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.implants-section {
  position: relative;
  min-height: clamp(650px, 46.84vw, 858px);
  overflow: hidden;
  color: #fff;
  background: #101112 url("../images/sectionTwo.png") center / cover no-repeat;
}

.implants-content {
  position: relative;
  min-height: clamp(650px, 46.84vw, 858px);
}

.implants-copy {
  width: min(100%, 590px);
  margin-left: auto;
  padding-top: clamp(115px, 8.7vw, 160px);
}

.implants-label {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 26px;
  color: #d7a746;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.implants-label svg {
  width: 34px;
  height: 40px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.implants-copy h2 {
  max-width: 570px;
  font-size: clamp(2.7rem, 3.35vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.implants-copy > p {
  max-width: 530px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.65;
}

.implant-options {
  display: grid;
  width: 100%;
  min-height: 78px;
  margin-top: 32px;
  grid-template-columns: 1.12fr 1.25fr 0.83fr;
  align-items: center;
  border: 1px solid rgba(213, 163, 71, 0.65);
  border-radius: 14px;
  background: rgba(10, 10, 10, 0.34);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}

.implant-option {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 18px;
  border-right: 1px solid rgba(213, 163, 71, 0.28);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.implant-option:last-child {
  border-right: 0;
}

.implant-option svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  fill: none;
  stroke: #d7a746;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.steps-section {
  position: relative;
  min-height: clamp(675px, 44.32vw, 835px);
  overflow: hidden;
  background: #fcfbf9 url("../images/sectionThree.png") center / cover no-repeat;
}

.steps-content {
  padding-top: clamp(38px, 3vw, 56px);
  padding-bottom: clamp(50px, 3.8vw, 70px);
}

.steps-heading {
  text-align: center;
}

.steps-heading h2 {
  font-size: clamp(2.25rem, 3vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.steps-divider {
  display: flex;
  width: 230px;
  align-items: center;
  gap: 14px;
  margin: 22px auto 26px;
}

.steps-divider span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d5a347);
}

.steps-divider span:last-child {
  background: linear-gradient(90deg, #d5a347, transparent);
}

.steps-divider svg {
  width: 25px;
  height: 30px;
  flex: 0 0 auto;
  fill: none;
  stroke: #d5a347;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 16px;
}

.step-card {
  display: grid;
  min-height: 204px;
  grid-template-columns: 94px 1fr;
  align-items: start;
  gap: 18px;
  padding: 39px 25px 26px 20px;
  border: 1px solid rgba(183, 151, 96, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 32px rgba(95, 76, 41, 0.08);
  backdrop-filter: blur(6px);
}

.step-icon {
  display: grid;
  width: 88px;
  height: 104px;
  margin-top: 3px;
  place-items: center;
  border: 1px solid rgba(213, 163, 71, 0.13);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(82, 63, 30, 0.08);
}

.step-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: #d5a347;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.step-copy h3 {
  min-height: 42px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.28;
}

.step-copy h3 strong {
  color: #d09a37;
  font-weight: 600;
}

.step-line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 10px 0 13px;
  background: #d5a347;
}

.step-copy p {
  color: #282828;
  font-size: 0.75rem;
  line-height: 1.55;
}

@media (max-width: 1050px) and (min-width: 761px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-section {
    min-height: auto;
  }
}

.transformations-section {
  position: relative;
  min-height: clamp(675px, 42.66vw, 819px);
  overflow: hidden;
  color: #fff;
  background-color: #0d0f0f;
  background-image: url("../images/sectionFour.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.transformations-content {
  display: grid;
  min-height: clamp(675px, 42.66vw, 819px);
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 36px;
  padding-top: clamp(78px, 5.8vw, 111px);
  padding-bottom: clamp(58px, 4.2vw, 80px);
}

.transformations-side h2 {
  width: calc(100% - 70px);
  margin-bottom: 25px;
  margin-left: 70px;
  font-size: clamp(2.8rem, 3.55vw, 3.65rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.transformations-side h2 span {
  color: #d9aa50;
}

.comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(218, 170, 79, 0.7);
  background: #171717;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.26);
}

.comparison-small {
  width: 430px;
  height: 172px;
  margin-left: 70px;
  border-radius: 19px;
}

.comparison-small + .comparison-small {
  margin-top: 24px;
}

.comparison-main {
  width: 100%;
  height: 456px;
  align-self: start;
  border-radius: 22px;
}

.comparison-half {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.comparison-half img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-small .comparison-half:first-child img {
  object-position: left center;
}

.comparison-small .comparison-half:nth-child(2) img {
  object-position: right center;
}

.comparison-main .comparison-half:first-child img {
  object-position: center center;
}

.comparison-main .comparison-half:nth-child(2) img {
  object-position: center center;
}

.comparison-label {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  font-size: 0.86rem;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.comparison-label-before {
  left: 21px;
}

.comparison-label-after {
  right: 21px;
}

.comparison-main .comparison-label {
  bottom: 22px;
  font-size: 1rem;
}

.comparison-main .comparison-label-before {
  left: 40px;
}

.comparison-main .comparison-label-after {
  right: 38px;
}

.comparison-divider {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(218, 170, 79, 0.82);
  transform: translateX(-50%);
}

.comparison-handle {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #d5a347;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}

.comparison-main .comparison-handle {
  width: 57px;
  height: 57px;
}

.comparison-handle svg {
  width: 27px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.benefits-section {
  position: relative;
  min-height: clamp(675px, 46.15vw, 852px);
  overflow: hidden;
  background: #fff url("../images/sectionFive.png") center / cover no-repeat;
}

.benefits-content {
  position: relative;
  min-height: clamp(675px, 46.15vw, 852px);
  padding-top: clamp(26px, 2vw, 38px);
  padding-bottom: 30px;
}

.benefits-heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.benefits-heading h2 {
  font-size: clamp(2rem, 2.65vw, 3.05rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.benefits-divider {
  display: flex;
  width: 225px;
  align-items: center;
  gap: 10px;
  margin: 12px auto 0;
}

.benefits-divider span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d5a347);
}

.benefits-divider span:last-child {
  background: linear-gradient(90deg, #d5a347, transparent);
}

.benefits-divider i {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 1px solid #d5a347;
  transform: rotate(45deg);
}

.benefits-center-image {
  position: absolute;
  z-index: 1;
  top: clamp(84px, 6.6vw, 122px);
  left: 50%;
  display: block;
  width: clamp(455px, 35.5vw, 655px);
  height: auto;
  transform: translateX(-50%);
}

.benefits-list {
  position: absolute;
  z-index: 2;
  right: 50%;
  bottom: clamp(34px, 2.8vw, 52px);
  display: grid;
  width: min(920px, calc(100% - 40px));
  grid-template-columns: repeat(4, 1fr);
  transform: translateX(50%);
}

.benefit-item {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.benefit-item:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 65px;
  background: rgba(213, 163, 71, 0.55);
  content: "";
}

.benefit-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 11px;
  place-items: center;
  border: 1px solid rgba(213, 163, 71, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(94, 70, 27, 0.09);
}

.benefit-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #d5a347;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.benefit-item h3 {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.3;
}

.specialist-section {
  position: relative;
  min-height: clamp(675px, 36.05vw, 753px);
  overflow: hidden;
  background: #fff url("../images/SectionSix.png") center / cover no-repeat;
}

.specialist-content {
  position: relative;
  min-height: clamp(675px, 36.05vw, 753px);
  padding-top: clamp(84px, 5.9vw, 123px);
  padding-bottom: 70px;
}

.specialist-copy {
  width: min(100%, 505px);
}

.specialist-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 13px;
  color: #c98e2e;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.specialist-label i {
  width: 48px;
  height: 1px;
  background: #d5a347;
}

.specialist-copy > h2 {
  font-size: clamp(3.8rem, 5vw, 5.9rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.specialist-credential {
  margin: 13px 0 21px;
  color: #1d252d;
  font-size: 0.76rem;
  font-weight: 600;
}

.specialist-copy > p:not(.specialist-credential) {
  max-width: 470px;
  margin-top: 12px;
  color: #4e555b;
  font-size: 0.76rem;
  line-height: 1.7;
}

.specialist-features {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 16px;
}

.specialist-feature {
  display: grid;
  min-height: 99px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  padding: 15px 16px;
  border: 1px solid rgba(181, 151, 99, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 30px rgba(98, 76, 38, 0.07);
  backdrop-filter: blur(5px);
}

.specialist-feature svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #d49a38;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.specialist-feature h3 {
  position: relative;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
}

.specialist-feature h3::before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 22px;
  height: 1px;
  background: #d5a347;
  content: "";
}

.specialist-feature p {
  color: #64696d;
  font-size: 0.59rem;
  line-height: 1.5;
}

.specialist-badge {
  position: absolute;
  z-index: 2;
  top: clamp(247px, 17.2vw, 360px);
  right: 0;
  width: 202px;
  padding: 12px 22px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(61, 47, 25, 0.16);
  backdrop-filter: blur(7px);
}

.badge-item {
  display: grid;
  min-height: 62px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eceae6;
  color: #252a30;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1.45;
}

.badge-item:last-child {
  border-bottom: 0;
}

.badge-item svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #d49a38;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.faq-section {
  position: relative;
  min-height: clamp(810px, 56.28vw, 941px);
  overflow: hidden;
  color: #fff;
  background: #0d0f0f url("../images/faq.png") center / cover no-repeat;
}

.faq-content {
  width: min(calc(100% - 40px), 834px);
  padding-top: clamp(43px, 3.1vw, 52px);
  padding-bottom: 49px;
}

.faq-heading {
  text-align: center;
}

.faq-heading > svg {
  width: 42px;
  height: 50px;
  margin-bottom: 10px;
  fill: none;
  stroke: #d5a347;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.faq-heading h2 {
  font-size: clamp(2.4rem, 3.55vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.faq-item {
  min-height: 132px;
  overflow: hidden;
  border: 1px solid rgba(213, 163, 71, 0.62);
  border-radius: 15px;
  background: rgba(16, 17, 17, 0.62);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
}

.faq-item summary {
  position: relative;
  display: grid;
  min-height: 62px;
  grid-template-columns: 70px 1fr 32px;
  align-items: center;
  gap: 12px;
  padding: 14px 25px 4px;
  cursor: pointer;
  list-style: none;
}

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

.faq-icon {
  display: grid;
  width: 52px;
  height: 52px;
  grid-row: 1 / span 2;
  place-items: center;
  color: #d5a347;
}

.faq-icon svg {
  width: 49px;
  height: 49px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.faq-question {
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.3;
}

.faq-arrow {
  width: 16px;
  height: 16px;
  justify-self: end;
  border-right: 2px solid #d5a347;
  border-bottom: 2px solid #d5a347;
  transform: translateY(-4px) rotate(45deg);
  transition: transform 180ms ease;
}

.faq-item[open] .faq-arrow {
  transform: translateY(4px) rotate(225deg);
}

.faq-item > p {
  max-width: 690px;
  padding: 0 62px 17px 109px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.55;
}

.faq-item:not([open]) {
  min-height: 76px;
}

.faq-item:not([open]) summary {
  min-height: 74px;
  padding-bottom: 14px;
}

.final-cta-section {
  position: relative;
  min-height: clamp(810px, 56.28vw, 941px);
  overflow: hidden;
  background: #fff url("../images/sectionEight.png") center / cover no-repeat;
}

.final-cta-content {
  display: grid;
  width: min(calc(100% - 40px), 1122px);
  min-height: clamp(810px, 56.28vw, 941px);
  grid-template-columns: 552px 1fr;
  align-items: start;
  gap: 67px;
  padding-top: clamp(113px, 7.9vw, 132px);
  padding-bottom: 80px;
}

.location-map {
  position: relative;
  height: 541px;
  overflow: hidden;
  border: 1px solid rgba(213, 163, 71, 0.66);
  border-radius: 25px;
  background: #f5f4ef;
  box-shadow: 0 15px 38px rgba(106, 83, 42, 0.1);
}

.google-map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.65) contrast(0.92) brightness(1.08);
}

.map-card {
  position: absolute;
  bottom: 39px;
  left: 43px;
  display: flex;
  width: 310px;
  min-height: 96px;
  align-items: center;
  gap: 22px;
  padding: 14px 27px;
  border: 1px solid rgba(213, 163, 71, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(75, 59, 29, 0.13);
}

.map-card-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(213, 163, 71, 0.32);
  border-radius: 50%;
  background: #fff;
}

.map-card-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: #d5a347;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.map-card strong {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.final-cta-copy {
  padding-top: 13px;
  text-align: center;
}

.final-cta-topline {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.final-cta-topline > span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d5a347);
}

.final-cta-topline > span:last-child {
  background: linear-gradient(90deg, #d5a347, transparent);
}

.final-cta-topline i {
  display: grid;
  width: 53px;
  height: 53px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #d5a347;
  border-radius: 50%;
}

.final-cta-topline svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #d5a347;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.final-cta-copy h2 {
  font-size: clamp(2.75rem, 3.45vw, 3.95rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.13;
}

.final-cta-divider {
  display: flex;
  width: 230px;
  align-items: center;
  gap: 10px;
  margin: 23px auto 18px;
}

.final-cta-divider span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d5a347);
}

.final-cta-divider span:last-child {
  background: linear-gradient(90deg, #d5a347, transparent);
}

.final-cta-divider i {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border: 1px solid #d5a347;
  transform: rotate(45deg);
}

.final-cta-copy > p {
  color: #3e4144;
  font-size: 1.45rem;
}

.whatsapp-button {
  display: flex;
  width: 432px;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 30px auto 18px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(105deg, #c99537, #dfb55f, #c99537);
  box-shadow: 0 13px 28px rgba(163, 113, 27, 0.2);
  font-size: 1.25rem;
  font-weight: 500;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-button:hover {
  box-shadow: 0 16px 32px rgba(163, 113, 27, 0.3);
  transform: translateY(-2px);
}

.whatsapp-button i {
  font-size: 2.35rem;
}

.final-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: 500;
}

.final-location svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #d5a347;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .transformations-section,
  .transformations-content {
    min-height: auto;
  }

  .transformations-content {
    grid-template-columns: minmax(290px, 0.72fr) minmax(420px, 1.28fr);
    gap: 26px;
  }

  .comparison-small {
    width: 100%;
    height: 150px;
    margin-left: 0;
  }

  .transformations-side h2 {
    width: 100%;
    margin-left: 0;
  }

  .comparison-main {
    height: 410px;
  }

  .benefits-section,
  .benefits-content {
    min-height: 675px;
  }

  .specialist-badge {
    right: 10px;
    width: 180px;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 100vh;
    background-position: top right;
    background-size: auto 410px;
  }

  .hero-content {
    min-height: 100vh;
    padding-top: 370px;
    padding-bottom: 36px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero__logo {
    width: 122px;
    margin-bottom: 18px;
  }

  .hero-label {
    gap: 12px;
    margin-bottom: 18px;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-features {
    position: static;
    width: 100%;
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }

  .feature {
    padding: 13px 10px;
    border-right: 0;
    border-bottom: 1px solid #e8e5df;
    font-size: 0.7rem;
  }

  .feature:nth-child(odd) {
    border-right: 1px solid #e8e5df;
  }

  .feature:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .feature svg {
    width: 32px;
    height: 32px;
  }

  .implants-section {
    min-height: auto;
    background-position: top left;
    background-size: auto 430px;
  }

  .implants-content {
    min-height: auto;
    padding-top: 410px;
    padding-bottom: 54px;
  }

  .implants-copy {
    width: 100%;
    padding-top: 0;
  }

  .implants-label {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
  }

  .implants-label svg {
    width: 30px;
    height: 35px;
  }

  .implants-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .implants-copy > p {
    margin-top: 20px;
    font-size: 0.92rem;
  }

  .implant-options {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 7px 16px;
  }

  .implant-option {
    min-height: 62px;
    justify-content: flex-start;
    padding: 8px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(213, 163, 71, 0.28);
    font-size: 0.8rem;
  }

  .implant-option:last-child {
    border-bottom: 0;
  }

  .steps-section {
    min-height: auto;
    background-position: top right;
    background-size: auto 620px;
  }

  .steps-content {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .steps-heading h2 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
  }

  .steps-divider {
    width: 190px;
    margin-bottom: 30px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step-card {
    min-height: auto;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    padding: 25px 20px 25px 16px;
  }

  .step-icon {
    width: 68px;
    height: 80px;
  }

  .step-icon svg {
    width: 42px;
    height: 42px;
  }

  .step-copy h3 {
    min-height: auto;
    font-size: 0.87rem;
  }

  .step-copy p {
    font-size: 0.73rem;
  }

  .transformations-section {
    min-height: auto;
    background-position: center;
    background-size: auto 100%;
  }

  .transformations-content {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 20px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .transformations-side {
    display: contents;
  }

  .transformations-side h2 {
    width: 100%;
    order: 1;
    margin-bottom: 12px;
    margin-left: 0;
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .comparison-main {
    width: 100%;
    height: auto;
    aspect-ratio: 1.55;
    order: 2;
    border-radius: 17px;
  }

  .comparison-small {
    width: 100%;
    height: auto;
    aspect-ratio: 2.5;
    margin-left: 0;
    order: 3;
    border-radius: 15px;
  }

  .comparison-small + .comparison-small {
    margin-top: 0;
    order: 4;
  }

  .comparison-main .comparison-handle {
    width: 48px;
    height: 48px;
  }

  .comparison-main .comparison-label {
    bottom: 14px;
    font-size: 0.85rem;
  }

  .comparison-main .comparison-label-before {
    left: 18px;
  }

  .comparison-main .comparison-label-after {
    right: 18px;
  }

  .benefits-section,
  .benefits-content {
    min-height: auto;
  }

  .benefits-section {
    background-size: auto 100%;
  }

  .benefits-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .benefits-heading h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .benefits-divider {
    width: 185px;
    margin-top: 16px;
  }

  .benefits-center-image {
    position: static;
    width: min(100%, 460px);
    margin-top: 6px;
    transform: none;
  }

  .benefits-list {
    position: static;
    width: 100%;
    margin-top: -10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
    transform: none;
  }

  .benefit-item {
    padding-inline: 8px;
  }

  .benefit-item:not(:last-child)::after {
    display: none;
  }

  .benefit-item:nth-child(odd)::after {
    top: 10px;
    right: 0;
    display: block;
    height: 75px;
  }

  .benefit-icon {
    width: 62px;
    height: 62px;
  }

  .benefit-icon svg {
    width: 36px;
    height: 36px;
  }

  .benefit-item h3 {
    font-size: 0.75rem;
  }

  .specialist-section {
    min-height: auto;
    background-position: 66% top;
    background-size: auto 410px;
  }

  .specialist-content {
    display: flex;
    min-height: auto;
    flex-direction: column;
    padding-top: 390px;
    padding-bottom: 58px;
  }

  .specialist-copy {
    width: 100%;
  }

  .specialist-copy > h2 {
    font-size: clamp(3.5rem, 18vw, 4.8rem);
  }

  .specialist-copy > p:not(.specialist-credential) {
    font-size: 0.78rem;
  }

  .specialist-features {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .specialist-feature {
    min-height: 94px;
  }

  .specialist-badge {
    position: static;
    width: 100%;
    margin-top: 18px;
    padding-inline: 18px;
  }

  .badge-item {
    min-height: 68px;
    font-size: 0.68rem;
  }

  .faq-section {
    min-height: auto;
    background-size: auto 100%;
  }

  .faq-content {
    width: min(calc(100% - 32px), 520px);
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .faq-heading > svg {
    width: 36px;
    height: 43px;
  }

  .faq-heading h2 {
    font-size: clamp(2.2rem, 10.5vw, 2.85rem);
  }

  .faq-list {
    margin-top: 30px;
  }

  .faq-item {
    min-height: 0;
    border-radius: 13px;
  }

  .faq-item summary {
    min-height: 78px;
    grid-template-columns: 43px 1fr 20px;
    gap: 10px;
    padding: 13px 15px 6px;
  }

  .faq-icon {
    width: 38px;
    height: 38px;
  }

  .faq-icon svg {
    width: 36px;
    height: 36px;
  }

  .faq-question {
    font-size: 0.9rem;
  }

  .faq-arrow {
    width: 12px;
    height: 12px;
  }

  .faq-item > p {
    padding: 0 38px 17px 68px;
    font-size: 0.78rem;
  }

  .faq-item:not([open]) summary {
    min-height: 72px;
  }

  .final-cta-section,
  .final-cta-content {
    min-height: auto;
  }

  .final-cta-section {
    background-size: auto 100%;
  }

  .final-cta-content {
    display: flex;
    width: min(calc(100% - 32px), 520px);
    flex-direction: column;
    gap: 44px;
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .location-map {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.05;
    border-radius: 18px;
  }

  .map-card {
    bottom: 22px;
    left: 18px;
    width: min(255px, calc(100% - 36px));
    min-height: 78px;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 14px;
  }

  .map-card-icon {
    width: 48px;
    height: 48px;
  }

  .map-card strong {
    font-size: 0.75rem;
  }

  .final-cta-copy {
    padding-top: 0;
  }

  .final-cta-topline {
    margin-bottom: 24px;
  }

  .final-cta-topline i {
    width: 48px;
    height: 48px;
  }

  .final-cta-copy h2 {
    font-size: clamp(2.25rem, 10.6vw, 3rem);
  }

  .final-cta-copy > p {
    font-size: 1.15rem;
  }

  .whatsapp-button {
    width: 100%;
    min-height: 64px;
    margin-top: 25px;
    font-size: 1rem;
  }

  .whatsapp-button i {
    font-size: 2rem;
  }

  .final-location {
    font-size: 0.78rem;
  }

}
