:root {
  --bg: #070910;
  --panel: rgba(12, 14, 22, 0.92);
  --panel-soft: rgba(15, 12, 24, 0.9);
  --line: rgba(115, 88, 178, 0.28);
  --line-strong: rgba(84, 234, 217, 0.28);
  --text: #f5f2ff;
  --muted: #b8acd8;
  --teal: #54ead9;
  --teal-strong: #67decf;
  --shadow: 0 28px 80px rgba(3, 4, 8, 0.44);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(84, 234, 217, 0.08), transparent 24%),
    radial-gradient(circle at 16% 2%, rgba(122, 92, 229, 0.16), transparent 26%),
    linear-gradient(180deg, #120d1d 0%, #090c14 44%, #070910 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 88%);
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

.landing-shell {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 20px 0 92px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text);
  text-decoration: none;
}

.brand__logo {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(84, 234, 217, 0.24);
  box-shadow: 0 0 0 4px rgba(84, 234, 217, 0.05);
}

.brand__kicker,
.section-eyebrow,
.hero-kicker {
  display: block;
  margin: 0 0 5px;
  color: var(--teal);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
}

.brand__name {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.3rem;
  line-height: 0.9;
  letter-spacing: 0.03em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-nav a,
.hero-btn,
.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.site-nav a {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.nav-cta {
  background: linear-gradient(135deg, rgba(84, 234, 217, 0.16), rgba(122, 92, 229, 0.22));
  border-color: rgba(84, 234, 217, 0.22);
}

.trust-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-bottom: 16px;
  padding: 0 18px;
  border: 1px solid rgba(84, 234, 217, 0.2);
  border-radius: 999px;
  background: rgba(84, 234, 217, 0.07);
  color: var(--text);
  text-decoration: none;
}

.trust-banner span {
  color: var(--teal);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-stage,
.proof-block,
.workflow-band,
.pricing-band,
.cta-slab {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(18, 14, 29, 0.94), rgba(9, 11, 17, 0.96));
  box-shadow: var(--shadow);
}

.hero-stage {
  padding: 56px 32px 34px;
  background:
    radial-gradient(circle at 50% 24%, rgba(84, 234, 217, 0.16), transparent 28%),
    linear-gradient(180deg, #0d1118 0%, #090b12 100%);
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-stage::before {
  inset: auto -12% -24% auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 234, 217, 0.08), transparent 68%);
  z-index: 0;
}

.hero-stage::after {
  inset: auto 0 0 0;
  height: 260px;
  background: linear-gradient(180deg, rgba(8, 10, 16, 0) 0%, rgba(8, 10, 16, 0.62) 45%, rgba(8, 10, 16, 0.92) 100%);
  z-index: 1;
}

.hero-copy,
.hero-console,
.hero-actions {
  position: relative;
  z-index: 3;
}

.hero-copy {
  max-width: 940px;
  margin: 0 auto 28px;
  text-align: center;
}

.hero-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.hero-pills span,
.hero-console__head span,
.workflow-card span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-copy h1,
.section-head h2,
.proof-card__body h3,
.price-card h3,
.cta-slab h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
  line-height: 0.92;
}

.hero-copy h1 {
  margin-top: 18px;
  font-size: clamp(4rem, 8vw, 7rem);
}

.hero-text,
.section-head p,
.proof-card__body p,
.workflow-card p,
.price-card p,
.cta-slab p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-text {
  max-width: 62ch;
  margin: 18px auto 0;
  font-size: 1.05rem;
}

.hero-console {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(84, 234, 217, 0.18);
  border-radius: 28px;
  background: rgba(18, 20, 27, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 54px rgba(3, 4, 8, 0.34);
}

.hero-console__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-console__head span {
  min-height: 34px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.hero-console__head span:first-child {
  color: var(--teal);
}

.hero-console__prompt {
  margin-top: 14px;
  min-height: 96px;
  padding: 20px 20px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(12, 13, 20, 0.88);
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-console__preview {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 12px;
  margin-top: 14px;
}

.hero-preview,
.thumb-card,
.proof-card {
  overflow: hidden;
  border: 1px solid rgba(84, 234, 217, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.hero-preview {
  min-height: 196px;
}

.hero-preview img,
.thumb-card img,
.proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-actions,
.cta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  width: fit-content;
  margin: -24px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(84, 234, 217, 0.12);
  border-radius: 999px;
  background: rgba(8, 10, 16, 0.9);
  backdrop-filter: blur(12px);
}

.hero-btn {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--line);
}

.hero-btn--mini {
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.hero-btn--primary {
  color: #07110e;
  background: linear-gradient(135deg, var(--teal), var(--teal-strong));
  border-color: rgba(84, 234, 217, 0.24);
  box-shadow: 0 16px 44px rgba(84, 234, 217, 0.16);
}

.hero-btn--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.hero-wall {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  padding-top: 54px;
}

.hero-wall::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(9, 11, 18, 1) 0%, rgba(9, 11, 18, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.thumb-card {
  min-height: 168px;
  box-shadow: 0 18px 34px rgba(3, 4, 8, 0.26);
}

.thumb-card:nth-child(odd) {
  transform: translateY(18px);
}

.thumb-card:nth-child(3n) {
  transform: translateY(38px);
}

.thumb-card img {
  filter: brightness(0.76) saturate(0.96);
}

.proof-block,
.workflow-band,
.pricing-band,
.cta-slab {
  margin-top: 28px;
  padding: 30px;
}

.section-head {
  max-width: 760px;
}

.section-head--center {
  margin: 0 auto;
  text-align: center;
}

.section-head h2,
.cta-slab h2 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  gap: 18px;
  margin-top: 22px;
}

.proof-card--wide {
  grid-row: span 2;
}

.proof-card img {
  aspect-ratio: 1.34 / 1;
  border-bottom: 1px solid var(--line);
}

.proof-card--wide img {
  aspect-ratio: 1.34 / 1.06;
}

.proof-card__body {
  padding: 18px;
}

.proof-card__body span,
.price-card__label {
  display: inline-block;
  color: var(--teal);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-card__body h3 {
  margin-top: 10px;
  font-size: 2.2rem;
}

.workflow-grid,
.pricing-rail {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.workflow-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.workflow-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(12, 12, 21, 0.92);
}

.workflow-card {
  padding: 18px;
}

.workflow-card span {
  color: var(--teal);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}

.workflow-card p {
  margin: 14px 0 0;
}

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

.price-card {
  padding: 22px;
}

.price-card h3 {
  margin-top: 12px;
  font-size: 2.35rem;
}

.price-card strong {
  display: block;
  margin: 10px 0 12px;
  font-size: 2rem;
}

.price-card a {
  min-height: 44px;
  margin-top: 12px;
  padding: 0 16px;
  border: 1px solid var(--line);
  color: var(--text);
}

.price-card--featured {
  border-color: rgba(84, 234, 217, 0.24);
}

.cta-slab {
  text-align: center;
}

.cta-bar {
  margin-top: 22px;
}

@media (max-width: 1360px) {
  .hero-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 1024px) {
  .landing-shell {
    width: calc(100vw - 28px);
  }

  .site-header {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    justify-content: space-between;
  }

  .site-nav a {
    flex: 1 1 calc(50% - 8px);
  }

  .hero-stage {
    padding: 42px 18px 24px;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 12vw, 5.4rem);
  }

  .hero-console__preview,
  .proof-grid,
  .pricing-rail {
    grid-template-columns: 1fr;
  }

  .proof-card--wide {
    grid-row: auto;
  }

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

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

@media (max-width: 720px) {
  .brand__name {
    font-size: 1.9rem;
  }

  .trust-banner {
    display: grid;
    justify-items: start;
    min-height: auto;
    padding: 14px 16px;
  }

  .hero-console__head {
    justify-content: flex-start;
  }

  .hero-actions {
    width: 100%;
    padding: 12px;
    border-radius: 26px;
  }

  .hero-btn,
  .hero-btn--mini,
  .price-card a {
    width: 100%;
  }

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

  .thumb-card,
  .thumb-card:nth-child(odd),
  .thumb-card:nth-child(3n) {
    transform: none;
  }

  .proof-block,
  .workflow-band,
  .pricing-band,
  .cta-slab {
    padding: 22px 18px;
  }

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