.home-page-shell {
  background: #f4f5f9;
  padding: 0;
}

.lp-root {
  --lp-bg: #f4f5f9;
  --lp-bg-soft: #f7f9ff;
  --lp-surface: #ffffff;
  --lp-text: #111c38;
  --lp-text-muted: #4b5f86;
  --lp-border: #d7e1f2;
  --lp-brand: #3f74ff;
  --lp-brand-2: #7052f0;
  --lp-shadow-1: 0 12px 28px rgba(15, 23, 42, 0.07);
  --lp-shadow-2: 0 20px 44px rgba(15, 23, 42, 0.1);
  color: var(--lp-text);
  background: var(--lp-bg);
  overflow-x: clip;
}

.lp-root * {
  box-sizing: border-box;
}

.lp-inner {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--marketing-align-pad, clamp(10px, 1.8vw, 18px));
  display: flex;
}

.lp-section {
  position: relative;
  min-height: calc(100dvh - var(--header-offset, 72px));
  padding-block: clamp(18px, 2.6vh, 30px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.home-snap-scroll .lp-section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 100dvh;
  min-height: 100dvh;
  padding-top: calc(var(--header-offset, 72px) + clamp(8px, 1.4vh, 14px));
  padding-bottom: clamp(10px, 1.6vh, 16px);
}

.home-snap-scroll .lp-shell {
  height: calc(100dvh - var(--header-offset, 72px) - clamp(18px, 3vh, 30px));
  min-height: calc(100dvh - var(--header-offset, 72px) - clamp(18px, 3vh, 30px));
}

html.home-snap-scroll,
body.home-snap-scroll {
  scroll-behavior: smooth;
}

.lp-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    radial-gradient(circle at 92% 8%, rgba(112, 82, 240, 0.14), transparent 34%),
    radial-gradient(circle at 2% 96%, rgba(63, 116, 255, 0.12), transparent 34%);
}

.lp-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(132, 151, 184, 0.14);
}

.lp-section.is-active::before {
  opacity: 0.38;
}

.lp-tone-a {
  background: #f2f3fb;
}

.lp-tone-b {
  background: #f5f6fc;
}

#vibe-era {
  background:
    radial-gradient(circle at 12% 14%, rgba(92, 116, 255, 0.12), rgba(92, 116, 255, 0) 40%),
    radial-gradient(circle at 84% 82%, rgba(124, 84, 241, 0.12), rgba(124, 84, 241, 0) 42%),
    linear-gradient(160deg, #f7f9ff 0%, #f5f7fc 100%);
}

#compare {
  background:
    radial-gradient(circle at 87% 12%, rgba(124, 84, 241, 0.22), rgba(124, 84, 241, 0) 42%),
    radial-gradient(circle at 10% 88%, rgba(88, 130, 255, 0.16), rgba(88, 130, 255, 0) 40%),
    linear-gradient(160deg, #f4f5fd 0%, #eff1fa 100%);
}

#difference {
  background:
    radial-gradient(circle at 8% 82%, rgba(88, 130, 255, 0.2), rgba(88, 130, 255, 0) 42%),
    radial-gradient(circle at 86% 16%, rgba(124, 84, 241, 0.2), rgba(124, 84, 241, 0) 38%),
    linear-gradient(160deg, #f3f4fc 0%, #edf0f9 100%);
}

#one-screen {
  background:
    radial-gradient(circle at 82% 18%, rgba(124, 84, 241, 0.22), rgba(124, 84, 241, 0) 38%),
    radial-gradient(circle at 10% 86%, rgba(88, 130, 255, 0.2), rgba(88, 130, 255, 0) 42%),
    linear-gradient(160deg, #f3f5fd 0%, #edf0fa 100%);
}

#start {
  background:
    radial-gradient(circle at 8% 12%, rgba(88, 130, 255, 0.12), rgba(88, 130, 255, 0) 38%),
    radial-gradient(circle at 92% 84%, rgba(124, 84, 241, 0.12), rgba(124, 84, 241, 0) 40%),
    #f5f6fc;
}

.lp-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: calc(100dvh - var(--header-offset, 72px) - clamp(36px, 5.2vh, 62px));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
  align-content: center;
  align-items: center;
}

.lp-shell-feature {
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}

#one-screen .lp-shell-feature {
  align-items: center;
  align-content: center;
}

#intro {
  background:
    radial-gradient(circle at 10% 24%, rgba(115, 90, 255, 0.12), rgba(115, 90, 255, 0) 42%),
    radial-gradient(circle at 90% 78%, rgba(82, 132, 255, 0.14), rgba(82, 132, 255, 0) 42%),
    linear-gradient(162deg, #f4f5fb 0%, #f2f4ff 56%, #f8f6ff 100%);
}

#intro.lp-section {
  padding-block: 0 clamp(2px, 0.5vh, 6px);
}

#intro.lp-section::after {
  display: none;
}

#intro .lp-shell-hero {
  align-content: center;
  min-height: calc(100dvh - var(--header-offset, 72px));
  padding-block: 0 clamp(2px, 0.6vh, 8px);
}

.lp-copy,
.lp-shell-hero .lp-copy {
  grid-column: span 6;
  display: grid;
  align-content: center;
  gap: clamp(10px, 1vw, 14px);
  min-width: 0;
}

.lp-visual,
.lp-shell-hero .lp-visual {
  grid-column: span 6;
  min-width: 0;
}

.lp-shell-hero > .lp-copy,
.lp-shell-hero > .lp-visual {
  position: relative;
  z-index: 2;
}

.lp-shell-reverse .lp-copy {
  order: 2;
}

.lp-shell-reverse .lp-check-grid {
  order: 1;
}

.lp-shell-single {
  grid-template-columns: 1fr;
  align-content: start;
  gap: clamp(10px, 1vw, 16px);
  padding-block: clamp(12px, 1.6vh, 18px);
}

.lp-head {
  display: grid;
  gap: 10px;
  max-width: 1200px;
}

.lp-number {
  margin: 0;
  color: #5a6f95;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.lp-eyebrow {
  width: fit-content;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid var(--lp-border);
  background: rgba(255, 255, 255, 0.82);
  color: #425578;
  display: inline-flex;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.62rem;
}

.lp-eyebrow-gradient {
  border-color: #c9d7ef;
  background: linear-gradient(128deg, rgba(63, 116, 255, 0.16), rgba(112, 82, 240, 0.16));
  color: #2f476f;
}

.lp-eyebrow-dark {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #f0f4ff;
}

.lp-copy h1 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.26rem);
  line-height: 1.16;
  letter-spacing: -0.012em;
  font-weight: 800;
}

#intro .lp-shell-hero .lp-copy {
  transform: translateY(-8px);
}

#intro .lp-copy h1 {
  font-size: clamp(2.9rem, 5.2vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.022em;
}

.lp-accent-apos {
  color: #6a49ff;
}

#intro .lp-copy > p {
  font-size: clamp(1.08rem, 1.32vw, 1.22rem);
  line-height: 1.72;
}

.lp-copy h2,
.lp-head h2 {
  margin: 0;
  font-size: clamp(1.68rem, 2.85vw, 2.56rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.lp-keyword-vibe {
  background: linear-gradient(120deg, #4f7cff, #6f4ff0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}

.lp-copy > p,
.lp-head > p,
.lp-promo-band > p,
.lp-final-cta > p {
  margin: 0;
  color: var(--lp-text-muted);
  font-size: clamp(0.94rem, 1.05vw, 1.02rem);
  line-height: 1.66;
  max-width: 72ch;
}

.lp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-chip-row span {
  border: 1px solid var(--lp-border);
  border-radius: 999px;
  min-height: 32px;
  background: rgba(255, 255, 255, 0.9);
  color: #334b70;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.58rem;
}

.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp-cta-row-intro {
  align-items: center;
}

#intro .lp-cta-row-intro .btn {
  min-height: 56px;
  padding-inline: 1.24rem;
  font-size: 1rem;
}

.lp-btn-project-solid {
  border-color: #5a4be8 !important;
  background: linear-gradient(135deg, #6a49ff 0%, #4f72ff 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(88, 95, 255, 0.33) !important;
}

.lp-btn-project-solid:hover {
  box-shadow: 0 13px 26px rgba(88, 95, 255, 0.42) !important;
}

.lp-cta-center {
  justify-content: center;
}

.lp-root .btn {
  min-height: 46px;
  border-radius: 14px;
  padding: 0.66rem 1.12rem;
  font-size: 0.93rem;
  font-weight: 700;
}

.lp-root .btn-primary {
  border-color: #111827;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.24);
}

.lp-root .btn-primary:hover {
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.28);
}

.lp-root .btn-ghost {
  border-color: #d2ddee;
  background: #ffffff;
  color: #263d61;
}

.lp-root .btn-ghost:hover {
  border-color: #bac9de;
  background: #f8fbff;
}

.lp-btn-signup {
  border-color: #5a3fee !important;
  background: linear-gradient(135deg, #6a49ff 0%, #4f72ff 100%) !important;
  box-shadow: 0 12px 24px rgba(79, 104, 255, 0.35) !important;
}

.lp-btn-signup:hover {
  box-shadow: 0 14px 30px rgba(79, 104, 255, 0.42) !important;
}

.lp-card {
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-1);
  padding: clamp(10px, 1vw, 14px);
  display: grid;
  gap: 7px;
}

.lp-card strong,
.lp-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}

.lp-card p {
  margin: 0;
  color: #4f6489;
  font-size: 0.9rem;
  line-height: 1.56;
}

.lp-card-stack {
  display: grid;
  gap: 10px;
}

.lp-shell-era {
  align-items: center;
  gap: clamp(18px, 2.1vw, 30px);
}

.lp-era-copy {
  gap: clamp(14px, 1.5vw, 21px);
}

.lp-eyebrow-era {
  border-color: #cfd9f0;
  background: linear-gradient(135deg, rgba(106, 73, 255, 0.14), rgba(79, 114, 255, 0.14));
  color: #3a4f77;
}

.lp-era-lead {
  color: #4e6388;
  font-size: clamp(1.02rem, 1.15vw, 1.14rem);
  line-height: 1.68;
}

.lp-era-callout {
  border: 1px solid #d7e3f5;
  border-radius: 16px;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.95), rgba(241, 246, 255, 0.94));
  box-shadow: 0 12px 26px rgba(29, 45, 84, 0.09);
  padding: 0.84rem 0.9rem;
  display: grid;
  gap: 4px;
}

.lp-era-callout strong {
  color: #203557;
  font-size: 1rem;
  line-height: 1.34;
}

.lp-era-callout p {
  margin: 0;
  color: #566986;
  font-size: 0.9rem;
  line-height: 1.54;
}

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

.lp-era-points li {
  border: 1px solid #d8e3f5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 22px rgba(20, 35, 70, 0.08);
  padding: 0.72rem 0.8rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: flex-start;
}

.lp-era-point-index {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #cfdcf3;
  background: linear-gradient(135deg, #eff3ff 0%, #e6edff 100%);
  color: #435b87;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
}

.lp-era-points strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.32;
  color: #1e3154;
  margin-bottom: 2px;
}

.lp-era-points p {
  margin: 0;
  color: #516582;
  font-size: 0.88rem;
  line-height: 1.56;
}

.lp-era-visual {
  position: relative;
  border: 1px solid #d7e2f4;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 14%, rgba(106, 73, 255, 0.18), rgba(106, 73, 255, 0) 42%),
    radial-gradient(circle at 86% 86%, rgba(79, 114, 255, 0.18), rgba(79, 114, 255, 0) 46%),
    linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
  box-shadow: 0 18px 36px rgba(26, 40, 80, 0.12);
  padding: clamp(16px, 1.6vw, 24px);
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: min(60vh, 590px);
  overflow: hidden;
}

.lp-era-stage-head {
  display: grid;
  gap: 6px;
}

.lp-era-stage-head strong {
  color: #223960;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lp-era-stage-head p {
  margin: 0;
  color: #52678d;
  font-size: 0.92rem;
  line-height: 1.62;
}

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

.lp-era-cycle article {
  border: 1px solid #d8e3f4;
  border-radius: 14px;
  background: linear-gradient(150deg, #ffffff, #f4f8ff);
  box-shadow: 0 10px 22px rgba(24, 39, 78, 0.08);
  padding: 0.72rem 0.72rem 0.76rem;
  display: grid;
  gap: 5px;
  transform: translateY(10px);
  opacity: 0;
}

.lp-era-cycle article span {
  width: fit-content;
  min-height: 24px;
  border-radius: 8px;
  border: 1px solid #d1def3;
  background: #f3f7ff;
  color: #4d628a;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  padding: 0.08rem 0.46rem;
}

.lp-era-cycle article h3 {
  margin: 0;
  color: #1d3256;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
}

.lp-era-cycle article p {
  margin: 0;
  color: #546986;
  font-size: 0.85rem;
  line-height: 1.5;
}

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

.lp-era-pillars article {
  border: 1px solid #d7e2f5;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  min-height: 106px;
  padding: 0.62rem 0.68rem;
  display: grid;
  align-content: center;
  gap: 4px;
  transform: translateY(10px);
  opacity: 0;
}

.lp-era-pillars strong {
  color: #1f365b;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.32;
}

.lp-era-pillars p {
  margin: 0;
  color: #5a6e8e;
  font-size: 0.82rem;
  line-height: 1.52;
}

.lp-era-caption {
  margin: 0;
  color: #576b8b;
  font-size: 0.92rem;
  line-height: 1.58;
}

.lp-era-visual.is-in .lp-era-cycle article,
.lp-era-visual.is-in .lp-era-pillars article {
  animation: lpFadeSlideUp 0.52s ease forwards;
}

.lp-era-visual.is-in .lp-era-cycle article:nth-child(2),
.lp-era-visual.is-in .lp-era-pillars article:nth-child(2) {
  animation-delay: 0.1s;
}

.lp-era-visual.is-in .lp-era-cycle article:nth-child(3),
.lp-era-visual.is-in .lp-era-pillars article:nth-child(3) {
  animation-delay: 0.18s;
}

.lp-ambient-shapes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.lp-ambient-shapes .shape {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(120, 138, 180, 0.2);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.62), rgba(245, 247, 255, 0.3));
  box-shadow: 0 16px 34px rgba(77, 86, 120, 0.08);
  backdrop-filter: blur(2px);
  will-change: transform;
  animation: lpFloatDrift 11.8s ease-in-out infinite;
}

.lp-ambient-shapes .shape-1 {
  top: 7%;
  right: 19%;
  width: clamp(86px, 10vw, 148px);
  height: clamp(86px, 10vw, 148px);
}

.lp-ambient-shapes .shape-2 {
  top: 18%;
  right: 6%;
  width: clamp(54px, 7vw, 102px);
  height: clamp(54px, 7vw, 102px);
  animation-delay: 0.8s;
}

.lp-ambient-shapes .shape-3 {
  bottom: 14%;
  right: 28%;
  width: clamp(74px, 8vw, 124px);
  height: clamp(74px, 8vw, 124px);
  animation-delay: 1.6s;
}

.lp-ambient-shapes .shape-4 {
  top: 22%;
  left: 48%;
  width: clamp(44px, 5vw, 78px);
  height: clamp(44px, 5vw, 78px);
  animation-delay: 0.45s;
}

.lp-ambient-shapes .shape-5 {
  bottom: 10%;
  left: 10%;
  width: clamp(88px, 10vw, 142px);
  height: clamp(88px, 10vw, 142px);
  animation-delay: 1.2s;
}

.lp-hero-visual {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lp-hero-image-wrap {
  margin: 0;
  width: 100%;
  min-height: clamp(470px, 74vh, 900px);
  border-radius: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}

.lp-hero-image {
  width: min(100%, 960px);
  height: auto;
  max-height: min(88vh, 920px);
  object-fit: contain;
  object-position: center;
  transform: translate3d(0, -12px, 0);
  filter: drop-shadow(0 18px 34px rgba(47, 61, 120, 0.18));
  will-change: transform;
  backface-visibility: hidden;
  animation: lpHeroFloat 10.8s ease-in-out infinite;
}

.lp-mini-card {
  border: 1px solid #d7e1f2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 22px rgba(21, 37, 71, 0.1);
  padding: 0.74rem;
  display: grid;
  gap: 8px;
}

.lp-mini-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.28;
  font-weight: 800;
}

.lp-mini-badge {
  width: fit-content;
  border: 1px solid #d6e0f0;
  border-radius: 999px;
  background: #f5f8ff;
  color: #566a8e;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.16rem 0.46rem;
}

.lp-mini-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.lp-mini-card li {
  position: relative;
  padding-left: 0.86rem;
  color: #496085;
  font-size: 0.85rem;
  line-height: 1.45;
}

.lp-mini-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.43rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--lp-brand), var(--lp-brand-2));
}

.lp-graph-card {
  border: 1px solid var(--lp-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--lp-shadow-1);
  padding: clamp(12px, 1.1vw, 16px);
  display: grid;
  gap: 10px;
}

.lp-graph-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lp-graph-card header strong {
  font-size: 0.95rem;
  font-weight: 700;
}

.lp-graph-card header span {
  border: 1px solid #d8e2f2;
  border-radius: 999px;
  background: #f5f8ff;
  color: #536886;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.16rem 0.44rem;
}

.lp-graph-bars {
  height: 180px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
}

.lp-graph-bars span {
  height: var(--bar);
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, #ccd8ec, #a7bddf);
  transform-origin: bottom;
  transform: scaleY(0.18);
}

.lp-graph-bars span.is-brand {
  background: linear-gradient(180deg, #6c8eff 0%, #5c6ef2 52%, #7c55eb 100%);
}

.lp-graph-line {
  width: 100%;
  height: 74px;
}

.lp-graph-line polyline {
  fill: none;
  stroke: #4c62ea;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}

.lp-graph-card.is-in .lp-graph-bars span {
  animation: lpBarGrow 0.86s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.lp-graph-card.is-in .lp-graph-bars span:nth-child(2) {
  animation-delay: 0.06s;
}

.lp-graph-card.is-in .lp-graph-bars span:nth-child(3) {
  animation-delay: 0.12s;
}

.lp-graph-card.is-in .lp-graph-bars span:nth-child(4) {
  animation-delay: 0.18s;
}

.lp-graph-card.is-in .lp-graph-bars span:nth-child(5) {
  animation-delay: 0.24s;
}

.lp-graph-card.is-in .lp-graph-line polyline {
  animation: lpLineDraw 0.92s 0.2s ease forwards;
}

.lp-check-grid {
  grid-column: span 6;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lp-check-grid li {
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--lp-shadow-1);
  position: relative;
  padding: 0.72rem 0.74rem 0.72rem 1.62rem;
  color: #3f5270;
  font-size: 0.87rem;
  line-height: 1.5;
}

.lp-check-grid li::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 0.84rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--lp-brand), var(--lp-brand-2));
}

.lp-highlight {
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  background: #f7f9ff;
  padding: 0.74rem;
  display: grid;
  gap: 4px;
}

.lp-highlight strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.lp-highlight p {
  margin: 0;
  color: #4e6282;
  font-size: 0.88rem;
}

.lp-head-center {
  justify-items: center;
  text-align: center;
  margin-top: clamp(2px, 0.5vh, 10px);
}

.lp-head-center > p {
  max-width: 72ch;
}

#compare .lp-head h2 {
  font-size: clamp(2.46rem, 4.2vw, 3.86rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

#compare .lp-head > p {
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
}

#difference .lp-head {
  margin-top: clamp(-6px, -0.8vh, 0px);
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.1vh, 12px);
  text-align: center;
}

#difference .lp-head h2 {
  font-size: clamp(2.44rem, 4.1vw, 3.72rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.024em;
  text-align: center;
  width: 100%;
  margin-inline: auto;
}

#difference .lp-head > p {
  max-width: 68ch;
  text-align: center;
  margin-inline: auto;
}

#difference .lp-inner {
  max-width: min(99vw, 1860px);
  padding-inline: clamp(14px, 1.8vw, 28px);
}

.lp-shell-compare,
.lp-shell-difference {
  gap: clamp(16px, 2.2vw, 30px);
}

.lp-shell-compare {
  align-content: center;
}

.lp-shell-difference {
  align-content: start;
  padding-top: clamp(2px, 0.7vh, 10px);
}

.lp-vs-wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(14px, 1.7vw, 24px);
  align-items: stretch;
}

.lp-vs-card {
  border: 1px solid #d5e0f2;
  border-radius: 22px;
  padding: clamp(18px, 2vw, 26px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(29, 43, 81, 0.08);
  display: grid;
  gap: 14px;
  align-content: start;
  text-align: center;
}

.lp-vs-card h3 {
  margin: 0;
  font-size: clamp(1.36rem, 2vw, 1.86rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #142746;
}

.lp-vs-card.is-after h3 .lp-keyword-vibe {
  font-weight: 900;
}

.lp-vs-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.lp-vs-card li {
  min-height: 44px;
  border: 1px solid #dde7f7;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #f5f8ff);
  color: #465b7f;
  font-size: clamp(0.94rem, 1.04vw, 1.08rem);
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.56rem 0.82rem;
  position: relative;
}

.lp-vs-card li::before {
  display: none;
}

.lp-vs-card.is-after {
  border-color: #8f92ff;
  background:
    radial-gradient(circle at 88% 10%, rgba(106, 73, 255, 0.16), rgba(106, 73, 255, 0) 38%),
    linear-gradient(145deg, #ffffff, #f2f4ff);
  box-shadow:
    0 0 0 1px rgba(106, 73, 255, 0.35),
    0 20px 40px rgba(83, 82, 214, 0.18);
}

.lp-vs-center {
  align-self: center;
  width: clamp(74px, 6.8vw, 94px);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid #cfdaf2;
  background: linear-gradient(140deg, #f2f6ff, #ece8ff);
  box-shadow: 0 14px 28px rgba(28, 44, 83, 0.12);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  animation: lpVsPulse 3.8s ease-in-out infinite;
}

.lp-vs-center strong {
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  letter-spacing: 0.06em;
  color: #2f4772;
}

.lp-vs-center span {
  position: absolute;
  inset: auto auto 12px 50%;
  transform: translateX(-50%);
  width: 42%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(120deg, #4f76ff, #6d52ef);
  opacity: 0.84;
}

.lp-vs-center span:last-child {
  bottom: 8px;
  width: 26%;
  opacity: 0.54;
}

.lp-compare-summary {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 16px);
}

.lp-compare-summary article {
  border: 1px solid #cfdcf3;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.95));
  min-height: 142px;
  padding: 0.84rem 0.92rem;
  box-shadow: 0 9px 20px rgba(28, 42, 80, 0.08);
  display: grid;
  align-content: center;
  gap: 4px;
}

.lp-compare-summary strong {
  color: #192f58;
  font-size: 1.04rem;
  line-height: 1.24;
  font-weight: 850;
}

.lp-compare-summary p {
  margin: 0;
  color: #4f6488;
  font-size: 0.92rem;
  line-height: 1.54;
}

.lp-diff-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(248px, 1fr));
  gap: clamp(18px, 2.1vw, 30px);
  align-self: start;
  grid-auto-rows: auto;
  align-items: stretch;
}

.lp-diff-card {
  border: 1px solid #d4dff2;
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(106, 73, 255, 0.1), rgba(106, 73, 255, 0) 36%),
    linear-gradient(145deg, #ffffff, #f4f7ff);
  box-shadow: 0 14px 28px rgba(28, 42, 80, 0.09);
  min-height: clamp(404px, 52vh, 500px);
  height: auto;
  padding: clamp(20px, 2.1vw, 30px);
  display: grid;
  gap: 15px;
  align-content: start;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.lp-diff-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(28, 42, 80, 0.14);
}

.lp-diff-card h3 {
  margin: 0;
  min-height: 2.66em;
  font-size: clamp(1.26rem, 1.6vw, 1.5rem);
  color: #15294a;
  line-height: 1.28;
  font-weight: 800;
}

.lp-diff-card p {
  margin: 0;
  min-height: 5.1em;
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  color: #4d6286;
  line-height: 1.64;
  word-break: keep-all;
}

.lp-diff-visual {
  min-height: 100px;
  border: 1px solid #d5dff1;
  border-radius: 14px;
  background: rgba(245, 249, 255, 0.92);
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 0.68rem 0.76rem;
}

.lp-diff-visual span {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(120deg, #5e78ff, #714fec);
  opacity: 0.88;
}

.lp-diff-visual.is-ide {
  min-height: 114px;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 12px 1fr 8px;
  gap: 8px;
}

.lp-diff-visual.is-ide span {
  height: auto;
  border-radius: 10px;
}

.lp-diff-visual.is-ide span:nth-child(1) {
  grid-column: 1 / -1;
  width: 58%;
  justify-self: start;
}

.lp-diff-visual.is-ide span:nth-child(2) {
  grid-column: 1 / 2;
}

.lp-diff-visual.is-ide span:nth-child(3) {
  grid-column: 2 / 3;
}

.lp-diff-visual.is-ide span:nth-child(4) {
  grid-column: 1 / -1;
  width: 70%;
  justify-self: start;
  opacity: 0.72;
}

.lp-diff-visual.is-one span:nth-child(1) {
  width: 58%;
}

.lp-diff-visual.is-one span:nth-child(2) {
  width: 78%;
}

.lp-diff-visual.is-one span:nth-child(3) {
  width: 46%;
}

.lp-diff-visual.is-two span:nth-child(1) {
  width: 26%;
}

.lp-diff-visual.is-two span:nth-child(2) {
  width: 42%;
}

.lp-diff-visual.is-two span:nth-child(3) {
  width: 68%;
}

.lp-diff-visual.is-three {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lp-diff-visual.is-three span {
  height: 38px;
  border-radius: 10px;
}

.lp-diff-visual.is-four {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.lp-diff-visual.is-four span {
  height: 44px;
  border-radius: 9px;
}

.lp-diff-points {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.lp-diff-points li {
  min-height: 36px;
  border: 1px solid #d8e2f4;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.92);
  color: #3e557a;
  font-size: 0.88rem;
  line-height: 1.42;
  display: flex;
  align-items: center;
  padding: 0.44rem 0.68rem 0.44rem 1.14rem;
  position: relative;
}

.lp-diff-points li::before {
  content: "";
  position: absolute;
  left: 0.64rem;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(130deg, #5f7dff, #6f50ef);
}

.lp-stepper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lp-stepper li {
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--lp-shadow-1);
  padding: 0.78rem;
  display: grid;
  gap: 6px;
}

.lp-stepper strong {
  font-size: 0.94rem;
  font-weight: 700;
}

.lp-stepper p {
  margin: 0;
  color: #4f6282;
  font-size: 0.87rem;
  line-height: 1.53;
}

.lp-stepper span {
  width: fit-content;
  border: 1px solid #d8e2f2;
  border-radius: 999px;
  background: #f6f8ff;
  color: #485f80;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.16rem 0.48rem;
}

.lp-feature-shot {
  border: 1px solid var(--lp-border);
  border-radius: 20px;
  background: linear-gradient(154deg, #ffffff, #eef3ff);
  box-shadow: var(--lp-shadow-2);
  margin: 0;
  padding: clamp(12px, 1vw, 14px);
  display: grid;
  gap: 10px;
}

.lp-shell-feature .lp-feature-shot {
  grid-column: span 7;
}

.lp-shell-feature .lp-copy {
  grid-column: span 5;
  justify-self: stretch;
  width: min(100%, 620px);
  padding-left: clamp(12px, 1.5vw, 22px);
  padding-top: clamp(6px, 1.2vh, 14px);
  align-self: center;
  gap: 16px;
}

#one-screen .lp-copy h2 {
  font-size: clamp(2.36rem, 4.2vw, 3.78rem);
  line-height: 1.08;
  font-weight: 900;
  word-break: keep-all;
  letter-spacing: -0.018em;
}

#one-screen .lp-list-clean {
  gap: 12px;
  padding-top: 0.12rem;
}

#one-screen .lp-list-clean li {
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.56;
  color: #3f567a;
  border: 1px solid #d5e0f3;
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.96));
  padding: 0.66rem 0.92rem 0.66rem 1.12rem;
  font-weight: 650;
  box-shadow: 0 7px 16px rgba(34, 52, 92, 0.08);
}

#one-screen .lp-list-clean li::before {
  display: none;
}

#one-screen .lp-list-clean li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 9px;
  background: linear-gradient(180deg, #5f77ff, #7250ed);
}

.lp-ide-mock {
  border: 1px solid #d4dff3;
  border-radius: 18px;
  background: linear-gradient(165deg, #f8faff 0%, #f3f6ff 100%);
  min-height: min(58vh, 620px);
  padding: 0.66rem;
  display: grid;
  gap: 9px;
}

.lp-ide-mock-top {
  min-height: 52px;
  border: 1px solid #d0dbf1;
  border-radius: 12px;
  background: #f7faff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.42rem 0.58rem;
  gap: 10px;
}

.lp-ide-brand-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lp-ide-brand-group strong {
  color: #1f3559;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.lp-ide-brand-group span {
  border: 1px solid #c3e1d2;
  border-radius: 999px;
  background: #e9f8f0;
  color: #2e7a54;
  font-size: 0.64rem;
  font-weight: 700;
  padding: 0.17rem 0.42rem;
}

.lp-ide-top-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.lp-ide-top-actions span {
  min-height: 24px;
  border: 1px solid #d2dcf0;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffffff, #edf3ff);
  color: #4e6287;
  font-size: 0.64rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.5rem;
}

.lp-ide-mock-main {
  min-height: 364px;
  display: grid;
  grid-template-columns: minmax(208px, 1.06fr) minmax(156px, 0.78fr) minmax(258px, 1.34fr);
  gap: 9px;
}

.lp-ide-column {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.lp-ide-panel {
  border: 1px solid #d4def1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(24, 40, 84, 0.08);
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 0.52rem;
}

.lp-ide-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lp-ide-panel-head strong {
  color: #21395e;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.lp-ide-mini-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}

.lp-ide-mini-actions span,
.lp-ide-tag {
  min-height: 20px;
  border: 1px solid #d3ddf1;
  border-radius: 999px;
  background: #f6f9ff;
  color: #546789;
  font-size: 0.61rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 0.08rem 0.42rem;
}

.lp-ide-panel.is-lecture {
  min-height: 164px;
  background: linear-gradient(145deg, #eff4ff, #ffffff);
}

.lp-ide-video {
  display: grid;
  gap: 8px;
}

.lp-ide-video-screen {
  min-height: 78px;
  border: 1px solid #d3dff3;
  border-radius: 10px;
  background: linear-gradient(160deg, #f4f8ff, #eaf1ff);
  display: grid;
  place-items: center;
}

.lp-ide-video-play {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #bfcdf0;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  box-shadow: 0 8px 18px rgba(65, 91, 150, 0.18);
}

.lp-ide-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #5b6ff3;
}

.lp-ide-video-meta {
  display: grid;
  gap: 5px;
}

.lp-ide-video-meta span {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(120deg, #cfdbf5, #bed0f5);
}

.lp-ide-video-meta span:first-child {
  width: 74%;
}

.lp-ide-video-meta span:last-child {
  width: 52%;
}

.lp-ide-panel.is-agent {
  min-height: 258px;
  background: linear-gradient(155deg, #edf3ff, #f8fbff);
}

.lp-ide-chat {
  display: grid;
  gap: 6px;
}

.lp-ide-chat p {
  margin: 0;
  border: 1px solid #d7e1f3;
  border-radius: 9px;
  background: #f5f9ff;
  color: #4b6186;
  font-size: 0.68rem;
  line-height: 1.35;
  padding: 0.32rem 0.4rem;
}

.lp-ide-chat p:nth-child(2) {
  background: #eff5ff;
  color: #39507c;
}

.lp-ide-input {
  border: 1px solid #c8d7f0;
  border-radius: 9px;
  min-height: 30px;
  background: #ffffff;
  color: #6d7fa0;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  padding: 0.26rem 0.42rem;
}

.lp-ide-panel.is-files {
  min-height: 438px;
  background: linear-gradient(145deg, #f4f7ff, #ffffff);
}

.lp-ide-empty {
  margin: 0;
  color: #7486a6;
  font-size: 0.67rem;
  line-height: 1.45;
}

.lp-ide-panel.is-preview {
  min-height: 218px;
  background: linear-gradient(155deg, #f2f6ff, #ffffff);
}

.lp-ide-preview-card {
  border: 1px solid #d4dff3;
  border-radius: 11px;
  background: linear-gradient(162deg, #ffffff, #f1f6ff);
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 0.56rem 0.62rem;
}

.lp-ide-preview-card strong {
  color: #223a60;
  font-size: 0.78rem;
  font-weight: 800;
}

.lp-ide-preview-card p {
  margin: 0;
  color: #587092;
  font-size: 0.67rem;
  line-height: 1.42;
}

.lp-ide-panel.is-code {
  min-height: 146px;
  background: linear-gradient(155deg, #f8f9ff, #f3f7ff);
}

.lp-ide-code-area {
  border: 1px solid #d4def3;
  border-radius: 9px;
  min-height: 86px;
  background: #f7faff;
  display: grid;
  gap: 6px;
  align-content: center;
  padding: 0.52rem;
}

.lp-ide-code-area span {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(120deg, #d6e3ff, #cadcff);
}

.lp-ide-code-area span:nth-child(1) {
  width: 92%;
}

.lp-ide-code-area span:nth-child(2) {
  width: 76%;
}

.lp-ide-code-area span:nth-child(3) {
  width: 84%;
}

.lp-ide-code-area span:nth-child(4) {
  width: 62%;
}

.lp-feature-shot figcaption {
  color: #60708d;
  font-size: 0.84rem;
}

.lp-list-clean {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.lp-list-clean li {
  position: relative;
  padding-left: 0.9rem;
  color: #4b5f81;
  font-size: 0.89rem;
  line-height: 1.56;
}

.lp-list-clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(130deg, var(--lp-brand), var(--lp-brand-2));
}

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

.lp-track-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lp-track-card header span {
  border: 1px solid #d8e2f2;
  border-radius: 999px;
  background: #f6f8ff;
  color: #546684;
  font-size: 0.71rem;
  font-weight: 700;
  padding: 0.16rem 0.44rem;
}

.lp-track-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 3px;
}

.lp-track-card li {
  color: #4e6180;
  font-size: 0.85rem;
}

.lp-promo-band {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid #0f172a;
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 10%, rgba(63, 116, 255, 0.26), rgba(63, 116, 255, 0) 34%),
    radial-gradient(circle at 88% 92%, rgba(112, 82, 240, 0.3), rgba(112, 82, 240, 0) 34%),
    #0f172a;
  box-shadow: var(--lp-shadow-2);
  color: #ffffff;
  padding: clamp(18px, 2.5vw, 32px);
  display: grid;
  gap: 10px;
}

.lp-promo-band h2 {
  margin: 0;
  font-size: clamp(1.72rem, 3vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.lp-promo-band > p {
  color: rgba(244, 247, 255, 0.9);
}

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

.lp-project-card {
  gap: 8px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.lp-project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.12);
}

.lp-project-thumb {
  height: 120px;
  border: 1px solid #d8e2f2;
  border-radius: 13px;
  background: linear-gradient(135deg, #f7faff, #ecf2ff);
}

.lp-project-thumb.tone-1 {
  background: linear-gradient(135deg, #f7faff, #eaf3ff);
}

.lp-project-thumb.tone-2 {
  background: linear-gradient(135deg, #f8f7ff, #ecefff);
}

.lp-project-thumb.tone-3 {
  background: linear-gradient(135deg, #f5fbff, #e9f5ff);
}

.lp-project-thumb.tone-4 {
  background: linear-gradient(135deg, #fdf7ff, #f2f1ff);
}

.lp-project-thumb.tone-5 {
  background: linear-gradient(135deg, #f8f9ff, #eef2ff);
}

.lp-project-thumb.tone-6 {
  background: linear-gradient(135deg, #f8fcff, #edf6ff);
}

.lp-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lp-tag-row span {
  border: 1px solid #d8e2f2;
  border-radius: 999px;
  min-height: 24px;
  background: #f6f9ff;
  color: #4f6180;
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.13rem 0.42rem;
}

.lp-project-btn {
  margin-top: auto;
  min-height: 34px;
  border: 1px solid #d5deef;
  border-radius: 10px;
  background: #f6f8fd;
  color: #6a778d;
  font-size: 0.78rem;
  font-weight: 700;
}

.lp-home-faq-list {
  display: grid;
  gap: 8px;
}

.lp-home-faq-item {
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--lp-shadow-1);
  overflow: hidden;
}

.lp-home-faq-item summary {
  list-style: none;
  cursor: pointer;
  min-height: 48px;
  padding: 0.68rem 0.76rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #223654;
  font-size: 0.9rem;
  font-weight: 700;
}

.lp-home-faq-item summary::-webkit-details-marker {
  display: none;
}

.lp-home-faq-caret {
  width: 8px;
  height: 8px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.16s ease;
}

.lp-home-faq-item[open] .lp-home-faq-caret {
  transform: rotate(-135deg);
}

.lp-home-faq-item p {
  margin: 0;
  border-top: 1px solid #e6edf8;
  padding: 0.68rem 0.76rem;
  color: #4d607e;
  font-size: 0.87rem;
  line-height: 1.58;
}

.lp-faq-aside {
  display: grid;
  align-content: start;
  gap: 8px;
}

.lp-final-cta {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid var(--lp-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 16%, rgba(63, 116, 255, 0.12), rgba(63, 116, 255, 0) 34%),
    radial-gradient(circle at 90% 80%, rgba(112, 82, 240, 0.12), rgba(112, 82, 240, 0) 34%),
    #ffffff;
  box-shadow: var(--lp-shadow-2);
  padding: clamp(28px, 3.6vw, 52px);
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
}

.lp-final-cta h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.14;
  letter-spacing: -0.012em;
  font-weight: 900;
  color: #142243;
}

.lp-final-cta > p {
  margin: 0;
  max-width: 60ch;
  color: #4f6388;
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.68;
}

.lp-final-cta .lp-cta-row {
  gap: 14px;
}

.lp-final-cta .btn {
  min-height: 56px;
  padding: 0.8rem 1.35rem;
  font-size: 1rem;
  border-radius: 16px;
}

.lp-final-cta small {
  color: #64748b;
  font-size: 0.92rem;
}

.lp-final-cta-balanced {
  width: min(100%, 1180px);
  margin-inline: auto;
  min-height: min(76vh, 680px);
  align-content: center;
  gap: 20px;
  will-change: transform;
  animation: lpFinalCardFloat 7.6s ease-in-out infinite;
}

#start .lp-inner {
  align-items: center;
  justify-content: center;
}

.lp-root :focus-visible {
  outline: 3px solid rgba(63, 116, 255, 0.34);
  outline-offset: 2px;
}

@keyframes lpBarGrow {
  from {
    transform: scaleY(0.18);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes lpEraRailGrow {
  from {
    transform: scaleX(0.18);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes lpFloatDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes lpHeroFloat {
  0%,
  100% {
    transform: translate3d(0, -12px, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes lpLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes lpEraKpiRise {
  from {
    transform: translateY(9px);
    opacity: 0.05;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes lpFinalCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes lpFadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lpVsPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 14px 28px rgba(28, 44, 83, 0.12);
  }

  50% {
    transform: scale(1.03);
    box-shadow: 0 18px 34px rgba(74, 86, 180, 0.2);
  }
}

@media (max-width: 1240px) {
  .lp-section {
    min-height: auto;
    padding-block: 34px;
  }

  .lp-shell {
    min-height: auto;
    align-content: start;
    gap: 14px;
  }

  .home-snap-scroll .lp-section {
    height: 100dvh;
    min-height: 100dvh;
    padding-top: calc(var(--header-offset, 72px) + clamp(8px, 1.4vh, 14px));
    padding-bottom: clamp(10px, 1.6vh, 16px);
  }

  .home-snap-scroll .lp-shell {
    height: calc(100dvh - var(--header-offset, 72px) - clamp(18px, 3vh, 30px));
    min-height: calc(100dvh - var(--header-offset, 72px) - clamp(18px, 3vh, 30px));
    align-content: center;
  }

  .lp-copy,
  .lp-visual,
  .lp-check-grid {
    grid-column: span 12;
  }

  .lp-shell-feature .lp-copy,
  .lp-shell-feature .lp-feature-shot {
    grid-column: span 12;
    width: 100%;
    padding-left: 0;
  }

  #one-screen .lp-copy {
    max-width: min(100%, 860px);
    margin-inline: auto;
  }

  .lp-compare-summary {
    grid-template-columns: 1fr;
  }

  .lp-final-cta-balanced {
    width: min(100%, 1040px);
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .lp-inner {
    padding-inline: 10px;
  }

  .lp-section {
    padding-block: 28px;
  }

  .lp-section::before {
    opacity: 0.16;
  }

  .lp-copy,
  .lp-head {
    gap: 9px;
  }

  #intro.lp-section {
    padding-block: 0 8px;
  }

  #intro .lp-shell-hero {
    padding-block: 0;
  }

  #intro .lp-shell-hero .lp-copy {
    transform: none;
  }

  .lp-copy h1 {
    font-size: clamp(1.76rem, 8.2vw, 2.42rem);
    line-height: 1.18;
  }

  .lp-copy h2,
  .lp-head h2 {
    font-size: clamp(1.38rem, 6.2vw, 1.92rem);
    line-height: 1.22;
  }

  .lp-copy > p,
  .lp-head > p {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .lp-check-grid {
    grid-template-columns: 1fr;
  }

  .lp-era-visual {
    min-height: auto;
  }

  .lp-era-cycle,
  .lp-era-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-era-callout {
    padding: 0.72rem 0.8rem;
  }

  .lp-cta-row-intro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 8px;
  }

  .lp-hero-image-wrap {
    min-height: 360px;
    justify-content: center;
  }

  .lp-hero-image {
    width: min(100%, 680px);
    max-height: min(72vh, 620px);
  }

  .lp-ide-mock {
    min-height: 380px;
  }

  .lp-ide-mock-main {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .lp-ide-top-actions span {
    min-height: 22px;
    font-size: 0.61rem;
  }

  .lp-ide-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .lp-ide-mini-actions {
    justify-content: flex-start;
  }

  .lp-ide-panel.is-lecture,
  .lp-ide-panel.is-agent,
  .lp-ide-panel.is-files,
  .lp-ide-panel.is-preview,
  .lp-ide-panel.is-code {
    min-height: 98px;
  }

  .lp-ide-panel.is-files {
    min-height: 170px;
  }

  .lp-ide-preview-card {
    min-height: 104px;
  }

  #one-screen .lp-copy h2 {
    font-size: clamp(1.74rem, 6.6vw, 2.28rem);
  }

  #one-screen .lp-list-clean li {
    font-size: 1rem;
    line-height: 1.58;
  }

  .lp-vs-wrap {
    grid-template-columns: 1fr;
  }

  .lp-vs-center {
    order: -1;
    justify-self: center;
  }

  .lp-compare-summary {
    grid-template-columns: 1fr;
  }

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

  .lp-diff-card {
    min-height: clamp(300px, 44vh, 380px);
    padding: clamp(16px, 2vw, 22px);
  }

  .lp-diff-card p {
    min-height: auto;
  }

  .lp-final-cta {
    padding: 24px 16px 90px;
    gap: 12px;
  }

  .lp-final-cta h2 {
    font-size: clamp(1.68rem, 7.3vw, 2.24rem);
    line-height: 1.2;
    font-weight: 850;
  }

  .lp-final-cta > p {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .lp-final-cta .btn {
    min-height: 50px;
    font-size: 0.94rem;
  }
}

@media (max-width: 720px) {
  .lp-inner {
    padding-inline: 10px;
  }

  .lp-shell {
    gap: 12px;
  }

  #intro .lp-shell-hero .lp-copy {
    transform: none;
  }

  #intro .lp-copy h1 {
    font-size: clamp(2.28rem, 11vw, 3.24rem);
  }

  #intro .lp-copy > p {
    font-size: 1.03rem;
    line-height: 1.68;
  }

  .lp-eyebrow {
    min-height: 28px;
    font-size: 0.72rem;
    padding: 0.24rem 0.56rem;
  }

  .lp-root .btn,
  .lp-final-cta .btn {
    width: 100%;
  }

  .lp-cta-row,
  .lp-cta-row-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lp-era-cycle,
  .lp-era-pillars {
    grid-template-columns: 1fr;
  }

  .lp-era-points li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lp-era-point-index {
    width: 26px;
    height: 26px;
    font-size: 0.64rem;
  }

  .lp-hero-image-wrap {
    min-height: 290px;
    justify-content: center;
  }

  .lp-hero-image {
    width: min(100%, 560px);
    max-height: min(62vh, 480px);
  }

  .lp-hero-visual,
  .lp-graph-card,
  .lp-feature-shot,
  .lp-final-cta {
    border-radius: 16px;
  }

  .lp-ide-top-actions {
    display: none;
  }

  #one-screen .lp-copy {
    width: 100%;
    max-width: min(100%, 760px);
    margin-inline: auto;
    padding-inline: clamp(2px, 1vw, 8px);
  }

  .lp-final-cta-balanced {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .lp-inner {
    padding-inline: 8px;
  }

  .lp-diff-grid {
    grid-template-columns: 1fr;
  }

  .lp-diff-card {
    min-height: auto;
    padding: 16px;
  }

  .lp-ambient-shapes .shape-4,
  .lp-ambient-shapes .shape-5 {
    display: none;
  }
}

@media (max-width: 480px) {
  .lp-section {
    padding-block: 24px;
  }

  .lp-copy h1 {
    font-size: clamp(1.86rem, 10.2vw, 2.38rem);
  }

  .lp-hero-image-wrap {
    min-height: 234px;
  }

  .lp-copy h2,
  .lp-head h2,
  .lp-final-cta h2 {
    font-size: clamp(1.34rem, 7.6vw, 1.72rem);
  }

  .lp-chip-row span {
    font-size: 0.74rem;
    min-height: 28px;
  }

  .lp-final-cta {
    padding: 20px 12px 90px;
  }

  .lp-final-cta small {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-root,
  .lp-root *,
  .lp-root *::before,
  .lp-root *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .lp-graph-bars span {
    transform: scaleY(1);
  }

  .lp-graph-line polyline {
    stroke-dashoffset: 0;
  }
}
