.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;
  }
}
