@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --nandi-azp-pink: #ee477c;
  --nandi-azp-deep-pink: #d9366b;
  --nandi-azp-soft-pink: #fce8ef;
  --nandi-azp-light-pink: #fff7f9;
  --nandi-azp-dark: #242424;
  --nandi-azp-grey: #777475;
  --nandi-azp-line: rgba(36, 36, 36, .14);
  --nandi-azp-white: #fff;
  --nandi-azp-serif: "Playfair Display", Georgia, serif;
  --nandi-azp-sans: "DM Sans", Arial, sans-serif;
  --nandi-azp-max: 1220px;
}

.nandi-azp-page,
.nandi-azp-page *,
.nandi-azp-page *::before,
.nandi-azp-page *::after {
  box-sizing: border-box;
}

.nandi-azp-page {
  position: relative;
  overflow: hidden;
  background: var(--nandi-azp-light-pink);
  color: var(--nandi-azp-dark);
  font-family: var(--nandi-azp-sans);
  font-size: 16px;
  line-height: 1.65;
  isolation: isolate;
}

.nandi-azp-page img {
  display: block;
  width: 100%;
}

.nandi-azp-page figure,
.nandi-azp-page p,
.nandi-azp-page h1,
.nandi-azp-page h2,
.nandi-azp-page h3 {
  margin: 0;
}

.nandi-azp-wrap {
  width: min(calc(100% - 96px), var(--nandi-azp-max));
  margin: 0 auto;
}

.nandi-azp-page__grain {
  position: absolute;
  z-index: 5;
  inset: 0;
  opacity: .045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.nandi-azp-kicker,
.nandi-azp-eyebrow,
.nandi-azp-section-index,
.nandi-azp-treatment__tag,
.nandi-azp-trust__kicker {
  color: var(--nandi-azp-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.nandi-azp-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #fff9fa;
}

.nandi-azp-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(530px, 1.12fr);
  gap: 50px;
  min-height: 780px;
  align-items: center;
  padding: 80px 0 72px;
}

.nandi-azp-hero__copy {
  position: relative;
  z-index: 2;
  padding: 34px 0 30px;
}

.nandi-azp-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 27px;
}

.nandi-azp-eyebrow span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--nandi-azp-pink);
  border-radius: 50%;
  font-size: 10px;
}

.nandi-azp-hero h1 {
  max-width: 620px;
  font-family: var(--nandi-azp-serif);
  font-size: clamp(45px, 5vw, 75px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .99;
}

.nandi-azp-hero__lead {
  max-width: 420px;
  margin: 30px 0 35px !important;
  color: var(--nandi-azp-grey);
  font-size: 17px;
  line-height: 1.7;
}

.nandi-azp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.nandi-azp-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 19px 0 23px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease, color .3s ease;
}

.nandi-azp-button span:last-child,
.nandi-azp-button__arrow {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s ease;
}

.nandi-azp-button:hover {
  transform: translateY(-3px);
}

.nandi-azp-button:hover span:last-child,
.nandi-azp-button:hover .nandi-azp-button__arrow {
  transform: translate(3px, -3px);
}

.nandi-azp-button--primary {
  color: #fff;
  background: var(--nandi-azp-pink);
  box-shadow: 0 14px 25px rgba(238, 71, 124, .19);
}

.nandi-azp-button--primary:hover { background: var(--nandi-azp-deep-pink); box-shadow: 0 17px 31px rgba(238, 71, 124, .27); }
.nandi-azp-button--outline { color: var(--nandi-azp-dark); border-color: rgba(36, 36, 36, .2); background: transparent; }
.nandi-azp-button--outline:hover { color: var(--nandi-azp-pink); border-color: var(--nandi-azp-pink); }
.nandi-azp-button--light { color: var(--nandi-azp-dark); background: #fff; box-shadow: 0 14px 26px rgba(36, 36, 36, .09); }

.nandi-azp-text-link,
.nandi-azp-inline-cta,
.nandi-azp-arrow-link {
  color: var(--nandi-azp-dark);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.nandi-azp-text-link span,
.nandi-azp-inline-cta span,
.nandi-azp-arrow-link span {
  display: inline-block;
  margin-left: 8px;
  color: var(--nandi-azp-pink);
  font-size: 17px;
  font-weight: 400;
  transition: transform .25s ease;
}

.nandi-azp-text-link:hover span,
.nandi-azp-inline-cta:hover span,
.nandi-azp-arrow-link:hover span { transform: translate(3px, -3px); }

.nandi-azp-hero__microtrust {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 78px;
  color: var(--nandi-azp-grey);
  font-size: 11px;
}

.nandi-azp-hero__microtrust-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--nandi-azp-pink);
  border: 1px solid rgba(238, 71, 124, .4);
  border-radius: 50%;
}

.nandi-azp-hero__visual {
  position: relative;
  min-height: 615px;
}

.nandi-azp-hero__visual-backdrop {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 2%;
  width: 82%;
  height: 100%;
  border-radius: 47% 47% 6px 6px;
  background: linear-gradient(135deg, #f8d9e3, #f2b4c9 55%, #f9e7ed);
  transform: rotate(3deg);
}

.nandi-azp-photo {
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(83, 34, 48, .13);
}

.nandi-azp-photo img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-azp-photo:hover img { transform: scale(1.035); }

.nandi-azp-photo--hero {
  position: absolute;
  z-index: 1;
  top: 45px;
  right: 10%;
  width: 74%;
  height: 504px;
  border-radius: 220px 220px 6px 6px;
}

.nandi-azp-photo--float {
  position: absolute;
  z-index: 2;
  bottom: 21px;
  left: 1%;
  width: 30%;
  height: 190px;
  border: 8px solid #fff;
  border-radius: 4px 4px 110px 4px;
}

.nandi-azp-hero__stat {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 85px;
  display: flex;
  width: 190px;
  padding: 17px 18px;
  flex-direction: column;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 22px 45px rgba(83, 34, 48, .13);
}

.nandi-azp-hero__stat-number {
  color: var(--nandi-azp-pink);
  font-family: var(--nandi-azp-serif);
  font-size: 48px;
  letter-spacing: -.06em;
  line-height: 1;
}

.nandi-azp-hero__stat-number span { font-family: var(--nandi-azp-sans); font-size: 24px; }
.nandi-azp-hero__stat-label { margin-top: 9px; color: var(--nandi-azp-grey); font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.nandi-azp-hero__vertical { position: absolute; top: 9px; right: -30px; color: rgba(36, 36, 36, .55); font-size: 9px; letter-spacing: .22em; writing-mode: vertical-rl; transform: rotate(180deg); }
.nandi-azp-hero__vertical span { margin: 10px 0; color: var(--nandi-azp-pink); }

.nandi-azp-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .5;
  pointer-events: none;
}
.nandi-azp-hero__orb--one { top: 10%; left: -110px; width: 290px; height: 290px; background: radial-gradient(circle, rgba(245, 161, 188, .35), transparent 68%); }
.nandi-azp-hero__orb--two { right: 38%; bottom: -130px; width: 390px; height: 390px; background: radial-gradient(circle, rgba(245, 161, 188, .25), transparent 68%); }
.nandi-azp-hero__ring { position: absolute; border: 1px solid rgba(238, 71, 124, .17); border-radius: 50%; pointer-events: none; animation: nandiAzpFloat 8s ease-in-out infinite; }
.nandi-azp-hero__ring--one { top: 11%; left: 39%; width: 172px; height: 172px; }
.nandi-azp-hero__ring--two { top: 27%; right: -45px; width: 230px; height: 230px; animation-delay: -3s; }
.nandi-azp-hero__scroll { position: absolute; bottom: 34px; left: 50%; display: flex; align-items: center; gap: 12px; color: var(--nandi-azp-grey); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.nandi-azp-hero__scroll span { display: block; width: 32px; height: 1px; background: var(--nandi-azp-pink); }

.nandi-azp-trust { position: relative; z-index: 2; background: var(--nandi-azp-dark); color: #fff; }
.nandi-azp-trust__inner { display: grid; grid-template-columns: 1fr 1px .78fr auto; gap: 35px; min-height: 116px; align-items: center; }
.nandi-azp-trust__award { display: flex; align-items: center; gap: 15px; }
.nandi-azp-trust__seal { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--nandi-azp-pink); }
.nandi-azp-trust__kicker { display: block; margin-bottom: 5px; font-size: 9px; }
.nandi-azp-trust strong { display: block; max-width: 310px; font-family: var(--nandi-azp-serif); font-size: 17px; font-weight: 500; line-height: 1.3; }
.nandi-azp-trust__divider { width: 1px; height: 40px; background: rgba(255,255,255,.18); }
.nandi-azp-trust__cycles { display: flex; flex-direction: column; }
.nandi-azp-trust__cycles strong { color: var(--nandi-azp-pink); font-family: var(--nandi-azp-sans); font-size: 29px; font-weight: 600; letter-spacing: -.05em; }
.nandi-azp-trust__cycles span { color: rgba(255,255,255,.67); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.nandi-azp-trust__call { display: flex; align-items: center; gap: 14px; color: #fff; font-size: 11px; font-weight: 700; text-decoration: none; }
.nandi-azp-trust__call b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--nandi-azp-pink); border-radius: 50%; color: var(--nandi-azp-pink); font-size: 17px; font-weight: 400; transition: transform .25s ease; }
.nandi-azp-trust__call:hover b { transform: translate(3px, -3px); }

.nandi-azp-intro { position: relative; padding: 152px 0 148px; overflow: hidden; background: #fff; }
.nandi-azp-intro__shape { position: absolute; top: 35px; right: -110px; width: 340px; height: 340px; border: 1px solid rgba(238, 71, 124, .18); border-radius: 50%; }
.nandi-azp-intro__shape::after { position: absolute; inset: 36px; border: 1px solid rgba(238, 71, 124, .15); border-radius: 50%; content: ""; }
.nandi-azp-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 115px); }
.nandi-azp-section-index { display: flex; gap: 14px; align-items: center; color: var(--nandi-azp-grey); font-size: 10px; letter-spacing: .1em; }
.nandi-azp-section-index span { width: 36px; height: 1px; background: var(--nandi-azp-pink); }
.nandi-azp-intro__heading { position: sticky; top: 88px; align-self: start; padding-top: 12px; }
.nandi-azp-intro h2,
.nandi-azp-treatments h2,
.nandi-azp-features h2,
.nandi-azp-doctor h2,
.nandi-azp-callback h2,
.nandi-azp-faq h2,
.nandi-azp-final h2 { font-family: var(--nandi-azp-serif); font-size: clamp(35px, 4.4vw, 62px); font-weight: 500; letter-spacing: -.055em; line-height: 1.05; }
.nandi-azp-page h2 em { color: var(--nandi-azp-pink); font-style: italic; font-weight: 500; }
.nandi-azp-line-mark { width: 72px; height: 5px; margin-top: 38px; border-top: 1px solid var(--nandi-azp-pink); border-bottom: 1px solid var(--nandi-azp-pink); }
.nandi-azp-intro__body { padding-top: 12px; }
.nandi-azp-intro__body p { margin-bottom: 26px; color: var(--nandi-azp-grey); font-size: 16px; line-height: 1.85; }
.nandi-azp-inline-cta { display: inline-block; margin-top: 6px; padding-bottom: 8px; border-bottom: 1px solid var(--nandi-azp-pink); }
.nandi-azp-intro__aside-note { position: absolute; right: 28px; bottom: 45px; color: rgba(36,36,36,.45); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }
.nandi-azp-intro__aside-note span { color: var(--nandi-azp-pink); font-size: 15px; }

.nandi-azp-treatments { position: relative; padding: 146px 0 128px; background: var(--nandi-azp-light-pink); }
.nandi-azp-treatments::before { position: absolute; top: -1px; right: 18%; width: 150px; height: 1px; background: var(--nandi-azp-pink); content: ""; }
.nandi-azp-treatments__head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 72px; }
.nandi-azp-treatments h2 { margin-top: 18px; font-size: clamp(40px, 5vw, 70px); }
.nandi-azp-treatments__intro { max-width: 320px; padding-bottom: 9px; color: var(--nandi-azp-grey); font-size: 14px; line-height: 1.8; }
.nandi-azp-treatment--feature { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.nandi-azp-treatment__image-wrap { position: relative; min-height: 500px; }
.nandi-azp-treatment__image { position: absolute; top: 0; left: 8%; width: 72%; height: 460px; overflow: hidden; border-radius: 4px 130px 4px 4px; box-shadow: 0 28px 50px rgba(83,34,48,.12); }
.nandi-azp-treatment__image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-azp-treatment__image:hover img { transform: scale(1.04); }
.nandi-azp-treatment__image-number { position: absolute; z-index: 2; top: 47px; left: 0; display: grid; width: 66px; height: 66px; place-items: center; border-radius: 50%; color: #fff; background: var(--nandi-azp-pink); font-family: var(--nandi-azp-serif); font-size: 22px; }
.nandi-azp-treatment__image-caption { position: absolute; z-index: 2; right: 0; bottom: 35px; padding: 13px 16px; color: var(--nandi-azp-grey); background: #fff; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; box-shadow: 0 10px 22px rgba(83,34,48,.08); }
.nandi-azp-treatment__copy { position: relative; }
.nandi-azp-treatment__tag { margin-bottom: 15px; font-size: 10px; }
.nandi-azp-treatment h3 { font-family: var(--nandi-azp-serif); font-size: clamp(29px, 3.2vw, 46px); font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.nandi-azp-treatment__copy > p:not(.nandi-azp-treatment__tag) { margin: 26px 0; color: var(--nandi-azp-grey); font-size: 14px; line-height: 1.85; }
.nandi-azp-arrow-link { display: inline-flex; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--nandi-azp-pink); }
.nandi-azp-treatment-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 70px 0 20px 12%; }
.nandi-azp-treatment--compact { position: relative; min-height: 440px; padding: 49px 48px 50px; border: 1px solid rgba(36,36,36,.12); background: #fff; overflow: hidden; }
.nandi-azp-treatment--compact .nandi-azp-treatment__copy > p:not(.nandi-azp-treatment__tag) { font-size: 15px; }
.nandi-azp-treatment__corner { position: absolute; right: 30px; bottom: 19px; color: rgba(238,71,124,.3); font-family: var(--nandi-azp-serif); font-size: 55px; line-height: 1; }
.nandi-azp-treatment--dark { color: #fff; border-color: transparent; background: var(--nandi-azp-dark); }
.nandi-azp-treatment--dark h3 { color: #fff; }
.nandi-azp-treatment--dark .nandi-azp-treatment__copy > p:not(.nandi-azp-treatment__tag) { color: rgba(255,255,255,.63); }
.nandi-azp-treatment--dark .nandi-azp-treatment__tag { color: #f68eab; }
.nandi-azp-treatment--dark .nandi-azp-treatment__corner { color: rgba(238,71,124,.65); }
.nandi-azp-treatment--wide { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; min-height: 330px; margin-top: 90px; padding: 53px 60px; align-items: center; background: #fff; }
.nandi-azp-treatment__wide-copy > p:not(.nandi-azp-treatment__tag) { max-width: 650px; margin-top: 24px; color: var(--nandi-azp-grey); font-size: 15px; line-height: 1.85; }
.nandi-azp-treatment__wide-image { height: 274px; overflow: hidden; border-radius: 4px 90px 4px 4px; }
.nandi-azp-treatment__wide-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-azp-treatment--wide:hover .nandi-azp-treatment__wide-image img { transform: scale(1.04); }
.nandi-azp-treatment__wide-mark { position: absolute; margin-left: -28px; margin-top: -215px; color: var(--nandi-azp-pink); font-size: 37px; }
.nandi-azp-treatment-cta { display: flex; gap: 24px; align-items: center; justify-content: flex-end; margin-top: 54px; }
.nandi-azp-treatment-cta__line { width: 80px; height: 1px; background: var(--nandi-azp-pink); }
.nandi-azp-treatment-cta p { color: var(--nandi-azp-grey); font-size: 12px; }

.nandi-azp-features { position: relative; padding: 146px 0 155px; overflow: hidden; background: #fff; }
.nandi-azp-features__glow { position: absolute; top: -140px; right: -150px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(252,232,239,.8), transparent 67%); }
.nandi-azp-features__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 115px; }
.nandi-azp-features__intro h2 { max-width: 410px; margin-top: 20px; font-size: clamp(37px, 4.2vw, 58px); }
.nandi-azp-features__summary { max-width: 280px; margin-top: 28px !important; color: var(--nandi-azp-grey); font-size: 14px; line-height: 1.75; }
.nandi-azp-features__photo { position: relative; width: 82%; height: 255px; margin-top: 70px; overflow: hidden; border-radius: 130px 4px 4px 4px; }
.nandi-azp-features__photo img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.nandi-azp-features__photo:hover img { transform: scale(1.04); }
.nandi-azp-features__photo figcaption { position: absolute; right: 0; bottom: 0; padding: 10px 13px; color: #fff; background: rgba(36,36,36,.7); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.nandi-azp-feature-list { padding-top: 48px; }
.nandi-azp-feature { display: grid; grid-template-columns: 1fr; padding: 29px 0; border-top: 1px solid var(--nandi-azp-line); }
.nandi-azp-feature:last-child { border-bottom: 1px solid var(--nandi-azp-line); }
.nandi-azp-feature__number { padding-top: 3px; color: var(--nandi-azp-pink); font-size: 11px; font-weight: 700; }
.nandi-azp-feature h3 { font-family: var(--nandi-azp-serif); font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.nandi-azp-feature p { max-width: 650px; margin-top: 9px !important; color: var(--nandi-azp-grey); font-size: 15px; line-height: 1.85; }

.nandi-azp-doctor { position: relative; padding: 134px 0 140px; overflow: hidden; color: #fff; background: var(--nandi-azp-dark); }
.nandi-azp-doctor__curve { position: absolute; top: -270px; right: -80px; width: 660px; height: 660px; border: 1px solid rgba(238,71,124,.38); border-radius: 50%; }
.nandi-azp-doctor__curve::before,
.nandi-azp-doctor__curve::after { position: absolute; border: 1px solid rgba(238,71,124,.17); border-radius: 50%; content: ""; }
.nandi-azp-doctor__curve::before { inset: 42px; }
.nandi-azp-doctor__curve::after { inset: 88px; }
.nandi-azp-doctor__inner { display: grid; grid-template-columns: .42fr .9fr .88fr; gap: 50px; align-items: center; }
.nandi-azp-doctor__label { align-self: start; padding-top: 8px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }
.nandi-azp-doctor__label span { display: inline-block; margin-bottom: 17px; color: var(--nandi-azp-pink); font-family: var(--nandi-azp-serif); font-size: 30px; letter-spacing: 0; }
.nandi-azp-doctor__portrait-wrap { position: relative; min-height: 540px; }
.nandi-azp-doctor__portrait-back { position: absolute; top: 17px; left: 10%; width: 77%; height: 510px; border: 1px solid var(--nandi-azp-pink); border-radius: 180px 180px 3px 3px; transform: rotate(-7deg); }
.nandi-azp-doctor__portrait { position: absolute; top: 0; left: 18%; width: 69%; height: 500px; overflow: hidden; border-radius: 180px 180px 3px 3px; background: #efd9de; }
.nandi-azp-doctor__portrait img { height: 100%; object-fit: cover; object-position: center top; }
.nandi-azp-doctor__experience { position: absolute; right: 0; bottom: 46px; display: flex; width: 145px; height: 145px; align-items: center; justify-content: center; gap: 6px; flex-direction: column; border-radius: 50%; color: #fff; background: var(--nandi-azp-pink); transform: rotate(8deg); }
.nandi-azp-doctor__experience strong { font-family: var(--nandi-azp-serif); font-size: 48px; font-weight: 500; line-height: .8; }
.nandi-azp-doctor__experience span { font-size: 10px; line-height: 1.25; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.nandi-azp-doctor__copy { position: relative; z-index: 1; padding-top: 24px; }
.nandi-azp-doctor__copy .nandi-azp-kicker { color: #f68eab; }
.nandi-azp-doctor h2 { margin: 20px 0 24px; color: #fff; font-size: clamp(48px, 5.6vw, 78px); line-height: .93; }
.nandi-azp-doctor__designation { color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.45; }
.nandi-azp-doctor__rule { width: 65px; height: 1px; margin: 28px 0 24px; background: var(--nandi-azp-pink); }
.nandi-azp-doctor__note { max-width: 235px; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.8; }
.nandi-azp-arrow-link--light { margin-top: 33px; color: #fff; }

.nandi-azp-callback { position: relative; padding: 134px 0; background: var(--nandi-azp-soft-pink); }
.nandi-azp-callback__orb { position: absolute; right: -170px; bottom: -180px; width: 500px; height: 500px; border: 1px solid rgba(238,71,124,.2); border-radius: 50%; }
.nandi-azp-callback__orb::before { position: absolute; inset: 46px; border: 1px solid rgba(238,71,124,.12); border-radius: 50%; content: ""; }
.nandi-azp-callback__grid { display: grid; grid-template-columns: 1fr .87fr; gap: 100px; align-items: center; }
.nandi-azp-callback h2 { margin: 20px 0 27px; }
.nandi-azp-callback__description { max-width: 360px; color: var(--nandi-azp-grey); font-size: 14px; line-height: 1.8; }
.nandi-azp-callback address { max-width: 330px; margin-top: 28px; color: var(--nandi-azp-dark); font-size: 14px; font-style: normal; line-height: 1.7; }
.nandi-azp-callback address span,
.nandi-azp-callback__contact span { display: block; color: var(--nandi-azp-pink); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nandi-azp-callback__contact { display: flex; gap: 30px; margin-top: 26px; }
.nandi-azp-callback__contact a { color: var(--nandi-azp-dark); font-size: 13px; text-decoration: none; }
.nandi-azp-callback__contact a:hover { color: var(--nandi-azp-pink); }
.nandi-azp-callback__form-panel { position: relative; z-index: 1; padding: 44px 48px 49px; background: #fff; box-shadow: 0 25px 50px rgba(83,34,48,.09); }
.nandi-azp-callback__form-heading { display: flex; margin-bottom: 27px; flex-direction: column; }
.nandi-azp-callback__form-heading span { color: var(--nandi-azp-pink); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nandi-azp-callback__form-heading b { margin-top: 7px; font-family: var(--nandi-azp-serif); font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.nandi-azp-form { display: flex; flex-direction: column; }
.nandi-azp-form label { margin: 14px 0 6px; color: var(--nandi-azp-grey); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nandi-azp-form input,
.nandi-azp-form textarea { width: 100%; padding: 9px 0; resize: vertical; border: 0; border-bottom: 1px solid var(--nandi-azp-line); outline: 0; color: var(--nandi-azp-dark); background: transparent; font: inherit; font-size: 13px; }
.nandi-azp-form input:focus,
.nandi-azp-form textarea:focus { border-color: var(--nandi-azp-pink); box-shadow: 0 1px 0 var(--nandi-azp-pink); }
.nandi-azp-form input::placeholder,
.nandi-azp-form textarea::placeholder { color: #b2acad; }
.nandi-azp-form textarea { min-height: 70px; }
.nandi-azp-form .nandi-azp-button { width: max-content; margin-top: 26px; cursor: pointer; font-family: var(--nandi-azp-sans); }
.nandi-azp-form__success { margin-top: 12px !important; color: var(--nandi-azp-deep-pink); font-size: 12px; }

.nandi-azp-faq { padding: 144px 0 155px; background: #fff; }
.nandi-azp-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.nandi-azp-faq__intro h2 { margin-top: 20px; }
.nandi-azp-faq__intro > p:not(.nandi-azp-kicker) { max-width: 260px; margin-top: 29px; color: var(--nandi-azp-grey); font-size: 13px; line-height: 1.8; }
.nandi-azp-faq__mark { display: block; margin-top: 64px; color: var(--nandi-azp-pink); font-size: 34px; }
.nandi-azp-accordion { border-top: 1px solid var(--nandi-azp-line); }
.nandi-azp-accordion details { border-bottom: 1px solid var(--nandi-azp-line); }
.nandi-azp-accordion summary { display: flex; min-height: 84px; padding: 21px 4px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-family: var(--nandi-azp-serif); font-size: 20px; font-weight: 500; letter-spacing: -.02em; line-height: 1.25; }
.nandi-azp-accordion summary::-webkit-details-marker { display: none; }
.nandi-azp-accordion summary i { position: relative; display: block; width: 26px; height: 26px; flex: 0 0 auto; border: 1px solid var(--nandi-azp-pink); border-radius: 50%; }
.nandi-azp-accordion summary i::before,
.nandi-azp-accordion summary i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--nandi-azp-pink); content: ""; transform: translate(-50%, -50%); transition: transform .25s ease; }
.nandi-azp-accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.nandi-azp-accordion details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.nandi-azp-accordion summary:hover { color: var(--nandi-azp-pink); }
.nandi-azp-accordion__answer { max-width: 650px; padding: 0 52px 24px 4px; color: var(--nandi-azp-grey); font-size: 14px; line-height: 1.85; }

.nandi-azp-final { position: relative; min-height: 450px; overflow: hidden; color: #fff; background: var(--nandi-azp-pink); }
.nandi-azp-final__line { position: absolute; top: 50px; right: 17%; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.nandi-azp-final__line::after { position: absolute; inset: 35px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.nandi-azp-final__inner { position: relative; z-index: 1; padding: 110px 0; text-align: center; }
.nandi-azp-final .nandi-azp-kicker { color: #fff; opacity: .8; }
.nandi-azp-final h2 { margin: 20px auto 32px; color: #fff; font-size: clamp(50px, 7vw, 93px); line-height: .91; }
.nandi-azp-final h2 em { color: #fff; }
.nandi-azp-final__circle { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.nandi-azp-final__circle--one { bottom: -250px; left: -95px; width: 500px; height: 500px; }
.nandi-azp-final__circle--two { right: -90px; bottom: -170px; width: 350px; height: 350px; }

@keyframes nandiAzpFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -12px, 0); }
}

@media (max-width: 1024px) {
  .nandi-azp-wrap { width: min(calc(100% - 64px), var(--nandi-azp-max)); }
  .nandi-azp-hero__inner { grid-template-columns: .9fr 1fr; gap: 25px; }
  .nandi-azp-hero__visual { min-height: 530px; }
  .nandi-azp-photo--hero { height: 440px; }
  .nandi-azp-treatment-pair { margin-left: 0; }
  .nandi-azp-features__grid { gap: 65px; }
  .nandi-azp-doctor__inner { grid-template-columns: .22fr .9fr 1fr; gap: 28px; }
}

@media (max-width: 767px) {
  .nandi-azp-wrap { width: min(calc(100% - 40px), var(--nandi-azp-max)); }
  .nandi-azp-hero { min-height: auto; }
  .nandi-azp-hero__inner { display: flex; min-height: auto; padding: 72px 0 86px; flex-direction: column; align-items: stretch; }
  .nandi-azp-hero__copy { padding: 0; }
  .nandi-azp-hero h1 { font-size: clamp(42px, 12vw, 65px); }
  .nandi-azp-hero__lead { max-width: 380px; margin: 24px 0 27px !important; font-size: 15px; }
  .nandi-azp-hero__microtrust { margin-top: 34px; }
  .nandi-azp-hero__visual { min-height: 430px; margin-top: 22px; }
  .nandi-azp-hero__visual-backdrop { right: 3%; width: 89%; }
  .nandi-azp-photo--hero { top: 34px; right: 9%; width: 76%; height: 350px; }
  .nandi-azp-photo--float { bottom: 4px; left: 0; width: 34%; height: 142px; }
  .nandi-azp-hero__stat { right: 0; bottom: 44px; width: 145px; padding: 13px; }
  .nandi-azp-hero__stat-number { font-size: 37px; }
  .nandi-azp-hero__stat-label { font-size: 8px; }
  .nandi-azp-hero__vertical { right: -26px; font-size: 8px; }
  .nandi-azp-hero__scroll { display: none; }
  .nandi-azp-hero__ring--one { top: 28%; left: -65px; }
  .nandi-azp-hero__ring--two { top: 42%; right: -120px; }
  .nandi-azp-trust__inner { display: flex; min-height: 0; padding: 24px 0; flex-wrap: wrap; gap: 20px; }
  .nandi-azp-trust__award { width: 100%; }
  .nandi-azp-trust__divider { display: none; }
  .nandi-azp-trust__cycles { flex: 1; }
  .nandi-azp-trust__call { align-self: end; }
  .nandi-azp-trust strong { font-size: 15px; }
  .nandi-azp-intro { padding: 90px 0 92px; }
  .nandi-azp-intro__grid { display: block; }
  .nandi-azp-intro__heading { position: static; padding: 0; }
  .nandi-azp-intro__body { padding-top: 39px; }
  .nandi-azp-intro__body p { font-size: 15px; }
  .nandi-azp-intro__aside-note { display: none; }
  .nandi-azp-treatments { padding: 90px 0 85px; }
  .nandi-azp-treatments__head { display: block; margin-bottom: 48px; }
  .nandi-azp-treatments__intro { margin-top: 25px; }
  .nandi-azp-treatment--feature { display: block; }
  .nandi-azp-treatment__image-wrap { min-height: 330px; margin-bottom: 34px; }
  .nandi-azp-treatment__image { left: 6%; width: 77%; height: 310px; border-radius: 4px 100px 4px 4px; }
  .nandi-azp-treatment__image-caption { bottom: 5px; }
  .nandi-azp-treatment__copy > p:not(.nandi-azp-treatment__tag) { font-size: 15px; }
  .nandi-azp-treatment-pair { display: block; margin: 55px 0 0; }
  .nandi-azp-treatment--compact { min-height: 0; margin-bottom: 16px; padding: 35px 28px 48px; }
  .nandi-azp-treatment--compact h3 { font-size: 32px; }
  .nandi-azp-treatment--wide { display: block; min-height: 0; margin-top: 48px; padding: 35px 28px 28px; }
  .nandi-azp-treatment__wide-image { height: 220px; margin-top: 30px; }
  .nandi-azp-treatment__wide-mark { display: none; }
  .nandi-azp-treatment-cta { justify-content: space-between; gap: 12px; }
  .nandi-azp-treatment-cta__line { display: none; }
  .nandi-azp-treatment-cta p { max-width: 165px; line-height: 1.5; }
  .nandi-azp-features { padding: 91px 0 95px; }
  .nandi-azp-features__grid { display: block; }
  .nandi-azp-features__photo { width: 90%; height: 210px; margin-top: 42px; }
  .nandi-azp-feature-list { padding-top: 56px; }
  .nandi-azp-feature { grid-template-columns: 1fr; padding: 25px 0; }
  .nandi-azp-feature h3 { font-size: 23px; }
  .nandi-azp-feature p { font-size: 14px; }
  .nandi-azp-doctor { padding: 90px 0 95px; }
  .nandi-azp-doctor__curve { top: -70px; right: -300px; width: 550px; height: 550px; }
  .nandi-azp-doctor__inner { display: block; }
  .nandi-azp-doctor__label { margin-bottom: 35px; writing-mode: horizontal-tb; }
  .nandi-azp-doctor__label span { margin: 0 10px 0 0; font-size: 24px; }
  .nandi-azp-doctor__portrait-wrap { min-height: 410px; width: min(100%, 370px); margin: 0 auto; }
  .nandi-azp-doctor__portrait-back { height: 400px; }
  .nandi-azp-doctor__portrait { height: 390px; }
  .nandi-azp-doctor__experience { right: 2px; bottom: 24px; width: 118px; height: 118px; }
  .nandi-azp-doctor__experience strong { font-size: 39px; }
  .nandi-azp-doctor__copy { padding-top: 38px; }
  .nandi-azp-callback { padding: 91px 0; }
  .nandi-azp-callback__grid { display: block; }
  .nandi-azp-callback__form-panel { margin-top: 47px; padding: 31px 24px 33px; }
  .nandi-azp-callback__contact { display: block; }
  .nandi-azp-callback__contact a { display: block; margin-top: 14px; }
  .nandi-azp-faq { padding: 91px 0 95px; }
  .nandi-azp-faq__grid { display: block; }
  .nandi-azp-faq__intro > p:not(.nandi-azp-kicker) { max-width: 300px; }
  .nandi-azp-faq__mark { margin-top: 32px; }
  .nandi-azp-accordion { margin-top: 46px; }
  .nandi-azp-accordion summary { min-height: 77px; font-size: 17px; }
  .nandi-azp-accordion__answer { padding-right: 34px; font-size: 14px; }
  .nandi-azp-final { min-height: 390px; }
  .nandi-azp-final__inner { padding: 90px 0; }
  .nandi-azp-final__line { top: 25px; right: -105px; }
  .nandi-azp-final__circle--one { left: -220px; }
  .nandi-azp-final__circle--two { right: -200px; }
}

/* Contact Form 7 output */
.nandi-azp-callback__shortcode {
  margin-top: 28px;
}

.nandi-azp-callback__shortcode .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nandi-azp-callback__shortcode .wpcf7 form p {
  display: contents;
  margin: 0;
}

.nandi-azp-callback__shortcode .wpcf7-form-control-wrap {
  display: block;
}

.nandi-azp-callback__shortcode input:not([type="submit"]),
.nandi-azp-callback__shortcode textarea,
.nandi-azp-callback__shortcode select {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 11px 13px;
  border: 1px solid var(--nandi-azp-line);
  border-radius: 3px;
  outline: 0;
  color: var(--nandi-azp-dark);
  background: #fff;
  font: inherit;
  font-size: 13px;
}

.nandi-azp-callback__shortcode textarea {
  min-height: 92px;
  resize: vertical;
}

.nandi-azp-callback__shortcode input:not([type="submit"]):focus,
.nandi-azp-callback__shortcode textarea:focus,
.nandi-azp-callback__shortcode select:focus {
  border-color: var(--nandi-azp-pink);
  box-shadow: 0 0 0 3px rgba(238, 71, 124, .1);
}

.nandi-azp-callback__shortcode input[type="submit"],
.nandi-azp-callback__shortcode button {
  width: max-content;
  min-height: 48px;
  margin-top: 4px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--nandi-azp-pink);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.nandi-azp-callback__shortcode .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #c5365f;
  font-size: 11px;
}

.nandi-azp-callback__shortcode .wpcf7 form p:empty,
.nandi-azp-callback__shortcode .wpcf7-response-output {
  margin: 0;
}

@media (max-width: 360px) {
  .nandi-azp-wrap { width: min(calc(100% - 30px), var(--nandi-azp-max)); }
  .nandi-azp-hero__actions { display: block; }
  .nandi-azp-hero__actions .nandi-azp-text-link { display: inline-block; margin-top: 22px; }
  .nandi-azp-hero__visual { min-height: 380px; }
  .nandi-azp-photo--hero { height: 315px; }
  .nandi-azp-photo--float { height: 120px; }
  .nandi-azp-hero__stat { bottom: 30px; }
  .nandi-azp-trust__cycles strong { font-size: 23px; }
  .nandi-azp-trust__cycles span { font-size: 8px; }
  .nandi-azp-trust__call { font-size: 10px; }
  .nandi-azp-treatment-cta { display: block; }
  .nandi-azp-treatment-cta .nandi-azp-button { margin-top: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .nandi-azp-page *,
  .nandi-azp-page *::before,
  .nandi-azp-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Callback form */
.nandi-azp-form {
  display: flex;
  margin-top: 3px;
  flex-direction: column;
}

.nandi-azp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nandi-azp-form label {
  display: block;
  margin: 17px 0 0;
  color: var(--nandi-azp-grey);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nandi-azp-form label > span {
  display: block;
  margin-bottom: 7px;
}

.nandi-azp-form input,
.nandi-azp-form textarea {
  display: block;
  width: 100%;
  padding: 10px 0;
  resize: vertical;
  border: 0;
  border-bottom: 1px solid var(--nandi-azp-line);
  outline: 0;
  color: var(--nandi-azp-dark);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.nandi-azp-form textarea {
  min-height: 65px;
}

.nandi-azp-form input:focus,
.nandi-azp-form textarea:focus {
  border-color: var(--nandi-azp-pink);
  box-shadow: 0 1px 0 var(--nandi-azp-pink);
}

.nandi-azp-form button {
  display: inline-flex;
  width: max-content;
  margin-top: 25px;
  padding: 15px 18px;
  align-items: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--nandi-azp-pink);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.nandi-azp-form button span {
  font-size: 17px;
  font-weight: 400;
}

.nandi-azp-form small {
  display: block;
  margin-top: 15px;
  color: var(--nandi-azp-grey);
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .nandi-azp-form__row {
    display: block;
  }
}