.public-site {
  background: linear-gradient(180deg, #fcfbf8 0%, #f6f6f3 100%);
  color: var(--text-main);
}

.public-site__header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 45, 50, 0.08);
  backdrop-filter: blur(18px);
}

.public-site__nav {
  gap: 1rem;
}

.public-site__brand {
  color: var(--text-main);
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.public-site__brand:hover {
  color: var(--text-main);
}

.public-site__link {
  color: var(--text-muted);
  font-weight: 500;
}

.public-site__link:hover,
.public-site__link:focus {
  color: var(--text-main);
}

.public-site__actions {
  align-items: center;
}

.public-site__main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.public-site__footer {
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(0, 45, 50, 0.08);
}

.public-site__footer-link {
  color: var(--text-muted);
  text-decoration: none;
}

.public-site__footer-link:hover,
.public-site__footer-link:focus {
  color: var(--text-main);
}

.public-hero {
  margin-bottom: 4rem;
}

.public-hero__content {
  max-width: 38rem;
}

.public-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.public-hero__title {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
  max-width: 12ch;
}

.public-hero__lead {
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 36rem;
}

.public-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.public-hero__note {
  color: var(--text-muted);
}

.public-hero__visual {
  position: relative;
}

.public-hero__frame {
  background: linear-gradient(145deg, rgba(0, 45, 50, 0.06), rgba(231, 225, 216, 0.55));
  border: 1px solid rgba(0, 45, 50, 0.08);
  border-radius: 28px;
  padding: 1.25rem;
  box-shadow: 0 18px 45px rgba(0, 25, 29, 0.08);
}

.public-hero__label {
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.public-hero__image-shell {
  margin-top: 0.9rem;
  border-radius: 22px;
  border: 1px solid rgba(0, 45, 50, 0.08);
  overflow: hidden;
  background: var(--bg-surface);
  padding: 0.6rem;
}

.public-section {
  margin-bottom: 4rem;
}

.public-section__intro {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto 2rem;
}

.public-section__intro-title {
  margin-bottom: 0.7rem;
}

.public-section__intro-copy {
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.7;
}

.public-feature-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 45, 50, 0.08);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 10px 28px rgba(0, 25, 29, 0.04);
}

.public-feature-card__title {
  margin-bottom: 0.55rem;
}

.public-feature-card__copy {
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.65;
}

.public-media-placeholder {
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 45, 50, 0.05), rgba(231, 225, 216, 0.72));
  border: 1px dashed rgba(0, 45, 50, 0.18);
  min-height: 11rem;
}

.public-media-placeholder__label {
  color: var(--text-muted);
}

.public-proof {
  margin-bottom: 4rem;
}

.public-proof__copy {
  color: var(--text-muted);
  line-height: 1.7;
}

.public-proof__list {
  color: var(--text-muted);
  line-height: 1.8;
}

.public-quote-card {
  height: 100%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(244, 241, 235, 0.92));
  border: 1px solid rgba(0, 45, 50, 0.08);
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 14px 34px rgba(0, 25, 29, 0.05);
}

.public-quote-card__label,
.public-quote-card__meta,
.public-quote-card__footnote {
  color: var(--text-muted);
}

.public-cta {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(231, 225, 216, 0.6));
  border: 1px solid rgba(0, 45, 50, 0.08);
  border-radius: 28px;
  padding: 3rem 1.5rem;
  text-align: center;
}

.public-cta__copy {
  color: var(--text-muted);
  max-width: 42rem;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

.public-signup {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.public-signup__hero {
  margin-bottom: 2.5rem;
}

.public-signup__panel,
.public-signup__sidebar {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 45, 50, 0.08);
  border-radius: 26px;
  box-shadow: 0 14px 36px rgba(0, 25, 29, 0.05);
}

.public-signup__panel {
  padding: 2rem;
}

.public-signup__sidebar {
  padding: 1.75rem;
  height: 100%;
}

.public-signup__intro,
.public-signup__section-label,
.public-signup__aside-label,
.public-signup__support-label {
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.public-signup__section-heading,
.public-signup__aside-heading {
  margin-bottom: 1.5rem;
}

.public-signup__divider {
  margin: 1.75rem 0;
  color: rgba(0, 45, 50, 0.14);
}

.public-signup__consent {
  background: rgba(244, 241, 235, 0.75);
  border: 1px solid rgba(0, 45, 50, 0.08);
  border-radius: 18px;
  padding: 1rem;
  margin-top: 1.5rem;
}

.public-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.public-benefit-list__item {
  display: flex;
  gap: 1rem;
}

.public-benefit-list__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 45, 50, 0.08);
  color: var(--color-brand-deep);
  flex-shrink: 0;
}

.public-benefit-list__title {
  margin-bottom: 0.2rem;
}

.public-benefit-list__copy {
  color: var(--text-muted);
  margin-bottom: 0;
}

.public-signup__support {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 45, 50, 0.08);
}

.public-signup__support-email {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .public-site__main {
    padding-top: 2rem;
  }

  .public-hero__title {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .public-site__actions {
    margin-top: 1rem;
  }

  .public-hero,
  .public-section,
  .public-proof {
    margin-bottom: 3rem;
  }

  .public-cta {
    padding: 2.25rem 1.25rem;
  }

  .public-signup__panel,
  .public-signup__sidebar {
    padding: 1.5rem;
  }
}
