.page-hero {
  padding: 74px 0 36px;
  text-align: center;
}

.page-hero .eyebrow {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.page-section {
  padding: 28px 0 44px;
}

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

.info-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(7, 23, 53, .06);
  padding: 24px;
}

.info-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.info-card p {
  color: #273750;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.demo-shell {
  padding: 0 0 8px;
  background: transparent;
}

.demo-hero {
  padding-top: 52px;
  padding-bottom: 8px;
}

.demo-hero h1 {
  margin-bottom: 10px;
}

.demo-hero .lead {
  margin-bottom: 0;
}

.demo-shell + .pricing {
  padding-top: 8px;
}

.demo-build {
  padding: 8px 0 18px;
}

.demo-build-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.demo-build-card h2 {
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.05em;
  margin: 0 0 10px;
}

.demo-build-card p {
  max-width: 720px;
  color: #273750;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
}

.demo-build-actions {
  display: grid;
  justify-items: end;
  gap: 14px;
}

.demo-build-actions .btn {
  min-width: 220px;
}

.demo-build-checks {
  display: grid;
  gap: 7px;
  color: #526174;
  font-size: 12px;
  font-weight: 800;
}

.demo-build-checks span::before {
  content: "\2713";
  color: var(--blue);
  margin-right: 7px;
  font-weight: 900;
}

.demo-frame-wrap {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.demo-frame {
  width: 100%;
  height: 940px;
  min-height: 0;
  border: 0;
  display: block;
  background: transparent;
}

.contact-panel {
  max-width: 760px;
  margin: 0 auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(7, 23, 53, .06);
  padding: 28px;
}

.contact-panel label {
  display: block;
  color: #273750;
  font-size: 13px;
  font-weight: 800;
  margin: 14px 0 8px;
}

.contact-panel input,
.contact-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  padding: 13px 14px;
}

.contact-panel textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-panel .btn {
  margin-top: 18px;
}

.contact-page {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
}

.contact-hero {
  padding-bottom: 26px;
}

.contact-main-section {
  padding-top: 12px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 440px) 1fr;
  gap: 24px;
  align-items: stretch;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-panel label {
  margin: 0;
}

.contact-panel label input,
.contact-panel label textarea {
  margin-top: 8px;
}

.small-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #526174;
  font-size: 12px;
  font-weight: 800;
  margin-top: 14px;
}

.contact-story {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(7, 23, 53, .06);
  padding: 34px;
}

.contact-story h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.04;
  letter-spacing: -.06em;
  margin: 0 0 16px;
}

.contact-story p {
  color: #263750;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
  margin: 0 0 14px;
}

.contact-story strong {
  display: block;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.45;
  margin-top: 6px;
}

.founder-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.headshot-placeholder {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #cfd6e0 0 22%, transparent 23%),
    radial-gradient(circle at 50% 88%, #cfd6e0 0 42%, transparent 43%),
    linear-gradient(180deg, #f0f3f8, #e5ebf4);
  box-shadow: inset 0 0 0 1px #d6deea;
  margin-bottom: 16px;
}

.founder-card b {
  font-size: 21px;
  margin-bottom: 6px;
}

.founder-card span {
  color: #526174;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.signature {
  color: #071735;
  font-family: "Patrick Hand", cursive;
  font-size: 38px;
  margin-top: 14px;
  transform: rotate(-4deg);
}

.features-page {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
}

.features-hero {
  padding: 62px 0 38px;
}

.features-hero-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 44px;
  align-items: center;
}

.features-hero h1 {
  max-width: 650px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .97;
}

.features-hero .lead {
  margin-left: 0;
  margin-right: 0;
  max-width: 580px;
}

.features-quick-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.features-quick-row span,
.features-studio-grid span,
.features-love-grid article,
.features-publish-grid article {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 13px 34px rgba(7, 23, 53, .055);
}

.features-quick-row span {
  color: #263750;
  font-size: 13px;
  font-weight: 850;
  padding: 14px;
}

.features-product-stack {
  position: relative;
  min-height: 462px;
}

.features-screen {
  position: absolute;
  left: 0;
  top: 42px;
  width: 76%;
  min-height: 356px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.features-screen-top {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  color: white;
  background: linear-gradient(135deg, #06142f, var(--blue));
}

.features-studio-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .72);
  background: #050914;
  font-size: 13px;
  font-weight: 900;
}

.features-screen-top b,
.features-screen-top span {
  display: block;
}

.features-screen-top b {
  letter-spacing: -.035em;
}

.features-screen-top span {
  font-size: 12px;
  margin-top: 3px;
  opacity: .82;
}

.features-screen-body {
  padding: 26px;
}

.features-screen-body h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 8px;
}

.features-screen-body p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  margin: 0 0 20px;
  text-align: center;
}

.features-lesson-list {
  display: grid;
  gap: 11px;
}

.features-lesson-list div {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.features-lesson-list span {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.features-lesson-list b,
.features-lesson-list small {
  display: block;
}

.features-lesson-list b {
  font-size: 14px;
}

.features-lesson-list small {
  color: var(--muted);
  font-size: 11px;
}

.features-widget {
  position: absolute;
  right: 138px;
  top: 0;
  width: 210px;
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(7, 23, 53, .12);
}

.features-widget-bar {
  height: 26px;
  border-radius: 8px;
  background: #eef2f7;
  margin-bottom: 14px;
}

.features-widget b {
  display: block;
  margin-bottom: 12px;
  text-align: center;
}

.features-widget span {
  display: block;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #243653;
  font-size: 11px;
  font-weight: 850;
  margin-bottom: 8px;
  padding: 9px;
}

.features-widget em,
.features-phone em {
  display: block;
  border-radius: 9px;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 12px;
  text-align: center;
}

.features-phone {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 206px;
  min-height: 386px;
  background: white;
  border: 10px solid #11151d;
  border-radius: 32px;
  box-shadow: 0 26px 70px rgba(7, 23, 53, .22);
  overflow: hidden;
}

.features-phone-head {
  min-height: 92px;
  display: grid;
  align-content: end;
  gap: 4px;
  padding: 18px 16px 14px;
  color: white;
  background: linear-gradient(135deg, #06142f, var(--blue));
}

.features-phone-head b {
  font-size: 20px;
}

.features-phone-head span {
  font-size: 12px;
  font-weight: 850;
}

.features-phone-body {
  display: grid;
  gap: 9px;
  padding: 16px 12px;
}

.features-phone-body div {
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 850;
  padding: 9px;
}

.features-section,
.features-split-section,
.features-dashboard-section {
  padding: 34px 0;
}

.features-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.features-section-head h2,
.features-copy h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.06em;
  margin: 0 0 12px;
}

.features-section-head p,
.features-copy p {
  color: #526174;
  font-weight: 650;
  line-height: 1.65;
  margin: 0;
}

.features-publish-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.features-publish-grid article {
  display: grid;
  align-content: space-between;
  min-height: 360px;
  padding: 24px;
}

.features-publish-grid h3,
.features-love-grid h3 {
  font-size: 22px;
  letter-spacing: -.04em;
  margin: 22px 0 8px;
}

.features-publish-grid p,
.features-love-grid p {
  color: #526174;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.58;
  margin: 0;
}

.features-mini-page,
.features-mini-widget,
.features-mini-phone {
  margin: 0 auto;
  background: #fbfdff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(7, 23, 53, .07);
}

.features-mini-page {
  width: min(100%, 240px);
  border-radius: 13px;
  overflow: hidden;
  padding: 16px;
}

.features-mini-page div {
  height: 44px;
  margin: -16px -16px 16px;
  background: linear-gradient(135deg, #06142f, var(--blue));
}

.features-mini-page span,
.features-mini-widget span,
.features-mini-phone span,
.features-preview-card span,
.features-fields span {
  display: block;
  height: 25px;
  border-radius: 7px;
  background: #eaf2ff;
  margin-bottom: 9px;
}

.features-mini-widget {
  width: min(100%, 220px);
  border-radius: 14px;
  padding: 18px;
}

.features-mini-widget b {
  display: block;
  margin-bottom: 14px;
  text-align: center;
}

.features-mini-phone {
  width: 124px;
  min-height: 222px;
  border: 7px solid #11151d;
  border-radius: 26px;
  overflow: hidden;
  padding: 10px;
}

.features-mini-phone div {
  height: 54px;
  margin: -10px -10px 12px;
  background: linear-gradient(135deg, #06142f, var(--blue));
}

.features-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  gap: 0;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(7, 23, 53, .055);
  overflow: hidden;
}

.features-split-alt {
  grid-template-columns: .9fr 1.1fr;
}

.features-copy {
  padding: 38px;
}

.features-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.features-check-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #243653;
  font-size: 13px;
  font-weight: 850;
}

.features-check-grid span::before {
  content: "\2713";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--blue);
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.features-builder-shot,
.features-calendar-shot {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 28px;
  border-left: 1px solid var(--line);
  background: linear-gradient(180deg, #fbfdff, #ffffff);
}

.features-builder-window {
  width: 100%;
  max-width: 640px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.features-window-top {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
}

.features-window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e5e7eb;
}

.features-builder-body {
  display: grid;
  grid-template-columns: 175px 1fr;
  min-height: 324px;
}

.features-builder-side {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border-right: 1px solid var(--line);
  background: #fbfdff;
}

.features-builder-side b,
.features-builder-side span {
  border-radius: 8px;
  color: #334155;
  font-size: 11px;
  font-weight: 850;
  padding: 9px 10px;
}

.features-builder-side b {
  background: #eaf2ff;
  color: var(--blue);
}

.features-builder-main {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 18px;
  padding: 20px;
}

.features-fields div {
  height: 42px;
  border-radius: 9px;
  background: linear-gradient(90deg, var(--blue), #6d32e8, #10a37f);
}

.features-preview-card {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.features-preview-card b {
  display: block;
  height: 48px;
  border-radius: 9px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #06142f, var(--blue));
}

.features-calendar {
  width: 100%;
  max-width: 600px;
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.features-calendar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 900;
}

.features-calendar-top span {
  color: #526174;
  font-size: 13px;
}

.features-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.features-calendar-grid span {
  min-height: 58px;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  color: #7a879a;
  font-size: 11px;
  font-weight: 800;
  padding: 6px;
}

.features-calendar-grid em {
  display: block;
  margin-top: 7px;
  border-radius: 99px;
  background: #e0ecff;
  color: var(--blue);
  font-size: 9px;
  font-style: normal;
  overflow: hidden;
  padding: 5px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.features-calendar-grid .green {
  background: #e5fbf3;
  color: #10a37f;
}

.features-calendar-grid .orange {
  background: #fff3e1;
  color: #b86d00;
}

.features-studio-section {
  padding-top: 26px;
}

.features-studio-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.features-studio-grid span {
  display: grid;
  min-height: 82px;
  place-items: center;
  color: #1c2c48;
  font-size: 13px;
  font-weight: 900;
  padding: 14px;
  text-align: center;
}

.features-dashboard-shot {
  display: grid;
  grid-template-columns: 190px 1fr;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.features-dash-side {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: #fbfdff;
}

.features-dash-side b {
  margin-bottom: 8px;
}

.features-dash-side span {
  border-radius: 8px;
  color: #33445e;
  font-size: 12px;
  font-weight: 850;
  padding: 10px 12px;
}

.features-dash-side .active {
  background: var(--blue);
  color: white;
}

.features-dash-main {
  padding: 22px;
}

.features-dash-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.features-dash-head b {
  font-size: 20px;
}

.features-dash-head span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.features-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.features-stat-row div,
.features-dash-list,
.features-dash-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.features-stat-row div {
  padding: 14px;
}

.features-stat-row small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
}

.features-stat-row strong {
  display: block;
  font-size: 24px;
  margin-top: 7px;
}

.features-dash-lower {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
}

.features-dash-list {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.features-dash-list b {
  margin-bottom: 2px;
}

.features-dash-list span {
  border-top: 1px solid #eef2f7;
  color: #33445e;
  font-size: 12px;
  font-weight: 800;
  padding-top: 12px;
}

.features-dash-panel {
  min-height: 230px;
  background:
    linear-gradient(#eef2f7 1px, transparent 1px),
    linear-gradient(90deg, #eef2f7 1px, transparent 1px),
    #ffffff;
  background-size: 100% 46px, 14.285% 100%;
}

.features-love-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.features-love-grid article {
  padding: 22px;
}

.features-love-grid h3 {
  margin-top: 0;
}

.how-page {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 42%, #ffffff 100%);
}

.how-hero {
  padding: 74px 0 34px;
}

.how-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.how-hero h1 {
  max-width: 560px;
}

.how-hero .lead {
  margin-left: 0;
  margin-right: 0;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 7px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% + 38px);
  top: 31px;
  width: calc(100% - 58px);
  border-top: 2px dashed #b8c9e5;
}

.process-icon {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  font-size: 22px;
  box-shadow: 0 12px 28px rgba(7, 23, 53, .10);
}

.blue-accent { background: var(--blue); }
.green-accent { background: #10b981; }
.purple-accent { background: #6d32e8; }
.orange-accent { background: #ff9500; }

.process-step b {
  font-size: 15px;
  letter-spacing: -.02em;
}

.process-step small {
  color: #33445f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  max-width: 140px;
}

.how-stack {
  padding: 18px 0 30px;
}

.how-stack .container {
  display: grid;
  gap: 18px;
}

.work-row {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 34px;
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 13px 34px rgba(7, 23, 53, .055);
  padding: 30px 34px;
  overflow: hidden;
}

.row-copy {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  align-items: start;
}

.number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  font-weight: 900;
  font-size: 19px;
  box-shadow: 0 10px 22px rgba(11, 85, 255, .22);
}

.customize-row .number,
.customize-row .check-dot { background: #10b981; }
.publish-row .number,
.publish-row .check-dot { background: #6d32e8; }
.manage-row .number,
.manage-row .check-dot { background: #ff9500; }

.mini-label {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.customize-row .mini-label { color: #10b981; }
.publish-row .mini-label { color: #6d32e8; }
.manage-row .mini-label { color: #ff9500; }

.row-copy h2 {
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.05em;
  margin: 0 0 13px;
}

.row-copy p {
  color: #384963;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.check-list {
  display: grid;
  gap: 10px;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1a2944;
  font-size: 13px;
  font-weight: 800;
}

.check-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--blue);
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.experience-visual {
  display: grid;
  grid-template-columns: 1.1fr .9fr .7fr;
  gap: 20px;
  align-items: end;
}

.experience-item {
  min-width: 0;
}

.tiny-caption {
  color: #182640;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
}

.browser-shot,
.widget-shot,
.phone-shot,
.builder-shot,
.embed-card,
.site-shot,
.dash-shot {
  background: white;
  border: 1px solid #dfe7f2;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(7, 23, 53, .07);
  overflow: hidden;
}

.browser-shot {
  min-height: 168px;
}

.mock-head {
  min-height: 40px;
  background: linear-gradient(135deg, #06142f, #0b55ff);
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 9px;
  font-weight: 900;
}

.mock-logo {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #11151d;
  box-shadow: inset 0 0 0 2px white;
}

.mock-body {
  padding: 14px;
}

.mock-title {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: center;
}

.mock-sub {
  color: #64748b;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 11px;
  text-align: center;
}

.mock-row {
  min-height: 25px;
  border: 1px solid #e5ebf4;
  border-radius: 7px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  color: #071735;
  font-size: 9px;
  font-weight: 900;
}

.mock-arrow {
  color: #718096;
}

.mock-btn {
  min-height: 27px;
  border-radius: 7px;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 900;
}

.widget-shot {
  min-height: 174px;
  padding: 14px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.widget-top {
  height: 24px;
  border-radius: 7px;
  background: #edf2f7;
  color: #94a3b8;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 9px;
  font-weight: 900;
  margin-bottom: 12px;
}

.widget-inner {
  width: min(126px, 100%);
  margin: auto;
  background: white;
  border: 1px solid #e5ebf4;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(7, 23, 53, .10);
  padding: 12px;
}

.phone-shot {
  width: 104px;
  min-height: 212px;
  border: 7px solid #11151d;
  border-radius: 24px;
  margin: 0 auto;
}

.phone-shot .mock-head {
  min-height: 43px;
  padding: 7px;
}

.phone-shot .mock-body {
  padding: 10px;
}

.phone-shot .mock-title {
  font-size: 11px;
}

.phone-shot .mock-row {
  min-height: 23px;
  font-size: 7px;
  padding: 0 6px;
}

.builder-shot {
  display: grid;
  grid-template-columns: 150px 1fr 220px;
  min-height: 276px;
}

.builder-side {
  border-right: 1px solid var(--line);
  background: #fbfdff;
  padding: 14px;
}

.builder-side div {
  height: 25px;
  border-radius: 7px;
  background: #f1f5f9;
  color: #334155;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 8px;
  font-size: 8px;
  font-weight: 900;
}

.builder-side .active {
  background: #eaf2ff;
  color: var(--blue);
}

.builder-form {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.field {
  height: 33px;
  border: 1px solid var(--line);
  border-radius: 7px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.builder-logo-box {
  height: 112px;
  border: 1px dashed #c7d7ec;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.builder-preview {
  padding: 18px;
}

.small-preview {
  min-height: 204px;
}

.publish-visual {
  display: grid;
  grid-template-columns: 250px 36px 1fr;
  align-items: center;
  gap: 22px;
}

.embed-card {
  padding: 20px;
}

.embed-title {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 14px;
}

.code-box {
  font-family: Consolas, "Courier New", monospace;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #334155;
  font-size: 10px;
  line-height: 1.65;
  margin-bottom: 14px;
  padding: 14px;
}

.copy-btn {
  border: 0;
  border-radius: 7px;
  background: var(--blue);
  color: white;
  font-weight: 900;
  padding: 10px 16px;
}

.arrow-big {
  color: #1f2937;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}

.site-shot {
  display: grid;
  grid-template-columns: 1fr 180px;
  min-height: 214px;
}

.site-nav {
  grid-column: 1 / -1;
  min-height: 32px;
  background: #071735;
  color: white;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 14px;
  font-size: 9px;
  font-weight: 900;
}

.site-left {
  padding: 26px;
}

.site-left h3 {
  font-size: 24px;
  line-height: 1.06;
  letter-spacing: -.05em;
  margin: 18px 0 14px;
}

.site-left button {
  border: 0;
  border-radius: 6px;
  background: #061f56;
  color: white;
  font-size: 10px;
  font-weight: 900;
  padding: 11px 16px;
}

.site-widget {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef5ff, #ffffff);
}

.dash-shot {
  display: grid;
  grid-template-columns: 145px 1fr;
  min-height: 270px;
}

.dash-side {
  border-right: 1px solid var(--line);
  background: #fbfdff;
  padding: 14px;
}

.brand-mini {
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 14px;
}

.dash-side div:not(.brand-mini) {
  border-radius: 6px;
  color: #334155;
  font-size: 8px;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 6px 8px;
}

.dash-side .active {
  background: var(--blue);
  color: white !important;
}

.dash-main {
  padding: 18px;
}

.dash-main h4 {
  font-size: 16px;
  margin: 0 0 4px;
}

.dash-main p {
  color: #64748b;
  font-size: 9px;
  margin: 0 0 14px;
}

.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.dash-stats div,
.lesson-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 11px;
}

.dash-stats small {
  color: #64748b;
  display: block;
  font-size: 8px;
  font-weight: 900;
}

.dash-stats strong {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}

.lesson-list {
  display: grid;
  gap: 8px;
}

.lesson-list b {
  display: block;
  font-size: 10px;
  margin-bottom: 4px;
}

.lesson-list span {
  color: #64748b;
  font-size: 9px;
  font-weight: 800;
}

.pricing-page {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
}

.pricing-hero {
  padding: 68px 0 34px;
  background:
    radial-gradient(circle at 82% 16%, rgba(11, 85, 255, .09), transparent 26%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.pricing-hero-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 52px;
  align-items: center;
}

.pricing-hero h1 {
  max-width: 720px;
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: .98;
}

.pricing-hero .lead {
  max-width: 640px;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.pricing-actions {
  flex-wrap: wrap;
}

.pricing-actions .btn {
  min-width: 210px;
}

.pricing-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.pricing-trust-row div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  color: #172642;
  font-size: 13px;
  font-weight: 800;
}

.pricing-trust-row span,
.trial-unlocks span,
.plan-list span,
.saved-grid span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: white;
  font-size: 11px;
  font-weight: 900;
  flex: 0 0 auto;
}

.pricing-trust-row div > span {
  width: 32px;
  height: 32px;
  background: white;
  color: var(--blue);
  border: 1px solid #c9dcff;
  border-radius: 8px;
}

.pricing-trust-row b,
.pricing-trust-row small {
  display: block;
}

.pricing-trust-row small {
  color: #3d4d67;
  font-size: 11px;
  margin-top: 2px;
}

.trial-preview-card,
.pricing-plan-card,
.trial-side-card,
.after-trial-card,
.build-first-card {
  background: rgba(255, 255, 255, .95);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(7, 23, 53, .06);
}

.trial-preview-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.trial-preview-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(11, 85, 255, .10);
}

.trial-preview-head {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.trial-preview-icon,
.trial-side-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--blue), var(--blue-2));
  color: white;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(11, 85, 255, .22);
}

.trial-preview-head b {
  display: block;
  font-size: 22px;
  letter-spacing: -.045em;
}

.trial-preview-head span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 3px;
}

.trial-progress-card {
  position: relative;
  background: #f6f9ff;
  border: 1px solid #dfe9fb;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 20px;
}

.trial-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}

.trial-progress-head b {
  color: #10a37f;
}

.trial-progress-track {
  height: 10px;
  background: #dfe7f2;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 12px;
}

.trial-progress-track div {
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #10a37f, #20c997);
}

.trial-progress-card p {
  margin: 0;
  color: #526174;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

.trial-unlocks {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}

.trial-unlocks div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #10213d;
  font-size: 13px;
  font-weight: 850;
}

.plans-intro {
  padding: 26px 0 18px;
  text-align: center;
}

.plans-intro h2 {
  max-width: 760px;
  margin: 8px auto 10px;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -.06em;
}

.plans-intro p {
  max-width: 670px;
  margin: 0 auto;
  color: #526174;
  font-weight: 650;
  line-height: 1.65;
}

.home-page .price-card.muted-plan {
  background: #fff;
}

.pricing-plan-section {
  padding: 28px 0 26px;
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr 1.18fr;
  gap: 22px;
  align-items: stretch;
}

.pricing-plan-card,
.trial-side-card {
  position: relative;
  padding: 28px;
}

.premium-plan {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 85, 255, .06), 0 18px 42px rgba(11, 85, 255, .10);
}

.popular {
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: var(--blue);
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 7px 46px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-label {
  color: #10a37f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .03em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.premium-plan .plan-label {
  color: var(--blue);
}

.plan-price {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.06em;
  margin-bottom: 4px;
}

.plan-price span {
  color: #526174;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.plan-sub {
  color: #526174;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
  margin: 0 0 22px;
}

.plan-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.plan-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #10213d;
  font-size: 13px;
  font-weight: 800;
}

.plan-list .muted {
  color: #7b8799;
  font-weight: 700;
}

.plan-list .muted span {
  background: white;
  color: #70819d;
  border: 1px solid #8ea0ba;
}

.basic-plan .plan-list li:not(.muted) span,
.saved-grid span {
  background: #10a37f;
}

.plan-note {
  background: transparent;
  border-radius: 0;
  color: #526174;
  font-size: 12px;
  font-weight: 800;
  margin: 4px 0 16px;
  padding: 0;
}

.wide-btn {
  width: 100%;
}

.trial-side-card {
  padding: 40px 30px;
}

.trial-side-icon {
  margin-bottom: 24px;
}

.trial-side-card h2 {
  color: var(--blue);
  font-size: 29px;
  line-height: 1.05;
  letter-spacing: -.05em;
  margin: 0 0 24px;
}

.after-trial-section,
.build-first-section {
  padding: 0 0 28px;
}

.after-trial-card {
  overflow: hidden;
}

.after-copy {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 30px 32px;
  border-bottom: 1px solid var(--line);
}

.shield-icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #ecfdf5;
  color: #10a37f;
  font-size: 30px;
  font-weight: 900;
}

.after-copy h2 {
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.05em;
  margin: 0 0 12px;
}

.after-copy h2 span {
  color: #10a37f;
}

.after-copy b {
  display: block;
  margin-bottom: 10px;
}

.after-copy p {
  color: #526174;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 650;
  margin: 0;
}

.saved-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 42px;
  padding: 30px 42px 22px;
}

.saved-grid div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #10213d;
  font-size: 13px;
  font-weight: 800;
}

.choose-line {
  border-top: 1px solid var(--line);
  margin: 0 42px;
  padding: 20px 0 26px;
  text-align: center;
  color: #23334f;
  font-size: 15px;
  font-weight: 750;
}

.choose-line span {
  color: var(--blue);
  font-weight: 900;
}

.build-first-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  padding: 30px 34px;
  align-items: center;
}

.build-first-card h2 {
  font-size: 30px;
  line-height: 1.03;
  letter-spacing: -.055em;
  margin: 0 0 14px;
}

.build-first-card h2 span {
  color: var(--blue);
}

.build-first-card p {
  color: #526174;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 650;
  margin: 0;
}

.build-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.build-process div {
  text-align: center;
}

.build-process span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.build-process b {
  display: block;
  margin-bottom: 6px;
}

.build-process p {
  font-size: 12px;
  line-height: 1.45;
}

.pricing-page li {
  margin: 0;
}

.pricing-page li::before {
  content: none;
  display: none;
}

.signup-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(11, 85, 255, .10), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.signup-window {
  width: min(440px, 100%);
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 34px;
  backdrop-filter: blur(18px);
}

.signup-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
}

.signup-brand img {
  width: 230px;
  max-width: 100%;
  display: block;
}

.signup-window h1 {
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -.055em;
  margin: 0 0 8px;
}

.signup-window .subtext {
  color: #657389;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
  margin: 0 0 24px;
}

.signup-window form {
  display: grid;
  gap: 14px;
}

.signup-window label {
  display: grid;
  gap: 7px;
  color: #273750;
  font-size: 13px;
  font-weight: 850;
}

.signup-window input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 15px;
  font: inherit;
  font-size: 14px;
  outline: none;
  background: white;
  color: var(--ink);
  transition: .18s ease;
}

.signup-window input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 85, 255, .10);
}

.signup-window input::placeholder {
  color: #9ca3af;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

.login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 12%, rgba(11,85,255,.16), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(123,92,255,.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.login-window {
  position: relative;
  width: min(450px, 100%);
  padding: 31px 30px 28px;
  border-color: rgba(180,198,225,.9);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 90px rgba(7,23,53,.18);
}

.login-window .signup-brand {
  display: block;
  width: 190px;
  margin: 0 auto 22px;
}

.login-window .signup-brand img {
  width: 100%;
}

.login-window h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.05em;
  text-align: center;
}

.login-window .subtext {
  max-width: 330px;
  margin: 10px auto 23px;
  color: #617087;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.login-window form {
  gap: 14px;
}

.login-window label {
  color: #27364d;
  font-size: 12px;
  font-weight: 400;
}

.login-window input {
  height: 46px;
  margin-top: 7px;
  padding: 0 13px;
  border-color: #d5dfec;
  border-radius: 10px;
  color: #071735;
  font-size: 14px;
  font-weight: 400;
}

.login-window input[aria-invalid="true"] {
  border-color: #f04438;
  box-shadow: 0 0 0 4px rgba(240,68,56,.10);
}

.login-window .password-control {
  margin-top: 7px;
}

.login-window .password-control > input {
  height: 46px;
}

.login-window .password-visibility {
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.login-window .password-visibility svg {
  width: 18px;
  height: 18px;
}

.login-window .submit-btn {
  min-height: 46px;
  margin-top: 3px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0 16px 34px rgba(11,85,255,.25);
}

.login-window .auth-form-error {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.login-window .auth-form-error:not(:empty) {
  margin-top: 1px;
  padding: 10px 12px;
  border: 1px solid rgba(240,68,56,.20);
  border-radius: 12px;
  background: #fff4f2;
}

.login-window .login-link {
  margin-top: 18px;
  color: #68768a;
  font-size: 12px;
  font-weight: 500;
}

.login-window .login-link a {
  color: #0b55ff;
  font-weight: 850;
}

.submit-btn {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 16px 18px;
  margin-top: 6px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  color: white;
  background: linear-gradient(180deg, var(--blue), var(--blue-2));
  box-shadow: 0 14px 28px rgba(11, 85, 255, .24);
  cursor: pointer;
  transition: .18s ease;
}

.submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(11, 85, 255, .30);
}

.auth-form-error {
  min-height: 20px;
  margin: 2px 0 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.submit-btn:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.login-modal {
  width: min(440px, calc(100% - 32px));
  padding: 30px;
  color: #071735;
  border: 1px solid rgba(180,198,225,.9);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 90px rgba(7,23,53,.24);
  font-family: Inter, system-ui, sans-serif;
}
.login-modal::backdrop { background: rgba(5,18,39,.46); backdrop-filter: blur(8px); }
.login-modal-close { position:absolute; top:14px; right:14px; width:34px; height:34px; color:#526174; border:0; border-radius:9px; background:#f3f6fa; font-size:23px; line-height:1; cursor:pointer; }
.login-modal-close:hover { color:#0b55ff; background:#eaf2ff; }
.login-modal-brand { display:block; width:190px; margin:0 auto 22px; }
.login-modal-brand img { display:block; width:100%; }
.login-modal-eyebrow { margin:0 0 7px; color:#0b55ff; font-size:11px; font-weight:900; letter-spacing:.08em; text-align:center; text-transform:uppercase; }
.login-modal h2 { margin:0; font-size:26px; letter-spacing:-.04em; text-align:center; }
.login-modal-copy { margin:9px 0 22px; color:#617087; font-size:13px; line-height:1.5; text-align:center; }
.login-modal form { display:grid; gap:14px; }
.login-modal label { color:#27364d; font-size:12px; font-weight:400; }
.login-modal-password-label { position:relative; }
.login-modal input { width:100%; height:46px; margin-top:7px; padding:0 13px; border:1px solid #d5dfec; border-radius:10px; outline:0; color:#071735; background:#fff; font:inherit; font-size:14px; font-weight:400; }
.login-modal-password-label input { padding-right:46px; }
.login-modal input::placeholder { color:#9ca3af; font-weight:400; opacity:1; }
.login-modal input:focus { border-color:#0b55ff; box-shadow:0 0 0 4px rgba(11,85,255,.11); }
.login-modal-password-toggle { position:absolute; right:8px; bottom:5px; width:36px; height:36px; display:grid; place-items:center; border:0; border-radius:10px; color:#64748b; background:transparent; cursor:pointer; transition:background .16s ease,color .16s ease; }
.login-modal-password-toggle:hover,.login-modal-password-toggle.is-visible { color:#0b55ff; background:#eff6ff; }
.login-modal-password-toggle svg { width:18px; height:18px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.login-modal .btn { width:100%; min-height:46px; margin-top:3px; }
.login-modal-signup { margin:18px 0 0; color:#68768a; font-size:12px; text-align:center; }
.login-modal-signup a { color:#0b55ff; font-weight:850; }
.signup-modal { width: min(520px, calc(100% - 32px)); }
.signup-modal-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.signup-modal-benefits { display:flex; justify-content:center; flex-wrap:wrap; gap:10px 18px; margin-top:4px; color:#3e6b54; font-size:11px; font-weight:650; }
.login-modal-signup button { padding:0; color:#0b55ff; border:0; background:transparent; font:inherit; font-weight:850; cursor:pointer; }
@media (max-width:560px) { .signup-modal-row { grid-template-columns:1fr; } }

.login-link {
  color: #657389;
  font-size: 14px;
  font-weight: 650;
  margin: 20px 0 0;
  text-align: center;
}

.login-link a,
.fine-print a {
  color: var(--blue);
  font-weight: 900;
}

.fine-print {
  color: #657389;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  margin: 16px 0 0;
  text-align: center;
}

@media (max-width: 820px) {
  .content-grid { grid-template-columns: 1fr; }
  .contact-layout,
  .contact-story {
    grid-template-columns: 1fr;
  }
  .features-hero-grid,
  .features-split,
  .features-split-alt,
  .features-dashboard-shot,
  .features-dash-lower {
    grid-template-columns: 1fr;
  }
  .features-product-stack {
    min-height: 520px;
  }
  .features-screen {
    width: 88%;
  }
  .features-widget {
    right: 18px;
  }
  .features-phone {
    right: 28px;
  }
  .features-publish-grid,
  .features-love-grid {
    grid-template-columns: 1fr;
  }
  .features-publish-grid article {
    min-height: auto;
  }
  .features-builder-shot,
  .features-calendar-shot,
  .features-dash-side {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .features-studio-grid,
  .features-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .demo-frame { height: 1180px; }
  .demo-build-card {
    grid-template-columns: 1fr;
  }
  .demo-build-actions {
    justify-items: start;
  }
  .how-hero-grid,
  .work-row,
  .publish-visual {
    grid-template-columns: 1fr;
  }
  .process-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-step::after {
    display: none;
  }
  .experience-visual {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .builder-shot,
  .dash-shot {
    grid-template-columns: 1fr;
  }
  .builder-side,
  .builder-form,
  .dash-side {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .site-shot {
    grid-template-columns: 1fr;
  }
  .arrow-big {
    display: none;
  }
  .pricing-hero-grid,
  .pricing-plan-grid,
  .build-first-card {
    grid-template-columns: 1fr;
  }
  .trial-preview-card {
    max-width: 560px;
  }
  .saved-grid,
  .build-process {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .features-hero {
    padding-top: 44px;
  }
  .contact-row {
    grid-template-columns: 1fr;
  }
  .contact-story {
    padding: 24px;
  }
  .features-hero h1 {
    font-size: 42px;
  }
  .features-quick-row,
  .features-check-grid,
  .features-builder-body,
  .features-builder-main,
  .features-studio-grid,
  .features-stat-row {
    grid-template-columns: 1fr;
  }
  .features-product-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }
  .features-screen,
  .features-widget,
  .features-phone {
    position: static;
    width: 100%;
  }
  .features-phone {
    min-height: 0;
    border-width: 8px;
  }
  .features-copy,
  .features-builder-shot,
  .features-calendar-shot {
    padding: 22px;
  }
  .features-calendar-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .features-dash-main {
    padding: 18px;
  }
  .features-dash-head {
    display: grid;
  }
  .how-hero {
    padding-top: 44px;
  }
  .row-copy {
    grid-template-columns: 1fr;
  }
  .work-row {
    padding: 22px;
  }
  .process-strip {
    grid-template-columns: 1fr;
  }
  .dash-stats {
    grid-template-columns: 1fr;
  }
  .pricing-hero {
    padding-top: 44px;
  }
  .pricing-hero h1 {
    font-size: 42px;
  }
  .pricing-actions .btn {
    width: 100%;
  }
  .demo-build-card {
    padding: 22px;
  }
  .demo-build-actions,
  .demo-build-actions .btn {
    width: 100%;
  }
  .trial-unlocks,
  .saved-grid,
  .build-process {
    grid-template-columns: 1fr;
  }
  .trial-preview-card,
  .pricing-plan-card,
  .trial-side-card,
  .build-first-card {
    padding: 22px;
  }
  .after-copy {
    grid-template-columns: 1fr;
  }
  .saved-grid {
    padding: 24px;
  }
  .choose-line {
    margin: 0 24px;
  }
  .signup-page {
    padding: 14px;
  }
  .signup-window {
    padding: 26px;
  }
  .signup-window h1 {
    font-size: 29px;
  }
}
.home-page .nav-links a,
.home-page .nav-actions a:not(.btn) {
  transition: color .2s ease;
}

.home-page .nav-links a:hover,
.home-page .nav-links a:focus-visible,
.home-page .nav-actions a:not(.btn):hover,
.home-page .nav-actions a:not(.btn):focus-visible {
  color: var(--blue);
}

.nav-actions {
  margin-left: auto;
  gap: 14px;
}

.nav-actions .marketing-start-building {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(11,85,255,.22);
}

.nav-actions .marketing-start-building:hover {
  box-shadow: 0 11px 24px rgba(11,85,255,.28);
}

.nav-auth-zone {
  width: 210px;
  min-width: 210px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-auth-guest {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.nav-auth-zone .bml-account-slot,
.nav-auth-zone .bml-account-trigger {
  max-width: 210px;
}

@media (max-width: 640px) {
  .nav-actions .marketing-start-building {
    display: none;
  }

  .nav-auth-zone {
    width: auto;
    min-width: 0;
    height: 40px;
  }

  .nav-auth-guest {
    display: flex;
    gap: 7px;
  }

  .home-page .nav {
    gap: 10px;
  }

  .home-page .nav-actions {
    gap: 0;
    font-size: 12px;
  }

  .home-page .nav-auth-guest a {
    min-height: 36px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 8px;
    white-space: nowrap;
  }

  .home-page .nav-auth-guest a[data-signup-modal] {
    padding-inline: 12px;
    color: #fff;
    background: linear-gradient(180deg, var(--blue), var(--blue-2));
    box-shadow: 0 6px 14px rgba(11, 85, 255, .22);
  }

  .nav-actions .bml-account-links a {
    display: flex;
  }
}

/* Workbench hero: one complete, interactive product showcase at every width. */
.home-page .hero {
  overflow: hidden;
  padding-top: 50px;
  background:
    radial-gradient(circle at 82% 34%, rgba(46, 118, 255, .15), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(111, 156, 255, .10), transparent 28%),
    linear-gradient(135deg, #f9fbff 0%, #edf4ff 56%, #f8fbff 100%);
}

.home-page.homepage-booking-preview .hero {
  background: #f7faff;
}

/* A compact editorial path from studio setup to the first booking. */
.home-page .studio-process {
  padding: 48px 0 38px;
  background: #fff;
  scroll-margin-top: 82px;
}

.home-page .studio-process-inner {
  width: min(1120px, calc(100% - 40px));
}

.home-page .studio-process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 42px;
  text-align: left;
}

.home-page .studio-process-intro h2 {
  max-width: 620px;
  margin: 0;
  color: #071735;
  font-size: clamp(40px, 4.2vw, 54px);
  line-height: 1;
  letter-spacing: -.06em;
}

.home-page .studio-process-intro > p {
  max-width: 440px;
  margin: 0 0 3px;
  color: #526174;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.home-page .studio-process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.home-page .studio-process-flow::before {
  content: none;
}

.home-page .studio-process-step {
  position: relative;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.home-page .studio-process-step:not(:last-child) {
  border-right: 0;
}

.home-page .studio-process-marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  margin-bottom: 16px;
}

.home-page .studio-process-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: transparent;
}

.home-page .studio-process-icon svg {
  width: 56px;
  height: 56px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .studio-process-step h3 {
  margin: 0 0 10px;
  color: #071735;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -.045em;
}

.home-page .studio-process-step p {
  max-width: 238px;
  margin: 0;
  color: #637188;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .home-page .studio-process {
    padding: 40px 0 36px;
  }

  .home-page .studio-process-inner {
    width: min(100% - 32px, 620px);
  }

  .home-page .studio-process-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .home-page .studio-process-intro h2 {
    font-size: clamp(37px, 9.8vw, 48px);
  }

  .home-page .studio-process-intro > p {
    max-width: 560px;
    font-size: 15px;
  }

  .home-page .studio-process-intro > p br {
    display: none;
  }

  .home-page .studio-process-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-page .studio-process-flow::before {
    content: none;
  }

  .home-page .studio-process-step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
    min-height: 0;
    padding: 20px 0;
    border-top: 1px solid #e2e8f1;
  }

  .home-page .studio-process-step:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .home-page .studio-process-marker {
    grid-row: 1 / 3;
    margin: 0;
  }

  .home-page .studio-process-icon {
    width: 54px;
    height: 54px;
  }

  .home-page .studio-process-icon svg {
    width: 50px;
    height: 50px;
  }

  .home-page .studio-process-step h3 {
    margin: 2px 0 7px;
    padding-top: 0;
    font-size: 18px;
  }

  .home-page .studio-process-step p {
    max-width: 480px;
    font-size: 13px;
    line-height: 1.5;
  }

}

@media (max-width: 540px) {
  .home-page .studio-process-inner {
    width: min(100% - 28px, 430px);
  }

  .home-page .studio-process-intro h2 {
    font-size: clamp(35px, 10vw, 43px);
  }

}

/* Real product proof: the final Home Dashboard replaces the old CSS illustration. */
.home-page .product-dashboard {
  padding: 76px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 62%, #f7faff 100%);
  scroll-margin-top: 82px;
}

.home-page .product-dashboard-inner {
  width: min(1180px, calc(100% - 40px));
}

.home-page .product-dashboard-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 76px;
  align-items: end;
  margin-bottom: 54px;
}

.home-page .product-dashboard-intro h2 {
  margin: 0;
  color: #071735;
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: .98;
  letter-spacing: -.065em;
}

.home-page .product-dashboard-intro > p {
  max-width: 470px;
  margin: 0 0 5px;
  color: #5b6980;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
}

.home-page .product-dashboard-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 48px;
}

.home-page .product-dashboard-points article {
  min-width: 0;
  padding-top: 17px;
  border-top: 2px solid rgba(11, 85, 255, .13);
}

.home-page .product-dashboard-points strong,
.home-page .product-dashboard-points span {
  display: block;
}

.home-page .product-dashboard-points strong {
  margin-bottom: 9px;
  color: #10213d;
  font-size: 15px;
  line-height: 1.25;
}

.home-page .product-dashboard-points span {
  color: #647289;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.58;
}

.home-page .product-dashboard-figure {
  margin: 0;
}

.home-page .product-dashboard-image-scroll {
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(205, 217, 233, .88);
  border-radius: 26px;
  background: #fff;
  box-shadow:
    0 2px 4px rgba(7, 23, 53, .04),
    0 36px 90px -52px rgba(7, 23, 53, .48);
}

.home-page .product-dashboard-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.home-page .product-dashboard-figure figcaption {
  margin-top: 14px;
  color: #7a8799;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 860px) {
  .home-page .product-dashboard {
    padding: 76px 0 82px;
  }

  .home-page .product-dashboard-inner {
    width: min(100% - 24px, 680px);
  }

  .home-page .product-dashboard-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .home-page .product-dashboard-intro h2 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .home-page .product-dashboard-intro > p {
    max-width: none;
    font-size: 16px;
  }

  .home-page .product-dashboard-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    margin-bottom: 38px;
  }

  .home-page .product-dashboard-image-scroll {
    padding: 7px;
    overflow-x: auto;
    border-radius: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .home-page .product-dashboard-figure img {
    width: 980px;
    max-width: none;
    border-radius: 14px;
  }
}

@media (max-width: 520px) {
  .home-page .product-dashboard-points {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-page .product-dashboard-figure figcaption {
    text-align: left;
  }
}

/* Desktop dashboard toy: real product screenshot with a real-looking, swappable BML sidebar. */
.home-page .product-dashboard-layout {
  width: min(1120px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.home-page .product-dashboard-copy {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.home-page .product-dashboard-copy h2 {
  margin: 0 0 22px;
  color: #071735;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.065em;
}

.home-page .product-dashboard-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  text-align: left;
}

.home-page .product-dashboard-features article {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
}

.home-page .product-dashboard-features article::before {
  content: none;
}

.home-page .product-dashboard-check {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.home-page .product-dashboard-features strong {
  display: block;
  margin-bottom: 5px;
  color: #10213d;
  font-size: 15px;
  line-height: 1.25;
}

.home-page .product-dashboard-features p {
  margin: 0;
  color: #66748a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.home-page .dashboard-toy-scroll {
  min-width: 0;
}

.home-page .dashboard-toy {
  width: 100%;
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr);
  aspect-ratio: 1.8 / 1;
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 2px 4px rgba(7, 23, 53, .04),
    0 38px 86px -48px rgba(7, 23, 53, .48);
}

.home-page .dashboard-toy-sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 13px 7px 10px;
  border-right: 1px solid #dfe7f2;
  background: rgba(255, 255, 255, .98);
}

.home-page .dashboard-toy-logo {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 9px;
}

.home-page .dashboard-toy-logo img {
  width: auto;
  max-width: 100%;
  height: 40px;
  display: block;
  object-fit: contain;
}

.home-page .dashboard-toy-nav {
  display: grid;
  align-content: start;
  gap: 3px;
  padding-top: 5px;
}

.home-page .dashboard-toy-nav button {
  position: relative;
  min-width: 0;
  min-height: 30px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  padding: 0 9px;
  overflow: hidden;
  color: #15233c;
  border: 0;
  border-radius: 7px;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 9.5px;
  font-weight: 780;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

.home-page .dashboard-toy-nav button:hover {
  color: var(--blue);
  background: #f3f7ff;
}

.home-page .dashboard-toy-nav button:focus {
  outline: 0 !important;
}

.home-page .dashboard-toy-nav button:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(11, 85, 255, .32);
}

.home-page .dashboard-toy-nav button.active {
  color: var(--blue);
  background: #edf4ff;
}

.home-page .dashboard-toy-nav button.active::before {
  content: "";
  position: absolute;
  left: -7px;
  width: 4px;
  height: 30px;
  border-radius: 0 999px 999px 0;
  background: var(--blue);
}

.home-page .dashboard-toy-icon {
  --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M4 6h16v12H4z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: inline-block;
  color: #51617a;
  background: currentColor;
  -webkit-mask: var(--toy-icon) center / contain no-repeat;
  mask: var(--toy-icon) center / contain no-repeat;
}

.home-page .dashboard-toy-nav button.active .dashboard-toy-icon {
  color: var(--blue);
}

.home-page .toy-icon-home { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='m3 11 9-8 9 8M5 10v10h14V10M9 20v-6h6v6'/%3E%3C/svg%3E"); }
.home-page .toy-icon-students,.home-page .toy-icon-instructors,.home-page .toy-icon-waitlist { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M16 20v-2a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v2m6.5-10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8.5 1a3 3 0 0 1 3 3v2m-5-12a3 3 0 0 1 0 6'/%3E%3C/svg%3E"); }
.home-page .toy-icon-offers { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M20 13 13 20 3 10V3h7l10 10ZM7.5 7.5h.01'/%3E%3C/svg%3E"); }
.home-page .toy-icon-experience { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M4 5h16v12H4zM8 21h8M12 17v4M8 9h8M8 13h5'/%3E%3C/svg%3E"); }
.home-page .toy-icon-analytics { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M4 20V10m6 10V4m6 16v-7m5 7H2'/%3E%3C/svg%3E"); }
.home-page .toy-icon-payments { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M3 6h18v12H3zM3 10h18m-5 5h2'/%3E%3C/svg%3E"); }
.home-page .toy-icon-settings { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='M12 15.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm7.4-2 .1-1.5-.1-1.5 2.1-1.6-2-3.5-2.6 1a8 8 0 0 0-2.6-1.5L14 2h-4l-.4 2.9A8 8 0 0 0 7 6.4l-2.6-1-2 3.5 2.1 1.6-.1 1.5.1 1.5-2.1 1.6 2 3.5 2.6-1a8 8 0 0 0 2.6 1.5L10 22h4l.4-2.9a8 8 0 0 0 2.6-1.5l2.6 1 2-3.5-2.2-1.6Z'/%3E%3C/svg%3E"); }
.home-page .toy-icon-search { --toy-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round' d='m21 21-4.4-4.4M19 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z'/%3E%3C/svg%3E"); }

.home-page .dashboard-toy-trial {
  margin-top: auto;
  padding: 8px;
  border: 1px solid #f1dfad;
  border-radius: 11px;
  background:
    radial-gradient(circle at 10% 0%, rgba(244, 180, 0, .18), transparent 6rem),
    linear-gradient(180deg, #fffdf6 0%, #fff8e5 100%);
}

.home-page .dashboard-toy-trial-title {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
}

.home-page .dashboard-toy-trial-title > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #d79000;
  border-radius: 7px;
  background: #fff1bf;
  font-size: 11px;
}

.home-page .dashboard-toy-trial strong,
.home-page .dashboard-toy-trial small {
  display: block;
}

.home-page .dashboard-toy-trial strong {
  color: #071735;
  font-size: 9px;
  line-height: 1.1;
}

.home-page .dashboard-toy-trial small {
  margin-top: 2px;
  color: #6b7687;
  font-size: 7.5px;
  font-weight: 750;
}

.home-page .dashboard-toy-trial-progress {
  height: 4px;
  margin: 7px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #f3e4bc;
}

.home-page .dashboard-toy-trial-progress span {
  width: 29%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #f4b400, #ffd86b);
}

.home-page .dashboard-toy-trial > button {
  width: 100%;
  min-height: 24px;
  color: #07172f;
  border: 0;
  border-radius: 7px;
  background: #f4b400;
  font: inherit;
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}

.home-page .dashboard-toy-trial > button:focus {
  outline: 0 !important;
}

.home-page .dashboard-toy-trial > button:focus-visible {
  box-shadow: 0 0 0 3px rgba(11, 85, 255, .22);
}

.home-page .dashboard-toy-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f7faff;
}

.home-page .dashboard-toy-stage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top left;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity .18s ease, transform .28s cubic-bezier(.16, 1, .3, 1);
}

.home-page .dashboard-toy-stage.is-switching img {
  opacity: 0;
  transform: translateX(10px) scale(.992);
}

.home-page .dashboard-mobile-toy {
  display: none;
}

@media (max-width: 1120px) {
  .home-page .product-dashboard-layout {
    width: min(940px, calc(100% - 40px));
    gap: 34px;
  }

  .home-page .product-dashboard-copy {
    max-width: 820px;
  }

  .home-page .product-dashboard-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
  }
}

@media (max-width: 700px) {
  .homepage-hybrid .hero {
    padding-bottom: 0;
  }

  .home-page .product-dashboard {
    padding-top: 48px;
  }

  .home-page .product-dashboard-layout {
    width: min(100% - 24px, 620px);
  }

  .home-page .product-dashboard-copy {
    text-align: left;
  }

  .home-page .product-dashboard-copy h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -.05em;
  }

  .home-page .product-dashboard-features {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-page .product-dashboard-features article {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 11px;
  }

  .home-page .dashboard-toy-scroll {
    display: none;
  }

  .home-page .dashboard-mobile-toy {
    position: relative;
    width: min(100%, 430px);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 26px;
    background: #f8fbff;
    box-shadow: none;
  }

  .home-page .dashboard-mobile-toy-header {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px 42px 42px;
    grid-template-areas:
      "menu brand trash updates account"
      "search search search search search";
    gap: 8px;
    padding: 10px 12px 11px;
    border-bottom: 1px solid rgba(216, 226, 239, .9);
    background: rgba(248, 251, 255, .97);
    box-shadow: none;
  }

  .home-page .dashboard-mobile-toy-menu,
  .home-page .dashboard-mobile-toy-action,
  .home-page .dashboard-mobile-toy-account {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    margin: 0;
    padding: 0;
    color: #172943;
    border: 1px solid #dce5f1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(7, 25, 63, .055);
  }

  .home-page .dashboard-mobile-toy-menu {
    grid-area: menu;
    gap: 4px;
  }

  .home-page .dashboard-mobile-toy-menu span {
    width: 17px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .home-page .dashboard-mobile-toy.nav-open .dashboard-mobile-toy-menu span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .home-page .dashboard-mobile-toy.nav-open .dashboard-mobile-toy-menu span:nth-child(2) { opacity: 0; }
  .home-page .dashboard-mobile-toy.nav-open .dashboard-mobile-toy-menu span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .home-page .dashboard-mobile-toy-brand {
    grid-area: brand;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #071735;
  }

  .home-page .dashboard-mobile-toy-brand img {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    object-fit: contain;
  }

  .home-page .dashboard-mobile-toy-brand strong {
    overflow: hidden;
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page .dashboard-mobile-toy-action {
    position: relative;
  }

  .home-page .dashboard-mobile-toy-trash { grid-area: trash; }
  .home-page .dashboard-mobile-toy-alert { grid-area: updates; }

  .home-page .dashboard-mobile-toy-action svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .home-page .dashboard-mobile-toy-alert i {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    color: #fff;
    border: 2px solid #f8fbff;
    border-radius: 999px;
    background: #ef4444;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
  }

  .home-page .dashboard-mobile-toy-account {
    grid-area: account;
    color: #40526c;
    border-radius: 50%;
    background: #e9f2ff;
    font-size: 10px;
    font-weight: 900;
  }

  .home-page .dashboard-mobile-toy-search {
    grid-area: search;
    min-height: 40px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    padding: 0 12px;
    border: 1px solid #dce5f1;
    border-radius: 12px;
    background: #fff;
  }

  .home-page .dashboard-mobile-toy-search .dashboard-toy-icon {
    width: 16px;
    height: 16px;
    color: #66758b;
  }

  .home-page .dashboard-mobile-toy-search input {
    min-width: 0;
    height: 38px;
    padding: 0;
    color: #172943;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 13px;
  }

  .home-page .dashboard-mobile-toy-stage {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #f8fbff;
  }

  .home-page .dashboard-mobile-toy-stage img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    transform: translateX(0);
    transition: opacity .18s ease, transform .28s cubic-bezier(.16, 1, .3, 1);
  }

  .home-page .dashboard-mobile-toy-stage.is-switching img {
    opacity: 0;
    transform: translateX(10px);
  }

  .home-page .dashboard-mobile-toy-toast {
    position: absolute;
    top: 112px;
    right: 14px;
    z-index: 7;
    max-width: calc(100% - 28px);
    padding: 10px 13px;
    color: #fff;
    border-radius: 11px;
    background: rgba(7, 23, 53, .93);
    box-shadow: 0 12px 30px rgba(7, 23, 53, .2);
    font-size: 11px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
  }

  .home-page .dashboard-mobile-toy-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .home-page .dashboard-mobile-toy-backdrop {
    position: absolute;
    inset: 0 0 0 min(292px, 84%);
    z-index: 8;
    border: 0;
    background: rgba(7, 23, 53, .44);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .home-page .dashboard-mobile-toy-backdrop:not([hidden]) {
    display: block;
  }

  .home-page .dashboard-mobile-toy-drawer {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 9;
    width: min(292px, 84%);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 10px;
    overflow-y: auto;
    border-right: 1px solid #d9e4f2;
    background: rgba(255, 255, 255, .995);
    box-shadow: 22px 0 55px rgba(7, 25, 63, .2);
    transform: translateX(-105%);
    transition: transform .22s ease;
  }

  .home-page .dashboard-mobile-toy.nav-open .dashboard-mobile-toy-drawer {
    transform: translateX(0);
  }

  .home-page .dashboard-mobile-toy-drawer-logo {
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  .home-page .dashboard-mobile-toy-drawer-logo img {
    width: auto;
    max-width: 180px;
    height: 44px;
    object-fit: contain;
  }

  .home-page .dashboard-mobile-toy-nav {
    display: grid;
    gap: 4px;
    padding-top: 8px;
  }

  .home-page .dashboard-mobile-toy-nav button {
    position: relative;
    min-height: 44px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    padding: 0 16px;
    color: #15233c;
    border: 0;
    border-radius: 10px;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 780;
    text-align: left;
  }

  .home-page .dashboard-mobile-toy-nav button.active {
    color: var(--blue);
    background: #edf4ff;
  }

  .home-page .dashboard-mobile-toy-nav button.active::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 4px;
    height: 32px;
    border-radius: 0 999px 999px 0;
    background: var(--blue);
  }

  .home-page .dashboard-mobile-toy-nav .dashboard-toy-icon {
    width: 17px;
    height: 17px;
  }

  .home-page .dashboard-mobile-toy-nav button.active .dashboard-toy-icon {
    color: var(--blue);
  }

  .home-page .dashboard-mobile-toy-trial {
    margin-top: auto;
    padding: 12px;
    border: 1px solid #f1dfad;
    border-radius: 14px;
    background: linear-gradient(180deg, #fffdf6 0%, #fff8e5 100%);
  }

  .home-page .dashboard-mobile-toy-trial > div {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
  }

  .home-page .dashboard-mobile-toy-trial > div > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #d79000;
    border-radius: 9px;
    background: #fff1bf;
  }

  .home-page .dashboard-mobile-toy-trial p,
  .home-page .dashboard-mobile-toy-trial strong,
  .home-page .dashboard-mobile-toy-trial small {
    display: block;
    margin: 0;
  }

  .home-page .dashboard-mobile-toy-trial strong { color: #071735; font-size: 12px; }
  .home-page .dashboard-mobile-toy-trial small { margin-top: 2px; color: #6b7687; font-size: 10px; font-weight: 750; }

  .home-page .dashboard-mobile-toy-trial > i {
    height: 5px;
    display: block;
    margin: 10px 0;
    overflow: hidden;
    border-radius: 999px;
    background: #f3e4bc;
  }

  .home-page .dashboard-mobile-toy-trial > i b {
    width: 29%;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, #f4b400, #ffd86b);
  }

  .home-page .dashboard-mobile-toy-trial > button {
    width: 100%;
    min-height: 36px;
    color: #07172f;
    border: 0;
    border-radius: 9px;
    background: #f4b400;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
  }

  .home-page .dashboard-mobile-toy button:focus {
    outline: 0 !important;
  }

  .home-page .dashboard-mobile-toy button:focus-visible {
    box-shadow: 0 0 0 3px rgba(11, 85, 255, .22);
  }
}

/* Pricing keeps the two plans visually equal; Premium wins through detail, not a different surface. */
.home-page .bml-pricing {
  padding: 30px 0 40px;
  background: #f7faff;
  scroll-margin-top: 82px;
}

.home-page .bml-pricing-inner {
  width: min(1040px, calc(100% - 40px));
}

.home-page .bml-pricing-heading {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.home-page .bml-pricing-heading h2 {
  margin: 0 0 18px;
  color: #071735;
  font-size: clamp(44px, 5.4vw, 68px);
  line-height: .98;
  letter-spacing: -.065em;
}

.home-page .bml-pricing-heading p {
  max-width: 610px;
  margin: 0 auto;
  color: #5b6980;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.home-page .bml-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 850px;
  margin: 0 auto;
}

.home-page .bml-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 38px;
  color: #071735;
  border: 1px solid #dfe7f2;
  border-radius: 24px;
  outline: 0;
  background: #fff;
  box-shadow: 0 22px 54px -42px rgba(7, 23, 53, .42);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-page .bml-plan-card:hover,
.home-page .bml-plan-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(11, 85, 255, .38);
  box-shadow: 0 28px 62px -38px rgba(7, 23, 53, .38);
}

.home-page .bml-plan-premium {
  border-color: rgba(11, 85, 255, .52);
  background: #fff;
  box-shadow:
    0 0 0 3px rgba(11, 85, 255, .045),
    0 25px 62px -38px rgba(11, 85, 255, .42);
}

.home-page .bml-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 17px;
  color: #fff;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 9px 24px -13px rgba(11, 85, 255, .75);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-page .bml-plan-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.home-page .bml-plan-label {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-page .bml-plan-header h3 {
  margin: 0;
  color: #071735;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
}

.home-page .bml-plan-price {
  flex: 0 0 auto;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
}

.home-page .bml-plan-price span {
  display: block;
  margin-top: 5px;
  color: #7a8799;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  text-align: right;
}

.home-page .bml-plan-description {
  min-height: 68px;
  margin: 0 0 18px;
  color: #59677d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.home-page .bml-plan-trial {
  align-self: flex-start;
  margin-bottom: 26px;
  padding: 6px 10px;
  color: #087651;
  border-radius: 8px;
  background: #e9fbf4;
  font-size: 11px;
  font-weight: 850;
}

.home-page .bml-plan-features {
  display: grid;
  gap: 13px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.home-page .bml-plan-features li {
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #34445c;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.home-page .bml-plan-features li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: grid;
  place-items: center;
  margin: 1px 10px 0 0;
  color: var(--blue);
  border-radius: 50%;
  background: #eaf2ff;
  font-size: 11px;
  font-weight: 950;
}

.home-page .bml-plan-button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.home-page .bml-plan-button:hover {
  transform: translateY(-2px);
}

.home-page .bml-plan-button:focus,
.home-page .bml-comparison-toggle:focus,
.home-page .homepage-faq-item button:focus {
  outline: 0 !important;
}

.home-page .bml-plan-button:focus-visible,
.home-page .bml-comparison-toggle:focus-visible,
.home-page .homepage-faq-item button:focus-visible {
  outline: 3px solid rgba(11, 85, 255, .18) !important;
  outline-offset: 2px;
  box-shadow: none;
}

.home-page .bml-plan-button-secondary {
  color: var(--blue);
  border: 1px solid rgba(11, 85, 255, .34);
  background: #fff;
}

.home-page .bml-plan-button-secondary:hover {
  background: #f3f7ff;
}

.home-page .bml-plan-button-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--blue), var(--blue-2));
  box-shadow: 0 13px 28px -16px rgba(11, 85, 255, .75);
}

.home-page .bml-comparison {
  max-width: 900px;
  margin: 52px auto 0;
}

.home-page .bml-comparison-toggle {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0 19px;
  color: #10213d;
  border: 1px solid #dbe5f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px -24px rgba(7, 23, 53, .45);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.home-page .bml-comparison-toggle svg,
.home-page .homepage-faq-item button svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .22s ease;
}

.home-page .bml-comparison-toggle[aria-expanded="true"] svg,
.home-page .homepage-faq-item.is-open button svg {
  transform: rotate(180deg);
}

.home-page .bml-comparison-panel {
  max-height: 0;
  margin-top: 24px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .48s cubic-bezier(.16, 1, .3, 1), opacity .25s ease, transform .32s ease;
}

.home-page .bml-comparison-panel.is-open {
  max-height: 1800px;
  opacity: 1;
  transform: translateY(0);
}

.home-page .bml-comparison-scroll {
  overflow-x: auto;
  border: 1px solid #dfe7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 54px -42px rgba(7, 23, 53, .38);
}

.home-page .bml-comparison table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.home-page .bml-comparison th,
.home-page .bml-comparison td {
  padding: 15px 22px;
  border-bottom: 1px solid #edf1f7;
  color: #3a4960;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.home-page .bml-comparison th {
  color: #071735;
  background: #fbfdff;
  font-weight: 850;
}

.home-page .bml-comparison th:first-child,
.home-page .bml-comparison td:first-child {
  width: 52%;
  text-align: left;
}

.home-page .bml-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.home-page .comparison-check {
  color: var(--blue);
  font-size: 17px;
  font-weight: 950;
}

.home-page .comparison-empty {
  color: #aab5c3;
}

.home-page .homepage-faq {
  padding: 30px 0 64px;
  background: #fff;
  scroll-margin-top: 82px;
}

.home-page .homepage-faq-inner {
  width: min(900px, calc(100% - 40px));
}

.home-page .homepage-faq-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.home-page .homepage-faq-heading h2 {
  margin: 0 0 14px;
  color: #071735;
  font-size: clamp(40px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: -.06em;
}

.home-page .homepage-faq-heading p {
  margin: 0;
  color: #637188;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.home-page .homepage-faq-list {
  border-top: 1px solid #e6ecf4;
}

.home-page .homepage-faq-item {
  border-bottom: 1px solid #e6ecf4;
}

.home-page .homepage-faq-item button {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  color: #10213d;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.home-page .homepage-faq-item button:hover,
.home-page .homepage-faq-item.is-open button {
  color: var(--blue);
}

.home-page .homepage-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .34s cubic-bezier(.16, 1, .3, 1);
}

.home-page .homepage-faq-answer p {
  max-width: 760px;
  margin: 0;
  padding: 0 46px 24px 4px;
  color: #5d6b80;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .home-page .bml-pricing,
  .home-page .homepage-faq {
    padding: 42px 0 50px;
  }

  .home-page .bml-pricing {
    padding: 42px 0 40px;
  }

  .home-page .homepage-faq {
    padding-top: 36px;
  }

  .home-page .bml-pricing-inner,
  .home-page .homepage-faq-inner {
    width: min(100% - 24px, 620px);
  }

  .home-page .bml-pricing-heading {
    margin-bottom: 46px;
    text-align: left;
  }

  .home-page .bml-pricing-heading h2 {
    font-size: clamp(43px, 12.5vw, 58px);
  }

  .home-page .bml-plan-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-page .bml-plan-card {
    padding: 30px 24px 24px;
    border-radius: 20px;
  }

  .home-page .bml-plan-header {
    gap: 12px;
  }

  .home-page .bml-plan-header h3 {
    font-size: 30px;
  }

  .home-page .bml-plan-price {
    font-size: 36px;
  }

  .home-page .bml-plan-description {
    min-height: 0;
  }

  .home-page .bml-comparison {
    margin-top: 38px;
  }

  .home-page .bml-comparison-toggle {
    width: 100%;
  }

  .home-page .bml-comparison-scroll {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .bml-comparison-panel.is-open {
    max-height: 3600px;
  }

  .home-page .bml-comparison table {
    min-width: 0;
    display: block;
  }

  .home-page .bml-comparison thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .home-page .bml-comparison tbody {
    display: grid;
    gap: 10px;
  }

  .home-page .bml-comparison tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dfe7f2;
    border-radius: 14px;
    background: #fff;
  }

  .home-page .bml-comparison tbody td {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 11px 13px;
    border-bottom: 0;
    color: #172943;
    font-size: 12px;
    text-align: right;
  }

  .home-page .bml-comparison tbody td:first-child {
    width: auto;
    grid-column: 1 / -1;
    display: block;
    padding: 13px 14px;
    border-bottom: 1px solid #edf1f7;
    background: #fbfdff;
    color: #071735;
    font-size: 13px;
    font-weight: 850;
    text-align: left;
  }

  .home-page .bml-comparison tbody td:nth-child(2) {
    border-right: 1px solid #edf1f7;
  }

  .home-page .bml-comparison tbody td:nth-child(2)::before,
  .home-page .bml-comparison tbody td:nth-child(3)::before {
    color: #748198;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .home-page .bml-comparison tbody td:nth-child(2)::before {
    content: "Basic";
  }

  .home-page .bml-comparison tbody td:nth-child(3)::before {
    content: "Premium";
  }

  .home-page .bml-comparison .comparison-check {
    font-size: 16px;
  }

  .home-page .homepage-faq-heading {
    margin-bottom: 32px;
    text-align: left;
  }

  .home-page .homepage-faq-heading h2 {
    font-size: 43px;
  }

  .home-page .homepage-faq-item button {
    min-height: 70px;
    padding-inline: 2px;
    font-size: 16px;
  }

  .home-page .homepage-faq-answer p {
    padding: 0 34px 22px 2px;
    font-size: 14px;
  }
}

.home-page .hero-grid {
  width: min(1160px, calc(100% - 40px));
  grid-template-columns: minmax(410px, 470px) minmax(0, 660px);
  gap: 30px;
  justify-content: space-between;
  transform: translateX(20px);
}

.home-page .hero-grid > div:first-child {
  max-width: 560px;
  text-align: left;
}

.home-page .hero-title-clean {
  max-width: 560px;
  font-size: clamp(46px, 4.1vw, 62px);
}

.home-page .hero-title-clean span {
  display: block;
}

.home-page .hero-title-clean span::after {
  content: "";
}

.home-page .hero .lead {
  max-width: 520px;
  font-size: 18px;
}

.home-page .hero-actions,
.home-page .hero-checks-locked {
  justify-content: flex-start;
}

.home-page .homepage-booking-demo {
  width: min(100%, 660px);
  height: 470px;
  min-width: 0;
  position: relative;
  justify-self: end;
  isolation: isolate;
  overflow: visible;
  background: transparent;
}

.home-page .homepage-booking-demo::before {
  content: none;
}

.home-page .hero-checks-mobile {
  display: none;
}

.home-page .hero-booking-features {
  display: none;
}

.home-page .homepage-booking-demo .hero-booking-iframe {
  width: 1180px;
  height: 760px;
  max-width: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
  transform: scale(var(--homepage-demo-scale, .65));
  transform-origin: top left;
}

@media (max-width: 980px) {
  .home-page .hero-grid {
    width: min(100% - 40px, 760px);
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    transform: none;
  }

  .home-page .hero-grid > div:first-child {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
  }

  .home-page .hero-title-clean,
  .home-page .hero .lead {
    max-width: 720px;
    margin-inline: auto;
  }

  .home-page .hero-actions,
  .home-page .hero-checks-locked {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .home-page .brand-image img {
    height: 52px;
  }

  .home-page .nav {
    min-height: 78px;
  }

  .home-page .hero {
    padding-top: 38px;
  }

  .home-page .hero-grid {
    width: min(100% - 24px, 760px);
    gap: 16px;
  }

  .home-page .hero-grid > div:first-child {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    text-align: left;
  }

  .home-page .hero-title-clean,
  .home-page .hero .lead {
    max-width: none;
    margin-inline: 0;
  }

  .home-page .hero-title-clean {
    font-size: clamp(43px, 13vw, 54px);
  }

  .home-page .hero .lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .home-page .hero-actions {
    align-items: stretch;
    margin-bottom: 4px;
  }

  .home-page .hero-actions .examples-link {
    display: none;
  }

  .home-page .hero-grid > div:first-child .hero-checks-locked {
    display: none;
  }

  .home-page .hero-title-clean span {
    display: block;
  }

  .home-page .hero-title-clean span::after {
    content: "";
  }

  .home-page .homepage-booking-demo {
    width: 100vw;
    min-height: 900px;
    margin-left: calc(50% - 50vw);
    justify-self: stretch;
    overflow: visible;
  }

  .home-page .homepage-booking-demo::before {
    inset: 3% 0 8%;
  }

  .home-page .homepage-booking-demo .hero-booking-iframe {
    width: 100%;
    min-height: 900px;
    position: static;
    transform: none;
  }

  .home-page .hero-checks-mobile {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: -2px 0 0;
    padding: 0 2px;
  }

  .home-page .hero-booking-features {
    display: block;
    width: 100%;
    margin: 18px 0 0;
  }

  .home-page .hero-checks-mobile .check {
    min-width: 0;
    min-height: 32px;
    padding: 0;
    justify-content: flex-start;
    text-align: left;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.25;
  }

  .home-page .hero-checks-mobile .dotcheck {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
  }

  .home-page .cta {
    padding: 0 0 24px;
    background: #fff;
  }

  .home-page .cta-card {
    width: min(100% - 24px, 430px);
    align-items: center;
    gap: 24px;
    padding: 32px 22px 24px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 22px 54px -36px rgba(0, 42, 145, .62);
    text-align: center;
  }

  .home-page .cta-left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .home-page .cta .logo-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-width: 2px;
    border-radius: 12px;
  }

  .home-page .cta .logo-mark::before,
  .home-page .cta .logo-mark::after {
    top: -6px;
    width: 4px;
    height: 10px;
  }

  .home-page .cta h3 {
    margin-bottom: 10px;
    font-size: clamp(27px, 8.8vw, 34px);
    line-height: 1.05;
    letter-spacing: -.045em;
  }

  .home-page .cta p {
    max-width: 330px;
    margin-inline: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
  }

  .home-page .cta-actions {
    width: 100%;
  }

  .home-page .cta-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 14px;
  }

  .home-page .cta-actions .micro {
    max-width: 280px;
    margin: 12px auto 0;
    opacity: .86;
    font-size: 11px;
    line-height: 1.4;
  }
}

/* Workbench color study: the BML-blue canvas gradually settles into white by FAQ. */
.home-page.homepage-continuous-blue {
  background: #f7faff;
}

.home-page.homepage-continuous-blue main {
  background: linear-gradient(
    180deg,
    #f7faff 0%,
    #f7faff 38%,
    #f9fbff 58%,
    #fcfdff 76%,
    #ffffff 88%,
    #ffffff 100%
  );
}

.home-page.homepage-continuous-blue .hero,
.home-page.homepage-continuous-blue .simple-how,
.home-page.homepage-continuous-blue .product-dashboard,
.home-page.homepage-continuous-blue .bml-pricing,
.home-page.homepage-continuous-blue .homepage-faq,
.home-page.homepage-continuous-blue .cta {
  background: transparent;
}

/* A quiet transition from the booking-app hero into the studio dashboard. */
.home-page .simple-how {
  padding: 30px 0 34px;
  scroll-margin-top: 82px;
}

.home-page .simple-how-inner {
  width: min(1150px, calc(100% - 40px));
  padding: 42px 44px 46px;
  border: 1px solid #e4edf9;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(245, 250, 255, .98), rgba(255, 255, 255, .98));
  box-shadow: 0 18px 48px -42px rgba(7, 48, 125, .4);
  transform: translateX(15px);
}

.home-page .simple-how-heading {
  margin-bottom: 45px;
  text-align: center;
}

.home-page .simple-how-heading > span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-page .simple-how-heading h2 {
  margin: 0;
  color: #071735;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.03;
  letter-spacing: -.058em;
}

.home-page .simple-how-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 54px);
}

.home-page .simple-how-steps article {
  min-width: 0;
  text-align: center;
}

.home-page .simple-how-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--blue);
}

.home-page .simple-how-icon svg {
  width: 49px;
  height: 49px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .simple-how-steps strong {
  display: block;
  margin-bottom: 8px;
  color: #0a1933;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.home-page .simple-how-steps p {
  max-width: 230px;
  margin: 0 auto;
  color: #5b6a80;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .home-page .simple-how {
    padding: 24px 0 30px;
  }

  .home-page .simple-how-inner {
    width: min(100% - 28px, 520px);
    padding: 24px 0 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .home-page .simple-how-heading {
    margin-bottom: 36px;
    text-align: center;
  }

  .home-page .simple-how-heading h2 {
    font-size: clamp(36px, 10vw, 45px);
  }

  .home-page .simple-how-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .home-page .simple-how-steps article {
    text-align: center;
  }

  .home-page .simple-how-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 13px;
  }

  .home-page .simple-how-icon svg {
    width: 42px;
    height: 42px;
  }

  .home-page .simple-how-steps p {
    max-width: none;
    margin: 0 auto;
    font-size: 12px;
  }
}

/* The booking is the trigger; this section shows the connected studio response. */
.home-page .studio-system {
  padding: 104px 0 116px;
  scroll-margin-top: 82px;
}

.home-page .studio-system-shell {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(330px, .76fr) minmax(560px, 1.24fr);
  gap: clamp(52px, 7vw, 104px);
  align-items: center;
}

.home-page .studio-system-copy {
  min-width: 0;
}

.home-page .studio-system-eyebrow {
  display: block;
  margin-bottom: 19px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.home-page .studio-system-copy h2 {
  max-width: 540px;
  margin: 0;
  color: #071735;
  font-size: clamp(46px, 5vw, 67px);
  line-height: .98;
  letter-spacing: -.067em;
}

.home-page .studio-system-copy > p {
  max-width: 510px;
  margin: 27px 0 0;
  color: #526174;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.65;
}

.home-page .studio-system-promise {
  max-width: 510px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin-top: 28px;
  color: #243651;
  font-size: 13px;
  line-height: 1.5;
}

.home-page .studio-system-promise > span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.home-page .studio-system-flow {
  position: relative;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(199, 216, 239, .86);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 3%, rgba(54, 113, 255, .13), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(239, 246, 255, .93));
  box-shadow:
    0 1px 2px rgba(7, 23, 53, .04),
    0 32px 70px -46px rgba(15, 70, 170, .46);
}

.home-page .studio-system-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(73, 114, 184, .16) .8px, transparent .8px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 55%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 55%, #000 100%);
  opacity: .36;
}

.home-page .studio-system-booking,
.home-page .studio-system-updates article,
.home-page .studio-system-inbox {
  position: relative;
  z-index: 1;
  border: 1px solid #dce6f3;
  background: rgba(255, 255, 255, .96);
}

.home-page .studio-system-booking {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  border-color: rgba(49, 103, 235, .32);
  border-radius: 18px;
  box-shadow: 0 18px 38px -29px rgba(25, 81, 210, .65);
}

.home-page .studio-system-booking-icon,
.home-page .studio-system-update-icon,
.home-page .studio-system-inbox > span {
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #edf4ff;
}

.home-page .studio-system-booking-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.home-page .studio-system-booking-icon svg,
.home-page .studio-system-update-icon svg,
.home-page .studio-system-inbox svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .studio-system-booking span:nth-child(2),
.home-page .studio-system-booking small,
.home-page .studio-system-booking strong,
.home-page .studio-system-booking em,
.home-page .studio-system-updates article > span:nth-child(2),
.home-page .studio-system-updates small,
.home-page .studio-system-updates strong,
.home-page .studio-system-inbox small,
.home-page .studio-system-inbox strong {
  min-width: 0;
  display: block;
}

.home-page .studio-system-booking small,
.home-page .studio-system-updates small,
.home-page .studio-system-inbox small {
  margin-bottom: 3px;
  color: #738198;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-page .studio-system-booking strong {
  overflow: hidden;
  color: #0b1a35;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .studio-system-booking em {
  margin-top: 4px;
  color: #607087;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.home-page .studio-system-booking > b,
.home-page .studio-system-updates article > b {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  color: #169b62;
  border-radius: 50%;
  background: #e6f8ef;
  font-size: 12px;
  font-weight: 900;
}

.home-page .studio-system-connector {
  position: relative;
  z-index: 1;
  height: 32px;
}

.home-page .studio-system-connector::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 9px;
  left: 50%;
  width: 2px;
  background: linear-gradient(#8eb2ff, #c8d9fa);
}

.home-page .studio-system-connector span {
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #789ff0;
  border-bottom: 2px solid #789ff0;
  transform: translateX(-3px) rotate(45deg);
}

.home-page .studio-system-updates {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-page .studio-system-updates article {
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 21px;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border-radius: 15px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.home-page .studio-system-updates article:hover {
  border-color: #b7cbec;
  box-shadow: 0 14px 28px -24px rgba(7, 49, 125, .55);
  transform: translateY(-2px);
}

.home-page .studio-system-update-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.home-page .studio-system-update-icon svg {
  width: 19px;
  height: 19px;
}

.home-page .studio-system-updates strong {
  overflow: hidden;
  color: #172943;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.home-page .studio-system-updates article > b {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.home-page .studio-system-inbox {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 25px;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  padding: 13px 15px;
  border-radius: 15px;
}

.home-page .studio-system-inbox > span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f0edff;
  color: #7048ed;
}

.home-page .studio-system-inbox strong {
  color: #172943;
  font-size: 12px;
  font-weight: 850;
}

.home-page .studio-system-inbox p {
  margin: 0;
}

.home-page .studio-system-inbox i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--blue);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 980px) {
  .home-page .studio-system-shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-page .studio-system-copy,
  .home-page .studio-system-copy h2,
  .home-page .studio-system-copy > p,
  .home-page .studio-system-promise {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .home-page .studio-system {
    padding: 72px 0 78px;
  }

  .home-page .studio-system-shell {
    width: min(100% - 28px, 520px);
    gap: 34px;
  }

  .home-page .studio-system-eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .home-page .studio-system-copy h2 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .home-page .studio-system-copy > p {
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.58;
  }

  .home-page .studio-system-promise {
    margin-top: 23px;
    font-size: 12px;
  }

  .home-page .studio-system-flow {
    padding: 16px;
    border-radius: 24px;
  }

  .home-page .studio-system-booking {
    grid-template-columns: 42px minmax(0, 1fr) 23px;
    gap: 11px;
    padding: 14px;
  }

  .home-page .studio-system-booking-icon {
    width: 42px;
    height: 42px;
  }

  .home-page .studio-system-booking strong {
    font-size: 13px;
  }

  .home-page .studio-system-booking em {
    font-size: 10px;
  }

  .home-page .studio-system-updates {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-page .studio-system-updates article {
    min-height: 68px;
  }

  .home-page .studio-system-inbox {
    margin-top: 9px;
  }
}
/* Homepage Hybrid: original BML proportions with the strongest workbench systems. */
.homepage-hybrid .hero {
  overflow: visible;
  padding: 62px 0 48px;
  background: transparent;
}

.homepage-hybrid .hero-grid {
  width: min(1160px, calc(100% - 40px));
  grid-template-columns: 1fr 1.08fr;
  gap: 36px;
  transform: none;
}

.homepage-hybrid .hero-grid > div:first-child {
  max-width: none;
}

.homepage-hybrid .hero-title-clean {
  max-width: none;
  font-size: clamp(46px, 5.2vw, 72px);
}

.homepage-hybrid .hero .lead {
  font-size: 19px;
}

.homepage-hybrid .hybrid-how-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border-radius: 10px;
  background: var(--blue-soft);
}

.homepage-hybrid #how-it-works {
  scroll-margin-top: 52px;
}

.homepage-hybrid .hybrid-how-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Founder, 2026-09-20: "a small rocket is a pointless rocket" - matches
   the View Plans modal's plan-icon size (css/billing.css
   .bml-plan-icon svg), not the smaller "how it works" step icons above. */
.homepage-hybrid .hybrid-plan-icon svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homepage-hybrid .hybrid-how .step:not(:last-child)::after {
  content: none;
}

.homepage-hybrid .product-dashboard {
  padding: 36px 0 36px;
}

.homepage-hybrid .product-dashboard-layout {
  width: min(1160px, calc(100% - 40px));
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.homepage-hybrid .product-dashboard-copy {
  width: auto;
  margin: 0;
  text-align: left;
}

.homepage-hybrid .product-dashboard-copy h2 {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.homepage-hybrid .product-dashboard-features {
  grid-template-columns: 1fr;
  gap: 20px;
}

.homepage-hybrid .product-dashboard-features article {
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
}

.homepage-hybrid .product-dashboard-features strong {
  font-size: 14px;
}

.homepage-hybrid .product-dashboard-features p {
  font-size: 13px;
  line-height: 1.48;
}

.homepage-hybrid .dashboard-toy {
  grid-template-columns: 124px minmax(0, 1fr);
  aspect-ratio: 1.84 / 1;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.homepage-hybrid .dashboard-toy-sidebar {
  padding-inline: 5px;
}

.homepage-hybrid .dashboard-toy-stage img {
  object-fit: contain;
}

.homepage-hybrid .hero-laptop-demo .ir-demo-scale {
  transition: transform 180ms ease-out, top 180ms ease-out;
  will-change: transform;
}

.homepage-hybrid .dashboard-toy-logo {
  height: 42px;
}

.homepage-hybrid .dashboard-toy-logo img {
  height: 32px;
}

.homepage-hybrid .dashboard-toy-nav button {
  min-height: 25px;
  grid-template-columns: 18px minmax(0, 1fr);
  padding-inline: 7px;
  font-size: 7.8px;
}

.homepage-hybrid .dashboard-toy-icon {
  width: 13px;
  height: 13px;
}

.homepage-hybrid .dashboard-toy-trial {
  padding: 6px;
}

.homepage-hybrid .dashboard-mobile-device {
  display: none;
}

.homepage-hybrid .bml-pricing {
  padding: 28px 0 40px;
  background: transparent;
  text-align: center;
}

.homepage-hybrid .bml-pricing-inner {
  width: min(1160px, calc(100% - 40px));
}

.homepage-hybrid .bml-pricing-heading {
  margin-bottom: 22px;
}

.homepage-hybrid .bml-pricing-heading h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.05em;
}

.homepage-hybrid .bml-pricing-heading p {
  display: none;
}

.homepage-hybrid .bml-plan-grid {
  max-width: 900px;
  gap: 20px;
  padding-top: 14px;
  overflow: visible;
}

.homepage-hybrid .bml-plan-card {
  min-height: 440px;
  padding: 26px 26px 22px;
  border-radius: 18px;
  text-align: left;
}

.homepage-hybrid .bml-plan-premium {
  background: linear-gradient(145deg, #fff 0%, #f4f8ff 100%);
  border-color: var(--blue);
}

.homepage-hybrid .bml-plan-header {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8edf4;
}

.homepage-hybrid .hybrid-plan-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border-radius: 12px;
  background: #eef4ff;
}

.homepage-hybrid .hybrid-plan-name h3 {
  font-size: 21px;
}

.homepage-hybrid .hybrid-plan-name p {
  margin: 6px 0 0;
  color: #718097;
  font-size: 13px;
  font-weight: 600;
}

.homepage-hybrid .bml-plan-price {
  font-size: 38px;
}

.homepage-hybrid .bml-plan-price span {
  display: inline;
  margin: 0 0 0 4px;
  font-size: 13px;
}

.homepage-hybrid .bml-plan-features {
  gap: 12px;
  margin: 22px 0 24px;
}

.homepage-hybrid .bml-plan-features li::before {
  color: #fff;
  background: var(--blue);
}

.homepage-hybrid .bml-popular-badge {
  top: 0;
  left: auto;
  right: 18px;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  border: 2px solid #fff;
  background: var(--blue);
  box-shadow: 0 9px 20px -12px rgba(11, 85, 255, .72);
  letter-spacing: 0;
  text-transform: none;
}

.homepage-hybrid .bml-plan-premium .bml-plan-price {
  margin-right: 0;
}

.homepage-hybrid .bml-premium-trial-badge {
  align-self: flex-start;
  margin-top: 1px;
  padding: 6px 10px;
  color: #087651;
  border: 1px solid #bcebd9;
  border-radius: 999px;
  background: #e9fbf4;
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1;
}

.homepage-hybrid .bml-plan-premium .bml-plan-features {
  margin-top: 16px;
}

.homepage-hybrid .bml-comparison {
  margin-top: 24px;
}

.homepage-hybrid .hybrid-pricing-trial-action {
  width: min(100%, 430px);
  margin: 16px auto 0;
  text-align: center;
}

.homepage-hybrid .hybrid-pricing-trial-action .bml-plan-button {
  width: 100%;
}

.homepage-hybrid .hybrid-pricing-trial-action p {
  margin: 11px auto 0;
  color: #67758b;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.homepage-hybrid .contact-launch-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: min(520px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 32px;
  overflow-y: auto;
  color: #071735;
  border: 1px solid #dfe7f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(7, 23, 53, .24);
  transform: translate(-50%, -50%);
}

.homepage-hybrid .contact-launch-modal[hidden],
.homepage-hybrid .contact-launch-backdrop[hidden] {
  display: none;
}

.homepage-hybrid .contact-launch-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  border: 0;
  background: rgba(7, 23, 53, .42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.homepage-hybrid.contact-launch-open {
  overflow: hidden;
}

.homepage-hybrid .contact-launch-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #40516a;
  border: 0;
  border-radius: 50%;
  background: #f2f5f9;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.homepage-hybrid .contact-launch-brand {
  width: 190px;
  display: block;
  margin-bottom: 28px;
}

.homepage-hybrid .contact-launch-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.homepage-hybrid .contact-launch-eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.homepage-hybrid .contact-launch-modal h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -.05em;
}

.homepage-hybrid .contact-launch-copy,
.homepage-hybrid .contact-launch-direct {
  color: #637188;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.homepage-hybrid .contact-launch-modal form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.homepage-hybrid .contact-launch-modal label {
  display: grid;
  gap: 7px;
  color: #172943;
  font-size: 12px;
  font-weight: 800;
}

.homepage-hybrid .contact-launch-modal input,
.homepage-hybrid .contact-launch-modal textarea {
  width: 100%;
  padding: 12px 13px;
  color: #071735;
  border: 1px solid #dce5f1;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.homepage-hybrid .contact-launch-modal textarea {
  resize: vertical;
}

.homepage-hybrid .contact-launch-modal input::placeholder,
.homepage-hybrid .contact-launch-modal textarea::placeholder {
  color: #9aa8ba;
  font-weight: 400;
  opacity: 1;
}

.homepage-hybrid .contact-launch-modal input:focus,
.homepage-hybrid .contact-launch-modal textarea:focus {
  border-color: rgba(11, 85, 255, .6);
  box-shadow: 0 0 0 3px rgba(11, 85, 255, .1);
}

.homepage-hybrid .contact-launch-direct {
  margin: 18px 0 0;
  text-align: center;
}

.homepage-hybrid .contact-launch-direct a {
  color: var(--blue);
  font-weight: 800;
}

.homepage-hybrid .homepage-faq {
  padding-top: 36px;
  background: transparent;
}

.homepage-hybrid .hybrid-mobile-trust {
  display: none;
}

@media (max-width: 1120px) {
  .homepage-hybrid .product-dashboard-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 36px;
  }
}

@media (max-width: 700px) {
  .homepage-hybrid .hero {
    padding-bottom: 0;
  }

  .homepage-hybrid .hero-grid {
    width: min(100% - 24px, 1160px);
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .homepage-hybrid .hero-grid > div:first-child {
    text-align: left;
  }

  .homepage-hybrid .hero-actions {
    justify-content: flex-start;
  }

  .homepage-hybrid .hybrid-mobile-trust {
    width: min(100%, 354px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    justify-self: center;
    margin: 30px auto 28px;
    padding: 2px 8px 0;
  }

  .homepage-hybrid .hybrid-mobile-trust .check {
    min-width: 0;
    min-height: 30px;
    padding: 0;
    justify-content: flex-start;
    text-align: left;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .homepage-hybrid .hybrid-mobile-trust .dotcheck {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
  }

  .homepage-hybrid .hero-laptop-demo {
    width: 100vw;
    min-height: 0;
    display: block;
    margin: 0 0 0 calc(50% - 50vw) !important;
    transform: none;
  }

  .homepage-hybrid .clean-laptop {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .homepage-hybrid .clean-laptop-screen {
    width: 100%;
    height: auto;
    min-height: 760px;
    overflow: visible !important;
    border-radius: 0;
    background: transparent;
  }

  .homepage-hybrid .clean-laptop-base {
    display: none;
  }

  .homepage-hybrid .hero-laptop-demo .ir-demo-scale {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
    transform: none;
    transition: none;
  }

  .homepage-hybrid .clean-laptop-screen .hero-booking-iframe {
    width: 100%;
    min-height: 760px;
    position: static;
    background: transparent;
  }

  .homepage-hybrid .hybrid-how .steps-card {
    padding: 24px 18px 28px;
  }

  .homepage-hybrid .hybrid-how {
    padding-top: 0;
  }

  .homepage-hybrid .hybrid-how .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .homepage-hybrid .hybrid-how .step {
    display: block;
    text-align: center;
  }

  .homepage-hybrid .hybrid-how-icon {
    margin: 0 auto 12px;
  }

  .homepage-hybrid .product-dashboard {
    padding-top: 34px;
  }

  .homepage-hybrid .product-dashboard-layout {
    width: min(100% - 24px, 620px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .homepage-hybrid .product-dashboard-copy h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .homepage-hybrid .product-dashboard-features {
    display: block;
  }

  .homepage-hybrid .product-dashboard-features article {
    display: none;
  }

  .homepage-hybrid .product-dashboard-features::before {
    content: "Your calendar, students, instructors, payments, and studio follow-ups—clear, connected, and ready when you are.";
    display: block;
    color: #66748a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
  }

  .homepage-hybrid .bml-pricing {
    padding-top: 42px;
  }

  .homepage-hybrid .bml-pricing-inner {
    width: min(100% - 24px, 620px);
  }

  .homepage-hybrid .bml-pricing-heading {
    margin-bottom: 20px;
    text-align: center;
  }

  .homepage-hybrid .bml-pricing-heading h2 {
    font-size: 30px;
  }

  .homepage-hybrid .bml-plan-card {
    min-height: 0;
    padding: 24px 20px 20px;
  }

  .homepage-hybrid .bml-plan-header {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .homepage-hybrid .hybrid-plan-icon {
    width: 46px;
    height: 46px;
  }

  .homepage-hybrid .bml-plan-price {
    grid-column: 1 / -1;
    margin-top: 20px;
  }

  .homepage-hybrid .bml-plan-premium .bml-plan-price {
    margin-right: 0;
  }

  .homepage-hybrid .bml-popular-badge {
    top: 17px;
    right: 18px;
  }

  .homepage-hybrid .footer-product-links {
    display: none;
  }

  .homepage-hybrid .contact-launch-modal {
    padding: 26px 20px 22px;
    border-radius: 20px;
  }

  .homepage-hybrid .dashboard-mobile-device {
    position: relative;
    display: block;
    width: min(100%, 404px);
    margin: 0 auto;
    padding: 14px 7px 10px;
    border: 1px solid #202938;
    border-radius: 46px;
    background: linear-gradient(145deg, #1b2431 0%, #070b12 70%);
    box-shadow: 0 26px 55px -34px rgba(7, 23, 53, .55);
  }

  .homepage-hybrid .dashboard-mobile-device-speaker {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 12;
    width: 46px;
    height: 4px;
    border-radius: 999px;
    background: #384252;
    transform: translateX(-50%);
  }

  .homepage-hybrid .dashboard-mobile-device .dashboard-mobile-toy {
    width: 100%;
    border-radius: 37px;
  }

  .homepage-hybrid .dashboard-mobile-toy-menu {
    color: #fff;
    border-color: var(--blue);
    background: var(--blue);
    box-shadow: 0 8px 20px -12px rgba(11, 85, 255, .82);
  }

  .homepage-hybrid .footer-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
  }

  .homepage-hybrid .footer-form input,
  .homepage-hybrid .footer-form button {
    min-height: 44px;
  }

  .homepage-hybrid .footer-form button {
    padding: 0 17px;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .homepage-hybrid .footer-form {
    grid-template-columns: 1fr;
  }
}
.homepage-hybrid .homepage-feature-directory {
  width: min(1120px, calc(100% - 40px));
  margin: 30px auto 0;
  text-align: center;
}

.homepage-hybrid .homepage-feature-directory-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #cfdced;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0b1f3a;
  box-shadow: 0 8px 24px rgba(24, 71, 129, 0.08);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.homepage-hybrid .homepage-feature-directory-toggle:hover {
  border-color: #1465f3;
  box-shadow: 0 10px 28px rgba(20, 101, 243, 0.14);
  transform: translateY(-1px);
}

.homepage-hybrid .homepage-feature-directory-toggle:focus-visible {
  outline: 3px solid rgba(20, 101, 243, 0.2);
  outline-offset: 3px;
}

.homepage-hybrid .homepage-feature-directory-toggle svg {
  width: 17px;
  height: 17px;
  stroke: #1465f3;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.homepage-hybrid .homepage-feature-directory-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.homepage-hybrid .homepage-feature-directory-panel {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 620ms ease, margin-top 260ms ease, opacity 220ms ease, transform 260ms ease;
}

.homepage-hybrid .homepage-feature-directory-panel.is-open {
  max-height: 14000px;
  margin-top: 28px;
  opacity: 1;
  transform: translateY(0);
}

.homepage-hybrid .homepage-feature-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}

.homepage-hybrid .homepage-feature-group {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 25px;
  border: 1px solid #dce6f3;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(23, 57, 100, 0.055);
}

.homepage-hybrid .homepage-feature-group header {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.homepage-hybrid .homepage-feature-group-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: #edf4ff;
  color: #1465f3;
}

.homepage-hybrid .homepage-feature-group-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homepage-hybrid .homepage-feature-group small {
  display: block;
  margin-bottom: 3px;
  color: #1465f3;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.homepage-hybrid .homepage-feature-group h3 {
  margin: 0;
  color: #071a35;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.homepage-hybrid .homepage-feature-group > p {
  margin: 17px 0 16px;
  color: #53657d;
  font-size: 13px;
  line-height: 1.55;
}

.homepage-hybrid .homepage-feature-group-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

/* "This is Everything Your Booking App Can Do" checklist (mobile hero
   directory only) - a grouped, scannable summary rather than a long single
   bullet list. */
.homepage-hybrid .feature-everything-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 32px;
  margin-top: 20px;
}

.homepage-hybrid .feature-everything-category strong {
  display: block;
  margin-bottom: 8px;
  color: #1465f3;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Reuses the same .homepage-feature-group ul/li/li::before dot-bullet list
   styling as every other feature card (defined further down this file) -
   just forced to a single column per category instead of that shared
   rule's default 2-column grid, since these are already split into 4
   grouped quadrants. */
.homepage-hybrid .homepage-feature-group .feature-everything-category ul {
  grid-template-columns: 1fr;
  gap: 7px;
}

@media (max-width: 700px) {
  .homepage-hybrid .feature-everything-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.homepage-hybrid .homepage-feature-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-hybrid .homepage-feature-group li {
  position: relative;
  min-width: 0;
  padding-left: 16px;
  color: #263b57;
  font-size: 12px;
  line-height: 1.35;
}

.homepage-hybrid .homepage-feature-group li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1465f3;
  box-shadow: 0 0 0 3px #eaf2ff;
}

.homepage-hybrid .homepage-feature-value {
  display: block;
  margin-top: auto;
  padding: 18px 0 0;
  border-top: 1px solid #e3eaf4;
  color: #0b3268;
  font-size: 12.5px;
  line-height: 1.5;
}

.homepage-hybrid .homepage-feature-group ul + .homepage-feature-value {
  margin-top: 20px;
}

.homepage-hybrid .homepage-mobile-back-to-top {
  display: none;
}

@media (max-width: 700px) {
  .homepage-hybrid .homepage-feature-directory {
    width: min(100% - 28px, 520px);
    margin-top: 24px;
  }

  .homepage-hybrid .homepage-feature-directory-toggle {
    width: 100%;
    min-height: 46px;
  }

  .homepage-hybrid .homepage-feature-directory-panel.is-open {
    max-height: 30000px;
    margin-top: 18px;
  }

  .homepage-hybrid .homepage-feature-directory-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .homepage-hybrid .homepage-feature-group {
    padding: 20px;
    border-radius: 16px;
  }

  .homepage-hybrid .homepage-feature-group h3 {
    font-size: 19px;
  }

  .homepage-hybrid .homepage-feature-group ul {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .homepage-hybrid .homepage-mobile-back-to-top {
    position: fixed;
    right: 14px;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    z-index: 90;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(146, 167, 195, 0.58);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    color: #1465f3;
    box-shadow: 0 6px 18px rgba(19, 51, 91, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
  }

  .homepage-hybrid .homepage-mobile-back-to-top.is-visible {
    opacity: 0.78;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .homepage-hybrid .homepage-mobile-back-to-top:active {
    background: #ffffff;
    opacity: 1;
    transform: scale(0.94);
  }

  .homepage-hybrid .homepage-mobile-back-to-top:focus-visible {
    outline: 3px solid rgba(20, 101, 243, 0.2);
    outline-offset: 2px;
    opacity: 1;
  }

  .homepage-hybrid .homepage-mobile-back-to-top svg {
    width: 19px;
    height: 19px;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}
