:root {
  color-scheme: dark;
  --navy: #0d1b2a;
  --navy-deep: #09131d;
  --slate: #2e4057;
  --muted: #8fa1b3;
  --border: #3a4a5f;
  --gold: #c9a227;
  --white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 10% 0%, rgba(201, 162, 39, 0.14), transparent 24%), radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.06), transparent 18%), linear-gradient(180deg, #09131d 0%, #0d1b2a 36%, #0b1623 100%);
  color: #ffffff;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.45), transparent 78%);
  opacity: 0.28;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.045), transparent 18%), radial-gradient(circle at 78% 16%, rgba(201, 162, 39, 0.08), transparent 16%), radial-gradient(circle at 50% 82%, rgba(255, 255, 255, 0.025), transparent 20%);
  opacity: 0.8;
}

body.menu-open {
  overflow: hidden;
}

.owner-banner {
  position: relative;
  z-index: 60;
  padding: 12px 16px 0;
}

.owner-banner__inner {
  width: min(100% - 2rem, 1120px);
  margin: 0 auto;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(201, 162, 39, 0.32);
  background: rgba(201, 162, 39, 0.12);
  color: #f5e5ab;
  box-shadow: 0 14px 28px rgba(2, 8, 16, 0.24);
}

.owner-banner__inner strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}

.owner-banner__inner ul {
  margin: 0 0 8px;
  padding-left: 1.1rem;
}

.owner-banner__inner p {
  margin: 0;
  font-size: 0.92rem;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

main {
  position: relative;
  z-index: 1;
}

.shell {
  width: min(100% - 2rem, 1120px);
  margin: 0 auto;
}

.shell--narrow {
  width: min(100% - 2rem, 820px);
}

.section {
  padding: 68px 0;
}

.section--hero {
  padding-top: 24px;
  padding-bottom: 52px;
}

.section--page-intro {
  padding-top: 46px;
  padding-bottom: 24px;
}

.section--tight-top {
  padding-top: 8px;
}

.section--closing {
  padding-bottom: 76px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 10px 0 0;
}

.site-header__bar,
.site-footer__panel,
.glass-card {
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.site-header__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(8, 18, 29, 0.88), rgba(9, 19, 29, 0.72));
  box-shadow: 0 22px 46px rgba(3, 8, 18, 0.32);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand--footer {
  margin-bottom: 8px;
}

.brand__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.brand__wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.brand__line {
  display: block;
  line-height: 1;
}

.brand__line--primary {
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand__line--secondary {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #8fa1b3;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-nav__links,
.site-nav__actions,
.button-row,
.section-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.site-nav__links {
  justify-content: center;
  flex: 1;
}

.site-nav__link,
.site-nav__login {
  font-size: 0.92rem;
  color: #8fa1b3;
  transition: color 180ms ease;
}

.site-nav__link:hover,
.site-nav__login:hover,
.site-footer__links a:hover {
  color: #ffffff;
}

.site-nav__link.is-active {
  color: #ffffff;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: #c9a227;
  color: #0d1b2a;
  box-shadow: 0 16px 36px rgba(201, 162, 39, 0.22);
}

.button--primary:hover {
  background: #d8b136;
}

.button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  color: #ffffff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(201, 162, 39, 0.34);
  border-radius: 999px;
  color: #c9a227;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-copy {
  max-width: 700px;
}

.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3 {
  margin-top: 12px;
}

.section-copy h1,
.section-copy h2,
.hero__content h1,
.hero-preview h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-copy h1,
.hero__content h1 {
  font-size: clamp(2.3rem, 5vw, 3.7rem);
}

.section-copy h2,
.hero-preview h2,
.closing-card h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
}

.hero__lead,
.section-copy > p,
.stack-text p,
.info-panel p,
.approach-panel__copy p,
.hero-preview p,
.article-card p,
.section-note {
  color: #8fa1b3;
  font-size: 0.98rem;
}

.hero__lead,
.hero__support,
.section-copy > p,
.stack-text p,
.info-panel p,
.approach-panel__copy p,
.hero-preview p,
.article-card p,
.section-note {
  margin: 0;
}

.section-copy h1 + p,
.section-copy h2 + p,
.hero__content h1 + p,
.hero-preview h2 + p,
.closing-card h2 + p,
.info-panel h2 + p,
.pricing-audit-intro h2 + p,
.portal-showcase__spotlight h3 + p {
  margin-top: 16px;
}

.section-copy .stack-text {
  margin-top: 18px;
}

.hero__content .button-row,
.section-copy .button-row {
  margin-top: 22px;
}

.hero__content .hero__support {
  margin-top: 18px;
}

.hero {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  align-items: start;
}

.hero__content {
  max-width: 620px;
  padding-top: 4px;
}

.hero__support {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-preview {
  padding: 20px;
}

.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  box-shadow: 0 20px 46px rgba(3, 8, 18, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
}

.glass-card--dark {
  background: linear-gradient(180deg, rgba(10, 19, 31, 0.95), rgba(16, 30, 46, 0.82));
}

.glass-card--accent {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.13), rgba(255, 255, 255, 0.05));
}

.hero-preview__header,
.hero-preview__summary,
.split-layout,
.approach-panel,
.pricing-audit-intro,
.portal-showcase__top,
.closing-card {
  display: grid;
  gap: 18px;
}

.hero-preview__header {
  grid-template-columns: 1fr auto;
  align-items: start;
}

.hero-preview__shield {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background: rgba(201, 162, 39, 0.08);
  color: #c9a227;
}

.hero-preview__steps,
.hero-preview__milestones,
.checklist,
.faq-list,
.portal-nav-list {
  display: grid;
  gap: 10px;
}

.hero-preview__steps {
  margin-top: 4px;
}

.step-chip,
.mini-card,
.plan-card__benefit,
.tool-card,
.generic-card,
.faq-item,
.contact-card,
.about-pillar,
.audit-step,
.process-step,
.expectation-card,
.philosophy-card,
.education-card,
.portal-highlight,
.portal-nav-item,
.section-note,
.stat-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.step-chip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
}

.step-chip__index {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background: rgba(201, 162, 39, 0.08);
  color: #c9a227;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-preview__summary {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.88fr);
  align-items: start;
}

.hero-preview__audit {
  padding: 16px;
}

.hero-preview__audit h3,
.closing-card h2,
.pricing-audit-intro h2,
.info-panel h2,
.portal-showcase__spotlight h3 {
  margin: 10px 0 0;
}

.mini-card {
  padding: 14px;
}

.mini-card__label {
  display: block;
  color: #8fa1b3;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mini-card__value {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
}

.hero-preview__next,
.closing-card,
.pricing-audit-intro,
.portal-showcase,
.compare-card,
.approach-panel,
.article-card,
.info-panel {
  padding: 20px;
}

.stat-grid,
.card-grid,
.plan-grid,
.mini-grid {
  display: grid;
  gap: 14px;
}

.stat-grid--compact {
  max-width: 520px;
  margin-top: 20px;
}

.stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card {
  padding: 14px 16px;
}

.stat-card__label {
  display: block;
  color: #c9a227;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stat-card__value {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.split-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.split-layout--about,
.split-layout--intro {
  margin-top: 22px;
}

.split-layout--audit {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.stack-text {
  display: grid;
  gap: 12px;
}

.stack-text p,
.approach-panel__copy p,
.article-card p {
  margin: 0;
}

.card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid--steps,
.card-grid--tools,
.card-grid--articles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid--tools,
.card-grid--articles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-pillar,
.audit-step,
.process-step,
.expectation-card,
.philosophy-card,
.tool-card,
.education-card,
.contact-card,
.generic-card {
  padding: 18px;
}

.about-pillar h3,
.audit-step h3,
.process-step h3,
.expectation-card h3,
.philosophy-card h3,
.tool-card h3,
.education-card h3,
.contact-card h3,
.generic-card h3 {
  margin: 10px 0 0;
  font-size: 1rem;
}

.about-pillar p,
.audit-step p,
.process-step p,
.expectation-card p,
.philosophy-card p,
.tool-card p,
.education-card p,
.contact-card p,
.generic-card p {
  margin: 10px 0 0;
  color: #8fa1b3;
}

.checklist__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  padding: 14px 16px;
}

.checklist__bullet,
.plan-card__bullet {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  display: grid;
  place-items: center;
  color: #c9a227;
}

.checklist__text {
  color: rgba(255, 255, 255, 0.86);
}

.plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-grid--home {
  margin-top: 30px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 20px;
}

.plan-card--featured {
  border-color: rgba(201, 162, 39, 0.3);
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.14), rgba(255, 255, 255, 0.05));
  box-shadow: 0 20px 46px rgba(38, 28, 8, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.plan-card__badge {
  width: fit-content;
}

.plan-card__name {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.12;
}

.plan-card__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.plan-card__price strong {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.plan-card__price span {
  font-size: 0.84rem;
}

.plan-card__price span,
.plan-card__meta-label,
.site-footer__label {
  color: #8fa1b3;
}

.plan-card__summary,
.plan-card__meta-value,
.plan-card__availability {
  color: rgba(255, 255, 255, 0.84);
}

.plan-card__meta {
  padding: 12px 14px;
}

.plan-card__meta-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.plan-card__meta-value {
  display: block;
  margin-top: 10px;
}

.plan-card__benefits {
  display: grid;
  gap: 8px;
  flex: 1;
}

.plan-card__benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  min-height: 0;
  padding: 11px 12px;
}

.plan-card__availability {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}

.plan-card > .button,
.plan-card > .plan-card__availability {
  margin-top: auto;
}

.pricing-audit-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-showcase__top {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
}

.portal-showcase__spotlight,
.portal-showcase__nav {
  padding: 18px;
}

.portal-highlight,
.portal-nav-item {
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.84);
}

.portal-nav-item.is-active {
  border-color: rgba(201, 162, 39, 0.18);
  background: rgba(201, 162, 39, 0.1);
  color: #ffffff;
}

.tool-card__icon,
.about-pillar__icon,
.contact-card__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background: rgba(201, 162, 39, 0.1);
  color: #c9a227;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-size: 1rem;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: #8fa1b3;
}

.faq-list,
.faq-list--preview {
  max-width: 920px;
}

.compare-table-wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.compare-table th,
.compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  color: #ffffff;
  font-size: 0.86rem;
}

.compare-table td {
  color: #8fa1b3;
  font-size: 0.9rem;
}

.compare-table td:first-child {
  color: #ffffff;
  font-weight: 600;
}

.section-note {
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.82);
}

.section-cta {
  margin-top: 22px;
}

.section-cta--left {
  justify-content: flex-start;
}

.article-card {
  display: grid;
  gap: 18px;
}

.site-footer {
  padding: 24px 0 18px;
}

.site-footer__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 0.85fr));
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 18, 29, 0.82), rgba(9, 19, 29, 0.72));
  box-shadow: 0 20px 46px rgba(3, 8, 18, 0.3);
}

.site-footer__summary,
.site-footer__hours,
.site-footer__copyright,
.site-footer__links a {
  color: #8fa1b3;
}

.site-footer__links {
  display: grid;
  gap: 8px;
}

.site-footer__label {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a227;
}

.site-footer__copyright {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.8rem;
}

.split-layout--about .card-grid--three {
  grid-template-columns: 1fr;
}

@media (max-width: 1100px) {
  .hero,
  .split-layout,
  .pricing-audit-intro,
  .portal-showcase__top {
    grid-template-columns: 1fr;
  }
  .site-footer__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .card-grid--three,
  .card-grid--four,
  .card-grid--steps,
  .card-grid--tools,
  .card-grid--articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .site-header__bar {
    grid-template-columns: auto auto;
    align-items: center;
  }
  .menu-toggle {
    display: inline-block;
    justify-self: end;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(8, 18, 29, 0.96), rgba(9, 19, 29, 0.92));
    box-shadow: 0 24px 60px rgba(3, 8, 18, 0.36);
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav__links,
  .site-nav__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav__links a,
  .site-nav__login {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
  }
  .hero-preview,
  .closing-card,
  .portal-showcase,
  .compare-card,
  .pricing-audit-intro,
  .article-card,
  .info-panel {
    padding: 18px;
  }
  .site-footer__panel {
    grid-template-columns: 1fr;
  }
  .stat-grid,
  .mini-grid,
  .plan-grid,
  .card-grid--three,
  .card-grid--four,
  .card-grid--steps,
  .card-grid--tools,
  .card-grid--articles {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 52px 0;
  }
  .section--hero {
    padding-top: 18px;
    padding-bottom: 44px;
  }
  .section--page-intro {
    padding-top: 38px;
    padding-bottom: 20px;
  }
  .shell {
    width: min(100% - 1rem, 1200px);
  }
  .site-header__bar,
  .site-footer__panel,
  .auth-card,
  .auth-side,
  .legal-card,
  .legal-page-card {
    padding: 18px;
  }
  .hero-preview__header {
    grid-template-columns: 1fr;
  }
  .hero-preview__summary {
    grid-template-columns: 1fr;
  }
  .plan-card,
  .tool-card,
  .about-pillar,
  .audit-step,
  .process-step,
  .expectation-card,
  .philosophy-card,
  .education-card,
  .contact-card,
  .generic-card,
  .portal-showcase__spotlight,
  .portal-showcase__nav,
  .hero-preview,
  .hero-preview__next,
  .hero-preview__audit {
    padding: 18px;
  }
  .plan-card__price strong {
    font-size: 1.72rem;
  }
  .plan-card__name {
    font-size: 1.28rem;
  }
  .stat-card,
  .checklist__item,
  .portal-highlight,
  .portal-nav-item,
  .faq-item summary,
  .faq-item p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .button,
  .button-row .button,
  .section-cta .button {
    width: 100%;
  }
}

.auth-layout {
  display: grid;
  gap: 24px;
  align-items: start;
}

.auth-card,
.auth-side,
.legal-card,
.legal-page-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 56px rgba(3, 8, 18, 0.28);
}

.auth-card,
.auth-side,
.legal-page-card {
  padding: 28px;
}

.auth-card h2,
.auth-side h2,
.legal-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.15;
}

.auth-copy,
.auth-side p,
.auth-helper,
.legal-card p,
.legal-card li,
.legal-summary,
.legal-meta,
.legal-prose p,
.legal-prose li {
  color: var(--muted);
}

.auth-form {
  display: grid;
  gap: 18px;
}

.auth-form__row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-field--honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.auth-field__label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.auth-field__input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  padding: 14px 16px;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

select.auth-field__input {
  appearance: none;
}

textarea.auth-field__input {
  min-height: 132px;
  resize: vertical;
}

.auth-field__input:focus {
  border-color: rgba(201, 162, 39, 0.58);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.08);
}

.auth-feature-list,
.auth-checklist {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.auth-feature-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
}

.auth-feature-item strong {
  color: var(--white);
}

.auth-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.auth-consent input {
  margin-top: 4px;
  accent-color: var(--gold);
}

.auth-consent__title {
  display: block;
  color: var(--white);
  font-weight: 600;
}

.auth-consent__copy {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.form-message {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  background: rgba(201, 162, 39, 0.08);
  color: #f3e0a0;
  font-size: 0.95rem;
}

.form-message[data-state="error"] {
  border-color: rgba(219, 88, 88, 0.28);
  background: rgba(219, 88, 88, 0.08);
  color: #ffd2d2;
}

.form-message[data-state="success"] {
  border-color: rgba(134, 194, 123, 0.28);
  background: rgba(134, 194, 123, 0.08);
  color: #dcffd4;
}

.button-row--stack {
  align-items: stretch;
}

.button.is-disabled {
  pointer-events: none;
  opacity: 0.56;
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.legal-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.legal-card {
  padding: 24px;
}

.legal-card .button {
  margin-top: 18px;
}

.legal-meta {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-prose {
  color: var(--white);
}

.legal-prose h2,
.legal-prose h3 {
  margin: 2rem 0 0.9rem;
  line-height: 1.2;
}

.legal-prose h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.legal-prose h3 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.legal-prose ul,
.legal-prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
}

.legal-prose li + li {
  margin-top: 0.5rem;
}

.legal-prose strong {
  color: var(--white);
}

.legal-page-card {
  max-width: 920px;
  margin: 0 auto;
}

.static-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.auth-links a {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 960px) {
  .auth-layout {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

@media (max-width: 767px) {
  .auth-form__row {
    grid-template-columns: 1fr;
  }
}

/* Refinement pass - 2026-05-31 */

:root {
  --surface-glass: rgba(255, 255, 255, 0.07);
  --surface-glass-strong: rgba(255, 255, 255, 0.11);
  --surface-dense: rgba(9, 19, 29, 0.78);
  --shadow-soft: 0 22px 54px rgba(2, 8, 16, 0.34);
  --shadow-gold: 0 20px 48px rgba(201, 162, 39, 0.2);
  --radius-panel: 28px;
}

body.marketing-home,
body.marketing-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 162, 39, 0.16), transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 50% 48%, rgba(15, 37, 56, 0.28), transparent 42%),
    linear-gradient(180deg, #08131d 0%, #0c1a28 34%, #0b1622 100%);
}

body.marketing-home::before,
body.marketing-page::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.34;
}

body.marketing-home::after,
body.marketing-page::after {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.045), transparent 18%),
    radial-gradient(circle at 74% 18%, rgba(201, 162, 39, 0.08), transparent 18%),
    radial-gradient(circle at 50% 84%, rgba(255, 255, 255, 0.024), transparent 22%);
}

main {
  isolation: isolate;
}

.shell {
  width: min(100% - 3rem, 1220px);
}

.section {
  position: relative;
  padding: 84px 0;
}

.section--hero {
  padding-top: 34px;
  padding-bottom: 72px;
}

.section--page-intro {
  padding-top: 72px;
  padding-bottom: 34px;
}

.section--tight-top {
  padding-top: 14px;
}

.section--closing {
  padding-bottom: 94px;
}

.section + .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100% - 4rem, 1180px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0.55;
}

.section--hero-scene::after,
.section--scene::after,
.section--storyline::after,
.section--pricing-band::after,
.section--portal-zone::after,
.section--faq-zone::after,
.section--closing-stage::after {
  content: "";
  position: absolute;
  inset: 6% 0 auto;
  height: 52%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.9;
}

.section--hero-scene::after {
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.05), transparent 20%),
    radial-gradient(circle at 80% 20%, rgba(201, 162, 39, 0.12), transparent 22%);
}

.section--scene::after {
  background: radial-gradient(circle at 66% 34%, rgba(255, 255, 255, 0.04), transparent 20%);
}

.section--storyline::after {
  background: radial-gradient(circle at 76% 20%, rgba(201, 162, 39, 0.1), transparent 20%);
}

.section--pricing-band::after {
  background: radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.03), transparent 18%);
}

.section--portal-zone::after {
  background:
    radial-gradient(circle at 72% 18%, rgba(201, 162, 39, 0.12), transparent 22%),
    radial-gradient(circle at 26% 38%, rgba(255, 255, 255, 0.045), transparent 18%);
}

.section--faq-zone::after {
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.035), transparent 20%);
}

.section--closing-stage::after {
  background:
    radial-gradient(circle at 56% 42%, rgba(201, 162, 39, 0.16), transparent 24%),
    radial-gradient(circle at 22% 38%, rgba(255, 255, 255, 0.04), transparent 18%);
}

.site-header {
  padding-top: 16px;
}

.site-header__bar {
  gap: 24px;
  padding: 16px 22px;
  border-radius: 26px;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(8, 18, 29, 0.92), rgba(11, 23, 35, 0.82));
  box-shadow: 0 28px 56px rgba(2, 8, 16, 0.34);
}

.site-header__bar::after {
  content: "";
  position: absolute;
  top: -32px;
  left: -80px;
  width: 240px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
  pointer-events: none;
  opacity: 0.26;
}

.brand__mark {
  width: 38px;
  height: 38px;
}

.brand__line--primary {
  font-size: 1rem;
}

.site-nav__links {
  gap: 28px;
}

.site-nav__link,
.site-nav__login {
  font-size: 0.95rem;
}

.button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 15px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 26px rgba(1, 8, 14, 0.16);
}

.button--large {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 18px;
}

.button--primary {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #d4b13a 0%, #c29921 100%);
  color: #08131d;
  box-shadow: var(--shadow-gold), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button--primary:hover {
  background: linear-gradient(180deg, #deb94a 0%, #ca9f29 100%);
  box-shadow: 0 22px 44px rgba(201, 162, 39, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  color: #ffffff;
  box-shadow: 0 16px 24px rgba(1, 8, 14, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button--secondary:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.18);
}

.eyebrow {
  min-height: 30px;
  padding: 0 12px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.eyebrow--accent,
.plan-card--featured .plan-card__badge {
  border-color: rgba(201, 162, 39, 0.34);
  background: rgba(201, 162, 39, 0.08);
  color: #c9a227;
}

.section-copy {
  max-width: 760px;
}

.section-copy h1,
.hero__content h1 {
  font-size: clamp(3rem, 5.4vw, 4.9rem);
  max-width: 680px;
}

.section-copy h2,
.hero-preview h2,
.closing-card h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
}

.section-copy > p,
.hero__lead,
.hero__support,
.stack-text p,
.info-panel p,
.approach-panel__copy p,
.hero-preview p,
.article-card p,
.section-note {
  font-size: 1.02rem;
  line-height: 1.75;
}

.hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 470px);
  gap: 44px;
  align-items: center;
}

.hero__content {
  max-width: 660px;
  padding-top: 42px;
}

.hero__lead {
  max-width: 590px;
}

.hero__content .button-row {
  margin-top: 26px;
}

.hero__content .hero__support {
  margin-top: 0;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.trust-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d7b238, #bf971c);
  box-shadow: 0 0 14px rgba(201, 162, 39, 0.25);
}

.stat-grid--hero {
  max-width: 760px;
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.glass-card {
  overflow: hidden;
  border-radius: var(--radius-panel);
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
}

.glass-card::after {
  content: "";
  position: absolute;
  top: -24%;
  left: -10%;
  width: 54%;
  height: 54%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 72%);
  pointer-events: none;
  opacity: 0.18;
  transform: rotate(12deg);
}

.glass-card--soft {
  background: linear-gradient(180deg, rgba(18, 32, 46, 0.86), rgba(14, 27, 40, 0.72));
}

.glass-card--elevated {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  box-shadow: 0 28px 62px rgba(2, 8, 16, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.glass-card--selected {
  border-color: rgba(201, 162, 39, 0.4);
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.18), rgba(255, 255, 255, 0.055));
  box-shadow: 0 28px 62px rgba(35, 25, 7, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.glass-card--dense {
  background: linear-gradient(180deg, rgba(8, 18, 29, 0.9), rgba(11, 23, 35, 0.78));
  box-shadow: 0 18px 36px rgba(2, 8, 16, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.glass-card--cta {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.18), rgba(255, 255, 255, 0.06));
  border-color: rgba(201, 162, 39, 0.24);
  box-shadow: 0 34px 74px rgba(20, 15, 5, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-preview {
  padding: 26px;
  gap: 22px;
  background: linear-gradient(180deg, rgba(15, 27, 40, 0.92), rgba(14, 24, 36, 0.84));
}

.hero-preview__masthead {
  display: grid;
  gap: 0;
}

.hero-preview__process {
  display: grid;
  gap: 12px;
}

.process-bullet {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.process-bullet--current {
  border-color: rgba(201, 162, 39, 0.22);
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.12), rgba(255, 255, 255, 0.04));
}

.process-bullet__index,
.process-step__number,
.story-step__number {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.24);
  color: #c9a227;
  font-size: 0.84rem;
  font-weight: 700;
  flex-shrink: 0;
}

.process-bullet strong,
.story-step h3,
.portal-module__title {
  display: block;
  font-size: 1rem;
}

.process-bullet p,
.story-step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-preview__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  gap: 14px;
}

.hero-preview__audit,
.hero-preview__status {
  padding: 18px;
}

.hero-preview__audit h3 {
  margin: 8px 0 0;
  font-size: 1.58rem;
  line-height: 1.12;
}

.hero-preview__audit p {
  margin-top: 12px;
}

.hero-preview__status {
  display: grid;
  gap: 14px;
}

.hero-preview__status-row {
  display: grid;
  gap: 8px;
}

.visual-frame {
  padding: 18px;
}

.visual-frame img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.split-layout--visual,
.split-layout--story {
  align-items: center;
  gap: 34px;
}

.pillars-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.pillars-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillars-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mission-band {
  display: grid;
  gap: 14px;
  padding: 26px 28px;
  margin-top: 28px;
}

.mission-band p {
  margin: 0;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.06rem;
}

.story-panel {
  display: grid;
  gap: 22px;
  padding: 22px;
}

.story-steps {
  display: grid;
  gap: 12px;
}

.story-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.story-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.plan-grid {
  gap: 20px;
}

.plan-grid--home {
  margin-top: 32px;
}

.plan-card {
  padding: 24px 22px;
  gap: 14px;
  border-radius: 28px;
}

.plan-card--featured {
  transform: translateY(-8px);
}

.plan-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.plan-card__marker {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c9a227;
  box-shadow: 0 0 0 6px rgba(201, 162, 39, 0.12);
}

.plan-card__header {
  display: grid;
  gap: 10px;
}

.plan-card__name {
  font-size: 1.48rem;
}

.plan-card__price strong {
  font-size: 2.32rem;
}

.plan-card__price span {
  font-size: 0.9rem;
}

.plan-card__summary,
.plan-card__fit {
  margin: 0;
}

.plan-card__fit {
  color: rgba(255, 255, 255, 0.72);
}

.plan-card__credit {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.18);
  background: rgba(201, 162, 39, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
  font-weight: 600;
}

.plan-card__benefits {
  gap: 0;
  margin-top: 2px;
}

.plan-card__benefit {
  align-items: center;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
}

.plan-card__benefit:first-child {
  padding-top: 0;
  border-top: 0;
}

.plan-card__bullet {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  margin-top: 0;
  color: #c9a227;
  font-size: 1rem;
  line-height: 1;
}

.plan-card .button {
  width: 100%;
  margin-top: 10px;
}

.pricing-audit-intro {
  gap: 24px;
}

.pricing-audit-intro__copy {
  display: grid;
  gap: 0;
  align-content: start;
}

.compare-card {
  gap: 24px;
}

.compare-mobile-grid {
  display: none;
  gap: 14px;
  margin-top: 18px;
}

.compare-mobile-card {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.compare-mobile-card h3,
.compare-mobile-card p,
.compare-mobile-card ul {
  margin: 0;
}

.compare-mobile-card ul {
  padding-left: 18px;
  color: var(--muted);
}

.compare-mobile-card li + li {
  margin-top: 8px;
}

.portal-demo {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.portal-demo__sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 18px;
}

.portal-demo__sidebar-brand {
  display: grid;
  gap: 8px;
}

.portal-demo__nav {
  display: grid;
  gap: 10px;
}

.portal-demo__nav-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.74);
}

.portal-demo__nav-item.is-active {
  border-color: rgba(201, 162, 39, 0.22);
  background: rgba(201, 162, 39, 0.12);
  color: #ffffff;
}

.portal-demo__sidebar-note {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.portal-demo__workspace {
  display: grid;
  gap: 16px;
}

.portal-demo__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 6px;
}

.portal-demo__kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-demo__topbar h3 {
  margin: 0;
  font-size: 1.4rem;
}

.portal-demo__chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  white-space: nowrap;
}

.portal-demo__row {
  display: grid;
  gap: 16px;
}

.portal-demo__row--primary {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.portal-demo__row--secondary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-module {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.portal-module p,
.portal-module ul {
  margin: 0;
}

.portal-module__list {
  padding-left: 18px;
  color: var(--muted);
}

.doc-checklist {
  display: grid;
  gap: 10px;
}

.doc-checklist__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
}

.progress-track {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.progress-track__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.92), rgba(226, 193, 82, 0.86));
  box-shadow: 0 0 20px rgba(201, 162, 39, 0.24);
}

.score-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 88px;
}

.score-bars span {
  flex: 1;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.92), rgba(201, 162, 39, 0.28));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.faq-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
  padding: 28px;
}

.faq-stage__intro {
  display: grid;
  gap: 16px;
  align-content: start;
}

.faq-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-size: 1.02rem;
}

.faq-item summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1rem;
}

.faq-item[open] summary::after {
  content: "−";
  background: rgba(201, 162, 39, 0.12);
  border-color: rgba(201, 162, 39, 0.22);
  color: #c9a227;
}

.faq-item p {
  padding: 0 20px 20px;
}

.closing-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  padding: 32px;
}

.closing-card__copy {
  display: grid;
  gap: 0;
}

.closing-flow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.closing-flow__step {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
}

.closing-flow__arrow {
  position: relative;
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.88), rgba(255, 255, 255, 0.18));
}

.closing-flow__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #c9a227;
  border-right: 1.5px solid #c9a227;
  transform: translateY(-50%) rotate(45deg);
}

.site-footer__panel {
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.65fr) minmax(180px, 0.75fr) minmax(220px, 0.9fr);
  grid-template-areas:
    "lead company explore actions"
    "lead legal legal legal";
  gap: 20px 26px;
  padding: 30px;
}

.site-footer__lead {
  grid-area: lead;
  display: grid;
  gap: 16px;
  align-content: start;
}

.site-footer__group:nth-of-type(1) {
  grid-area: company;
}

.site-footer__group:nth-of-type(2) {
  grid-area: explore;
}

.site-footer__actions {
  grid-area: actions;
  display: grid;
  gap: 12px;
  align-content: start;
}

.site-footer__actions .button {
  width: 100%;
}

.site-footer__legal {
  grid-area: legal;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.58);
}

.site-footer__legal a:hover {
  color: #ffffff;
}

.site-footer__summary {
  margin: 0;
  max-width: 390px;
}

.site-footer__hours {
  display: grid;
  gap: 6px;
}

.site-footer__hours p {
  margin: 0;
}

.site-footer__group .site-footer__label {
  color: rgba(255, 255, 255, 0.52);
}

.site-footer__hours .site-footer__label {
  color: #c9a227;
  margin-bottom: 2px;
}

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

.process-step {
  padding: 24px 20px 20px;
}

.process-step h3 {
  margin: 0;
  font-size: 1rem;
}

.process-step p {
  margin: 10px 0 0;
  color: var(--muted);
}

.legal-grid {
  gap: 22px;
}

.legal-card {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
}

.legal-page-card {
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(10, 19, 31, 0.92), rgba(16, 28, 43, 0.84));
  padding: 34px;
}

.legal-prose h2 {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.4rem;
}

body.marketing-legal .section--page-intro .shell--narrow {
  width: min(100% - 2rem, 960px);
}

@media (min-width: 1440px) {
  .shell {
    width: min(100% - 5rem, 1280px);
  }

  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 520px);
  }

  .plan-grid--home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .plan-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-demo__row--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .shell {
    width: min(100% - 2rem, 1040px);
  }

  .section {
    padding: 72px 0;
  }

  .section--hero {
    padding-top: 28px;
    padding-bottom: 60px;
  }

  .hero,
  .split-layout--visual,
  .split-layout--story,
  .pricing-audit-intro,
  .faq-stage,
  .closing-card {
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-top: 14px;
  }

  .hero-preview__footer,
  .portal-demo,
  .portal-demo__row--primary,
  .portal-demo__row--secondary {
    grid-template-columns: 1fr 1fr;
  }

  .hero-preview__footer {
    grid-template-columns: 1fr;
  }

  .pillars-grid--three,
  .pillars-grid--four,
  .process-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "lead lead"
      "company explore"
      "actions actions"
      "legal legal";
  }

  .closing-flow {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .shell {
    width: min(100% - 1rem, 100%);
  }

  .section {
    padding: 58px 0;
  }

  .section--hero {
    padding-top: 18px;
    padding-bottom: 44px;
  }

  .section--page-intro {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .site-header {
    padding-top: 10px;
  }

  .site-header__bar {
    padding: 14px;
    border-radius: 22px;
  }

  .hero__content h1,
  .section-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.45rem);
  }

  .trust-list,
  .stat-grid--hero,
  .pillars-grid--three,
  .pillars-grid--four,
  .plan-grid,
  .process-rail,
  .portal-demo,
  .portal-demo__row--primary,
  .portal-demo__row--secondary {
    grid-template-columns: 1fr;
  }

  .trust-list li {
    width: 100%;
    justify-content: flex-start;
  }

  .faq-stage,
  .hero-preview,
  .story-panel,
  .pricing-audit-intro,
  .compare-card,
  .portal-demo,
  .closing-card,
  .legal-page-card {
    padding: 20px;
  }

  .compare-table-wrap--desktop {
    display: none;
  }

  .compare-mobile-grid {
    display: grid;
  }

  .site-footer__panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "lead"
      "company"
      "explore"
      "actions"
      "legal";
    padding: 22px 20px;
  }

  .button,
  .button-row .button,
  .section-cta .button {
    width: 100%;
  }
}

.faq-item[open] summary::after {
  content: "\2212";
}

.marketing-legal .legal-page-card .legal-prose > p:first-child {
  display: none;
}

/* Launch refinement pass */

:root {
  --shell-max: 1400px;
  --shell-max-large: 1440px;
  --radius-shell: 22px;
  --radius-panel: 22px;
  --radius-soft: 18px;
  --shadow-navy: 0 16px 36px rgba(2, 8, 16, 0.28);
  --shadow-elevated: 0 22px 48px rgba(2, 8, 16, 0.34);
}

body {
  background:
    radial-gradient(circle at 18% 3%, rgba(201, 162, 39, 0.08), transparent 13%),
    radial-gradient(circle at 84% 9%, rgba(255, 255, 255, 0.045), transparent 16%),
    linear-gradient(180deg, #08121b 0%, #0c1824 36%, #0a1520 100%);
}

body::before {
  background-size: 84px 84px;
  opacity: 0.2;
}

body::after {
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.032), transparent 14%),
    radial-gradient(circle at 80% 14%, rgba(201, 162, 39, 0.06), transparent 12%),
    radial-gradient(circle at 56% 80%, rgba(255, 255, 255, 0.02), transparent 16%);
  opacity: 0.54;
}

.shell {
  width: min(100% - 3.5rem, var(--shell-max));
}

.shell--narrow {
  width: min(100% - 3.5rem, 1020px);
}

.section {
  padding: 64px 0;
}

.section--feature {
  padding: 72px 0;
}

.section--hero {
  padding-top: 16px;
  padding-bottom: 56px;
}

.section--page-intro {
  padding-top: 32px;
  padding-bottom: 16px;
}

.section--tight-top {
  padding-top: 0;
}

.section--closing {
  padding-bottom: 72px;
}

.section + .section::before {
  width: min(100% - 5rem, 1360px);
  opacity: 0.36;
}

.section--hero-scene::after,
.section--scene::after,
.section--storyline::after,
.section--pricing-band::after,
.section--portal-zone::after,
.section--faq-zone::after,
.section--closing-stage::after {
  inset: 8% 0 auto;
  height: 44%;
  opacity: 0.7;
}

.section--hero-scene::after {
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.04), transparent 14%),
    radial-gradient(circle at 79% 20%, rgba(201, 162, 39, 0.08), transparent 16%);
}

.section--scene::after {
  background: radial-gradient(circle at 66% 32%, rgba(255, 255, 255, 0.03), transparent 15%);
}

.section--storyline::after {
  background: radial-gradient(circle at 78% 18%, rgba(201, 162, 39, 0.07), transparent 15%);
}

.section--pricing-band::after {
  background:
    radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.025), transparent 15%),
    radial-gradient(circle at 82% 16%, rgba(201, 162, 39, 0.055), transparent 14%);
}

.section--portal-zone::after {
  background:
    radial-gradient(circle at 74% 16%, rgba(201, 162, 39, 0.08), transparent 16%),
    radial-gradient(circle at 24% 34%, rgba(255, 255, 255, 0.03), transparent 14%);
}

.section--faq-zone::after {
  background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.03), transparent 14%);
}

.section--closing-stage::after {
  background:
    radial-gradient(circle at 56% 42%, rgba(201, 162, 39, 0.1), transparent 17%),
    radial-gradient(circle at 22% 34%, rgba(255, 255, 255, 0.028), transparent 14%);
}

body.marketing-legal .section--page-intro::after {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  height: 42%;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.03), transparent 14%),
    radial-gradient(circle at 76% 20%, rgba(201, 162, 39, 0.055), transparent 16%);
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

.site-header {
  padding-top: 12px;
}

.site-header__bar {
  gap: 30px;
  padding: 14px 22px;
  border-radius: var(--radius-shell);
  border-color: rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(11, 20, 31, 0.9), rgba(12, 24, 36, 0.76));
  box-shadow: var(--shadow-navy), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brand__mark {
  width: 36px;
  height: 36px;
}

.brand__line--primary {
  font-size: 0.98rem;
}

.brand__line--secondary {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.site-nav__links,
.site-nav__actions {
  gap: 16px;
}

.site-nav__link,
.site-nav__login {
  font-size: 0.95rem;
}

.button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 0.94rem;
}

.button--large {
  min-height: 52px;
  padding-inline: 24px;
}

.button--primary {
  background: linear-gradient(180deg, #ddb84b 0%, #c8a026 100%);
  color: #09131d;
  box-shadow: 0 18px 34px rgba(201, 162, 39, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.button--primary:hover {
  background: linear-gradient(180deg, #e5c45d 0%, #cfab34 100%);
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.16);
}

.schedule-consultation-btn {
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

.eyebrow {
  min-height: 30px;
  padding: 0 12px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.section-copy {
  max-width: 760px;
}

.section-copy--compact {
  max-width: 620px;
}

.hero__content h1 {
  max-width: 680px;
  font-size: clamp(2.75rem, 3.2vw, 3.25rem);
}

.section-copy h1 {
  font-size: clamp(2.25rem, 2.6vw, 2.8rem);
}

.section-copy h2,
.hero-preview h2,
.closing-card h2 {
  font-size: clamp(1.75rem, 2.1vw, 2.2rem);
}

.section-copy > p,
.hero__lead,
.hero__support,
.stack-text p,
.info-panel p,
.approach-panel__copy p,
.hero-preview p,
.article-card p,
.section-note,
.about-pillar p,
.contact-card p,
.legal-summary,
.site-footer__summary,
.site-footer__hours p {
  font-size: 1rem;
  line-height: 1.68;
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(460px, 540px);
  gap: 28px;
  min-height: auto;
  align-items: center;
}

.hero__content {
  max-width: 670px;
  padding-top: 0;
}

.hero-preview {
  position: relative;
  padding: 22px;
  gap: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 27, 40, 0.94), rgba(14, 24, 36, 0.86));
}

.hero-preview__ornament {
  position: absolute;
  top: -30px;
  right: -42px;
  width: 360px;
  pointer-events: none;
  opacity: 0.22;
}

.hero-preview__ornament img {
  display: block;
  width: 100%;
}

.hero-preview__masthead,
.hero-preview__process,
.hero-preview__footer,
.hero-preview__status {
  position: relative;
  z-index: 1;
}

.hero-preview__masthead {
  max-width: 470px;
}

.process-bullet {
  padding: 11px 12px;
  border-radius: 14px;
}

.process-bullet strong {
  font-size: 0.98rem;
}

.process-bullet p {
  font-size: 0.92rem;
  line-height: 1.52;
}

.process-bullet__index,
.process-step__number,
.story-step__number {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.hero-preview__footer {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.hero-preview__audit,
.hero-preview__status {
  padding: 14px;
}

.hero-preview__audit h3 {
  font-size: 1.3rem;
}

.hero-preview__audit-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.trust-list {
  gap: 12px;
  margin-top: 22px;
}

.trust-list li {
  padding: 10px 14px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.84);
}

.stat-grid--hero {
  margin-top: 22px;
}

.glass-card {
  border-color: rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadow-navy), inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.glass-card::after {
  top: -18%;
  left: -6%;
  width: 44%;
  height: 48%;
  opacity: 0.15;
}

.glass-card--soft {
  background: linear-gradient(180deg, rgba(17, 31, 46, 0.9), rgba(13, 26, 39, 0.76));
}

.glass-card--elevated {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: var(--shadow-elevated), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.glass-card--selected {
  border-color: rgba(201, 162, 39, 0.46);
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.2), rgba(255, 255, 255, 0.055));
  box-shadow: 0 34px 74px rgba(30, 22, 7, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.glass-card--dense {
  background: linear-gradient(180deg, rgba(8, 18, 29, 0.94), rgba(11, 23, 35, 0.82));
}

.glass-card--cta {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.16), rgba(255, 255, 255, 0.06));
  border-color: rgba(201, 162, 39, 0.28);
  box-shadow: 0 36px 76px rgba(18, 14, 5, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.split-layout--visual,
.split-layout--story {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 500px);
  gap: 28px;
  align-items: center;
}

.pillars-grid {
  margin-top: 26px;
}

.about-pillar,
.audit-step,
.process-step,
.expectation-card,
.philosophy-card,
.tool-card,
.education-card,
.contact-card,
.generic-card {
  padding: 16px;
  border-radius: 20px;
}

.about-pillar h3,
.contact-card h3,
.generic-card h3 {
  font-size: 1.2rem;
  margin-top: 12px;
}

.mission-band {
  padding: 24px 26px;
  margin-top: 24px;
}

.mission-band p {
  font-size: 1.04rem;
}

.audit-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.audit-benefit {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
}

.audit-benefit strong {
  font-size: 1rem;
}

.story-panel {
  max-width: 500px;
  justify-self: end;
  padding: 20px;
  gap: 16px;
}

.story-step {
  gap: 12px;
  padding-top: 12px;
}

.story-step h3 {
  font-size: 1rem;
}

.story-step p {
  font-size: 0.92rem;
  line-height: 1.55;
}

.story-steps {
  gap: 10px;
}

.visual-frame {
  padding: 14px;
}

.visual-frame img {
  border-radius: 18px;
}

.plan-grid {
  gap: 18px;
}

.plan-grid--home {
  margin-top: 26px;
}

.plan-card {
  padding: 18px;
  gap: 10px;
  border-radius: 22px;
}

.plan-card--featured {
  transform: translateY(-4px);
  border-top: 2px solid rgba(201, 162, 39, 0.52);
}

.plan-card__header {
  gap: 8px;
}

.plan-card__name {
  font-size: 1.28rem;
}

.plan-card__summary {
  min-height: 3.1em;
  color: rgba(255, 255, 255, 0.84);
}

.plan-card__price strong {
  font-size: 1.9rem;
}

.plan-card__price span {
  font-size: 0.88rem;
}

.plan-card__credit {
  padding: 7px 10px;
  font-size: 0.8rem;
}

.plan-card__benefits {
  gap: 0;
}

.plan-card__benefit {
  padding: 9px 0;
  font-size: 0.95rem;
  line-height: 1.52;
}

.plan-card__bullet {
  width: 16px;
  height: 16px;
}

.portal-demo {
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(12, 22, 34, 0.95), rgba(14, 26, 39, 0.86));
}

.portal-demo__sidebar {
  gap: 16px;
  padding: 14px;
  border-radius: 20px;
}

.portal-demo__workspace {
  gap: 12px;
}

.portal-demo__topbar {
  padding: 6px 4px 2px;
}

.portal-demo__topbar h3 {
  font-size: 1.2rem;
}

.portal-demo__chip {
  font-size: 0.84rem;
}

.portal-demo__row--primary {
  grid-template-columns: 1.05fr 0.95fr;
}

.portal-demo__row--secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-demo__row--tertiary {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 12px;
}

.portal-demo__row {
  gap: 12px;
}

.portal-module {
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  min-height: 0;
}

.portal-module__title {
  font-size: 1.02rem;
}

.portal-module p,
.portal-module li,
.doc-checklist__row,
.message-stack__item span {
  font-size: 0.94rem;
  line-height: 1.6;
}

.status-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
}

.doc-checklist__row {
  padding: 8px 10px;
}

.message-stack {
  display: grid;
  gap: 10px;
}

.message-stack__item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.message-stack__item strong {
  font-size: 0.88rem;
}

.score-bars {
  height: 70px;
}

.faq-stage {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  padding: 30px;
}

.faq-stage__intro {
  gap: 14px;
}

.faq-item {
  border-radius: 20px;
}

.faq-item summary {
  padding: 19px 20px;
  font-size: 1.08rem;
}

.faq-item summary::after {
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
}

.faq-item p {
  font-size: 0.97rem;
  line-height: 1.66;
}

.closing-card {
  position: relative;
  padding: 34px 34px 32px;
  gap: 24px;
}

.closing-card::after {
  content: "";
  position: absolute;
  top: -18%;
  right: -8%;
  width: 46%;
  height: 70%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.22), transparent 70%);
  opacity: 0.2;
  pointer-events: none;
}

.closing-flow__step {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.92rem;
}

.site-footer {
  padding: 22px 0 18px;
}

.site-footer__panel {
  grid-template-columns: minmax(0, 1.3fr) minmax(170px, 0.7fr) minmax(170px, 0.7fr) minmax(240px, 0.9fr);
  gap: 22px;
  padding: 28px 30px;
  border-radius: 30px;
}

.site-footer__lead,
.site-footer__group {
  grid-area: auto !important;
}

.site-footer__lead {
  gap: 14px;
}

.site-footer__lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2px;
}

.site-footer__lead-actions .button {
  min-width: 184px;
}

.site-footer__group {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__links {
  gap: 9px;
}

.site-footer__links a,
.site-footer__link-button {
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__link-button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.site-footer__links--legal a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer__label {
  margin-bottom: 4px;
  font-size: 0.74rem;
}

.site-footer__group .site-footer__label,
.site-footer__hours .site-footer__label {
  color: #c9a227;
}

.site-footer__hours {
  margin-top: 10px;
  gap: 4px;
}

.site-footer__summary {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer__owner {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.6;
}

.site-footer__contact-stack {
  display: grid;
  gap: 6px;
}

.site-footer__contact-stack a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
}

.site-footer__address {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.site-footer__note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
}

.site-footer__disclaimer {
  margin: 14px auto 0;
  width: min(100% - 2rem, 1280px);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
  line-height: 1.65;
  text-align: center;
}

.site-footer__copyright {
  font-size: 0.84rem;
}

.legal-prose a {
  color: #d6b74e;
}

.legal-prose a:hover {
  color: #f2d465;
}

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

.internal-admin-page .shell {
  width: min(100% - 2rem, 1280px);
}

.internal-admin__intro,
.internal-admin__panel,
.internal-admin__submission {
  padding: 26px;
}

.internal-admin__intro h1 {
  margin: 10px 0 12px;
}

.internal-admin__intro p {
  max-width: 74ch;
  color: rgba(255, 255, 255, 0.74);
}

.internal-admin__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.internal-admin__meta-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.internal-admin__meta-card span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.internal-admin__meta-card strong {
  display: block;
  font-size: 1.05rem;
  color: var(--white);
}

.internal-admin__meta-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.internal-admin__grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.internal-admin__panel h2,
.internal-admin__submissions-header h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.internal-admin__panel p,
.internal-admin__submissions-header p,
.internal-admin__empty {
  color: rgba(255, 255, 255, 0.72);
}

.internal-admin__list,
.internal-admin__log-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.internal-admin__list-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.internal-admin__list-item strong {
  display: block;
  margin-bottom: 6px;
}

.internal-admin__submissions {
  display: grid;
  gap: 16px;
}

.internal-admin__submission {
  display: grid;
  gap: 18px;
}

.internal-admin__submission-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.internal-admin__submission-header h3 {
  margin: 8px 0 4px;
  font-size: 1.3rem;
}

.internal-admin__submission-header p,
.internal-admin__submission-body p,
.internal-admin__submission-body li {
  color: rgba(255, 255, 255, 0.74);
}

.internal-admin__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.32);
  background: rgba(201, 162, 39, 0.12);
  color: #f2d465;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.internal-admin__submission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.internal-admin__cell {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.internal-admin__cell span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.internal-admin__cell strong,
.internal-admin__cell a {
  color: var(--white);
}

.internal-admin__goal {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.internal-admin__goal span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.internal-admin__goal p {
  margin: 0;
  white-space: pre-wrap;
}

.internal-admin__empty,
.internal-admin__log-empty {
  padding: 18px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.internal-admin__log-list code {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  white-space: pre-wrap;
}

@media (max-width: 1023px) {
  .internal-admin__submission-header {
    flex-direction: column;
  }

  .internal-admin__meta,
  .internal-admin__grid,
  .internal-admin__submission-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .internal-admin__intro,
  .internal-admin__panel,
  .internal-admin__submission {
    padding: 20px;
  }

  .internal-admin__meta,
  .internal-admin__grid,
  .internal-admin__submission-grid {
    grid-template-columns: 1fr;
  }
}

.legal-card {
  padding: 22px 20px;
}

.legal-card h3 {
  font-size: 1.18rem;
}

.legal-meta {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-summary {
  color: rgba(255, 255, 255, 0.72);
}

.legal-page-card {
  padding: 32px 34px;
}

.legal-prose {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}

.legal-prose h2 {
  margin-top: 2rem;
  font-size: 1.6rem;
}

.legal-prose h3 {
  font-size: 1.14rem;
}

@media (min-width: 1440px) {
  .shell {
    width: min(100% - 6rem, var(--shell-max-large));
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 560px);
  }

  .plan-grid,
  .plan-grid--home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .shell {
    width: min(100% - 3rem, 1380px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(460px, 540px);
  }

  .plan-grid,
  .plan-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .shell,
  .shell--narrow {
    width: min(100% - 2rem, 1280px);
  }

  .section {
    padding: 64px 0;
  }

  .section--hero {
    padding-top: 16px;
    padding-bottom: 48px;
  }

  .section--page-intro {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .hero,
  .split-layout--visual,
  .split-layout--story,
  .pricing-audit-intro,
  .faq-stage,
  .closing-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero-preview {
    padding: 20px;
  }

  .hero-preview__footer,
  .audit-benefit-grid,
  .portal-demo,
  .portal-demo__row--primary,
  .portal-demo__row--secondary,
  .portal-demo__row--tertiary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-demo {
    grid-template-columns: 1fr;
  }

  .portal-demo__sidebar {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .portal-demo__sidebar-note {
    grid-column: 1 / -1;
  }

  .pillars-grid--three,
  .pillars-grid--four,
  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-grid,
  .plan-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-card--featured {
    transform: none;
  }

  .site-footer__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .shell,
  .shell--narrow {
    width: min(100% - 1rem, 100%);
  }

  .section {
    padding: 48px 0;
  }

  .section--hero {
    padding-top: 14px;
    padding-bottom: 40px;
  }

  .section--page-intro {
    padding-top: 30px;
    padding-bottom: 14px;
  }

  .site-header__bar {
    gap: 18px;
    padding: 14px 16px;
  }

  .hero__content h1 {
    font-size: clamp(2.55rem, 11vw, 3.05rem);
  }

  .section-copy h1 {
    font-size: clamp(2.3rem, 10vw, 2.9rem);
  }

  .section-copy h2,
  .hero-preview h2,
  .closing-card h2 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

  .trust-list,
  .stat-grid--hero,
  .pillars-grid--three,
  .pillars-grid--four,
  .audit-benefit-grid,
  .plan-grid,
  .legal-grid,
  .portal-demo__row--primary,
  .portal-demo__row--secondary,
  .portal-demo__row--tertiary {
    grid-template-columns: 1fr;
  }

  .hero-preview__ornament {
    width: 220px;
    right: -26px;
    top: -16px;
    opacity: 0.14;
  }

  .hero-preview__footer {
    grid-template-columns: 1fr;
  }

  .hero-preview,
  .story-panel,
  .pricing-audit-intro,
  .compare-card,
  .portal-demo,
  .faq-stage,
  .closing-card,
  .legal-page-card {
    padding: 20px;
  }

  .portal-demo__sidebar {
    grid-template-columns: 1fr;
  }

  .compare-table-wrap--desktop {
    display: none;
  }

  .compare-mobile-grid {
    display: grid;
  }

  .site-footer__panel {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .site-footer__lead-actions {
    display: grid;
  }

  .site-footer__lead-actions .button,
  .button,
  .button-row .button,
  .section-cta .button {
    width: 100%;
  }
}
