:root {
  --bg: #050913;
  --panel: #0b1323;
  --surface: #0f1c32;
  --border: #1f2a42;
  --muted: #9fb2cd;
  --text: #e8f1ff;
  --accent: #7ce7c3;
  --accent-strong: #f6c45d;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  --glow: 0 40px 150px rgba(124, 231, 195, 0.25);
  --radius: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --grid: minmax(0, 1fr);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Sora", "Space Grotesk", "Helvetica Neue", sans-serif;
  background: radial-gradient(circle at 20% 20%, rgba(124, 231, 195, 0.07), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(246, 196, 93, 0.08), transparent 28%),
    linear-gradient(140deg, #040811 0%, #060b17 60%, #070e1c 100%);
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

.gradient-veil {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(124, 231, 195, 0.04), transparent 22%),
    radial-gradient(circle at 90% 20%, rgba(246, 196, 93, 0.05), transparent 25%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.02), transparent 30%);
  pointer-events: none;
  z-index: 0;
}

.glow {
  position: fixed;
  width: 420px;
  height: 420px;
  filter: blur(120px);
  opacity: 0.6;
  z-index: 0;
}

.blur-a {
  top: -120px;
  left: -60px;
  background: #7ce7c3;
}

.blur-b {
  bottom: 80px;
  right: 10%;
  background: #f6c45d;
}

.blur-c {
  top: 40%;
  left: 55%;
  background: #4bb6f7;
  opacity: 0.35;
}

main {
  position: relative;
  z-index: 1;
  width: min(1200px, 92vw);
  margin: 0 auto 120px;
  padding-top: 120px;
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding: 16px 18px;
  background: rgba(6, 12, 22, 0.7);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  transform: translateY(16px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.top-nav.scrolled {
  background: rgba(6, 12, 22, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(145deg, #7ce7c3, #4bb6f7);
  display: grid;
  place-items: center;
  color: #04101a;
  font-weight: 700;
  font-family: "Space Grotesk", "Sora", sans-serif;
  box-shadow: 0 10px 30px rgba(124, 231, 195, 0.35);
}

.brand-name {
  font-size: 17px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: var(--muted);
}

.nav-links a {
  padding: 8px 10px;
  border-radius: 12px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn.primary {
  background: linear-gradient(130deg, #7ce7c3, #4bb6f7);
  color: #04101a;
  box-shadow: var(--glow);
}

.btn.accent {
  background: linear-gradient(130deg, #f6c45d, #f38f2f);
  color: #1d0f04;
  box-shadow: 0 30px 80px rgba(243, 143, 47, 0.35);
}

.btn.outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.btn.full {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn.large {
  padding: 15px 22px;
  font-size: 15px;
}

.eyebrow {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", "Sora", sans-serif;
  margin: 12px 0 10px;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.5rem, 4vw, 3.4rem);
}

h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 10px;
  color: var(--muted);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 24px;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 36px 0 20px;
}

.hero__content .lede {
  font-size: 18px;
  max-width: 620px;
}

.hero__actions {
  display: flex;
  gap: 12px;
  margin: 20px 0 14px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 13px;
}

.pill.accent {
  color: #04101a;
  background: linear-gradient(130deg, #f6c45d, #f38f2f);
  border: none;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
}

.hero__stats h3 {
  margin: 0;
  font-size: 24px;
}

.hero__panel {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-xl);
  padding: 14px;
  box-shadow: var(--shadow);
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 13px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.dot.green {
  background: #7ce7c3;
}

.dot.amber {
  background: #f6c45d;
}

.dot.teal {
  background: #4bb6f7;
}

.panel-body {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 12px;
  margin-top: 12px;
}

.panel-card {
  background: linear-gradient(160deg, rgba(124, 231, 195, 0.1), rgba(255, 255, 255, 0.01));
  border-radius: var(--radius-lg);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 320px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.card-content {
  margin: 12px 0;
  display: grid;
  gap: 10px;
}

.message {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px;
  border-radius: 14px;
}

.message.ai {
  background: rgba(124, 231, 195, 0.08);
  border-color: rgba(124, 231, 195, 0.12);
}

.message .label {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--muted);
}

.card-footer {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-pill {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 12px;
}

.footer-pill.accent {
  background: rgba(246, 196, 93, 0.2);
  color: #f6c45d;
}

.score-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 14px;
  display: grid;
  gap: 12px;
}

.score-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: var(--muted);
}

.score-value {
  font-size: 26px;
  font-weight: 700;
  color: var(--accent);
}

.score-meter {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.score-meter span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #7ce7c3, #4bb6f7);
}

.score-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.tick {
  color: var(--accent);
  margin-right: 6px;
}

.logos {
  margin: 60px 0 30px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.logos p {
  text-align: center;
  margin-bottom: 14px;
  color: var(--muted);
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.6px;
  font-weight: 600;
}

.features {
  margin: 60px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius-lg);
  padding: 16px;
  display: grid;
  gap: 8px;
  min-height: 190px;
  transition: border 0.2s ease, transform 0.2s ease;
}

.feature-card:hover {
  border-color: rgba(124, 231, 195, 0.5);
  transform: translateY(-2px);
}

.tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(124, 231, 195, 0.12);
  color: var(--accent);
  font-size: 12px;
  width: fit-content;
}

.workflow {
  margin: 70px 0;
}

.timeline {
  display: grid;
  gap: 14px;
  padding: 12px 0;
}

.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(124, 231, 195, 0.14);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
}

.workflow-panel {
  margin-top: 18px;
  padding: 16px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.02), rgba(124, 231, 195, 0.06));
  box-shadow: var(--shadow);
}

.panel-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 13px;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.workflow-card {
  padding: 14px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 10px;
}

.headline {
  font-size: 20px;
  margin: 0;
  color: var(--text);
}

.subhead {
  margin: 0;
  color: var(--muted);
}

.small-label {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chips span {
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(124, 231, 195, 0.12);
  color: var(--accent);
  font-size: 12px;
}

.testimonials {
  margin: 70px 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.testimonial-card {
  padding: 16px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 200px;
  position: relative;
}

.quote-mark {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.06);
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(145deg, #7ce7c3, #4bb6f7);
  display: grid;
  place-items: center;
  color: #04101a;
  font-weight: 700;
}

.pricing {
  margin: 70px 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.plan {
  padding: 16px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  gap: 10px;
  position: relative;
}

.plan.highlighted {
  border-color: rgba(124, 231, 195, 0.6);
  box-shadow: var(--glow);
}

.plan-header h3 {
  margin: 0;
}

.plan-header p {
  margin: 4px 0 0;
}

.badge.hot {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(246, 196, 93, 0.18);
  color: #f6c45d;
  font-size: 12px;
  margin-bottom: 6px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price {
  font-size: 32px;
  font-weight: 700;
}

.per {
  color: var(--muted);
  font-size: 14px;
}

.plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.resources {
  margin: 70px 0;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.resource-card {
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 8px;
}

.link-btn {
  background: none;
  color: var(--accent);
  border: none;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.cta {
  margin: 70px 0;
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(130deg, rgba(124, 231, 195, 0.18), rgba(4, 8, 17, 0.8));
  box-shadow: var(--shadow);
}

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

.footer {
  width: min(1200px, 92vw);
  margin: 0 auto 80px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.footer-links {
  display: flex;
  gap: 14px;
  color: var(--muted);
  justify-content: center;
}

.muted {
  color: var(--muted);
}

@media (max-width: 1024px) {
  .top-nav {
    gap: 12px;
  }
  .nav-links {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .panel-body {
    grid-template-columns: 1fr;
  }
  .hero__stats {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

@media (max-width: 720px) {
  main {
    width: 92vw;
    padding-top: 110px;
  }
  .top-nav {
    position: fixed;
    width: 92vw;
    left: 50%;
    transform: translate(-50%, 12px);
  }
  .nav-actions .btn {
    padding: 10px 12px;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }
}
