@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

.auth-landing,
.auth-register-page {
  --landing-bg: #f4ede2;
  --landing-bg-deep: #e7dac8;
  --landing-surface: rgba(255, 248, 239, 0.78);
  --landing-surface-strong: #fff8ef;
  --landing-surface-muted: #efe3d3;
  --landing-ink: #171311;
  --landing-ink-soft: rgba(23, 19, 17, 0.64);
  --landing-line: rgba(23, 19, 17, 0.16);
  --landing-line-strong: #171311;
  --landing-accent: #b95c31;
  --landing-accent-soft: #efc6ab;
  --landing-olive: #5f6a4e;
  --landing-sky: #dbe5ea;
  --landing-shadow: 0 30px 90px rgba(23, 19, 17, 0.12);
  --landing-shadow-soft: 0 18px 40px rgba(23, 19, 17, 0.08);
  --landing-radius: 2rem;
  --landing-story-shell-offset: 5.85rem;
  --landing-story-stage-height: calc(100svh - 7.25rem);
  --landing-story-static-height: clamp(18rem, calc(100svh - 8rem), 40rem);
  --landing-story-static-min-height: 18rem;
  --landing-static-stage-scale: 0.98;
  --landing-static-stage-shift: -50%;
  --landing-static-stage-padding-top: 1.5rem;
  --landing-static-stage-padding-inline: 1rem;
  --landing-static-stage-padding-bottom: 4rem;
  --landing-static-dots-offset: 0.85rem;
  position: relative;
  min-height: 100vh;
  overflow-x: clip; /* clip doesn't create a scroll container, preserving sticky positioning cross-browser */
  color: var(--landing-ink);
  font-family: 'IBM Plex Sans', 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(185, 92, 49, 0.12), transparent 18%),
    linear-gradient(180deg, var(--landing-bg) 0%, #efe2d1 45%, #f6eee4 100%);
}

.auth-landing * ,
.auth-register-page * {
  box-sizing: border-box;
}

.auth-landing a,
.auth-register-page a {
  color: inherit;
}

.auth-landing button,
.auth-register-page button,
.auth-landing input,
.auth-register-page input,
.auth-register-page select,
.auth-register-page textarea {
  font: inherit;
}

.auth-landing-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1rem 1.25rem 0;
}

.auth-landing-nav-shell,
.auth-landing-nav--solid {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 3px solid rgba(255, 255, 255, 0.44);
  background: rgba(249, 244, 238, 0.38);
  box-shadow:
    0 4px 24px rgba(23, 19, 17, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.auth-landing-nav-shell {
  border-radius: 999px;
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  transition:
    width 280ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease,
    backdrop-filter 280ms ease,
    -webkit-backdrop-filter 280ms ease;
}

.auth-landing-nav--solid {
  border-radius: 1.25rem;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  min-width: 0;
}

.auth-brand-mark,
.auth-brand-dot {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 3px solid var(--landing-line-strong);
  background: linear-gradient(135deg, var(--landing-accent), #f4a477);
}

.auth-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.auth-brand-copy strong,
.auth-register-page .auth-brand {
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.auth-brand-copy span {
  font-size: 0.78rem;
  color: var(--landing-ink-soft);
}

.auth-nav-links,
.auth-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.auth-nav-summary {
  display: none;
  align-items: center;
  gap: 0.75rem;
  flex: 1 1 auto;
  min-width: 0;
}

.auth-nav-summary-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  text-decoration: none;
}

.auth-nav-summary-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.auth-nav-summary-brand-copy strong {
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.auth-nav-summary-brand-copy span {
  font-size: 0.72rem;
  color: var(--landing-ink-soft);
  white-space: nowrap;
}

.auth-nav-summary-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

.auth-nav-summary-link,
.auth-nav-summary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.auth-nav-summary-link {
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.22);
}

.auth-nav-summary-button {
  border: 2px solid var(--landing-line-strong);
  background: var(--landing-line-strong);
  color: #fff7ef !important;
  box-shadow: 0 12px 30px rgba(23, 19, 17, 0.18);
}

.auth-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  color: var(--landing-ink);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.auth-nav-toggle:hover,
.auth-nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.23);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 20px -16px rgba(14, 21, 35, 0.6);
  transform: translateY(-1px);
}

.auth-nav-toggle-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  color: currentColor;
  transition: transform 280ms ease;
}

.auth-nav-toggle-icon::before,
.auth-nav-toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 280ms ease, opacity 280ms ease;
}

.auth-nav-toggle-icon::before {
  width: 100%;
}

.auth-nav-toggle-icon::after {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.auth-landing-nav[data-nav-open='true'] .auth-nav-toggle-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.auth-landing-nav[data-nav-open='true'] .auth-nav-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.auth-nav-link,
.auth-nav-button,
.auth-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.auth-nav-link,
.auth-nav-pill {
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.22);
}

.auth-nav-link:hover,
.auth-nav-link:focus-visible,
.auth-nav-button:hover,
.auth-nav-button:focus-visible,
.auth-nav-summary-link:hover,
.auth-nav-summary-link:focus-visible,
.auth-nav-summary-button:hover,
.auth-nav-summary-button:focus-visible,
.landing-button:hover,
.landing-button:focus-visible,
.auth-corner-cta:hover,
.auth-corner-cta:focus-visible {
  transform: translateY(-2px);
}

.auth-nav-link-quiet {
  background: transparent;
}

.auth-nav-button,
.landing-button-primary,
.auth-register-form button {
  border: 3px solid var(--landing-line-strong);
  background: var(--landing-line-strong);
  color: #fff7ef !important;
  box-shadow: 0 12px 30px rgba(23, 19, 17, 0.18);
}

.auth-landing .landing-button-primary,
.auth-landing .landing-button-primary:visited {
  background: var(--landing-line-strong);
  border-color: var(--landing-line-strong);
  color: #fff7ef !important;
}

.auth-landing .landing-button-primary:hover,
.auth-landing .landing-button-primary:focus-visible,
.auth-landing .landing-button-primary:active {
  background: var(--landing-accent);
  border-color: var(--landing-accent);
  color: #fff7ef !important;
}

.auth-landing .landing-button-primary:focus-visible {
  outline: 3px solid rgba(185, 92, 49, 0.22);
  outline-offset: 3px;
}

.auth-nav-pill {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78rem;
  color: var(--landing-ink-soft);
  transition: opacity 220ms ease, max-width 220ms ease, min-height 220ms ease, padding 220ms ease, border-width 220ms ease, transform 220ms ease;
}

.auth-brand-copy span {
  transition: opacity 220ms ease, max-height 220ms ease, transform 220ms ease;
}

.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] {
  padding-top: 0.6rem;
}

.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-landing-nav-shell {
  width: min(1120px, calc(100% - 2rem));
  padding: 0.55rem 0.8rem;
  background: rgba(255, 248, 239, 0.78);
  box-shadow: var(--landing-shadow-soft);
}

.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-brand-copy strong {
  font-size: 0.94rem;
}

.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-brand-copy span {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.35rem);
}

.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-nav-pill {
  max-width: 0;
  min-height: 0;
  padding: 0;
  border-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.35rem);
}

.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-nav-links,
.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-nav-actions {
  gap: 0.45rem;
}

.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-nav-link,
.auth-landing .auth-landing-nav[data-nav-state='desktop-minimized'] .auth-nav-button {
  min-height: 2.45rem;
  padding: 0 0.85rem;
  font-size: 0.88rem;
}

.landing-main,
.auth-register-main {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
}

.landing-main {
  padding: 1.5rem 0 5rem;
}

.landing-hero,
.landing-proof-section,
.landing-tiers-section,
.landing-opencore-section,
.landing-faq-section,
.landing-access-section,
.landing-footer {
  position: relative;
}

.landing-content-section {
  scroll-margin-top: calc(var(--landing-story-shell-offset) + 1rem);
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  gap: 1.5rem;
  align-items: stretch;
  padding-top: 1.25rem;
}

.landing-hero-copy,
.landing-hero-panel,
.landing-proof-card,
.landing-service-card,
.landing-tier-card,
.landing-opencore-copy,
.landing-opencore-grid article,
.landing-faq-item,
.auth-login-panel,
.landing-footer-hero,
.landing-company-grid article,
.auth-register-card,
.auth-register-side {
  border: 3px solid rgba(23, 19, 17, 0.1);
  background: var(--landing-surface);
  box-shadow: var(--landing-shadow-soft);
}

.landing-hero-copy,
.landing-hero-panel,
.landing-proof-card,
.landing-service-card,
.landing-opencore-copy,
.auth-login-panel,
.landing-footer-hero,
.auth-register-card,
.auth-register-side {
  border-radius: var(--landing-radius);
}

.landing-hero-copy {
  padding: clamp(2rem, 3vw, 3.25rem);
  min-height: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 248, 239, 0.9)),
    linear-gradient(180deg, rgba(219, 229, 234, 0.28), rgba(239, 198, 171, 0.18));
}

.landing-eyebrow,
.auth-card-kicker,
.landing-panel-label {
  margin: 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--landing-ink-soft);
}

.landing-hero-copy h1,
.landing-proof-card h2,
.landing-section-heading h2,
.landing-opencore-copy h2,
.landing-access-copy h2,
.landing-footer-hero h2,
.auth-register-card h1,
.auth-register-side h2 {
  margin: 0;
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.landing-hero-copy h1 {
  max-width: 12ch;
}

.landing-hero-statement {
  margin: 0;
  max-width: 34rem;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
}

.landing-lead,
.landing-section-intro,
.landing-proof-card p,
.landing-opencore-copy p,
.landing-access-copy p,
.landing-footer-hero p,
.auth-register-intro,
.auth-register-side p,
.auth-login-panel > p:not(.landing-panel-label) {
  margin: 0;
  max-width: 42rem;
  color: var(--landing-ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.landing-hero-actions,
.landing-access-actions,
.landing-footer-actions,
.auth-nav-actions,
.auth-hero-actions,
.auth-signin-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.landing-button,
.auth-corner-cta,
.auth-hero-primary,
.auth-hero-secondary,
.auth-signin-primary-link,
.auth-signin-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.3rem;
  border-radius: 999px;
  border: 3px solid var(--landing-line-strong);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.landing-button-secondary,
.auth-hero-secondary,
.auth-signin-secondary-link,
.auth-corner-cta {
  background: rgba(255, 255, 255, 0.55);
}

.landing-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.landing-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 2px solid rgba(23, 19, 17, 0.12);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--landing-shadow-soft);
  color: var(--landing-line-strong);
}

.landing-hero-badge-icon,
.landing-hero-badge-logo {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  color: var(--landing-accent);
}

.landing-hero-badge-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--landing-ink-soft);
}

.landing-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.landing-stat-card,
.landing-proof-grid article {
  padding: 1rem;
  border: 3px solid rgba(23, 19, 17, 0.1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.5rem;
}

.landing-stat-card span,
.landing-proof-card span,
.landing-tier-card > span,
.landing-company-grid article > span {
  display: inline-flex;
  margin-bottom: 0.6rem;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--landing-ink-soft);
}

.landing-stat-card strong,
.landing-proof-grid strong,
.landing-tier-card h3,
.landing-company-grid strong,
.auth-register-side li,
.auth-register-card label,
.auth-login-form label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-stat-card p,
.landing-proof-grid p,
.landing-tier-card p,
.landing-company-grid p {
  margin: 0.45rem 0 0;
  color: var(--landing-ink-soft);
  line-height: 1.6;
}

.landing-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem;
  background:
    linear-gradient(180deg, rgba(23, 19, 17, 0.96), rgba(23, 19, 17, 0.82)),
    linear-gradient(135deg, rgba(185, 92, 49, 0.2), rgba(95, 106, 78, 0.18));
  color: #fff7ef;
}

.landing-hero-panel h2 {
  margin: 0;
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.landing-panel-stack {
  display: grid;
  gap: 0.9rem;
}

.landing-panel-stack article {
  padding: 1rem;
  border: 2px solid rgba(255, 247, 239, 0.16);
  background: rgba(255, 247, 239, 0.08);
  border-radius: 1.25rem;
}

.landing-panel-stack strong,
.landing-panel-stack p,
.landing-inline-link {
  color: #fff7ef;
}

.landing-panel-stack p {
  margin: 0.35rem 0 0;
  line-height: 1.6;
}

.landing-inline-link {
  font-weight: 700;
  text-decoration: none;
}

.landing-story-section {
  position: relative;
  min-height: 420vh;
  margin-top: 2rem;
}

.landing-story-shell {
  position: sticky;
  top: var(--landing-story-shell-offset);
  min-height: var(--landing-story-stage-height);
}

.landing-story-stage {
  position: relative;
  width: 100%;
  height: var(--landing-story-stage-height);
  min-height: var(--landing-story-stage-height);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.landing-story-stage.is-story-active .iphone,
.landing-story-stage.is-story-active .tv,
.landing-story-stage.is-story-active .macbook,
.landing-story-stage.is-story-active .iphone > *,
.landing-story-stage.is-story-active .tv > *,
.landing-story-stage.is-story-active .macbook > * {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.iphone,
.tv,
.macbook {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.iphone {
  width: min(100%, 15.8125rem);
  aspect-ratio: 253 / 550;
  border-radius: 34px;
}

.iphone > * {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.iphone1 {
  overflow: hidden;
  opacity: 0;
}

.iphone1 .layer1 {
  background-color: #c4cdd1;
}

.iphone1 .layer2 {
  width: 102.8%;
  background-color: #e1e5e8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iphone1 .landing-scroll-hint {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  color: rgba(23, 19, 17, 0.48);
}

.iphone1 .mouse {
  position: relative;
  width: 2rem;
  height: 3.2rem;
  border: 0.18rem solid currentColor;
  border-radius: 1.2rem;
}

.iphone1 .mouse::before {
  content: '';
  position: absolute;
  top: 0.45rem;
  left: 50%;
  width: 0.2rem;
  height: 0.7rem;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.iphone1 .arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.iphone1 .arrows span {
  width: 0.85rem;
  height: 0.85rem;
  border-right: 0.18rem solid currentColor;
  border-bottom: 0.18rem solid currentColor;
  transform: rotate(45deg);
}

.iphone1 .scroll-copy {
  font-family: 'IBM Plex Serif', 'Georgia', serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.iphone1 .layer3 {
  height: 92.7%;
  bottom: -92.7%;
  background: linear-gradient(180deg, #cb6d40 0%, #a44f2a 45%, #6b2b16 100%);
}

.iphone1 .layer4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  perspective: 500px;
}

.iphone1 .hw,
.iphone1 .txt {
  position: absolute;
  color: #f0f1f6;
  opacity: 0;
}

.iphone1 .hw {
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.iphone1 .txt {
  top: 52%;
  font-family: 'IBM Plex Serif', 'Georgia', serif;
  font-size: 1.15rem;
}

.iphone1 .lets {
  margin-left: -2.3rem;
  font-style: italic;
}

.iphone1 .hf,
.iphone1 .bc,
.iphone1 .explore {
  margin-left: 2.3rem;
  min-width: 10rem;
  text-align: left;
}

.iphone1 .landing-phone-static-copy {
  position: absolute;
  inset: 6.5rem 1.75rem 3.25rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  color: #f0f1f6;
  text-align: center;
}

.iphone1 .landing-phone-static-copy strong {
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.iphone1 .landing-phone-static-copy span {
  font-family: 'IBM Plex Serif', 'Georgia', serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.iphone1 .home-bar {
  position: absolute;
  bottom: 10px;
  width: 80px;
  height: 5px;
  background-color: #0f0f0f;
  border-radius: 9999px;
}

.iphone2 {
  opacity: 0;
}

.iphone2 .layer1 {
  background-color: #39363f;
}

.iphone2 .layer2 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #2c2836 0%, #3f3a4a 50%, #2c2836 100%);
}

.iphone2 .layer3 {
  background: linear-gradient(rgba(0, 0, 0, 0), #191211 87%);
}

.iphone2 .layer4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iphone2 .fingerprint {
  position: absolute;
  fill: rgb(255, 255, 255);
  height: 80px;
}

.iphone2 .future {
  position: absolute;
  font-family: 'IBM Plex Serif', 'Georgia', serif;
  color: white;
  width: 200px;
  text-align: center;
  font-size: 1.05rem;
  transform: translateY(160px);
}

.iphone2 .landing-phone-static-copy {
  position: absolute;
  inset: 6.5rem 1.75rem 3.25rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
  color: #f0f1f6;
  text-align: center;
}

.iphone2 .landing-phone-static-copy strong {
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.iphone2 .landing-phone-static-copy span {
  font-family: 'IBM Plex Serif', 'Georgia', serif;
  font-size: 1.05rem;
  line-height: 1.35;
}

.tv {
  width: min(100%, 31.5rem);
  aspect-ratio: 504 / 290;
  border-radius: 12px;
}

.tv > .layer1,
.tv > .layer2,
.tv > .layer3,
.tv > .layer4 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.tv .stand {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(7.5rem);
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 0;
}

.tv .neck {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11rem;
}

.tv .neckL,
.tv .neckR {
  width: 10px;
  height: 30px;
  background-color: #39363f;
}

.tv .base {
  width: 18.75rem;
  height: 6px;
  border-radius: 9999px;
  background-color: #39363f;
}

.tv1 {
  opacity: 0;
}

.tv1 .layer1 {
  background-color: #39363f;
}

.tv1 .layer2 {
  background:
    radial-gradient(circle at 30% 24%, rgba(185, 92, 49, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, #110e0c, #221a17);
}

.tv1 .layer3 {
  width: 97.5%;
  height: 96%;
  background: linear-gradient(rgba(0, 0, 0, 0.02) 55%, rgba(0, 0, 0, 0.7) 100%);
}

.tv1 .layer4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1rem;
}

.tv1 .kds-brand {
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgba(255, 247, 239, 0.86);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tv1 .pill {
  position: absolute;
  height: 10px;
  width: 70px;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 9999px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.tv1 .pill > * {
  aspect-ratio: 1;
  height: 4px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.3);
}

.tv1 .pill > *:nth-child(3) {
  background: rgba(255, 255, 255, 0.8);
}

.tv1 .up-next {
  position: absolute;
  left: 22px;
  bottom: 86px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.tv1 .kds-queue {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.tv1 .kds-card {
  min-height: 5.5rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.7rem;
  display: grid;
  gap: 0.25rem;
}

.tv1 .kds-card strong,
.tv1 .kds-card p,
.tv1 .kds-card span {
  display: block;
}

.tv1 .kds-card strong {
  font-size: 0.82rem;
}

.tv1 .kds-card p,
.tv1 .kds-card span {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(23, 19, 17, 0.7);
}

.tv1 .kds-card-priority {
  background: linear-gradient(180deg, rgba(185, 92, 49, 0.28), rgba(255, 255, 255, 0.92));
}

.tv1 .kds-card-ready {
  background: linear-gradient(180deg, rgba(95, 106, 78, 0.22), rgba(255, 255, 255, 0.92));
}

.macbook {
  width: min(100%, 30rem);
  aspect-ratio: 1.6;
  border-radius: 14px;
  transform: translateY(-3rem);
  opacity: 0;
}

.macbook > .layer1,
.macbook > .layer2,
.macbook > .layer3,
.macbook > .layer4 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.macbook .base {
  position: absolute;
  width: 113%;
  height: 100%;
  background-color: #e1e5e8;
  transform: translateY(66%) rotateX(80deg);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  opacity: 0;
  border-radius: inherit;
}

.macbook .keyboard {
  width: 88%;
  height: 56%;
  border-radius: 10px;
  background-color: #2c2a31;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.macbook .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.macbook .sm-key,
.macbook .md-key,
.macbook .lg-key {
  background-color: #393939;
  height: 34px;
  border-radius: 5px;
}

.macbook .sm-key {
  width: 8%;
}

.macbook .md-key {
  width: 16%;
}

.macbook .lg-key {
  width: 44%;
}

.macbook .trackpad {
  width: 36%;
  height: 24%;
  border-radius: 10px;
  background-color: #bfc3c7;
}

.macbook1 .layer1 {
  background-color: #39363f;
}

.macbook1 .layer2,
.macbook1 .layer3,
.macbook1 .layer4 {
  width: 96.6%;
  height: 94.7%;
  border-radius: 10px;
}

.macbook1 .layer2 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(circle at 35% 25%, rgba(95, 106, 78, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(185, 92, 49, 0.18), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(17, 14, 12, 0.94), rgba(17, 14, 12, 0.72));
}

.macbook1 .layer3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 2%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.42) 98%);
}

.macbook1 .layer4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem;
}

.macbook1 .title {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #f0f1f6;
  font-size: 0.92rem;
}

.macbook1 .ai-summary {
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(15, 15, 15, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  gap: 0.45rem;
  color: #f7f1ea;
}

.macbook1 .summary-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 2rem;
  align-items: center;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.macbook1 .ai-summary strong {
  font-size: 1.25rem;
}

.macbook1 .ai-summary p {
  color: rgba(247, 241, 234, 0.8);
  line-height: 1.45;
}

.macbook1 .ai-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: auto;
  margin-bottom: 3rem;
}

.macbook1 .ai-metrics article {
  padding: 0.8rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 0.2rem;
}

.macbook1 .ai-metrics span {
  display: block;
  font-size: 0.72rem;
  color: rgba(23, 19, 17, 0.7);
}

.macbook1 .ai-metrics strong {
  display: block;
  font-size: 0.95rem;
}

.macbook1 .menu {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.macbook1 .progress {
  position: absolute;
  bottom: 34px;
  width: 96%;
  height: 3px;
  background-color: #2c2a31;
  border-radius: 9999px;
}

.macbook1 .bar {
  height: 100%;
  width: 33%;
  border-radius: inherit;
  background-color: #f0f1f6;
}

.macbook1 .controls {
  position: relative;
  margin-bottom: 8px;
  width: calc(100% - 1rem);
  display: flex;
  justify-content: space-between;
  gap: 0.35rem;
}

.macbook1 .controls span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f0f1f6;
  font-size: 0.72rem;
}

.auth-landing.is-static-landing .landing-story-section {
  min-height: auto;
}

.auth-landing.is-static-landing {
  --landing-static-stage-scale: 0.98;
  --landing-static-stage-shift: -50%;
}

.auth-landing.is-static-landing[data-story-step="1"] {
  --landing-static-stage-scale: 0.95;
}

.auth-landing.is-static-landing[data-story-step="2"] {
  --landing-static-stage-scale: 0.88;
  --landing-static-stage-shift: -48%;
}

.auth-landing.is-static-landing[data-story-step="3"] {
  --landing-static-stage-scale: 0.84;
  --landing-static-stage-shift: -46%;
}

.auth-landing.is-static-landing .landing-story-shell {
  position: relative;
  top: auto;
  min-height: auto;
}

.auth-landing.is-static-landing .landing-story-stage {
  height: var(--landing-story-static-height);
  min-height: var(--landing-story-static-min-height);
  max-height: none;
  flex-direction: column;
  gap: 0;
  padding:
    var(--landing-static-stage-padding-top)
    var(--landing-static-stage-padding-inline)
    var(--landing-static-stage-padding-bottom);
  position: relative;
}

.is-static-landing .iphone,
.is-static-landing .tv,
.is-static-landing .macbook {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 1.5rem);
  opacity: 0;
  transform: translate(-50%, var(--landing-static-stage-shift)) scale(var(--landing-static-stage-scale));
  transform-origin: center center;
  transition: opacity 240ms ease, transform 240ms ease;
}

.is-static-landing .tv {
  width: min(calc(100% - 1.5rem), 26rem);
}

.is-static-landing .macbook {
  width: min(calc(100% - 1.5rem), 22rem);
}

.is-static-landing[data-story-step="0"] .iphone1 {
  opacity: 1;
}

.is-static-landing[data-story-step="1"] .iphone2 {
  opacity: 1;
}

.is-static-landing[data-story-step="2"] .tv1 {
  opacity: 1;
}

.is-static-landing[data-story-step="3"] .macbook1 {
  opacity: 1;
}

.is-static-landing .iphone1 .layer3 {
  bottom: 0;
}

.is-static-landing .iphone1 .landing-scroll-hint {
  opacity: 0.2;
}

.is-static-landing .iphone1 .landing-phone-static-copy {
  display: flex;
}

.is-static-landing .tv1 .stand {
  opacity: 1;
}

.is-static-landing .macbook1 .base {
  opacity: 1;
}

.landing-mobile-dots {
  display: none;
}

.is-static-landing .landing-mobile-dots {
  position: absolute;
  inset-inline: 0;
  bottom: var(--landing-static-dots-offset);
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  padding: 0;
  z-index: 2;
}

.landing-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 2px solid var(--landing-ink);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}

.landing-dot.is-active {
  background: var(--landing-ink);
  transform: scale(1.25);
}

.landing-proof-section,
.landing-tiers-section,
.landing-opencore-section,
.landing-faq-section,
.landing-access-section {
  margin-top: 2rem;
}

.landing-proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
}

.landing-proof-card,
.landing-service-card,
.landing-opencore-copy,
.landing-footer-hero {
  padding: clamp(1.5rem, 2vw, 2.25rem);
}

.landing-proof-grid,
.landing-opencore-grid,
.landing-company-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.landing-proof-grid article,
.landing-opencore-grid article,
.landing-company-grid article {
  padding: 1.2rem;
  border-radius: 1.6rem;
}

.landing-section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.landing-commercial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
  gap: 1rem;
  align-items: stretch;
}

.landing-service-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background:
    linear-gradient(180deg, rgba(23, 19, 17, 0.96), rgba(23, 19, 17, 0.84)),
    linear-gradient(135deg, rgba(185, 92, 49, 0.2), rgba(95, 106, 78, 0.16));
  color: #fff7ef;
}

.landing-service-card > span {
  display: inline-flex;
  margin-bottom: 0.1rem;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 247, 239, 0.76);
}

.landing-service-card h3 {
  margin: 0;
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.landing-service-card p,
.landing-service-card li {
  color: rgba(255, 247, 239, 0.82);
}

.landing-service-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.7rem;
}

.landing-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

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

.landing-service-card-secondary {
  background: rgba(255, 248, 239, 0.62);
  box-shadow: none;
  color: var(--landing-ink);
}

.landing-service-card-secondary > span {
  color: var(--landing-ink-soft);
}

.landing-service-card-secondary h3 {
  font-size: clamp(1.35rem, 1.9vw, 1.95rem);
}

.landing-service-card-secondary p,
.landing-service-card-secondary li {
  color: var(--landing-ink-soft);
}

.landing-tier-card {
  padding: 1.25rem;
  border-radius: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.landing-tier-card-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(239, 227, 211, 0.92));
  box-shadow: none;
}

.landing-tier-card-featured {
  transform: translateY(-0.7rem);
  background:
    linear-gradient(180deg, rgba(23, 19, 17, 0.94), rgba(23, 19, 17, 0.86)),
    linear-gradient(135deg, rgba(185, 92, 49, 0.2), rgba(95, 106, 78, 0.16));
  color: #fff7ef;
}

.landing-tier-card-featured p,
.landing-tier-card-featured li,
.landing-tier-card-featured > span {
  color: rgba(255, 247, 239, 0.78);
}

.landing-tier-card-featured-alt {
  background:
    linear-gradient(180deg, rgba(95, 106, 78, 0.96), rgba(53, 60, 44, 0.9)),
    linear-gradient(135deg, rgba(185, 92, 49, 0.16), rgba(255, 255, 255, 0.06));
}

.landing-tier-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.landing-tier-facts div {
  padding: 0.75rem;
  border-radius: 1.1rem;
  border: 2px solid rgba(23, 19, 17, 0.1);
  background: rgba(255, 255, 255, 0.48);
}

.landing-tier-facts dt {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--landing-ink-soft);
}

.landing-tier-facts dd {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-tier-card-featured .landing-tier-facts div,
.landing-tier-card-featured-alt .landing-tier-facts div {
  border-color: rgba(255, 247, 239, 0.16);
  background: rgba(255, 247, 239, 0.08);
}

.landing-tier-card-featured .landing-tier-facts dt,
.landing-tier-card-featured .landing-tier-facts dd,
.landing-tier-card-featured-alt .landing-tier-facts dt,
.landing-tier-card-featured-alt .landing-tier-facts dd {
  color: #fff7ef;
}

.landing-tier-card ul,
.auth-register-side ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.65rem;
}

.landing-tier-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.9rem;
  margin-top: auto;
  padding: 0 1rem;
  border-radius: 999px;
  border: 2px solid currentColor;
  background: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  text-decoration: none;
}

.landing-tier-card-featured a,
.landing-tier-card-featured-alt a {
  background: rgba(255, 247, 239, 0.08);
  color: #fff7ef;
}

.landing-opencore-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: stretch;
}

.landing-opencore-section-subtle {
  align-items: start;
}

.landing-opencore-copy-subtle,
.landing-opencore-grid-subtle article {
  background: rgba(255, 248, 239, 0.58);
  box-shadow: none;
}

.landing-opencore-grid-subtle article p,
.landing-opencore-copy-subtle p {
  color: rgba(23, 19, 17, 0.68);
}

.landing-faq-list {
  display: grid;
  gap: 0.85rem;
}

.landing-faq-item {
  border-radius: 1.5rem;
  padding: 0.2rem 1.15rem;
}

.landing-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-size: 1.02rem;
  font-weight: 700;
}

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

.landing-faq-item p {
  margin: 0 0 1rem;
  color: var(--landing-ink-soft);
  line-height: 1.65;
}

.landing-access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(20rem, 0.92fr);
  gap: 1rem;
  align-items: stretch;
}

.landing-access-copy {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.auth-login-panel {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.auth-login-panel h3 {
  margin: 0;
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: clamp(1.75rem, 2vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.auth-login-error,
.auth-register-success,
.auth-register-error {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 2px solid rgba(23, 19, 17, 0.1);
}

.auth-login-error,
.auth-register-error {
  background: rgba(185, 92, 49, 0.14);
}

.auth-register-success {
  background: rgba(95, 106, 78, 0.18);
}

.auth-login-form,
.auth-register-form {
  display: grid;
  gap: 0.7rem;
}

.auth-login-form input,
.auth-register-form input,
.auth-register-form textarea,
.auth-register-form select {
  width: 100%;
  min-height: 3.2rem;
  padding: 0 1rem;
  border-radius: 1rem;
  border: 2px solid rgba(23, 19, 17, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.auth-register-form textarea {
  min-height: 7rem;
  resize: vertical;
  padding: 1rem;
}

.auth-login-form input:focus,
.auth-register-form input:focus,
.auth-register-form textarea:focus,
.auth-register-form select:focus {
  outline: none;
  border-color: var(--landing-line-strong);
}

.auth-login-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--landing-ink-soft);
}

.auth-remember input {
  width: 1rem;
  min-height: 1rem;
}

.auth-password-help,
.auth-login-register-link,
.auth-register-footnote {
  margin: 0;
  color: var(--landing-ink-soft);
  line-height: 1.6;
}

.auth-login-register-link a,
.auth-register-footnote a {
  font-weight: 700;
  text-decoration: none;
}

.landing-footer {
  margin: 2rem auto 0;
  padding: 1rem 0 2rem;
}

.landing-footer-hero {
  background:
    linear-gradient(180deg, rgba(23, 19, 17, 0.96), rgba(23, 19, 17, 0.88)),
    linear-gradient(135deg, rgba(185, 92, 49, 0.18), rgba(95, 106, 78, 0.16));
  color: #fff7ef;
}

.landing-footer-hero .landing-eyebrow,
.landing-footer-hero p {
  color: rgba(255, 247, 239, 0.8);
}

.landing-company-grid {
  margin-top: 1rem;
}

.landing-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0 0;
}

.landing-social-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  border: 2px solid rgba(23, 19, 17, 0.12);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  font-weight: 700;
}

.auth-register-page {
  padding-bottom: 3rem;
}

.auth-register-main {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.9fr);
  gap: 1rem;
  padding-top: 1.5rem;
}

.auth-register-card,
.auth-register-side {
  padding: 1.6rem;
}

.auth-register-card h1,
.auth-register-side h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
}

.auth-register-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(23, 19, 17, 0.96), rgba(23, 19, 17, 0.84)),
    linear-gradient(135deg, rgba(185, 92, 49, 0.18), rgba(95, 106, 78, 0.16));
  color: #fff7ef;
}

.auth-register-side .auth-card-kicker,
.auth-register-side p,
.auth-register-side li {
  color: rgba(255, 247, 239, 0.82);
}

.auth-corner-cta {
  width: fit-content;
  color: #fff7ef;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 420ms ease, transform 420ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .landing-hero,
  .landing-proof-section,
  .landing-opencore-section,
  .landing-access-section,
  .auth-register-main {
    grid-template-columns: 1fr;
  }

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

  .landing-hero-copy,
  .landing-hero-panel,
  .landing-proof-card,
  .landing-story-stage,
  .landing-opencore-copy,
  .auth-login-panel,
  .landing-footer-hero,
  .auth-register-card,
  .auth-register-side {
    width: 100%;
  }

  .landing-tier-grid,
  .landing-proof-grid,
  .landing-opencore-grid,
  .landing-company-grid,
  .landing-stat-row {
    grid-template-columns: 1fr;
  }

  .tv,
  .macbook {
    width: min(100%, 28rem);
  }

  .tv1 .kds-queue,
  .macbook1 .ai-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .auth-landing {
    --landing-story-static-height: clamp(17.5rem, calc(100svh - 7rem), 36rem);
    --landing-story-static-min-height: 17.5rem;
  }

  .auth-landing .auth-landing-nav {
    padding-top: 0.85rem;
    padding-left: 0;
    padding-right: 0;
  }

  .auth-landing .auth-landing-nav-shell {
    width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    min-height: 3.45rem;
    margin: 0;
    padding: 0.55rem 0.65rem 0.55rem 0.75rem;
    border: 3px solid rgba(255, 255, 255, 0.44);
    background: rgba(249, 244, 238, 0.72);
    box-shadow: var(--landing-shadow-soft);
    backdrop-filter: blur(28px) saturate(160%);
    -webkit-backdrop-filter: blur(28px) saturate(160%);
    border-radius: 1.35rem;
    position: fixed;
    top: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
    z-index: 25;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.65rem;
    overflow: hidden;
  }

  .auth-landing-nav--solid {
    width: 100%;
    border-radius: 1.2rem;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .auth-landing .auth-brand,
  .auth-landing .auth-nav-links,
  .auth-landing .auth-nav-actions {
    display: none;
  }

  .auth-landing .auth-nav-summary {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .auth-landing .auth-nav-summary-brand {
    min-width: 0;
    overflow: hidden;
  }

  .auth-landing .auth-nav-summary-brand-copy strong {
    font-size: 0.84rem;
  }

  .auth-landing .auth-nav-summary-brand-copy span {
    display: none;
  }

  .auth-landing .auth-nav-summary-actions {
    gap: 0.35rem;
    flex-wrap: nowrap;
  }

  .auth-landing .auth-nav-summary-link,
  .auth-landing .auth-nav-summary-button {
    min-height: 2.3rem;
    padding: 0 0.72rem;
    font-size: 0.77rem;
  }

  .auth-landing .auth-nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 1;
    width: 2.65rem;
    height: 2.65rem;
    padding: 0;
    margin-left: 0;
    flex: 0 0 auto;
    border: none;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: transform 280ms ease, border-color 280ms ease, background-color 280ms ease;
  }

  .auth-landing .auth-nav-toggle::before {
    content: '';
    position: absolute;
    inset: -2.5px;
    border-radius: 50%;
    background: conic-gradient(
      from 0deg,
      rgba(181, 137, 47, 0) 0%,
      rgba(212, 164, 100, 0.9) 20%,
      rgba(245, 210, 130, 1) 40%,
      rgba(255, 240, 180, 1) 50%,
      rgba(245, 210, 130, 1) 60%,
      rgba(212, 164, 100, 0.9) 80%,
      rgba(181, 137, 47, 0) 100%
    );
    animation: navRingSpin 2.4s linear infinite;
    transition: opacity 280ms ease;
    z-index: -1;
  }

  .auth-landing .auth-nav-toggle::after {
    content: '';
    position: absolute;
    inset: 2.5px;
    border-radius: 50%;
    background: rgba(249, 244, 238, 0.55);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    transition: background-color 280ms ease, backdrop-filter 280ms ease, -webkit-backdrop-filter 280ms ease;
    z-index: -1;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-minimized'] .auth-landing-nav-shell {
    width: auto;
    max-width: none;
    min-height: 0;
    left: auto;
    margin-left: auto;
    padding: 0.25rem;
    border-radius: 999px;
    gap: 0;
    justify-content: flex-end;
    align-items: center;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-minimized'] .auth-nav-summary {
    display: none;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-minimized'] .auth-nav-toggle {
    width: 2.7rem;
    height: 2.7rem;
    margin-left: 0;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-landing-nav-shell,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-landing-nav-shell {
    width: 100vw;
    max-width: 100vw;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 1rem;
    border: 3px solid rgba(255, 255, 255, 0.44);
    border-radius: 0 0 1.2rem 1.2rem;
    background: rgba(249, 244, 238, 0.38);
    box-shadow: 0 4px 24px rgba(23, 19, 17, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(28px) saturate(160%);
    -webkit-backdrop-filter: blur(28px) saturate(160%);
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    overflow: visible;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-toggle::before,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-toggle::before {
    animation-play-state: paused;
    opacity: 0;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-toggle::after,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-toggle::after {
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-toggle,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-toggle {
    border: 1px solid rgba(255, 255, 255, 0.52);
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-summary,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-summary {
    display: none;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-brand,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-brand {
    display: inline-flex;
    flex: 1 1 auto;
    min-width: 0;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-links,
  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-actions,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-links,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding-top: 0.25rem;
    pointer-events: auto;
    max-height: 70vh;
    opacity: 1;
    overflow: hidden;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-links .auth-nav-link,
  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-actions .auth-nav-link,
  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-actions .auth-nav-button,
  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-actions .auth-nav-pill,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-links .auth-nav-link,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-actions .auth-nav-link,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-actions .auth-nav-button,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-actions .auth-nav-pill {
    width: 100%;
    min-height: 3rem;
  }

  .auth-landing .auth-landing-nav[data-nav-state='mobile-expanded'] .auth-nav-actions .auth-nav-button,
  .auth-landing .auth-landing-nav[data-nav-open='true'] .auth-nav-actions .auth-nav-button {
    justify-content: center;
  }

  .auth-landing--solid {
    width: 100%;
    border-radius: 1.2rem;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .landing-main,
  .auth-register-main {
    width: calc(100% - 1.5rem);
  }

  .landing-story-section {
    min-height: auto;
  }

  .landing-story-shell {
    position: relative;
    top: auto;
    min-height: auto;
  }
  .landing-faq-item,
  .auth-login-panel,
  .landing-footer-hero,
  .landing-company-grid article,
  .auth-register-card,
  .auth-register-side {
    border-radius: 1.35rem;
    padding: 1.15rem;
  }

  .landing-hero-copy h1,
  .landing-proof-card h2,
  .landing-section-heading h2,
  .landing-opencore-copy h2,
  .landing-access-copy h2,
  .landing-footer-hero h2,
  .auth-register-card h1,
  .auth-register-side h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .iphone {
    width: min(100%, 13.5rem);
  }

  .tv {
    width: min(100%, 23rem);
  }

  .is-static-landing .tv {
    width: min(calc(100% - 1.25rem), 23rem);
  }

  .tv1 .stand {
    transform: translateY(5.7rem);
  }

  .tv1 .pill {
    bottom: 4.8rem;
  }

  .tv1 .up-next {
    bottom: 6.4rem;
  }

  .tv1 .kds-queue,
  .macbook1 .ai-metrics {
    grid-template-columns: 1fr;
  }

  .macbook {
    width: min(100%, 20rem);
  }

  .is-static-landing .macbook {
    width: min(calc(100% - 1.25rem), 19rem);
  }

  .macbook .base {
    transform: translateY(60%) rotateX(80deg);
  }

  .macbook1 .ai-summary {
    margin-top: 1.35rem;
  }

  .macbook1 .controls {
    padding: 0 0.75rem;
  }

  .auth-login-meta {
    flex-direction: column;
  }

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

@media (max-height: 760px) {
  .auth-landing {
    --landing-story-static-height: clamp(15.5rem, calc(100svh - 5.75rem), 29rem);
    --landing-story-static-min-height: 15.5rem;
    --landing-static-stage-padding-top: 0.85rem;
    --landing-static-stage-padding-bottom: 2.85rem;
    --landing-static-dots-offset: 0.55rem;
  }

  .auth-landing.is-static-landing {
    --landing-static-stage-scale: 0.84;
    --landing-static-stage-shift: -50%;
  }

  .auth-landing.is-static-landing[data-story-step="1"] {
    --landing-static-stage-scale: 0.82;
  }

  .auth-landing.is-static-landing[data-story-step="2"] {
    --landing-static-stage-scale: 0.76;
    --landing-static-stage-shift: -45%;
  }

  .auth-landing.is-static-landing[data-story-step="3"] {
    --landing-static-stage-scale: 0.72;
    --landing-static-stage-shift: -43%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-landing.is-static-landing .iphone,
  .auth-landing.is-static-landing .tv,
  .auth-landing.is-static-landing .macbook,
  .auth-landing.is-static-landing .landing-dot {
    transition: none;
  }

  .auth-landing.is-static-landing .landing-dot.is-active {
    transform: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* -------------------------------------------------------------------------
   Welcome — Honest Promise section
   Inserted between #planes and #faq. Uses existing landing design tokens
   so it inherits typography, color palette, and reveal animations. The
   block is intentionally calmer than tier cards: single column, surface
   background, accent-colored eyebrow.
   ------------------------------------------------------------------------- */
.welcome-honest {
  position: relative;
  display: flex;
  justify-content: center;
}

.welcome-honest__inner {
  max-width: 56rem;
  width: 100%;
  padding: clamp(1.75rem, 2.5vw, 2.75rem);
  border: 3px solid rgba(23, 19, 17, 0.1);
  border-radius: var(--landing-radius);
  background: var(--landing-surface-strong);
  box-shadow: var(--landing-shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.welcome-honest__eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--landing-accent);
}

.welcome-honest__title {
  margin: 0;
  font-family: 'Space Grotesk', 'IBM Plex Sans', sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--landing-ink);
}

.welcome-honest__lead,
.welcome-honest__close {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--landing-ink-soft);
  max-width: 48rem;
}

.welcome-honest__lead strong,
.welcome-honest__close strong {
  color: var(--landing-ink);
}

.welcome-honest__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.welcome-honest__list li {
  position: relative;
  padding: 0.95rem 1.1rem 0.95rem 2.4rem;
  border-radius: 1.25rem;
  background: rgba(255, 248, 239, 0.58);
  border: 1px solid var(--landing-line);
  color: var(--landing-ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

.welcome-honest__list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.3rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--landing-accent);
  box-shadow: 0 0 0 4px rgba(185, 92, 49, 0.16);
}

.welcome-honest__list li strong {
  color: var(--landing-ink);
  font-weight: 700;
}

.welcome-honest__close {
  padding-top: 0.35rem;
  font-size: 1.05rem;
  color: var(--landing-ink);
}

@media (max-width: 720px) {
  .welcome-honest__inner {
    padding: 1.4rem 1.15rem;
    border-radius: 1.5rem;
  }

  .welcome-honest__list li {
    padding: 0.85rem 0.95rem 0.85rem 2.1rem;
  }
}

/* Animation: spinning golden ring */
@keyframes navRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* -------------------------------------------------------------------------
   Google OAuth sign-in button — Phase 3 of google-oauth plan.
   Lives ABOVE the email/password form on /auth/login + /auth/register.
   Mirrors Google brand guidelines (white surface, dark-gray label, official
   G logo on the left) while staying within the auth-landing tokens — same
   1rem radius and rgba border as .auth-login-form inputs.
   ------------------------------------------------------------------------- */
.auth-google-block {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 0.25rem;
}

.auth-google-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 2.85rem;
  padding: 0 1rem;
  border-radius: 1rem;
  border: 2px solid rgba(23, 19, 17, 0.12);
  background: #ffffff;
  color: #1f1f1f;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(23, 19, 17, 0.06);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.auth-google-button:hover,
.auth-google-button:focus-visible {
  background: #f7f5f1;
  border-color: rgba(23, 19, 17, 0.24);
  box-shadow: 0 4px 12px rgba(23, 19, 17, 0.08);
  transform: translateY(-1px);
}

.auth-google-button:focus-visible {
  outline: 3px solid rgba(66, 133, 244, 0.32);
  outline-offset: 2px;
}

.auth-google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.auth-google-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.auth-google-label {
  display: inline-flex;
  align-items: center;
}

.auth-google-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--landing-ink-soft);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.auth-google-divider-line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(23, 19, 17, 0.16);
}

.auth-google-divider-word {
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .auth-google-button {
    font-size: 0.92rem;
  }
}
