@font-face {
  font-family: "Onest";
  src: url("https://espace-landing-pages.github.io/bormental-lifting/assets/fonts/onest-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.bormental-landing {
  --surface: #F8F7F4;
  --soft: #EEF0F1;
  --milk: #F1E9E1;
  --accent: #C9937C;
  --ink: #272625;
  --muted: #746F6B;
  --line: #DAD6D1;
  --container: 1280px;
  --radius-large: 28px;
  --radius-card: 14px;
  --space-section: clamp(5rem, 8vw, 8.5rem);
  --shadow-soft: 0 24px 70px rgba(39, 38, 37, 0.09);
  --transition: 220ms ease;
}

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

.bormental-landing {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

.bormental-landing {
  margin: 0;
  min-width: 320px;
  background: var(--surface);
  color: var(--ink);
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.bormental-landing.is-modal-open {
  overflow: hidden;
}

.bormental-landing main {
  overflow: clip;
}

.bormental-landing img,
.bormental-landing svg {
  display: block;
  max-width: 100%;
}

.bormental-landing img {
  height: auto;
}

.bormental-landing button,
.bormental-landing input,
.bormental-landing textarea {
  color: inherit;
  font: inherit;
}

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

.bormental-landing a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.bormental-landing p,
.bormental-landing h1,
.bormental-landing h2,
.bormental-landing h3,
.bormental-landing h4,
.bormental-landing figure,
.bormental-landing dl,
.bormental-landing dd {
  margin: 0;
}

.bormental-landing h1,
.bormental-landing h2,
.bormental-landing h3,
.bormental-landing h4 {
  font-weight: 480;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.bormental-landing h1 {
  max-width: 13ch;
  font-size: clamp(3.15rem, 5.15vw, 4.75rem);
}

.bormental-landing h2 {
  max-width: 15ch;
  font-size: clamp(2.45rem, 4.2vw, 3.5rem);
}

.bormental-landing h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -0.025em;
}

.bormental-landing p {
  text-wrap: pretty;
}

.bormental-landing ::selection {
  background: var(--accent);
  color: var(--ink);
}

.bormental-landing :focus-visible {
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 0 0 2px var(--surface), 0 0 0 5px var(--ink);
}

.bormental-landing .skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-140%);
  transition: transform var(--transition);
}

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

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

.bormental-landing .section {
  position: relative;
  padding-block: var(--space-section);
}

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

.bormental-landing .section--milk {
  background: var(--milk);
}

.bormental-landing .section--soft > .container > .section-head > p,
.bormental-landing .section--soft > .container > .section-head .eyebrow,
.bormental-landing .section--soft > .container > .medical-note,
.bormental-landing .section--soft .specialist-card p,
.bormental-landing .section--milk .eyebrow,
.bormental-landing .selection-copy p:not(.eyebrow),
.bormental-landing .selection-step p,
.bormental-landing .selection-step > span,
.bormental-landing .consultation-grid .eyebrow,
.bormental-landing .consultation-copy p:not(.eyebrow),
.bormental-landing .promo-slot .eyebrow {
  color: var(--ink);
}

.bormental-landing .method-card:nth-child(even) .eyebrow,
.bormental-landing .method-card:nth-child(even) .method-card__index,
.bormental-landing .method-card:nth-child(even) .method-card__copy p,
.bormental-landing .method-card:nth-child(even) .method-card__meta span,
.bormental-landing .method-card:nth-child(even) .source-link {
  color: var(--ink);
}

.bormental-landing .section-head,
.bormental-landing .section-heading,
.bormental-landing .section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 4fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.75rem, 5vw, 5rem);
}

.bormental-landing .section-head > p,
.bormental-landing .section-heading > p,
.bormental-landing .section-heading--split > p,
.bormental-landing .section-lead {
  max-width: 36rem;
  color: var(--muted);
}

.bormental-landing .eyebrow,
.bormental-landing .kicker,
.bormental-landing .section-kicker {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.3;
}

.bormental-landing .eyebrow::before,
.bormental-landing .kicker::before,
.bormental-landing .section-kicker::before {
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-right: 10px;
  background: var(--accent);
  vertical-align: 0.28em;
  content: "";
}

.bormental-landing .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.bormental-landing .button::after {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.bormental-landing .button:hover {
  background: var(--milk);
  box-shadow: 0 14px 30px rgba(39, 38, 37, 0.1);
  transform: translateY(-2px);
}

.bormental-landing .button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}

.bormental-landing .button--outline,
.bormental-landing .button--secondary,
.bormental-landing .button--ghost {
  border-color: var(--line);
  background: transparent;
}

.bormental-landing .button--compact {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 14px;
}

.bormental-landing .button--compact::after {
  display: none;
}

.bormental-landing .text-link,
.bormental-landing .source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 520;
}

.bormental-landing .text-link:hover,
.bormental-landing .source-link:hover {
  color: var(--ink);
}

.bormental-landing .site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(218, 214, 209, 0.72);
  background: rgba(248, 247, 244, 0.94);
  backdrop-filter: blur(18px);
}

.bormental-landing .header-inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.bormental-landing .brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.bormental-landing .brand-mark {
  width: 42px;
  height: 42px;
}

.bormental-landing .brand-name {
  width: auto;
  height: 38px;
}

.bormental-landing .site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.bormental-landing .site-nav a {
  position: relative;
  color: var(--muted);
  font-size: 14px;
  font-weight: 480;
  text-decoration: none;
  transition: color var(--transition);
}

.bormental-landing .site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.bormental-landing .site-nav a:hover {
  color: var(--ink);
}

.bormental-landing .site-nav a:hover::after {
  transform: scaleX(1);
}

.bormental-landing .header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bormental-landing .header-phone {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 540;
  text-decoration: none;
}

.bormental-landing .hero {
  padding: 24px 0 clamp(5rem, 8vw, 8rem);
}

.bormental-landing .hero-grid,
.bormental-landing .hero-shell {
  position: relative;
  width: min(calc(100% - 36px), 1480px);
  min-height: min(760px, calc(100svh - 118px));
  margin-inline: auto;
}

.bormental-landing .hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--radius-large);
  background: var(--milk);
}

.bormental-landing .hero-media::after {
  position: absolute;
  inset: 0;
  background: rgba(39, 38, 37, 0.05);
  content: "";
  pointer-events: none;
}

.bormental-landing .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.bormental-landing .hero-panel,
.bormental-landing .hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(46%, 640px);
  min-height: 600px;
  margin-left: auto;
  padding: clamp(34px, 4.5vw, 68px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid rgba(218, 214, 209, 0.82);
  border-radius: var(--radius-large);
  background: rgba(248, 247, 244, 0.96);
  box-shadow: var(--shadow-soft);
  transform: translate(-28px, 28px);
}

.bormental-landing .hero-panel h1,
.bormental-landing .hero-copy h1 {
  margin-bottom: 24px;
}

.bormental-landing .hero-lead {
  max-width: 34rem;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.55;
}

.bormental-landing .hero-note,
.bormental-landing .hero-caption {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.bormental-landing .hero-note::before,
.bormental-landing .hero-caption::before {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  flex: 0 0 auto;
  border: 1px solid var(--accent);
  border-radius: 50%;
  content: "";
}

.bormental-landing .changes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.bormental-landing .change-item {
  min-height: 270px;
  padding: 28px 24px 32px 0;
  border-top: 1px solid var(--line);
}

.bormental-landing .change-item + .change-item {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.bormental-landing .change-index,
.bormental-landing .change-item > span:first-child {
  display: block;
  margin-bottom: 54px;
  color: var(--accent);
  font-size: 14px;
}

.bormental-landing .change-item h3 {
  max-width: 13ch;
  margin-bottom: 16px;
}

.bormental-landing .change-item p {
  color: var(--muted);
  font-size: 15px;
}

.bormental-landing .methods-grid,
.bormental-landing .method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.bormental-landing .method-card {
  position: relative;
  display: grid;
  min-height: 590px;
  padding: clamp(26px, 3.2vw, 42px);
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--surface);
}

.bormental-landing .method-card:nth-child(2n) {
  background: var(--milk);
}

.bormental-landing .method-card__head,
.bormental-landing .method-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.bormental-landing .method-card__index,
.bormental-landing .method-number {
  color: var(--muted);
  font-size: 14px;
}

.bormental-landing .method-card h3 {
  max-width: 13ch;
}

.bormental-landing .method-card__visual,
.bormental-landing .method-visual {
  display: grid;
  min-height: 270px;
  margin-block: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.74fr);
  align-items: center;
  gap: 24px;
}

.bormental-landing .method-card__media,
.bormental-landing .method-media {
  display: flex;
  height: 290px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--soft);
}

.bormental-landing .method-card__media img,
.bormental-landing .method-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.bormental-landing .method-diagram {
  width: 100%;
  min-height: 190px;
  color: var(--accent);
}

.bormental-landing .method-diagram svg {
  width: 100%;
  height: auto;
}

.bormental-landing .method-card__copy,
.bormental-landing .method-card-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(140px, 0.75fr);
  gap: 24px;
  align-items: end;
}

.bormental-landing .method-card__copy p,
.bormental-landing .method-card-copy p {
  color: var(--muted);
  font-size: 16px;
}

.bormental-landing .method-card__meta,
.bormental-landing .method-meta {
  display: grid;
  gap: 10px;
  font-size: 14px;
}

.bormental-landing .method-card__meta span,
.bormental-landing .method-meta span {
  color: var(--muted);
}

.bormental-landing .method-card__meta strong,
.bormental-landing .method-meta strong {
  display: block;
  font-weight: 520;
}

.bormental-landing .medical-note,
.bormental-landing .editorial-note {
  max-width: 760px;
  margin-top: 28px;
  padding-left: 18px;
  border-left: 1px solid var(--accent);
  color: var(--muted);
  font-size: 14px;
}

.bormental-landing .comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.bormental-landing .comparison-table table,
.bormental-landing .comparison table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.bormental-landing .comparison-table caption,
.bormental-landing .comparison caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.bormental-landing .comparison-table th,
.bormental-landing .comparison-table td,
.bormental-landing .comparison th,
.bormental-landing .comparison td {
  min-width: 142px;
  padding: 22px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.bormental-landing .comparison-table th,
.bormental-landing .comparison th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 520;
  line-height: 1.35;
}

.bormental-landing .comparison-table tbody tr:last-child th,
.bormental-landing .comparison-table tbody tr:last-child td,
.bormental-landing .comparison tbody tr:last-child th,
.bormental-landing .comparison tbody tr:last-child td {
  border-bottom: 0;
}

.bormental-landing .comparison-table td:first-child,
.bormental-landing .comparison-table th:first-child,
.bormental-landing .comparison td:first-child,
.bormental-landing .comparison th:first-child {
  min-width: 210px;
  padding-left: 28px;
}

.bormental-landing .comparison-table td:first-child,
.bormental-landing .comparison td:first-child {
  font-weight: 560;
}

.bormental-landing .comparison-table tbody th[scope="row"],
.bormental-landing .comparison tbody th[scope="row"] {
  color: var(--ink);
  font-size: 14px;
  font-weight: 560;
}

.bormental-landing .comparison-table tbody th[scope="row"] .comparison-source,
.bormental-landing .comparison tbody th[scope="row"] .comparison-source {
  margin-top: 12px;
  color: var(--ink);
  font-size: 11px;
}

.bormental-landing .comparison-table tbody tr:hover,
.bormental-landing .comparison tbody tr:hover {
  background: var(--milk);
}

.bormental-landing .comparison-mobile {
  display: none;
}

.bormental-landing .comparison-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.bormental-landing .comparison-card h3 {
  padding: 22px;
  border-bottom: 1px solid var(--line);
  background: var(--milk);
  font-size: 1.45rem;
}

.bormental-landing .comparison-card > .comparison-source {
  margin: 12px 22px;
  color: var(--ink);
  font-size: 12px;
}

.bormental-landing .comparison-card > .comparison-source + .comparison-source {
  margin-top: -4px;
}

.bormental-landing .comparison-card dl {
  margin: 0;
}

.bormental-landing .comparison-card dl > div {
  display: grid;
  padding: 14px 20px;
  grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1.28fr);
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.bormental-landing .comparison-card dl > div:last-child {
  border-bottom: 0;
}

.bormental-landing .comparison-card dt {
  color: var(--ink);
  font-size: 12px;
}

.bormental-landing .comparison-card dd {
  font-size: 14px;
}

.bormental-landing .selection-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}

.bormental-landing .selection-copy {
  position: sticky;
  top: 132px;
}

.bormental-landing .selection-copy p:not(.eyebrow) {
  max-width: 36rem;
  margin-top: 28px;
  color: var(--muted);
}

.bormental-landing .selection-steps {
  border-top: 1px solid var(--line);
}

.bormental-landing .selection-step {
  display: grid;
  padding: 30px 0;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.bormental-landing .selection-step > span {
  color: var(--accent);
  font-size: 14px;
}

.bormental-landing .selection-step h3 {
  margin-bottom: 12px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.bormental-landing .selection-step p {
  color: var(--muted);
}

.bormental-landing .results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.bormental-landing .result-slot {
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--surface);
}

.bormental-landing .result-slot__media,
.bormental-landing .result-placeholder {
  position: relative;
  display: grid;
  min-height: 310px;
  margin-bottom: 28px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--soft);
}

.bormental-landing .result-slot__media::before,
.bormental-landing .result-placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
  content: "";
}

.bormental-landing .result-slot__media span,
.bormental-landing .result-placeholder span {
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 12px;
}

.bormental-landing .result-slot h3 {
  margin-bottom: 12px;
}

.bormental-landing .result-slot p {
  color: var(--muted);
}

.bormental-landing .specialists-grid,
.bormental-landing .doctor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.bormental-landing .specialist-card,
.bormental-landing .doctor-card {
  min-width: 0;
}

.bormental-landing .specialist-card:nth-child(3n + 2),
.bormental-landing .doctor-card:nth-child(3n + 2) {
  margin-top: 64px;
}

.bormental-landing .specialist-card img,
.bormental-landing .doctor-card img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-large);
  background: var(--soft);
  filter: saturate(0.82);
  transition: filter var(--transition), transform var(--transition);
}

.bormental-landing .specialist-card:hover img,
.bormental-landing .doctor-card:hover img {
  filter: saturate(1);
  transform: translateY(-4px);
}

.bormental-landing .specialist-card__body,
.bormental-landing .specialist-card > div,
.bormental-landing .doctor-card > div {
  padding: 20px 2px 0;
}

.bormental-landing .specialist-card h3,
.bormental-landing .doctor-card h3 {
  max-width: 18ch;
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.bormental-landing .specialist-card p,
.bormental-landing .doctor-card p {
  color: var(--muted);
  font-size: 14px;
}

.bormental-landing .license-band {
  display: grid;
  margin-top: clamp(72px, 9vw, 120px);
  padding: clamp(24px, 4vw, 44px);
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--surface);
}

.bormental-landing .license-band__preview {
  height: 230px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--milk);
}

.bormental-landing .license-band__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bormental-landing .license-band h3 {
  max-width: 24ch;
}

.bormental-landing .license-band p:not(.eyebrow) {
  max-width: 40rem;
  margin-top: 16px;
  color: var(--muted);
}

.bormental-landing .license-band .button {
  margin-top: 26px;
}

.bormental-landing .journey-list,
.bormental-landing .timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.bormental-landing .journey-step,
.bormental-landing .timeline-step {
  min-height: 290px;
  padding: 26px 22px 30px 0;
  border-bottom: 1px solid var(--line);
}

.bormental-landing .journey-step + .journey-step,
.bormental-landing .timeline-step + .timeline-step {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.bormental-landing .journey-step > span,
.bormental-landing .timeline-step > span {
  display: block;
  margin-bottom: 68px;
  color: var(--accent);
  font-size: 14px;
}

.bormental-landing .journey-step h3,
.bormental-landing .timeline-step h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
}

.bormental-landing .journey-step p,
.bormental-landing .timeline-step p {
  color: var(--muted);
  font-size: 15px;
}

.bormental-landing .price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bormental-landing .price-card {
  display: flex;
  min-height: 300px;
  padding: 28px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.bormental-landing .price-card h3 {
  min-height: 3.3em;
  margin-bottom: 22px;
  font-size: 1.55rem;
}

.bormental-landing .price-card__value,
.bormental-landing .price-value {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
  font-weight: 480;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.bormental-landing .price-card p {
  margin-top: auto;
  color: var(--muted);
  font-size: 14px;
}

.bormental-landing .price-card .source-link {
  margin-top: 18px;
}

.bormental-landing .promo-slot {
  display: grid;
  margin-top: 22px;
  padding: clamp(30px, 4vw, 54px);
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: end;
  gap: 32px;
  border-radius: var(--radius-large);
  background: var(--accent);
}

.bormental-landing .promo-slot h3 {
  max-width: 18ch;
}

.bormental-landing .promo-slot p {
  max-width: 34rem;
}

.bormental-landing .faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: clamp(3rem, 8vw, 8rem);
}

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

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

.bormental-landing .faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

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

.bormental-landing .faq-list summary::before,
.bormental-landing .faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 1px;
  background: var(--ink);
  content: "";
  transition: transform var(--transition);
}

.bormental-landing .faq-list summary::after {
  transform: rotate(90deg);
}

.bormental-landing .faq-list details[open] summary::after {
  transform: rotate(0deg);
}

.bormental-landing .faq-list details p {
  max-width: 760px;
  padding: 0 48px 24px 0;
  color: var(--muted);
}

.bormental-landing .consultation-grid {
  display: grid;
  padding: clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--milk);
}

.bormental-landing .consultation-copy p:not(.eyebrow) {
  max-width: 36rem;
  margin-top: 26px;
  color: var(--muted);
}

.bormental-landing .lead-form {
  display: grid;
  gap: 10px;
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.bormental-landing .lead-form > fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.bormental-landing .lead-form label {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 520;
}

.bormental-landing .lead-form input,
.bormental-landing .lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: transparent;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.bormental-landing .lead-form input {
  height: 56px;
  padding: 0 16px;
}

.bormental-landing .lead-form textarea {
  min-height: 108px;
  padding: 15px 16px;
  resize: vertical;
}

.bormental-landing .lead-form input:hover,
.bormental-landing .lead-form textarea:hover {
  border-color: var(--muted);
}

.bormental-landing .lead-form input[aria-invalid="true"],
.bormental-landing .lead-form textarea[aria-invalid="true"] {
  border-color: var(--ink);
  box-shadow: inset 3px 0 0 var(--accent);
}

.bormental-landing .consent-field,
.bormental-landing .lead-form .consent-field {
  display: grid;
  margin: 10px 0 6px;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.bormental-landing .consent-field input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.bormental-landing .lead-form .button {
  width: 100%;
  margin-top: 6px;
}

.bormental-landing .field-error,
.bormental-landing [data-field-error] {
  min-height: 1.3em;
  color: var(--ink);
  font-size: 12px;
  font-weight: 560;
}

.bormental-landing .field-error:not(:empty)::before,
.bormental-landing [data-field-error]:not(:empty)::before {
  margin-right: 6px;
  color: var(--accent);
  content: "—";
}

.bormental-landing .form-legal {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.bormental-landing .form-success {
  margin-top: 8px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: var(--soft);
  font-size: 13px;
}

.bormental-landing .site-footer {
  padding: 72px 0 28px;
  border-top: 1px solid var(--line);
}

.bormental-landing .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(210px, 0.65fr));
  gap: 48px;
}

.bormental-landing .footer-grid h2,
.bormental-landing .footer-grid h3 {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 560;
  letter-spacing: 0;
}

.bormental-landing .footer-grid p,
.bormental-landing .footer-grid a:not(.button):not(.brand) {
  color: var(--muted);
  font-size: 14px;
}

.bormental-landing .footer-brand p {
  margin-top: 22px;
}

.bormental-landing .footer-phone {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--ink) !important;
  font-size: 20px !important;
  font-weight: 520;
  text-decoration: none;
}

.bormental-landing .footer-phone + .source-link {
  width: max-content;
  margin: -12px 0 24px;
}

.bormental-landing .footer-bottom {
  display: flex;
  margin-top: 56px;
  padding-top: 24px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.bormental-landing .footer-bottom p {
  max-width: 680px;
}

.bormental-landing .footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}

.bormental-landing .mobile-cta {
  position: fixed;
  z-index: 60;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: none;
  min-height: 54px;
  padding: 13px 18px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(39, 38, 37, 0.16);
  font-size: 14px;
  font-weight: 540;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity var(--transition), transform var(--transition);
}

.bormental-landing .mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bormental-landing .modal {
  width: min(920px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.bormental-landing .modal::backdrop {
  background: rgba(39, 38, 37, 0.52);
  backdrop-filter: blur(6px);
}

.bormental-landing .modal-shell {
  position: relative;
  display: grid;
  padding: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 58px);
}

.bormental-landing .modal-copy p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
}

.bormental-landing .modal-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.bormental-landing .license-dialog {
  width: min(1080px, calc(100% - 32px));
}

.bormental-landing .license-dialog__shell {
  position: relative;
  padding: clamp(28px, 5vw, 58px);
}

.bormental-landing .license-dialog__shell > div:first-of-type {
  padding-right: 56px;
}

.bormental-landing .license-meta {
  max-width: 52rem;
  margin-top: 18px;
  color: var(--muted);
}

.bormental-landing .license-scans {
  display: grid;
  margin-top: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.bormental-landing .license-scans img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.bormental-landing .license-scan-link {
  display: block;
}

.bormental-landing .selection-copy p:not(.eyebrow),
.bormental-landing .selection-step p,
.bormental-landing .selection-step > span,
.bormental-landing .consultation-copy p:not(.eyebrow) {
  color: var(--ink);
}

.bormental-landing .reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.bormental-landing .reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.bormental-landing .legal-page {
  min-height: 100dvh;
  padding: 48px 0 96px;
}

.bormental-landing .legal-page .brand {
  margin-bottom: 72px;
}

.bormental-landing .legal-content {
  max-width: 860px;
}

.bormental-landing .legal-content h1 {
  max-width: 16ch;
  margin-bottom: 36px;
}

.bormental-landing .legal-content h2 {
  margin: 44px 0 16px;
  font-size: 1.7rem;
}

.bormental-landing .legal-content p,
.bormental-landing .legal-content li {
  color: var(--muted);
}

.bormental-landing .legal-content p + p {
  margin-top: 16px;
}

@media (max-width: 1180px) {
  .bormental-landing .site-nav {
    display: none;
  }

  .bormental-landing .hero-grid,
.bormental-landing .hero-shell {
    min-height: 690px;
  }

  .bormental-landing .hero-panel,
.bormental-landing .hero-copy {
    width: min(52%, 620px);
    min-height: 560px;
  }

  .bormental-landing .methods-grid,
.bormental-landing .method-grid {
    gap: 16px;
  }

  .bormental-landing .method-card {
    min-height: 640px;
  }

  .bormental-landing .method-card__visual,
.bormental-landing .method-visual,
.bormental-landing .method-card__copy,
.bormental-landing .method-card-copy {
    grid-template-columns: 1fr;
  }

  .bormental-landing .method-card__media,
.bormental-landing .method-media {
    height: 250px;
  }

  .bormental-landing .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bormental-landing .comparison-table,
.bormental-landing .comparison {
    display: none;
  }

  .bormental-landing .comparison-mobile {
    display: grid;
    gap: 14px;
  }
}

@media (max-width: 900px) {
  .bormental-landing {
    font-size: 17px;
  }

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

  .bormental-landing .header-inner {
    min-height: 76px;
  }

  .bormental-landing .brand-name {
    height: 34px;
  }

  .bormental-landing .header-phone {
    display: none;
  }

  .bormental-landing .hero {
    padding-top: 16px;
  }

  .bormental-landing .hero-grid,
.bormental-landing .hero-shell {
    display: grid;
    width: calc(100% - 24px);
    min-height: auto;
    grid-template-rows: 520px auto;
  }

  .bormental-landing .hero-media {
    position: relative;
    grid-row: 1 / 2;
  }

  .bormental-landing .hero-media img {
    object-position: center 30%;
  }

  .bormental-landing .hero-panel,
.bormental-landing .hero-copy {
    width: calc(100% - 32px);
    min-height: 0;
    margin: -72px auto 0;
    padding: clamp(30px, 6vw, 52px);
    grid-row: 2 / 3;
    transform: none;
  }

  .bormental-landing .section-head,
.bormental-landing .section-heading,
.bormental-landing .section-heading--split,
.bormental-landing .selection-grid,
.bormental-landing .faq-grid,
.bormental-landing .consultation-grid {
    grid-template-columns: 1fr;
  }

  .bormental-landing .selection-copy {
    position: static;
  }

  .bormental-landing .changes-grid,
.bormental-landing .journey-list,
.bormental-landing .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bormental-landing .change-item:nth-child(3),
.bormental-landing .journey-step:nth-child(3),
.bormental-landing .timeline-step:nth-child(3) {
    border-left: 0;
  }

  .bormental-landing .specialists-grid,
.bormental-landing .doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bormental-landing .specialist-card:nth-child(3n + 2),
.bormental-landing .doctor-card:nth-child(3n + 2) {
    margin-top: 0;
  }

  .bormental-landing .specialist-card:nth-child(even),
.bormental-landing .doctor-card:nth-child(even) {
    margin-top: 44px;
  }

  .bormental-landing .promo-slot,
.bormental-landing .footer-grid,
.bormental-landing .modal-shell {
    grid-template-columns: 1fr;
  }

  .bormental-landing .footer-grid {
    gap: 38px;
  }

}

@media (max-width: 760px) {
  .bormental-landing {
    --space-section: 5.25rem;
  }

  .bormental-landing {
    scroll-padding-top: 84px;
  }

  .bormental-landing .header-actions .button {
    min-height: 42px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .bormental-landing .header-actions .button::after {
    display: none;
  }

  .bormental-landing .brand-mark {
    width: 38px;
    height: 38px;
  }

  .bormental-landing .brand-name {
    display: none;
  }

  .bormental-landing .hero-grid,
.bormental-landing .hero-shell {
    grid-template-rows: 430px auto;
  }

  .bormental-landing .hero-panel,
.bormental-landing .hero-copy {
    margin-top: -46px;
  }

  .bormental-landing .methods-grid,
.bormental-landing .method-grid,
.bormental-landing .results-grid {
    grid-template-columns: 1fr;
  }

  .bormental-landing .method-card {
    min-height: 0;
  }

  .bormental-landing .mobile-cta {
    display: block;
  }

  .bormental-landing .footer-bottom {
    flex-direction: column;
  }

  .bormental-landing .footer-bottom nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .bormental-landing {
    font-size: 16px;
  }

  .bormental-landing .container {
    width: calc(100% - 28px);
  }

  .bormental-landing .header-inner {
    gap: 12px;
  }

  .bormental-landing .header-actions .button {
    max-width: 210px;
  }

  .bormental-landing .hero-grid,
.bormental-landing .hero-shell {
    width: calc(100% - 16px);
    grid-template-rows: 390px auto;
  }

  .bormental-landing .hero-media img {
    object-position: 47% center;
  }

  .bormental-landing .hero-panel,
.bormental-landing .hero-copy {
    width: calc(100% - 16px);
    margin-top: -34px;
    padding: 28px 22px 30px;
  }

  .bormental-landing .hero-panel .button,
.bormental-landing .hero-copy .button {
    width: 100%;
  }

  .bormental-landing .section-head,
.bormental-landing .section-heading,
.bormental-landing .section-heading--split {
    gap: 24px;
  }

  .bormental-landing .changes-grid,
.bormental-landing .journey-list,
.bormental-landing .timeline,
.bormental-landing .price-grid,
.bormental-landing .specialists-grid,
.bormental-landing .doctor-grid {
    grid-template-columns: 1fr;
  }

  .bormental-landing .change-item,
.bormental-landing .change-item + .change-item,
.bormental-landing .journey-step,
.bormental-landing .journey-step + .journey-step,
.bormental-landing .timeline-step,
.bormental-landing .timeline-step + .timeline-step {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-left: 0;
  }

  .bormental-landing .change-index,
.bormental-landing .change-item > span:first-child,
.bormental-landing .journey-step > span,
.bormental-landing .timeline-step > span {
    margin-bottom: 28px;
  }

  .bormental-landing .method-card {
    padding: 24px 20px;
  }

  .bormental-landing .method-card__visual,
.bormental-landing .method-visual {
    gap: 12px;
  }

  .bormental-landing .method-card__copy,
.bormental-landing .method-card-copy {
    gap: 16px;
  }

  .bormental-landing .specialist-card:nth-child(even),
.bormental-landing .doctor-card:nth-child(even) {
    margin-top: 0;
  }

  .bormental-landing .specialist-card img,
.bormental-landing .doctor-card img {
    aspect-ratio: 0.88;
  }

  .bormental-landing .price-card {
    min-height: 0;
    padding: 24px;
  }

  .bormental-landing .price-card h3 {
    min-height: 0;
    margin-bottom: 30px;
  }

  .bormental-landing .price-card p {
    margin-top: 0;
  }

  .bormental-landing .license-band {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bormental-landing .license-band__preview {
    width: 100%;
    height: 190px;
  }

  .bormental-landing .license-scans {
    grid-template-columns: 1fr;
  }

  .bormental-landing .promo-slot,
.bormental-landing .consultation-grid {
    padding: 26px 20px;
  }

  .bormental-landing .lead-form {
    padding: 20px 16px;
  }

  .bormental-landing .modal {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
  }

  .bormental-landing .modal-shell {
    padding: 54px 18px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bormental-landing {
    scroll-behavior: auto;
  }

  .bormental-landing, .bormental-landing *,
.bormental-landing *::before,
.bormental-landing *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .bormental-landing .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.bormental-landing /* Approved responsive Clinical Editorial composition */

.header-inner {
  min-height: 79px;
}

.bormental-landing .mobile-nav {
  display: none;
}

.bormental-landing .hero {
  padding: 16px 0;
}

.bormental-landing .hero-grid {
  width: min(calc(100% - 32px), 1440px);
  height: clamp(620px, calc(100svh - 112px), 720px);
  min-height: 0;
}

.bormental-landing .hero-media img {
  position: absolute;
  inset: 0 -6% 0 auto;
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 38%;
}

.bormental-landing .hero-panel {
  position: absolute;
  z-index: 2;
  inset: 28px auto auto 28px;
  display: flex;
  width: min(55%, 700px);
  min-height: 0;
  margin: 0;
  padding: clamp(24px, 2.4vw, 34px);
  padding-bottom: 32px;
  justify-content: center;
  border-radius: var(--radius-large);
  background: rgba(248, 247, 244, 0.9);
  backdrop-filter: blur(8px);
  transform: none;
}

.bormental-landing .hero-panel h1 {
  max-width: 17ch;
  margin-bottom: 14px;
  font-size: clamp(2.65rem, 4vw, 3.45rem);
  line-height: 1.02;
}

.bormental-landing .hero-panel .eyebrow {
  margin-bottom: 10px;
}

.bormental-landing .hero-lead {
  max-width: 42rem;
  margin-bottom: 18px;
  font-size: clamp(0.94rem, 1.16vw, 1.05rem);
  line-height: 1.42;
}

.bormental-landing .hero-proof {
  display: flex;
  width: 100%;
  margin-top: 16px;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 13px;
  line-height: 1.35;
}

.bormental-landing .hero-proof a,
.bormental-landing .hero-proof span {
  color: var(--muted);
}

.bormental-landing .hero-proof strong {
  font-weight: 560;
}

.bormental-landing .hero-methods {
  display: grid;
  width: 100%;
  margin: 14px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  list-style: none;
}

.bormental-landing .hero-methods li {
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: rgba(248, 247, 244, 0.78);
  font-size: 12px;
  line-height: 1.25;
}

.bormental-landing .section {
  padding-block: clamp(4.5rem, 6.5vw, 6.5rem);
}

.bormental-landing .section-head,
.bormental-landing .section-heading,
.bormental-landing .section-heading--split {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.bormental-landing #changes .section-head {
  grid-template-columns: 1fr;
}

.bormental-landing #changes .section-head h2,
.bormental-landing #specialists .section-head h2,
.bormental-landing #results .section-heading h2 {
  max-width: 28ch;
}

.bormental-landing .methods-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.bormental-landing .method-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
}

.bormental-landing .method-card__visual {
  flex: 0 0 auto;
}

.bormental-landing .method-card__media {
  height: 280px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.bormental-landing .method-card__media img {
  width: auto;
  height: auto;
  max-width: min(100%, 240px);
  max-height: 270px;
  padding: 0;
}

.bormental-landing .method-card__copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.bormental-landing .method-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bormental-landing #methods .medical-note {
  width: 100%;
  max-width: none;
}

.bormental-landing #selection .section-heading,
.bormental-landing #results .section-heading,
.bormental-landing #reviews .section-heading {
  display: block;
}

.bormental-landing #selection .section-heading h2,
.bormental-landing #results .section-heading h2,
.bormental-landing #reviews .section-heading h2 {
  max-width: none;
}

.bormental-landing .footer-consultation {
  align-self: start;
}

.bormental-landing .price-note {
  margin-top: 8px;
  font-size: 12px !important;
  line-height: 1.4;
}

.bormental-landing .selection-timeline {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  list-style: none;
  counter-reset: selection-step;
}

.bormental-landing .selection-timeline .selection-step {
  display: block;
  min-height: 210px;
  padding: 70px 22px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  counter-increment: selection-step;
  font-size: 16px;
  line-height: 1.45;
}

.bormental-landing .selection-timeline .selection-step::before {
  display: block;
  margin-bottom: 28px;
  color: var(--accent);
  content: "0" counter(selection-step);
  font-size: 13px;
}

.bormental-landing .selection-timeline .selection-step:last-child {
  border-right: 0;
}

.bormental-landing .results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.bormental-landing .result-card {
  display: flex;
  min-width: 0;
  padding: 18px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--surface);
}

.bormental-landing .result-card__media {
  display: grid;
  width: 100%;
  min-height: 300px;
  aspect-ratio: 1.18;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--soft);
}

.bormental-landing .result-card__media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: contain;
  object-position: center;
}

.bormental-landing .result-card h3 {
  margin: 18px 4px 2px;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
}

.bormental-landing .specialists-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.bormental-landing .specialist-card,
.bormental-landing .specialist-card:nth-child(3n + 2) {
  display: flex;
  margin-top: 0;
  flex-direction: column;
}

.bormental-landing .specialist-card img {
  aspect-ratio: 4 / 5;
}

.bormental-landing .specialist-card > div {
  display: flex;
  min-height: 118px;
  padding-top: 18px;
  flex-direction: column;
}

.bormental-landing .specialist-card h3 {
  min-height: 2.2em;
}

.bormental-landing #clinic {
  padding-block: 48px;
}

.bormental-landing .clinic-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 56px);
}

.bormental-landing .clinic-copy {
  align-self: center;
}

.bormental-landing .clinic-copy h2 {
  margin-bottom: 22px;
}

.bormental-landing .clinic-copy > p:not(.eyebrow) {
  max-width: 42rem;
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.bormental-landing .rating-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bormental-landing .rating-card {
  display: flex;
  min-width: 0;
  min-height: 76px;
  padding: 12px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  text-decoration: none;
}

.bormental-landing .rating-card strong {
  font-size: 22px;
  font-weight: 520;
  line-height: 1;
}

.bormental-landing .rating-card span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

.bormental-landing .license-band {
  display: grid;
  margin: 0;
  padding: 22px;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 18px;
}

.bormental-landing .license-band__preview {
  display: grid;
  width: 100%;
  height: 230px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
}

.bormental-landing .license-band__preview img {
  min-width: 0;
  object-fit: contain;
  background: var(--surface);
}

.bormental-landing .license-band h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.bormental-landing .license-band p:not(.eyebrow) {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.42;
}

.bormental-landing .license-band .eyebrow {
  margin-bottom: 10px;
}

.bormental-landing .license-band .button {
  margin-top: 16px;
}

.bormental-landing .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bormental-landing .review-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  padding: clamp(24px, 2.6vw, 34px);
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface);
}

.bormental-landing .review-card__meta {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.bormental-landing .review-card > p:not(.review-card__meta) {
  font-size: 15px;
  line-height: 1.55;
}

.bormental-landing .review-card a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--muted);
  font-size: 13px;
}

@media (min-width: 1181px) and (max-height: 820px) {
  .bormental-landing #clinic {
    padding-block: 32px;
  }

  .bormental-landing .license-band__preview {
    height: 210px;
  }
}

@media (max-width: 1180px) {
  .bormental-landing .mobile-nav {
    position: absolute;
    z-index: 70;
    top: 88px;
    left: 16px;
    display: block;
    width: min(210px, calc(100% - 32px));
    font-size: 14px;
  }

  .bormental-landing .mobile-nav summary {
    display: flex;
    min-height: 44px;
    padding: 10px 14px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: rgba(248, 247, 244, 0.94);
    cursor: pointer;
    list-style: none;
  }

  .bormental-landing .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .bormental-landing .mobile-nav summary::after {
    content: "+";
    font-size: 20px;
    line-height: 1;
  }

  .bormental-landing .mobile-nav[open] summary::after {
    content: "−";
  }

  .bormental-landing .mobile-nav nav {
    display: grid;
    margin-top: 6px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
  }

  .bormental-landing .mobile-nav a {
    display: flex;
    min-height: 44px;
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
  }

  .bormental-landing .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .bormental-landing .specialists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bormental-landing #specialists .specialists-grid > .specialist-card:nth-child(n) {
    margin-top: 0;
  }

  .bormental-landing .hero-grid {
    min-height: 0;
  }

  .bormental-landing .hero-panel {
    width: min(58%, 650px);
    min-height: 0;
  }

  .bormental-landing .method-card__visual {
    grid-template-columns: 1fr;
  }

  .bormental-landing .method-card__media {
    height: 240px;
  }

  .bormental-landing .method-card__media img {
    max-height: 230px;
  }

  .bormental-landing .clinic-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
  }
}

@media (max-width: 900px) {
  .bormental-landing .header-inner {
    min-height: 67px;
  }

  .bormental-landing .hero-grid {
    display: block;
    width: calc(100% - 24px);
    height: clamp(620px, calc(100svh - 100px), 720px);
  }

  .bormental-landing .hero-media {
    position: absolute;
  }

  .bormental-landing .hero-panel {
    position: absolute;
    inset: 24px auto 24px 24px;
    width: min(64%, 610px);
    margin: 0;
    padding: 26px;
  }

  .bormental-landing .hero-panel h1 {
    font-size: clamp(2.3rem, 5.2vw, 3rem);
  }

  .bormental-landing .mobile-nav {
    top: 76px;
  }

  .bormental-landing .selection-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bormental-landing .selection-timeline .selection-step:nth-child(even) {
    border-right: 0;
  }

  .bormental-landing .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bormental-landing .result-card:first-child {
    grid-column: 1 / -1;
  }

  .bormental-landing .clinic-grid {
    grid-template-columns: 1fr;
  }

  .bormental-landing .license-band {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
    align-items: center;
  }
}

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

  .bormental-landing .container {
    width: calc(100% - 28px);
  }

  .bormental-landing .site-header {
    min-height: 68px;
  }

  .bormental-landing .header-inner {
    min-height: 67px;
  }

  .bormental-landing .header-actions .button {
    min-height: 44px;
  }

  .bormental-landing .hero {
    height: calc(100svh - 68px);
    min-height: 732px;
    padding: 8px;
  }

  .bormental-landing .hero-grid {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .bormental-landing .hero-media {
    position: absolute;
    inset: 0;
  }

  .bormental-landing .hero-media img {
    inset: 0;
    width: 100%;
    object-position: 68% center;
  }

  .bormental-landing .hero-panel {
    position: absolute;
    top: clamp(72px, 11vh, 96px);
    right: auto;
    bottom: 12px;
    left: 8px;
    width: min(330px, calc(100% - 24px));
    min-height: 0;
    margin: 0;
    padding: 20px;
    justify-content: center;
    background: rgba(248, 247, 244, 0.88);
  }

  .bormental-landing .hero-panel h1 {
    max-width: 15ch;
    margin-bottom: 10px;
    font-size: clamp(1.95rem, 8.3vw, 2.2rem);
    line-height: 1.02;
  }

  .bormental-landing .hero-panel .eyebrow {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .bormental-landing .hero-lead {
    margin-bottom: 12px;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.34;
  }

  .bormental-landing .hero-panel .button {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .bormental-landing .hero-proof {
    margin-top: 8px;
    gap: 2px 8px;
    font-size: 14px;
    line-height: 1.25;
  }

  .bormental-landing .hero-proof a,
.bormental-landing .hero-proof span {
    color: var(--ink);
  }

  .bormental-landing .hero-methods {
    margin-top: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .bormental-landing .hero-methods li {
    display: flex;
    min-height: 40px;
    padding: 4px 6px;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
  }

  .bormental-landing .section {
    padding-block: 72px;
  }

  .bormental-landing .section-head,
.bormental-landing .section-heading,
.bormental-landing .section-heading--split {
    margin-bottom: 36px;
  }

  .bormental-landing .section-head h2,
.bormental-landing .section-heading h2,
.bormental-landing .faq-grid h2,
.bormental-landing .consultation-grid h2 {
    max-width: 18ch;
    font-size: clamp(2.1rem, 10vw, 2.65rem);
  }

  .bormental-landing .methods-grid,
.bormental-landing .results-grid,
.bormental-landing .specialists-grid,
.bormental-landing .reviews-grid {
    grid-template-columns: 1fr;
  }

  .bormental-landing .method-card__meta {
    grid-template-columns: 1fr;
  }

  .bormental-landing .result-card:first-child {
    grid-column: auto;
  }

  .bormental-landing .result-card__media {
    min-height: 0;
    aspect-ratio: 1.12;
  }

  .bormental-landing .selection-timeline {
    grid-template-columns: 1fr;
  }

  .bormental-landing .selection-timeline .selection-step,
.bormental-landing .selection-timeline .selection-step:nth-child(even) {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
  }

  .bormental-landing .selection-timeline .selection-step::before {
    margin-bottom: 14px;
  }

  .bormental-landing .specialist-card > div {
    min-height: 0;
  }

  .bormental-landing .specialist-card h3 {
    min-height: 0;
  }

  .bormental-landing #specialists .specialists-grid > .specialist-card:nth-child(n) {
    margin-top: 0;
  }

  .bormental-landing #clinic {
    padding-block: 72px;
  }

  .bormental-landing .clinic-grid,
.bormental-landing .license-band {
    grid-template-columns: 1fr;
  }

  .bormental-landing .rating-grid {
    grid-template-columns: 1fr;
  }

  .bormental-landing .rating-card {
    min-height: 68px;
  }

  .bormental-landing .license-band {
    padding: 18px;
  }

  .bormental-landing .license-band__preview {
    height: 220px;
  }

  .bormental-landing .review-card {
    min-height: 0;
  }

  .bormental-landing .faq-list summary {
    min-height: 52px;
    padding-block: 16px;
    font-size: 17px;
  }

  .bormental-landing .consultation-grid {
    padding: 24px 18px;
  }
}

@media (max-width: 380px) {
  .bormental-landing .header-actions .button {
    max-width: 230px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .bormental-landing .hero-panel {
    padding: 17px;
  }

  .bormental-landing .hero-panel h1 {
    font-size: 1.95rem;
  }

  .bormental-landing .hero-lead {
    font-size: 14px;
    line-height: 1.28;
  }

  .bormental-landing .hero-methods li {
    min-height: 36px;
  }
}

.bormental-landing /* Desktop proof hierarchy follows the approved earlier composition. */

.hero-rating,
.bormental-landing .hero-patients {
  display: inline-flex;
  align-items: center;
}

.bormental-landing .hero-rating {
  gap: 8px;
  text-decoration: none;
}

.bormental-landing .hero-rating__dot {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--milk);
}

.bormental-landing .hero-rating__dot::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.bormental-landing .hero-patients {
  gap: 10px;
}

.bormental-landing .hero-patients__avatars {
  display: inline-flex;
  align-items: center;
}

.bormental-landing .hero-patients__avatars img {
  width: 34px;
  height: 34px;
  margin-left: -7px;
  border: 2px solid var(--surface);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
}

.bormental-landing .hero-patients__avatars img:first-child {
  margin-left: 0;
}

@media (min-width: 1181px) {
  .bormental-landing .hero-panel {
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .bormental-landing .hero-proof {
    display: grid;
    order: -1;
    margin: 0 0 18px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    text-align: left;
  }

  .bormental-landing .hero-rating {
    justify-self: start;
    color: var(--ink);
    font-weight: 540;
  }

  .bormental-landing .hero-address {
    justify-self: end;
    text-align: right;
  }

  .bormental-landing .hero-patients {
    grid-column: 1 / -1;
    justify-self: center;
    text-align: left;
  }

  .bormental-landing .hero-patients strong {
    max-width: 13ch;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.05;
  }

  .bormental-landing .hero-panel h1 {
    max-width: 15ch;
    text-align: center;
    font-size: clamp(2.55rem, 3.3vw, 2.95rem);
  }

  .bormental-landing .hero-lead {
    max-width: 38rem;
    text-align: center;
  }

  .bormental-landing .hero-panel > .button {
    width: min(100%, 480px);
    align-self: center;
  }

  .bormental-landing .hero-methods {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bormental-landing .hero-methods li {
    display: flex;
    min-height: 42px;
    padding-inline: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .bormental-landing #selection .section-heading h2,
.bormental-landing #results .section-heading h2,
.bormental-landing #reviews .section-heading h2 {
    white-space: nowrap;
  }
}

@media (min-width: 761px) and (max-width: 1279px) {
  .bormental-landing .method-card__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .bormental-landing .hero-patients__avatars,
.bormental-landing .hero-rating__dot {
    display: none;
  }
}

/* BF502N adds a demo caption below the native popup form. */
.t702__form-bottom-text {
  display: none !important;
}

/* Native Tilda inline form, styled to match the landing design system. */
#rec2944250503 {
  padding: 80px 20px !important;
  background: #f1e9e1;
}

#rec2944250503 .t678 {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 20px;
  border: 1px solid #dad6d1;
  border-radius: 28px;
  background: #f8f7f4;
}

#rec2944250503 .t678::before {
  content: "Подобрать процедуру на консультации";
  display: block;
  max-width: 840px;
  margin: 0 auto 34px;
  color: #272625;
  font: 500 clamp(32px, 4vw, 52px) / 1.05 Onest, Arial, sans-serif;
  letter-spacing: -0.04em;
  text-align: center;
}

#rec2944250503 .t-container {
  width: min(100%, 840px);
}

#rec2944250503 .t-input,
#rec2944250503 .t-input-block textarea {
  border: 1px solid #dad6d1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #272625 !important;
}

#rec2944250503 .t-submit {
  border-radius: 14px !important;
  background: #c9937c !important;
  color: #272625 !important;
  font-weight: 600 !important;
}

@media (max-width: 640px) {
  #rec2944250503 {
    padding: 48px 14px !important;
  }

  #rec2944250503 .t678 {
    padding: 40px 14px;
    border-radius: 20px;
  }
}
