:root {
  --bg-900: #050a18;
  --bg-800: #0a1228;
  --bg-glow-1: rgba(22, 58, 137, 0.42);
  --bg-glow-2: rgba(12, 46, 108, 0.34);
  --panel-700: #111b37;
  --panel-600: #162244;
  --panel-500: #1a2952;
  --line-500: #22458a;
  --line-soft: rgba(97, 157, 246, 0.3);
  --text-100: #edf2ff;
  --text-300: #a8b6d8;
  --text-400: #8a9cc4;
  --accent-400: #2f7ef8;
  --accent-300: #58b2ff;
  --ok-400: #2ac181;
  --warn-400: #f59e0b;
  --danger-400: #ff6a8a;
  --shadow-strong: 0 18px 46px rgba(0, 0, 0, 0.4);
}

html[data-theme="light"] {
  --bg-900: #f8fafc;
  --bg-800: #f8fafc;
  --bg-glow-1: rgba(37, 99, 235, 0.06);
  --bg-glow-2: rgba(14, 165, 233, 0.05);
  --panel-700: #ffffff;
  --panel-600: #ffffff;
  --panel-500: #eff6ff;
  --line-500: #dbe6f3;
  --line-soft: #dbe6f3;
  --text-100: #0f172a;
  --text-300: #64748b;
  --text-400: #475569;
  --accent-400: #2563eb;
  --accent-300: #1d4ed8;
  --ok-400: #10b981;
  --warn-400: #d97706;
  --danger-400: #ef4444;
  --shadow-strong: 0 20px 50px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body.public-page {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text-100);
  background:
    radial-gradient(880px 360px at 8% -14%, var(--bg-glow-1) 0%, transparent 66%),
    radial-gradient(760px 320px at 100% -6%, var(--bg-glow-2) 0%, transparent 62%),
    linear-gradient(160deg, var(--bg-900), var(--bg-800));
  transition: background 180ms ease, color 140ms ease;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: inherit;
}

.site-shell {
  width: calc(100% - 8px);
  margin: 24px auto 0;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body.public-page > main,
.site-shell > main {
  flex: 1 0 auto;
}

.unicorn-landing .site-shell {
  width: calc(100% - 8px);
  margin: 12px auto 30px;
}

.auth-theme-toggle {
  position: fixed;
  right: 10px;
  top: 16px;
  z-index: 20;
  border: 1px solid var(--line-soft);
  background: rgba(16, 30, 62, 0.84);
  color: #e8f1ff;
  border-radius: 999px;
  padding: 8px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(8, 20, 46, 0.24);
  transition: border-color 140ms ease, transform 120ms ease, box-shadow 140ms ease;
}

.auth-theme-toggle::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid currentColor;
  box-shadow: -3px 0 0 0 rgba(16, 30, 62, 0.84) inset;
  flex: 0 0 13px;
}

.auth-theme-toggle:hover {
  transform: translateY(-1px);
}

.auth-theme-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

html[data-theme="light"] .auth-theme-toggle {
  border-color: #e2e8f0;
  background: #ffffff;
  color: #334155;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .auth-theme-toggle::before {
  border: 0;
  background: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.24);
}

.site-header .auth-theme-toggle,
.site-header .auth-theme-toggle.header-theme-toggle {
  position: static;
  right: auto;
  top: auto;
  z-index: auto;
  border-color: var(--line-soft);
  background: rgba(17, 31, 65, 0.7);
  color: #dce8ff;
  box-shadow: none;
  padding: 8px 12px;
}

html[data-theme="light"] .site-header .auth-theme-toggle,
html[data-theme="light"] .site-header .auth-theme-toggle.header-theme-toggle {
  border-color: #dbe6f3;
  background: #ffffff;
  color: #334155;
}

.site-header {
  margin-top: 44px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(17, 27, 55, 0.9), rgba(10, 18, 38, 0.94));
  box-shadow: var(--shadow-strong);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

html[data-theme="light"] .site-header {
  background: #ffffff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy small {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-300);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(111, 184, 255, 0.62);
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(54, 132, 255, 0.35), rgba(44, 91, 200, 0.18));
  color: #8ec8ff;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(12, 34, 77, 0.28);
}

html[data-theme="light"] .brand-mark {
  border-color: #cbd5e1;
  background: #eff6ff;
  color: #1e3a8a;
  box-shadow: none;
}

.header-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-300);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 9px 12px;
}

.nav-link:hover {
  color: var(--text-100);
  border-color: var(--line-soft);
}

.nav-link.active {
  color: #ffffff;
  background: rgba(47, 126, 248, 0.24);
  border-color: rgba(97, 157, 246, 0.44);
}

html[data-theme="light"] .nav-link.active {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #c7dcff;
}

.cta-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-login-hint {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-300);
}

.btn {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 18px;
  min-height: 44px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 120ms ease, background 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.btn-primary {
  color: #ffffff;
  background: var(--accent-400);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22);
}

.btn-primary:hover {
  transform: translateY(-1px);
  background: var(--accent-300);
}

.btn-secondary {
  border-color: var(--line-soft);
  background: rgba(17, 31, 65, 0.7);
  color: #dce8ff;
}

.btn-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(138, 184, 255, 0.6);
}

html[data-theme="light"] .btn-secondary {
  background: #ffffff;
  color: #334155;
  border-color: #dbe6f3;
}

.btn-login-top {
  color: #ffffff;
  background: var(--accent-400);
  border-color: rgba(97, 157, 246, 0.6);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

.btn-login-top:hover {
  transform: translateY(-1px);
  background: var(--accent-300);
}

.hero {
  margin-top: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 27, 55, 0.92), rgba(10, 18, 38, 0.95));
  box-shadow: var(--shadow-strong);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}

html[data-theme="light"] .hero {
  background: #ffffff;
}

.hero-main {
  padding: clamp(28px, 4vw, 44px);
  border-right: 1px solid var(--line-soft);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(97, 157, 246, 0.44);
  color: #b9d4ff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

html[data-theme="light"] .hero-kicker {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #c7dcff;
}

.hero-title {
  margin: 18px 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0.2px;
}

.hero-copy {
  margin: 0;
  color: var(--text-300);
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-side {
  padding: clamp(22px, 3vw, 30px);
  background: linear-gradient(170deg, rgba(20, 34, 71, 0.75), rgba(12, 21, 45, 0.94));
}

html[data-theme="light"] .hero-side {
  background: #eff6ff;
}

.side-title {
  margin: 0 0 14px;
  font-size: 18px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.check-list li {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--text-300);
  line-height: 1.55;
  font-size: 14px;
  background: rgba(16, 29, 63, 0.56);
}

html[data-theme="light"] .check-list li {
  background: #ffffff;
}

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

.info-card {
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(17, 27, 55, 0.86), rgba(10, 18, 38, 0.9));
}

html[data-theme="light"] .info-card {
  background: #ffffff;
}

.info-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.info-card span {
  color: var(--text-300);
  font-size: 13px;
  line-height: 1.5;
}

.section {
  margin-top: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(17, 27, 55, 0.88), rgba(10, 18, 38, 0.93));
  box-shadow: var(--shadow-strong);
  padding: clamp(20px, 3vw, 30px);
}

html[data-theme="light"] .section {
  background: #ffffff;
}

.section h2 {
  margin: 0 0 6px;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
}

.section p.section-sub {
  margin: 0 0 16px;
  color: var(--text-300);
  line-height: 1.65;
}

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

@media (max-width: 680px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 16px;
  background: rgba(16, 29, 63, 0.52);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card.featured {
  border-color: rgba(97, 157, 246, 0.7);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.2);
}

html[data-theme="light"] .pricing-card {
  background: #ffffff;
}

.pricing-card .tag {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(97, 157, 246, 0.55);
  background: rgba(47, 126, 248, 0.2);
  color: #b9d4ff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
}

html[data-theme="light"] .pricing-card .tag {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #c7dcff;
}

.pricing-title {
  margin: 0;
  font-size: 18px;
}

.price {
  margin: 0;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.price span {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-300);
}

.mini-list {
  margin: 0;
  padding-left: 17px;
  color: var(--text-300);
  font-size: 13px;
  line-height: 1.55;
  display: grid;
  gap: 4px;
}

.pricing-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.pricing-faq {
  display: grid;
  gap: 10px;
}

.pricing-faq details {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(16, 29, 63, 0.52);
}

html[data-theme="light"] .pricing-faq details {
  background: #ffffff;
}

.pricing-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.pricing-faq summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--text-300);
}

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

.pricing-faq p {
  margin: 10px 0 0;
  color: var(--text-300);
  line-height: 1.6;
  font-size: 14px;
}

.form-card {
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(17, 27, 55, 0.9), rgba(10, 18, 38, 0.92));
  box-shadow: var(--shadow-strong);
  padding: clamp(18px, 3vw, 28px);
}

html[data-theme="light"] .form-card {
  background: #ffffff;
}

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.span-2 {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 13px;
  font-weight: 600;
  color: #c4d1ef;
}

html[data-theme="light"] .form-field label {
  color: #334155;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #5b83ca;
  background: rgba(9, 15, 33, 0.78);
  color: var(--text-100);
  padding: 11px 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease;
  font-family: inherit;
}

.form-field textarea {
  min-height: 90px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

html[data-theme="light"] .form-field input,
html[data-theme="light"] .form-field select,
html[data-theme="light"] .form-field textarea {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #0f172a;
}

.form-help {
  margin-top: 6px;
  color: var(--text-300);
  font-size: 12px;
}

.form-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.section-book-demo-hero .demo-entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: stretch;
}

.section-book-demo-hero .demo-entry-context {
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 28px);
  background: linear-gradient(180deg, rgba(17, 30, 66, 0.84), rgba(9, 18, 39, 0.92));
  display: grid;
  align-content: start;
  gap: 12px;
}

html[data-theme="light"] .section-book-demo-hero .demo-entry-context {
  background: #f8fbff;
}

.section-book-demo-hero .demo-entry-kicker {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(97, 157, 246, 0.58);
  border-radius: 999px;
  padding: 6px 12px;
  color: #b9d4ff;
  background: rgba(47, 126, 248, 0.2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-theme="light"] .section-book-demo-hero .demo-entry-kicker {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #c7dcff;
}

.section-book-demo-hero .demo-entry-context h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  line-height: 1.2;
}

.section-book-demo-hero .demo-entry-context .section-sub {
  margin: 0;
}

.section-book-demo-hero .demo-entry-positioning {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-300);
  border-left: 3px solid rgba(97, 157, 246, 0.7);
  padding-left: 10px;
}

.section-book-demo-hero .demo-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.section-book-demo-hero .demo-benefits li {
  color: var(--text-300);
  line-height: 1.55;
  padding-left: 20px;
  position: relative;
}

.section-book-demo-hero .demo-benefits li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-300);
  font-weight: 800;
}

.section-book-demo-hero .demo-trust-signals {
  border-top: 1px dashed var(--line-soft);
  padding-top: 10px;
  display: grid;
  gap: 7px;
}

.section-book-demo-hero .demo-trust-signals p {
  margin: 0;
  color: var(--text-300);
  font-size: 13px;
}

.section-book-demo-hero .demo-entry-form {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

html[data-theme="light"] .section-book-demo-hero .demo-entry-form {
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.section-book-demo-hero .demo-step-indicator {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(97, 157, 246, 0.58);
  color: #b9d4ff;
  background: rgba(47, 126, 248, 0.2);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}

html[data-theme="light"] .section-book-demo-hero .demo-step-indicator {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #c7dcff;
}

.section-book-demo-hero .demo-form-intro {
  margin: 8px 0 14px;
  color: var(--text-300);
  font-size: 14px;
  line-height: 1.55;
}

.section-book-demo-hero .demo-form-step[hidden] {
  display: none !important;
}

.section-book-demo-hero .demo-step-actions {
  margin-top: 16px;
}

.section-book-demo-hero .demo-step-actions .btn-primary {
  padding: 12px 20px;
  font-size: 17px;
}

.section-book-demo-hero .demo-alt-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--accent-400);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.section-book-demo-hero .demo-alt-link:hover {
  text-decoration: underline;
}

.section-book-demo-hero .demo-next-steps {
  margin-top: 16px;
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
}

.section-book-demo-hero .demo-next-steps h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.section-book-demo-hero .demo-next-steps ol {
  margin: 0;
  padding-left: 18px;
  color: var(--text-300);
  display: grid;
  gap: 6px;
  line-height: 1.5;
  font-size: 13px;
}

.section-signup-entry .signup-entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 14px;
  align-items: stretch;
}

.section-signup-entry .signup-entry-context {
  padding: clamp(18px, 3vw, 34px);
  display: grid;
  align-content: start;
  gap: 18px;
}

.section-signup-entry .signup-entry-context h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3.8vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 11ch;
}

.section-signup-entry .signup-accent {
  color: #3b82f6;
}

.section-signup-entry .signup-entry-context .section-sub {
  margin: 0;
  max-width: 28rem;
  font-size: 1.04rem;
}

.section-signup-entry .signup-benefit-stack {
  display: grid;
  gap: 0;
}

.section-signup-entry .signup-benefit-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}

.section-signup-entry .signup-benefit-card:last-child {
  border-bottom: 0;
}

.section-signup-entry .signup-benefit-card h3 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}

.section-signup-entry .signup-benefit-card p {
  margin: 0;
  color: var(--text-300);
  line-height: 1.55;
}

.section-signup-entry .signup-benefit-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border: 1px solid rgba(97, 157, 246, 0.32);
  color: #dbeafe;
}

.section-signup-entry .signup-benefit-icon-trial {
  background: linear-gradient(145deg, rgba(24, 74, 190, 0.35), rgba(31, 105, 255, 0.2));
}

.section-signup-entry .signup-benefit-icon-secure {
  background: linear-gradient(145deg, rgba(11, 116, 83, 0.34), rgba(16, 185, 129, 0.16));
}

.section-signup-entry .signup-benefit-icon-support {
  background: linear-gradient(145deg, rgba(90, 72, 190, 0.34), rgba(129, 95, 255, 0.18));
}

.section-signup-entry .signup-next-panel {
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(15, 32, 67, 0.76), rgba(11, 24, 48, 0.88));
  padding: 20px 22px;
}

html[data-theme="light"] .section-signup-entry .signup-next-panel {
  background: #f8fbff;
}

.section-signup-entry .signup-next-panel h3 {
  margin: 0 0 14px;
  font-size: 1.6rem;
}

.section-signup-entry .signup-next-panel ol {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: var(--text-300);
  line-height: 1.55;
}

.section-signup-entry .signup-entry-form {
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

html[data-theme="light"] .section-signup-entry .signup-entry-form {
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.section-signup-entry .signup-form-title {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
  line-height: 1.1;
}

.section-signup-entry .signup-form-intro {
  margin: 8px 0 20px;
  color: var(--text-300);
  font-size: 1rem;
  line-height: 1.55;
}

.section-signup-entry .signup-mode-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.section-signup-entry .signup-mode-label {
  margin: 0 0 4px;
  grid-column: 1 / -1;
  font-size: 15px;
  font-weight: 700;
}

.section-signup-entry .signup-mode-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(17, 27, 55, 0.54);
  padding: 14px 16px 14px 48px;
  cursor: pointer;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease, transform 140ms ease;
}

html[data-theme="light"] .section-signup-entry .signup-mode-card {
  background: #f8fbff;
}

.section-signup-entry .signup-mode-card .signup-mode-card-copy strong {
  font-size: 1.2rem;
}

.section-signup-entry .signup-mode-card .signup-mode-card-copy small {
  font-size: 13px;
}

html[data-theme="light"] .section-signup-entry .signup-mode-card {
  background: #f8fbff;
}

.section-signup-entry .signup-mode-card:hover {
  transform: translateY(-1px);
}

.section-signup-entry .signup-v2-action-row {
  margin-top: 24px;
}

.section-signup-entry .signup-mode-card.is-selected {
  border-color: rgba(59, 130, 246, 0.82);
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.38) inset;
  background: rgba(20, 45, 92, 0.68);
}

html[data-theme="light"] .section-signup-entry .signup-mode-card.is-selected {
  background: #eef5ff;
}

.section-signup-entry .signup-mode-card input {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.section-signup-entry .signup-mode-card-copy {
  display: grid;
  gap: 4px;
}

.section-signup-entry .signup-mode-card-copy strong {
  font-size: 1.15rem;
  line-height: 0.55;
}

.section-signup-entry .signup-mode-card-copy small {
  color: var(--text-300);
  font-size: 14px;
}

.section-signup-entry .signup-v2-method-group .signup-method-grid {
  grid-template-columns: 1fr;
}

.section-signup-entry .signup-mode-card-mark {
  color: #60a5fa;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.section-signup-entry .signup-form-sections {
  display: grid;
  gap: 18px;
}

.section-signup-entry .signup-form-section {
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
}

.section-signup-entry .signup-form-section-head {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-signup-entry .signup-form-section-head h4 {
  margin: 0;
  color: #3b82f6;
  font-size: 1.05rem;
}

.section-signup-entry .signup-form-section-head h4 span {
  color: var(--text-100);
  opacity: 0.9;
}

.section-signup-entry .signup-form-section-optional {
  border-top: 1px solid var(--line-soft);
  padding-top: 14px;
}

.section-signup-entry .signup-form-section-optional summary {
  list-style: none;
  cursor: pointer;
}

.section-signup-entry .signup-form-section-optional summary::-webkit-details-marker {
  display: none;
}

.section-signup-entry .signup-form-section-optional summary::after {
  content: "+";
  color: var(--text-300);
  font-size: 18px;
  font-weight: 700;
}

.section-signup-entry .signup-form-section-optional[open] summary::after {
  content: "-";
}

.section-signup-entry .signup-form-section-optional[open] .signup-form-section-head {
  margin-bottom: 14px;
}

.form-caption {
  margin: 0;
  color: var(--text-300);
  font-size: 12px;
  line-height: 1.45;
}

.section-signup-entry .signup-form-footer {
  margin-top: 18px;
  border-top: 1px solid var(--line-soft);
  padding-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 18px;
  align-items: center;
}

.section-signup-entry .signup-form-trust {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.section-signup-entry .signup-form-trust-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid rgba(16, 185, 129, 0.28);
  color: #86efac;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.section-signup-entry .signup-form-trust strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.section-signup-entry .signup-form-trust p {
  margin: 0;
  color: var(--text-300);
  font-size: 13px;
  line-height: 1.5;
}

.section-signup-entry .signup-form-cta {
  display: grid;
  gap: 12px;
}

.section-signup-entry .signup-submit-btn {
  width: 100%;
  justify-content: center;
  padding: 14px 20px;
  font-size: 1.15rem;
  box-shadow: 0 18px 32px rgba(37, 99, 235, 0.24);
}

.section-signup-entry .signup-next-copy {
  margin: 0;
  color: var(--text-300);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.status {
  min-height: 20px;
  font-size: 13px;
}

.status.ok {
  color: var(--ok-400);
}

.status.warn {
  color: var(--warn-400);
}

.status.error {
  color: var(--danger-400);
}

.footer {
  margin-top: 24px;
  padding: 16px 2px 4px;
  border-top: 1px solid var(--line-soft);
  color: var(--text-300);
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 6px;
  gap: 10px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--text-100);
}

.footer-social-link,
.ul-footer nav a.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-social-link svg {
  width: 16px;
  height: 16px;
  color: #0a66c2;
  flex: none;
}

.landing-page .site-shell {
  width: calc(100% - 8px);
  margin: 12px auto 28px;
}

.landing-page .site-header {
  margin-top: 0;
  position: sticky;
  top: 8px;
  z-index: 30;
  border-radius: 18px;
  padding: 12px 16px;
  background: rgba(10, 18, 38, 0.86);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

html[data-theme="light"] .landing-page .site-header {
  background: rgba(255, 255, 255, 0.92);
}

.landing-page .site-header.is-scrolled {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
}

html[data-theme="light"] .landing-page .site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.landing-page main {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.landing-page .auth-theme-toggle.header-theme-toggle {
  position: static;
  right: auto;
  top: auto;
  border-color: var(--line-soft);
  background: rgba(17, 31, 65, 0.7);
  color: #dce8ff;
  box-shadow: none;
  padding: 8px 12px;
}

html[data-theme="light"] .landing-page .auth-theme-toggle.header-theme-toggle {
  border-color: #dbe6f3;
  background: #ffffff;
  color: #334155;
}

.landing-page .btn-login-top {
  background: transparent;
  box-shadow: none;
  color: #dce8ff;
  border-color: var(--line-soft);
}

.landing-page .btn-login-top:hover {
  background: rgba(17, 31, 65, 0.72);
  border-color: rgba(138, 184, 255, 0.62);
}

html[data-theme="light"] .landing-page .btn-login-top {
  color: #1d4ed8;
  border-color: #c7dcff;
  background: #eff6ff;
}

.landing-page .hero {
  margin-top: 0;
  border-radius: 20px;
  grid-template-columns: 1.18fr 0.82fr;
}

.landing-page .hero-main {
  padding: clamp(28px, 3.8vw, 48px);
}

.landing-page .hero-kicker {
  font-size: 11px;
}

.landing-page .hero-title {
  margin-top: 16px;
  font-size: clamp(2.9rem, 5.2vw, 4.8rem);
  max-width: 13ch;
}

.landing-page .hero-copy {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.55;
}

.landing-page .hero-note {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-400);
}

.landing-page .hero .hero-actions {
  margin-top: 18px;
}

.landing-page .hero-badges {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.landing-page .hero-badges span {
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  padding: 6px 10px;
  font-size: 12px;
  color: var(--text-300);
  background: rgba(16, 29, 63, 0.56);
}

html[data-theme="light"] .landing-page .hero-badges span {
  background: #ffffff;
}

.landing-page .hero-side {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: linear-gradient(170deg, rgba(20, 34, 71, 0.84), rgba(12, 21, 45, 0.94));
}

html[data-theme="light"] .landing-page .hero-side {
  background: #eff6ff;
}

.preview-card {
  width: 100%;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(17, 27, 55, 0.7);
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(8, 20, 46, 0.24);
  transform: perspective(900px) rotateY(-2deg);
  transform-origin: center left;
}

html[data-theme="light"] .preview-card {
  background: #ffffff;
}

.preview-topbar {
  border-bottom: 1px solid var(--line-soft);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-300);
}

.preview-topbar strong {
  color: var(--text-100);
}

.preview-dots {
  color: #8db8ff;
  letter-spacing: 0.18em;
}

.preview-layout {
  display: grid;
  grid-template-columns: 90px 1fr;
  min-height: 255px;
}

.preview-nav {
  border-right: 1px solid var(--line-soft);
  padding: 10px 8px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.preview-nav span {
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 11px;
  color: var(--text-300);
}

.preview-nav span.active {
  background: rgba(47, 126, 248, 0.24);
  color: #ffffff;
}

html[data-theme="light"] .preview-nav span.active {
  background: #dbeafe;
  color: #1d4ed8;
}

.preview-content {
  padding: 12px;
  display: grid;
  gap: 6px;
  align-content: start;
}

.preview-content h3,
.preview-content h4 {
  margin: 0;
  font-size: 13px;
}

.preview-row {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  padding: 6px 8px;
  font-size: 11px;
  color: var(--text-300);
  align-items: center;
}

.preview-row .ok {
  color: #4ade80;
}

.preview-row .warn {
  color: #fbbf24;
}

.preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.preview-tags span {
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  color: var(--text-300);
}

.landing-page .info-grid {
  margin-top: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.landing-page .info-card {
  min-height: 0;
  padding: 13px;
  position: relative;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.landing-page .info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.landing-page .info-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.landing-page .info-card-blue .info-icon {
  background: #3b82f6;
}

.landing-page .info-card-green .info-icon {
  background: #10b981;
}

.landing-page .info-card-amber .info-icon {
  background: #f59e0b;
}

.landing-page .info-card-indigo .info-icon {
  background: #6366f1;
}

.landing-page .info-card-blue {
  border-top: 2px solid #3b82f6;
}

.landing-page .info-card-green {
  border-top: 2px solid #10b981;
}

.landing-page .info-card-amber {
  border-top: 2px solid #f59e0b;
}

.landing-page .info-card-indigo {
  border-top: 2px solid #6366f1;
}

.landing-page .section {
  margin-top: 0;
  border-radius: 16px;
  padding: clamp(16px, 2.2vw, 24px);
  background: linear-gradient(180deg, rgba(17, 27, 55, 0.88), rgba(10, 18, 38, 0.93));
}

.landing-page .section-muted {
  background: rgba(16, 29, 63, 0.55);
}

html[data-theme="light"] .landing-page .section-muted {
  background: #eef4ff;
}

html[data-theme="light"] .landing-page .section {
  background: #ffffff;
}

.landing-page .section-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-400);
}

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

.workflow-steps span {
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-300);
  font-size: 13px;
  position: relative;
}

.workflow-steps span:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -13px;
  color: var(--text-300);
  font-size: 13px;
  font-weight: 700;
}

.workflow-steps span b {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  color: #ffffff;
  background: var(--accent-400);
}

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

.workflow-card {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 12px;
  background: rgba(16, 29, 63, 0.45);
}

html[data-theme="light"] .workflow-card {
  background: #ffffff;
}

.workflow-card strong {
  display: block;
  margin: 6px 0 4px;
  font-size: 15px;
}

.workflow-card p {
  margin: 0;
  color: var(--text-300);
  font-size: 13px;
  line-height: 1.5;
}

.workflow-step {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: var(--accent-400);
}

.trust-metrics {
  margin: 2px 0 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.trust-metrics article {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(16, 29, 63, 0.45);
  display: grid;
  gap: 4px;
}

html[data-theme="light"] .trust-metrics article {
  background: #ffffff;
}

.trust-metrics strong {
  font-size: 22px;
  line-height: 1;
}

.trust-metrics span {
  color: var(--text-300);
  font-size: 12px;
  line-height: 1.3;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.trust-pills span {
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--text-300);
  font-size: 12px;
}

.trust-logos {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.trust-logos span {
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-300);
  background: rgba(16, 29, 63, 0.45);
  letter-spacing: 0.03em;
}

html[data-theme="light"] .trust-logos span {
  background: #ffffff;
}

.landing-page .final-cta {
  background: linear-gradient(130deg, rgba(20, 42, 84, 0.94), rgba(14, 23, 47, 0.92));
}

html[data-theme="light"] .landing-page .final-cta {
  background: #f1f5ff;
}

.inline-link {
  color: var(--accent-400);
  text-decoration: none;
  font-weight: 700;
}

.inline-link:hover {
  text-decoration: underline;
}

.landing-page .footer {
  margin-top: 10px;
  padding: 12px 4px 6px;
  border-top: 1px solid var(--line-soft);
}

@media (max-width: 1020px) {
  .landing-page .site-shell {
    width: calc(100% - 8px);
  }

  .section-signup-entry .signup-entry-layout,
  .section-book-demo-hero .demo-entry-layout {
    grid-template-columns: 1fr;
  }

  .section-signup-entry .signup-entry-context h2 {
    max-width: none;
  }

  .section-signup-entry .signup-form-footer {
    grid-template-columns: 1fr;
  }

  .landing-page .site-header {
    position: static;
  }

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

  .hero-main {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page .hero-title {
    max-width: none;
  }

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

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

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

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

  .workflow-steps span:not(:last-child)::after {
    display: none;
  }

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

@media (max-width: 760px) {
  .site-shell {
    width: calc(100% - 4px);
    margin-top: 16px;
  }

  .site-header {
    margin-top: 48px;
    padding: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .header-links,
  .cta-group {
    flex-wrap: wrap;
  }

  .cta-group {
    justify-content: flex-start;
  }

  .info-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .footer-links {
    justify-content: center;
  }

  .section-signup-entry .signup-entry-context,
  .section-signup-entry .signup-entry-form {
    padding: 16px;
  }

  .section-signup-entry .signup-entry-context h2 {
    font-size: clamp(1.95rem, 10vw, 2.7rem);
  }

  .section-signup-entry .signup-mode-group {
    grid-template-columns: 1fr;
  }

  .section-signup-entry .signup-mode-card {
    padding-right: 16px;
  }

  .section-signup-entry .signup-benefit-card {
    grid-template-columns: 60px 1fr;
    gap: 14px;
  }

  .section-signup-entry .signup-benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .section-book-demo-hero .demo-step-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .section-book-demo-hero .demo-alt-link {
    width: 100%;
  }

  .section-signup-entry .signup-submit-btn {
    font-size: 1.05rem;
  }

  .landing-page .site-shell {
    width: calc(100% - 4px);
    margin-top: 8px;
  }

  .landing-page .site-header {
    margin-top: 0;
    position: static;
    gap: 10px;
    padding: 12px;
  }

  .landing-page .header-links {
    width: 100%;
    overflow-x: auto;
  }

  .landing-page .cta-group {
    width: 100%;
    justify-content: flex-start;
  }

  .landing-page .auth-theme-toggle.header-theme-toggle {
    order: 3;
  }

  .landing-page .hero {
    border-radius: 16px;
  }

  .landing-page .hero-main,
  .landing-page .hero-side {
    padding: 14px;
  }

  .preview-card {
    transform: none;
  }

  .landing-page .hero-title {
    font-size: 2.1rem;
  }

  .landing-page .hero-copy {
    font-size: 16px;
  }

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

  .trust-metrics {
    grid-template-columns: 1fr;
  }

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