@import url("./fonts.257546d50529.css");

:root {
  --bg: #07080c;
  --surface: #141720;
  --surface-2: #1b1f2b;
  --surface-3: #222738;
  --line: #303544;
  --ink: #E6E6E6;
  --muted: #8d94ad;
  --muted-2: #b3b9ca;
  --blue: #38a8f5;
  --blue-soft: rgba(56, 168, 245, 0.15);
  --green: #57d95b;
  --green-soft: rgba(87, 217, 91, 0.15);
  --orange: #ffb23e;
  --orange-soft: rgba(255, 178, 62, 0.15);
  --purple: #8c5cf6;
  --purple-soft: rgba(140, 92, 246, 0.16);
  --red: #ff4758;
  --font-sans: "Figtree", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  height: 100%;
  margin: 0;
}

button,
input,
select,
textarea,
optgroup {
  font-family: var(--font-sans);
}

.landing-page {
  background:
    linear-gradient(180deg, #10131c 0%, var(--bg) 42%, #080a0f 100%);
  color: var(--ink);
  font-family: var(--font-sans);
  font-optical-sizing: auto;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

a {
  color: inherit;
}

.landing-header {
  align-items: center;
  background: rgba(9, 11, 16, 0.92);
  border-bottom: 1px solid #151923;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 54px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.landing-brand {
  align-items: center;
  display: inline-flex;
  height: 42px;
  text-decoration: none;
  width: 138px;
}

.landing-brand img {
  display: block;
  max-height: 38px;
  max-width: 100%;
  object-fit: contain;
}

.landing-nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.landing-nav a {
  border-radius: 6px;
  color: var(--muted-2);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  text-decoration: none;
}

.landing-nav a:hover {
  background: var(--surface);
  color: var(--ink);
}

.landing-nav a.is-active {
  background: var(--blue-soft);
  color: var(--blue);
}

.landing-profile-menu {
  position: relative;
}

.landing-profile-menu summary {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  list-style: none;
  width: 38px;
}

.landing-profile-menu summary::-webkit-details-marker {
  display: none;
}

.landing-profile-menu summary:hover {
  background: var(--surface);
}

.landing-profile-icon {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid rgba(56, 168, 245, 0.45);
  border-radius: 50%;
  color: var(--blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.landing-profile-popover {
  background: #10131b;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  display: grid;
  gap: 4px;
  min-width: 164px;
  padding: 7px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
}

.landing-profile-popover a,
.landing-profile-popover button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--muted-2);
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 11px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.landing-profile-popover a:hover,
.landing-profile-popover button:hover {
  background: var(--surface-2);
  color: var(--ink);
}

main {
  height: calc(100vh - 76px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  width: 100%;
}

.hero-section,
.workflow-section,
.subscriptions-section,
.included-section,
.faq-section,
.readiness-section,
.trust-strip,
.landing-footer,
.register-section {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: clamp(18px, 4vw, 54px);
  padding-right: clamp(18px, 4vw, 54px);
}

.hero-section {
  align-items: center;
  display: grid;
  gap: clamp(28px, 4vw, 46px);
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 1fr);
  min-height: 100%;
  padding-bottom: 56px;
  padding-top: 54px;
}

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

.auth-hero-copy {
  max-width: 820px;
}

.auth-context {
  max-width: 620px;
}

.auth-context h1 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 10px 0 10px;
}

.auth-context p {
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.55;
  margin: 0;
}

.eyebrow,
.panel-kicker {
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1,
.workflow-section h2,
.register-copy h2 {
  color: var(--ink);
  font-size: clamp(38px, 6vw, 76px);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 14px 0 20px;
}

.workflow-section h2,
.register-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.hero-copy p,
.workflow-section p,
.register-copy p,
.status-card small,
.choice-card span,
.payment-panel,
.lookup-result {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.hero-copy p {
  max-width: 690px;
}

.auth-context h1 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.02;
  margin: 10px 0 10px;
}

.auth-context p {
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button-primary {
  background: var(--blue);
  color: #04111d;
}

.button-primary:hover {
  background: #5bb9fb;
}

.button-secondary {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--ink);
}

.button-secondary:hover {
  background: var(--surface-3);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.button:focus-visible,
.auth-tab:focus-visible,
.wizard-tab:focus-visible,
.choice-card:focus-visible,
.subscription-plan-card:focus-visible,
.faq-list summary:focus-visible,
.landing-nav a:focus-visible {
  outline: 2px solid rgba(56, 168, 245, 0.72);
  outline-offset: 2px;
}

.full-width {
  width: 100%;
}

.hero-status {
  align-self: start;
  display: grid;
  gap: 14px;
  margin-top: 92px;
  position: relative;
}

.hero-status::before {
  background: linear-gradient(180deg, rgba(56, 168, 245, 0.5), rgba(87, 217, 91, 0.36));
  bottom: 24px;
  content: "";
  left: 22px;
  position: absolute;
  top: 112px;
  width: 1px;
}

.hero-status-heading h2 {
  color: var(--ink);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.08;
  margin: 8px 0 0;
}

.status-card,
.wizard-panel,
.workflow-grid article,
.pricing-card {
  background: rgba(20, 23, 32, 0.94);
  border: 1px solid #242938;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.status-card {
  display: grid;
  gap: 6px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.status-card:hover,
.workflow-grid article:hover,
.pricing-card:hover {
  border-color: rgba(56, 168, 245, 0.48);
  transform: translateY(-4px);
}

.status-card::before {
  align-items: center;
  background: #10131b;
  border: 1px solid currentColor;
  border-radius: 999px;
  content: "";
  display: inline-flex;
  height: 10px;
  justify-content: center;
  left: 17px;
  position: absolute;
  top: 26px;
  width: 10px;
}

.status-card span,
.step-number {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.status-card span {
  padding-left: 22px;
}

.status-card strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.status-card-blue {
  border-left: 4px solid var(--blue);
}

.status-card-orange {
  border-left: 4px solid var(--orange);
}

.status-card-green {
  border-left: 4px solid var(--green);
}

.workflow-section {
  padding-bottom: 82px;
  padding-top: 24px;
  scroll-margin-top: 92px;
}

.workflow-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.workflow-grid article {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 24px;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.step-number {
  color: var(--orange);
}

.workflow-grid h3 {
  color: var(--ink);
  font-size: 22px;
  margin: 34px 0 12px;
}

.subscriptions-section {
  padding-bottom: 88px;
  padding-top: 4px;
  scroll-margin-top: 92px;
}

.subscriptions-heading {
  max-width: 780px;
}

.subscriptions-heading h2 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  line-height: 1.05;
  margin: 14px 0 16px;
}

.subscriptions-heading p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.pricing-note,
.pricing-terms {
  color: var(--muted-2);
  font-size: 14px;
}

.pricing-note {
  margin-top: 10px;
}

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

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-height: 430px;
  padding: 22px;
  position: relative;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.pricing-card-featured {
  border-color: rgba(56, 168, 245, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 0 0 1px rgba(56, 168, 245, 0.36),
    0 18px 54px rgba(56, 168, 245, 0.13);
}

.plan-badge {
  background: var(--blue-soft);
  border: 1px solid rgba(56, 168, 245, 0.45);
  border-radius: 999px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 9px;
  position: absolute;
  right: 16px;
  text-transform: uppercase;
  top: 16px;
}

.plan-kicker {
  color: var(--orange);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-card-featured .plan-kicker {
  color: var(--blue);
}

.pricing-card h3 {
  color: var(--ink);
  font-size: 26px;
  margin: 12px 0 10px;
}

.pricing-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.pricing-card strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.pricing-card strong span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
}

.pricing-card ul {
  color: var(--muted-2);
  display: grid;
  gap: 10px;
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-card .pricing-cta {
  margin-top: auto;
  width: 100%;
}

.pricing-terms {
  margin: 18px 0 0;
}

.trust-strip {
  color: var(--muted-2);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 36px;
  padding-top: 0;
}

.trust-strip span,
.included-grid span,
.readiness-grid span {
  background: rgba(20, 23, 32, 0.74);
  border: 1px solid #242938;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
  padding: 9px 12px;
}

.section-cta-row,
.included-section,
.faq-section,
.readiness-section {
  border-top: 1px solid #151923;
}

.section-cta-row {
  align-items: center;
  background: rgba(20, 23, 32, 0.72);
  border: 1px solid #242938;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 20px;
}

.section-cta-row h3,
.readiness-section h2,
.included-section h2,
.faq-section h2 {
  color: var(--ink);
  margin: 0;
}

.section-cta-row p {
  font-size: 14px;
  margin: 6px 0 0;
}

.section-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.included-section,
.faq-section,
.readiness-section {
  padding-bottom: 72px;
  padding-top: 18px;
}

.included-section h2,
.faq-section h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  margin: 10px 0 0;
}

.included-grid,
.readiness-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  max-width: 880px;
}

.faq-list details {
  background: rgba(20, 23, 32, 0.94);
  border: 1px solid #242938;
  border-radius: 8px;
  padding: 0;
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 16px 18px;
}

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

.faq-list summary::after {
  color: var(--blue);
  content: "+";
  float: right;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  padding: 0 18px 18px;
}

.readiness-section {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.pricing-card li {
  padding-left: 18px;
  position: relative;
}

.pricing-card li::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

.landing-footer {
  align-items: start;
  border-top: 1px solid #151923;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(160px, 0.85fr) minmax(130px, 0.7fr) minmax(130px, 0.7fr) minmax(260px, 0.8fr);
  margin-top: 8px;
  padding-bottom: 34px;
  padding-top: 42px;
}

.footer-brand-column {
  display: grid;
  gap: 12px;
  max-width: 260px;
}

.footer-brand-column p,
.footer-brand-column small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.footer-contact {
  justify-self: end;
  max-width: 320px;
  width: 100%;
}

.landing-footer h2 {
  color: var(--ink);
  font-size: 15px;
  margin: 0 0 14px;
}

.footer-link-column a {
  color: var(--muted-2);
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 0;
  text-decoration: none;
}

.footer-link-column a:hover {
  color: var(--blue);
}

.footer-contact-details {
  display: grid;
  gap: 9px;
  margin: 0;
}

.footer-contact-details div {
  display: grid;
  gap: 3px;
}

.footer-contact-details dt,
.footer-contact-details dd {
  margin: 0;
}

.footer-contact-details dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-contact-details dd,
.footer-contact-details a {
  color: var(--muted-2);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer-contact-details a:hover {
  color: var(--blue);
}

.footer-logo {
  align-items: center;
  display: inline-flex;
  align-self: start;
  justify-self: start;
  opacity: 0.72;
  text-decoration: none;
  width: 128px;
}

.footer-logo:hover {
  opacity: 1;
}

.footer-logo img {
  display: block;
  max-height: 34px;
  max-width: 100%;
  object-fit: contain;
}

.register-section {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  padding-bottom: 88px;
}

.register-copy {
  grid-row: span 2;
  position: sticky;
  top: 104px;
}

.wizard-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 26px;
}

.register-section > .wizard-panel {
  grid-column: 2;
}

.invite-acceptance-shell {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 0.72fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 46px clamp(18px, 4vw, 54px) 72px;
}

.invite-acceptance-copy {
  display: grid;
  gap: 18px;
}

.invite-acceptance-copy h1 {
  color: var(--ink);
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.invite-acceptance-copy p {
  color: var(--muted-2);
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  max-width: 680px;
}

.relationship-card,
.invite-meaning-card {
  background: rgba(20, 23, 32, 0.86);
  border: 1px solid #242938;
  border-radius: 10px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.relationship-card h2,
.invite-meaning-card h2 {
  color: var(--ink);
  font-size: 15px;
  margin: 0;
}

.relationship-node {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 13px 14px;
}

.relationship-node span,
.invite-detail-list dt,
.invite-step-list span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.relationship-node strong,
.invite-detail-list dd {
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  margin: 0;
}

.relationship-node small,
.invite-detail-list small,
.invite-secondary-actions span,
.invite-code-fallback {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.relationship-connector {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.invite-meaning-card ul {
  color: var(--muted-2);
  display: grid;
  gap: 9px;
  line-height: 1.5;
  margin: 0;
  padding-left: 19px;
}

.invite-acceptance-panel {
  gap: 15px;
  position: sticky;
  top: 104px;
}

.invite-acceptance-panel h2 {
  color: var(--ink);
  font-size: 24px;
  margin: 0;
}

.invite-step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.invite-step-list span {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #252a37;
  border-radius: 999px;
  padding: 6px 9px;
}

.invite-step-list span.is-current {
  background: var(--blue-soft);
  border-color: rgba(56, 168, 245, 0.48);
  color: var(--blue);
}

.invite-detail-list {
  display: grid;
  gap: 9px;
  margin: 0;
}

.invite-detail-list div {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid #242938;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.invite-secondary-actions,
.invite-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.invite-code-fallback {
  border-top: 1px solid #242938;
  margin: 4px 0 0;
  padding-top: 14px;
}

.invite-code-fallback a {
  color: var(--blue);
  font-weight: 750;
  text-decoration: none;
}

.login-panel {
  min-height: 468px;
}

.auth-tabs {
  background: #10131b;
  border: 1px solid #252a37;
  border-radius: 6px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 14px;
  padding: 5px;
}

.auth-tab {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.auth-tab.is-active {
  background: var(--blue);
  color: #04111d;
}

.auth-pane {
  display: none;
  min-height: 0;
}

.auth-pane.is-active {
  display: block;
}

.login-panel h3 {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
  line-height: 1.1;
  margin: 8px 0 18px;
}

.compact-choice-grid .choice-card {
  min-height: 126px;
}

.wizard-tabs {
  background: #10131b;
  border: 1px solid #252a37;
  border-radius: 6px;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px;
  position: relative;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.wizard-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  flex: 1 0 86px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  min-width: 0;
  padding: 0 8px;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.wizard-tab.is-active {
  background: var(--blue-soft);
  color: var(--ink);
}

.wizard-tab.is-complete {
  color: var(--blue);
}

.wizard-step-marker {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  line-height: 1;
  min-width: 20px;
}

.wizard-tab.is-complete .wizard-step-marker {
  background: var(--blue);
  border-color: var(--blue);
  color: #04111d;
  font-size: 0;
}

.wizard-tab.is-complete .wizard-step-marker::before {
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.wizard-step {
  display: none;
  min-height: 0;
  padding: 22px 0 8px;
}

.wizard-step.is-active {
  display: block;
}

.wizard-step h3 {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
  line-height: 1.1;
  margin: 8px 0 18px;
}

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

.choice-card {
  background: #10131b;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 10px;
  min-height: 154px;
  padding: 20px 48px 20px 20px;
  position: relative;
  text-align: left;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.choice-card:hover,
.choice-card.is-selected {
  background: var(--surface-2);
  border-color: rgba(56, 168, 245, 0.72);
}

.choice-card:hover {
  transform: translateY(-2px);
}

.choice-card::after {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: transparent;
  content: "";
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 22px;
}

.choice-card.is-selected {
  background: rgba(56, 168, 245, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.choice-card.is-selected::after {
  background: var(--blue);
  border-color: var(--blue);
  color: #04111d;
  content: "✓";
}

.wizard-step-copy,
.plan-helper,
.plan-validation,
.compare-plans-link {
  font-size: 13px;
  line-height: 1.5;
}

.wizard-step-copy {
  color: var(--muted);
  margin: -8px 0 14px;
}

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

.subscription-plan-card {
  background: #10131b;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  gap: 9px;
  min-width: 0;
  padding: 16px;
  position: relative;
  text-align: left;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.subscription-plan-card:hover {
  border-color: rgba(56, 168, 245, 0.58);
  transform: translateY(-2px);
}

.subscription-plan-card::after {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: transparent;
  content: "";
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 21px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 21px;
}

.subscription-plan-card.is-selected {
  background: rgba(56, 168, 245, 0.12);
  border-color: rgba(56, 168, 245, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.subscription-plan-card.is-selected::after {
  background: var(--blue);
  border-color: var(--blue);
  color: #04111d;
  content: "✓";
}

.subscription-plan-card strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.1;
}

.subscription-plan-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.subscription-plan-price {
  color: var(--ink);
  display: grid;
  font-size: 22px;
  font-weight: 800;
  gap: 2px;
  line-height: 1.1;
}

.subscription-plan-price em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.subscription-plan-card ul {
  color: var(--muted-2);
  display: grid;
  font-size: 12px;
  gap: 6px;
  line-height: 1.35;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subscription-plan-card li {
  padding-left: 14px;
  position: relative;
}

.subscription-plan-card li::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 5px;
}

.subscription-recommended-badge {
  align-self: flex-start;
  background: var(--blue-soft);
  border: 1px solid rgba(56, 168, 245, 0.45);
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  padding: 5px 7px;
  text-transform: uppercase;
}

.plan-helper {
  color: var(--muted);
  margin: 12px 0 4px;
}

.plan-validation {
  color: var(--red);
  font-weight: 700;
  margin: 10px 0 0;
}

.compare-plans-link {
  color: var(--blue);
  display: inline-flex;
  font-weight: 700;
  margin-top: 4px;
  text-decoration: none;
}

.selected-plan-summary {
  align-items: center;
  background: #10131b;
  border: 1px solid #272d3b;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 14px;
}

.selected-plan-summary span,
.selected-plan-summary small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 650;
}

.selected-plan-summary strong {
  color: var(--ink);
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 3px;
}

.choice-card strong {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
}

.field,
.field-grid {
  display: grid;
  gap: 10px;
  padding: 6px;
}

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

.field span {
  color: var(--muted-2);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.field input {
  background: #10131b;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  outline: 0;
  padding: 0 14px;
  width: 100%;
}

.field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
}

.login-email-combo,
.field-action-combo {
  align-items: stretch;
  background: #10131b;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  overflow: hidden;
}

.login-email-combo input,
.field-action-combo input {
  background: transparent;
  border: 0;
  border-radius: 0;
  min-height: 48px;
}

.login-email-combo input:focus,
.field-action-combo input:focus {
  box-shadow: none;
}

.login-email-combo button,
.field-action-combo button {
  background: var(--blue);
  border: 0;
  border-left: 1px solid var(--line);
  color: #04111d;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  min-height: 48px;
  padding: 0 12px;
}

.login-email-combo button:hover,
.field-action-combo button:hover {
  background: #5bb9fb;
}

.login-email-combo button:disabled,
.field-action-combo button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.login-email-combo:focus-within,
.field-action-combo:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
}

.lookup-result,
.payment-panel {
  background: #10131b;
  border: 1px solid #272d3b;
  border-radius: 6px;
  margin-top: 14px;
  min-height: 58px;
  padding: 16px;
}

.invite-code-field {
  margin-bottom: 12px;
}

.invite-result {
  color: var(--muted);
  line-height: 1.6;
  margin-top: 12px;
}

.invite-result a {
  color: var(--blue);
  font-weight: 600;
}

.lookup-result.is-filled {
  border-color: rgba(87, 217, 91, 0.55);
  color: var(--muted-2);
}

.payment-panel p {
  margin: 0;
}

.payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

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

.app-message {
  border-radius: 6px;
  font-weight: 600;
  margin: 0;
  padding: 12px 14px;
}

.app-message.success {
  background: var(--green-soft);
  color: var(--green);
}

.app-message.error {
  background: var(--red);
  color: #fff;
}

.panel-form {
  display: grid;
  gap: 16px;
}

.panel-form label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
  text-transform: uppercase;
}

.panel-form input {
  background: #10131b;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  outline: 0;
  padding: 0 14px;
  text-transform: none;
  width: 100%;
}

.panel-form select {
  background: #10131b;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  outline: 0;
  padding: 0 14px;
  text-transform: none;
  width: 100%;
}

.panel-form .errorlist {
  color: var(--red);
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.resend-inline {
  margin-top: 14px;
}

.legal-form-help {
  display: block;
  margin-top: 8px;
}

.terms-row {
  align-items: flex-start;
  color: var(--muted-2);
  display: flex;
  gap: 10px;
  line-height: 1.5;
  margin-top: 14px;
}

.terms-row input {
  margin-top: 4px;
}

.success-note {
  color: var(--green);
  font-weight: 600;
  margin-top: 12px;
}

.warning-note {
  color: var(--orange);
  font-weight: 600;
  margin-top: 12px;
}

.error-note {
  color: var(--red);
  font-weight: 600;
  margin-top: 12px;
}

.verification-panel {
  border-top: 1px solid #252a37;
  margin-top: 24px;
  padding-top: 26px;
}

.verification-panel h3 {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
  line-height: 1.1;
  margin: 12px 0 10px;
}

.verification-panel p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 18px;
}

.wizard-footer {
  align-items: center;
  border-top: 1px solid #252a37;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 16px;
}

.wizard-footer [hidden] {
  display: none;
}

@media (max-width: 1180px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .landing-header {
    min-height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .landing-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero-section,
  .register-section,
  .invite-acceptance-shell {
    grid-template-columns: 1fr;
  }

  .hero-status {
    margin-top: 0;
  }

  .hero-status::before {
    top: 112px;
  }

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

  .hero-section {
    min-height: auto;
  }

  .register-copy {
    grid-row: auto;
    position: static;
  }

  .invite-acceptance-panel {
    position: static;
  }

  .register-section > .wizard-panel {
    grid-column: auto;
  }

  .workflow-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .section-cta-row,
  .readiness-section {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  body,
  .landing-page {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  main {
    height: auto;
    overflow: visible;
  }

  .landing-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .landing-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .landing-nav a {
    text-align: center;
  }

  .hero-actions,
  .wizard-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .wizard-footer .button {
    width: 100%;
  }

  .pricing-grid,
  .choice-grid,
  .subscription-plan-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .landing-footer {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    justify-self: start;
  }

  .login-email-combo,
  .field-action-combo {
    grid-template-columns: 1fr;
  }

  .login-email-combo button,
  .field-action-combo button {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .wizard-tabs {
    scrollbar-gutter: stable;
  }

  .wizard-tab {
    flex: 0 0 104px;
  }

  .wizard-panel {
    padding: 16px;
  }

  .invite-acceptance-shell {
    gap: 20px;
    padding-bottom: 44px;
    padding-top: 28px;
  }

  .invite-acceptance-copy h1 {
    font-size: 38px;
  }

  .invite-action-row,
  .invite-secondary-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .invite-action-row .button,
  .invite-secondary-actions .button,
  .invite-acceptance-panel .panel-form .button,
  .invite-acceptance-panel .resend-inline .button {
    width: 100%;
  }

  .auth-pane,
  .login-panel {
    min-height: 0;
  }

  .wizard-step {
    min-height: 0;
  }

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

  .selected-plan-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-status::before {
    bottom: 24px;
    top: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
