:root {
  --practice-primary: var(--purple);
  --practice-accent: var(--aqua);
}

[hidden] { display: none !important; }

.canonicalHero { min-height: auto; padding-bottom: 84px; }
.canonicalHero .heroLead { max-width: 720px; }
.truthBanner {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 9px 14px;
  border: 1px solid rgba(93, 17, 121, .16);
  border-radius: 999px;
  color: var(--purple);
  background: rgba(255, 255, 255, .62);
  font: 850 12px/1.3 "DM Sans", system-ui, sans-serif;
  letter-spacing: .02em;
}
.truthBanner::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(238, 130, 199, .14);
}

.practiceProof {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(100%, 460px);
  padding: 30px;
  border: 1px solid rgba(36, 18, 69, .11);
  border-radius: 38px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 32px 80px rgba(36, 18, 69, .13);
}
.practiceIdentity { display: flex; gap: 16px; align-items: center; }
.practiceIdentity img {
  width: 64px;
  height: 64px;
  padding: 5px;
  border-radius: 20px;
  object-fit: cover;
  background: white;
  box-shadow: 0 10px 28px rgba(36, 18, 69, .12);
}
.practiceIdentity small,
.practiceIdentity strong { display: block; }
.practiceIdentity small { margin-bottom: 4px; color: rgba(36, 18, 69, .58); font: 750 12px/1.3 "DM Sans", sans-serif; }
.practiceIdentity strong { color: var(--ink); font-size: 21px; }
.practiceProof > p { color: rgba(36, 18, 69, .68); font: 15px/1.65 "DM Sans", sans-serif; }

.journeySection { padding: 104px 0; }
.journeySection.soft { background: linear-gradient(145deg, rgba(216, 245, 236, .56), rgba(249, 203, 235, .32)); }
.journeySection.dark { color: white; background: var(--ink); }
.journeySection.dark .sectionLead { color: rgba(255, 255, 255, .66); }
.journeySection.dark .chapter { color: var(--aqua); }
.journeyRail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 48px;
}
.journeyStep {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(36, 18, 69, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 44px rgba(36, 18, 69, .07);
}
.journeyStep b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 36px;
  border-radius: 13px;
  color: white;
  background: var(--practice-primary);
}
.journeyStep h3 { margin-bottom: 9px; font-size: 20px; }
.journeyStep p { color: rgba(36, 18, 69, .65); font: 14px/1.6 "DM Sans", sans-serif; }

.messagePreview {
  max-width: 760px;
  margin: 44px auto 0;
  padding: 26px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 24px 64px rgba(36, 18, 69, .1);
}
.messagePreview small { color: var(--purple); font: 850 11px/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .11em; }
.messagePreview h3 { margin: 12px 0 8px; font-size: 21px; }
.messagePreview p { color: rgba(36, 18, 69, .7); font: 15px/1.65 "DM Sans", sans-serif; }
.messagePreview .smsBubble {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px 20px 6px 20px;
  color: var(--ink);
  background: var(--aqua-soft);
}

.simulationGrid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
  margin-top: 50px;
}
.simulationPanel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 34px;
  background: rgba(255, 255, 255, .065);
}
.simulationPanel h3 { margin-bottom: 12px; font-size: 28px; }
.simulationPanel p { color: rgba(255, 255, 255, .68); font: 15px/1.7 "DM Sans", sans-serif; }
.simulationButtons { display: grid; gap: 12px; margin-top: 22px; }
.simulationButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  color: white;
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
  font-weight: 850;
}
.simulationButton[aria-disabled="true"] { cursor: not-allowed; opacity: .7; }
.simulationButton small { color: var(--aqua); }
.appFrame {
  overflow: hidden;
  border: 10px solid #130a22;
  border-radius: 42px;
  background: #130a22;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .32);
}
.appFrame img { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: top; }

.yearJump { margin: 50px auto; text-align: center; }
.yearJump span {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  color: var(--purple);
  background: rgba(238, 130, 199, .18);
  font: 900 13px/1 "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.welcomePanel {
  max-width: 820px;
  margin: 0 auto;
  padding: 52px;
  border-radius: 38px;
  text-align: center;
  background: white;
  box-shadow: 0 26px 72px rgba(36, 18, 69, .1);
}
.welcomePanel h2 { margin: 14px auto; }
.welcomePanel p { max-width: 650px; margin: 0 auto; color: rgba(36, 18, 69, .66); }

.guardPanel {
  max-width: 760px;
  margin: 100px auto;
  padding: 54px;
  border: 1px solid rgba(36, 18, 69, .12);
  border-radius: 38px;
  text-align: center;
  background: white;
  box-shadow: 0 30px 80px rgba(36, 18, 69, .1);
}
.guardPanel h1 { margin-bottom: 16px; font-size: clamp(34px, 5vw, 58px); }
.guardPanel p { color: rgba(36, 18, 69, .68); }

.detailGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.detailCard { padding: 28px; border-radius: 26px; background: rgba(255, 255, 255, .7); }
.detailCard h3 { margin-bottom: 8px; font-size: 20px; }
.detailCard p { color: rgba(36, 18, 69, .66); font: 14px/1.65 "DM Sans", sans-serif; }
.statusNote { margin-top: 18px; color: rgba(36, 18, 69, .58); font: 13px/1.6 "DM Sans", sans-serif; }
.statusNote strong { color: var(--purple); }

@media (max-width: 980px) {
  .journeyRail { grid-template-columns: 1fr 1fr; }
  .journeyStep:last-child { grid-column: 1 / -1; }
  .simulationGrid { grid-template-columns: 1fr; }
  .appFrame { max-width: 430px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .canonicalHero { padding-bottom: 54px; }
  .journeySection { padding: 76px 0; }
  .journeyRail, .detailGrid { grid-template-columns: 1fr; }
  .journeyStep, .journeyStep:last-child { min-height: auto; grid-column: auto; }
  .journeyStep b { margin-bottom: 22px; }
  .simulationPanel, .welcomePanel, .guardPanel { padding: 30px 22px; border-radius: 28px; }
  .practiceProof { padding: 24px; border-radius: 30px; }
  .messagePreview { padding: 22px; }
}

/* First real Batman: the personalized journey is visual proof, not a brochure. */
.topbar .truthBanner { margin-bottom: 0; }
.batmanHero { min-height: calc(100vh - 88px); padding-bottom: 92px; }
.batmanHero h1 { font-size: clamp(44px, 5.5vw, 76px); }
.batmanResearch {
  grid-template-columns: 72px 1fr;
  max-width: 720px;
  padding: 14px 18px 14px 14px;
  border-color: color-mix(in srgb, var(--practice-primary) 24%, transparent);
}
.batmanResearch [data-doctor-identity] {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  --practice-logo-font-size: 22px;
}
.batmanResearch [data-doctor-identity] > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
.batmanVisual { min-height: 650px; }
.previewPhone { transform: rotate(2deg); }
.appPracticeBadge {
  position: absolute;
  z-index: 3;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 38px rgba(36, 18, 69, .23);
  backdrop-filter: blur(16px);
}
.appPracticeBadge img { grid-row: 1 / 3; width: 52px; height: 52px; border-radius: 15px; object-fit: cover; }
.appPracticeBadge span { align-self: end; color: rgba(36, 18, 69, .54); font: 750 10px/1.2 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.appPracticeBadge strong { align-self: start; overflow: hidden; font-size: 16px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }

.messageLogo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 15px;
  background: white;
  box-shadow: 0 8px 20px rgba(36, 18, 69, .12);
  --practice-logo-font-size: 16px;
}
.messageSubject { display: block; margin-bottom: 10px; color: var(--practice-primary); font: 850 11px/1.3 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.smsPreview { margin-top: 18px; padding: 15px 17px; border-radius: 20px 20px 7px 20px; background: rgba(2, 154, 238, .1); }
.smsPreview small { display: block; margin-bottom: 5px; color: var(--practice-primary); font: 850 9px/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .09em; }
.smsPreview p { color: rgba(36, 18, 69, .68); font: 13px/1.55 "DM Sans", sans-serif; }

.patientHandoff {
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--practice-primary) 24%, transparent), transparent 34rem),
    radial-gradient(circle at 95% 90%, color-mix(in srgb, var(--practice-accent) 18%, transparent), transparent 30rem),
    var(--ink);
}
.patientPageStage {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 58px;
  align-items: center;
  margin-top: 56px;
}
.patientPageMock {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 38px;
  color: var(--ink);
  background: #fffdf7;
  box-shadow: 0 42px 100px rgba(0, 0, 0, .34);
}
.patientPageBar {
  display: grid;
  grid-template-columns: 62px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(36, 18, 69, .09);
  background: linear-gradient(110deg, color-mix(in srgb, var(--practice-primary) 13%, white), color-mix(in srgb, var(--practice-accent) 22%, white));
}
.patientPageBar img { width: 62px; height: 62px; border-radius: 18px; object-fit: cover; background: white; }
.patientPageBar small, .patientPageBar strong { display: block; }
.patientPageBar small { margin-bottom: 3px; color: rgba(36, 18, 69, .55); font: 750 11px/1.3 "DM Sans", sans-serif; }
.patientPageBar strong { font-size: 20px; }
.patientPageBar > span { padding: 8px 11px; border-radius: 999px; color: #862c61; background: rgba(255, 153, 153, .24); font: 850 10px/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.patientPageBody { padding: 34px; }
.patientHello { margin-bottom: 12px; color: var(--practice-primary); font: 900 12px/1.2 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.patientPageBody h3 { max-width: 640px; margin-bottom: 14px; font-size: clamp(29px, 3.2vw, 44px); line-height: 1.04; letter-spacing: -.035em; }
.patientPageBody > p:not(.patientHello):not(.patientPrivacy) { color: rgba(36, 18, 69, .68); font: 16px/1.65 "DM Sans", sans-serif; }
.patientValueRow { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0; }
.patientValueRow span { padding: 9px 12px; border-radius: 999px; color: var(--ink); background: rgba(2, 154, 238, .1); font: 800 11px/1 "DM Sans", sans-serif; }
.patientPageMock .simulationButton { border-color: rgba(36, 18, 69, .12); color: var(--ink); background: white; box-shadow: 0 10px 28px rgba(36, 18, 69, .07); }
.patientPageMock .simulationButton small { color: var(--practice-primary); }
.patientPrivacy { margin-top: 22px; padding: 16px 18px; border-left: 4px solid var(--practice-accent); color: rgba(36, 18, 69, .62); background: rgba(255, 153, 153, .1); font: 12px/1.6 "DM Sans", sans-serif; }
.productPhone { width: 318px; height: 640px; justify-self: center; transform: rotate(-2deg); }
.onDarkPunch { border-color: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .74); background: rgba(255, 255, 255, .08); box-shadow: none; }
.onDarkPunch strong { color: var(--aqua); }

.routineProof { background: linear-gradient(145deg, #fff8e8, color-mix(in srgb, var(--practice-primary) 8%, white)); }
.routineProofGrid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.routineScreen {
  position: relative;
  max-width: 570px;
  justify-self: end;
  overflow: hidden;
  border: 10px solid #15101c;
  border-radius: 44px;
  background: #15101c;
  box-shadow: 0 42px 90px rgba(36, 18, 69, .23);
  transform: rotate(1deg);
}
.routineScreen > img { width: 100%; max-height: 730px; object-fit: cover; object-position: top; }
.routinePracticeStamp {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 16px 40px rgba(36, 18, 69, .2);
  backdrop-filter: blur(16px);
}
.routinePracticeStamp img { width: 54px; height: 54px; border-radius: 16px; object-fit: cover; }
.routinePracticeStamp small, .routinePracticeStamp strong { display: block; }
.routinePracticeStamp small { margin-bottom: 4px; color: rgba(36, 18, 69, .52); font: 750 10px/1.2 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.routinePracticeStamp strong { font-size: 18px; }

.returnStory { padding: 92px 0 130px; background: linear-gradient(160deg, rgba(216, 245, 236, .72), rgba(249, 203, 235, .34)); }
.returnMomentPreview { padding: 40px 0 110px; }
.bookingProof {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid rgba(36, 18, 69, .13);
  border-radius: 32px;
  background: white;
  box-shadow: 0 34px 86px rgba(36, 18, 69, .14);
}
.bookingBrowserBar { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 18px; border-bottom: 1px solid #ececec; background: #f7f7f7; }
.bookingBrowserBar i { width: 10px; height: 10px; border-radius: 50%; background: #dadada; }
.bookingBrowserBar i:first-child { background: #ff8b8b; }
.bookingBrowserBar i:nth-child(2) { background: #ffd465; }
.bookingBrowserBar i:nth-child(3) { background: #72d89b; }
.bookingBrowserBar span { margin-left: 10px; color: #777; font: 700 11px/1 "DM Sans", sans-serif; }
.bookingProof > img { width: 100%; aspect-ratio: 16 / 8.8; object-fit: cover; object-position: top; }
.bookingProofCaption { position: absolute; right: 20px; bottom: 20px; display: flex; gap: 12px; align-items: center; padding: 12px 16px; border: 1px solid rgba(36, 18, 69, .1); border-radius: 20px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 34px rgba(36, 18, 69, .14); backdrop-filter: blur(12px); }
.bookingProofCaption [data-practice-logo] { width: 46px; height: 46px; border-radius: 14px; --practice-logo-font-size: 14px; }
.bookingProofCaption small, .bookingProofCaption strong { display: block; }
.bookingProofCaption small { margin-bottom: 3px; color: rgba(36, 18, 69, .5); font: 750 9px/1 "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .09em; }
.bookingProofCaption strong { font-size: 14px; }
.bookingProof.isLogoFallback .bookingProofCaption { position: static; margin: 0; border: 0; border-top: 1px solid rgba(36, 18, 69, .1); border-radius: 0; box-shadow: none; }
.welcomeBack {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 36px;
  align-items: center;
  max-width: 980px;
  margin: 80px auto 0;
  padding: 24px;
  border: 1px solid rgba(36, 18, 69, .11);
  border-radius: 38px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 30px 78px rgba(36, 18, 69, .12);
}
.welcomeBack > [data-doctor-identity] { width: 190px; height: 210px; display: grid; place-items: center; overflow: hidden; border-radius: 28px; --practice-logo-font-size: 52px; }
.welcomeBack > [data-doctor-identity] > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.welcomeBack h2 { margin-bottom: 14px; font-size: clamp(34px, 4.5vw, 60px); }
.welcomeBack p:last-child { color: rgba(36, 18, 69, .66); font: 16px/1.65 "DM Sans", sans-serif; }

.commercialShell { padding: 120px 0; }
.commercialShell .offer { margin-top: 0; }
.guarantee blockquote { margin-top: 18px; color: rgba(36, 18, 69, .72); font: 15px/1.7 "DM Sans", sans-serif; }
.guarantee blockquote p + p { margin-top: 14px; }

.rolloutSection { background: #fffdf7; }
.rolloutDetails { display: grid; gap: 12px; max-width: 920px; margin: 48px auto 0; }
.rolloutDetails details { overflow: hidden; border: 1px solid rgba(36, 18, 69, .12); border-radius: 24px; background: white; box-shadow: 0 12px 34px rgba(36, 18, 69, .05); }
.rolloutDetails summary { position: relative; padding: 22px 62px 22px 24px; list-style: none; font-size: 17px; font-weight: 900; }
.rolloutDetails summary::-webkit-details-marker { display: none; }
.rolloutDetails summary::after { content: "+"; position: absolute; top: 50%; right: 24px; transform: translateY(-50%); color: var(--practice-primary); font-size: 25px; }
.rolloutDetails details[open] summary::after { content: "−"; }
.rolloutDetails details > div { padding: 0 24px 24px; color: rgba(36, 18, 69, .68); font: 15px/1.68 "DM Sans", sans-serif; }
.rolloutDetails details > div strong { display: block; margin-bottom: 6px; color: var(--ink); }
.decisionPanel { display: grid; grid-template-columns: 1fr .85fr; gap: 52px; align-items: center; margin-top: 72px; padding: 44px; border-radius: 38px; color: white; background: var(--ink); box-shadow: 0 34px 80px rgba(36, 18, 69, .2); }
.decisionPanel h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 54px); }
.decisionPanel p:not(.chapter) { color: rgba(255, 255, 255, .62); font: 15px/1.65 "DM Sans", sans-serif; }
.decisionPanel .chapter { color: var(--aqua); }
.decisionActions { display: grid; gap: 12px; }
.decisionActions .primaryButton, .decisionActions .ghostButton { width: 100%; }
.decisionActions .ghostButton { border-color: rgba(255, 255, 255, .18); color: white; background: rgba(255, 255, 255, .08); }
.textAction { color: var(--aqua); text-align: center; font: 750 12px/1.5 "DM Sans", sans-serif; }

@media (max-width: 980px) {
  .patientPageStage, .routineProofGrid { grid-template-columns: 1fr; }
  .productPhone { margin: 0 auto; }
  .routineScreen { max-width: 540px; justify-self: center; }
  .decisionPanel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .topbar { align-items: flex-start; gap: 16px; }
  .topbar .truthBanner { max-width: 230px; border-radius: 18px; font-size: 10px; }
  .batmanHero { min-height: auto; padding-top: 24px; }
  .batmanHero h1 { font-size: 43px; }
  .batmanResearch { grid-template-columns: 58px 1fr; }
  .batmanResearch [data-doctor-identity] { width: 58px; height: 58px; --practice-logo-font-size: 18px; }
  .batmanVisual { min-height: 580px; }
  .previewPhone { width: 286px; height: 575px; }
  .patientMoment { gap: 48px; }
  .patientPageStage { gap: 44px; }
  .patientPageBar { grid-template-columns: 52px 1fr; padding: 16px; }
  .patientPageBar img { width: 52px; height: 52px; }
  .patientPageBar > span { grid-column: 1 / -1; width: fit-content; }
  .patientPageBody { padding: 24px 18px; }
  .patientPageBody h3 { font-size: 30px; }
  .patientPageBody .simulationButton { align-items: flex-start; gap: 8px; flex-direction: column; padding: 13px 16px; }
  .productPhone { width: 286px; height: 575px; }
  .routineProofGrid { gap: 48px; }
  .routineScreen { border-width: 7px; border-radius: 34px; }
  .routinePracticeStamp { right: 12px; bottom: 12px; left: 12px; padding: 11px; }
  .returnStory { padding: 68px 0 88px; }
  .returnMomentPreview { padding: 20px 0 80px; }
  .bookingProof { border-radius: 22px; }
  .bookingBrowserBar { min-height: 38px; }
  .bookingProof > img { aspect-ratio: 9 / 8; }
  .bookingProofCaption { position: static; margin: 0; border: 0; border-top: 1px solid rgba(36, 18, 69, .1); border-radius: 0; box-shadow: none; }
  .welcomeBack { grid-template-columns: 88px 1fr; gap: 18px; margin-top: 54px; padding: 16px; border-radius: 26px; }
  .welcomeBack > [data-doctor-identity] { width: 88px; height: 110px; border-radius: 20px; --practice-logo-font-size: 27px; }
  .welcomeBack h2 { font-size: 31px; }
  .welcomeBack p:last-child { grid-column: 1 / -1; font-size: 14px; }
  .commercialShell { padding: 82px 0; }
  .guarantee blockquote { font-size: 14px; }
  .decisionPanel { gap: 30px; padding: 28px 20px; border-radius: 28px; }
  .decisionActions .primaryButton { min-height: 72px; padding: 14px 18px; font-size: 14px; }
}
