/**
 * Bimedi landing page for Divi 5
 * Scope: body.bimedi-landing
 * Version: 1.0.0
 *
 * This file intentionally contains no @import. Manrope and Lora must be
 * loaded once by the child theme or Divi to avoid duplicate font requests.
 */

/* ==========================================================
   1. Design tokens and scoped foundation
   ========================================================== */
body.bimedi-landing {
  --bimedi-bone: #fbf7f1;
  --bimedi-sand: #e8d7c3;
  --bimedi-peach: #db7f67;
  --bimedi-peach-hover: #cd6f58;
  --bimedi-gold: #d9aa5f;
  --bimedi-violet: #210124;
  --bimedi-violet-deep: #170119;
  --bimedi-charcoal: #2b2528;
  --bimedi-mint: #dff3e6;
  --bimedi-aqua: #7bcfe0;
  --bimedi-white: #ffffff;
  --bimedi-line: rgba(33, 1, 36, 0.14);
  --bimedi-soft-line: rgba(43, 37, 40, 0.1);
  --bimedi-muted: rgba(43, 37, 40, 0.72);
  --bimedi-container: 1180px;
  --bimedi-radius: 10px;
  --bimedi-radius-small: 4px;
  --bimedi-header-height: 76px;
  --bimedi-shadow: 0 26px 70px rgba(33, 1, 36, 0.08);
  --bimedi-shadow-button: 0 18px 38px rgba(219, 127, 103, 0.24);

  margin: 0;
  background: var(--bimedi-bone);
  color: var(--bimedi-charcoal);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

body.bimedi-landing ::selection {
  background: var(--bimedi-peach);
  color: var(--bimedi-white);
}

body.bimedi-landing #page-container,
body.bimedi-landing .et-l--body {
  background: var(--bimedi-bone);
  overflow-x: hidden;
  overflow-x: clip;
}

body.bimedi-landing .et-l--body img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.bimedi-landing .et-l--body a {
  color: inherit;
  text-decoration: none;
}

body.bimedi-landing .et-l--body p,
body.bimedi-landing .et-l--body h1,
body.bimedi-landing .et-l--body h2,
body.bimedi-landing .et-l--body h3,
body.bimedi-landing .et-l--body h4,
body.bimedi-landing .et-l--body ul,
body.bimedi-landing .et-l--body ol {
  padding-bottom: 0;
}

body.bimedi-landing .et-l--body .et_pb_module,
body.bimedi-landing .et-l--body .et_pb_text_inner > :last-child {
  margin-bottom: 0;
}

/* ==========================================================
   2. Divi layout primitives
   ========================================================== */
body.bimedi-landing .bimedi-section.et_pb_section {
  position: relative;
  padding: 124px 0 !important;
  background-color: transparent;
}

body.bimedi-landing .bimedi-section--tight.et_pb_section {
  padding: 88px 0 !important;
}

body.bimedi-landing .bimedi-section--deep.et_pb_section {
  padding: 152px 0 !important;
}

body.bimedi-landing .bimedi-row.et_pb_row {
  width: min(var(--bimedi-container), calc(100% - 44px)) !important;
  max-width: var(--bimedi-container) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.bimedi-landing .bimedi-row > .et_pb_column,
body.bimedi-landing .bimedi-row > * {
  min-width: 0;
}

body.bimedi-landing
  :is(
    .bimedi-header-row,
    .bimedi-hero-row,
    .bimedi-trust-row,
    .bimedi-clarity-row,
    .bimedi-treatments-head,
    .bimedi-treatment-grid,
    .bimedi-process-row,
    .bimedi-authority-row,
    .bimedi-cases-head,
    .bimedi-case-grid,
    .bimedi-duo-row,
    .bimedi-quote-row,
    .bimedi-locations-row,
    .bimedi-contact-row,
    .bimedi-faq-row,
    .bimedi-footer-grid,
    .bimedi-footer-bottom
  )
  > .et_pb_column {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-fullwidth-row.et_pb_row {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

/* Use on any Group/container holding buttons. */
body.bimedi-landing .bimedi-actions {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 36px !important;
}

body.bimedi-landing .bimedi-actions .et_pb_module,
body.bimedi-landing .bimedi-actions .bimedi-btn {
  margin: 0 !important;
}

/* ==========================================================
   3. Typography
   ========================================================== */
body.bimedi-landing .et-l--body h1,
body.bimedi-landing .et-l--body h2,
body.bimedi-landing .et-l--body h3 {
  margin: 0;
  color: var(--bimedi-violet);
  font-family: "Lora", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

body.bimedi-landing .bimedi-h1 h1,
body.bimedi-landing h1.bimedi-h1 {
  max-width: 900px;
  font-size: clamp(50px, 7vw, 92px) !important;
}

body.bimedi-landing .bimedi-h2 h2,
body.bimedi-landing h2.bimedi-h2 {
  max-width: 850px;
  font-size: clamp(38px, 5.2vw, 70px) !important;
}

body.bimedi-landing .bimedi-h3 h3,
body.bimedi-landing h3.bimedi-h3 {
  font-size: clamp(24px, 2.8vw, 34px) !important;
}

body.bimedi-landing .bimedi-copy,
body.bimedi-landing .bimedi-copy p,
body.bimedi-landing .bimedi-copy li {
  color: var(--bimedi-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-lead,
body.bimedi-landing .bimedi-lead p {
  max-width: 750px;
  color: rgba(43, 37, 40, 0.82);
  font-size: clamp(18px, 1.6vw, 21px) !important;
  line-height: 1.7;
}

body.bimedi-landing .bimedi-small,
body.bimedi-landing .bimedi-small p {
  color: rgba(43, 37, 40, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

body.bimedi-landing .bimedi-eyebrow .et_pb_text_inner,
body.bimedi-landing .bimedi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bimedi-peach) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.bimedi-landing .bimedi-eyebrow {
  margin-bottom: 26px !important;
}

body.bimedi-landing .bimedi-eyebrow .et_pb_text_inner::before {
  display: inline-block;
  width: 38px;
  height: 1px;
  flex: 0 0 38px;
  background: currentColor;
  content: "";
}


body.bimedi-landing .bimedi-section-index,
body.bimedi-landing .bimedi-section-index .et_pb_text_inner {
  margin-bottom: 26px !important;
  color: rgba(33, 1, 36, 0.08) !important;
  font-family: "Lora", Georgia, serif;
  font-size: 76px !important;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.85;
}

/* ==========================================================
   4. Buttons and links
   ========================================================== */
body.bimedi-landing .bimedi-btn.et_pb_button_module_wrapper {
  display: inline-flex;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-btn .et_pb_button,
body.bimedi-landing a.bimedi-btn {
  position: relative;
  display: inline-flex !important;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 15px 24px !important;
  border: 1px solid transparent !important;
  border-radius: var(--bimedi-radius-small) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
  text-align: center;
  text-shadow: none !important;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.bimedi-landing .bimedi-btn .et_pb_button::after,
body.bimedi-landing a.bimedi-btn::after {
  display: none !important;
  content: none !important;
}

body.bimedi-landing .bimedi-btn--primary .et_pb_button,
body.bimedi-landing a.bimedi-btn--primary {
  border-color: var(--bimedi-peach) !important;
  background: var(--bimedi-peach) !important;
  box-shadow: var(--bimedi-shadow-button);
  color: var(--bimedi-white) !important;
}

body.bimedi-landing .bimedi-btn--primary .et_pb_button:hover,
body.bimedi-landing a.bimedi-btn--primary:hover {
  border-color: var(--bimedi-peach-hover) !important;
  background: var(--bimedi-peach-hover) !important;
  box-shadow: 0 22px 42px rgba(219, 127, 103, 0.3);
  transform: translateY(-2px);
}

body.bimedi-landing .bimedi-btn--secondary .et_pb_button,
body.bimedi-landing a.bimedi-btn--secondary {
  border-color: rgba(33, 1, 36, 0.28) !important;
  background: transparent !important;
  box-shadow: none;
  color: var(--bimedi-violet) !important;
}

body.bimedi-landing .bimedi-btn--secondary .et_pb_button:hover,
body.bimedi-landing a.bimedi-btn--secondary:hover {
  border-color: var(--bimedi-violet) !important;
  background: var(--bimedi-violet) !important;
  color: var(--bimedi-bone) !important;
  transform: translateY(-2px);
}

body.bimedi-landing .bimedi-btn--light .et_pb_button {
  border-color: rgba(251, 247, 241, 0.42) !important;
  color: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-btn--light .et_pb_button:hover {
  border-color: var(--bimedi-bone) !important;
  background: var(--bimedi-bone) !important;
  color: var(--bimedi-violet) !important;
}

body.bimedi-landing .bimedi-text-link a,
body.bimedi-landing a.bimedi-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bimedi-peach) !important;
  font-weight: 700;
}

body.bimedi-landing .bimedi-text-link a::after,
body.bimedi-landing a.bimedi-text-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

body.bimedi-landing .bimedi-text-link a:hover::after,
body.bimedi-landing a.bimedi-text-link:hover::after {
  transform: translateX(4px);
}

/* ==========================================================
   5. Theme Builder header
   ========================================================== */
body.bimedi-landing .bimedi-header-row.et_pb_row {
  display: flex !important;
  width: min(var(--bimedi-container), calc(100% - 44px)) !important;
  max-width: var(--bimedi-container) !important;
  min-height: var(--bimedi-header-height);
  align-items: center;
  gap: 24px;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.bimedi-landing .bimedi-header-brand-col {
  width: auto !important;
  flex: 0 0 auto;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-header-nav-col {
  width: auto !important;
  flex: 1 1 auto;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-header-actions-col {
  display: flex !important;
  width: auto !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 0 auto !important;
}

body.bimedi-landing .bimedi-header-logo,
body.bimedi-landing .bimedi-header-logo a {
  display: inline-flex;
  align-items: center;
}

body.bimedi-landing .bimedi-header-logo img {
  width: auto;
  max-width: 174px;
  max-height: 44px;
}

body.bimedi-landing .bimedi-header-nav .et_pb_menu__menu,
body.bimedi-landing .bimedi-header-nav nav,
body.bimedi-landing .bimedi-header-nav ul {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.bimedi-landing .bimedi-header-nav ul {
  gap: 30px;
}

body.bimedi-landing .bimedi-header-nav li {
  margin: 0 !important;
  padding: 0 !important;
}

body.bimedi-landing .bimedi-header-nav a {
  padding: 0 !important;
  color: rgba(43, 37, 40, 0.72) !important;
  font-size: 13px !important;
  font-weight: 700;
}

body.bimedi-landing .bimedi-header-nav a:hover,
body.bimedi-landing .bimedi-header-nav .current-menu-item > a {
  color: var(--bimedi-peach) !important;
  opacity: 1 !important;
}

body.bimedi-landing .bimedi-header-actions-col .bimedi-btn .et_pb_button {
  min-height: 42px;
  padding: 10px 16px !important;
  font-size: 13px !important;
}

/* ==========================================================
   6. Hero
   ========================================================== */
body.bimedi-landing .bimedi-hero.et_pb_section {
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 164px 0 110px !important;
  background: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-hero-row.et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: end;
  gap: 88px;
}

body.bimedi-landing .bimedi-hero-copy {
  position: relative;
  width: auto !important;
  padding-bottom: 40px;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-hero-copy::before {
  position: absolute;
  top: 12px;
  left: -44px;
  width: 1px;
  height: 220px;
  background: linear-gradient(var(--bimedi-gold), transparent);
  content: "";
}

body.bimedi-landing .bimedi-hero-copy .bimedi-lead {
  margin-top: 30px !important;
}

body.bimedi-landing .bimedi-hero-meta,
body.bimedi-landing .bimedi-hero-meta .et_pb_text_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px !important;
  color: rgba(43, 37, 40, 0.64) !important;
  font-size: 14px;
}

body.bimedi-landing .bimedi-hero-meta span {
  padding-left: 14px;
  border-left: 1px solid rgba(33, 1, 36, 0.18);
}

body.bimedi-landing .bimedi-hero-art {
  position: relative;
  isolation: isolate;
  display: grid !important;
  width: auto !important;
  min-height: 620px;
  align-items: stretch;
  margin: 0 !important;
  border: 1px solid rgba(33, 1, 36, 0.12);
  border-radius: 0 0 0 78px;
  background-color: rgba(232, 215, 195, 0.45);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(232, 215, 195, 0.45));
  background-position: center;
  background-size: cover;
  box-shadow: var(--bimedi-shadow);
}

body.bimedi-landing .bimedi-hero-art::before {
  position: absolute;
  z-index: -1;
  top: 44px;
  right: -42px;
  width: 170px;
  height: 170px;
  background: var(--bimedi-mint);
  content: "";
}

body.bimedi-landing .bimedi-hero-art::after {
  position: absolute;
  z-index: 3;
  bottom: 78px;
  left: -46px;
  width: 112px;
  height: 2px;
  background: var(--bimedi-gold);
  content: "";
}

body.bimedi-landing .bimedi-floating-note {
  position: absolute !important;
  z-index: 4;
  bottom: 128px;
  left: -74px;
  width: 260px;
  margin: 0 !important;
  padding: 22px 24px !important;
  border-left: 3px solid var(--bimedi-peach);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(33, 1, 36, 0.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.bimedi-landing .bimedi-floating-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--bimedi-violet);
  font-size: 14px;
}

body.bimedi-landing .bimedi-floating-note p,
body.bimedi-landing .bimedi-floating-note span {
  display: block;
  color: rgba(43, 37, 40, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

/* ==========================================================
   7. Trust strip
   ========================================================== */
body.bimedi-landing .bimedi-trust.et_pb_section {
  padding: 40px 0 76px !important;
  background: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-trust-row.et_pb_row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--bimedi-line);
  border-bottom: 1px solid var(--bimedi-line);
}

body.bimedi-landing .bimedi-trust-item {
  width: auto !important;
  min-height: 126px;
  margin: 0 !important;
  padding: 28px 26px !important;
  border-right: 1px solid var(--bimedi-line);
}

body.bimedi-landing .bimedi-trust-item:last-child {
  border-right: 0;
}

body.bimedi-landing .bimedi-trust-item strong,
body.bimedi-landing .bimedi-trust-item h3 {
  display: block;
  margin: 0 0 8px;
  color: var(--bimedi-violet) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

body.bimedi-landing .bimedi-trust-item p,
body.bimedi-landing .bimedi-trust-item span {
  display: block;
  color: rgba(43, 37, 40, 0.62);
  font-size: 13px;
  line-height: 1.6;
}

/* ==========================================================
   8. Clarity section
   ========================================================== */
body.bimedi-landing .bimedi-clarity.et_pb_section {
  padding: 124px 0 !important;
  background: var(--bimedi-sand) !important;
}

body.bimedi-landing .bimedi-clarity-row.et_pb_row {
  position: relative;
  display: grid !important;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 100px;
}

body.bimedi-landing .bimedi-clarity-row::after {
  position: absolute;
  top: -124px;
  right: 0;
  width: 1px;
  height: 220px;
  background: rgba(33, 1, 36, 0.12);
  content: "";
}

body.bimedi-landing .bimedi-clarity-copy .bimedi-lead {
  margin-top: 32px !important;
}

body.bimedi-landing .bimedi-quiet-list {
  margin-top: 44px !important;
}

body.bimedi-landing .bimedi-quiet-list ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bimedi-landing .bimedi-quiet-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  gap: 18px;
  margin: 0;
  color: rgba(43, 37, 40, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

body.bimedi-landing .bimedi-quiet-list li::before {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 9px;
  background: var(--bimedi-peach);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
}

/* ==========================================================
   9. Treatments
   ========================================================== */
body.bimedi-landing .bimedi-treatments.et_pb_section {
  padding: 152px 0 !important;
  background: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-treatments-head.et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 440px;
  align-items: end;
  gap: 60px;
  margin-bottom: 74px !important;
}

body.bimedi-landing .bimedi-treatments-head-copy,
body.bimedi-landing .bimedi-treatments-head-copy p {
  color: var(--bimedi-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-treatment-grid.et_pb_row {
  display: grid !important;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
  gap: 26px;
}

body.bimedi-landing .bimedi-treatment-feature {
  position: relative;
  display: flex !important;
  width: auto !important;
  min-height: 510px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 !important;
  padding: 56px !important;
  background: var(--bimedi-violet) !important;
  color: var(--bimedi-bone);
}

body.bimedi-landing .bimedi-treatment-feature::after {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(217, 170, 95, 0.45);
  content: "";
  transform: rotate(24deg);
}

body.bimedi-landing .bimedi-treatment-feature h3 {
  max-width: 520px;
  color: var(--bimedi-bone) !important;
  font-size: clamp(32px, 4vw, 54px) !important;
}

body.bimedi-landing .bimedi-treatment-feature p {
  max-width: 540px;
  margin-top: 28px;
  color: rgba(251, 247, 241, 0.78) !important;
  font-size: 18px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-treatment-feature .bimedi-text-link {
  position: relative;
  z-index: 2;
  margin-top: auto !important;
  padding-top: 38px;
}

body.bimedi-landing .bimedi-treatment-list {
  display: grid !important;
  width: auto !important;
  gap: 18px;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-treatment-card {
  position: relative;
  margin: 0 !important;
  padding: 30px 68px 30px 32px !important;
  border: 1px solid rgba(33, 1, 36, 0.1);
  background: rgba(255, 255, 255, 0.58);
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

body.bimedi-landing .bimedi-treatment-card::after {
  position: absolute;
  top: 28px;
  right: 32px;
  color: var(--bimedi-peach);
  content: "→";
  font-size: 22px;
  line-height: 1;
}

body.bimedi-landing .bimedi-treatment-card:hover {
  border-color: rgba(219, 127, 103, 0.38);
  background: var(--bimedi-white);
  transform: translateX(6px);
}

body.bimedi-landing .bimedi-treatment-card h3 {
  margin-bottom: 12px;
  color: var(--bimedi-violet) !important;
  font-size: 25px !important;
}

body.bimedi-landing .bimedi-treatment-card p {
  color: var(--bimedi-muted);
  font-size: 15px;
  line-height: 1.65;
}

body.bimedi-landing .bimedi-secondary-services {
  margin-top: 34px !important;
  padding-top: 28px !important;
  border-top: 1px solid var(--bimedi-line);
  color: rgba(43, 37, 40, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

/* ==========================================================
   10. Process
   ========================================================== */
body.bimedi-landing .bimedi-process.et_pb_section {
  padding: 124px 0 !important;
  background: var(--bimedi-mint) !important;
}

body.bimedi-landing .bimedi-process-row.et_pb_row {
  display: grid !important;
  grid-template-columns: 380px minmax(0, 1fr);
  align-items: start;
  gap: 98px;
}

body.bimedi-landing .bimedi-steps {
  display: grid !important;
  width: auto !important;
  gap: 0;
  margin: 0 !important;
  border-top: 1px solid rgba(33, 1, 36, 0.14);
  counter-reset: bimedi-step;
}

body.bimedi-landing .bimedi-step {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 32px;
  margin: 0 !important;
  padding: 34px 0 !important;
  border-bottom: 1px solid rgba(33, 1, 36, 0.14);
  counter-increment: bimedi-step;
}

body.bimedi-landing .bimedi-step::before {
  color: var(--bimedi-peach);
  content: counter(bimedi-step, decimal-leading-zero);
  font-family: "Lora", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

body.bimedi-landing .bimedi-step .et_pb_text_inner {
  grid-column: 2;
}

body.bimedi-landing .bimedi-step h3 {
  margin-bottom: 8px;
  color: var(--bimedi-violet) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

body.bimedi-landing .bimedi-step p {
  max-width: 650px;
  color: var(--bimedi-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* ==========================================================
   11. Authority
   ========================================================== */
body.bimedi-landing .bimedi-authority.et_pb_section {
  position: relative;
  padding: 146px 0 !important;
  background: var(--bimedi-violet) !important;
  color: var(--bimedi-bone);
}

body.bimedi-landing .bimedi-authority.et_pb_section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34%;
  background: rgba(217, 170, 95, 0.08);
  content: "";
}

body.bimedi-landing .bimedi-authority-row.et_pb_row {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 110px;
}

body.bimedi-landing .bimedi-authority h2,
body.bimedi-landing .bimedi-authority h3 {
  color: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-authority .bimedi-lead,
body.bimedi-landing .bimedi-authority .bimedi-lead p,
body.bimedi-landing .bimedi-authority p {
  color: rgba(251, 247, 241, 0.74) !important;
}

body.bimedi-landing .bimedi-authority .bimedi-lead {
  margin-top: 32px !important;
}

body.bimedi-landing .bimedi-credentials {
  margin-top: 42px !important;
}

body.bimedi-landing .bimedi-credentials ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bimedi-landing .bimedi-credentials li {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(251, 247, 241, 0.18);
  color: rgba(251, 247, 241, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

body.bimedi-landing .bimedi-authority-card {
  width: auto !important;
  margin: 0 !important;
  padding: 36px !important;
  border: 1px solid rgba(251, 247, 241, 0.16);
  background: rgba(251, 247, 241, 0.08);
}

body.bimedi-landing .bimedi-authority-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--bimedi-gold);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.bimedi-landing .bimedi-authority-card p {
  color: rgba(251, 247, 241, 0.74) !important;
  font-size: 16px;
  line-height: 1.75;
}

/* ==========================================================
   12. Cases
   ========================================================== */
body.bimedi-landing .bimedi-cases.et_pb_section {
  padding: 124px 0 !important;
  background: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-cases-head.et_pb_row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  gap: 80px;
  margin-bottom: 68px !important;
}

body.bimedi-landing .bimedi-cases-head p {
  color: var(--bimedi-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-case-grid.et_pb_row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.bimedi-landing .bimedi-case-card {
  position: relative;
  width: auto !important;
  margin: 0 !important;
  padding: 288px 16px 24px !important;
  border: 1px solid rgba(33, 1, 36, 0.1);
  background: var(--bimedi-white);
  box-shadow: 0 14px 40px rgba(33, 1, 36, 0.04);
}

body.bimedi-landing .bimedi-case-card::before {
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  height: 250px;
  border: 1px solid rgba(33, 1, 36, 0.08);
  background: linear-gradient(135deg, rgba(251, 247, 241, 0.88), rgba(232, 215, 195, 0.56));
  content: "";
}

body.bimedi-landing .bimedi-case-card:has(.bimedi-case-image img)::before {
  display: none;
}

body.bimedi-landing .bimedi-case-image {
  position: absolute !important;
  top: 16px;
  right: 16px;
  left: 16px;
  height: 250px;
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid rgba(33, 1, 36, 0.08);
}

body.bimedi-landing .bimedi-case-image .et_pb_image_wrap,
body.bimedi-landing .bimedi-case-image img {
  width: 100%;
  height: 100%;
}

body.bimedi-landing .bimedi-case-image img {
  object-fit: cover;
}

body.bimedi-landing .bimedi-case-card h3 {
  margin-bottom: 8px;
  color: var(--bimedi-violet) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 18px !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

body.bimedi-landing .bimedi-case-card p {
  color: var(--bimedi-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* ==========================================================
   13. Technology + patients abroad
   ========================================================== */
body.bimedi-landing .bimedi-duo-section.et_pb_section {
  padding: 88px 0 !important;
  background: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-duo-row.et_pb_row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--bimedi-line);
  background: var(--bimedi-white);
}

body.bimedi-landing .bimedi-duo-block {
  width: auto !important;
  min-height: 420px;
  margin: 0 !important;
  padding: 64px !important;
}

body.bimedi-landing .bimedi-duo-block--white {
  background: var(--bimedi-white) !important;
}

body.bimedi-landing .bimedi-duo-block--sand {
  background: var(--bimedi-sand) !important;
}

body.bimedi-landing .bimedi-duo-kicker,
body.bimedi-landing .bimedi-duo-kicker .et_pb_text_inner {
  margin-bottom: 28px !important;
  color: var(--bimedi-peach) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.bimedi-landing .bimedi-duo-block h3 {
  margin-bottom: 24px;
  color: var(--bimedi-violet) !important;
  font-size: 42px !important;
}

body.bimedi-landing .bimedi-duo-block p {
  margin-bottom: 28px;
  color: var(--bimedi-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-mini-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bimedi-landing .bimedi-mini-list li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: rgba(43, 37, 40, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

body.bimedi-landing .bimedi-mini-list li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 9px;
  height: 1px;
  background: var(--bimedi-peach);
  content: "";
}

/* ==========================================================
   14. Quote and locations
   ========================================================== */
body.bimedi-landing .bimedi-quote-band.et_pb_section {
  padding: 96px 0 !important;
  background: var(--bimedi-sand) !important;
}

body.bimedi-landing .bimedi-quote-row.et_pb_row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 80px;
}

body.bimedi-landing .bimedi-quote,
body.bimedi-landing .bimedi-quote .et_pb_text_inner {
  color: var(--bimedi-violet) !important;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(32px, 4vw, 54px) !important;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

body.bimedi-landing .bimedi-quote-copy p {
  color: var(--bimedi-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-locations-row.et_pb_row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px !important;
}

body.bimedi-landing .bimedi-location-card {
  display: flex !important;
  width: auto !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 34px !important;
  border: 1px solid rgba(33, 1, 36, 0.1);
  background: rgba(255, 255, 255, 0.62);
}

body.bimedi-landing .bimedi-location-card h3 {
  margin-bottom: 14px;
  color: var(--bimedi-violet) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 22px !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

body.bimedi-landing .bimedi-location-card p {
  color: var(--bimedi-muted);
  font-size: 15px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-location-card .bimedi-btn {
  display: flex;
  width: 100%;
  margin-top: auto !important;
  padding-top: 24px;
}

body.bimedi-landing .bimedi-location-card .bimedi-btn .et_pb_button {
  width: 100%;
}

/* ==========================================================
   15. Contact and Divi Contact Form
   ========================================================== */
body.bimedi-landing .bimedi-contact.et_pb_section {
  padding: 124px 0 !important;
  background: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-contact-row.et_pb_row {
  display: grid !important;
  grid-template-columns: 430px minmax(0, 1fr);
  align-items: start;
  gap: 96px;
}

body.bimedi-landing .bimedi-contact-copy .bimedi-lead {
  margin-top: 28px !important;
}

body.bimedi-landing .bimedi-contact-form.et_pb_contact_form_container {
  margin: 0 !important;
  padding: 42px !important;
  border: 1px solid rgba(33, 1, 36, 0.1);
  background: var(--bimedi-white) !important;
  box-shadow: 0 24px 70px rgba(33, 1, 36, 0.07);
}

body.bimedi-landing .bimedi-contact-form--fluent {
  margin: 0 !important;
  padding: 42px !important;
  border: 1px solid rgba(33, 1, 36, 0.1);
  background: var(--bimedi-white) !important;
  box-shadow: 0 24px 70px rgba(33, 1, 36, 0.07);
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_main_title {
  display: none;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_form {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_field {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_field_half {
  width: calc(50% - 9px) !important;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_form_label {
  display: block !important;
  margin: 0 0 8px;
  color: rgba(33, 1, 36, 0.7);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.bimedi-landing .bimedi-contact-form input.input,
body.bimedi-landing .bimedi-contact-form textarea.input,
body.bimedi-landing .bimedi-contact-form select.input,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field input,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field textarea,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field select {
  width: 100%;
  min-height: 50px;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(33, 1, 36, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--bimedi-charcoal) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  outline: none !important;
}

body.bimedi-landing .bimedi-contact-form textarea.input,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field textarea {
  min-height: 110px;
  resize: vertical;
}

body.bimedi-landing .bimedi-contact-form input.input:focus,
body.bimedi-landing .bimedi-contact-form textarea.input:focus,
body.bimedi-landing .bimedi-contact-form select.input:focus,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field input:focus,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field textarea:focus,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field select:focus {
  border-bottom-color: var(--bimedi-peach) !important;
}

body.bimedi-landing .bimedi-contact-form input::placeholder,
body.bimedi-landing .bimedi-contact-form textarea::placeholder {
  color: rgba(43, 37, 40, 0.42) !important;
  opacity: 1;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_field_checkbox,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field_checkbox label {
  color: rgba(43, 37, 40, 0.62) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.6 !important;
  text-transform: none !important;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_field_checkbox input {
  accent-color: var(--bimedi-peach);
}

body.bimedi-landing .bimedi-contact-form .et_contact_bottom_container {
  display: flex;
  width: 100%;
  float: none !important;
  margin: 8px 0 0 !important;
  text-align: left;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_submit {
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 15px 24px !important;
  border: 1px solid var(--bimedi-peach) !important;
  border-radius: var(--bimedi-radius-small) !important;
  background: var(--bimedi-peach) !important;
  box-shadow: var(--bimedi-shadow-button);
  color: var(--bimedi-white) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_submit::after {
  display: none !important;
  content: none !important;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_submit:hover {
  border-color: var(--bimedi-peach-hover) !important;
  background: var(--bimedi-peach-hover) !important;
  box-shadow: 0 22px 42px rgba(219, 127, 103, 0.3);
  transform: translateY(-2px);
}

body.bimedi-landing .bimedi-contact-form .et-pb-contact-message {
  width: 100%;
  margin-bottom: 20px;
  color: var(--bimedi-violet);
  font-size: 14px;
}

body.bimedi-landing .bimedi-contact-form .et_pb_contact_error_text,
body.bimedi-landing .bimedi-contact-form .et_pb_contact_field_options_title {
  color: var(--bimedi-violet);
  font-size: 13px;
}

/* Fluent Forms alternative. Add bimedi-contact-form to the enclosing module. */
body.bimedi-landing .bimedi-contact-form .fluentform {
  margin: 0;
}

body.bimedi-landing .bimedi-contact-form .ff-el-group {
  margin-bottom: 18px;
}

body.bimedi-landing .bimedi-contact-form .ff-el-input--label label {
  color: rgba(33, 1, 36, 0.7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bimedi-landing .bimedi-contact-form .ff-el-form-control {
  min-height: 50px;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(33, 1, 36, 0.22) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--bimedi-charcoal) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 16px !important;
}

body.bimedi-landing .bimedi-contact-form .ff-el-form-control:focus {
  border-bottom-color: var(--bimedi-peach) !important;
}

body.bimedi-landing .bimedi-contact-form .ff-btn-submit {
  width: 100%;
  min-height: 52px;
  padding: 15px 24px !important;
  border: 1px solid var(--bimedi-peach) !important;
  border-radius: var(--bimedi-radius-small) !important;
  background: var(--bimedi-peach) !important;
  box-shadow: var(--bimedi-shadow-button);
  color: var(--bimedi-white) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* ==========================================================
   16. FAQ using Divi Accordion
   ========================================================== */
body.bimedi-landing .bimedi-faq.et_pb_section {
  padding: 124px 0 !important;
  background: var(--bimedi-white) !important;
}

body.bimedi-landing .bimedi-faq-row.et_pb_row {
  display: grid !important;
  grid-template-columns: 380px minmax(0, 1fr);
  align-items: start;
  gap: 92px;
}

body.bimedi-landing .bimedi-faq-accordion {
  border-top: 1px solid rgba(33, 1, 36, 0.15);
}

body.bimedi-landing .bimedi-faq-accordion .et_pb_toggle {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(33, 1, 36, 0.15) !important;
  background: transparent !important;
}

body.bimedi-landing .bimedi-faq-accordion .et_pb_toggle_title {
  position: relative;
  padding: 26px 48px 26px 0 !important;
  color: var(--bimedi-violet) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

body.bimedi-landing .bimedi-faq-accordion .et_pb_toggle_title::before {
  right: 0 !important;
  left: auto !important;
  margin: 0 !important;
  color: var(--bimedi-peach) !important;
  content: "+" !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.bimedi-landing .bimedi-faq-accordion .et_pb_toggle_open .et_pb_toggle_title::before {
  display: block !important;
  content: "−" !important;
}

body.bimedi-landing .bimedi-faq-accordion .et_pb_toggle_content {
  max-width: 720px;
  padding: 0 0 26px !important;
  color: var(--bimedi-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* ==========================================================
   17. Final CTA
   ========================================================== */
body.bimedi-landing .bimedi-final.et_pb_section {
  padding: 150px 0 !important;
  background: var(--bimedi-violet) !important;
  color: var(--bimedi-bone);
  text-align: center;
}

body.bimedi-landing .bimedi-final .bimedi-h2 h2 {
  margin-right: auto;
  margin-left: auto;
  color: var(--bimedi-bone) !important;
}

body.bimedi-landing .bimedi-final-copy,
body.bimedi-landing .bimedi-final-copy p {
  max-width: 650px;
  margin: 30px auto 0 !important;
  color: rgba(251, 247, 241, 0.78) !important;
  font-size: 17px;
  line-height: 1.75;
}

body.bimedi-landing .bimedi-final .bimedi-actions {
  justify-content: center;
}

/* ==========================================================
   18. Theme Builder footer
   ========================================================== */
body.bimedi-landing .bimedi-site-footer.et_pb_section {
  padding: 58px 0 34px !important;
  background: var(--bimedi-violet-deep) !important;
  color: rgba(251, 247, 241, 0.72);
}

body.bimedi-landing .bimedi-footer-grid.et_pb_row {
  display: grid !important;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 44px;
  padding-bottom: 46px !important;
  border-bottom: 1px solid rgba(251, 247, 241, 0.14);
}

body.bimedi-landing .bimedi-footer-col {
  width: auto !important;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-footer-logo img {
  width: auto;
  max-width: 190px;
  max-height: 54px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

body.bimedi-landing .bimedi-site-footer h4 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--bimedi-bone) !important;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.bimedi-landing .bimedi-site-footer p,
body.bimedi-landing .bimedi-site-footer a,
body.bimedi-landing .bimedi-site-footer li {
  color: rgba(251, 247, 241, 0.68) !important;
  font-size: 14px;
  line-height: 1.85;
}

body.bimedi-landing .bimedi-site-footer a:hover {
  color: var(--bimedi-peach) !important;
}

body.bimedi-landing .bimedi-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bimedi-landing .bimedi-footer-bottom.et_pb_row {
  display: flex !important;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px !important;
}

body.bimedi-landing .bimedi-footer-bottom .et_pb_column {
  width: auto !important;
  margin: 0 !important;
}

body.bimedi-landing .bimedi-footer-bottom p,
body.bimedi-landing .bimedi-footer-bottom span {
  color: rgba(251, 247, 241, 0.46) !important;
  font-size: 12px;
  line-height: 1.6;
}

/* ==========================================================
   19. Mobile sticky actions
   ========================================================== */
body.bimedi-landing .bimedi-mobile-sticky.et_pb_section {
  display: none !important;
}

/* ==========================================================
   20. Accessibility and interaction
   ========================================================== */
body.bimedi-landing :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--bimedi-aqua) !important;
  outline-offset: 3px;
}

body.bimedi-landing .bimedi-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

/* ==========================================================
   21. Responsive: compact desktop and tablet
   ========================================================== */
@media (max-width: 1080px) {
  body.bimedi-landing .bimedi-section.et_pb_section,
  body.bimedi-landing .bimedi-clarity.et_pb_section,
  body.bimedi-landing .bimedi-process.et_pb_section,
  body.bimedi-landing .bimedi-cases.et_pb_section,
  body.bimedi-landing .bimedi-contact.et_pb_section,
  body.bimedi-landing .bimedi-faq.et_pb_section {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  body.bimedi-landing .bimedi-section--deep.et_pb_section,
  body.bimedi-landing .bimedi-treatments.et_pb_section,
  body.bimedi-landing .bimedi-authority.et_pb_section {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  body.bimedi-landing .bimedi-header-nav-col,
  body.bimedi-landing .bimedi-header-nav {
    display: none !important;
  }

  body.bimedi-landing .bimedi-header-actions-col {
    margin-left: auto !important;
  }

  body.bimedi-landing .bimedi-hero-row.et_pb_row,
  body.bimedi-landing .bimedi-clarity-row.et_pb_row,
  body.bimedi-landing .bimedi-process-row.et_pb_row,
  body.bimedi-landing .bimedi-authority-row.et_pb_row,
  body.bimedi-landing .bimedi-cases-head.et_pb_row,
  body.bimedi-landing .bimedi-quote-row.et_pb_row,
  body.bimedi-landing .bimedi-contact-row.et_pb_row,
  body.bimedi-landing .bimedi-faq-row.et_pb_row {
    grid-template-columns: minmax(0, 1fr);
    gap: 58px;
  }

  body.bimedi-landing .bimedi-hero-copy {
    padding-bottom: 0;
  }

  body.bimedi-landing .bimedi-hero-art {
    min-height: 520px;
  }

  body.bimedi-landing .bimedi-floating-note {
    left: 22px;
  }

  body.bimedi-landing .bimedi-trust-row.et_pb_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bimedi-landing .bimedi-trust-item:nth-child(2) {
    border-right: 0;
  }

  body.bimedi-landing .bimedi-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--bimedi-line);
  }

  body.bimedi-landing .bimedi-treatments-head.et_pb_row,
  body.bimedi-landing .bimedi-treatment-grid.et_pb_row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bimedi-landing .bimedi-treatments-head-copy {
    max-width: 680px;
  }

  body.bimedi-landing .bimedi-case-grid.et_pb_row,
  body.bimedi-landing .bimedi-duo-row.et_pb_row,
  body.bimedi-landing .bimedi-locations-row.et_pb_row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bimedi-landing .bimedi-footer-grid.et_pb_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==========================================================
   22. Responsive: phone
   ========================================================== */
@media (max-width: 720px) {
  body.bimedi-landing {
    --bimedi-header-height: 68px;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  body.bimedi-landing .bimedi-row.et_pb_row,
  body.bimedi-landing .bimedi-header-row.et_pb_row {
    width: min(var(--bimedi-container), calc(100% - 28px)) !important;
  }

  body.bimedi-landing .bimedi-header-row.et_pb_row {
    gap: 12px;
  }

  body.bimedi-landing .bimedi-header-logo img {
    max-width: 128px;
    max-height: 38px;
  }

  body.bimedi-landing .bimedi-header-actions-col .bimedi-btn--secondary {
    display: none !important;
  }

  body.bimedi-landing .bimedi-header-actions-col .bimedi-btn .et_pb_button {
    min-height: 40px;
    padding: 9px 13px !important;
    font-size: 12px !important;
  }

  body.bimedi-landing .bimedi-hero.et_pb_section {
    min-height: auto;
    padding: 126px 0 74px !important;
  }

  body.bimedi-landing .bimedi-hero-copy::before {
    top: -24px;
    left: 0;
    width: 96px;
    height: 1px;
    background: linear-gradient(90deg, var(--bimedi-gold), transparent);
  }

  body.bimedi-landing .bimedi-hero-art {
    min-height: 420px;
    border-radius: 0 0 0 38px;
  }

  body.bimedi-landing .bimedi-floating-note {
    display: none !important;
  }

  body.bimedi-landing .bimedi-actions {
    align-items: stretch;
  }

  body.bimedi-landing .bimedi-actions .bimedi-btn,
  body.bimedi-landing .bimedi-actions .bimedi-btn.et_pb_button_module_wrapper,
  body.bimedi-landing .bimedi-actions .bimedi-btn .et_pb_button {
    width: 100%;
  }

  body.bimedi-landing .bimedi-trust-row.et_pb_row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bimedi-landing .bimedi-trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--bimedi-line);
  }

  body.bimedi-landing .bimedi-trust-item:last-child {
    border-bottom: 0;
  }

  body.bimedi-landing .bimedi-clarity-row::after {
    display: none;
  }

  body.bimedi-landing .bimedi-treatments-head.et_pb_row {
    gap: 24px;
  }

  body.bimedi-landing .bimedi-treatment-feature {
    min-height: 420px;
    padding: 36px !important;
  }

  body.bimedi-landing .bimedi-treatment-card {
    padding: 26px 54px 26px 26px !important;
  }

  body.bimedi-landing .bimedi-treatment-card::after {
    top: 26px;
    right: 24px;
  }

  body.bimedi-landing .bimedi-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body.bimedi-landing .bimedi-step .et_pb_text_inner {
    grid-column: 1;
  }

  body.bimedi-landing .bimedi-credentials ul,
  body.bimedi-landing .bimedi-footer-grid.et_pb_row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bimedi-landing .bimedi-case-card {
    padding-top: 258px !important;
  }

  body.bimedi-landing .bimedi-case-card::before,
  body.bimedi-landing .bimedi-case-image {
    height: 220px;
  }

  body.bimedi-landing .bimedi-duo-block {
    min-height: auto;
    padding: 38px 28px !important;
  }

  body.bimedi-landing .bimedi-duo-block h3 {
    font-size: 34px !important;
  }

  body.bimedi-landing .bimedi-contact-form.et_pb_contact_form_container,
  body.bimedi-landing .bimedi-contact-form {
    padding: 30px 24px !important;
  }

  body.bimedi-landing .bimedi-contact-form .et_pb_contact_field_half {
    width: 100% !important;
  }

  body.bimedi-landing .bimedi-footer-bottom.et_pb_row {
    display: grid !important;
    justify-content: start;
    gap: 8px;
  }

  body.bimedi-landing .bimedi-mobile-sticky.et_pb_section {
    position: fixed !important;
    z-index: 10020;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 14px;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    pointer-events: none;
  }

  body.bimedi-landing .bimedi-mobile-sticky .et_pb_row {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.bimedi-landing .bimedi-mobile-sticky .et_pb_column,
  body.bimedi-landing .bimedi-mobile-sticky .bimedi-btn,
  body.bimedi-landing .bimedi-mobile-sticky .bimedi-btn .et_pb_button {
    width: 100% !important;
    margin: 0 !important;
    pointer-events: auto;
  }

  body.bimedi-landing .bimedi-mobile-sticky .bimedi-btn .et_pb_button {
    min-height: 50px;
    padding: 12px 10px !important;
    box-shadow: 0 18px 44px rgba(33, 1, 36, 0.18);
    font-size: 13px !important;
  }

  body.bimedi-landing .bimedi-mobile-sticky .bimedi-btn--secondary .et_pb_button {
    background: var(--bimedi-bone) !important;
  }
}

@media (max-width: 420px) {
  body.bimedi-landing .bimedi-h1 h1,
  body.bimedi-landing h1.bimedi-h1 {
    font-size: 45px !important;
  }

  body.bimedi-landing .bimedi-h2 h2,
  body.bimedi-landing h2.bimedi-h2 {
    font-size: 37px !important;
  }

  body.bimedi-landing .bimedi-treatment-feature {
    padding: 30px 26px !important;
  }

  body.bimedi-landing .bimedi-mobile-sticky .bimedi-btn .et_pb_button {
    font-size: 12px !important;
  }
}

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