.setupLandingBody {
  overflow: auto;
  background: #f8f9fa;
}

.setupLandingExperience {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  width: 100%;
  padding: clamp(1rem, 2vw, 1.5rem);
  box-sizing: border-box;
}

.setupLandingShell {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  width: min(100%, 88rem);
}

.setupLandingPanel {
  position: relative;
  flex: 1 1 48rem;
  width: min(100%, 48rem);
  max-width: 48rem;
  min-width: 0;
  max-height: none;
  overflow: visible;
}

.setupLandingPanel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(ellipse 85% 120% at 100% 42%, rgba(255, 252, 248, 0.55) 0%, rgba(255, 255, 255, 0.12) 38%, transparent 72%);
}

.setupLandingPanelTop {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  padding-bottom: 0;
}

.setupLandingTrust {
  margin: 0;
  width: auto;
  max-width: calc(100% - 5.5rem);
}

.setupLandingLogin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.04);
}

.setupLandingLogin:hover {
  color: #1a1a1a;
  text-decoration: none;
  filter: brightness(1.03);
}

.setupLandingConversation {
  position: relative;
  z-index: 1;
  align-items: start;
  padding: 1rem clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 2.5vw, 2rem);
  overflow: visible;
}

.setupLandingIntro {
  position: relative;
  z-index: 1;
  width: 100%;
}

.setupLandingIntro h1 {
  margin-top: 0.75rem;
  font-size: clamp(2.75rem, 4.5vw, 4rem);
  line-height: 1.08;
}

.setupIntroBetter {
  background: linear-gradient(105deg, #ff6bb3 0%, #ff1493 55%, #ff1493 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.setupLandingIntro .setupIntroLead {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.45;
}

.setupLandingForm {
  margin-top: 1.5rem;
}

.setupLandingFormInner {
  max-width: none;
  margin: 0;
}

.setupLandingFormHeading {
  margin: 0 0 1rem;
  color: #1a1a1a;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.setupLandingForm .formLabel {
  color: #1a1a1a;
}

.setupLandingForm .formInput,
.setupLandingForm .formInputGroup .formInput,
.setupLandingForm .formInputAppend,
.setupLandingForm .formInputPrepend {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
}

.setupLandingForm .formHint {
  color: rgba(26, 26, 26, 0.62);
}

.setupLandingForm .btnPrimary {
  min-height: 3.25rem;
  background: #1a1a1a;
  background-image: none;
  color: #fff;
  font-weight: 600;
  box-shadow: none;
}

.setupLandingForm .btnPrimary:hover,
.setupLandingForm .btnPrimary:link:hover,
.setupLandingForm .btnPrimary:visited:hover {
  background: #000;
  background-image: none;
  color: #fff !important;
  box-shadow: none;
  transform: none;
  filter: none;
}

.setupLandingForm .btnPrimary svg,
.setupLandingForm .btnPrimary i {
  color: #fff;
}

.setupLandingForm .dividerText {
  color: rgba(26, 26, 26, 0.55);
}

.setupLandingForm .dividerText span {
  background: #fff;
}

.setupLandingForm .textSmall a,
.setupLandingForm .textTiny a {
  color: #ff4f7a;
}

.setupLandingForm .setupIntroCtaNote {
  margin-top: 0.85rem;
}

.setupLandingTerms {
  width: 100%;
  margin: 0;
  color: rgba(26, 26, 26, 0.55);
  text-align: left;
}

.setupLandingFooter {
  width: 100%;
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.setupLandingRecaptcha {
  margin: 0;
  color: rgba(26, 26, 26, 0.45);
  text-align: left;
  line-height: 1.5;
}

.setupLandingRecaptcha a {
  color: rgba(26, 26, 26, 0.62);
}

.setupLandingTerms a {
  color: rgba(26, 26, 26, 0.72);
}

.setupLandingPreview {
  flex: 0 0 auto;
  width: min(21.7rem, 100%);
  pointer-events: none;
}

.setupLandingPreview .setupIntroMock {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
}

.setupLandingPreviewCallout {
  position: relative;
  width: min(100%, 18.5rem);
  margin-top: 0.35rem;
  padding: 0.875rem 1.125rem;
  border-radius: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.07);
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  box-shadow:
    0 0.125rem 0.375rem rgba(0, 0, 0, 0.04),
    0 0.75rem 1.75rem rgba(0, 0, 0, 0.06);
  text-align: center;
}

.setupLandingPreviewCalloutArrow {
  position: absolute;
  top: -0.4375rem;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.07);
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.07);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -0.0625rem -0.0625rem 0.125rem rgba(0, 0, 0, 0.03);
}

.setupLandingPreviewCalloutText {
  margin: 0;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.setupLandingPreview .setupIntroMockPhone {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: min(42.25rem, calc(100dvh - 8rem));
  aspect-ratio: 390 / 844;
}

.setupLandingPreview .setupIntroMockScreen {
  position: absolute;
  inset: 0.62rem;
  width: auto;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@media (min-width: 62.001rem) {
  .setupLandingBody {
    overflow: hidden;
  }

  .setupLandingExperience {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }

  .setupLandingShell {
    align-items: flex-start;
    max-height: calc(100dvh - 3rem);
  }

  .setupLandingPanel {
    max-height: calc(100dvh - 3rem);
    overflow: auto;
  }

  .setupLandingMobilePreview {
    display: none !important;
  }
}

@media (max-width: 62rem) {
  .setupLandingExperience {
    align-items: flex-start;
    min-height: auto;
    padding-inline: 1rem;
  }

  .setupLandingShell {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .setupLandingPanel {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .setupLandingPreview {
    display: none;
  }

  .setupLandingPanelTop {
    position: relative;
    padding-top: 1.25rem;
  }

  .setupLandingLogin {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }

  .setupLandingTrust {
    max-width: calc(100% - 4.5rem);
  }

  .setupLandingIntro {
    align-items: center;
    text-align: center;
  }

  .setupLandingIntro h1 {
    margin-top: 0.5rem;
  }

  .setupLandingIntro h1::after {
    display: none;
  }

  .setupLandingIntro .setupIntroLead {
    margin-inline: auto;
  }

  .setupLandingForm {
    text-align: left;
  }

  .setupLandingMobilePreview {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 1.35rem;
    gap: 0.75rem;
  }

  .setupLandingMobilePreview .setupIntroMockPhone {
    width: min(21.7rem, 100%);
    margin-inline: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 390 / 844;
  }

  .setupLandingMobilePreview .setupIntroMockScreen {
    position: absolute;
    inset: 0.62rem;
    width: auto;
    height: auto;
  }

  .setupLandingFooter {
    text-align: center;
  }

  .setupLandingTerms,
  .setupLandingRecaptcha {
    text-align: center;
  }
}

@media (max-width: 48rem) {
  .setupLandingBody {
    overflow: auto;
  }
}
