:root {
  --navy: #496b7b;
  --navy-deep: #294650;
  --purple: #7060b9;
  --purple-dark: #58499a;
  --lavender: #a99bdd;
  --warm: #d46f4e;
  --warm-dark: #b8563b;
  --warm-soft: #fff3ec;
  --gold: #edae54;
  --aqua: #00a884;
  --ink: #172230;
  --muted: #5f6b78;
  --line: #dfe4eb;
  --soft: #f4f6fa;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 24px 65px rgba(18, 33, 54, .13);
  --radius: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--lavender);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -.035em;
  line-height: 1.12;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.8vw, 6.35rem);
  font-weight: 750;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 4vw, 3.75rem);
  font-weight: 720;
}

h3 {
  font-size: 1.45rem;
  font-weight: 700;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--purple-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #cbc4ff;
}

.eyebrow--warm {
  color: var(--warm-dark);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--warm);
  border-radius: 999px;
  color: var(--white);
  background: var(--warm);
  font-size: .96rem;
  font-weight: 750;
  line-height: 1.2;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

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

.button--small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: .88rem;
}

.button--light {
  border-color: var(--white);
  color: var(--navy-deep);
  background: var(--white);
}

.button--light:hover {
  border-color: #e6e7ff;
  background: #e6e7ff;
}

.button--warm-outline {
  border-color: var(--warm);
  color: var(--warm-dark);
  background: transparent;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-weight: 750;
}

.text-link span {
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.site-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(4, 59, 118, .1);
  background: rgba(255, 255, 255, .97);
}

.header-shell {
  display: grid;
  min-height: 124px;
  align-items: stretch;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: clamp(24px, 2.4vw, 34px);
}

.header-stack {
  display: grid;
  min-width: 0;
  grid-template-rows: 30px 1fr;
}

.contact-bar {
  position: relative;
  width: 100%;
  height: 26px;
  margin-top: 4px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(90deg, var(--navy-deep), #355d68);
  box-shadow: 0 5px 16px rgba(27, 57, 67, .12);
  font-size: .74rem;
}

.contact-bar__inner,
.contact-bar__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.contact-bar__inner {
  height: 100%;
  padding: 0 14px 0 18px;
}

.contact-bar p {
  margin: 0;
}

.contact-bar__links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  opacity: .92;
}

.contact-bar__links a:hover {
  opacity: 1;
}

.nav-shell {
  display: flex;
  min-width: 0;
  min-height: 94px;
  align-items: center;
  justify-content: flex-end;
}

.brand {
  position: relative;
  display: block;
  width: 100%;
  height: 124px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.35vw, 21px);
  font-size: .88rem;
  font-weight: 680;
}

.main-nav > a:not(.button),
.nav-item__top > a {
  position: relative;
  padding: 8px 0;
}

.main-nav > a:not(.button)::after,
.nav-item__top > a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--warm);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.main-nav > a:not(.button):hover::after,
.nav-item__top > a:hover::after,
.nav-item:focus-within .nav-item__top > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.main-nav a[aria-current="page"]:not(.button),
.main-nav .nav-item.has-current > .nav-item__top > a {
  color: var(--warm-dark);
}

.main-nav > a[aria-current="page"]:not(.button)::after,
.main-nav .nav-item.has-current > .nav-item__top > a::after {
  transform: scaleX(1);
}

.nav-item {
  position: relative;
}

.nav-item__top {
  display: flex;
  align-items: center;
  gap: 5px;
}

.submenu-toggle {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.submenu-toggle::before {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.submenu-toggle:hover,
.submenu-toggle:focus-visible {
  background: var(--soft);
  color: var(--warm-dark);
  outline: none;
}

.nav-item.is-open .submenu-toggle::before {
  transform: translateY(2px) rotate(225deg);
}

.submenu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 50%;
  display: none;
  width: min(360px, 88vw);
  padding: 13px;
  border: 1px solid rgba(40, 73, 84, .12);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 22px 50px rgba(23, 34, 48, .16);
  gap: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
}

.submenu--wide {
  width: min(650px, 88vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.submenu a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 11px 13px;
  border-radius: 12px;
  color: var(--navy);
  line-height: 1.25;
}

.submenu a strong {
  font-size: .86rem;
}

.submenu a span {
  margin-top: 3px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 500;
}

.submenu a:hover,
.submenu a:focus-visible {
  background: var(--soft);
  color: var(--warm-dark);
  outline: none;
}

.submenu a[aria-current="page"] {
  background: var(--soft);
  color: var(--warm-dark);
}

.nav-item:hover > .submenu,
.nav-item:focus-within > .submenu,
.nav-item.is-open > .submenu {
  display: grid;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(212, 111, 78, .14), transparent 27%),
    linear-gradient(128deg, #f9fbff 0%, #f5f2ff 50%, #eef5fc 100%);
}

.hero__shape {
  position: absolute;
  top: -210px;
  right: -210px;
  width: 610px;
  height: 610px;
  border: 120px solid rgba(212, 111, 78, .07);
  border-radius: 50%;
}

.hero__grid {
  position: relative;
  display: grid;
  min-height: 680px;
  align-items: center;
  grid-template-columns: 1.03fr .82fr;
  gap: clamp(42px, 7vw, 90px);
  padding-block: 65px 78px;
}

.hero__content {
  min-width: 0;
  padding-top: 10px;
}

.hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: #445363;
  font-size: clamp(1.1rem, 1.7vw, 1.34rem);
  line-height: 1.58;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
}

.hero__credentials {
  display: grid;
  max-width: 690px;
  margin: 0;
  padding: 23px 0 0;
  border-top: 1px solid rgba(4, 59, 118, .16);
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.hero__credentials li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-right: 18px;
}

.hero__credentials li + li {
  padding-left: 24px;
  border-left: 1px solid rgba(4, 59, 118, .16);
}

.hero__credentials strong {
  color: var(--navy);
  font-size: .97rem;
}

.hero__credentials span {
  color: var(--muted);
  font-size: .76rem;
  overflow-wrap: anywhere;
}

.hero__portrait {
  position: relative;
  max-width: 520px;
  justify-self: end;
}

.hero__portrait::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 72%;
  height: 72%;
  border: 2px solid rgba(212, 111, 78, .42);
  border-radius: 26px;
  content: "";
}

.hero__image-frame {
  position: relative;
  overflow: hidden;
  border: 9px solid var(--white);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero__image-frame img {
  width: 100%;
  aspect-ratio: 4 / 4.45;
  object-fit: cover;
  object-position: 52% center;
}

.hero__caption {
  position: relative;
  width: 82%;
  margin: -43px 0 0 -30px;
  padding: 18px 22px;
  border-left: 4px solid var(--gold);
  color: var(--white);
  background: var(--navy-deep);
  box-shadow: 0 18px 42px rgba(7, 46, 88, .23);
}

.hero__caption strong,
.hero__caption span {
  display: block;
}

.hero__caption strong {
  font-size: .91rem;
}

.hero__caption span {
  margin-top: 4px;
  color: #cad7e4;
  font-size: .76rem;
}

.section {
  padding-block: clamp(82px, 10vw, 130px);
}

.section--soft {
  background: var(--soft);
}

.intro__grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: clamp(45px, 8vw, 110px);
}

.prose p {
  color: var(--muted);
}

.prose p:first-child {
  color: var(--ink);
  font-size: 1.15rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-heading > p:last-child {
  color: var(--muted);
}

.section-heading--split {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: 1.1fr .72fr;
  gap: 70px;
}

.section-heading--split h2 {
  margin-bottom: 0;
}

.section-heading--split > p {
  margin-bottom: 8px;
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.need-card {
  min-height: 260px;
  padding: 34px;
  background: var(--white);
  transition: transform .2s ease, box-shadow .2s ease;
}

.need-card:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 40px rgba(23, 34, 48, .1);
  transform: translateY(-3px);
}

.need-card__number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--warm);
  font-size: .76rem;
  font-weight: 800;
}

.need-card h3 {
  margin-bottom: 12px;
}

.need-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .95rem;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.practice-card {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.practice-card--featured {
  border-color: var(--navy);
  color: var(--white);
  background:
    radial-gradient(circle at 85% 12%, rgba(156, 139, 255, .38), transparent 30%),
    var(--navy);
}

.practice-card__label {
  margin-bottom: auto;
  color: var(--warm);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.practice-card--featured .practice-card__label {
  color: #d7d1ff;
}

.practice-card h3 {
  margin: 50px 0 18px;
  font-size: 2rem;
}

.practice-card p:not(.practice-card__label) {
  color: var(--muted);
}

.practice-card--featured p:not(.practice-card__label) {
  color: #d9e2ea;
}

.practice-card a {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: .92rem;
  font-weight: 750;
}

.practice-card--featured a {
  border-color: rgba(255, 255, 255, .18);
  color: var(--white);
}

.process {
  color: var(--white);
  background:
    radial-gradient(circle at 16% 10%, rgba(156, 139, 255, .18), transparent 29%),
    var(--navy-deep);
}

.process__grid {
  display: grid;
  grid-template-columns: .76fr 1fr;
  gap: clamp(65px, 10vw, 135px);
}

.process__intro {
  align-self: start;
  position: sticky;
  top: 45px;
}

.process__intro > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: #bdccda;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  grid-template-columns: 62px 1fr;
  gap: 20px;
}

.process-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.process-list > li > span {
  color: var(--lavender);
  font-size: .76rem;
  font-weight: 800;
}

.process-list h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.process-list p {
  margin: 0;
  color: #bdccda;
  font-size: .94rem;
}

.credentials__grid {
  display: grid;
  grid-template-columns: .76fr 1fr;
  gap: clamp(65px, 10vw, 135px);
}

.credentials__heading > p:last-child {
  color: var(--muted);
}

.timeline {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.timeline li {
  display: grid;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 78px 1fr;
  gap: 18px;
}

.timeline time,
.timeline__mark {
  color: var(--warm);
  font-size: .76rem;
  font-weight: 800;
}

.timeline p,
.timeline strong,
.timeline span {
  display: block;
}

.timeline p {
  margin: 0;
}

.timeline strong {
  margin-bottom: 3px;
}

.timeline p span {
  color: var(--muted);
  font-size: .9rem;
}

.social-proof {
  background:
    radial-gradient(circle at 0 10%, rgba(212, 111, 78, .1), transparent 29%),
    var(--white);
}

.social-proof__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
}

.instagram-card,
.reviews-card {
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(41, 70, 80, .09);
}

.instagram-card {
  position: relative;
  display: flex;
  min-height: 520px;
  overflow: hidden;
  flex-direction: column;
  padding: 42px;
  border: 1px solid rgba(212, 111, 78, .2);
  background:
    radial-gradient(circle at 100% 0, rgba(211, 0, 197, .14), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(255, 122, 0, .17), transparent 36%),
    linear-gradient(145deg, #fff8f3 0%, #f7f3ff 100%);
}

.instagram-card::after {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border: 34px solid rgba(255, 1, 105, .07);
  border-radius: 50%;
  content: "";
}

.instagram-card__icon {
  position: relative;
  z-index: 1;
  width: 76px;
  margin-bottom: 34px;
  padding: 6px;
  border-radius: 19px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(128, 45, 112, .16);
}

.instagram-card__handle {
  margin-bottom: 12px;
  color: #c52a7d;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.instagram-card h3 {
  max-width: 440px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.instagram-card > p:not(.instagram-card__handle) {
  color: var(--muted);
}

.instagram-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(197, 42, 125, .18);
  color: #a5286b;
  font-weight: 780;
}

.reviews-card {
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--white);
}

.reviews-card__summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.reviews-card__summary > div {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
}

.reviews-card__source {
  display: flex;
  align-items: center;
  gap: 8px;
  grid-column: 1 / -1;
  margin-bottom: 12px;
  font-size: .83rem;
  font-weight: 750;
}

.reviews-card__summary strong {
  color: var(--ink);
  font-size: 3.2rem;
  line-height: 1;
}

.reviews-card__stars {
  color: var(--gold);
  font-size: 1.3rem;
  letter-spacing: .1em;
}

.reviews-card__summary > p {
  max-width: 210px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: .8rem;
  text-align: right;
}

.reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 0 28px;
  background: var(--line);
}

.reviews-list blockquote {
  display: flex;
  min-width: 0;
  min-height: 190px;
  flex-direction: column;
  margin: 0;
  padding: 25px 20px;
  background: var(--white);
}

.reviews-list blockquote p {
  margin-bottom: 20px;
  font-size: .91rem;
  line-height: 1.55;
}

.reviews-list cite {
  margin-top: auto;
  color: var(--muted);
  font-size: .76rem;
  font-style: normal;
  font-weight: 700;
}

.ai-search {
  padding-block: clamp(74px, 9vw, 110px);
  background: var(--warm-soft);
}

.ai-search__grid {
  display: grid;
  align-items: center;
  grid-template-columns: .75fr 1fr;
  gap: clamp(50px, 8vw, 105px);
}

.ai-search__figure {
  margin: 0;
}

.ai-search__screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 591 / 465;
  border: 10px solid var(--white);
  border-radius: 24px;
  background: #202124;
  box-shadow: 0 24px 55px rgba(76, 44, 33, .17);
}

.ai-search__screen img {
  width: 100%;
  height: auto;
}

.ai-search__figure figcaption {
  margin-top: 12px;
  color: #82695f;
  font-size: .73rem;
  text-align: center;
}

.ai-search__content > p:not(.eyebrow) {
  color: #6f5e56;
}

.ai-search__note {
  margin: 25px 0 30px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, .58);
  font-size: .82rem;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.article-card {
  display: flex;
  min-height: 365px;
  flex-direction: column;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 34, 48, .055);
}

.article-card > p {
  color: var(--warm);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 35px 0 18px;
  font-size: 1.65rem;
}

.article-card > span {
  color: var(--muted);
  font-size: .92rem;
}

.article-card a {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: .92rem;
  font-weight: 750;
}

.section-action {
  margin-top: 34px;
  text-align: right;
}

.faq__grid {
  display: grid;
  grid-template-columns: .68fr 1fr;
  gap: clamp(65px, 9vw, 120px);
}

.faq__intro > p:not(.eyebrow) {
  color: var(--muted);
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 25px 50px 25px 0;
  cursor: pointer;
  font-weight: 720;
  list-style: none;
}

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

.faq summary::after {
  position: absolute;
  top: 24px;
  right: 8px;
  color: var(--warm);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  max-width: 720px;
  padding: 0 40px 24px 0;
  color: var(--muted);
  font-size: .95rem;
}

.contact-section {
  padding-block: clamp(72px, 9vw, 110px);
  color: var(--white);
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 214, 160, .27), transparent 29%),
    linear-gradient(135deg, #a94f3a 0%, #784f75 100%);
}

.contact-section__grid {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr .62fr;
  gap: 90px;
}

.contact-section h2 {
  max-width: 750px;
}

.contact-section p:not(.eyebrow) {
  max-width: 680px;
  color: #e5e0ff;
}

.contact-section__actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
}

.contact-section address {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  font-size: .92rem;
  font-style: normal;
}

.contact-section address strong {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.contact-section address span {
  color: #e5e0ff;
}

.contact-section address a {
  margin-top: 22px;
  font-weight: 750;
}

.site-footer {
  color: #d6e0e8;
  background: #213942;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, .72fr);
  gap: 45px;
  padding-block: 70px 58px;
}

.footer-main > div p {
  max-width: 390px;
  color: #9db0c1;
  font-size: .88rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.footer-brand strong {
  color: var(--white);
  font-size: 1.25rem;
}

.footer-brand span {
  color: #9db0c1;
  font-size: .78rem;
}

.footer-main nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: .82rem;
}

.footer-main nav strong {
  margin-bottom: 7px;
  color: var(--white);
  font-size: .77rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.footer-main nav a {
  color: #afbfcc;
}

.footer-main nav a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom p {
  margin: 0;
  padding: 17px 0;
  color: #8da2b4;
  font-size: .75rem;
}

.agenzzia-line {
  padding: 7px 20px;
  color: #687989;
  background: #192e35;
  font-size: .68rem;
  text-align: center;
}

.agenzzia-signature a {
  color: #ef8b35;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 13px;
  border: 2px solid rgba(255, 255, 255, .7);
  border-radius: 999px;
  color: var(--white);
  background: var(--aqua);
  box-shadow: 0 12px 30px rgba(0, 76, 61, .28);
  font-size: .82rem;
  font-weight: 780;
  animation: gentle-pulse 3.5s ease-in-out 2s infinite;
}

@keyframes gentle-pulse {
  0%, 80%, 100% { transform: scale(1); }
  90% { transform: scale(1.035); }
}

@media (max-width: 1050px) {
  .header-shell {
    min-height: 112px;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 16px;
  }

  .header-stack {
    grid-template-rows: 30px 1fr;
  }

  .brand {
    height: 112px;
  }

  .nav-shell {
    min-height: 82px;
  }

  .menu-toggle {
    display: flex;
    width: 46px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
  }

  .menu-toggle > span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--navy);
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 25px 20px 30px;
    border-top: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 24px 35px rgba(23, 34, 48, .12);
  }

  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .main-nav > a:not(.button),
  .nav-item__top > a {
    flex: 1;
    padding: 11px 0;
  }

  .nav-item__top {
    width: 100%;
  }

  .submenu-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid var(--line);
  }

  .submenu {
    position: static;
    display: none;
    width: 100%;
    padding: 5px 0 10px 14px;
    border: 0;
    border-left: 2px solid rgba(212, 111, 78, .35);
    border-radius: 0;
    box-shadow: none;
    grid-template-columns: 1fr;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .submenu--wide {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .nav-item:hover > .submenu,
  .nav-item:focus-within > .submenu {
    display: none;
    transform: none;
  }

  .nav-item.is-open > .submenu,
  .nav-item.is-open:hover > .submenu,
  .nav-item.is-open:focus-within > .submenu {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .submenu a {
    padding: 10px 12px;
  }

  .main-nav .button {
    margin-top: 8px;
  }

  .hero__grid {
    min-height: auto;
    grid-template-columns: 1fr .72fr;
  }

  .hero__credentials {
    grid-template-columns: 1fr;
  }

  .hero__credentials li + li {
    margin-top: 12px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(4, 59, 118, .13);
    border-left: 0;
  }

  .needs-grid,
  .practice-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .practice-card--featured {
    grid-column: span 2;
  }

  .social-proof__grid {
    grid-template-columns: 1fr;
  }

  .instagram-card {
    min-height: 430px;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .contact-bar__inner {
    justify-content: flex-end;
    padding: 0 10px;
  }

  .contact-bar p,
  .contact-bar__links a:first-child {
    display: none;
  }

  .contact-bar__links {
    width: auto;
    justify-content: flex-end;
    padding: 0;
  }

  .header-shell {
    min-height: 104px;
    grid-template-columns: minmax(0, 220px) minmax(72px, 1fr);
    gap: 8px;
  }

  .brand {
    width: 100%;
    height: 104px;
  }

  .header-stack {
    grid-template-rows: 30px 74px;
  }

  .contact-bar {
    width: 100%;
    height: 24px;
    margin-top: 3px;
  }

  .nav-shell {
    min-height: 74px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 54px 72px;
  }

  .hero__portrait {
    width: 94%;
    margin-top: 16px;
    justify-self: center;
  }

  .hero__caption {
    width: 90%;
    margin-left: -5px;
  }

  .hero__actions,
  .contact-section__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .text-link {
    justify-content: center;
  }

  .hero__credentials {
    grid-template-columns: 1fr;
  }

  .hero__credentials li + li {
    margin-top: 12px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(4, 59, 118, .13);
    border-left: 0;
  }

  .intro__grid,
  .section-heading--split,
  .process__grid,
  .credentials__grid,
  .ai-search__grid,
  .faq__grid,
  .contact-section__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .needs-grid,
  .practice-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .practice-card--featured {
    grid-column: auto;
  }

  .need-card {
    min-height: auto;
  }

  .practice-card,
  .article-card {
    min-height: 335px;
  }

  .instagram-card,
  .reviews-card {
    padding: 30px;
  }

  .instagram-card {
    min-height: 440px;
  }

  .reviews-card__summary {
    flex-direction: column;
    gap: 0;
  }

  .reviews-card__summary > p {
    max-width: none;
    margin: 10px 0 0;
    text-align: left;
  }

  .reviews-list {
    grid-template-columns: 1fr;
  }

  .reviews-list blockquote {
    min-height: auto;
  }

  .ai-search__grid {
    gap: 45px;
  }

  .process__intro {
    position: static;
  }

  .section-action {
    text-align: left;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > div {
    grid-column: 1 / -1;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 430px) {
  .header-shell {
    grid-template-columns: clamp(205px, 58vw, 230px) minmax(58px, 1fr);
    gap: 6px;
  }

  .contact-bar__links a:last-child span {
    display: none;
  }

  h1 {
    font-size: 3.1rem;
  }

  .hero__credentials {
    gap: 0;
  }

  .hero__credentials strong {
    font-size: .82rem;
  }

  .hero__credentials span {
    font-size: .66rem;
    line-height: 1.35;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-main > div {
    grid-column: auto;
  }
}

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

/* Internal commercial pages */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-block: 18px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 650;
}

.breadcrumbs a {
  color: var(--blue);
}

.content-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 15%, rgba(212, 111, 78, .13), transparent 25%),
    linear-gradient(128deg, #fbfcff 0%, #f5f2ff 52%, #edf5fa 100%);
}

.content-hero::after {
  position: absolute;
  top: -200px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 105px solid rgba(212, 111, 78, .06);
  border-radius: 50%;
  content: "";
}

.content-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 610px;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  gap: clamp(45px, 7vw, 90px);
  padding-block: 64px;
}

.content-hero h1 {
  max-width: 850px;
  margin: 14px 0 24px;
  font-size: clamp(3.2rem, 5.2vw, 5.9rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.content-hero__lead {
  max-width: 760px;
  margin: 0;
  color: var(--text-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.65;
}

.content-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}

.landing-qualifier {
  max-width: 680px;
  padding: 14px 16px;
  border-left: 4px solid var(--warm);
  border-radius: 0 12px 12px 0;
  background: var(--soft);
  color: var(--navy);
}

.ads-landing .content-hero {
  padding-top: clamp(36px, 5vw, 72px);
}

.main-nav--landing {
  margin-left: auto;
}

.content-proof {
  display: grid;
  max-width: 690px;
  margin: 36px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.content-proof li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding-right: 18px;
}

.content-proof li + li {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.content-proof strong {
  color: var(--blue);
  font-size: .88rem;
}

.content-proof span {
  color: var(--muted);
  font-size: .72rem;
}

.content-hero__portrait {
  position: relative;
  width: min(100%, 410px);
  margin: 0;
  justify-self: end;
}

.content-hero__portrait::before {
  position: absolute;
  inset: -18px 18px 28px -18px;
  border: 2px solid rgba(212, 111, 78, .42);
  border-radius: 30px;
  content: "";
}

.content-hero__portrait img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 9px solid var(--white);
  border-radius: 28px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.content-hero__portrait figcaption {
  position: absolute;
  right: -14px;
  bottom: 28px;
  left: -44px;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  color: var(--white);
  background: var(--navy-deep);
  box-shadow: 0 16px 32px rgba(23, 34, 48, .22);
  font-size: .8rem;
  font-weight: 760;
}

.content-intro__grid {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: clamp(50px, 8vw, 120px);
}

.content-intro h2,
.possibilities h2,
.evaluation-band h2,
.faq-content h2,
.doctor-strip h2 {
  margin: 12px 0 0;
  font-size: clamp(2.35rem, 4vw, 4.3rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.content-copy {
  color: var(--text-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.content-copy p:first-child {
  margin-top: 0;
}

.content-highlight {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid var(--warm);
  border-radius: 0 14px 14px 0;
  color: var(--navy);
  background: var(--warm-soft);
  font-weight: 720;
}

.section--soft {
  background: var(--surface);
}

.section-heading--split {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr .7fr;
  gap: 60px;
}

.section-heading--split > p {
  max-width: 560px;
  margin: 0 0 4px;
  color: var(--text-soft);
  line-height: 1.7;
}

.content-card-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.content-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(18, 33, 54, .06);
}

.content-card h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.content-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.content-card > span {
  margin-top: auto;
  padding-top: 24px;
  color: var(--warm-dark);
  font-size: .78rem;
  font-weight: 760;
}

.content-card--link {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.content-card--link:hover {
  border-color: rgba(212, 111, 78, .55);
  box-shadow: 0 20px 40px rgba(18, 33, 54, .1);
  transform: translateY(-4px);
}

.possibilities__grid {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: clamp(50px, 8vw, 110px);
}

.possibilities__heading {
  align-self: start;
  position: sticky;
  top: 30px;
}

.possibilities__heading > p:last-child {
  color: var(--text-soft);
  line-height: 1.75;
}

.possibility-list {
  border-top: 1px solid var(--line);
}

.possibility-item {
  display: grid;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 46px 1fr;
  gap: 18px;
}

.possibility-item > span {
  color: var(--warm);
  font-size: .78rem;
  font-weight: 800;
}

.possibility-item h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.possibility-item p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.evaluation-band {
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(212, 111, 78, .13), transparent 38%),
    var(--navy-deep);
}

.evaluation-band__grid {
  display: grid;
  align-items: center;
  grid-template-columns: .86fr 1fr;
  gap: clamp(60px, 9vw, 130px);
}

.evaluation-band h2 {
  color: var(--white);
}

.evaluation-band p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.75;
}

.evaluation-band .button {
  margin-top: 16px;
}

.evaluation-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.evaluation-list li {
  position: relative;
  padding: 18px 18px 18px 37px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  line-height: 1.5;
}

.evaluation-list li::before {
  position: absolute;
  top: 21px;
  left: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.care-steps {
  display: grid;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.care-steps li {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.care-steps li > span {
  display: block;
  margin-bottom: 44px;
  color: var(--warm);
  font-size: .78rem;
  font-weight: 820;
}

.care-steps strong {
  display: block;
  margin-bottom: 9px;
}

.care-steps p {
  margin: 0;
  color: var(--text-soft);
  font-size: .88rem;
  line-height: 1.55;
}

.doctor-strip {
  background: var(--warm-soft);
}

.doctor-strip__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, .55fr) 1fr;
  gap: clamp(45px, 8vw, 110px);
}

.doctor-strip img {
  display: block;
  width: 100%;
  max-height: 520px;
  border-radius: 28px;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: var(--shadow);
}

.doctor-strip p {
  color: var(--text-soft);
  line-height: 1.75;
}

.faq-content__grid {
  display: grid;
  grid-template-columns: .68fr 1fr;
  gap: clamp(50px, 8vw, 110px);
}

.faq-content__grid > div:first-child > p:last-child {
  color: var(--text-soft);
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  font-weight: 760;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 2px;
  color: var(--warm);
  content: "+";
  font-size: 1.35rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: -4px 0 24px;
  padding-right: 30px;
  color: var(--text-soft);
  line-height: 1.7;
}

.related-content {
  background: var(--surface);
}

.related-grid {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.related-card {
  display: flex;
  min-height: 200px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(18, 33, 54, .055);
}

.related-card > span {
  margin-bottom: 18px;
  color: var(--warm-dark);
  font-size: .7rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.related-card strong {
  font-size: 1.12rem;
  line-height: 1.35;
}

.related-card small {
  margin-top: auto;
  padding-top: 24px;
  color: var(--blue);
  font-weight: 750;
}

@media (max-width: 1050px) {
  .content-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr .55fr;
  }

  .content-hero__portrait figcaption {
    right: 10px;
    left: -24px;
  }

  .content-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .care-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }

  .breadcrumbs span[aria-current="page"] {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .content-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    padding-block: 52px 76px;
  }

  .content-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .content-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .content-hero__actions .text-link {
    justify-content: center;
  }

  .content-proof {
    grid-template-columns: 1fr;
  }

  .content-proof li {
    padding: 11px 0;
  }

  .content-proof li + li {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .content-hero__portrait {
    width: 88%;
    justify-self: center;
  }

  .content-hero__portrait figcaption {
    right: -18px;
    left: -18px;
  }

  .content-intro__grid,
  .section-heading--split,
  .possibilities__grid,
  .evaluation-band__grid,
  .doctor-strip__grid,
  .faq-content__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .content-card-grid,
  .evaluation-list,
  .care-steps,
  .related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .content-card {
    min-height: 0;
  }

  .possibilities__heading {
    position: static;
  }

  .care-steps li {
    min-height: 0;
  }

  .care-steps li > span {
    margin-bottom: 28px;
  }

  .doctor-strip img {
    max-height: 460px;
  }
}

.source-section {
  background: var(--soft);
}

.source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.source-list a {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(18, 33, 54, .06);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.source-list a:hover {
  border-color: rgba(112, 96, 185, .48);
  box-shadow: 0 18px 42px rgba(18, 33, 54, .1);
  transform: translateY(-3px);
}

.source-list strong {
  color: var(--purple-dark);
  font-size: .77rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.source-list span {
  margin: 14px 0 22px;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 760;
  line-height: 1.45;
}

.source-list small {
  margin-top: auto;
  color: var(--muted);
}

.source-list small span {
  margin: 0 0 0 5px;
  color: var(--warm-dark);
  font-size: inherit;
}

.content-hero--compact .content-hero__grid {
  min-height: 430px;
  grid-template-columns: minmax(0, 870px);
}

.policy-updated {
  margin: 22px 0 0;
  color: var(--purple-dark);
  font-size: .88rem;
  font-weight: 760;
}

.policy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 850px);
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.policy-index {
  position: sticky;
  top: 130px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.policy-index strong {
  padding: 20px 22px;
  color: var(--white);
  background: var(--navy-deep);
}

.policy-index a {
  padding: 11px 22px;
  color: var(--navy-deep);
  font-size: .92rem;
  font-weight: 700;
}

.policy-index a + a {
  border-top: 1px solid var(--line);
}

.policy-index a:hover {
  color: var(--warm-dark);
  background: var(--white);
}

.policy-copy {
  min-width: 0;
}

.policy-copy section {
  scroll-margin-top: 145px;
}

.policy-copy section + section {
  margin-top: 54px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.policy-copy h2 {
  margin-bottom: 18px;
  color: var(--navy-deep);
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.policy-copy p,
.policy-copy li {
  color: var(--muted);
}

.policy-copy ul {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding-left: 24px;
}

.policy-copy a {
  color: var(--purple-dark);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(112, 96, 185, .35);
  text-underline-offset: 3px;
}

.policy-copy code {
  padding: 2px 7px;
  border-radius: 6px;
  color: var(--navy-deep);
  background: var(--soft);
  font-size: .9em;
}

@media (max-width: 1050px) {
  .policy-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
  }
}

@media (max-width: 760px) {
  .source-list,
  .policy-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .source-list a {
    min-height: 0;
  }

  .content-hero--compact .content-hero__grid {
    min-height: auto;
  }

  .policy-index {
    position: static;
  }

  .policy-copy section {
    scroll-margin-top: 92px;
  }
}

main > section:not(:first-of-type),
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.clinical-context {
  background:
    radial-gradient(circle at 10% 10%, rgba(169, 155, 221, .16), transparent 28%),
    var(--white);
}

.context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.context-grid article {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(18, 33, 54, .07);
}

.context-grid article > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--warm);
  font-size: .74rem;
  font-weight: 800;
}

.context-grid h3 {
  margin-bottom: 14px;
  color: var(--navy-deep);
  font-size: 1.22rem;
  line-height: 1.25;
}

.context-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.faq__list details,
.faq-list details {
  content-visibility: auto;
  contain-intrinsic-size: auto 78px;
}

.faq__list details[open],
.faq-list details[open] {
  contain-intrinsic-size: auto 260px;
}

.faq__list p,
.faq-list p {
  text-wrap: pretty;
}

@media (max-width: 1050px) {
  .context-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
