
:root {
  --layout-content-max: 1280px;
  --layout-gutter: 32px;
  --layout-section-space: clamp(42px, 4vw, 56px);
  --layout-form-max: 1200px;
  --layout-module-max: 920px;
  --layout-module-dense-max: 1120px;
}


body.home-page #portal {
  padding-block: clamp(68px, 5.2vw, 88px) !important;
}

body.home-page #portal .split-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(38px, 3.4vw, 54px) !important;
  width: 100%;
}

body.home-page #portal .split-grid > :first-child {
  width: 100%;
  text-align: center;
}

body.home-page #portal .split-grid > :first-child .eyebrow {
  margin-bottom: 20px;
}

body.home-page #portal .split-grid > :first-child h2 {
  max-width: none !important;
  margin: 0 auto 26px !important;
  font-size: clamp(60px, 5.4vw, 84px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

body.home-page #portal .split-grid > :first-child h2 em {
  display: inline !important;
  color: var(--ref-bronze, #b88a3b) !important;
  font-weight: inherit;
}

body.home-page #portal .split-grid > :first-child .lead {
  max-width: 1120px !important;
  margin: 0 auto !important;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.55;
  text-wrap: balance;
}

body.home-page #portal .split-grid > :last-child {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100%;
}

body.home-page #portal .mini-cta.light-card {
  display: flex !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 28px !important;
  border-radius: 18px;
}

body.home-page #portal .mini-cta.light-card > div:first-child {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  column-gap: 14px !important;
  row-gap: 18px !important;
  align-items: center !important;
  width: 100%;
}

body.home-page #portal .portal-card-icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
}

body.home-page #portal .mini-cta.light-card h4 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  font-size: clamp(22px, 1.8vw, 28px) !important;
  line-height: 1.12 !important;
}

body.home-page #portal .mini-cta.light-card .mini-sub {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.55;
}

body.home-page #portal .mini-cta.light-card .btn {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  width: fit-content !important;
  min-height: 0 !important;
  margin-top: 2px !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ref-bronze, #b88a3b) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

body.home-page #portal .mini-cta.light-card .btn:hover,
body.home-page #portal .mini-cta.light-card .btn:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: var(--ref-ink, #15130f) !important;
  transform: translateX(4px);
}

@media (max-width: 900px) {
  body.home-page #portal {
    padding-block: 56px !important;
  }

  body.home-page #portal .split-grid {
    gap: 32px !important;
  }

  body.home-page #portal .split-grid > :first-child h2 {
    margin-bottom: 20px !important;
    font-size: clamp(42px, 11vw, 58px) !important;
    line-height: 1.06 !important;
    white-space: normal;
  }

  body.home-page #portal .split-grid > :first-child .lead {
    font-size: 16px;
    line-height: 1.6;
  }

  body.home-page #portal .split-grid > :last-child {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.home-page #portal .mini-cta.light-card {
    min-height: 0 !important;
    height: auto !important;
    padding: 24px 22px !important;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: fit-content !important;
    min-height: 0 !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ref-bronze, #b88a3b) !important;
  }
}

body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) {
  overflow-x: clip;
}


body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .container {
  box-sizing: border-box;
  width: min(100%, var(--layout-content-max)) !important;
  max-width: var(--layout-content-max) !important;
  margin-inline: auto;
  padding-inline: var(--layout-gutter) !important;
}


body.home-page #portal .mini-cta.light-card > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 18px;
  width: 100%;
  align-items: center;
}


body.home-page #portal .split-grid {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

body.home-page #portal .split-grid > :first-child {
  width: 100%;
  text-align: center;
}

body.home-page #portal .split-grid > :first-child h2 {
  max-width: none;
  margin-bottom: 0;
  line-height: 1;
}

body.home-page #portal .split-grid > :first-child h2 em {
  display: inline;
  color: var(--ref-bronze, #b88a3b);
}

body.home-page #portal .split-grid > :first-child .lead {
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

body.home-page #portal .split-grid > :last-child {
  display: grid;
  align-items: stretch;
}

body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
  display: flex;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0 !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

body.home-page #portal .mini-cta.light-card > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  width: 100%;
  align-items: center;
}

body.home-page #portal .mini-cta.light-card .portal-card-icon {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

body.home-page #portal .mini-cta.light-card h4 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

body.home-page #portal .mini-cta.light-card .mini-sub {
  grid-column: 1 / -1;
  grid-row: 2;
}

body.home-page #portal .mini-cta.light-card .btn {
  width: fit-content;
  min-height: 0;
  margin-top: 0;
  padding: 0;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ref-bronze, #b88a3b);
  font-weight: 700;
  line-height: 1.35;
  box-shadow: none;
}

body.home-page #portal .mini-cta.light-card .btn:hover,
body.home-page #portal .mini-cta.light-card .btn:focus-visible {
  border: 0;
  background: transparent;
  color: var(--ref-ink, #15130f);
  box-shadow: none;
  transform: translateX(4px);
}

@media (min-width: 901px) {
  body.home-page #portal {
    padding-block: clamp(68px, 5.2vw, 88px) !important;
  }

  body.home-page #portal .split-grid {
    gap: clamp(36px, 3.2vw, 48px);
  }

  body.home-page #portal .split-grid > :first-child h2 {
    margin-top: 18px;
    font-size: clamp(60px, 5.4vw, 84px);
    white-space: nowrap;
  }

  body.home-page #portal .split-grid > :first-child .divider {
    margin-block: 24px 22px;
  }

  body.home-page #portal .split-grid > :first-child .lead {
    max-width: 1120px;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.55;
  }

  body.home-page #portal .split-grid > :last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 22px);
  }

  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
    padding: 28px 28px 26px !important;
    gap: 22px;
  }

  body.home-page #portal .mini-cta.light-card > div:first-child {
    column-gap: 16px;
    row-gap: 18px;
  }

  body.home-page #portal .mini-cta.light-card .portal-card-icon {
    width: 40px;
    height: 40px;
  }

  body.home-page #portal .mini-cta.light-card h4 {
    font-size: clamp(18px, 1.4vw, 23px);
    line-height: 1.12;
  }

  body.home-page #portal .mini-cta.light-card .mini-sub {
    font-size: clamp(12px, .95vw, 15px);
    line-height: 1.62;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  body.home-page #portal {
    padding-block: 56px !important;
  }

  body.home-page #portal .split-grid {
    gap: 30px;
  }

  body.home-page #portal .split-grid > :first-child h2 {
    font-size: clamp(40px, 11vw, 58px);
    line-height: 1.02;
    white-space: normal;
  }

  body.home-page #portal .split-grid > :last-child {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
    padding: 24px 22px !important;
    gap: 20px;
  }

  body.home-page #portal .mini-cta.light-card > div:first-child {
    column-gap: 14px;
    row-gap: 18px;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    font-size: 15px;
  }
}

body.home-page #portal .mini-cta.light-card .portal-card-icon {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

body.home-page #portal .mini-cta.light-card h4 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

body.home-page #portal .mini-cta.light-card .mini-sub {
  grid-column: 1 / -1;
  grid-row: 2;
}

@media (min-width: 901px) {
  body.home-page #portal {
    padding-block: clamp(68px, 5.2vw, 88px) !important;
  }

  body.home-page #portal .split-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(36px, 3.2vw, 48px);
    align-items: start;
  }

  body.home-page #portal .split-grid > :first-child {
    width: 100%;
    text-align: center;
  }

  body.home-page #portal .split-grid > :first-child h2 {
    max-width: none;
    margin-top: 18px;
    margin-bottom: 0;
    font-size: clamp(60px, 5.4vw, 84px);
    line-height: 1;
    white-space: nowrap;
  }

  body.home-page #portal .split-grid > :first-child h2 em {
    display: inline;
    color: var(--ref-bronze, #b88a3b);
  }

  body.home-page #portal .split-grid > :first-child .divider {
    margin-block: 24px 22px;
  }

  body.home-page #portal .split-grid > :first-child .lead {
    max-width: 1120px;
    margin-inline: auto;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.55;
    text-align: center;
    text-wrap: balance;
  }

  body.home-page #portal .split-grid > :last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 22px);
    align-items: stretch;
  }

  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
    display: flex;
    min-width: 0;
    min-height: 0;
    height: auto;
    margin: 0 !important;
    padding: 28px 28px 26px !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 22px;
  }

  body.home-page #portal .mini-cta.light-card .portal-card-icon {
    width: 40px;
    height: 40px;
  }

  body.home-page #portal .mini-cta.light-card h4 {
    font-size: clamp(18px, 1.4vw, 23px);
    line-height: 1.12;
  }

  body.home-page #portal .mini-cta.light-card .mini-sub {
    font-size: clamp(12px, .95vw, 15px);
    line-height: 1.62;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: fit-content;
    min-height: 0;
    margin-top: 0;
    padding: 0;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ref-bronze, #b88a3b);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: none;
  }

  body.home-page #portal .mini-cta.light-card .btn:hover,
  body.home-page #portal .mini-cta.light-card .btn:focus-visible {
    border: 0;
    background: transparent;
    color: var(--ref-ink, #15130f);
    box-shadow: none;
    transform: translateX(4px);
  }
}

@media (max-width: 900px) {
  body.home-page #portal {
    padding-block: 56px !important;
  }

  body.home-page #portal .split-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  body.home-page #portal .split-grid > :first-child h2 {
    max-width: none;
    font-size: clamp(40px, 11vw, 58px);
    line-height: 1.02;
    white-space: normal;
  }

  body.home-page #portal .split-grid > :first-child h2 em {
    display: inline;
    color: var(--ref-bronze, #b88a3b);
  }

  body.home-page #portal .split-grid > :last-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
    min-height: 0;
    height: auto;
    margin: 0 !important;
    padding: 24px 22px !important;
    justify-content: flex-start;
    gap: 20px;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: fit-content;
    min-height: 0;
    margin-top: 0;
    padding: 0;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ref-bronze, #b88a3b);
    font-size: 15px;
    font-weight: 700;
    box-shadow: none;
  }

  body.home-page #portal .mini-cta.light-card .btn:hover,
  body.home-page #portal .mini-cta.light-card .btn:focus-visible {
    border: 0;
    background: transparent;
    color: var(--ref-ink, #15130f);
    box-shadow: none;
    transform: translateX(4px);
  }
}

body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) :is(img, video, iframe) {
  max-width: 100%;
}


body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page)
  :is(.home-hero, .page-hero, .assessment-request, .trust-proof-strip, footer) {
  width: 100%;
}


@media (min-width: 901px) {
  body:is(.doctor-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .page-hero {
    height: auto !important;
    min-height: clamp(700px, calc(100svh - var(--site-header-height, 112px)), 860px) !important;
    max-height: 860px !important;
  }

  
  body.tri-plane-page .page-hero.page-hero-split {
    height: auto !important;
    min-height: clamp(700px, calc(100svh - var(--site-header-height, 112px)), 860px) !important;
    max-height: 860px !important;
  }
}


body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) main > section:not(.assessment-request):not(.trust-proof-strip):not(.sub-stat-strip):not(.trust-bar):not(.cta-banner):not([hidden]) {
  height: auto;
  min-height: 0;
  max-height: none;
  padding-block: var(--layout-section-space);
}




body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-request {
  height: auto;
  max-height: none;
  padding-block: 54px;
  padding-inline: var(--layout-gutter);
}

body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-request__inner {
  width: min(100%, var(--layout-form-max)) !important;
  max-width: var(--layout-form-max) !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr);
  gap: clamp(40px, 4vw, 64px);
}

body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-form-card {
  max-width: 620px !important;
}


.trust-proof-strip {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.trust-proof-grid {
  box-sizing: border-box;
  width: min(100%, var(--layout-content-max));
  max-width: var(--layout-content-max);
  margin-inline: auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trust-proof-item {
  min-width: 0;
}


.trust-proof-item h3 {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

@media (min-width: 1101px) {
  .trust-proof-strip {
    padding-block: 30px 32px;
  }

  .trust-proof-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 18px;
  }

  .trust-proof-icon svg {
    width: 32px;
    height: 32px;
  }

  .trust-proof-item h3 {
    margin-bottom: 7px;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.12;
    letter-spacing: -.01em;
  }

  .trust-proof-item p {
    font-size: 12px;
    line-height: 1.5;
  }
}


body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .footer-meta {
  min-height: 78px;
  padding-block: 14px;
  flex-wrap: nowrap;
  gap: 18px 28px;
}

body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .footer-bottom,
body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .footer-legal-links {
  flex: 0 0 auto;
}

body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .disclaimer {
  min-width: 0;
  flex: 1 1 auto;
  flex-basis: auto !important;
  margin: 0 !important;
  text-align: right;
  white-space: normal;
}

@media (max-width: 1180px) {
  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-request__inner {
    max-width: 920px !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-form-card {
    width: min(100%, 720px);
    max-width: 720px !important;
    justify-self: center;
  }
}

@media (max-width: 1100px) {
  .trust-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .footer-meta {
    min-height: 86px;
    flex-wrap: wrap;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .disclaimer {
    flex: 1 1 100%;
    text-align: left;
  }
}

@media (max-width: 1024px) {
  body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
    main > section#faq .faq-list,
  body.international-page .international-common-questions .faq-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
    main > section#faq .faq-q,
  body.international-page .international-common-questions .faq-q {
    white-space: normal;
  }
}

@media (max-width: 900px) {
  :root {
    --layout-gutter: 24px;
    --layout-section-space: 60px;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .page-hero {
    height: auto !important;
    min-height: min(720px, calc(100svh - var(--site-header-height, 76px))) !important;
    max-height: none !important;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) main > section:not(.assessment-request):not(.trust-proof-strip):not(.sub-stat-strip):not(.trust-bar):not(.cta-banner):not([hidden]) {
    max-height: none;
    overflow: visible;
  }
}


@media (min-width: 901px) {
  body.home-page #portal {
    padding-block: clamp(68px, 5.2vw, 88px) !important;
  }

  body.home-page #portal .split-grid {
    gap: clamp(36px, 3.2vw, 48px);
  }

  body.home-page #portal .split-grid > :first-child h2 {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: clamp(60px, 5.4vw, 84px);
    line-height: 1;
  }

  body.home-page #portal .split-grid > :first-child .divider {
    margin-block: 24px 22px;
  }

  body.home-page #portal .split-grid > :first-child .lead {
    max-width: 1120px;
    font-size: clamp(15px, 1.1vw, 17px);
    line-height: 1.55;
    text-wrap: balance;
  }

  body.home-page #portal .split-grid > :last-child {
    align-items: stretch;
  }

  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
    min-height: 0;
    height: 100%;
    padding: 28px 28px 26px !important;
    justify-content: flex-start;
    gap: 22px;
  }

  body.home-page #portal .mini-cta.light-card > div:first-child {
    row-gap: 18px;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: fit-content;
    min-height: 0;
    margin-top: auto;
    padding: 0;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ref-bronze, #b88a3b);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }

  body.home-page #portal .mini-cta.light-card .btn:hover,
  body.home-page #portal .mini-cta.light-card .btn:focus-visible {
    border: 0;
    background: transparent;
    color: var(--ref-ink, #15130f);
    box-shadow: none;
    transform: translateX(4px);
  }
}

@media (max-width: 900px) {
  body.home-page #portal {
    padding-block: 56px !important;
  }

  body.home-page #portal .split-grid {
    gap: 30px;
  }

  body.home-page #portal .mini-cta.light-card {
    min-height: 0;
    height: auto;
    padding: 24px 22px !important;
    gap: 20px;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: fit-content;
    min-height: 0;
    padding: 0;
    justify-content: flex-start;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ref-bronze, #b88a3b);
    font-weight: 700;
    line-height: 1.35;
  }

  body.home-page #portal .mini-cta.light-card .btn:hover,
  body.home-page #portal .mini-cta.light-card .btn:focus-visible {
    border: 0;
    background: transparent;
    color: var(--ref-ink, #15130f);
    box-shadow: none;
  }
}

@media (max-width: 760px) {
  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-request {
    padding: 48px var(--layout-gutter) 64px;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-request__inner {
    gap: 28px;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .assessment-form-card {
    width: 100%;
    max-width: none !important;
  }

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

@media (max-width: 640px) {
  :root {
    --layout-gutter: 20px;
    --layout-section-space: 52px;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) .page-hero {
    min-height: 0 !important;
  }

  .trust-proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .footer-meta {
    min-height: 0;
    padding-block: 18px;
    flex-direction: row;
    justify-content: center;
    gap: 9px 16px;
  }

  body:is(.doctor-page, .tri-plane-page, .deep-plane-page, .before-after-page, .international-page, .articles-page, .consultation-page) footer .disclaimer {
    flex-basis: 100% !important;
    text-align: center;
  }
}


body.home-page #international .journey-step h3 {
  font-weight: 700;
}

body.home-page #international .phase p {
  font-size: 11px;
  line-height: 1.42;
}

body.home-page #international .international-info-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 3px;
  align-content: center;
  align-items: center;
}

body.home-page #international .international-info-card .international-info-icon {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
}

body.home-page #international .international-info-card strong {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
}

body.home-page #international .international-media figcaption .international-info-card > span:last-child {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  margin: 0 !important;
}

@media (min-width: 901px) {
  body.home-page #portal {
    padding-block: 42px 30px !important;
  }

  body.home-page #portal .split-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.55fr);
    gap: 34px;
    align-items: center;
  }

  body.home-page #portal .split-grid > :last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  body.home-page #portal .mini-cta.light-card {
    display: flex;
    min-width: 0;
    min-height: 286px;
    margin: 0 !important;
    padding: 28px 22px !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  body.home-page #portal .mini-cta.light-card h4 {
    margin-bottom: 16px;
    font-size: clamp(18px, 1.35vw, 23px);
    line-height: 1.12;
    white-space: nowrap;
  }

  body.home-page #portal .mini-cta.light-card .mini-sub {
    font-size: 12px;
    line-height: 1.5;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding-inline: 10px;
    border-color: var(--ref-gold);
    background: var(--ref-gold);
    color: var(--ref-ink);
    white-space: nowrap;
  }

  body.home-page #portal .mini-cta.light-card .btn:hover,
  body.home-page #portal .mini-cta.light-card .btn:focus-visible {
    border-color: var(--ref-bronze);
    background: var(--ref-bronze);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(184, 138, 59, .2);
  }

  body.home-page #faq {
    padding-block: 28px 42px !important;
  }

  body.home-page #faq .section-header {
    max-width: none;
    margin-bottom: 12px;
  }

  body.home-page #faq .faq-list {
    display: grid;
    width: 100%;
    max-width: none;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 0;
  }

  body.home-page #faq .faq-item {
    min-width: 0;
    margin: 0;
    align-self: start;
  }

  body.home-page #faq .faq-q {
    min-width: 0;
    padding: 18px 0;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.2;
    white-space: nowrap;
  }

  body.home-page #faq .faq-q::after {
    flex: 0 0 auto;
  }
}

@media (min-width: 901px) and (max-width: 1120px) {
  body.home-page #portal .split-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page #portal .mini-cta.light-card {
    min-height: 250px;
  }

  body.home-page #faq .faq-list {
    column-gap: 32px;
  }

  body.home-page #faq .faq-q {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  body.home-page #portal .split-grid,
  body.home-page #portal .split-grid > :last-child,
  body.home-page #faq .faq-list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.home-page #portal .split-grid > :last-child {
    display: grid;
    gap: 12px;
  }

  body.home-page #portal .mini-cta.light-card {
    min-height: 0;
    margin: 0 !important;
  }

  body.home-page #faq .faq-list {
    display: grid;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  body.home-page #faq .faq-q {
    white-space: normal;
  }
}


body.home-page #portal .portal-card-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  fill: none;
  stroke: var(--ref-bronze, #b1843e);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 901px) {
  body.home-page #portal {
    padding-block: clamp(72px, 6vw, 104px) !important;
  }

  body.home-page #portal .split-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(36px, 3.5vw, 52px);
    align-items: stretch;
  }

  body.home-page #portal .split-grid > :first-child {
    min-width: 0;
    width: 100%;
    text-align: center;
  }

  body.home-page #portal .split-grid > :first-child h2 {
    max-width: none;
    margin-top: 24px;
    font-size: clamp(48px, 4.65vw, 72px);
    line-height: .98;
    white-space: nowrap;
  }

  body.home-page #portal .split-grid > :first-child h2 em {
    display: inline;
    color: var(--ref-bronze, #b88a3b);
  }

  body.home-page #portal .split-grid > :first-child .lead {
    max-width: 1120px;
    margin-inline: auto;
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.58;
    text-align: center;
  }

  body.home-page #portal .split-grid > :last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 22px);
    align-items: stretch;
  }

  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
    display: flex;
    box-sizing: border-box;
    min-width: 0;
    min-height: clamp(390px, 30vw, 470px);
    height: 100%;
    margin: 0 !important;
    align-self: stretch;
    padding: clamp(28px, 2.5vw, 40px) clamp(20px, 1.8vw, 28px) 28px !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 22px;
  }

  body.home-page #portal .mini-cta.light-card > div:first-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 24px;
    width: 100%;
    align-items: center;
  }

  body.home-page #portal .mini-cta.light-card .portal-card-icon {
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  body.home-page #portal .mini-cta.light-card h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    font-size: clamp(18px, 1.4vw, 23px);
    line-height: 1.12;
    white-space: normal;
  }

  body.home-page #portal .mini-cta.light-card .mini-sub {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: clamp(12px, .95vw, 15px);
    line-height: 1.62;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: 100%;
    min-height: 72px;
    padding-inline: 12px;
    justify-content: center;
    border: 1px solid var(--ref-gold, #e7b954);
    border-radius: 8px;
    background: var(--ref-gold, #e7b954);
    color: var(--ref-ink, #15130f);
    white-space: nowrap;
  }

  body.home-page #portal .mini-cta.light-card .btn:hover,
  body.home-page #portal .mini-cta.light-card .btn:focus-visible {
    border-color: var(--ref-bronze, #b88a3b);
    background: var(--ref-bronze, #b88a3b);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(184, 138, 59, .2);
  }
}


body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .section-header,
body.international-page .international-common-questions .section-header {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .section-header :is(h2, .lead),
body.international-page .international-common-questions .section-header :is(h2, .lead) {
  margin-inline: auto;
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-list,
body.international-page .international-common-questions .faq-list {
  display: grid;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}


body.consultation-page main > section#faq .faq-list {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  max-width: 1060px;
}

@media (min-width: 901px) {
  body.consultation-page main > section#faq .section-header .lead {
    width: 100%;
    max-width: 1060px;
    font-size: clamp(12px, 1vw, 14px);
    white-space: nowrap;
  }
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-item,
body.international-page .international-common-questions .faq-item {
  min-width: 0;
  margin: 0;
  align-self: start;
  border: 1px solid #e3d4bb;
  border-radius: 12px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 8px 24px rgba(130, 99, 52, .06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-item:hover,
body.international-page .international-common-questions .faq-item:hover {
  border-color: var(--ref-gold, #d6aa5a);
  box-shadow: 0 12px 30px rgba(130, 99, 52, .1);
  transform: translateY(-1px);
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-q,
body.international-page .international-common-questions .faq-q {
  box-sizing: border-box;
  min-width: 0;
  min-height: 64px;
  padding: 14px 18px 14px 20px;
  gap: 16px;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.3;
  white-space: nowrap;
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-q::after,
body.international-page .international-common-questions .faq-q::after {
  content: '›';
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfcfb3;
  border-radius: 50%;
  background: #fffdf8;
  color: var(--ref-bronze, #a87931);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 29px;
  font-weight: 400;
  line-height: .82;
  text-indent: 1px;
  transform: rotate(0);
  transition: transform .3s ease, border-color .25s ease, background-color .25s ease, color .25s ease;
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-q:hover::after,
body.international-page .international-common-questions .faq-q:hover::after {
  border-color: var(--ref-gold, #d6aa5a);
  background: #f8f0df;
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-item.open .faq-q::after,
body.international-page .international-common-questions .faq-item.open .faq-q::after {
  transform: rotate(90deg);
  border-color: var(--ref-gold, #d6aa5a);
  background: #f8f0df;
  color: var(--ref-bronze, #a87931);
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-a,
body.international-page .international-common-questions .faq-a {
  max-height: 0;
  padding-inline: 20px;
  font-size: 14px;
  line-height: 1.65;
}

body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
  main > section#faq .faq-item.open .faq-a,
body.international-page .international-common-questions .faq-item.open .faq-a {
  max-height: 1200px;
  padding: 0 20px 20px;
}

body.consultation-page main > section#faq .faq-q {
  min-height: 72px;
  padding: 16px 20px 16px 24px;
  font-size: clamp(18px, 1.15vw, 20px);
}

body.consultation-page main > section#faq .faq-a {
  font-size: 16px;
}


@media (min-width: 901px) {
  body.international-page .international-common-questions .section-header {
    margin-bottom: 20px;
  }

  body.international-page .international-common-questions .faq-list {
    gap: 10px 14px;
  }

  body.international-page .international-common-questions .faq-q {
    min-height: 52px;
    padding: 10px 14px 10px 16px;
    gap: 12px;
    font-size: 17px;
  }

  body.international-page .international-common-questions .faq-q::after {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 24px;
  }

  body.international-page .international-common-questions .faq-a {
    padding-inline: 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  body.international-page .international-common-questions .faq-item.open .faq-a {
    max-height: none;
    padding: 0 16px 16px;
  }
}

@media (max-width: 900px) {
  body.home-page #portal {
    padding-block: 64px !important;
  }

  body.home-page #portal .split-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  body.home-page #portal .split-grid > :first-child h2 {
    max-width: none;
    font-size: clamp(40px, 11vw, 58px);
    white-space: normal;
  }

  body.home-page #portal .split-grid > :first-child h2 em {
    display: inline;
    color: var(--ref-bronze, #b88a3b);
  }

  body.home-page #portal .split-grid > :first-child .lead {
    max-width: none;
  }

  body.home-page #portal .split-grid > :last-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.home-page #portal .mini-cta.light-card {
    min-height: 280px;
    padding: 28px 24px 24px !important;
    border-radius: 18px;
  }

  body.home-page #portal .portal-card-icon {
    grid-column: 1;
    grid-row: 1;
    width: 36px;
    height: 36px;
    margin: 0;
  }

  body.home-page #portal .mini-cta.light-card > div:first-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 18px;
    width: 100%;
    align-items: center;
  }

  body.home-page #portal .mini-cta.light-card h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    font-size: clamp(20px, 6vw, 25px);
    line-height: 1.1;
  }

  body.home-page #portal .mini-cta.light-card .mini-sub {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    border-color: var(--ref-gold, #e7b954);
    background: var(--ref-gold, #e7b954);
    color: var(--ref-ink, #15130f);
  }

  body.home-page #portal .mini-cta.light-card .btn:hover,
  body.home-page #portal .mini-cta.light-card .btn:focus-visible {
    border-color: var(--ref-bronze, #b88a3b);
    background: var(--ref-bronze, #b88a3b);
    color: #fff;
  }

  body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
    main > section#faq .faq-list,
  body.international-page .international-common-questions .faq-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
    main > section#faq .faq-q,
  body.international-page .international-common-questions .faq-q {
    min-height: 58px;
    padding: 12px 14px;
    gap: 12px;
    font-size: 16px;
    white-space: normal;
  }

  body.consultation-page main > section#faq .faq-q {
    font-size: 17px;
  }

  body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
    main > section#faq .faq-q::after,
  body.international-page .international-common-questions .faq-q::after {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    font-size: 26px;
  }

  body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
    main > section#faq .faq-a,
  body.international-page .international-common-questions .faq-a {
    padding-inline: 16px;
  }

  body:is(.home-page, .tri-plane-page, .deep-plane-page, .international-page, .consultation-page)
    main > section#faq .faq-item.open .faq-a,
  body.international-page .international-common-questions .faq-item.open .faq-a {
    padding: 0 16px 18px;
  }
}


body.home-page #portal {
  padding-block: clamp(68px, 5.2vw, 88px) !important;
}

body.home-page #portal .split-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(38px, 3.4vw, 54px) !important;
  width: 100%;
}

body.home-page #portal .split-grid > :first-child {
  width: 100%;
  text-align: center;
}

body.home-page #portal .split-grid > :first-child .eyebrow { margin-bottom: 20px; }

body.home-page #portal .split-grid > :first-child h2 {
  max-width: none !important;
  margin: 0 auto 26px !important;
  font-size: clamp(60px, 5.4vw, 84px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

body.home-page #portal .split-grid > :first-child h2 em {
  display: inline !important;
  color: var(--ref-bronze, #b88a3b) !important;
  font-weight: inherit;
}

body.home-page #portal .split-grid > :first-child .lead {
  max-width: 1120px !important;
  margin: 0 auto !important;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}

body.home-page #portal .split-grid > :last-child {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100%;
}

body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
  display: flex !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 28px !important;
  border-radius: 18px;
}

body.home-page #portal .mini-cta.light-card > div:first-child {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  column-gap: 14px !important;
  row-gap: 18px !important;
  align-items: center !important;
  width: 100%;
}

body.home-page #portal .portal-card-icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
}

body.home-page #portal .mini-cta.light-card h4 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  font-size: clamp(22px, 1.8vw, 28px) !important;
  line-height: 1.12 !important;
}

body.home-page #portal .mini-cta.light-card .mini-sub {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.55;
}

body.home-page #portal .mini-cta.light-card .btn {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  width: fit-content !important;
  min-height: 0 !important;
  margin-top: 2px !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ref-bronze, #b88a3b) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

body.home-page #portal .mini-cta.light-card .btn:hover,
body.home-page #portal .mini-cta.light-card .btn:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: var(--ref-ink, #15130f) !important;
  transform: translateX(4px);
}

@media (max-width: 900px) {
  body.home-page #portal { padding-block: 56px !important; }
  body.home-page #portal .split-grid { gap: 32px !important; }

  body.home-page #portal .split-grid > :first-child h2 {
    margin-bottom: 20px !important;
    font-size: clamp(42px, 11vw, 58px) !important;
    line-height: 1.06 !important;
    white-space: normal;
  }

  body.home-page #portal .split-grid > :first-child .lead {
    font-size: 16px;
    line-height: 1.6;
  }

  body.home-page #portal .split-grid > :last-child {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card,
  body.home-page #portal .split-grid > :last-child > .mini-cta.light-card + .mini-cta.light-card {
    min-height: 0 !important;
    height: auto !important;
    padding: 24px 22px !important;
  }

  body.home-page #portal .mini-cta.light-card .btn {
    width: fit-content !important;
    min-height: 0 !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ref-bronze, #b88a3b) !important;
  }
}
