.elementor-2960 .elementor-element.elementor-element-c878f15{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2960 .elementor-element.elementor-element-26f7be8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2960 .elementor-element.elementor-element-e7b65a6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2960 .elementor-element.elementor-element-c878f15{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-26f7be8 *//* ── CSS Variables ───────────────────────────────────────────── */
  :root {
    --td-black:       #0a0a0a;
    --td-dark:        #111111;
    --td-mid:         #1c1c1c;
    --td-white:       #ffffff;
    --td-off-white:   #f8f6f3;
    --td-gold:rgb(214, 206, 206);
    --td-gold-light:  rgb(214, 206, 206);
    --td-muted:       #6b6b6b;
    --td-border:      rgba(201,169,110,0.25);
    --td-border-light:rgba(0,0,0,0.1);
    --ff-display:     "Montserrat", Sans-serif;
    --ff-body:        "Montserrat", Sans-serif;
    --radius-btn:     40px;
    --radius-card:    16px;
    --max-w:          1200px;
    --section-gap:    100px;
    --transition:     0.3s cubic-bezier(0.4,0,0.2,1);
  }

.google-rating-bar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
}

.google-icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.gr-label {
  color: #fff;
  font-size: 13px;
  font-family: sans-serif;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.gr-stars {
  display: flex;
  gap: 2px;
}

.gr-stars span {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

/* ── Nested Accordion (screenshot match) ── */
.na-item {
  background-color: transparent;
  background-image: linear-gradient(180deg, #C2CCC5 0%, #C2CCC5 100%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #303D38;
  border-radius: 0px 0px 12px 12px;
  margin-bottom: 13px;
}

.na-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 32px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

.na-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #303D38;
  letter-spacing: 0.01em;
}

.na-icon {
  font-size: 28px;
  color: #303D38;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  line-height: 25px;
}

details[open] .na-icon {
  transform: rotate(180deg);
}

.na-body {
  background: #c8d1cc;
  padding: 24px 32px 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #303D38;
  line-height: 1.75;
}

.na-body p { margin: 0 0 14px; }

.na-body ul {
  margin: 0 0 16px 18px;
  padding: 0;
}

.na-body ul li {
  margin-bottom: 6px;
  color: #303D38;
}

.na-explore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #303D38;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.na-explore:hover {
  text-decoration: underline;
}
  /* ── Reset ───────────────────────────────────────────────────── */
 .w100p{width:100%}
 
 .td-hero{
     
     padding-top:200px !important;
 }
 
 

 .td-faq-item__trigger{
     padding-left: 15px !important;
     white-space: break-spaces !important;
 } 
 .td-faq-item__trigger:hover{
     background-color: #000;
 }

  /* ── Base ────────────────────────────────────────────────────── */
  .td-page-root {
    font-family: var(--ff-body);
    color: var(--td-black);
    background: var(--td-white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* ── Utility ─────────────────────────────────────────────────── */
  .td-container {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 40px;
  }

  .td-label {
    display: inline-block;
    font-family: var(--ff-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--td-muted);
    margin-bottom: 18px;
  }

  .td-heading-xl {
    font-family: var(--ff-display);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.01em;
  }

  .td-heading-xl em {
    font-style: italic;
    font-weight: 400;
  }

  .td-heading-lg {
    font-family: var(--ff-display);
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }

  .td-heading-md {
    font-family: var(--ff-display);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
  }

  .td-body-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--td-muted);
  }

  .td-body-text--dark {
    color: rgba(255,255,255,0.65);
  }

  .td-divider {
    width: 48px;
    height: 1px;
    background: var(--td-gold);
    margin: 22px 0;
  }

  /* Buttons */
  .td-btn-primary {
    background-color: #303D38;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: #C2CCC5;
    color: #C2CCC5;
    border-radius: 14px 14px 14px 14px;
    padding: 16px 50px 16px 50px;
  }

  .td-btn-primary:hover {
    background: var(--td-gold);
    color: var(--td-dark);
    border-color: var(--td-gold);
  }

  .td-btn-outline {
  background-color: transparent;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  fill:  var(--td-dark);
  color:  var(--td-dark);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(0,0,0,0.2);
  border-radius: 14px 14px 14px 14px;
  padding: 16px 50px 16px 50px;

   
  }

  .td-btn-outline:hover {
    background: var(--td-dark);
    color: var(--td-white);
    border-color: var(--td-dark);
  }

  .td-btn-gold-outline {
   background-color: #FFFFFF00;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  fill: #C2CCC5;
  color: #C2CCC5;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #C2CCC5;
  border-radius: 14px 14px 14px 14px;
  padding: 16px 50px 16px 50px;
  }

 .td-btn-gold-outline:hover {

 fill: #C2CCC5;
  color: #C2CCC5;
 }

  /* ── Hero Section ────────────────────────────────────────────── */
  .td-hero {
    background: var(--td-dark);
    color: var(--td-white);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
  }

  .td-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 80% 50%, rgba(201,169,110,0.08) 0%, transparent 60%);
    pointer-events: none;
  }

  .td-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .td-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--td-border);
    border-radius: var(--radius-btn);
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--td-gold-light);
    margin-bottom: 30px;
  }

  .td-hero__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--td-gold);
    flex-shrink: 0;
  }

  .td-hero__heading {
    font-family: "Montserrat", Sans-serif;
  font-size: 75px;
  font-weight: 400;
  font-style: italic;
  line-height: 95px;
  color: #FFFFFF;
  }

  .td-hero__heading em {
    font-style: italic;
    font-weight: 400;
    color: var(--td-gold-light);
  }

  .td-hero__subtext {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,0.6);
    max-width: 460px;
    margin-bottom: 40px;
  }

  .td-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .td-hero__info-panel {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--td-border);
    border-radius: var(--radius-card);
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .td-info-item__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--td-gold);
    margin-bottom: 6px;
  }

  .td-info-item__value {
    font-family: var(--ff-display);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--td-white);
  }

  .td-info-item__value a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition);
  }

  .td-info-item__value a:hover { color: var(--td-gold); }

  .td-info-item__sep {
    height: 1px;
    background: var(--td-border);
  }

  /* ── Intro Section ───────────────────────────────────────────── */
  .td-intro {
    padding: var(--section-gap) 0;
    background: var(--td-off-white);
  }

  .td-intro__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .td-intro__left {}

  .td-intro__right {
    padding-top: 10px;
  }

  .td-intro__right p + p {
    margin-top: 18px;
  }

  /* ── Services Section ────────────────────────────────────────── */
  .td-services {
    padding: var(--section-gap) 0;
    background: var(--td-dark);
    color: var(--td-white);
  }

  .td-services__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
  }

  .td-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--td-border);
    border-radius: var(--radius-card);
    overflow: hidden;
  }

  .td-service-card {
    background: var(--td-mid);
    padding: 44px 36px;
    transition: background var(--transition);
    position: relative;
    overflow: hidden;
  }

  .td-service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--td-gold);
    transform: scaleX(0);
    transition: transform var(--transition);
    transform-origin: left;
  }

  .td-service-card:hover {
    background: #222;
  }

  .td-service-card:hover::before {
    transform: scaleX(1);
  }

  .td-service-card__num {
    font-family: var(--ff-display);
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
  }

  .td-service-card__title {
    font-family: var(--ff-display);
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--td-white);
    margin-bottom: 14px;
  }

  .td-service-card__body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
  }

  /* ── Why Choose Section ──────────────────────────────────────── */
  .td-why {
    padding: var(--section-gap) 0;
    background: var(--td-white);
  }

  .td-why__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .td-why__features {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }

  .td-feature-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid var(--td-border-light);
  }

  .td-feature-row:first-child {
    border-top: 1px solid var(--td-border-light);
  }

  .td-feature-row__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--td-off-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .td-feature-row__icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--td-gold);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .td-feature-row__title {
    font-family: var(--ff-display);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--td-dark);
  }

  .td-feature-row__body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--td-muted);
  }

  /* ── Cosmetic Section ────────────────────────────────────────── */
  .td-cosmetic {
    padding: var(--section-gap) 0;
    background: var(--td-off-white);
  }

  .td-cosmetic__header {
    max-width: 600px;
    margin-bottom: 60px;
  }

  .td-cosmetic__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .td-cosmetic-item {
    background: var(--td-white);
    border-radius: var(--radius-card);
    padding: 40px 36px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: border-color var(--transition), box-shadow var(--transition);
  }

  .td-cosmetic-item:hover {
    border-color: var(--td-gold);
    box-shadow: 0 8px 40px rgba(201,169,110,0.1);
  }

  .td-cosmetic-item__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--td-gold);
    background: rgba(201,169,110,0.08);
    border-radius: 20px;
    padding: 5px 12px;
    margin-bottom: 20px;
  }

  .td-cosmetic-item__title {
    font-family: var(--ff-display);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--td-dark);
    margin-bottom: 14px;
  }

  .td-cosmetic-item__body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--td-muted);
  }

  /* ── Restorative Section ─────────────────────────────────────── */
  .td-restorative {
    padding: var(--section-gap) 0;
    background: var(--td-dark);
    color: var(--td-white);
  }

  .td-restorative__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .td-restorative__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .td-restore-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--td-border);
    border-radius: var(--radius-card);
    padding: 32px 32px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: background var(--transition);
  }

  .td-restore-card:hover {
    background: rgba(201,169,110,0.06);
  }

  .td-restore-card__icon {
    font-family: var(--ff-display);
    font-size: 2rem;
    font-weight: 400;
    color: var(--td-gold);
    line-height: 1;
    flex-shrink: 0;
  }

  .td-restore-card__title {
    font-family: var(--ff-display);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--td-white);
    margin-bottom: 8px;
  }

  .td-restore-card__body {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
  }

  /* ── Facial Aesthetics Section ───────────────────────────────── */
  .td-aesthetics {
    padding: var(--section-gap) 0;
    background: var(--td-white);
  }

  .td-aesthetics__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .td-aesthetics__visual {
    border-radius: var(--radius-card);
    background: var(--td-off-white);
    padding: 56px 48px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.06);
  }

  .td-aesthetics__visual-quote {
    font-family: var(--ff-display);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-style: italic;
    font-weight: 400;
    color: var(--td-dark);
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .td-aesthetics__visual-attr {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--td-gold);
  }

  /* ── CTA Banner ──────────────────────────────────────────────── */
  .td-cta-banner {
    padding: 80px 0;
    background: var(--td-black);
    color: var(--td-white);
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .td-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(201,169,110,0.07) 0%, transparent 65%);
    pointer-events: none;
  }

  .td-cta-banner__heading {
    font-family: var(--ff-display);
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .td-cta-banner__heading em {
    font-style: italic;
    font-weight: 400;
    color: var(--td-gold-light);
  }

  .td-cta-banner__sub {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.55);
    max-width: 480px;
    margin: 0 auto 40px;
    line-height: 1.7;
  }

  .td-cta-banner__actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* ── FAQ Section ─────────────────────────────────────────────── */
  .td-faq {
    padding: var(--section-gap) 0;
    background: var(--td-off-white);
  }

  .td-faq__header {
    text-align: center;
    max-width: 540px;
    margin: 0 auto 60px;
  }

  .td-faq__list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .td-faq-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  .td-faq-item:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  .td-faq-item__trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    font-family: var(--ff-display);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--td-dark);
    transition: color var(--transition);
  }

  .td-faq-item__trigger:hover { color: var(--td-gold); }

  .td-faq-item__arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform var(--transition), background var(--transition), border-color var(--transition);
  }

  .td-faq-item__arrow svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform var(--transition);
  }

  .td-faq-item--open .td-faq-item__arrow {
    background: var(--td-gold);
    border-color: var(--td-gold);
    color: var(--td-dark);
    transform: rotate(180deg);
  }

  .td-faq-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .td-faq-item--open .td-faq-item__body {
    max-height: 400px;
  }

  .td-faq-item__content {
    padding-bottom: 24px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--td-muted);
  }

  /* ── Links Section ───────────────────────────────────────────── */
  .td-links {
    padding: 60px 0;
    background: var(--td-dark);
    color: var(--td-white);
  }

  .td-links__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }

  .td-links__text {
    font-family: var(--ff-display);
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
  }

  .td-links__text strong {
    color: var(--td-white);
    font-weight: 500;
  }

  .td-links__row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  /* ── Responsive ──────────────────────────────────────────────── */
  /* ── Tablet (≤900px) ─────────────────────────────────────────── */
  @media (max-width: 900px) {
    :root { --section-gap: 72px; }

    .td-container { padding: 0 28px; }

    /* All two-column grids → single column */
    .td-hero__inner,
    .td-intro__inner,
    .td-why__inner,
    .td-restorative__inner,
    .td-aesthetics__inner {
      grid-template-columns: 1fr;
      gap: 48px;
    }

    .td-services__grid,
    .td-cosmetic__grid { grid-template-columns: 1fr; }

    /* Hero */
    .td-hero { padding: 80px 0 72px; }
    .td-hero__heading { font-size: clamp(2.4rem, 8vw, 3.4rem); }
    .td-hero__info-panel { padding: 36px 28px; }

    /* Links */
    .td-links__inner { flex-direction: column; align-items: flex-start; }
    .td-links__row { flex-direction: column; width: 100%; }
    .td-links__row .td-btn-gold-outline { width: 100%; justify-content: center; }
  }

  /* ── Mobile (≤600px) ─────────────────────────────────────────── */
  @media (max-width: 600px) {
    :root { --section-gap: 56px; }

    .td-container { padding: 0 18px; }

    /* ── Hero ── */
    .td-hero { padding: 64px 0 56px; }

    .td-hero__badge {
      font-size: 10px;
      padding: 7px 14px;
      margin-bottom: 22px;
    }

    .td-hero__heading {
      font-size: clamp(2.2rem, 10vw, 3rem);
      margin-bottom: 18px;
    }

    .td-hero__subtext {
      font-size: 14px;
      margin-bottom: 30px;
    }

    .td-hero__actions {
      flex-direction: column;
      gap: 10px;
    }

    .td-hero__actions .td-btn-primary,
    .td-hero__actions .td-btn-gold-outline {
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    .td-hero__info-panel {
      padding: 28px 22px;
      gap: 20px;
    }

    .td-info-item__value { font-size: 1rem; }

    /* ── Intro ── */
    .td-intro { padding: var(--section-gap) 0; }

    .td-heading-xl { font-size: clamp(2rem, 9vw, 2.6rem); }
    .td-heading-lg { font-size: clamp(1.7rem, 7.5vw, 2.2rem); }
    .td-heading-md { font-size: clamp(1.3rem, 6vw, 1.7rem); }

    .td-intro__right .td-btn-outline {
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    /* ── Services ── */
    .td-services { padding: var(--section-gap) 0; }
    .td-services__header { margin-bottom: 44px; }
    .td-services__grid { border-radius: 12px; }

    .td-service-card { padding: 32px 24px; }
    .td-service-card__num { font-size: 2rem; margin-bottom: 14px; }
    .td-service-card__title { font-size: 1.2rem; }

    /* ── Why Choose ── */
    .td-why { padding: var(--section-gap) 0; }
    .td-feature-row { gap: 14px; padding: 22px 0; }
    .td-feature-row__icon { width: 36px; height: 36px; flex-shrink: 0; }
    .td-feature-row__title { font-size: 1rem; }
    .td-feature-row__body { font-size: 13px; }

    /* ── Cosmetic ── */
    .td-cosmetic { padding: var(--section-gap) 0; }
    .td-cosmetic__header { margin-bottom: 40px; }
    .td-cosmetic-item { padding: 30px 24px; }
    .td-cosmetic-item__title { font-size: 1.2rem; }

    .td-cosmetic-item:last-child .td-btn-gold-outline {
      width: 100%;
      justify-content: center;
    }

    /* ── Restorative ── */
    .td-restorative { padding: var(--section-gap) 0; }

    .td-restorative__left .td-btn-gold-outline {
      width: 100%;
      justify-content: center;
    }

    .td-restore-card { padding: 24px 20px; gap: 14px; }
    .td-restore-card__icon { font-size: 1.5rem; }
    .td-restore-card__title { font-size: 1.1rem; }

    /* ── Aesthetics ── */
    .td-aesthetics { padding: var(--section-gap) 0; }

    .td-aesthetics__visual {
      padding: 36px 28px;
      order: -1; /* quote panel appears above text on mobile */
    }

    .td-aesthetics__visual-quote {
      font-size: clamp(1.4rem, 5.5vw, 2rem);
    }

    .td-aesthetics .td-btn-outline {
      width: 100%;
      justify-content: center;
    }

    /* ── CTA Banner ── */
    .td-cta-banner { padding: 60px 0; }

    .td-cta-banner__heading {
      font-size: clamp(2rem, 8.5vw, 2.8rem);
      margin-bottom: 16px;
    }

    .td-cta-banner__sub { font-size: 14px; margin-bottom: 30px; }

    .td-cta-banner__actions {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .td-cta-banner__actions .td-btn-primary,
    .td-cta-banner__actions .td-btn-gold-outline {
      width: 100%;
      max-width: 320px;
      justify-content: center;
    }

    /* ── FAQ ── */
    .td-faq { padding: var(--section-gap) 0; }
    .td-faq__header { margin-bottom: 40px; }

    .td-faq-item__trigger {
      font-size: 1.05rem;
      padding: 20px 0;
      gap: 14px;
    }

    .td-faq-item__arrow { width: 24px; height: 24px; flex-shrink: 0; }

    /* ── Links ── */
    .td-links { padding: 48px 0; }

    .td-links__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 28px;
    }

    .td-links__text { font-size: 1.2rem; }

    .td-links__row {
      flex-direction: column;
      width: 100%;
      gap: 10px;
    }

    .td-links__row .td-btn-gold-outline {
      width: 100%;
      justify-content: center;
    }

    /* ── Global button full-width helpers ── */
    .td-divider { margin: 18px 0; }
    .td-label { margin-bottom: 12px; }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e7b65a6 */.elementor-widget-html {
  width: 100%;
}/* End custom CSS */