:root {
  --landing-bg: #0b1728;
  --landing-ink: #071427;
  --landing-muted: #62708a;
  --landing-border: rgba(101, 134, 172, 0.24);
  --landing-primary: #0ea5e9;
  --landing-primary-2: #0284c7;
  --landing-surface: #f7fbff;
  --landing-card: rgba(255, 255, 255, 0.94);
  --landing-dark-card: rgba(14, 28, 50, 0.84);
  --landing-success: #22c55e;
  --landing-shadow: 0 30px 80px -35px rgba(6, 16, 31, 0.65);
  --landing-glow-shadow: 0 24px 70px -28px rgba(14, 165, 233, 0.65);
  --landing-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
.landing-body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.landing-body {
  margin: 0;
  min-height: 100vh;
  background: var(--landing-bg);
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.landing-body.modal-open {
  overflow: hidden;
}

.landing-page {
  min-height: 100vh;
  background: var(--landing-bg);
  color: #f8fbff;
  overflow-x: hidden;
}

.landing-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.landing-hero-grid {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  overflow: visible;
}

.landing-pitch {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: 100%;
  min-height: 0;
}

.landing-hero-image,
.landing-hero-overlay,
.landing-glow,
.landing-grid-pattern {
  position: absolute;
  inset: 0;
}

.landing-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
}

.landing-hero-overlay {
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.92), rgba(14, 65, 102, 0.72) 48%, rgba(68, 184, 232, 0.54));
}

.landing-glow {
  background: radial-gradient(circle at 24% 28%, rgba(14, 165, 233, 0.42), transparent 42%);
  pointer-events: none;
}

.landing-grid-pattern {
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at center, black 38%, transparent 82%);
  pointer-events: none;
}

.landing-pitch-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  min-height: 100%;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  padding: clamp(24px, 3.2vh, 40px) clamp(48px, 7vw, 96px) clamp(20px, 2.8vh, 32px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: auto;
}

.landing-pitch-stack {
  display: flex;
  width: 100%;
  max-width: 640px;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.landing-pitch-main {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 2vh, 22px);
}

.landing-brand,
.landing-login-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.34em;
}

.landing-brand span span,
.landing-login-brand strong {
  color: var(--landing-primary);
}

.landing-brand-official {
  gap: 0;
  letter-spacing: 0;
}

.landing-brand-logo-frame {
  display: inline-flex;
  min-width: 190px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(229, 246, 255, 0.82));
  box-shadow: 0 24px 58px -34px rgba(56, 189, 248, 0.95);
  backdrop-filter: blur(18px);
}

.landing-brand-logo-frame img {
  display: block;
  max-width: 196px;
  max-height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 9px 18px rgba(2, 8, 23, 0.18));
}

.landing-brand-mark,
.landing-login-brand span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #061426;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
}

.landing-headline {
  max-width: 620px;
  flex-shrink: 0;
  animation: landing-fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.landing-pill,
.landing-mini-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
  backdrop-filter: blur(14px);
}

.landing-pill span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--landing-primary);
  box-shadow: 0 0 18px rgba(14, 165, 233, 0.9);
}

.landing-headline h1 {
  margin: clamp(8px, 1.2vh, 14px) 0 clamp(12px, 1.8vh, 18px);
  color: #f8fbff;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.landing-headline h1 strong,
.landing-section-heading h2 strong {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #f8fbff, #38bdf8, #f8fbff);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: landing-shimmer 4.2s linear infinite;
}

.landing-headline p {
  max-width: 510px;
  margin: 0;
  color: rgba(231, 242, 255, 0.72);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.56;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  flex-shrink: 0;
}

.landing-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  padding: 0 22px;
  color: inherit;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.landing-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.landing-button-primary {
  color: #061426;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  box-shadow: 0 18px 45px -22px rgba(14, 165, 233, 0.9);
}

.landing-button-full {
  width: 100%;
}

.landing-soft-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(231, 242, 255, 0.72);
  font-size: 14px;
}

.landing-soft-check .landing-icon {
  color: var(--landing-primary);
}

.landing-hero-preview {
  position: relative;
  z-index: 2;
  width: min(100%, 400px);
  max-width: 400px;
  height: 190px;
  margin: clamp(4px, 1vh, 12px) 0;
  flex-shrink: 0;
  animation: landing-float 7s ease-in-out infinite;
}

.landing-live-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.34);
  border-radius: 24px;
  background: rgba(9, 24, 43, 0.7);
  padding: 12px;
  color: #f8fbff;
  box-shadow: var(--landing-glow-shadow);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation: landing-live-rotate calc(var(--slides) * 4.4s) infinite;
  animation-delay: calc(var(--slide) * 4.4s);
}

.landing-live-card:only-child {
  opacity: 1;
  transform: none;
  animation: none;
}

.landing-live-media {
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.landing-live-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-live-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.landing-live-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(231, 242, 255, 0.68);
  font-size: 12px;
}

.landing-live-top span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.landing-live-card i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--landing-success);
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.8);
}

.landing-live-card strong {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  text-overflow: clip;
  white-space: nowrap;
}

.landing-live-card dl {
  display: grid;
  gap: 4px;
  margin: 12px 0 10px;
}

.landing-live-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.landing-live-card dt {
  color: rgba(231, 242, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landing-live-card dd {
  margin: 0;
  color: #38bdf8;
  font-size: 14px;
  font-weight: 950;
}

.landing-live-card em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.16);
  padding: 5px 9px;
  color: #4ade80;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.landing-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  flex-shrink: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: clamp(14px, 2vh, 22px);
}

.landing-brand {
  flex-shrink: 0;
  margin-bottom: clamp(8px, 1.4vh, 14px);
}

.landing-stats strong {
  display: block;
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -0.04em;
}

.landing-stats span {
  display: block;
  margin-top: 5px;
  color: rgba(231, 242, 255, 0.62);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-access {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(24px, 3.2vh, 40px) clamp(48px, 7vw, 96px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: auto;
  background: #f6fbff;
  color: var(--landing-ink);
}

.landing-pill-login {
  margin: clamp(10px, 1.6vh, 14px) auto clamp(12px, 1.8vh, 16px);
  border-color: rgba(14, 165, 233, 0.28);
  background: rgba(14, 165, 233, 0.1);
  color: #0369a1;
}

.landing-login-card {
  width: min(100%, 460px);
  border-radius: 32px;
  background: #fff;
  padding: clamp(24px, 3.2vh, 34px);
  box-shadow: var(--landing-shadow);
}

.landing-login-title {
  margin-bottom: clamp(16px, 2.2vh, 22px);
  text-align: center;
}

.landing-login-title img {
  max-width: 178px;
  max-height: 54px;
  object-fit: contain;
  margin-bottom: clamp(10px, 1.8vh, 16px);
}

.landing-login-brand {
  justify-content: center;
  margin-bottom: 18px;
  color: var(--landing-ink);
}

.landing-login-title h2 {
  margin: 0;
  color: #111827;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.landing-login-title p,
.landing-terms {
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.landing-form {
  display: grid;
  gap: clamp(10px, 1.7vh, 14px);
}

.landing-form label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
}

.landing-input-wrap {
  position: relative;
  display: block;
}

.landing-input-wrap .landing-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  color: #94a3b8;
  transform: translateY(-50%);
}

.landing-form input:not([type="checkbox"]) {
  width: 100%;
  height: 46px;
  border: 1px solid #d9e3ef;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-weight: 650;
  outline: none;
  padding: 0 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.landing-input-wrap input {
  padding-left: 40px !important;
}

.landing-form input:focus {
  border-color: var(--landing-primary);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14);
}

.landing-code-input {
  text-align: center;
  font-size: 24px !important;
  letter-spacing: 0.42em;
}

.landing-form small {
  color: #64748b;
  font-weight: 650;
}

.landing-input-prefix-wrap {
  position: relative;
}

.landing-input-prefix-wrap .landing-input-prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #64748b;
  font-weight: 700;
  font-size: 0.92rem;
  pointer-events: none;
}

.landing-input-prefix-wrap input {
  padding-left: 58px !important;
}

.landing-input-prefix-wrap .landing-icon {
  display: none;
}

.landing-form small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-weight: 600;
  font-size: 12px;
}

.landing-resend-form {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}

.landing-resend-copy {
  margin: 0;
  color: #475569;
  font-size: 14px;
  font-weight: 650;
  text-align: center;
}

.landing-resend-hint {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.landing-back-login {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
}

.landing-back-login a {
  color: #0369a1;
  font-weight: 700;
  text-decoration: none;
}

.landing-back-login a:hover {
  text-decoration: underline;
}

.landing-button-ghost {
  background: #fff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  box-shadow: none;
}

.landing-button-ghost:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.landing-check {
  display: flex !important;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 9px !important;
  color: #64748b !important;
  font-weight: 650 !important;
}

.landing-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--landing-primary);
}

.landing-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: clamp(16px, 2.4vh, 22px) 0;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.landing-divider span {
  height: 1px;
  background: #e2e8f0;
}

.landing-register-callout {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, #0f2138, #172841);
  padding: clamp(18px, 2.4vh, 22px);
  color: #fff;
}

.landing-callout-light {
  position: absolute;
  right: -28px;
  top: -30px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.28);
  filter: blur(28px);
}

.landing-register-callout > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.18);
  padding: 6px 11px;
  color: var(--landing-primary);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-register-callout h3,
.landing-register-callout p,
.landing-register-callout button {
  position: relative;
}

.landing-register-callout h3 {
  margin: 12px 0 6px;
  font-size: 17px;
}

.landing-register-callout p {
  margin: 0 0 12px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.55;
}

.landing-terms {
  width: min(100%, 460px);
  margin: clamp(12px, 2vh, 18px) 0 0;
  text-align: center;
  font-size: 12px;
}

.landing-terms {
  position: relative;
  z-index: 2;
}

.landing-terms a {
  color: var(--landing-primary-2);
  font-weight: 800;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.landing-footer-legal a {
  position: relative;
  z-index: 2;
}

.landing-flash {
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.landing-flash-error {
  background: #fee2e2;
  color: #991b1b;
}

.landing-flash-success {
  background: #dcfce7;
  color: #166534;
}

.landing-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 22px 0;
}

.landing-marquee div {
  display: flex;
  gap: 48px;
  width: max-content;
  white-space: nowrap;
  animation: landing-marquee 96s linear infinite;
}

.landing-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(231, 242, 255, 0.74);
  font-size: 14px;
  font-weight: 750;
}

.landing-marquee .landing-icon {
  color: var(--landing-primary);
}

.landing-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 96px clamp(24px, 5vw, 72px);
  background: #0b1728;
}

.landing-section-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.landing-section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.landing-section-heading > span,
.landing-center-heading span {
  color: var(--landing-primary);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.landing-section-heading h2,
.landing-showcase-copy h3,
.landing-center-heading h3 {
  margin: 14px 0 16px;
  color: #f8fbff;
  font-size: clamp(33px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.landing-section-heading p,
.landing-showcase-copy p {
  margin: 0;
  color: rgba(231, 242, 255, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.landing-advantages,
.landing-steps > div:last-child,
.landing-testimonials {
  display: grid;
  gap: 18px;
}

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

.landing-advantages article,
.landing-steps article,
.landing-testimonials article,
.landing-final-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
  color: #f8fbff;
  transition: transform 180ms ease, border-color 180ms ease;
}

.landing-advantages article:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 165, 233, 0.5);
}

.landing-advantages article > .landing-icon,
.landing-steps article > .landing-icon,
.landing-final-cta span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #061426;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  padding: 10px;
}

.landing-advantages h3,
.landing-steps h4 {
  margin: 16px 0 8px;
  font-size: 17px;
}

.landing-advantages p,
.landing-steps p,
.landing-testimonials p {
  margin: 0;
  color: rgba(231, 242, 255, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.landing-showcase {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
  margin-top: 86px;
}

.landing-showcase-image {
  position: relative;
}

.landing-showcase-image img {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: var(--landing-shadow);
}

.landing-showcase-image div {
  position: absolute;
  right: -16px;
  bottom: -24px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 250px;
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 18px;
  background: rgba(15, 33, 56, 0.9);
  padding: 16px;
  box-shadow: var(--landing-glow-shadow);
  backdrop-filter: blur(18px);
}

.landing-showcase-image span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #4ade80;
  background: rgba(34, 197, 94, 0.16);
}

.landing-showcase-image p {
  margin: 0;
}

.landing-showcase-image small {
  display: block;
  color: rgba(231, 242, 255, 0.55);
  font-size: 12px;
}

.landing-showcase-image strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.landing-mini-pill {
  border-color: rgba(14, 165, 233, 0.3);
  background: rgba(14, 165, 233, 0.12);
  color: var(--landing-primary);
}

.landing-showcase-copy ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.landing-showcase-copy li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(248, 251, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.landing-showcase-copy li .landing-icon {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.15);
  color: var(--landing-primary);
  padding: 4px;
}

.landing-steps {
  margin-top: 96px;
}

.landing-center-heading {
  margin-bottom: 34px;
  text-align: center;
}

.landing-center-heading h3 {
  font-size: clamp(30px, 3vw, 42px);
}

.landing-steps > div:last-child,
.landing-testimonials {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-steps article strong {
  position: absolute;
  right: 18px;
  top: 8px;
  color: rgba(14, 165, 233, 0.12);
  font-size: 56px;
  line-height: 1;
}

.landing-testimonials {
  margin-top: 86px;
}

.landing-testimonials article > .landing-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  color: rgba(14, 165, 233, 0.35);
  font-size: 24px;
}

.landing-testimonials div {
  display: flex;
  gap: 3px;
  color: #f59e0b;
}

.landing-testimonials p {
  margin-top: 13px;
  color: rgba(248, 251, 255, 0.9);
}

.landing-testimonials footer {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 14px;
}

.landing-testimonials footer strong,
.landing-testimonials footer span {
  display: block;
}

.landing-testimonials footer span {
  margin-top: 3px;
  color: rgba(231, 242, 255, 0.58);
  font-size: 12px;
}

.landing-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 60px;
  border-color: rgba(14, 165, 233, 0.34);
  box-shadow: var(--landing-glow-shadow);
}

.landing-final-cta > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.landing-final-cta p {
  margin: 0;
}

.landing-final-cta strong,
.landing-final-cta small {
  display: block;
}

.landing-final-cta small {
  margin-top: 5px;
  color: rgba(231, 242, 255, 0.62);
}

.landing-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px clamp(24px, 5vw, 72px);
  color: rgba(231, 242, 255, 0.6);
  font-size: 13px;
}

.landing-footer-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.landing-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.landing-footer-legal a {
  color: rgba(231, 242, 255, 0.78);
  text-decoration: none;
  font-weight: 600;
}

.landing-footer-legal a:hover {
  color: #fff;
}

.landing-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: #e7f2ff;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.landing-footer-social-link svg {
  width: 18px;
  height: 18px;
}

.landing-footer-social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
}

.landing-footer-social-link--instagram:hover {
  color: #f9a8d4;
}

.landing-footer-social-link--facebook:hover {
  color: #93c5fd;
}

.landing-footer-social-link--pinterest:hover {
  color: #fca5a5;
}

.landing-footer-tagline {
  margin-left: auto;
}

.landing-modal[hidden] {
  display: none;
}

.landing-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(4, 12, 24, 0.68);
  backdrop-filter: blur(12px);
}

.landing-modal-card {
  width: min(100%, 460px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: #fff;
  padding: 28px;
  color: var(--landing-ink);
  box-shadow: var(--landing-shadow);
}

.landing-modal-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.landing-modal-title span {
  color: var(--landing-primary-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-modal-title h2 {
  margin: 4px 0 0;
}

.landing-modal-title button {
  border: 1px solid #d9e3ef;
  border-radius: 10px;
  background: #fff;
  padding: 9px 12px;
  color: #334155;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.landing-modal-card > p {
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

@keyframes landing-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes landing-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(-1deg); }
}

@keyframes landing-live-rotate {
  0%, 13% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  18%, 100% {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }
}

@keyframes landing-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes landing-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (min-width: 1101px) {
  .landing-pitch {
    min-height: 0;
    height: 100%;
    max-height: 100svh;
    overflow: hidden;
  }

  .landing-hero-grid {
    height: 100svh;
    max-height: 100svh;
    overflow: hidden;
  }

  .landing-hero-grid > .landing-access {
    min-height: 0;
    max-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    align-items: flex-start;
    justify-content: center;
    padding-top: clamp(18px, 2.5vh, 28px);
    padding-bottom: clamp(18px, 2.5vh, 28px);
  }

  .landing-access {
    overflow-y: auto;
    overscroll-behavior: auto;
  }

  .landing-pitch-content {
    max-height: 100svh;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: auto;
  }
}

@media (max-width: 1100px) {
  .landing-hero-grid {
    min-height: auto;
    height: auto;
    grid-template-columns: 1fr;
  }

  .landing-page {
    min-height: auto;
  }

  .landing-access {
    order: -1;
    min-height: auto;
    overflow-y: visible;
    overscroll-behavior: auto;
    padding-top: clamp(28px, 4vh, 36px);
    padding-bottom: clamp(28px, 4vh, 40px);
  }

  .landing-pitch {
    min-height: auto;
    height: auto;
  }

  .landing-pitch-content {
    overflow-y: visible;
    overscroll-behavior: auto;
  }

  .landing-pitch-content {
    min-height: auto;
    padding-bottom: clamp(28px, 4vh, 40px);
  }

  .landing-hero-preview {
    width: min(100%, 400px);
    max-width: none;
  }

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

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

@media (max-width: 760px) {
  .landing-access {
    min-height: 100svh;
    min-height: 100dvh;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px 10px 12px;
  }

  .landing-login-heading:not(.landing-login-heading-verify),
  .landing-register-kicker {
    display: none !important;
  }

  .landing-register-callout h3 {
    margin-top: 0;
  }

  .landing-login-card,
  .landing-terms {
    width: 100%;
    max-width: none;
  }

  .landing-login-card {
    border-radius: 20px;
    padding: 16px 14px;
  }

  .landing-login-title {
    margin-bottom: 10px;
  }

  .landing-login-title img {
    max-width: 160px;
    max-height: 48px;
    margin-bottom: 6px;
  }

  .landing-pill-login {
    margin: 6px auto 8px;
    font-size: 11px;
  }

  .landing-login-title p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .landing-form {
    gap: 8px;
  }

  .landing-form label {
    gap: 5px;
    font-size: 13px;
  }

  .landing-form input:not([type="checkbox"]) {
    height: 40px;
    font-size: 14px;
  }

  .landing-check {
    font-size: 13px;
  }

  .landing-button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .landing-divider {
    margin: 10px 0;
    font-size: 11px;
  }

  .landing-recovery-link {
    margin: 0;
    font-size: 13px;
  }

  .landing-register-callout {
    padding: 12px;
    border-radius: 18px;
  }

  .landing-register-callout h3 {
    margin: 6px 0 4px;
    font-size: 15px;
  }

  .landing-register-callout p {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.4;
  }

  .landing-terms {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
  }

  .landing-flash {
    margin-bottom: 8px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .landing-pitch-content {
    padding: 28px 22px 34px;
  }

  .landing-hero-preview {
    width: 100%;
    height: clamp(170px, 42vw, 190px);
  }

  .landing-brand,
  .landing-login-brand {
    letter-spacing: 0.2em;
  }

  .landing-brand-logo-frame {
    min-width: 168px;
    height: 52px;
  }

  .landing-brand-logo-frame img {
    max-width: 174px;
    max-height: 38px;
  }

  .landing-headline h1 {
    font-size: 42px;
  }

  .landing-headline p,
  .landing-section-heading p,
  .landing-showcase-copy p {
    font-size: 16px;
  }

  .landing-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .landing-section {
    padding: 70px 18px;
  }

  .landing-advantages,
  .landing-steps > div:last-child,
  .landing-testimonials {
    grid-template-columns: 1fr;
  }

  .landing-showcase-image div {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .landing-final-cta,
  .landing-final-cta > div {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-footer-tagline {
    margin-left: 0;
  }
}

.landing-code-intro {
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--landing-text, #0f172a);
  white-space: pre-line;
}

.landing-code-meta {
  margin: 0 0 16px;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #64748b;
}

.landing-code-warning {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.85rem;
  line-height: 1.45;
}

.landing-recovery-link {
  margin: 4px 0 0;
  text-align: left;
}

.landing-text-action,
.landing-recovery-link .landing-text-action {
  border: 0;
  background: none;
  padding: 0;
  color: #64748b;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.landing-text-action:hover {
  color: #475569;
}

.landing-recovery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.landing-recovery-tabs button {
  flex: 1 1 auto;
  min-width: 100px;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 0.8rem;
}

.landing-recovery-tabs button.is-active {
  border-color: #06b6d4;
  background: #ecfeff;
  color: #0e7490;
  font-weight: 600;
}

.landing-modal-card-wide {
  max-width: 480px;
}
