:root {
  color-scheme: light;
  --bg: #08111f;
  --panel: #101b2d;
  --card: #142238;
  --text: #f5f7fb;
  --muted: #aeb9ca;
  --accent: #80d4ff;
  --accent-strong: #43b7f5;
  --green: #22c55e;
  --lime: #bef264;
  --border: #273852;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(74, 222, 128, 0.24), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(67, 183, 245, 0.26), transparent 26rem),
    radial-gradient(circle at 50% 85%, rgba(16, 185, 129, 0.18), transparent 32rem),
    linear-gradient(135deg, #06111f 0%, #0b1728 42%, #071e17 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: var(--accent);
}

header,
footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.25rem;
}

footer {
  border-top: 1px solid rgba(174, 185, 202, 0.16);
  color: var(--muted);
  gap: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

main {
  margin: 0 auto;
  max-width: 1180px;
  padding: 2rem 1.25rem 4rem;
}

nav {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.brand {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(190, 242, 100, 0.98), rgba(34, 197, 94, 0.9)),
    #22c55e;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(34, 197, 94, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #03140a;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.08em;
  width: 42px;
}

.footer-brand .brand-mark {
  height: 36px;
  width: 36px;
}

.hero {
  padding: 5rem 0;
}

.marketing-hero {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  min-height: 660px;
  padding: 4rem 0 3rem;
  position: relative;
}

.marketing-hero::before {
  background:
    radial-gradient(circle, rgba(128, 212, 255, 0.42), transparent 62%),
    radial-gradient(circle, rgba(190, 242, 100, 0.35), transparent 58%);
  content: "";
  filter: blur(18px);
  height: 360px;
  opacity: 0.7;
  position: absolute;
  right: 7%;
  top: 6%;
  width: 360px;
  z-index: -1;
}

.hero.small {
  padding: 2rem 0;
}

.hero h1 {
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  line-height: 0.95;
  margin: 0 0 1rem;
  max-width: 920px;
}

.hero p {
  color: var(--muted);
  font-size: 1.15rem;
  max-width: 760px;
}

.hero-lede {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.signal-row span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(174, 185, 202, 0.22);
  border-radius: 999px;
  color: #dbeafe;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.55rem 0.8rem;
}

.hero-console {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top right, rgba(128, 212, 255, 0.25), transparent 16rem),
    rgba(5, 13, 25, 0.88);
  border: 1px solid rgba(128, 212, 255, 0.28);
  border-radius: 34px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  padding: 1.5rem;
}

.console-top {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}

.console-top span {
  background: #334155;
  border-radius: 999px;
  height: 0.7rem;
  width: 0.7rem;
}

.console-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.score-ring {
  align-items: baseline;
  background:
    radial-gradient(circle at center, rgba(8, 17, 31, 0.98) 0 52%, transparent 53%),
    conic-gradient(from -60deg, var(--lime), var(--green) 82%, rgba(255, 255, 255, 0.12) 82%);
  border-radius: 50%;
  display: flex;
  height: 190px;
  justify-content: center;
  margin: 1rem auto 1.5rem;
  padding-top: 4.1rem;
  width: 190px;
}

.score-ring strong {
  font-size: 4rem;
  letter-spacing: -0.08em;
  line-height: 1;
}

.score-ring span {
  color: var(--muted);
  font-weight: 900;
}

.hero-console ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-console li {
  align-items: center;
  border-top: 1px solid rgba(174, 185, 202, 0.18);
  display: flex;
  gap: 0.65rem;
  padding: 0.85rem 0;
}

.ok,
.warn {
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  padding: 0.25rem 0.48rem;
  text-transform: uppercase;
}

.ok {
  background: rgba(34, 197, 94, 0.18);
  color: #bbf7d0;
}

.warn {
  background: rgba(250, 204, 21, 0.16);
  color: #fde68a;
}

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

.eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button,
button {
  background: var(--accent-strong);
  border: 0;
  border-radius: 999px;
  color: #06101c;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.button.primary {
  background: linear-gradient(135deg, #bbf7d0, #22c55e 54%, #16a34a);
  box-shadow: 0 18px 44px rgba(34, 197, 94, 0.28);
  color: #03140a;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(174, 185, 202, 0.22);
  color: var(--text);
}

button {
  font: inherit;
}

.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin: 1.25rem 0;
}

.four {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2rem 0 2rem;
  position: relative;
}

.section-heading {
  margin: 4rem 0 1.5rem;
  max-width: 760px;
}

.section-heading h2,
.workflow h2,
.cta-panel h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0 0 1rem;
}

.section-heading p,
.workflow p,
.cta-panel p {
  color: var(--muted);
  font-size: 1.1rem;
}

.proof-strip {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(174, 185, 202, 0.2);
  border-radius: 28px;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 2rem;
  padding: 1rem;
}

.proof-strip div {
  border-right: 1px solid rgba(174, 185, 202, 0.18);
  padding: 0.8rem 1rem;
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  display: block;
  font-size: 1.35rem;
}

.proof-strip span {
  color: var(--muted);
}

.feature-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at top right, rgba(74, 222, 128, 0.25), transparent 13rem),
    rgba(13, 29, 47, 0.86);
  border: 1px solid rgba(159, 255, 196, 0.26);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.feature-card::before {
  background: linear-gradient(90deg, rgba(74, 222, 128, 0.78), rgba(163, 230, 53, 0.22));
  content: "";
  height: 6px;
  left: 2rem;
  position: absolute;
  right: 2rem;
  top: 0;
}

.feature-card:hover {
  border-color: rgba(134, 239, 172, 0.72);
  box-shadow: 0 30px 90px rgba(16, 185, 129, 0.18), 0 24px 70px rgba(0, 0, 0, 0.36);
  transform: translateY(-6px);
}

.feature-card.primary {
  background:
    linear-gradient(160deg, rgba(34, 197, 94, 0.28), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at top, rgba(190, 242, 100, 0.3), transparent 15rem),
    rgba(9, 41, 29, 0.9);
  border-color: rgba(134, 239, 172, 0.6);
}

.feature-number {
  color: rgba(187, 247, 208, 0.65);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-card h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 2.25rem 0 1rem;
}

.feature-card p {
  color: #d5e6dd;
  font-size: 1.02rem;
  margin: 0 0 1rem;
}

.feature-tagline {
  color: #bbf7d0;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.85rem;
}

.start-button {
  align-items: center;
  background: linear-gradient(135deg, #bbf7d0, #22c55e 54%, #16a34a);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(34, 197, 94, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  color: #03140a;
  display: inline-flex;
  font-size: 1.03rem;
  font-weight: 950;
  justify-content: center;
  margin-top: auto;
  padding: 0.95rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
}

.start-button::after {
  content: "→";
  margin-left: 0.55rem;
}

.start-here {
  background: linear-gradient(135deg, #dcfce7, #86efac);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(34, 197, 94, 0.34);
  color: #052e16;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  padding: 0.65rem 1rem;
  position: absolute;
  right: 1.25rem;
  text-transform: uppercase;
  top: 1.25rem;
}

.split {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.workflow {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  margin: 2.5rem 0;
  padding: 2rem;
}

.workflow ol {
  counter-reset: workflow;
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.workflow li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(174, 185, 202, 0.16);
  border-radius: 20px;
  padding: 1rem 1rem 1rem 3.5rem;
  position: relative;
}

.workflow li::before {
  align-items: center;
  background: rgba(34, 197, 94, 0.18);
  border-radius: 14px;
  color: #bbf7d0;
  content: counter(workflow, decimal-leading-zero);
  counter-increment: workflow;
  display: flex;
  font-size: 0.8rem;
  font-weight: 950;
  height: 2rem;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 2rem;
}

.workflow strong,
.workflow span {
  display: block;
}

.workflow span {
  color: var(--muted);
  margin-top: 0.25rem;
}

.risk-board,
.pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.25rem 0;
}

.risk-board article {
  background:
    linear-gradient(160deg, rgba(128, 212, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(11, 24, 40, 0.9);
  border: 1px solid rgba(128, 212, 255, 0.2);
  border-radius: 28px;
  padding: 1.4rem;
}

.risk-board span {
  color: rgba(128, 212, 255, 0.8);
  font-weight: 950;
  letter-spacing: 0.16em;
}

.risk-board h3,
.package-card h3 {
  font-size: 1.45rem;
  line-height: 1.05;
  margin: 1rem 0 0.6rem;
}

.risk-board p,
.package-card p {
  color: var(--muted);
}

.package-card {
  min-height: 220px;
}

.package-card.highlighted {
  background:
    radial-gradient(circle at top right, rgba(190, 242, 100, 0.2), transparent 15rem),
    color-mix(in srgb, var(--card) 84%, white 16%);
  border-color: rgba(190, 242, 100, 0.42);
}

.cta-panel {
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.22), rgba(67, 183, 245, 0.14)),
    rgba(10, 26, 40, 0.94);
  border: 1px solid rgba(190, 242, 100, 0.28);
  border-radius: 34px;
  margin: 2.5rem 0 0;
  padding: 3rem;
  text-align: center;
}

.cta-panel h2,
.cta-panel p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.card,
.panel {
  background: color-mix(in srgb, var(--card) 92%, white 8%);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.25rem;
}

.panel {
  background: color-mix(in srgb, var(--panel) 96%, white 4%);
}

.auth {
  margin: 4rem auto;
  max-width: 480px;
}

label {
  display: block;
  font-weight: 700;
  margin: 0 0 1rem;
}

input,
textarea {
  background: #07111f;
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--text);
  display: block;
  font: inherit;
  margin-top: 0.35rem;
  min-height: 44px;
  padding: 0.7rem;
  width: 100%;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.inline {
  display: inline;
}

.inline button {
  background: transparent;
  color: var(--accent);
  padding: 0;
}

details {
  border-top: 1px solid var(--border);
  margin-top: 1rem;
  padding-top: 1rem;
}

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

.finding {
  border-left: 4px solid var(--accent);
  margin: 1rem 0;
  padding-left: 1rem;
}

.finding.high,
.finding.critical {
  border-color: #ff7a7a;
}

.finding.medium {
  border-color: #ffd27a;
}

@media (max-width: 760px) {
  header,
  nav,
  footer,
  .marketing-hero,
  .proof-strip,
  .risk-board,
  .pricing-grid,
  .workflow,
  .split {
    align-items: stretch;
    display: grid;
  }

  footer,
  .footer-links,
  .hero-actions,
  .signal-row {
    justify-content: start;
  }

  .marketing-hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .proof-strip div {
    border-right: 0;
    border-top: 1px solid rgba(174, 185, 202, 0.18);
  }

  .proof-strip div:first-child {
    border-top: 0;
  }

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

  .feature-card {
    min-height: 340px;
  }
}

