.landing-public-shell {
  --landing-green: #34d399;
  --landing-cyan: #22d3ee;
  --landing-ink: #020617;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 7%, rgba(6, 182, 212, .12), transparent 24%),
    radial-gradient(circle at 15% 18%, rgba(16, 185, 129, .11), transparent 25%),
    #050b0d;
}

.landing-public-header {
  position: relative;
  z-index: 50;
  min-height: 84px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(51, 65, 85, .52);
}

.landing-public-header::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -1px;
  left: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 211, 153, .36), transparent);
}

.landing-public-nav, .landing-public-actions { display: flex; align-items: center; gap: 8px; }
.landing-public-nav a, .landing-nav-login {
  border-radius: 10px;
  color: #94a3b8;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s, background .18s;
}
.landing-public-nav a:hover, .landing-nav-login:hover { background: rgba(255, 255, 255, .04); color: #fff; }
.landing-nav-cta, .landing-primary-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 12px;
  background: linear-gradient(135deg, #34d399, #2dd4bf);
  color: #022c22;
  padding: 10px 17px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 38px rgba(16, 185, 129, .18);
  transition: transform .18s, box-shadow .18s, filter .18s;
}
.landing-nav-cta:hover, .landing-primary-cta:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 20px 48px rgba(16, 185, 129, .28); }

.landing-page { position: relative; width: 100%; }
.landing-container { width: min(calc(100% - 48px), 1240px); margin-inline: auto; }
.landing-grid-glow {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 800px;
  background-image: linear-gradient(rgba(148, 163, 184, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  pointer-events: none;
}
.landing-orb { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.landing-orb.one { top: 140px; left: -170px; width: 420px; height: 420px; border: 1px solid rgba(52, 211, 153, .12); box-shadow: inset 0 0 90px rgba(16, 185, 129, .05); animation: landing-float 9s ease-in-out infinite; }
.landing-orb.two { top: 510px; right: -120px; width: 260px; height: 260px; border: 36px solid rgba(34, 211, 238, .035); animation: landing-float 7s ease-in-out infinite reverse; }

.landing-hero {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 710px;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 64px;
  align-items: center;
  padding-block: 72px 56px;
}
.landing-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(52, 211, 153, .24);
  border-radius: 999px;
  background: rgba(16, 185, 129, .08);
  color: #a7f3d0;
  padding: 7px 11px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.landing-pill-dot { position: relative; width: 7px; height: 7px; border-radius: 999px; background: #34d399; box-shadow: 0 0 0 5px rgba(52, 211, 153, .1); }
.landing-pill-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid #34d399; border-radius: inherit; animation: landing-pulse 2s ease-out infinite; }
.landing-hero h1 { max-width: 720px; margin: 24px 0 0; color: #fff; font-size: clamp(2.7rem, 5.6vw, 5.25rem); font-weight: 900; letter-spacing: -.065em; line-height: .99; }
.landing-gradient-text { background: linear-gradient(105deg, #6ee7b7 8%, #67e8f9 72%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.landing-hero-copy { max-width: 650px; margin: 24px 0 0; color: #94a3b8; font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.8; }
.landing-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.landing-primary-cta { min-height: 52px; padding: 13px 21px; font-size: 13px; }
.landing-secondary-cta { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(71, 85, 105, .8); border-radius: 12px; background: rgba(15, 23, 42, .42); color: #e2e8f0; padding: 12px 18px; font-size: 12px; font-weight: 900; text-decoration: none; transition: border-color .18s, background .18s; }
.landing-secondary-cta:hover { border-color: rgba(34, 211, 238, .4); background: rgba(6, 182, 212, .06); }
.landing-hero-proof { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 22px; color: #64748b; font-size: 10px; font-weight: 800; }
.landing-hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.landing-hero-proof svg { width: 14px; color: #34d399; }

.product-stage { position: relative; perspective: 1400px; }
.product-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(71, 85, 105, .72);
  border-radius: 22px;
  background: #070f18;
  box-shadow: 0 50px 100px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .025) inset;
  transform: rotateY(-5deg) rotateX(2deg);
  transform-origin: center;
  animation: product-arrive .9s cubic-bezier(.2,.75,.25,1) both;
}
.product-topbar { display: flex; height: 42px; align-items: center; justify-content: space-between; border-bottom: 1px solid #1e293b; background: rgba(15, 23, 42, .84); padding: 0 14px; }
.product-dots { display: flex; gap: 5px; }.product-dots i { width: 7px; height: 7px; border-radius: 999px; background: #334155; }.product-dots i:first-child { background: #34d399; }
.product-address { width: 45%; height: 19px; border: 1px solid #273449; border-radius: 7px; background: #020617; }
.product-app { display: grid; min-height: 455px; grid-template-columns: 138px minmax(0, 1fr); }
.product-sidebar { display: grid; align-content: start; gap: 7px; border-right: 1px solid #1e293b; background: rgba(2, 6, 23, .78); padding: 14px 10px; }
.product-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #fff; font-size: 9px; font-weight: 900; }.product-logo img { width: 25px; height: 25px; object-fit: contain; }
.product-link { display: flex; align-items: center; gap: 8px; border-radius: 8px; color: #64748b; padding: 7px 8px; font-size: 7px; font-weight: 800; }.product-link svg { width: 11px; }.product-link.active { background: rgba(16, 185, 129, .11); color: #6ee7b7; }
.product-content { padding: 17px; background: radial-gradient(circle at 90% 0%, rgba(6, 182, 212, .07), transparent 30%); }
.product-welcome { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }.product-eyebrow { color: #5eead4; font-size: 6px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.product-welcome h3 { margin: 4px 0 0; color: #fff; font-size: 15px; font-weight: 900; }.product-demo-tag { border: 1px solid rgba(52, 211, 153, .2); border-radius: 999px; background: rgba(16, 185, 129, .08); color: #6ee7b7; padding: 5px 7px; font-size: 6px; font-weight: 900; }
.product-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 15px; }.product-metric { min-height: 76px; border: 1px solid #1e293b; border-radius: 11px; background: linear-gradient(145deg, rgba(15, 23, 42, .85), rgba(2, 6, 23, .5)); padding: 10px; }.product-metric span { color: #64748b; font-size: 6px; font-weight: 900; text-transform: uppercase; }.product-metric strong { display: block; margin-top: 9px; color: #f8fafc; font-size: 17px; font-weight: 900; }.product-metric small { display: block; margin-top: 2px; color: #475569; font-size: 5px; }
.product-board { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8px; margin-top: 8px; }.product-card { border: 1px solid #1e293b; border-radius: 11px; background: rgba(15, 23, 42, .56); padding: 10px; }.product-card-head { display: flex; align-items: center; justify-content: space-between; color: #cbd5e1; font-size: 7px; font-weight: 900; }.product-card-head span { color: #34d399; font-size: 5px; }.product-bars { display: flex; height: 112px; align-items: end; gap: 7px; padding-top: 15px; }.product-bars i { flex: 1; border-radius: 4px 4px 1px 1px; background: linear-gradient(to top, rgba(16, 185, 129, .32), #34d399); animation: landing-bars 1.3s ease-out both; transform-origin: bottom; }.product-bars i:nth-child(2n) { background: linear-gradient(to top, rgba(6, 182, 212, .28), #22d3ee); }.product-tasks { display: grid; gap: 7px; margin-top: 13px; }.product-task { display: grid; grid-template-columns: 18px 1fr; gap: 7px; align-items: center; }.product-task-icon { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 6px; background: rgba(16, 185, 129, .1); color: #34d399; }.product-task-icon svg { width: 9px; }.product-task-lines i { display: block; width: 85%; height: 4px; border-radius: 99px; background: #334155; }.product-task-lines i + i { width: 55%; margin-top: 4px; background: #1e293b; }
.product-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(71, 85, 105, .72); border-radius: 14px; background: rgba(7, 15, 24, .92); padding: 11px 13px; box-shadow: 0 20px 55px rgba(0, 0, 0, .4); backdrop-filter: blur(14px); animation: landing-float 5s ease-in-out infinite; }.product-float svg { width: 18px; color: #34d399; }.product-float strong { display: block; color: #e2e8f0; font-size: 9px; }.product-float small { display: block; margin-top: 2px; color: #64748b; font-size: 7px; }.product-float.one { right: -24px; top: 64px; }.product-float.two { left: -28px; bottom: 52px; animation-delay: -2s; }.product-float.two svg { color: #22d3ee; }

.landing-trust { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(51, 65, 85, .6); border-radius: 18px; background: rgba(15, 23, 42, .42); box-shadow: 0 20px 50px rgba(0, 0, 0, .14); }
.landing-trust-item { display: flex; min-height: 92px; align-items: center; gap: 11px; padding: 17px; }.landing-trust-item + .landing-trust-item { border-left: 1px solid rgba(51, 65, 85, .56); }.landing-trust-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(34, 211, 238, .2); border-radius: 12px; background: rgba(6, 182, 212, .07); color: #67e8f9; }.landing-trust-icon svg { width: 17px; }.landing-trust strong { display: block; color: #e2e8f0; font-size: 11px; }.landing-trust small { display: block; margin-top: 4px; color: #64748b; font-size: 9px; line-height: 1.45; }

.landing-section { position: relative; z-index: 1; padding-block: 108px; }
.landing-section-heading { max-width: 760px; margin-inline: auto; text-align: center; }.landing-kicker { margin: 0; color: #5eead4; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.landing-section-heading h2, .demo-copy h2 { margin: 13px 0 0; color: #fff; font-size: clamp(2rem, 4vw, 3.55rem); font-weight: 900; letter-spacing: -.05em; line-height: 1.05; }.landing-section-heading > p:last-child, .demo-copy > p { margin: 17px auto 0; color: #94a3b8; font-size: 14px; line-height: 1.75; }

.demo-shell { overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .72fr); border: 1px solid rgba(52, 211, 153, .25); border-radius: 26px; background: radial-gradient(circle at 0% 0%, rgba(16, 185, 129, .15), transparent 33%), linear-gradient(145deg, rgba(15, 23, 42, .92), rgba(3, 13, 18, .9)); box-shadow: 0 35px 90px rgba(0, 0, 0, .3); }.demo-copy { padding: clamp(28px, 5vw, 58px); }.demo-benefits { display: grid; gap: 12px; margin-top: 28px; }.demo-benefit { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: center; color: #cbd5e1; font-size: 11px; font-weight: 750; }.demo-benefit span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 9px; background: rgba(16, 185, 129, .11); color: #6ee7b7; }.demo-benefit svg { width: 14px; }.demo-form-wrap { border-left: 1px solid rgba(51, 65, 85, .62); background: rgba(2, 6, 23, .48); padding: 32px; }.demo-form-head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }.demo-form-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(52, 211, 153, .25); border-radius: 14px; background: rgba(16, 185, 129, .1); color: #6ee7b7; }.demo-form-icon svg { width: 21px; }.demo-form-head strong { display: block; color: #fff; font-size: 14px; }.demo-form-head small { display: block; margin-top: 3px; color: #64748b; font-size: 9px; }.demo-form { display: grid; gap: 12px; }.demo-field { position: relative; display: grid; gap: 6px; }.demo-field span { color: #94a3b8; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }.demo-field input { width: 100%; min-height: 48px; border: 1px solid #273449; border-radius: 12px; background: rgba(2, 6, 23, .76); color: #f8fafc; padding: 11px 13px; outline: none; transition: border-color .18s, box-shadow .18s; }.demo-field input:focus { border-color: #34d399; box-shadow: 0 0 0 4px rgba(16, 185, 129, .1); }.demo-submit { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 12px; background: linear-gradient(135deg, #34d399, #2dd4bf); color: #022c22; padding: 12px 18px; font-size: 12px; font-weight: 900; cursor: pointer; box-shadow: 0 15px 35px rgba(16, 185, 129, .16); transition: transform .18s, box-shadow .18s; }.demo-submit:hover { transform: translateY(-1px); box-shadow: 0 20px 45px rgba(16, 185, 129, .25); }.demo-form-note { display: flex; align-items: flex-start; gap: 6px; color: #64748b; font-size: 8px; line-height: 1.5; }.demo-form-note svg { width: 12px; flex: 0 0 12px; color: #34d399; }.demo-error { display: flex; align-items: flex-start; gap: 8px; border: 1px solid rgba(248, 113, 113, .25); border-radius: 12px; background: rgba(239, 68, 68, .08); color: #fecaca; padding: 10px 12px; font-size: 10px; font-weight: 800; }.demo-error svg { width: 15px; flex: 0 0 15px; }

.module-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 44px; }.module-card { position: relative; overflow: hidden; min-height: 188px; border: 1px solid rgba(51, 65, 85, .66); border-radius: 18px; background: linear-gradient(145deg, rgba(15, 23, 42, .78), rgba(2, 6, 23, .45)); padding: 18px; transition: transform .2s, border-color .2s, background .2s; }.module-card::after { content: ""; position: absolute; width: 80px; height: 80px; right: -36px; bottom: -38px; border-radius: 999px; background: rgba(16, 185, 129, .07); transition: transform .25s; }.module-card:hover { z-index: 2; transform: translateY(-5px); border-color: rgba(52, 211, 153, .28); background: linear-gradient(145deg, rgba(15, 23, 42, .92), rgba(6, 30, 31, .56)); }.module-card:hover::after { transform: scale(1.35); }.module-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.module-icon { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(34, 211, 238, .2); border-radius: 12px; background: rgba(6, 182, 212, .07); color: #67e8f9; }.module-icon svg { width: 18px; }.module-code { color: #475569; font-size: 9px; font-weight: 900; letter-spacing: .08em; }.module-card h3 { margin: 19px 0 0; color: #f8fafc; font-size: 13px; font-weight: 900; }.module-card p { margin: 8px 0 0; color: #64748b; font-size: 10px; line-height: 1.6; }.module-card-link { position: absolute; z-index: 2; right: 18px; bottom: 16px; color: #6ee7b7; opacity: 0; transform: translateX(-5px); transition: opacity .18s, transform .18s; }.module-card-link svg { width: 16px; }.module-card:hover .module-card-link { opacity: 1; transform: none; }

.landing-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 44px; }.flow-card { position: relative; min-height: 220px; border: 1px solid rgba(51, 65, 85, .62); border-radius: 19px; background: rgba(15, 23, 42, .52); padding: 22px; }.flow-number { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(52, 211, 153, .22); border-radius: 13px; background: rgba(16, 185, 129, .08); color: #6ee7b7; font-size: 11px; font-weight: 900; }.flow-card h3 { margin: 24px 0 0; color: #f8fafc; font-size: 15px; font-weight: 900; }.flow-card p { margin: 9px 0 0; color: #64748b; font-size: 11px; line-height: 1.65; }.flow-card:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 39px; right: -22px; width: 30px; height: 1px; background: linear-gradient(90deg, #34d399, transparent); }

.landing-final { padding: 70px 0 105px; text-align: center; }.landing-final-card { position: relative; overflow: hidden; border: 1px solid rgba(34, 211, 238, .18); border-radius: 25px; background: radial-gradient(circle at 50% 0%, rgba(6, 182, 212, .14), transparent 40%), rgba(15, 23, 42, .55); padding: clamp(36px, 6vw, 72px) 24px; }.landing-final-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(148, 163, 184, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, .04) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle at center, black, transparent 72%); pointer-events: none; }.landing-final-card > * { position: relative; }.landing-final h2 { margin: 12px auto 0; max-width: 800px; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; letter-spacing: -.05em; line-height: 1.08; }.landing-final p { max-width: 650px; margin: 16px auto 24px; color: #94a3b8; font-size: 13px; line-height: 1.7; }.landing-final .landing-primary-cta { margin-inline: auto; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
.landing-public-shell > footer { width: min(calc(100% - 48px), 1240px) !important; padding: 30px 0 !important; }

@keyframes landing-pulse { 0% { opacity: .7; transform: scale(.7); } 100% { opacity: 0; transform: scale(1.65); } }
@keyframes landing-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes product-arrive { from { opacity: 0; transform: translateY(30px) rotateY(-10deg) rotateX(4deg); } to { opacity: 1; transform: rotateY(-5deg) rotateX(2deg); } }
@keyframes landing-bars { from { transform: scaleY(.05); } to { transform: scaleY(1); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 1050px) {
  .landing-public-nav { display: none; }
  .landing-hero { min-height: auto; grid-template-columns: 1fr; gap: 52px; padding-top: 60px; }
  .landing-hero-copy { max-width: 760px; }
  .product-stage { width: min(100%, 720px); margin-inline: auto; }
  .demo-shell { grid-template-columns: 1fr; }
  .demo-form-wrap { border-top: 1px solid rgba(51, 65, 85, .62); border-left: 0; }
  .module-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .landing-public-header { min-height: 72px; padding: 12px 20px; }
  .landing-public-actions .landing-nav-login { display: none; }
  .landing-container { width: min(calc(100% - 30px), 1240px); }
  .landing-hero { padding-block: 46px 38px; }
  .landing-hero h1 { font-size: clamp(2.45rem, 14vw, 4rem); }
  .product-window { transform: none; }
  .product-app { grid-template-columns: 92px minmax(0, 1fr); }
  .product-sidebar { padding: 10px 6px; }
  .product-link { gap: 5px; padding: 6px 5px; }
  .product-metrics { grid-template-columns: 1fr 1fr; }
  .product-metric:last-child { display: none; }
  .product-board { grid-template-columns: 1fr; }
  .product-board .product-card:last-child { display: none; }
  .product-float { display: none; }
  .landing-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-trust-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(51, 65, 85, .56); }
  .landing-trust-item:nth-child(4) { border-top: 1px solid rgba(51, 65, 85, .56); }
  .landing-section { padding-block: 80px; }
  .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-flow { grid-template-columns: 1fr; }
  .flow-card { min-height: auto; }
  .flow-card::after { display: none; }
  .demo-form-wrap { padding: 24px 18px; }
}
@media (max-width: 520px) {
  .landing-nav-cta { min-height: 40px; padding: 8px 11px; font-size: 10px; }
  .landing-hero-actions { display: grid; }
  .landing-hero-actions > * { width: 100%; }
  .landing-hero-proof { display: grid; gap: 9px; }
  .product-app { min-height: 390px; grid-template-columns: 72px minmax(0, 1fr); }
  .product-logo span, .product-link span { display: none; }
  .product-link { justify-content: center; }
  .product-content { padding: 12px; }
  .landing-trust, .module-grid { grid-template-columns: 1fr; }
  .landing-trust-item + .landing-trust-item { border-top: 1px solid rgba(51, 65, 85, .56); border-left: 0; }
  .module-card { min-height: 165px; }
}
