/* [project]/src/app/home/home.css [app-client] (css) */
:root {
  --section-pad-y: 100px;
  --section-divider: #e5e7eb;
}

* {
  box-sizing: border-box;
}

body {
  color: #0a0a1a;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv11", "ss01";
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
}

.mkt-root {
  color: #0a0a1a;
  background: #fff;
  min-height: 100vh;
  overflow-x: clip;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.container-narrow {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  letter-spacing: .02em;
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
}

.eyebrow-light {
  color: #4f46e5;
  background: #ffffffb3;
  border: 1px solid #4f46e52e;
}

.eyebrow-dark {
  color: #fffffff2;
  background: #ffffff1a;
  border: 1px solid #ffffff2e;
}

.eyebrow-dot {
  background: #6366f1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px #6366f140;
}

.h-eyebrow-section {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6366f1;
  margin-bottom: 12px;
  font-size: 12.5px;
  font-weight: 700;
}

.h-display {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 700;
  line-height: .98;
}

.h-section {
  letter-spacing: -.025em;
  margin: 0;
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  line-height: 1.05;
}

.btn-marketing {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s, box-shadow .2s;
  display: inline-flex;
}

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

.btn-dark {
  color: #fff;
  background: #0a0a1a;
  box-shadow: inset 0 1px #ffffff1f, 0 8px 24px #0f172a2e;
}

.btn-dark:hover {
  box-shadow: inset 0 1px #ffffff2e, 0 12px 32px #0f172a47;
}

.btn-glass-light {
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  background: #ffffff1a;
  border: 1px solid #ffffff38;
  box-shadow: inset 0 1px #ffffff40;
}

.btn-glass-light:hover {
  background: #ffffff29;
}

.btn-glass-dark {
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  background: #00000040;
  border: 1px solid #ffffff24;
}

.btn-white {
  color: #0a0a1a;
  background: #fff;
  box-shadow: 0 8px 24px #00000026, inset 0 1px #fff9;
}

.btn-indigo {
  color: #fff;
  background: #4f46e5;
  box-shadow: inset 0 1px #ffffff2e, 0 8px 24px #4f46e559;
}

.btn-indigo:hover {
  background: #4338ca;
}

.btn-orange {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: inset 0 1px #ffffff2e, 0 8px 24px #ea580c59;
}

.btn-orange:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
}

.light-mesh {
  isolation: isolate;
  color: #0a0a1a;
  background: radial-gradient(60% 60% at 18% 14%, #6366f129, #0000 60%), radial-gradient(50% 60% at 90% 22%, #ec48991a, #0000 55%), radial-gradient(60% 60% at 80% 90%, #a855f71a, #0000 55%), #fff;
  position: relative;
  overflow: hidden;
}

.v2-hero {
  text-align: center;
  padding: clamp(80px, 12vw, 140px) 0 0;
  position: relative;
}

.v2-hero-motion {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.v2-hero-orb {
  filter: blur(80px);
  opacity: .45;
  border-radius: 50%;
  position: absolute;
}

.v2-hero-orb-1 {
  background: radial-gradient(circle, #818cf8, #0000 70%);
  width: 600px;
  height: 600px;
  top: -200px;
  left: -150px;
}

.v2-hero-orb-2 {
  background: radial-gradient(circle, #a78bfa, #0000 70%);
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
}

.v2-hero-orb-3 {
  opacity: .2;
  background: radial-gradient(circle, #ec4899, #0000 70%);
  width: 400px;
  height: 400px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.v2-hero-inner {
  z-index: 1;
  position: relative;
}

.v2-hero-copy {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
}

.v2-headline {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 700;
  line-height: .98;
}

.v2-grad {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.v2-sub {
  color: #4b5563;
  max-width: 600px;
  margin: 0;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
}

.v2-muted {
  color: #9ca3af;
}

.v2-product {
  z-index: 1;
  margin-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.v2-product-frame {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v2-product-glow {
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to top, #fff 30%, #0000);
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v2-dashcaption {
  text-align: center;
  color: #6b7280;
  margin: 28px auto 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
}

.v2-pricing {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  border-top: 1px solid var(--section-divider);
}

.v2-pricing-head {
  text-align: center;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 48px;
  display: flex;
}

.v2-pricing-sub {
  color: #4b5563;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.v2-billing-toggle {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
}

.v2-toggle-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  transition: color .15s;
}

.v2-toggle-label.active {
  color: #0a0a1a;
  font-weight: 600;
}

.v2-toggle-btn {
  cursor: pointer;
  background: #e5e7eb;
  border: none;
  border-radius: 9999px;
  width: 44px;
  height: 26px;
  padding: 0;
  transition: background .2s;
  position: relative;
}

.v2-toggle-btn.active {
  background: #4f46e5;
}

.v2-toggle-knob {
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .2s;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 1px 3px #0003;
}

.v2-toggle-btn.active .v2-toggle-knob {
  transform: translateX(18px);
}

.v2-toggle-badge {
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 9999px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 600;
}

.v2n-pricing-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

.v2-plan {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  flex-direction: column;
  gap: 8px;
  padding: 28px 24px;
  display: flex;
  position: relative;
}

.v2-plan-featured {
  border-color: #4f46e5;
  box-shadow: 0 0 0 1px #4f46e5, 0 20px 48px -16px #4f46e54d;
}

.v2-plan-limited {
  background: linear-gradient(#fffbeb 0%, #fff 100%);
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px #f59e0b;
}

.v2-plan-badge {
  color: #fff;
  letter-spacing: .12em;
  white-space: nowrap;
  background: #4f46e5;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.v2-plan-tier {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.v2-plan-name {
  letter-spacing: -.02em;
  color: #0a0a1a;
  font-size: 20px;
  font-weight: 700;
}

.v2n-plan-descriptor {
  color: #6b7280;
  min-height: 38px;
  font-size: 13px;
  line-height: 1.5;
}

.v2-plan-price {
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
  display: flex;
}

.v2-plan-price-num {
  letter-spacing: -.03em;
  color: #0a0a1a;
  font-size: 32px;
  font-weight: 800;
}

.v2-plan-per {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.v2-plan-billed {
  color: #6b7280;
  min-height: 18px;
  font-size: 12px;
}

.v2-plan-forever {
  color: #6b7280;
  font-size: 12px;
}

.v2-plan-trial {
  color: #059669;
  font-size: 12px;
  font-weight: 500;
}

.v2-plan-divider {
  background: #f3f4f6;
  height: 1px;
  margin: 8px 0;
}

.v2-plan-fee-label {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
}

.v2-plan-fee-value {
  letter-spacing: -.02em;
  color: #0a0a1a;
  font-size: 22px;
  font-weight: 800;
}

.v2-plan-fee-sub {
  color: #6b7280;
  margin-top: -4px;
  font-size: 11px;
}

.v2-plan-list {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2-plan-list li {
  color: #374151;
  padding-left: 20px;
  font-size: 13.5px;
  position: relative;
}

.v2-plan-list li:before {
  content: "✓";
  color: #4f46e5;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.v2-plan-list li.excluded {
  color: #9ca3af;
  text-decoration: line-through;
}

.v2-plan-list li.excluded:before {
  content: "–";
  color: #d1d5db;
}

.v2-plan-cta {
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  margin-top: 16px;
  padding: 11px 18px;
  font-size: 13px;
}

.v2-plan-ltd-eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #d97706;
  font-size: 11px;
  font-weight: 700;
}

.v2-plan-ltd-name {
  letter-spacing: -.02em;
  color: #0a0a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.v2-plan-spots {
  color: #92400e;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.v2-plan-spots-dot {
  background: #f59e0b;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 3px #f59e0b40;
}

.v2-plan-progress {
  background: #fef3c7;
  border-radius: 9999px;
  height: 6px;
  overflow: hidden;
}

.v2-plan-progress-fill {
  background: linear-gradient(90deg, #f59e0b, #d97706);
  border-radius: 9999px;
  height: 100%;
}

.v2-plan-spots-close {
  color: #92400e;
  opacity: .75;
  font-size: 11.5px;
}

.v2-plan-ltd-price {
  align-items: baseline;
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.v2-plan-ltd-price-num {
  letter-spacing: -.03em;
  color: #0a0a1a;
  font-size: 32px;
  font-weight: 800;
}

.v2-plan-ltd-once {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.v2n-ltd-microcopy {
  color: #92400e;
  font-size: 12px;
  line-height: 1.4;
}

.v2-faq {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  border-top: 1px solid var(--section-divider);
}

.v2-faq-head {
  text-align: center;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 48px;
  display: flex;
}

.v2n-faq-list {
  flex-direction: column;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
}

.v2n-faq-item {
  border-top: 1px solid #ececec;
}

.v2n-faq-item:last-child {
  border-bottom: 1px solid #ececec;
}

.v2n-faq-item-open {
  background: #fafafa;
}

.v2n-faq-q {
  cursor: pointer;
  letter-spacing: -.015em;
  color: #0a0a1a;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 24px;
  font-size: 17px;
  font-weight: 600;
  transition: color .15s;
  display: flex;
}

.v2n-faq-q:hover {
  color: #4f46e5;
}

.v2n-faq-chev {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: transform .22s cubic-bezier(.16, 1, .3, 1), background-color .15s, color .15s;
  display: inline-flex;
}

.v2n-faq-item-open .v2n-faq-chev {
  color: #4f46e5;
  background: #eef2ff;
  transform: rotate(180deg);
}

.v2n-faq-a-wrap {
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s cubic-bezier(.16, 1, .3, 1);
  display: grid;
}

.v2n-faq-item-open .v2n-faq-a-wrap {
  grid-template-rows: 1fr;
}

.v2n-faq-a {
  overflow: hidden;
}

.v2n-faq-a p {
  color: #4b5563;
  max-width: 720px;
  margin: 0;
  padding: 0 24px 22px;
  font-size: 15.5px;
  line-height: 1.65;
}

.v2-cta {
  color: #fff;
  text-align: center;
  background: linear-gradient(160deg, #06061a 0%, #1e1b4b 50%, #0f0a2e 100%);
  padding: clamp(96px, 11vw, 140px) 0;
  position: relative;
  overflow: hidden;
}

.v2-cta:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, #ffffff0a 1px, #0000 0);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
}

.v2-cta-inner {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 0;
  display: flex;
  position: relative;
}

.v2-cta-headline {
  color: #fff;
  margin-bottom: 20px;
}

.v2-cta-sub {
  color: #ffffffa6;
  max-width: 580px;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.v2-cta-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  display: flex;
}

.v2-media {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
  border-top: 1px solid var(--section-divider);
}

.v2-media-head {
  text-align: center;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 56px;
  display: flex;
}

.dashmock {
  color: #0a0a1a;
  text-align: left;
  background: #fff;
  border-radius: 16px;
  width: 920px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  overflow: hidden;
  box-shadow: 0 50px 100px -20px #0f172a73, 0 30px 60px -30px #0f172a8c, 0 0 0 1px #ffffff1a;
}

.dashmock-chrome {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  display: flex;
}

.dashmock-dots {
  gap: 6px;
  display: flex;
}

.dashmock-dots span {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dashmock-dots span:first-child {
  background: #ff5f57;
}

.dashmock-dots span:nth-child(2) {
  background: #febc2e;
}

.dashmock-dots span:nth-child(3) {
  background: #28c840;
}

.dashmock-url {
  color: #6b7280;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  flex: 1;
  max-width: 360px;
  margin: 0 auto;
  padding: 4px 12px;
  font: 500 11.5px ui-monospace, JetBrains Mono, monospace;
}

.dashmock-body {
  grid-template-columns: 180px 1fr;
  min-height: 420px;
  display: grid;
}

.dashmock-side {
  background: #fff;
  border-right: 1px solid #e5e7eb;
  padding: 14px 10px;
  font-size: 12px;
}

.dashmock-brand {
  padding: 4px 8px 14px;
}

.dashmock-brand img {
  height: 16px;
}

.dashmock-side-group {
  letter-spacing: .1em;
  color: #9ca3af;
  padding: 14px 8px 6px;
  font-size: 9.5px;
  font-weight: 700;
}

.dashmock-side-item {
  color: #4b5563;
  border-radius: 6px;
  padding: 7px 8px;
  font-weight: 500;
}

.dashmock-side-item.active {
  color: #4338ca;
  background: #eef2ff;
  font-weight: 600;
}

.dashmock-main {
  background: #f9fafb;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  display: flex;
}

.dashmock-store {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashmock-store:before {
  content: "";
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  height: 2.5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dashmock-avatar {
  background: linear-gradient(135deg, #1f1f2e, #0a0a1a);
  border-radius: 10px;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.dashmock-store-meta {
  flex: 1;
}

.dashmock-store-name {
  font-size: 14px;
  font-weight: 700;
}

.dashmock-store-handle {
  color: #6b7280;
  font-family: ui-monospace, JetBrains Mono, monospace;
  font-size: 11.5px;
}

.dashmock-pills {
  gap: 6px;
  margin-top: 5px;
  display: flex;
}

.dashmock-pill {
  border-radius: 9999px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
}

.dashmock-pill.green {
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.dashmock-pill.indigo {
  color: #3730a3;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.dashmock-cta {
  color: #fff;
  cursor: pointer;
  background: #4f46e5;
  border: none;
  border-radius: 8px;
  padding: 7px 12px;
  font: 600 11.5px "Source Sans 3", sans-serif;
}

.dashmock-metrics {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}

.dashmock-metric {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
}

.dashmock-eyebrow {
  letter-spacing: .1em;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 700;
}

.dashmock-val {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 800;
}

.dashmock-delta {
  color: #059669;
  margin-top: 2px;
  font-size: 10.5px;
  font-weight: 600;
}

.dashmock-chart {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
}

.dashmock-chart-head {
  color: #374151;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 11.5px;
  font-weight: 600;
  display: flex;
}

.dashmock-range {
  background: #f3f4f6;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 10px;
}

.dashmock-svg {
  width: 100%;
  height: 100px;
  display: block;
}

.foot {
  color: #ffffffb3;
  background: #06061a;
  padding: 60px 0 32px;
}

.foot-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.foot-grid {
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
  display: grid;
}

.foot-col h5 {
  letter-spacing: .1em;
  color: #ffffff80;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
}

.foot-col a {
  color: #ffffffb3;
  padding: 4px 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.foot-col a:hover {
  color: #fff;
}

.foot-brand img {
  height: 22px;
  margin-bottom: 14px;
}

.foot-tagline {
  opacity: .7;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.5;
}

.foot-bottom {
  color: #ffffff80;
  border-top: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12.5px;
  display: flex;
}

.foot-social {
  gap: 14px;
  display: flex;
}

.foot-social a {
  color: #ffffff80;
}

@media (max-width: 1100px) {
  .dashmock {
    width: 100%;
    max-width: 920px;
  }
}

@media (max-width: 900px) {
  .v2n-pricing-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
    margin: 0 auto;
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .foot-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --section-pad-y: 56px;
  }

  .v2n-pricing-grid-4 {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .v2-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .v2-cta-row .btn-marketing {
    justify-content: center;
  }

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

  .v2n-faq-q {
    padding: 18px 16px;
    font-size: 15px;
  }

  .v2n-faq-a p {
    padding: 0 16px 18px;
  }
}

@media (max-width: 767px) {
  .foot-bottom {
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }

  .dashmock-side {
    display: none;
  }

  .dashmock-body {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

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

  .v2n-pricing-grid-4 {
    max-width: 100%;
  }
}

.light-mesh-v3 {
  color: #0a0a1a;
  background: radial-gradient(80% 70% at 110% -5%, #6366f12e, #0000 55%), radial-gradient(60% 50% at -5% 30%, #8b5cf621, #0000 55%), #f6f5ff;
  overflow: hidden;
}

.hv3 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hv3-inner {
  z-index: 1;
  flex: 1;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "badge visual"
                       "copy visual"
                       "social visual";
  align-items: center;
  column-gap: 56px;
  padding-top: clamp(72px, 9vw, 112px);
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.hv3-badge-wrap {
  grid-area: badge;
}

.hv3-copy {
  flex-direction: column;
  grid-area: copy;
  gap: 36px;
  display: flex;
}

.hv3-visual {
  grid-area: visual;
  align-self: center;
}

.hv3-social {
  grid-area: social;
  padding-top: 8px;
}

.hv3-headline {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.06;
}

.hv3-headline--v2 {
  text-wrap: balance;
  font-size: clamp(32px, 3.6vw, 52px);
}

.hv3-sub {
  color: #4b5563;
  margin: 0;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
}

.hv3-features {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  display: grid;
}

.hv3-feat {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.hv3-feat-icon {
  color: #4f46e5;
  background: #eeecff;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.hv3-feat-label {
  color: #0a0a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.hv3-feat-desc {
  color: #6b7280;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
}

.hv3-ctas {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}

.hv3-watch-demo {
  color: #4f46e5;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
  display: inline-flex;
}

.hv3-watch-demo:hover {
  opacity: .75;
}

.hv3-watch-demo-play {
  color: #4f46e5;
  border: 1.5px solid #4f46e580;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-flex;
}

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

.hv3-avatars {
  align-items: center;
  display: flex;
}

.hv3-av {
  border: 2.5px solid #f6f5ff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-left: -10px;
  display: inline-block;
}

.hv3-av:first-child {
  margin-left: 0;
}

.hv3-av-1 {
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
}

.hv3-av-2 {
  background: linear-gradient(135deg, #34d399, #059669);
}

.hv3-av-3 {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}

.hv3-av-4 {
  background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.hv3-stars {
  color: #f59e0b;
  letter-spacing: 2px;
  margin-left: 4px;
  font-size: 15px;
}

.hv3-social-text {
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

.hv3-product-img {
  filter: drop-shadow(0 24px 48px #4f46e526);
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
}

.hv3-stats-row {
  border-top: 1px solid #6366f11f;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  padding: 0;
  display: grid;
}

.hv3-stat {
  border-right: 1px solid #0000000f;
  align-items: center;
  gap: 10px;
  padding: 18px 16px;
  display: flex;
}

.hv3-stat:last-child {
  border-right: none;
}

.hv3-stat-icon {
  color: #4f46e5;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  box-shadow: 0 1px 3px #0000000f;
}

.hv3-stat > div {
  min-width: 0;
}

.hv3-stat-val {
  letter-spacing: -.01em;
  color: #0a0a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.hv3-stat-lbl {
  color: #6b7280;
  margin-top: 3px;
  font-size: 12px;
}

.hv3-motion {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hv3-orb {
  will-change: transform, opacity;
  border-radius: 50%;
  position: absolute;
}

.hv3-orb-1 {
  filter: blur(72px);
  background: radial-gradient(circle at 40% 40%, #6366f138, #0000 65%);
  width: 700px;
  height: 700px;
  animation: 32s ease-in-out infinite hv3-drift-1;
  top: -280px;
  left: -180px;
}

.hv3-orb-2 {
  filter: blur(64px);
  background: radial-gradient(circle at 60% 35%, #a78bfa2e, #0000 65%);
  width: 520px;
  height: 520px;
  animation: 28s ease-in-out infinite hv3-drift-2;
  top: -120px;
  right: -80px;
}

.hv3-orb-3 {
  filter: blur(56px);
  background: radial-gradient(circle, #ec48991a, #0000 65%);
  width: 380px;
  height: 380px;
  animation: 24s ease-in-out infinite hv3-drift-3;
  bottom: -60px;
  left: 42%;
}

.hv3-orb-4 {
  filter: blur(80px);
  background: radial-gradient(circle, #4f46e51f, #0000 65%);
  width: 440px;
  height: 440px;
  animation: 36s ease-in-out infinite hv3-drift-4;
  top: 35%;
  left: -120px;
}

.hv3-orb-5 {
  filter: blur(52px);
  background: radial-gradient(circle, #a855f71a, #0000 65%);
  width: 320px;
  height: 320px;
  animation: 30s ease-in-out infinite hv3-drift-5;
  top: 30%;
  right: 6%;
}

@keyframes hv3-drift-1 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  33% {
    transform: translate(40px, 30px)scale(1.06);
  }

  66% {
    transform: translate(-20px, 50px)scale(.97);
  }
}

@keyframes hv3-drift-2 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  40% {
    transform: translate(-50px, 20px)scale(1.05);
  }

  70% {
    transform: translate(20px, -30px)scale(.96);
  }
}

@keyframes hv3-drift-3 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  50% {
    transform: translate(-30px, -40px)scale(1.08);
  }
}

@keyframes hv3-drift-4 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  35% {
    transform: translate(30px, -25px)scale(1.04);
  }

  65% {
    transform: translate(-15px, 35px)scale(.98);
  }
}

@keyframes hv3-drift-5 {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  45% {
    transform: translate(-25px, 30px)scale(1.06);
  }

  80% {
    transform: translate(20px, -20px)scale(.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hv3-orb {
    animation: none !important;
  }
}

@media (max-width: 1023px) {
  .hv3-inner {
    text-align: center;
    grid-template-columns: 1fr;
    grid-template-areas: "visual"
                         "badge"
                         "copy"
                         "social";
    row-gap: 32px;
    padding-top: clamp(80px, 12vw, 112px);
  }

  .hv3-badge-wrap {
    justify-content: center;
    display: flex;
  }

  .hv3-copy {
    align-items: center;
  }

  .hv3-visual {
    justify-self: center;
  }

  .hv3-social {
    justify-content: center;
  }

  .hv3-features {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
  }

  .hv3-ctas {
    justify-content: center;
  }

  .hv3-product-img {
    max-width: 560px;
  }

  .hv3-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hv3-stat:nth-child(2) {
    border-right: none;
  }

  .hv3-stat:first-child, .hv3-stat:nth-child(2) {
    border-bottom: 1px solid #0000000f;
  }
}

@media (max-width: 640px) {
  .hv3-features {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .hv3-product-img {
    max-width: 100%;
  }

  .hv3-stat {
    padding: 14px 12px;
  }

  .hv3-stat-val {
    font-size: 12px;
  }
}

/* [project]/src/app/marketing.css [app-client] (css) */
.hv3-dark {
  color: #fff;
  background: #0a0a1a;
  overflow: hidden;
}

.hv3-gradient-bg {
  background: radial-gradient(at 18% 22%, #6366f133 0%, #0000 52%), radial-gradient(at 82% 78%, #a855f724 0%, #0000 52%), radial-gradient(#3b82f612 0%, #0000 72%);
  animation: 9s ease-in-out infinite hv3-gradient-pulse;
  position: absolute;
  inset: 0;
}

@keyframes hv3-gradient-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .78;
    transform: scale(1.06);
  }
}

.hv3-orbit-container {
  pointer-events: none;
  width: 1100px;
  height: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hv3-orbit-ring {
  border: 1px solid #6366f11c;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hv3-orbit-1 {
  width: 640px;
  height: 640px;
  animation: 38s linear infinite hv3-orbit-spin-1;
}

.hv3-orbit-2 {
  border-color: #8b5cf617;
  width: 840px;
  height: 840px;
  animation: 55s linear infinite hv3-orbit-spin-2;
}

.hv3-orbit-3 {
  border-color: #6366f10f;
  width: 1100px;
  height: 1100px;
  animation: 72s linear infinite hv3-orbit-spin-3;
}

@keyframes hv3-orbit-spin-1 {
  from {
    transform: translate(-50%, -50%)rotate(0)rotateX(60deg);
  }

  to {
    transform: translate(-50%, -50%)rotate(360deg)rotateX(60deg);
  }
}

@keyframes hv3-orbit-spin-2 {
  from {
    transform: translate(-50%, -50%)rotate(120deg)rotateX(45deg);
  }

  to {
    transform: translate(-50%, -50%)rotate(480deg)rotateX(45deg);
  }
}

@keyframes hv3-orbit-spin-3 {
  from {
    transform: translate(-50%, -50%)rotate(240deg)rotateX(30deg);
  }

  to {
    transform: translate(-50%, -50%)rotate(600deg)rotateX(30deg);
  }
}

.hv3-particle {
  background: #ffffff47;
  border-radius: 9999px;
  width: 4px;
  height: 4px;
  animation: 18s linear infinite hv3-float;
  position: absolute;
}

@keyframes hv3-float {
  0% {
    opacity: 0;
    transform: translateY(110vh)rotate(0);
  }

  8% {
    opacity: 1;
  }

  92% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-110vh)rotate(720deg);
  }
}

.hv3-particle-1 {
  animation-duration: 22s;
  animation-delay: 0s;
  left: 8%;
}

.hv3-particle-2 {
  width: 6px;
  height: 6px;
  animation-duration: 29s;
  animation-delay: -3s;
  left: 17%;
}

.hv3-particle-3 {
  animation-duration: 19s;
  animation-delay: -6s;
  left: 27%;
}

.hv3-particle-4 {
  width: 3px;
  height: 3px;
  animation-duration: 26s;
  animation-delay: -9s;
  left: 36%;
}

.hv3-particle-5 {
  width: 5px;
  height: 5px;
  animation-duration: 20s;
  animation-delay: -12s;
  left: 46%;
}

.hv3-particle-6 {
  animation-duration: 28s;
  animation-delay: -15s;
  left: 57%;
}

.hv3-particle-7 {
  width: 4px;
  height: 4px;
  animation-duration: 23s;
  animation-delay: -4s;
  left: 67%;
}

.hv3-particle-8 {
  width: 6px;
  height: 6px;
  animation-duration: 25s;
  animation-delay: -18s;
  left: 77%;
}

.hv3-particle-9 {
  width: 3px;
  height: 3px;
  animation-duration: 17s;
  animation-delay: -2s;
  left: 87%;
}

.hv3-particle-10 {
  animation-duration: 32s;
  animation-delay: -21s;
  left: 3%;
}

.hv3-dark .hv3-orb-1 {
  background: radial-gradient(circle at 40% 40%, #6366f152, #0000 65%);
}

.hv3-dark .hv3-orb-2 {
  background: radial-gradient(circle at 60% 35%, #a855f742, #0000 65%);
}

.hv3-dark .hv3-orb-3 {
  background: radial-gradient(circle, #ec489921, #0000 65%);
}

.hv3-dark .hv3-headline {
  color: #fff;
}

.hv3-dark .hv3-sub {
  color: #ffffff85;
}

.hv3-dark .hv3-feat-icon {
  color: #a5b4fc;
  -webkit-backdrop-filter: blur(12px);
  background: #ffffff12;
  border: 1px solid #ffffff1c;
}

.hv3-dark .hv3-feat-label {
  color: #ffffffeb;
}

.hv3-dark .hv3-feat-desc {
  color: #ffffff73;
}

.hv3-dark .hv3-watch-demo {
  color: #ffffffa6;
}

.hv3-dark .hv3-watch-demo:hover {
  color: #ffffffe6;
  opacity: 1;
}

.hv3-dark .hv3-watch-demo-play {
  color: #ffffffbf;
  -webkit-backdrop-filter: blur(8px);
  background: #ffffff0f;
  border-color: #ffffff38;
}

.hv3-dark .hv3-social-text {
  color: #fff6;
}

.hv3-dark .hv3-av {
  border-color: #0a0a1a;
}

.hv3-dark .hv3-product-img {
  filter: drop-shadow(0 28px 64px #6366f152);
}

.hv3-dark .hv3-stats-row {
  -webkit-backdrop-filter: none;
  background: none;
  border-top: none;
}

.hv3-dark .hv3-stat {
  border-right: 1px solid #ffffff0f;
}

.hv3-dark .hv3-stat:last-child {
  border-right: none;
}

.hv3-dark .hv3-stat-icon {
  color: #a5b4fc;
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px);
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
}

.hv3-dark .hv3-stat-val {
  color: #ffffffeb;
}

.hv3-dark .hv3-stat-lbl {
  color: #ffffff6b;
}

@media (max-width: 1023px) {
  .hv3-dark .hv3-stat:first-child, .hv3-dark .hv3-stat:nth-child(2) {
    border-bottom: 1px solid #ffffff0f;
  }

  .hv3-dark .hv3-stat:nth-child(2) {
    border-right: none;
  }
}

.mkt-root.reveal-ready [data-reveal] {
  opacity: 0;
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
  transition-delay: calc(var(--reveal-i, 0) * 80ms);
  will-change: opacity, transform;
  transform: translateY(24px);
}

.mkt-root.reveal-ready [data-reveal="left"] {
  transform: translateX(-32px);
}

.mkt-root.reveal-ready [data-reveal="right"] {
  transform: translateX(32px);
}

.mkt-root.reveal-ready [data-reveal="scale"] {
  transform: scale(.96);
}

.mkt-root.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

.mkt-root.reveal-ready .v2-plan[data-reveal], .mkt-root.reveal-ready .v2n-build-card[data-reveal] {
  opacity: 1 !important;
  transition: none !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .hv3-gradient-bg, .hv3-orbit-ring, .hv3-particle {
    animation: none !important;
  }

  .mkt-root.reveal-ready [data-reveal] {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

.v2n-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.v2n-section-head h2 {
  margin: 0 0 16px;
}

.v2n-section-sub {
  color: #4b5563;
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.55;
}

.v2-dashcaption {
  text-align: center;
  color: #6b7280;
  margin: 28px auto 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
}

.v2p-problem {
  background: #f8f9ff;
  position: relative;
  overflow: hidden;
}

.v2p-problem--white {
  background: #fff;
}

.v2p-problem--white .v2p-problem-inner {
  padding-top: calc(var(--section-pad-y) + clamp(24px, 4vw, 64px));
}

.v2p-problem-inner {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
}

.v2p-problem:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #8b5cf621 0%, #0000 65%);
  border-radius: 50%;
  width: 680px;
  height: 680px;
  position: absolute;
  top: -180px;
  right: -140px;
}

.v2p-problem:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #6366f117 0%, #0000 65%);
  border-radius: 50%;
  width: 540px;
  height: 540px;
  position: absolute;
  bottom: 0;
  left: -180px;
}

.v2p-top {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  margin-bottom: 56px;
  display: grid;
  position: relative;
}

.v2p-headline {
  letter-spacing: -.03em;
  color: #0a0a1a;
  margin: 14px 0 28px;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 800;
  line-height: 1.08;
}

.v2p-headline-muted {
  color: #b0b7cc;
}

.v2p-bullets {
  flex-direction: column;
  gap: 16px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  display: flex;
}

.v2p-bullet {
  align-items: flex-start;
  gap: 14px;
  display: flex;
}

.v2p-bullet-icon {
  color: #4f46e5;
  background: #4f46e512;
  border: 1px solid #4f46e521;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-top: 1px;
  display: flex;
}

.v2p-bullet-text {
  color: #4b5563;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
}

.v2p-headline-accent {
  color: #6366f1;
  white-space: nowrap;
  font-style: italic;
  position: relative;
}

.v2p-headline-underline {
  color: #a5b4fc;
  width: 100%;
  height: .34em;
  position: absolute;
  bottom: -.18em;
  left: 0;
  right: 0;
  overflow: visible;
}

.v2p-lead {
  color: #6b7280;
  max-width: 30em;
  margin: 0 0 28px;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.v2p-lead-em {
  color: #6366f1;
  font-weight: 600;
}

.v2p-see-leak {
  color: #4f46e5;
  background: #4f46e50f;
  border: 1px solid #4f46e529;
  border-radius: 100px;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, border-color .2s, box-shadow .2s;
  display: inline-flex;
}

.v2p-see-leak:hover {
  background: #4f46e51c;
  border-color: #4f46e547;
  text-decoration: none;
  box-shadow: 0 2px 12px #4f46e51f;
}

.v2p-diagram-wrap {
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  z-index: 1;
  background: #ffffff94;
  border: 1px solid #fffc;
  border-radius: 28px;
  padding: 32px 20px 28px;
  position: relative;
  box-shadow: 0 8px 40px #6366f11a, 0 2px 8px #0000000d, inset 0 1px #fffffff2;
}

.v2p-diagram-wrap--img {
  background: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.v2p-broken-tools-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
}

.v2p-diagram {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.v2p-flow-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 3px;
  display: flex;
}

.v2p-flow-item {
  flex: 1;
  align-items: center;
  gap: 3px;
  min-width: 0;
  display: flex;
}

.v2p-flow-card {
  text-align: center;
  background: #ffffffe6;
  border: 1px solid #e1e3f2e6;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 16px 8px 14px;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  box-shadow: 0 2px 10px #0000000d, 0 1px 2px #0000000a;
}

.v2p-flow-card--active {
  background: #eef0fff2;
  border: 1.5px solid #6366f159;
  box-shadow: 0 0 0 3px #6366f114, 0 4px 20px #6366f124, 0 1px 3px #0000000a;
}

.v2p-flow-icon {
  color: #4f46e5;
  background: #f4f5ff;
  border: 1px solid #6366f11f;
  border-radius: 11px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.v2p-flow-card--active .v2p-flow-icon {
  background: #6366f11a;
  border-color: #6366f13d;
}

.v2p-flow-label {
  color: #0a0a1a;
  letter-spacing: -.01em;
  font-size: 11.5px;
  font-weight: 700;
  display: block;
}

.v2p-flow-sub {
  color: #9ca3af;
  font-size: 10px;
  line-height: 1.3;
  display: block;
}

.v2p-flow-arrow {
  flex-shrink: 0;
  align-items: center;
  padding-bottom: 22px;
  display: flex;
}

.v2p-warn-row {
  justify-content: space-around;
  margin-top: 2px;
  padding: 0 2%;
  display: flex;
}

.v2p-warn-item {
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 6px;
  display: flex;
}

.v2p-warn-line {
  border-left: 1.5px dashed #f59e0b73;
  width: 1px;
  height: 22px;
}

.v2p-warn-badge {
  -webkit-backdrop-filter: blur(8px);
  background: #fef3c7cc;
  border: 1px solid #f59e0b38;
  border-radius: 100px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 8px;
  display: inline-flex;
}

.v2p-warn-dot {
  background: #f59e0b;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
}

.v2p-warn-label {
  color: #92400e;
  text-align: center;
  white-space: nowrap;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.2;
}

.v2gap {
  z-index: 1;
  margin-top: clamp(96px, 13vw, 200px);
  position: relative;
}

.v2gap-head {
  text-align: center;
  margin-bottom: 40px;
}

.v2gap-headline {
  letter-spacing: -.03em;
  color: #0a0a1a;
  margin: 0 0 12px;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  line-height: 1.12;
}

.v2gap-sub {
  color: #6b7280;
  margin: 0;
  font-size: clamp(16px, 1.4vw, 19px);
}

.v2gap-grid {
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 24px;
  display: grid;
}

.v2gap-card {
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 1px 3px #0a0a1a0a;
}

.v2gap-media {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.v2gap-img {
  object-fit: contain;
  border-radius: 14px;
  width: 100%;
  max-width: 360px;
  height: auto;
}

.v2gap-title {
  letter-spacing: -.01em;
  color: #0a0a1a;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.v2gap-body {
  color: #6b7280;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.v2gap-vs {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9ca3af;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.v2gap-closing {
  text-align: center;
  color: #1f2430;
  max-width: 32em;
  margin: 40px auto 0;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
}

.v2gap-closing strong {
  color: #6366f1;
  font-weight: 700;
}

@media (max-width: 760px) {
  .v2gap-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .v2gap-vs {
    margin: 0 auto;
  }
}

.v2p-stuck-wrap {
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  z-index: 1;
  background: #ffffff8c;
  border: 1px solid #ffffffc7;
  border-radius: 24px;
  padding: 36px 32px;
  position: relative;
  box-shadow: 0 4px 24px #6366f112, 0 1px 4px #0000000a;
}

.v2p-stuck-label {
  text-align: center;
  color: #6b7280;
  margin: 0 0 28px;
  font-size: 15px;
}

.v2p-stuck-grid {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0;
  display: grid;
}

.v2p-stuck-card {
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  display: flex;
}

.v2p-stuck-divider {
  background: #e5e7ebcc;
  align-self: stretch;
  width: 1px;
}

.v2p-stuck-img-wrap {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.v2p-stuck-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.v2p-stuck-text {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.v2p-stuck-eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #4f46e5;
  font-size: 11px;
  font-weight: 700;
}

.v2p-stuck-eyebrow--2 {
  color: #4f46e5;
}

.v2p-stuck-title {
  color: #0a0a1a;
  letter-spacing: -.015em;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.v2p-stuck-body {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .v2p-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .v2p-diagram-wrap--img {
    align-self: start;
  }

  .v2p-stuck-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .v2p-stuck-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .v2p-stuck-card {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .v2p-problem-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .v2p-stuck-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .v2p-stuck-img-wrap {
    width: 90px;
    height: 90px;
  }

  .v2p-flow-sub {
    display: none;
  }

  .v2p-flow-label {
    font-size: 9.5px;
  }

  .v2p-flow-icon {
    width: 30px;
    height: 30px;
  }

  .v2p-flow-icon svg {
    width: 15px;
    height: 15px;
  }

  .v2p-warn-label {
    display: none;
  }

  .v2p-warn-badge {
    padding: 5px 8px;
  }
}

.v2n-difference {
  padding: var(--section-pad-y) 0;
  background: #fff;
}

.v2bd-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.v2bd-headline {
  letter-spacing: -.03em;
  color: #0a0a1a;
  margin: 0 0 18px;
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.12;
}

.v2bd-sub {
  color: #6b7280;
  margin: 0;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.65;
}

.v2bd-grid {
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
  gap: 48px;
  display: grid;
}

.v2bd-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.v2bd-card {
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 16px;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 20px 22px;
  transition: border-color .18s, box-shadow .18s, background .18s;
  display: flex;
}

.v2bd-card:hover {
  border-color: #d7d9e0;
}

.v2bd-card.is-active {
  background: #6366f10a;
  border-color: #6366f180;
  box-shadow: 0 6px 24px #6366f11a;
}

.v2bd-card-icon {
  color: #6366f1;
  background: #6366f114;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background .18s, color .18s;
  display: flex;
}

.v2bd-card.is-active .v2bd-card-icon {
  color: #fff;
  background: #6366f1;
}

.v2bd-card-text {
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  display: flex;
}

.v2bd-card-h {
  letter-spacing: -.01em;
  color: #0a0a1a;
  font-size: 17px;
  font-weight: 700;
}

.v2bd-card-p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}

.v2bd-visual {
  background: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.v2bd-visual--side {
  height: 100%;
  position: relative;
}

.v2bd-visual--side .v2bd-visual-img {
  position: absolute;
  inset: 0;
}

.v2bd-visual--inline {
  aspect-ratio: 4 / 3;
  margin: 4px 0;
  display: none;
}

.v2bd-visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 881px) {
  .v2bd-pin {
    height: calc(100vh + (var(--bd-steps, 4) - 1) * 60vh);
    padding: 0;
  }

  .v2bd-pin .v2bd-sticky {
    place-items: center;
    height: 100vh;
    display: grid;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .v2bd-pin .v2bd-head {
    margin-bottom: clamp(24px, 3vh, 44px);
  }

  .v2bd-visual--side .v2bd-visual-img {
    transition: opacity .35s;
  }
}

@media (max-width: 880px) {
  .v2bd-pin {
    height: auto !important;
  }

  .v2bd-pin .v2bd-sticky {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2bd-pin {
    height: auto !important;
    padding: var(--section-pad-y) 0 !important;
  }

  .v2bd-pin .v2bd-sticky {
    min-height: 0;
    padding: 0;
    display: block;
    position: static;
  }
}

@media (max-width: 880px) {
  .v2bd-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .v2bd-list {
    gap: 36px;
  }

  .v2bd-visual--side {
    display: none;
  }

  .v2bd-visual--inline {
    aspect-ratio: 1;
    margin-top: 16px;
    display: flex;
  }

  .v2bd-card-icon {
    display: none;
  }

  .v2bd-card, .v2bd-card:hover, .v2bd-card.is-active {
    text-align: center;
    box-shadow: none;
    cursor: default;
    background: none;
    border: none;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0;
  }

  .v2bd-card.is-active .v2bd-card-icon {
    color: #6366f1;
    background: #6366f114;
  }

  .v2bd-card-text {
    align-items: center;
  }
}

.v2d-head {
  text-align: center;
  max-width: 640px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.v2d-h2 {
  letter-spacing: -.03em;
  color: #0a0a1a;
  margin: 12px 0 18px;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 800;
  line-height: 1.1;
}

.v2d-h2-muted {
  color: #9ca3af;
}

.v2d-sub {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.v2d-cards {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.v2d-row {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.v2d-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 32px 36px;
  position: relative;
}

.v2d-icon {
  color: #4f46e5;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.v2d-card-h {
  letter-spacing: -.022em;
  color: #0a0a1a;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.v2d-card-p {
  color: #4b5563;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.v2d-card--wide {
  background: radial-gradient(70% 55% at 90% 10%, #6366f121, #0000 58%), radial-gradient(55% 55% at 10% 90%, #8b5cf617, #0000 58%), #f8f7ff;
  border-color: #6366f129;
  padding: 32px 36px 36px;
}

.v2d-wide-inner {
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 52px;
  display: grid;
}

.v2d-wide-copy {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.v2d-wide-visual {
  min-width: 0;
  overflow: hidden;
}

.v2d-journey {
  align-items: center;
  gap: 8px;
  display: flex;
}

.v2d-journey-step {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 16px 8px 14px;
  display: flex;
}

.v2d-journey-icon {
  color: #4f46e5;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.v2d-journey-label {
  color: #0a0a1a;
  letter-spacing: -.01em;
  font-size: 11.5px;
  font-weight: 600;
}

.v2d-journey-brand {
  color: #4f46e5;
  white-space: nowrap;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  border-radius: 9999px;
  padding: 2px 8px;
  font-size: 9.5px;
  font-weight: 500;
}

.v2d-journey-arrow {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.v2d-card--vstack {
  flex-direction: column;
  padding: 32px 32px 0;
  display: flex;
}

.v2d-vstack-copy {
  flex-direction: column;
  gap: 12px;
  padding-bottom: 32px;
  display: flex;
}

.v2d-vstack-visual {
  border-top: 1px solid #f3f4f6;
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 28px;
}

.v2d-phone-mock {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  padding: 4px 0;
  display: flex;
}

.v2d-phone-row {
  border-bottom: 1px solid #f3f4f6;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  display: flex;
}

.v2d-phone-row:last-of-type {
  border-bottom: none;
}

.v2d-phone-label {
  color: #6b7280;
  flex: 1;
  font-size: 12px;
}

.v2d-phone-value {
  color: #0a0a1a;
  font-size: 13px;
  font-weight: 700;
}

.v2d-phone-delta {
  color: #10b981;
  text-align: right;
  min-width: 36px;
  font-size: 11px;
  font-weight: 600;
}

.v2d-orbit {
  align-items: center;
  gap: 0;
  padding: 8px 0;
  display: flex;
}

.v2d-orbit-sources {
  flex-direction: column;
  flex-shrink: 0;
  gap: 18px;
  display: flex;
}

.v2d-orbit-source {
  align-items: center;
  gap: 9px;
  display: flex;
}

.v2d-orbit-dot {
  background: #eef2ff;
  border: 1.5px solid #c7d2fe;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.v2d-orbit-source-label {
  color: #6b7280;
  white-space: nowrap;
  font-size: 12.5px;
}

.v2d-orbit-connector {
  flex-shrink: 0;
  width: 44px;
  height: 88px;
  overflow: visible;
}

.v2d-orbit-center {
  color: #fff;
  white-space: nowrap;
  letter-spacing: -.01em;
  background: #4f46e5;
  border-radius: 100px;
  flex-shrink: 0;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
}

.v2n-build {
  padding-top: 56px;
  padding-bottom: var(--section-pad-y);
}

.v2n-carousel-wrap {
  align-items: center;
  gap: 8px;
  margin: 0;
  display: flex;
}

.v2n-carousel-viewport {
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
  flex: 1;
  min-width: 0;
  padding: 8px 0 20px;
  overflow: auto visible;
}

.v2n-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.v2n-carousel-track {
  gap: 16px;
  display: flex;
}

.v2n-carousel-btn {
  color: #fff;
  cursor: pointer;
  background: #4f46e5;
  border: 1px solid #4f46e5;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background .2s, opacity .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 10px #4f46e540;
}

.v2n-carousel-btn:hover:not(:disabled) {
  background: #4338ca;
  border-color: #4338ca;
  box-shadow: 0 4px 16px #4f46e559;
}

.v2n-carousel-btn:disabled {
  opacity: .25;
  cursor: default;
  box-shadow: none;
}

@media (min-width: 1024px) {
  .v2n-carousel-btn {
    display: none;
  }
}

.v2n-build-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  flex-direction: column;
  flex-shrink: 0;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.v2n-build-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px #0f172a1a;
}

.v2n-build--v2 .v2n-build-card {
  border: none;
}

.v2n-build--v2 .v2n-build-card .v2n-build-media {
  aspect-ratio: 1;
  background: #fff;
  border-bottom: none;
  padding: 0;
}

.v2n-build--v2 .v2n-build-body {
  padding-top: 32px;
}

.v2n-build--v2 .v2n-build-body h3 {
  font-size: 20px;
}

.v2n-build--v2 .v2n-build-body p {
  font-size: 15px;
  line-height: 1.6;
}

.v2n-build--v2 .v2n-build-footer-text {
  font-size: 13.5px;
}

.v2n-build-media {
  aspect-ratio: 1;
  background: none;
  flex-shrink: 0;
  overflow: hidden;
}

.v2n-build-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.v2n-build-body {
  flex-direction: column;
  flex: 1;
  gap: 6px;
  padding: 20px 20px 24px;
  display: flex;
}

.v2n-build-num {
  letter-spacing: .04em;
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 6px;
  padding: 2px 10px;
  font-family: ui-monospace, JetBrains Mono, monospace;
  font-size: 10.5px;
  font-weight: 600;
  display: inline-flex;
}

.v2n-build-body h3 {
  letter-spacing: -.02em;
  color: #0a0a1a;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.v2n-build-body p {
  color: #4b5563;
  flex: 1;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.v2n-build-footer {
  border-top: 1px solid #f3f4f6;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding-top: 14px;
  display: flex;
}

.v2n-build-footer-icon {
  color: #4f46e5;
  background: #eef2ff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.v2n-build-footer-text {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

.v2n-compare {
  padding: var(--section-pad-y) 0 64px;
  background: #fafafa;
}

.v2nc-wrap {
  max-width: 900px;
  margin: 0 auto 32px;
}

.v2nc-table {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px -8px #0f172a12;
}

.v2nc-head, .v2nc-row {
  grid-template-columns: 1.1fr 1fr 1.2fr;
  display: grid;
}

.v2nc-head {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.v2nc-head-feat {
  color: #9ca3af;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.v2nc-head-z {
  gap: 8px;
}

.v2nc-head-other {
  color: #9ca3af;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.v2nc-z-mark {
  color: #fff;
  background: #4f46e5;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.v2nc-cell {
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  font-size: 14px;
  display: flex;
}

.v2nc-row {
  border-bottom: 1px solid #f3f4f6;
}

.v2nc-row:last-child {
  border-bottom: none;
}

.v2nc-cell-feat {
  border-right: 1px solid #f3f4f6;
}

.v2nc-feat-label {
  color: #111827;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
}

.v2nc-cell-z {
  background: #6366f10b;
  border-right: 1px solid #6366f124;
}

.v2nc-z-val {
  color: #1e1b4b;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
}

.v2nc-cell-other {
  background: #fff;
}

.v2nc-other-val {
  color: #6b7280;
  font-size: 13.5px;
  line-height: 1.35;
}

.v2nc-head-logo {
  filter: brightness(0);
  width: auto;
  height: 20px;
  display: block;
}

.v2nc-row-mobile-cols {
  display: none;
}

.v2nc-icon {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.v2nc-icon-good {
  color: #fff;
  background: #4f46e5;
}

.v2nc-icon-dash {
  color: #9ca3af;
  background: #d1d5db80;
}

.v2nc-strip {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  align-items: center;
  gap: 48px;
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 36px;
  display: flex;
  box-shadow: 0 2px 16px -6px #0f172a0f;
}

.v2nc-strip-left {
  border-right: 1px solid #e5e7eb;
  flex: 1;
  padding-right: 48px;
}

.v2nc-strip-title {
  color: #0a0a1a;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.v2nc-strip-accent {
  color: #4f46e5;
}

.v2nc-strip-right {
  color: #6b7280;
  min-width: 200px;
  max-width: 260px;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 700px) {
  .v2nc-wrap {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    margin-bottom: 20px;
    overflow-x: auto;
  }

  .v2nc-wrap::-webkit-scrollbar {
    height: 3px;
  }

  .v2nc-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }

  .v2nc-wrap::-webkit-scrollbar-thumb {
    background: #4f46e5;
    border-radius: 2px;
  }

  .v2nc-table {
    min-width: 358px;
  }

  .v2nc-head, .v2nc-row {
    grid-template-columns: 88px 130px 140px;
  }

  .v2nc-cell {
    gap: 7px;
    padding: 11px 10px;
  }

  .v2nc-feat-label, .v2nc-z-val, .v2nc-other-val {
    font-size: 12px;
  }

  .v2nc-head-feat, .v2nc-head-other {
    letter-spacing: .04em;
    font-size: 10px;
  }

  .v2nc-icon {
    width: 15px;
    height: 15px;
  }

  .v2nc-head-logo {
    height: 17px;
  }

  .v2nc-strip {
    flex-direction: column;
    gap: 16px;
    padding: 22px 20px;
  }

  .v2nc-strip-left {
    border-bottom: 1px solid #e5e7eb;
    border-right: none;
    width: 100%;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .v2nc-strip-title {
    font-size: 15px;
  }

  .v2nc-strip-right {
    min-width: 0;
    max-width: 100%;
  }

  .v2n-compare--v2 .v2nc-wrap {
    scroll-snap-type: none;
    overflow-x: visible;
  }

  .v2n-compare--v2 .v2nc-table {
    min-width: 0;
  }

  .v2n-compare--v2 .v2nc-head, .v2n-compare--v2 .v2nc-row {
    grid-template-columns: .85fr 1fr 1fr;
  }

  .v2n-compare--v2 .v2nc-cell {
    align-items: flex-start;
    gap: 6px;
    padding: 12px 10px;
  }

  .v2n-compare--v2 .v2nc-feat-label, .v2n-compare--v2 .v2nc-z-val, .v2n-compare--v2 .v2nc-other-val {
    font-size: 12px;
  }

  .v2n-compare--v2 .v2nc-head-feat, .v2n-compare--v2 .v2nc-head-other {
    letter-spacing: .04em;
    font-size: 9.5px;
  }

  .v2n-compare--v2 .v2nc-icon {
    width: 15px;
    height: 15px;
    margin-top: 1px;
  }

  .v2n-compare--v2 .v2nc-head-logo {
    height: 16px;
  }
}

.v2n-media-grid-6040 {
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  gap: 20px;
  display: grid;
}

.v2n-media-cell {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.v2n-media-stack {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.v2n-media-caption {
  color: #6b7280;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.5;
}

.v2-os-section {
  padding-top: var(--section-pad-y);
  padding-bottom: var(--section-pad-y);
}

.v2-os-subtitle {
  color: #6b7280;
  max-width: 680px;
  margin: 12px auto 0;
  font-size: 20px;
  line-height: 1.5;
}

.v2-os-tagline {
  color: #9ca3af;
  max-width: 540px;
  margin: 8px auto 0;
  font-size: 14px;
  line-height: 1.5;
}

.v2-os-top-grid {
  grid-template-columns: 1.55fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
  display: grid;
}

.v2-os-bottom-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.v2-os-card {
  background: radial-gradient(90% 60% at 100% 0, #6366f124, #0000 60%), radial-gradient(70% 60% at 0 100%, #8b5cf61f, #0000 60%), #f6f5ff;
  border: 1px solid #6366f126;
  border-radius: 20px;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.v2-os-section--v2 .v2-os-card {
  background: #fff;
  border: none;
}

.v2-os-section--v2 .v2-os-card-header {
  justify-content: center;
}

.v2-os-card-header {
  color: #0a0a1a;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
}

.v2-os-card-caption {
  color: #6b7280;
  text-align: center;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.v2-os-dashboard-wrap {
  flex-direction: column;
  display: flex;
  position: relative;
}

.v2-os-browser {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.v2-os-browser-bar {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  display: flex;
}

.v2-os-browser-bar span {
  background: #d1d5db;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
}

.v2-os-browser-body {
  aspect-ratio: 16 / 9;
  background: #e9eaf0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.v2-os-phone-wrap {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding: 8px 0 0;
  display: flex;
}

.v2-os-storefront-img {
  object-fit: contain;
  filter: drop-shadow(0 20px 40px #00000029);
  width: 200px;
  height: auto;
  display: block;
}

.v2-os-phone {
  background: #1c1c1e;
  border-radius: 32px;
  width: 180px;
  padding: 10px;
  position: relative;
  box-shadow: 0 12px 40px #0000002e;
}

.v2-os-phone-notch {
  background: #2c2c2e;
  border-radius: 4px;
  width: 60px;
  height: 8px;
  margin: 0 auto 8px;
}

.v2-os-phone-screen {
  aspect-ratio: 9 / 16;
  background: #e9eaf0;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.v2-os-badges-right {
  z-index: 2;
  flex-direction: column;
  gap: 8px;
  display: flex;
  position: absolute;
  top: 40px;
  right: -10px;
}

.v2-os-badge {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 4px 12px #00000014;
}

.v2-os-badge--revenue {
  z-index: 2;
  min-width: 120px;
  position: absolute;
  top: 40px;
  left: -10px;
}

.v2-os-badge-num {
  color: #0a0a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.v2-os-badge-label {
  color: #6b7280;
  font-size: 11px;
  line-height: 1.2;
}

.v2-os-feature-img-wrap {
  aspect-ratio: 4 / 3;
  background: #f3f4f6;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.v2-os-placeholder-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 900px) {
  .v2-os-top-grid, .v2-os-bottom-grid {
    grid-template-columns: 1fr;
  }

  .v2-os-badges-right {
    flex-direction: row;
    justify-content: center;
    position: static;
  }

  .v2-os-badge--revenue {
    position: static;
  }

  .v2-os-dashboard-wrap {
    gap: 12px;
  }
}

.v2n-pricing-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.v2n-pricing-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.v2n-plan-descriptor {
  color: #6b7280;
  min-height: 32px;
  margin-top: -4px;
  margin-bottom: 12px;
  font-size: 12.5px;
  line-height: 1.4;
}

.v2n-ltd-microcopy {
  color: #d85a30;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.hv3-ltd-banner {
  background: linear-gradient(135deg, #fff7ed 0%, #fffbf7 60%, #fff 100%);
  border: 1px solid #fed7aa;
  border-radius: 18px;
  margin-top: 28px;
  padding: 30px 34px;
  box-shadow: 0 0 0 1px #fed7aa80, 0 8px 32px -12px #ea580c1a;
}

.hv3-ltd-banner-eyebrow {
  letter-spacing: .18em;
  color: #ea580c;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 10.5px;
  font-weight: 700;
}

.hv3-ltd-banner-body {
  align-items: center;
  gap: 40px;
  display: flex;
}

.hv3-ltd-banner-left {
  flex: 1;
  min-width: 0;
}

.hv3-ltd-banner-headline {
  letter-spacing: -.02em;
  color: #0a0a1a;
  margin: 0 0 8px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}

.hv3-ltd-banner-text {
  color: #6b7280;
  max-width: 500px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
}

.hv3-ltd-banner-points {
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.hv3-ltd-banner-points li {
  color: #9a3412;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.hv3-ltd-banner-points li:before {
  content: "";
  background: #ea580c;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
}

.hv3-ltd-banner-right {
  flex-shrink: 0;
}

.hv3-ltd-banner-cta {
  color: #ea580c;
  white-space: nowrap;
  background: #fff7ede6;
  border: 1.5px solid #ea580c47;
  border-radius: 11px;
  align-items: center;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, border-color .15s;
  display: inline-flex;
}

.hv3-ltd-banner-cta:hover {
  background: #fed7aa73;
  border-color: #ea580c73;
}

.hv3-pricing-footnote {
  text-align: center;
  color: #9ca3af;
  margin-top: 18px;
  font-size: 12.5px;
  font-style: italic;
}

.v2n-faq-list {
  flex-direction: column;
  gap: 8px;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
}

.v2n-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  transition: border-color .15s, box-shadow .15s;
  overflow: hidden;
}

.v2n-faq-item-open {
  border-color: #4f46e547;
  box-shadow: 0 4px 20px -6px #4f46e51f;
}

.v2n-faq-q {
  cursor: pointer;
  color: #0a0a1a;
  letter-spacing: -.01em;
  text-align: left;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 18px 22px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.v2n-faq-chev {
  color: #9ca3af;
  flex-shrink: 0;
  align-items: center;
  transition: transform .2s, color .2s;
  display: flex;
}

.v2n-faq-item-open .v2n-faq-chev {
  color: #4f46e5;
  transform: rotate(180deg);
}

.v2n-faq-a-wrap {
  grid-template-rows: 0fr;
  transition: grid-template-rows .22s;
  display: grid;
}

.v2n-faq-item-open .v2n-faq-a-wrap {
  grid-template-rows: 1fr;
}

.v2n-faq-a {
  overflow: hidden;
}

.v2n-faq-a p {
  color: #4b5563;
  margin: 0;
  padding: 0 22px 20px;
  font-size: 15px;
  line-height: 1.6;
}

.v2n-cta {
  position: relative;
  overflow: hidden;
}

.v2n-cta-glow {
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(#6366f14d, #0000 60%);
  width: 700px;
  height: 500px;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.v2n-cta .v2-cta-inner {
  z-index: 1;
  position: relative;
}

.v2n-cta-fade {
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(0deg, #06061a80, #0000);
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.v2n-cta-reassure {
  color: #ffffff80;
  margin: 18px 0 0;
  font-size: 13px;
}

.mock-offer {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 11px;
  display: flex;
  overflow: hidden;
}

.mock-offer-bar {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  display: flex;
}

.mock-offer-bar-dots {
  gap: 4px;
  display: flex;
}

.mock-offer-bar-dots i {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  font-style: normal;
  display: block;
}

.mock-offer-bar-dots i:first-child {
  background: #ff5f57;
}

.mock-offer-bar-dots i:nth-child(2) {
  background: #febc2e;
}

.mock-offer-bar-dots i:nth-child(3) {
  background: #28c840;
}

.mock-offer-bar-url {
  color: #6b7280;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  flex: 1;
  padding: 2px 8px;
  font: 500 9px ui-monospace, JetBrains Mono, monospace;
  overflow: hidden;
}

.mock-offer-body {
  background: linear-gradient(#fff 0%, #f8f7ff 100%);
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 14px;
  display: flex;
  overflow: hidden;
}

.mock-offer-eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #4f46e5;
  font-size: 8px;
  font-weight: 700;
}

.mock-offer-title {
  letter-spacing: -.02em;
  color: #0a0a1a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.mock-offer-meta {
  color: #6b7280;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.mock-offer-price {
  color: #0a0a1a;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 800;
}

.mock-offer-bullets {
  color: #374151;
  flex-direction: column;
  gap: 4px;
  font-size: 10px;
  display: flex;
}

.mock-check {
  color: #10b981;
  margin-right: 5px;
  font-weight: 700;
}

.mock-offer-cta {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #4f46e5;
  border-radius: 7px;
  margin-top: auto;
  padding: 8px 14px;
  font-size: 10.5px;
  font-weight: 600;
}

.mock-checkout {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-size: 11px;
  display: flex;
  overflow: hidden;
}

.mock-checkout-left {
  text-align: center;
  background: linear-gradient(160deg, #f5f3ff, #ede9fe);
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 14px;
  display: flex;
}

.mock-checkout-thumb {
  background: linear-gradient(135deg, #a78bfa, #4f46e5);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.mock-checkout-thumb-grid {
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  width: 28px;
  height: 28px;
  display: grid;
}

.mock-checkout-thumb-grid span {
  background: #fff9;
  border-radius: 2px;
}

.mock-checkout-prod {
  color: #1e1b4b;
  font-size: 11px;
  font-weight: 700;
}

.mock-checkout-prod-sub {
  color: #6b7280;
  font-size: 9px;
}

.mock-checkout-right {
  background: #fff;
  border-left: 1px solid #e5e7eb;
  flex-direction: column;
  flex: 1;
  gap: 5px;
  padding: 14px;
  display: flex;
}

.mock-checkout-line {
  color: #6b7280;
  justify-content: space-between;
  font-size: 10px;
  display: flex;
}

.mock-checkout-total {
  color: #0a0a1a;
  border-top: 1px dashed #e5e7eb;
  justify-content: space-between;
  margin-top: 2px;
  padding-top: 5px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.mock-checkout-field {
  color: #374151;
  background: #f3f4f6;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding: 6px 8px;
  font: 500 9px ui-monospace, monospace;
  display: flex;
}

.mock-checkout-lock {
  font-size: 10px;
}

.mock-checkout-pay {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #0a0a1a;
  border-radius: 6px;
  margin-top: auto;
  padding: 7px;
  font-size: 10px;
  font-weight: 700;
}

.mock-checkout-trust {
  color: #9ca3af;
  text-align: center;
  font-size: 8.5px;
}

.mock-course {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-size: 11px;
  display: flex;
  overflow: hidden;
}

.mock-course-side {
  background: #fff;
  border-right: 1px solid #e5e7eb;
  flex-direction: column;
  gap: 3px;
  width: 38%;
  padding: 10px 8px;
  display: flex;
}

.mock-course-side-title {
  color: #0a0a1a;
  padding: 0 6px 4px;
  font-size: 9px;
  font-weight: 700;
}

.mock-course-progress {
  flex-direction: column;
  gap: 3px;
  margin: 0 6px 6px;
  display: flex;
}

.mock-course-progress-bar {
  background: #e5e7eb;
  border-radius: 2px;
  height: 3px;
  overflow: hidden;
}

.mock-course-progress-fill {
  background: linear-gradient(90deg, #4f46e5, #a855f7);
  width: 60%;
  height: 100%;
}

.mock-course-progress span {
  color: #6b7280;
  font-size: 9px;
}

.mock-course-list {
  flex-direction: column;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.mock-course-list li {
  color: #4b5563;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  font-size: 9.5px;
  display: flex;
}

.mock-course-list li.current {
  color: #4338ca;
  background: #eef2ff;
  font-weight: 600;
}

.mock-course-list li.done {
  color: #9ca3af;
}

.mock-course-tick {
  background: #f3f4f6;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  font-size: 8px;
  font-weight: 700;
  display: flex;
}

.mock-course-list li.done .mock-course-tick {
  color: #065f46;
  background: #d1fae5;
}

.mock-course-list li.current .mock-course-tick {
  color: #fff;
  background: #4f46e5;
}

.mock-course-main {
  background: #fafbfc;
  flex-direction: column;
  flex: 1;
  gap: 6px;
  padding: 12px;
  display: flex;
  overflow: hidden;
}

.mock-course-eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6b7280;
  font-size: 8.5px;
  font-weight: 700;
}

.mock-course-h {
  color: #0a0a1a;
  letter-spacing: -.01em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.mock-course-player {
  background: linear-gradient(135deg, #1e1b4b, #4f46e5);
  border-radius: 7px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  display: flex;
}

.mock-course-play {
  color: #4338ca;
  background: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding-left: 2px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.mock-course-scrub {
  background: #ffffff40;
  border-radius: 2px;
  width: 80%;
  height: 3px;
  overflow: hidden;
}

.mock-course-scrub-fill {
  background: #fff;
  width: 35%;
  height: 100%;
}

.mock-course-time {
  color: #ffffffb3;
  font: 600 8px ui-monospace, monospace;
}

.mock-blog {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 12px;
  font-size: 11px;
  display: flex;
  overflow: hidden;
}

.mock-blog-head {
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 2px;
  padding: 0 0 8px;
}

.mock-blog-title {
  color: #0a0a1a;
  letter-spacing: -.01em;
  font-size: 13px;
  font-weight: 700;
}

.mock-blog-sub {
  color: #6b7280;
  margin-top: 1px;
  font-size: 9.5px;
}

.mock-blog-post {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 7px;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
  display: flex;
}

.mock-blog-post-locked {
  opacity: .72;
}

.mock-blog-post-title {
  color: #0a0a1a;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.3;
}

.mock-blog-post-meta {
  color: #6b7280;
  font-size: 9px;
}

.mock-blog-tag {
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  align-self: flex-start;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 700;
}

.mock-blog-tag-pub {
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.mock-blog-tag-mem {
  color: #4338ca;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.mock-dash-full {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  font-size: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px -10px #0f172a2e;
}

.mock-dash-chrome {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
}

.mock-dash-dots {
  gap: 4px;
  display: flex;
}

.mock-dash-dots i {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  font-style: normal;
  display: block;
}

.mock-dash-dots i:first-child {
  background: #ff5f57;
}

.mock-dash-dots i:nth-child(2) {
  background: #febc2e;
}

.mock-dash-dots i:nth-child(3) {
  background: #28c840;
}

.mock-dash-url {
  color: #6b7280;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  flex: 1;
  max-width: 240px;
  margin: 0 auto;
  padding: 3px 10px;
  font: 500 9px ui-monospace, monospace;
}

.mock-dash-body {
  grid-template-columns: 120px 1fr;
  min-height: 260px;
  display: grid;
}

.mock-dash-side {
  background: #fff;
  border-right: 1px solid #e5e7eb;
  flex-direction: column;
  gap: 1px;
  padding: 10px 8px;
  display: flex;
}

.mock-dash-side-brand {
  color: #4f46e5;
  padding: 2px 6px 10px;
  font-size: 13px;
  font-weight: 900;
}

.mock-dash-side-item {
  color: #4b5563;
  border-radius: 5px;
  padding: 5px 6px;
  font-size: 9.5px;
  font-weight: 500;
}

.mock-dash-side-item.active {
  color: #4338ca;
  background: #eef2ff;
  font-weight: 600;
}

.mock-dash-main {
  background: #f9fafb;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.mock-dash-toprow {
  display: flex;
}

.mock-dash-store-line {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mock-dash-store-line:before {
  content: "";
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mock-dash-avatar {
  background: linear-gradient(135deg, #1f1f2e, #0a0a1a);
  border-radius: 7px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.mock-dash-store-name {
  font-size: 11px;
  font-weight: 700;
}

.mock-dash-store-handle {
  color: #6b7280;
  font: 500 9px ui-monospace, monospace;
}

.mock-dash-pill {
  border-radius: 9999px;
  margin-left: auto;
  padding: 2px 7px;
  font-size: 8.5px;
  font-weight: 700;
}

.mock-dash-pill-live {
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.mock-dash-metrics-row {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  display: grid;
}

.mock-dash-metric {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 8px;
}

.mock-dash-metric-l {
  letter-spacing: .08em;
  color: #9ca3af;
  text-transform: uppercase;
  font-size: 7.5px;
  font-weight: 700;
}

.mock-dash-metric-v {
  letter-spacing: -.02em;
  color: #0a0a1a;
  margin: 2px 0;
  font-size: 14px;
  font-weight: 800;
}

.mock-dash-metric-d {
  color: #059669;
  font-size: 8.5px;
  font-weight: 600;
}

.mock-dash-chart-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  flex: 1;
  padding: 8px;
}

.mock-dash-chart-head {
  color: #374151;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-size: 9.5px;
  font-weight: 600;
  display: flex;
}

.mock-dash-chart-pill {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 8px;
}

.mock-dash-svg {
  width: 100%;
  height: 60px;
  display: block;
}

.mock-dash-orders {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 8px;
}

.mock-dash-orders-head {
  color: #374151;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 9.5px;
  font-weight: 600;
  display: flex;
}

.mock-dash-orders-link {
  color: #4f46e5;
  font-size: 8.5px;
}

.mock-dash-orders-row {
  border-bottom: 1px solid #f3f4f6;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  display: grid;
}

.mock-dash-orders-row:last-child {
  border-bottom: none;
}

.mock-dash-orders-c {
  color: #4338ca;
  background: #eef2ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 8px;
  font-weight: 700;
  display: flex;
}

.mock-dash-orders-p {
  color: #1f2937;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 9px;
  font-weight: 500;
  overflow: hidden;
}

.mock-dash-orders-a {
  color: #0a0a1a;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
}

.mock-mobile {
  background: linear-gradient(160deg, #f5f3ff 0%, #ede9fe 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  display: flex;
}

.mock-mobile-frame {
  aspect-ratio: 9 / 19;
  background: #0a0a1a;
  border-radius: 24px;
  width: 100%;
  max-width: 150px;
  padding: 5px;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff14, 0 20px 40px -10px #0f172a66;
}

.mock-mobile-notch {
  z-index: 2;
  background: #0a0a1a;
  border-radius: 0 0 10px 10px;
  width: 36%;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.mock-mobile-screen {
  background: #fff;
  border-radius: 19px;
  flex-direction: column;
  height: 100%;
  font-size: 8px;
  display: flex;
  overflow: hidden;
}

.mock-mobile-statusbar {
  color: #0a0a1a;
  justify-content: space-between;
  padding: 6px 10px 2px;
  font: 700 7px ui-monospace, monospace;
  display: flex;
}

.mock-mobile-store {
  border-bottom: 1px solid #f3f4f6;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  display: flex;
}

.mock-mobile-avatar {
  background: linear-gradient(135deg, #1f1f2e, #0a0a1a);
  border-radius: 8px;
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
}

.mock-mobile-name {
  color: #0a0a1a;
  font-size: 10px;
  font-weight: 700;
}

.mock-mobile-handle {
  color: #6b7280;
  font-family: ui-monospace, monospace;
  font-size: 8px;
}

.mock-mobile-bio {
  color: #4b5563;
  font-size: 8px;
  line-height: 1.4;
}

.mock-mobile-stats {
  color: #6b7280;
  gap: 8px;
  margin-top: 3px;
  font-size: 8px;
  display: flex;
}

.mock-mobile-stats b {
  color: #0a0a1a;
}

.mock-mobile-card {
  border-bottom: 1px solid #f9fafb;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  display: flex;
}

.mock-mobile-card-thumb {
  background: linear-gradient(135deg, #4f46e5, #a855f7);
  border-radius: 7px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.mock-mobile-card-thumb-2 {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.mock-mobile-card-body {
  flex: 1;
  min-width: 0;
}

.mock-mobile-card-tag {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b7280;
  font-size: 6.5px;
  font-weight: 700;
}

.mock-mobile-card-title {
  color: #0a0a1a;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 8.5px;
  font-weight: 700;
  overflow: hidden;
}

.mock-mobile-card-price {
  color: #4f46e5;
  font-size: 9px;
  font-weight: 700;
}

.mock-video {
  background: #0a0a1a;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 8px 30px -10px #0f172a4d;
}

.mock-video-bg {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1e1b4b 0%, #4f46e5 50%, #7c3aed 100%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mock-video-glow {
  background: radial-gradient(60% 60% at 50% 40%, #a855f780, #0000 65%);
  position: absolute;
  inset: 0;
}

.mock-video-play {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  background: #ffffff2e;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding-left: 3px;
  display: flex;
  position: relative;
}

.mock-video-bar {
  background: #111827;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  display: flex;
}

.mock-video-time {
  color: #fff9;
  white-space: nowrap;
  font: 600 9px ui-monospace, monospace;
}

.mock-video-scrub {
  background: #ffffff26;
  border-radius: 2px;
  flex: 1;
  height: 3px;
  overflow: hidden;
}

.mock-video-scrub-fill {
  background: #fff;
  width: 14%;
  height: 100%;
}

.mock-video-caption {
  background: #111827;
  border-top: 1px solid #ffffff0d;
  padding: 8px 12px 10px;
}

.mock-video-caption-eyebrow {
  letter-spacing: .1em;
  color: #ffffff73;
  text-transform: uppercase;
  margin-bottom: 2px;
  font: 700 7.5px ui-monospace, monospace;
}

.mock-video-caption-title {
  color: #ffffffe6;
  font-size: 10.5px;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .v2n-build-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2n-five-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .v2n-five-card, .v2n-five-card-4 {
    grid-column: span 2;
  }

  .v2n-five-card-5 {
    grid-column: 2 / span 2;
  }

  .v2n-pricing-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
    margin: 0 auto;
  }

  .v2d-wide-inner {
    grid-template-columns: 220px 1fr;
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .v2n-pricing-grid-3 {
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
    margin: 0 auto;
  }

  .hv3-ltd-banner {
    padding: 26px 28px;
  }

  .hv3-ltd-banner-body {
    gap: 28px;
  }

  .v2d-row {
    grid-template-columns: 1fr;
  }

  .v2d-wide-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .v2d-card--wide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .v2d-wide-visual {
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    overflow: visible;
  }

  .v2d-wide-visual:after {
    content: "";
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to right, #0000, #f8f7ff 80%);
    width: 56px;
    position: absolute;
    top: 0;
    bottom: 8px;
    right: 0;
  }

  .v2d-journey {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 56px;
    overflow-x: auto;
  }

  .v2d-journey::-webkit-scrollbar {
    display: none;
  }

  .v2d-journey-step {
    scroll-snap-align: start;
    flex: 0 0 76px;
    width: 76px;
  }

  .v2d-journey-arrow {
    display: flex;
  }

  .v2d-card--vstack {
    padding: 28px 28px 0;
  }

  .v2d-card--wide > .v2d-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .v2n-media-grid-6040 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .v2n-five-grid {
    grid-template-columns: 1fr;
  }

  .v2n-five-card, .v2n-five-card-4, .v2n-five-card-5 {
    grid-column: span 1;
  }

  .v2n-build-grid {
    grid-template-columns: 1fr;
  }
}

.pp-mobile-carousel-wrap {
  display: contents;
}

.pp-mobile-arrow {
  display: none;
}

@media (max-width: 640px) {
  .v2n-pricing-grid-4 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .pp-mobile-carousel-wrap {
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .pp-mobile-arrow {
    flex-shrink: 0;
    display: flex;
  }

  .v2n-pricing-grid-3 {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-y;
    flex: 1;
    grid-template-columns: none;
    gap: 14px;
    min-width: 0;
    max-width: 100%;
    padding: 6px 8px 16px;
    display: flex;
    overflow: auto visible;
  }

  .v2n-pricing-grid-3::-webkit-scrollbar {
    display: none;
  }

  .v2n-pricing-grid-3 > .v2-plan {
    scroll-snap-align: center;
    flex: 0 0 calc(100% - 16px);
    max-width: calc(100% - 16px);
  }

  .hv3-ltd-banner {
    padding: 22px 20px;
  }

  .hv3-ltd-banner-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .hv3-ltd-banner-points {
    flex-direction: column;
    gap: 8px;
  }

  .v2n-faq-q {
    padding: 16px 14px;
    font-size: 15px;
  }

  .v2n-faq-a p {
    padding: 0 14px 16px;
  }

  .v2n-section-head, .v2d-head {
    margin-bottom: 32px;
  }

  .v2n-build {
    padding-top: 40px;
  }
}

.v2n-build-pin-track, .v2n-build-pin-inner {
  display: contents;
}

@media (max-width: 880px) {
  .v2n-build-pin-track.v2n-build-pin-active {
    min-height: 400vh;
    display: block;
    position: relative;
  }

  .v2n-build-pin-track.v2n-build-pin-active .v2n-build-pin-inner {
    display: block;
    position: sticky;
    top: 88px;
  }

  .v2n-build-pin-track.v2n-build-pin-active .v2n-carousel-viewport {
    scroll-snap-type: none;
    touch-action: pan-y;
    overscroll-behavior-x: none;
    overflow-x: hidden;
  }

  .v2n-build-pin-track.v2n-build-pin-active .v2n-carousel-btn {
    display: none;
  }
}

@media (max-width: 480px) {
  .v2n-section-head {
    margin-bottom: 32px;
  }

  .v2n-difference-list {
    gap: 10px;
  }
}

.v2d-card--phone {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 0;
  min-height: 340px;
  padding: 32px 0 0 32px;
  display: grid;
  overflow: hidden;
}

.v2d-phone-copy {
  flex-direction: column;
  gap: 12px;
  padding-bottom: 32px;
  padding-right: 16px;
  display: flex;
}

.v2d-phone-visual {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.v2d-from-phone-img {
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 48px #0000002e);
  flex-shrink: 0;
  width: 220px;
  height: auto;
  display: block;
}

.v2d-lead-visual {
  padding-top: 8px;
  padding-bottom: 28px;
  border-top: none !important;
}

.v2d-lead-diagram {
  width: 100%;
  height: 230px;
  position: relative;
}

.v2d-lead-svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.v2d-lead-node {
  color: #0a0a1a;
  white-space: nowrap;
  z-index: 1;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  align-items: center;
  gap: 8px;
  padding: 7px 14px 7px 7px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 8px #0000000f;
}

.v2d-lead-node-icon {
  color: #4f46e5;
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.v2d-lead-node--signin {
  top: 4%;
  right: 0;
}

.v2d-lead-node--store {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.v2d-lead-node--checkout {
  bottom: 4%;
  left: 28%;
}

.v2d-lead-center {
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  background: #4f46e5;
  border-radius: 100px;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 9px;
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translateY(-50%);
  box-shadow: 0 6px 20px #4f46e559;
}

.v2d-lead-center-icon {
  background: #ffffff38;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

@media (max-width: 860px) {
  .v2d-card--phone {
    grid-template-columns: 1fr;
    align-items: center;
    min-height: auto;
    padding: 28px 28px 0;
  }

  .v2d-phone-copy {
    text-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .v2d-phone-visual {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .v2d-from-phone-img {
    width: 180px;
  }

  .v2d-lead-diagram {
    height: 200px;
  }

  .v2d-wide-copy, .v2d-vstack-copy {
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .v2d-from-phone-img {
    width: 160px;
  }

  .v2d-lead-node {
    padding: 5px 11px 5px 5px;
    font-size: 11px;
  }

  .v2d-lead-node-icon {
    width: 22px;
    height: 22px;
  }

  .v2d-lead-center {
    padding: 7px 14px 7px 7px;
    font-size: 12px;
  }

  .v2d-lead-center-icon {
    width: 26px;
    height: 26px;
  }

  .v2d-lead-diagram {
    height: 180px;
  }

  .v2d-lead-node--checkout {
    left: 22%;
  }

  .v2d-lead-center {
    left: 32%;
  }
}

/* [project]/src/app/polish.css [app-client] (css) */
.v2n-problem-grid {
  gap: 24px;
}

.v2n-stack-card {
  background: linear-gradient(#fdfcfa 0%, #fff 70%);
  border: 1px solid #ececec;
  gap: 16px;
  padding: 32px 30px 28px;
  transition: border-color .18s, box-shadow .18s;
  box-shadow: 0 1px 2px #0f172a0a;
}

.v2n-stack-card:hover {
  border-color: #d6d3cf;
  box-shadow: 0 12px 30px -16px #0f172a1a;
}

.v2n-stack-card:before {
  display: none;
}

.v2n-stack-flag {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a6a2a;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.v2n-stack-flag-dot {
  background: #c08a2c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px #c08a2c29;
}

.v2n-stack-platform .v2n-stack-flag {
  color: #7a5a52;
}

.v2n-stack-platform .v2n-stack-flag-dot {
  background: #a86e60;
  box-shadow: 0 0 0 3px #a86e6029;
}

.v2n-stack-title {
  letter-spacing: -.02em;
  text-transform: none;
  color: #0a0a1a;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.v2n-stack-card .v2n-stack-list li {
  color: #1f2937;
  border-bottom: 1px solid #f3f1ee;
  grid-template-columns: 14px 1fr auto;
  gap: 14px;
  padding: 11px 0;
  font-size: 14.5px;
}

.v2n-stack-icon-mark {
  color: #b9a48a;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  display: inline-flex;
}

.v2n-stack-platform .v2n-stack-icon-mark {
  color: #c0a39a;
}

.v2n-stack-name {
  color: #111827;
  font-weight: 600;
}

.v2n-stack-card .v2n-stack-meta {
  color: #9b8e7a;
  font-family: ui-monospace, JetBrains Mono, monospace;
  font-size: 12px;
  font-style: normal;
}

.v2n-stack-platform .v2n-stack-meta {
  color: #9b827a;
}

.v2n-stack-summary {
  color: #6b7280;
  border-top: 1px solid #ececec;
  margin-top: 6px;
  padding-top: 16px;
  font-size: 13.5px;
}

.v2n-problem-close {
  letter-spacing: -.015em;
  margin-top: 56px;
  font-size: 21px;
}

.v2n-difference {
  border-top: 1px solid var(--section-divider);
  background: #fff;
}

.v2n-five-grid {
  gap: 20px;
}

.v2n-five-card {
  background: #fff;
  border: 1px solid #ececec;
  gap: 14px;
  padding: 28px 26px 26px;
  position: relative;
  box-shadow: 0 1px 2px #0f172a0a;
}

.v2n-five-card:hover {
  border-color: #6366f138;
  transform: translateY(-1px);
  box-shadow: 0 14px 36px -16px #0f172a1a;
}

.v2n-five-card .v2n-five-icon {
  color: #4f46e5;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 0;
  position: relative;
}

.v2n-five-card .v2n-five-icon svg {
  display: block;
}

.v2n-five-num {
  letter-spacing: .1em;
  color: #c7c7d0;
  font: 700 11px ui-monospace, JetBrains Mono, monospace;
  position: absolute;
  top: 22px;
  right: 26px;
}

.v2n-five-card h3 {
  letter-spacing: -.02em;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.3;
}

.v2n-five-card p {
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.6;
}

.v2n-build-grid {
  gap: 20px;
}

.v2n-build-card {
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px 2px #0f172a0a;
}

.v2n-build-card:hover {
  border-color: #dcdce4;
  box-shadow: 0 16px 36px -16px #0f172a1f;
}

.v2n-build-card .v2n-build-media {
  aspect-ratio: 16 / 11;
  background: #f7f7f9;
  border-bottom: 1px solid #ececec;
  justify-content: stretch;
  align-items: stretch;
  padding: 14px 14px 0;
  display: flex;
  overflow: hidden;
}

.v2n-build-body {
  gap: 6px;
  padding: 22px 22px 24px;
}

.v2n-build-body h3 {
  letter-spacing: -.015em;
  font-size: 17px;
}

.v2n-build-body p {
  color: #6b7280;
  font-size: 13.5px;
  line-height: 1.55;
}

.zfx {
  color: #0a0a1a;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px -18px #0f172a33;
}

.zfx-top {
  background: #fff;
  border-bottom: 1px solid #ececec;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  display: grid;
}

.zfx-brand {
  letter-spacing: -.01em;
  color: #0a0a1a;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.zfx-brand-dot {
  background: #0a0a1a;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.zfx-brand-dot:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 3px;
}

.zfx-search {
  color: #9ca3af;
  background: #f3f4f6;
  border-radius: 9999px;
  align-items: center;
  gap: 6px;
  height: 20px;
  padding: 0 10px;
  font-size: 9px;
  display: flex;
}

.zfx-search-i {
  border: 1.2px solid #9ca3af;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.zfx-create {
  color: #fff;
  background: #4f46e5;
  border-radius: 9999px;
  align-items: center;
  gap: 3px;
  padding: 4px 9px;
  font-size: 9px;
  font-weight: 600;
  display: inline-flex;
}

.zfx-body {
  grid-template-columns: 90px 1fr;
  min-height: 0;
  display: grid;
}

.zfx-side {
  background: #fff;
  border-right: 1px solid #ececec;
  flex-direction: column;
  gap: 2px;
  padding: 10px 6px;
  display: flex;
  overflow: hidden;
}

.zfx-side-group {
  letter-spacing: .1em;
  color: #b6b6c0;
  text-transform: uppercase;
  padding: 6px 6px 4px;
  font-size: 7.5px;
  font-weight: 700;
}

.zfx-side-item {
  color: #4b5563;
  white-space: nowrap;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  font-size: 9px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.zfx-side-item svg {
  opacity: .7;
  flex-shrink: 0;
}

.zfx-side-item.on {
  color: #4338ca;
  background: #eef2ff;
  font-weight: 600;
}

.zfx-side-item.on svg {
  opacity: 1;
}

.zfx-main {
  background: #f7f7f9;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.zfx-h {
  letter-spacing: -.01em;
  color: #0a0a1a;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.zfx-h-count {
  color: #6b7280;
  font-size: 9px;
  font-weight: 500;
}

.zfx-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 7px;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  display: flex;
}

.zfx-thumb {
  background: linear-gradient(135deg, #a78bfa, #4f46e5);
  border-radius: 5px;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.zfx-thumb.t2 {
  background: linear-gradient(135deg, #c084fc, #7c3aed);
}

.zfx-thumb.t3 {
  background: linear-gradient(135deg, #818cf8, #4f46e5);
}

.zfx-thumb.tBlog {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.zfx-thumb.tCourse {
  background: linear-gradient(135deg, #1e1b4b, #4f46e5);
}

.zfx-rowname {
  color: #111827;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.3;
}

.zfx-rowsub {
  color: #6b7280;
  font-size: 8.5px;
  line-height: 1.3;
}

.zfx-pill {
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 9999px;
  margin-left: auto;
  padding: 2px 6px;
  font-size: 7.5px;
  font-weight: 700;
}

.zfx-pill.green {
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.zfx-pill.indigo {
  color: #4338ca;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.zfx-pill.gray {
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}

.zfx-checkrow {
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  display: grid;
}

.zfx-stripe {
  z-index: 3;
  background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.zfx-page {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 7px;
  padding: 8px 10px;
}

.zfx-page-h {
  color: #0a0a1a;
  border-bottom: 1px solid #f3f4f6;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: 9.5px;
  font-weight: 700;
  display: flex;
}

.zfx-page-tabs {
  color: #6b7280;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 9px;
  display: flex;
}

.zfx-page-tabs span {
  padding-bottom: 4px;
}

.zfx-page-tabs .on {
  color: #4f46e5;
  border-bottom: 1.5px solid #4f46e5;
  font-weight: 700;
}

.zfx-line {
  background: #fff;
  border: 1px solid #f0f0f3;
  border-radius: 5px;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  padding: 5px 6px;
  display: grid;
}

.zfx-grip {
  background: radial-gradient(circle, #c8c8d0 1px, #0000 1px) 0 0 / 3px 3px;
  width: 5px;
  height: 8px;
}

.zfx-line-name {
  color: #111827;
  font-size: 9px;
  font-weight: 600;
}

.zfx-toggle {
  background: #4f46e5;
  border-radius: 9999px;
  width: 18px;
  height: 11px;
  position: relative;
}

.zfx-toggle:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1.5px;
  right: 1.5px;
}

.zfx-toggle.off {
  background: #d1d5db;
}

.zfx-toggle.off:after {
  left: 1.5px;
  right: auto;
}

.zfx-hero {
  background: radial-gradient(circle at 30% 40%, #c4b5fd, #0000 60%), linear-gradient(135deg, #a78bfa 0%, #7c3aed 70%, #6d28d9 100%);
  border-radius: 7px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.zfx-hero:after {
  content: "";
  background: radial-gradient(at 50% 100%, #ffffff2e, #0000 60%);
  position: absolute;
  inset: 0;
}

.zfx-module {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 7px;
  margin-bottom: 5px;
  padding: 7px 10px;
}

.zfx-module-h {
  color: #0a0a1a;
  justify-content: space-between;
  align-items: center;
  font-size: 9.5px;
  font-weight: 700;
  display: flex;
}

.zfx-lesson {
  color: #4b5563;
  align-items: center;
  gap: 6px;
  padding: 4px 0 4px 12px;
  font-size: 8.5px;
  display: flex;
}

.zfx-lesson-n {
  color: #4338ca;
  background: #eef2ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  font-size: 7.5px;
  font-weight: 700;
  display: inline-flex;
}

.zfx-tag-private {
  letter-spacing: .06em;
  color: #047857;
  text-transform: uppercase;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 3px;
  margin-left: auto;
  padding: 1px 4px;
  font-size: 7px;
  font-weight: 700;
}

.zfx-postrow {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  padding: 6px 8px;
  font-size: 9px;
  display: grid;
}

.zfx-postrow-name {
  color: #0a0a1a;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  display: flex;
}

.zfx-postrow-slug {
  color: #9ca3af;
  font: 500 7.5px ui-monospace, monospace;
}

.zfx-tag {
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 7px;
  font-weight: 700;
}

.zfx-tag-pub {
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.zfx-tag-priv {
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #fde68a;
}

.v2n-compare {
  border-top: 1px solid var(--section-divider);
  background: #fff;
}

.v2n-compare-table {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 50px -22px #0f172a1a;
}

.v2n-compare-head {
  background: none;
  border-bottom: 1px solid #ececec;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.v2n-compare-head .v2n-compare-cell {
  letter-spacing: .12em;
  color: #9ca3af;
  text-transform: uppercase;
  border-right: none;
  padding: 18px 20px;
  font-size: 11px;
  font-weight: 700;
}

.v2n-compare-head .v2n-compare-cell:last-child {
  color: #9ca3af;
}

.v2n-compare-corner {
  color: #c7c7d0 !important;
  letter-spacing: .1em !important;
  font-weight: 600 !important;
}

.v2n-compare-z-head {
  position: relative;
  color: #0a0a1a !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
  background: #fff !important;
  padding: 16px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.v2n-compare-z-head:before {
  content: "";
  background: linear-gradient(90deg, #6366f1, #a855f7);
  border-radius: 16px 16px 0 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.v2n-compare-z-head:after {
  content: "";
  background: #6366f14d;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.v2n-compare-z-mark {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 700;
}

.v2n-compare-row {
  border-bottom: 1px solid #f3f1ee;
}

.v2n-compare-row-alt {
  background: none;
}

.v2n-compare-row:hover {
  background: #fafafa;
}

.v2n-compare-cell {
  border-right: none;
  padding: 18px 20px;
  font-size: 14px;
}

.v2n-compare-feat {
  color: #0a0a1a;
  font-size: 14.5px;
  font-weight: 600;
}

.v2n-compare-z {
  color: #1e1b4b;
  border-left: none;
  margin-left: 0;
  font-weight: 700;
  position: relative;
  background: linear-gradient(#6366f10d, #6366f108) !important;
  border-right: none !important;
}

.v2n-compare-z:before, .v2n-compare-z:after {
  content: "";
  background: #6366f12e;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.v2n-compare-z:before {
  left: 0;
}

.v2n-compare-z:after {
  right: 0;
}

.v2n-compare-z strong {
  color: #1e1b4b;
  font-weight: 700;
}

.v2n-compare-icon {
  width: 22px;
  height: 22px;
}

.v2n-compare-icon-good {
  color: #4f46e5;
  background: #6366f11f;
}

.v2n-compare-icon-no-good {
  color: #4f46e5;
  background: #6366f11f;
  position: relative;
}

.v2n-compare-icon-no-good svg {
  display: block;
}

.v2n-compare-other {
  color: #6b7280;
}

.v2n-compare-other .v2n-compare-icon-neutral {
  color: #0000;
  background: #f3f4f6;
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}

.v2n-compare-other .v2n-compare-icon-neutral:after {
  content: "";
  background: #9ca3af;
  border-radius: 2px;
  width: 7px;
  height: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v2n-compare-close {
  color: #6b7280;
  margin-top: 36px;
  font-size: 14.5px;
}

.v2-media {
  background: #fafafa00;
}

.v2n-media-grid-6040 {
  align-items: stretch;
  gap: 24px;
}

.v2n-media-stack {
  gap: 24px;
}

.v2n-media-cell {
  gap: 14px;
}

.v2n-media-caption {
  color: #9ca3af;
  text-align: left;
  padding-left: 4px;
  font-size: 13px;
  font-style: italic;
}

.zframe {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffffb3, 0 24px 60px -24px #0f172a38, 0 8px 20px -10px #0f172a1a;
}

.zframe-chrome {
  background: #fafafa;
  border-bottom: 1px solid #ececec;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  display: flex;
}

.zframe-dots {
  gap: 6px;
  display: flex;
}

.zframe-dots span {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.zframe-dots span:first-child {
  background: #ff5f57;
}

.zframe-dots span:nth-child(2) {
  background: #febc2e;
}

.zframe-dots span:nth-child(3) {
  background: #28c840;
}

.zframe-url {
  color: #6b7280;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  flex: 1;
  max-width: 320px;
  margin: 0 auto;
  padding: 4px 12px;
  font: 500 11px ui-monospace, JetBrains Mono, monospace;
  overflow: hidden;
}

.zframe-img {
  width: 100%;
  height: auto;
  display: block;
}

.zframe-img.crop {
  object-fit: cover;
  object-position: top left;
  width: 100%;
  height: 100%;
}

.zframe-shot {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.zphone {
  aspect-ratio: 9 / 19.5;
  background: #0a0a1a;
  border-radius: 32px;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 6px;
  position: relative;
  box-shadow: 0 30px 70px -20px #0f172a66, inset 0 0 0 1.5px #1f1f2e;
}

.zphone-notch {
  z-index: 2;
  background: #0a0a1a;
  border-radius: 9999px;
  width: 38%;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.zphone-screen {
  background: #fff;
  border-radius: 26px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zphone-screen img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  display: block;
}

.zphone-wrap {
  background: radial-gradient(70% 60% at 50% 30%, #6366f11a, #0000 60%), linear-gradient(#fafafa 0%, #f3f4f6 100%);
  border: 1px solid #ececec;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 36px 20px 28px;
  display: flex;
  box-shadow: 0 16px 40px -20px #0f172a24;
}

.zvideo {
  border: 1px solid #ececec;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px -18px #0f172a33;
}

.zvideo-frame {
  aspect-ratio: 16 / 10;
  background: radial-gradient(70% 70% at 50% 40%, #a855f773, #0000 65%), linear-gradient(135deg, #1e1b4b 0%, #4338ca 50%, #7c3aed 100%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.zvideo-frame:before {
  content: "";
  background: radial-gradient(circle at 20% 80%, #ec489933, #0000 50%), radial-gradient(circle at 80% 20%, #6366f14d, #0000 50%);
  position: absolute;
  inset: 0;
}

.zvideo-play {
  z-index: 1;
  -webkit-backdrop-filter: blur(14px);
  background: #ffffff29;
  border: 1px solid #ffffff52;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 24px #0003;
}

.zvideo-play svg {
  color: #fff;
}

.zvideo-bar {
  background: #0a0a1a;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  display: flex;
}

.zvideo-time {
  color: #fff9;
  white-space: nowrap;
  font: 600 11px ui-monospace, JetBrains Mono, monospace;
}

.zvideo-track {
  background: #ffffff26;
  border-radius: 2px;
  flex: 1;
  height: 3px;
  overflow: hidden;
}

.zvideo-fill {
  background: linear-gradient(90deg, #6366f1, #a855f7);
  width: 24%;
  height: 100%;
}

.zvideo-meta {
  z-index: 1;
  color: #fffffff2;
  position: absolute;
  bottom: 56px;
  left: 16px;
}

.zvideo-meta-eyebrow {
  letter-spacing: .16em;
  color: #ffffff8c;
  text-transform: uppercase;
  margin-bottom: 4px;
  font: 700 10px ui-monospace, JetBrains Mono, monospace;
}

.zvideo-meta-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 700;
}

.v2-faq {
  border-top: 1px solid var(--section-divider);
  background: #fff;
}

.v2n-faq-list {
  gap: 0;
  max-width: 820px;
}

.v2n-faq-item {
  box-shadow: none;
  background: none;
  border: none;
  border-top: 1px solid #ececec;
  border-radius: 0;
  transition: background-color .18s;
}

.v2n-faq-item:last-child {
  border-bottom: 1px solid #ececec;
}

.v2n-faq-item-open {
  box-shadow: none;
  background: #fafafa;
  border-color: #e5e7eb;
}

.v2n-faq-q {
  letter-spacing: -.015em;
  color: #0a0a1a;
  padding: 22px 24px;
  font-size: 17px;
  font-weight: 600;
}

.v2n-faq-q:hover, .v2n-faq-q:hover .v2n-faq-chev {
  color: #4f46e5;
}

.v2n-faq-chev {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: transform .22s cubic-bezier(.16, 1, .3, 1), background-color .15s, color .15s;
  display: inline-flex;
}

.v2n-faq-item-open .v2n-faq-chev {
  color: #4f46e5;
  background: #eef2ff;
}

.v2n-faq-a-wrap {
  transition: grid-template-rows .28s cubic-bezier(.16, 1, .3, 1);
}

.v2n-faq-a p {
  color: #4b5563;
  max-width: 720px;
  padding: 0 24px 22px;
  font-size: 15.5px;
  line-height: 1.65;
}

.v2-cta.v2n-cta {
  background: radial-gradient(80% 80% at 50% 0, #6366f133, #0000 55%), radial-gradient(60% 70% at 30% 100%, #6366f12e, #0000 55%), radial-gradient(60% 70% at 80% 90%, #a855f729, #0000 55%), #06061a;
  padding-top: clamp(96px, 11vw, 140px);
  padding-bottom: clamp(96px, 11vw, 140px);
}

.v2-cta.v2n-cta:before {
  display: none;
}

.v2n-cta-bridge {
  z-index: 2;
  background: linear-gradient(90deg, #0000, #6366f159, #0000);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.v2n-cta .v2-cta-headline {
  letter-spacing: -.025em;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.05;
}

.v2n-cta .v2-cta-sub {
  color: #ffffff9e;
  max-width: 580px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.v2n-cta .v2-cta-row {
  margin-top: 36px;
}

.v2n-cta-eyebrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #ffffffa6;
  -webkit-backdrop-filter: blur(10px);
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 6px 14px;
  font: 700 11px Inter, sans-serif;
  display: inline-flex;
}

.v2n-cta-eyebrow-dot {
  background: #a5b4fc;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px #a5b4fc33;
}

.v2n-cta-glow {
  background: radial-gradient(#6366f14d, #0000 60%);
  width: 900px;
  height: 600px;
}

.v2n-cta-fade {
  background: linear-gradient(0deg, #0000008c, #0000);
  height: 140px;
}

@media (max-width: 1000px) {
  .v2n-build-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zframe-url {
    max-width: 220px;
  }
}

@media (max-width: 900px) {
  .v2n-media-grid-6040 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .v2n-stack-card {
    padding: 26px 22px 22px;
  }

  .v2n-stack-title {
    font-size: 18px;
  }

  .v2n-five-num {
    display: none;
  }

  .v2n-build-grid {
    grid-template-columns: 1fr;
  }

  .v2n-faq-q {
    padding: 18px 16px;
    font-size: 16px;
  }

  .v2n-faq-a p {
    padding: 0 16px 20px;
  }

  .v2n-cta .v2-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .v2n-cta .v2-cta-row .btn-marketing {
    justify-content: center;
  }

  .v2n-stack-list li {
    flex-wrap: wrap;
    grid-template-columns: auto 1fr;
  }

  .v2n-stack-meta {
    grid-column: 1 / -1;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .v2n-section-head {
    padding: 0 4px;
  }

  .h-section {
    font-size: clamp(24px, 7vw, 34px);
  }

  .v2n-five-card {
    padding: 22px 18px 20px;
  }

  .v2n-faq-q {
    padding: 16px 14px;
    font-size: 15px;
  }

  .v2n-faq-a p {
    padding: 0 14px 16px;
    font-size: 14px;
  }

  .zframe {
    border-radius: 12px;
  }

  .zframe-chrome {
    padding: 8px 10px;
  }
}

/* [project]/src/components/modals/LoginModal.css [app-client] (css) */
.lm-overlay {
  z-index: 200;
  -webkit-backdrop-filter: blur(6px);
  background: radial-gradient(55% 60% at 20% 20%, #6366f159, #0000 60%), radial-gradient(50% 55% at 85% 30%, #a855f747, #0000 55%), radial-gradient(60% 50% at 60% 90%, #ec489938, #0000 55%), #06061acc;
  justify-content: center;
  align-items: center;
  padding: 24px;
  animation: .18s cubic-bezier(.16, 1, .3, 1) both lm-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes lm-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lm-panel {
  -webkit-backdrop-filter: blur(28px) saturate(185%);
  color: #fff;
  background: #0e0e1aeb;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  width: 100%;
  max-width: 440px;
  padding: 36px 32px 28px;
  animation: .26s cubic-bezier(.16, 1, .3, 1) both lm-slide-up;
  position: relative;
  box-shadow: 0 0 0 1px #ffffff0d, 0 40px 80px -20px #000000b3;
}

@keyframes lm-slide-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lm-close {
  cursor: pointer;
  color: #ffffff73;
  background: #ffffff0f;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 14px;
  right: 14px;
}

.lm-close:hover {
  color: #fff;
  background: #ffffff1f;
}

.lm-logo {
  margin-bottom: 20px;
}

.lm-heading {
  letter-spacing: -.02em;
  color: #fff;
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
}

.lm-sub {
  color: #ffffff73;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}

.lm-oauth-group {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
  display: flex;
}

.lm-oauth-btn {
  color: #fff;
  cursor: pointer;
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  transition: background .15s, border-color .15s, transform .15s;
  display: flex;
}

.lm-oauth-btn:hover:not(:disabled) {
  background: #ffffff1f;
  border-color: #fff3;
  transform: translateY(-1px);
}

.lm-oauth-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.lm-divider {
  color: #ffffff4d;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  font-size: 13px;
  display: flex;
}

.lm-divider:before, .lm-divider:after {
  content: "";
  background: #ffffff1a;
  flex: 1;
  height: 1px;
}

.lm-form {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.lm-input {
  color: #fff;
  box-sizing: border-box;
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .15s, box-shadow .15s;
}

.lm-input::placeholder {
  color: #ffffff47;
}

.lm-input:focus {
  border-color: #6366f18c;
  box-shadow: 0 0 0 3px #6366f12e;
}

.lm-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 14px;
  width: 100%;
  padding: 14px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  transition: opacity .15s, transform .15s, box-shadow .15s;
  box-shadow: 0 8px 24px #6366f159;
}

.lm-btn:hover:not(:disabled) {
  opacity: .92;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px #6366f173;
}

.lm-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.lm-agree {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  display: flex;
}

.lm-agree-checkbox {
  appearance: none;
  cursor: pointer;
  background: #ffffff0d;
  border: 1.5px solid #ffffff40;
  border-radius: 5px;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  transition: border-color .15s, background .15s;
  position: relative;
}

.lm-agree-checkbox:checked {
  background: #6366f1;
  border-color: #6366f1;
}

.lm-agree-checkbox:checked:after {
  content: "";
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 1.5px;
  left: 4px;
  transform: rotate(45deg);
}

.lm-agree-checkbox:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #6366f199;
}

@keyframes lm-shake {
  0%, 100% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(-6px);
  }

  30% {
    transform: translateX(5px);
  }

  45% {
    transform: translateX(-4px);
  }

  60% {
    transform: translateX(3px);
  }

  75% {
    transform: translateX(-2px);
  }
}

.lm-agree--shake {
  animation: .55s cubic-bezier(.36, .07, .19, .97) both lm-shake;
}

.lm-agree--shake .lm-agree-checkbox {
  border-color: #f87171;
  box-shadow: 0 0 0 3px #ef444438;
}

.lm-agree span {
  color: #fff6;
  font-size: 12px;
  line-height: 1.5;
}

.lm-agree a {
  color: #8b5cf6d9;
  text-decoration: none;
  transition: color .15s;
}

.lm-agree a:hover {
  color: #a78bfa;
}

.lm-error {
  color: #fca5a5;
  text-align: center;
  background: #ef44441a;
  border: 1px solid #ef444438;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
}

.lm-success {
  color: #6ee7b7;
  text-align: center;
  background: #10b9811a;
  border: 1px solid #10b98138;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
}

.lm-input-code {
  text-align: center;
  letter-spacing: .25em;
  font-family: monospace;
  font-size: 22px;
}

.lm-footer-row {
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.lm-footer-row .lm-link {
  font-size: 13px;
}

.lm-link {
  text-align: center;
  color: #ffffff73;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
  display: block;
}

.lm-link:hover {
  color: #fff;
}

.lm-link:disabled {
  opacity: .4;
  cursor: not-allowed;
}

/* [project]/src/components/modals/SearchModal.css [app-client] (css) */
.sm-overlay {
  z-index: 200;
  -webkit-backdrop-filter: blur(6px);
  background: radial-gradient(55% 60% at 20% 20%, #6366f14d, #0000 60%), radial-gradient(50% 55% at 85% 30%, #a855f738, #0000 55%), radial-gradient(60% 50% at 60% 90%, #ec48992e, #0000 55%), #06061ac7;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 24px 24px;
  animation: .18s cubic-bezier(.16, 1, .3, 1) both sm-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

@keyframes sm-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sm-panel {
  -webkit-backdrop-filter: blur(28px) saturate(185%);
  color: #fff;
  background: #0e0e1af0;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  width: 100%;
  max-width: 640px;
  animation: .26s cubic-bezier(.16, 1, .3, 1) both sm-slide-up;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff0d, 0 40px 80px -20px #000000b3;
}

@keyframes sm-slide-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sm-search-row {
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  display: flex;
}

.sm-search-icon {
  color: #ffffff80;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sm-search-input {
  color: #fff;
  letter-spacing: -.01em;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.sm-search-input::placeholder {
  color: #ffffff59;
}

.sm-close {
  cursor: pointer;
  color: #ffffff73;
  background: #ffffff0f;
  border: none;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background .15s, color .15s;
  display: flex;
}

.sm-close:hover {
  color: #fff;
  background: #ffffff1f;
}

.sm-tabs {
  border-bottom: 1px solid #ffffff0f;
  gap: 6px;
  padding: 12px 16px;
  display: flex;
}

.sm-tab {
  color: #ffffff8c;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  transition: background .15s, color .15s, border-color .15s;
}

.sm-tab:hover {
  color: #ffffffd9;
}

.sm-tab.active {
  color: #fff;
  background: #ffffff14;
  border-color: #ffffff29;
}

.sm-results {
  max-height: 60vh;
  padding: 8px 8px 12px;
  overflow-y: auto;
}

.sm-empty {
  text-align: center;
  color: #fff6;
  padding: 40px 24px;
  font-size: 14px;
}

.sm-result {
  color: inherit;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  transition: background .12s;
  display: block;
}

.sm-result:hover {
  background: #ffffff0f;
}

.sm-result-kind {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a78bfa;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
}

.sm-result-title {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.sm-result-excerpt {
  color: #ffffff80;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 600px) {
  .sm-overlay {
    align-items: flex-start;
    padding: 24px 12px;
  }

  .sm-panel {
    max-width: 100%;
  }
}

/*# sourceMappingURL=src_0nyfi26._.css.map*/