body.public-page.unicorn-landing {
  font-family: "Inter", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  scroll-behavior: smooth;
  background:
    radial-gradient(900px 460px at 10% -12%, rgba(59, 130, 246, 0.12), transparent 70%),
    radial-gradient(860px 420px at 92% 2%, rgba(56, 189, 248, 0.1), transparent 72%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 52%, #edf3fb 100%);
}

html[data-theme="dark"] body.public-page.unicorn-landing {
  color: #e2e8f0;
  background:
    radial-gradient(960px 520px at 8% -16%, rgba(59, 130, 246, 0.24), transparent 70%),
    radial-gradient(860px 460px at 100% 4%, rgba(14, 165, 233, 0.2), transparent 72%),
    linear-gradient(180deg, #020617 0%, #07112a 58%, #08152f 100%);
}

.unicorn-landing {
  --ul-edge-gap: clamp(8px, 1.6vw, 22px);
  --ul-header-top: 8px;
  --ul-header-height: 92px;
}

.unicorn-landing .ul-container {
  width: calc(100% - (var(--ul-edge-gap) * 2));
  max-width: none;
  margin: 0 auto;
}

.unicorn-landing .site-shell {
  width: calc(100% - (var(--ul-edge-gap) * 2));
  max-width: none;
  margin: 14px auto 0;
}

.unicorn-landing .ul-header {
  position: sticky;
  top: var(--ul-header-top);
  z-index: 70;
  padding-top: 8px;
}

.unicorn-landing .ul-header .ul-container {
  width: calc(100% - (var(--ul-edge-gap) * 2));
  max-width: none;
}

.unicorn-landing .ul-header-inner {
  min-height: 76px;
  border: 1px solid #d9e5f4;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.09);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 12px 18px;
}

html[data-theme="dark"] .unicorn-landing .ul-header-inner {
  border-color: rgba(96, 165, 250, 0.3);
  background: rgba(7, 18, 40, 0.84);
  box-shadow: 0 16px 40px rgba(1, 6, 20, 0.48);
}

.unicorn-landing .ul-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.unicorn-landing .ul-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #bfd6f3;
  display: block;
  background: #ffffff url("../img/aarveta-logo.png?v=20260512a") center / contain no-repeat;
  box-shadow: 0 6px 16px rgba(30, 64, 175, 0.12);
}

html[data-theme="dark"] .unicorn-landing .ul-brand-mark {
  border-color: rgba(96, 165, 250, 0.42);
  background-color: rgba(30, 58, 138, 0.42);
}

.unicorn-landing .ul-brand-copy {
  display: grid;
  gap: 2px;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.unicorn-landing .ul-brand-copy small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: #64748b;
  text-transform: uppercase;
}

html[data-theme="dark"] .unicorn-landing .ul-brand-copy small {
  color: #94a3b8;
}

.unicorn-landing .ul-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.unicorn-landing .ul-nav-link {
  border-radius: 11px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #334155;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 14px;
  transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.unicorn-landing .ul-nav-link:hover {
  border-color: #d5e2f3;
  background: #f8fbff;
}

.unicorn-landing .ul-nav-link:focus-visible {
  outline: none;
  border-color: #bfdbfe;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.unicorn-landing .ul-nav-link.active {
  color: #1d4ed8;
  border-color: #bfd6f3;
  background: #eaf2ff;
}

html[data-theme="dark"] .unicorn-landing .ul-nav-link {
  color: #b6c5df;
}

html[data-theme="dark"] .unicorn-landing .ul-nav-link:hover {
  border-color: rgba(96, 165, 250, 0.36);
  background: rgba(30, 64, 175, 0.18);
}

html[data-theme="dark"] .unicorn-landing .ul-nav-link.active {
  color: #e2e8f0;
  border-color: rgba(96, 165, 250, 0.5);
  background: rgba(37, 99, 235, 0.34);
}

.unicorn-landing .ul-header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.unicorn-landing .ul-theme-toggle.auth-theme-toggle {
  position: static;
  right: auto;
  top: auto;
  border-color: #d8e4f5;
  background: #ffffff;
  color: #334155;
  box-shadow: none;
  padding: 8px 12px;
}

.unicorn-landing > .auth-theme-toggle:not(.ul-theme-toggle) {
  display: none !important;
}

html[data-theme="dark"] .unicorn-landing .ul-theme-toggle.auth-theme-toggle {
  border-color: rgba(96, 165, 250, 0.34);
  background: rgba(16, 31, 66, 0.6);
  color: #dbeafe;
}

.unicorn-landing .ul-btn {
  border-radius: 13px;
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.unicorn-landing .ul-btn:hover {
  transform: translateY(-1px);
}

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

.unicorn-landing .ul-btn-primary {
  color: #ffffff;
  background: linear-gradient(145deg, #3b82f6, #2563eb);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.24);
}

.unicorn-landing .ul-btn-primary:hover {
  box-shadow: 0 18px 30px rgba(37, 99, 235, 0.3);
}

.unicorn-landing .ul-btn-ghost {
  color: #334155;
  border-color: #d7e3f3;
  background: #ffffff;
}

.unicorn-landing .ul-btn-ghost:hover {
  border-color: #bfdbfe;
  background: #f8fbff;
}

html[data-theme="dark"] .unicorn-landing .ul-btn-ghost {
  color: #dbeafe;
  border-color: rgba(96, 165, 250, 0.34);
  background: rgba(16, 31, 66, 0.56);
}

html[data-theme="dark"] .unicorn-landing .ul-btn-ghost:hover {
  border-color: rgba(147, 197, 253, 0.52);
  background: rgba(30, 64, 175, 0.2);
}

.unicorn-landing .ul-menu-toggle {
  display: none;
  flex-direction: column;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #d4e2f4;
  background: #ffffff;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.unicorn-landing .ul-menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #334155;
}

html[data-theme="dark"] .unicorn-landing .ul-menu-toggle {
  border-color: rgba(96, 165, 250, 0.34);
  background: rgba(16, 31, 66, 0.6);
}

html[data-theme="dark"] .unicorn-landing .ul-menu-toggle span {
  background: #dbeafe;
}

.unicorn-landing .ul-mobile-panel {
  margin-top: 8px;
  border: 1px solid #d9e5f4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
  padding: 12px;
}

html[data-theme="dark"] .unicorn-landing .ul-mobile-panel {
  border-color: rgba(96, 165, 250, 0.3);
  background: rgba(7, 18, 40, 0.95);
}

.unicorn-landing .ul-mobile-nav,
.unicorn-landing .ul-mobile-actions {
  display: grid;
  gap: 8px;
}

.unicorn-landing .ul-mobile-actions {
  margin-top: 10px;
}

.unicorn-landing .ul-mobile-panel[hidden] {
  display: none;
}

@media (min-width: 901px) {
  .unicorn-landing .ul-mobile-panel {
    display: none !important;
  }
}

.unicorn-landing main {
  margin-top: 18px;
  display: grid;
  gap: 20px;
  flex: 1 0 auto;
}

.unicorn-landing main > section {
  scroll-margin-top: calc(var(--ul-header-height) + var(--ul-header-top) + 10px);
}

.unicorn-landing .section.section-book-demo-hero {
  padding-top: clamp(28px, 3.6vw, 42px);
}

.unicorn-landing .section.section-book-demo-hero h2 {
  line-height: 1.15;
}

.unicorn-landing .ul-hero-grid {
  border: 1px solid #dce7f7;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 255, 0.94));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.1);
}

html[data-theme="dark"] .unicorn-landing .ul-hero-grid {
  border-color: rgba(96, 165, 250, 0.32);
  background: linear-gradient(145deg, rgba(6, 18, 45, 0.96), rgba(8, 24, 56, 0.95));
  box-shadow: 0 22px 56px rgba(1, 6, 24, 0.52);
}

.unicorn-landing .ul-hero-copy {
  padding: clamp(30px, 4.6vw, 64px);
  border-right: 1px solid #e2ebf8;
}

html[data-theme="dark"] .unicorn-landing .ul-hero-copy {
  border-right-color: rgba(96, 165, 250, 0.25);
}

.unicorn-landing .ul-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #bfd6f3;
  color: #1d4ed8;
  background: #eaf2ff;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-theme="dark"] .unicorn-landing .ul-kicker {
  border-color: rgba(96, 165, 250, 0.46);
  color: #bfdbfe;
  background: rgba(29, 78, 216, 0.28);
}

.unicorn-landing .ul-hero-copy h1 {
  margin: 16px 0 12px;
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  line-height: 1.1;
  max-width: 15ch;
  letter-spacing: -0.025em;
  color: #0f172a;
}

html[data-theme="dark"] .unicorn-landing .ul-hero-copy h1 {
  color: #f8fafc;
}

.unicorn-landing .ul-text-accent {
  color: #2563eb;
}

html[data-theme="dark"] .unicorn-landing .ul-text-accent {
  color: #60a5fa;
}

.unicorn-landing .ul-hero-copy p {
  margin: 0;
  max-width: 56ch;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #475569;
}

html[data-theme="dark"] .unicorn-landing .ul-hero-copy p {
  color: #b7c7e3;
}

.unicorn-landing .ul-hero-cta {
  margin-top: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.unicorn-landing .ul-hero-note {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

html[data-theme="dark"] .unicorn-landing .ul-hero-note {
  color: #dbeafe;
}

.unicorn-landing .ul-chip-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.unicorn-landing .ul-chip-row span {
  border-radius: 999px;
  border: 1px solid #d6e3f2;
  background: #ffffff;
  color: #64748b;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
}

html[data-theme="dark"] .unicorn-landing .ul-chip-row span {
  border-color: rgba(96, 165, 250, 0.32);
  background: rgba(16, 31, 66, 0.56);
  color: #bfd0ea;
}

.unicorn-landing .ul-hero-preview {
  position: relative;
  padding: clamp(18px, 3vw, 34px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.unicorn-landing .ul-hero-preview::before {
  content: "";
  position: absolute;
  inset: 18% 14% auto 14%;
  height: 46%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.28), transparent 74%);
  pointer-events: none;
}

html[data-theme="dark"] .unicorn-landing .ul-hero-preview::before {
  background: radial-gradient(circle, rgba(56, 189, 248, 0.24), transparent 72%);
}

.unicorn-landing .ul-dashboard-card {
  width: 100%;
  border: 1px solid #d4e3f6;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  position: relative;
}

html[data-theme="dark"] .unicorn-landing .ul-dashboard-card {
  border-color: rgba(96, 165, 250, 0.35);
  background: rgba(10, 24, 54, 0.94);
  box-shadow: 0 18px 42px rgba(1, 8, 28, 0.5);
}

.unicorn-landing .ul-dashboard-card-hero {
  max-width: 640px;
}

.unicorn-landing .ul-dashboard-card-large {
  max-width: 720px;
}

.unicorn-landing .ul-dashboard-head {
  border-bottom: 1px solid #e1ebf8;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.unicorn-landing .ul-dashboard-head strong {
  font-weight: 700;
}

html[data-theme="dark"] .unicorn-landing .ul-dashboard-head {
  border-bottom-color: rgba(96, 165, 250, 0.24);
  color: #bfd0ea;
}

.unicorn-landing .ul-dashboard-dots {
  width: 34px;
  height: 8px;
  background:
    radial-gradient(circle, #93c5fd 45%, transparent 47%) left center / 8px 8px no-repeat,
    radial-gradient(circle, #93c5fd 45%, transparent 47%) center center / 8px 8px no-repeat,
    radial-gradient(circle, #93c5fd 45%, transparent 47%) right center / 8px 8px no-repeat;
}

.unicorn-landing .ul-dashboard-layout {
  display: grid;
  grid-template-columns: 108px 1fr;
}

.unicorn-landing .ul-dashboard-nav {
  border-right: 1px solid #e3ecf9;
  padding: 12px 8px;
  display: grid;
  gap: 8px;
  align-content: start;
}

html[data-theme="dark"] .unicorn-landing .ul-dashboard-nav {
  border-right-color: rgba(96, 165, 250, 0.24);
}

.unicorn-landing .ul-dashboard-nav span {
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}

.unicorn-landing .ul-dashboard-nav span.active {
  color: #1d4ed8;
  background: #dbeafe;
}

html[data-theme="dark"] .unicorn-landing .ul-dashboard-nav span {
  color: #9fb2d6;
}

html[data-theme="dark"] .unicorn-landing .ul-dashboard-nav span.active {
  color: #e2e8f0;
  background: rgba(37, 99, 235, 0.38);
}

.unicorn-landing .ul-dashboard-main {
  padding: 14px;
  display: grid;
  gap: 9px;
}

.unicorn-landing .ul-dashboard-main h3 {
  margin: 0 0 2px;
  font-size: 14px;
}

.unicorn-landing .ul-time-row {
  border: 1px solid #deebf8;
  border-radius: 9px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #334155;
}

html[data-theme="dark"] .unicorn-landing .ul-time-row {
  border-color: rgba(96, 165, 250, 0.28);
  color: #c4d4ef;
}

.unicorn-landing .ul-time-row small {
  color: #64748b;
  font-weight: 600;
}

html[data-theme="dark"] .unicorn-landing .ul-time-row small {
  color: #94a3b8;
}

.unicorn-landing .ul-status {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 8px;
}

.unicorn-landing .ul-status-approved {
  color: #047857;
  background: #dcfce7;
}

.unicorn-landing .ul-status-pending {
  color: #b45309;
  background: #fef3c7;
}

html[data-theme="dark"] .unicorn-landing .ul-status-approved {
  color: #6ee7b7;
  background: rgba(16, 185, 129, 0.2);
}

html[data-theme="dark"] .unicorn-landing .ul-status-pending {
  color: #fcd34d;
  background: rgba(245, 158, 11, 0.22);
}

.unicorn-landing .ul-kpi-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.unicorn-landing .ul-kpi-grid article {
  border: 1px solid #deebf8;
  border-radius: 10px;
  padding: 8px;
  display: grid;
  gap: 3px;
  background: #f8fbff;
}

html[data-theme="dark"] .unicorn-landing .ul-kpi-grid article {
  border-color: rgba(96, 165, 250, 0.26);
  background: rgba(16, 31, 66, 0.52);
}

.unicorn-landing .ul-kpi-grid span {
  font-size: 11px;
  color: #64748b;
}

.unicorn-landing .ul-kpi-grid strong {
  font-size: 20px;
  line-height: 1;
}

html[data-theme="dark"] .unicorn-landing .ul-kpi-grid span {
  color: #9fb2d6;
}

.unicorn-landing .ul-mini-chart {
  margin-top: 2px;
  min-height: 62px;
  border: 1px solid #deebf8;
  border-radius: 10px;
  background: linear-gradient(180deg, #f5f9ff, #edf4ff);
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  align-items: end;
}

.unicorn-landing .ul-mini-chart span {
  height: var(--p);
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #93c5fd, #3b82f6);
}

.unicorn-landing .ul-mini-chart .ul-p18 { --p: 18%; }
.unicorn-landing .ul-mini-chart .ul-p24 { --p: 24%; }
.unicorn-landing .ul-mini-chart .ul-p32 { --p: 32%; }
.unicorn-landing .ul-mini-chart .ul-p36 { --p: 36%; }
.unicorn-landing .ul-mini-chart .ul-p40 { --p: 40%; }
.unicorn-landing .ul-mini-chart .ul-p44 { --p: 44%; }
.unicorn-landing .ul-mini-chart .ul-p48 { --p: 48%; }
.unicorn-landing .ul-mini-chart .ul-p56 { --p: 56%; }
.unicorn-landing .ul-mini-chart .ul-p60 { --p: 60%; }
.unicorn-landing .ul-mini-chart .ul-p62 { --p: 62%; }
.unicorn-landing .ul-mini-chart .ul-p72 { --p: 72%; }
.unicorn-landing .ul-mini-chart .ul-p78 { --p: 78%; }
.unicorn-landing .ul-mini-chart .ul-p86 { --p: 86%; }

.unicorn-landing .ul-mini-chart-wide {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

html[data-theme="dark"] .unicorn-landing .ul-mini-chart {
  border-color: rgba(96, 165, 250, 0.26);
  background: linear-gradient(180deg, rgba(15, 29, 61, 0.6), rgba(10, 21, 47, 0.7));
}

html[data-theme="dark"] .unicorn-landing .ul-mini-chart span {
  background: linear-gradient(180deg, #60a5fa, #2563eb);
}

.unicorn-landing .ul-trust-inner,
.unicorn-landing .ul-problem-shell,
.unicorn-landing .ul-features .ul-container,
.unicorn-landing .ul-preview-grid,
.unicorn-landing .ul-how-it-works .ul-container,
.unicorn-landing .ul-pricing-panel,
.unicorn-landing .ul-final-panel {
  border: 1px solid #dce7f7;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  padding: clamp(18px, 2.5vw, 34px);
}

html[data-theme="dark"] .unicorn-landing .ul-trust-inner,
html[data-theme="dark"] .unicorn-landing .ul-problem-shell,
html[data-theme="dark"] .unicorn-landing .ul-features .ul-container,
html[data-theme="dark"] .unicorn-landing .ul-preview-grid,
html[data-theme="dark"] .unicorn-landing .ul-how-it-works .ul-container,
html[data-theme="dark"] .unicorn-landing .ul-pricing-panel,
html[data-theme="dark"] .unicorn-landing .ul-final-panel {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(7, 18, 40, 0.8);
  box-shadow: 0 16px 34px rgba(1, 6, 22, 0.46);
}

.unicorn-landing .ul-trust-inner p {
  margin: 0 0 12px;
  color: #475569;
  font-size: 15px;
}

html[data-theme="dark"] .unicorn-landing .ul-trust-inner p {
  color: #b7c7e3;
}

.unicorn-landing .ul-logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.unicorn-landing .ul-logo-row span {
  border: 1px solid #dde8f8;
  border-radius: 11px;
  padding: 10px 10px;
  text-align: center;
  background: #f8fbff;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

html[data-theme="dark"] .unicorn-landing .ul-logo-row span {
  border-color: rgba(96, 165, 250, 0.26);
  background: rgba(16, 31, 66, 0.52);
  color: #b6c5df;
}

.unicorn-landing h2 {
  margin: 0 0 12px;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

html[data-theme="dark"] .unicorn-landing h2 {
  color: #f8fafc;
}

.unicorn-landing .ul-problem-head {
  margin-bottom: 18px;
}

.unicorn-landing .ul-problem-kicker {
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #bfd6f3;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1d4ed8;
  background: #eaf2ff;
}

.unicorn-landing .ul-problem-sub {
  margin: 0;
  max-width: 68ch;
  color: #64748b;
  line-height: 1.6;
  font-size: 1rem;
}

html[data-theme="dark"] .unicorn-landing .ul-problem-sub {
  color: #9fb2d6;
}

html[data-theme="dark"] .unicorn-landing .ul-problem-kicker {
  border-color: rgba(96, 165, 250, 0.45);
  color: #bfdbfe;
  background: rgba(29, 78, 216, 0.28);
}

.unicorn-landing .ul-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.unicorn-landing .ul-ps-arrow {
  align-self: center;
  justify-self: center;
  font-size: 30px;
  color: #3b82f6;
  opacity: 0.9;
}

html[data-theme="dark"] .unicorn-landing .ul-ps-arrow {
  color: #60a5fa;
}

.unicorn-landing .ul-problem-card,
.unicorn-landing .ul-solution-card {
  border-radius: 18px;
  border: 1px solid #dde7f5;
  padding: 20px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.unicorn-landing .ul-problem-card {
  background: linear-gradient(150deg, #fff6f7, #fff2f4);
  border-color: #fecaca;
}

.unicorn-landing .ul-solution-card {
  background: linear-gradient(150deg, #f4f9ff, #eff6ff);
  border-color: #bfdbfe;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
}

html[data-theme="dark"] .unicorn-landing .ul-problem-card {
  background: linear-gradient(155deg, rgba(63, 20, 37, 0.7), rgba(39, 19, 40, 0.58));
  border-color: rgba(248, 113, 113, 0.4);
}

html[data-theme="dark"] .unicorn-landing .ul-solution-card {
  background: linear-gradient(155deg, rgba(16, 35, 74, 0.8), rgba(10, 25, 55, 0.74));
  border-color: rgba(96, 165, 250, 0.45);
  box-shadow: 0 12px 26px rgba(2, 10, 30, 0.45);
}

.unicorn-landing .ul-problem-card:hover,
.unicorn-landing .ul-solution-card:hover {
  transform: translateY(-3px);
}

.unicorn-landing .ul-problem-card:hover {
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.14);
}

.unicorn-landing .ul-solution-card:hover {
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.2);
}

html[data-theme="dark"] .unicorn-landing .ul-problem-card:hover {
  box-shadow: 0 14px 26px rgba(47, 8, 20, 0.5);
}

html[data-theme="dark"] .unicorn-landing .ul-solution-card:hover {
  box-shadow: 0 18px 30px rgba(1, 8, 28, 0.56);
}

.unicorn-landing .ul-ps-card-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.unicorn-landing .ul-ps-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 900;
}

.unicorn-landing .ul-ps-badge-problem {
  background: #fee2e2;
  color: #b91c1c;
}

.unicorn-landing .ul-ps-badge-solution {
  background: #dbeafe;
  color: #1d4ed8;
}

html[data-theme="dark"] .unicorn-landing .ul-ps-badge-problem {
  background: rgba(248, 113, 113, 0.24);
  color: #fecaca;
}

html[data-theme="dark"] .unicorn-landing .ul-ps-badge-solution {
  background: rgba(59, 130, 246, 0.3);
  color: #bfdbfe;
}

.unicorn-landing .ul-ps-card-head h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.unicorn-landing .ul-ps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.unicorn-landing .ul-ps-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  color: #334155;
}

html[data-theme="dark"] .unicorn-landing .ul-ps-list li {
  color: #bfd0ea;
}

.unicorn-landing .ul-ps-point {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 800;
}

.unicorn-landing .ul-ps-point-problem {
  background: #fee2e2;
  color: #b91c1c;
}

.unicorn-landing .ul-ps-point-solution {
  background: #dbeafe;
  color: #1d4ed8;
}

html[data-theme="dark"] .unicorn-landing .ul-ps-point-problem {
  background: rgba(248, 113, 113, 0.22);
  color: #fecaca;
}

html[data-theme="dark"] .unicorn-landing .ul-ps-point-solution {
  background: rgba(59, 130, 246, 0.28);
  color: #bfdbfe;
}

.unicorn-landing .ul-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.unicorn-landing .ul-feature-card {
  border: 1px solid #dde8f8;
  border-radius: 16px;
  background: #f8fbff;
  padding: 16px;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.unicorn-landing .ul-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.1);
}

html[data-theme="dark"] .unicorn-landing .ul-feature-card {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(16, 31, 66, 0.56);
}

html[data-theme="dark"] .unicorn-landing .ul-feature-card:hover {
  box-shadow: 0 14px 24px rgba(1, 8, 30, 0.5);
}

.unicorn-landing .ul-feature-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.unicorn-landing .ul-feature-card:nth-child(1) .ul-feature-icon {
  background: #3b82f6;
}

.unicorn-landing .ul-feature-card:nth-child(2) .ul-feature-icon {
  background: #10b981;
}

.unicorn-landing .ul-feature-card:nth-child(3) .ul-feature-icon {
  background: #f59e0b;
}

.unicorn-landing .ul-feature-card:nth-child(4) .ul-feature-icon {
  background: #6366f1;
}

.unicorn-landing .ul-feature-card h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.unicorn-landing .ul-feature-card p {
  margin: 0;
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

html[data-theme="dark"] .unicorn-landing .ul-feature-card p {
  color: #9fb2d6;
}

.unicorn-landing .ul-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 14px;
}

.unicorn-landing .ul-preview-panel {
  display: flex;
}

.unicorn-landing .ul-metric-stack {
  display: grid;
  align-content: start;
  gap: 10px;
}

.unicorn-landing .ul-metric-stack p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

html[data-theme="dark"] .unicorn-landing .ul-metric-stack p {
  color: #b7c7e3;
}

.unicorn-landing .ul-metric-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.unicorn-landing .ul-metric-cards div {
  border: 1px solid #dde8f8;
  border-radius: 14px;
  padding: 12px;
  background: #f8fbff;
  display: grid;
  gap: 5px;
}

html[data-theme="dark"] .unicorn-landing .ul-metric-cards div {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(16, 31, 66, 0.56);
}

.unicorn-landing .ul-metric-cards strong {
  font-size: 1.95rem;
  line-height: 1;
}

.unicorn-landing .ul-metric-cards span {
  color: #64748b;
  font-size: 13px;
}

html[data-theme="dark"] .unicorn-landing .ul-metric-cards span {
  color: #9fb2d6;
}

.unicorn-landing .ul-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.unicorn-landing .ul-steps article {
  border: 1px solid #dde8f8;
  border-radius: 14px;
  padding: 14px;
  background: #f8fbff;
}

html[data-theme="dark"] .unicorn-landing .ul-steps article {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(16, 31, 66, 0.56);
}

.unicorn-landing .ul-steps span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2563eb;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.unicorn-landing .ul-steps h3 {
  margin: 9px 0 6px;
  font-size: 1.05rem;
}

.unicorn-landing .ul-steps p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

html[data-theme="dark"] .unicorn-landing .ul-steps p {
  color: #9fb2d6;
}

.unicorn-landing .ul-pricing-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(240, 247, 255, 0.95));
}

html[data-theme="dark"] .unicorn-landing .ul-pricing-panel {
  background: linear-gradient(145deg, rgba(10, 23, 50, 0.9), rgba(9, 22, 46, 0.86));
}

.unicorn-landing .ul-pricing-panel p,
.unicorn-landing .ul-final-panel p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.55;
}

html[data-theme="dark"] .unicorn-landing .ul-pricing-panel p,
html[data-theme="dark"] .unicorn-landing .ul-final-panel p {
  color: #b7c7e3;
}

.unicorn-landing .ul-pricing-panel .ul-hero-cta,
.unicorn-landing .ul-final-panel .ul-hero-cta {
  margin-top: 14px;
}

.unicorn-landing .ul-final-panel {
  background: linear-gradient(145deg, #f1f6ff, #eaf2ff);
}

html[data-theme="dark"] .unicorn-landing .ul-final-panel {
  background: linear-gradient(145deg, rgba(13, 30, 66, 0.94), rgba(9, 23, 52, 0.88));
}

.unicorn-landing .ul-dual-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.unicorn-landing .ul-footer {
  margin-top: auto;
  padding: 8px 0 16px;
}

.unicorn-landing .ul-footer-inner {
  border-top: 1px solid #d6e3f3;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #64748b;
}

html[data-theme="dark"] .unicorn-landing .ul-footer-inner {
  border-top-color: rgba(96, 165, 250, 0.28);
  color: #94a3b8;
}

.unicorn-landing .ul-footer nav {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 6px;
  gap: 12px;
}

.unicorn-landing .ul-footer nav a {
  color: inherit;
  text-decoration: none;
}

.unicorn-landing .ul-footer nav a:hover {
  color: #0f172a;
}

html[data-theme="dark"] .unicorn-landing .ul-footer nav a:hover {
  color: #e2e8f0;
}

@media (max-width: 1240px) {
  .unicorn-landing .ul-logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 1080px) {
  .unicorn-landing .ul-hero-grid,
  .unicorn-landing .ul-preview-grid,
  .unicorn-landing .ul-problem-grid,
  .unicorn-landing .ul-dual-cta-grid {
    grid-template-columns: 1fr;
  }

  .unicorn-landing .ul-hero-copy {
    border-right: 0;
    border-bottom: 1px solid #e2ebf8;
  }

  html[data-theme="dark"] .unicorn-landing .ul-hero-copy {
    border-bottom-color: rgba(96, 165, 250, 0.25);
  }

  .unicorn-landing .ul-ps-arrow {
    display: none;
  }

  .unicorn-landing .ul-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .unicorn-landing .ul-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .unicorn-landing .ul-header-actions {
    gap: 8px;
  }

  .unicorn-landing .ul-header-actions .ul-btn,
  .unicorn-landing .ul-theme-toggle.auth-theme-toggle {
    font-size: 14px;
    padding: 8px 12px;
  }

  .unicorn-landing .ul-nav {
    display: none;
  }

  .unicorn-landing .ul-login-desktop {
    display: none;
  }

  .unicorn-landing .ul-menu-toggle {
    display: inline-flex;
  }

  .unicorn-landing .ul-kpi-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .unicorn-landing {
    --ul-header-top: 6px;
    --ul-header-height: 84px;
  }

  .unicorn-landing .ul-container,
  .unicorn-landing .site-shell {
    width: calc(100% - 10px);
  }

  .unicorn-landing .ul-header {
    position: sticky;
    top: 6px;
    padding-top: 8px;
  }

  .unicorn-landing .ul-header-inner {
    border-radius: 16px;
    padding: 10px 12px;
  }

  .unicorn-landing .ul-brand-copy {
    display: none;
  }

  .unicorn-landing .ul-theme-toggle.auth-theme-toggle {
    order: 1;
  }

  .unicorn-landing .ul-header-actions .ul-btn-primary {
    order: 2;
  }

  .unicorn-landing .ul-menu-toggle {
    order: 3;
  }

  .unicorn-landing .ul-hero-copy,
  .unicorn-landing .ul-hero-preview,
  .unicorn-landing .ul-trust-inner,
  .unicorn-landing .ul-problem-shell,
  .unicorn-landing .ul-features .ul-container,
  .unicorn-landing .ul-preview-grid,
  .unicorn-landing .ul-how-it-works .ul-container,
  .unicorn-landing .ul-pricing-panel,
  .unicorn-landing .ul-final-panel {
    padding: 14px;
  }

  .unicorn-landing h2 {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
    margin-bottom: 8px;
  }

  .unicorn-landing .ul-hero-copy h1 {
    font-size: clamp(1.7rem, 7.5vw, 2.1rem);
    max-width: 14ch;
  }

  .unicorn-landing .section.section-book-demo-hero {
    padding-top: 20px;
  }

  .unicorn-landing .ul-hero-copy p {
    font-size: 0.98rem;
  }

  .unicorn-landing .ul-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .unicorn-landing .ul-footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .unicorn-landing .ul-footer nav {
    justify-content: center;
  }

  .unicorn-landing .ul-feature-grid,
  .unicorn-landing .ul-metric-cards {
    grid-template-columns: 1fr;
  }

  .unicorn-landing .ul-dashboard-layout {
    grid-template-columns: 86px 1fr;
  }

  .unicorn-landing .ul-dashboard-main {
    padding: 10px;
  }

  .unicorn-landing .ul-problem-card,
  .unicorn-landing .ul-solution-card {
    padding: 16px;
  }

  .unicorn-landing .ul-feature-card {
    padding: 14px;
  }
}

@media (max-width: 560px) {
  .unicorn-landing {
    --ul-header-height: 74px;
  }

  .unicorn-landing .ul-theme-toggle.auth-theme-toggle {
    display: none;
  }

  .unicorn-landing .ul-header-inner {
    min-height: 68px;
    padding: 9px 10px;
    gap: 8px;
  }

  .unicorn-landing .ul-brand-copy small {
    display: none;
  }

  .unicorn-landing .ul-header-actions .ul-btn-primary {
    padding-inline: 11px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .unicorn-landing .ul-btn,
  .unicorn-landing .ul-nav-link,
  .unicorn-landing .ul-problem-card,
  .unicorn-landing .ul-solution-card,
  .unicorn-landing .ul-feature-card {
    transition: none;
  }
}

