﻿.website-hero {
  position: relative;
  min-height: calc(100vh - 1rem);
  padding: calc(var(--nav-h) + 2.2rem) 0 3rem;
  background:
    radial-gradient(760px 420px at 10% 14%, rgba(24, 193, 135, 0.24), transparent 62%),
    radial-gradient(760px 420px at 90% 8%, rgba(103, 217, 255, 0.22), transparent 60%),
    linear-gradient(145deg, #041015 0%, #08161c 38%, #0e232b 100%);
  color: var(--white);
  overflow: clip;
}

.website-hero__backdrop,
.website-hero__glow {
  position: absolute;
}

.website-hero__backdrop {
  inset: 0;
  pointer-events: none;
}

.website-hero__glow {
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.68;
}

.website-hero__glow--one {
  width: 34rem;
  height: 34rem;
  left: -12rem;
  top: 9rem;
  background: radial-gradient(circle, rgba(24, 193, 135, 0.36) 0%, rgba(24, 193, 135, 0) 72%);
}

.website-hero__glow--two {
  width: 28rem;
  height: 28rem;
  right: -8rem;
  top: 6rem;
  background: radial-gradient(circle, rgba(103, 217, 255, 0.32) 0%, rgba(103, 217, 255, 0) 72%);
}

.website-hero__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.website-hero__content {
  display: grid;
  gap: 1.35rem;
}

.website-hero__title {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.9rem, 10vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.website-hero__lede {
  margin: 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.website-hero__actions,
.website-cta-band__actions {
  display: grid;
  gap: 0.85rem;
}

.website-metric-strip,
.website-pricing__grid {
  display: grid;
  gap: 1rem;
}

.website-metric {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: var(--shadow-glow);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.website-metric strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--cyan-soft);
  font-size: 1rem;
}

.website-metric span {
  color: rgba(255, 255, 255, 0.82);
}

.website-hero__visual {
  justify-self: center;
}

.website-shell {
  overflow: hidden;
  width: min(100%, 34rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 243, 246, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(4, 13, 17, 0.32);
}

.website-shell__topbar {
  display: flex;
  gap: 0.45rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(15, 34, 42, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.website-shell__body {
  padding: 1.2rem;
  color: var(--text);
}

.website-shell__nav {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--text-faint);
  font-size: 0.78rem;
  font-weight: 700;
}

.website-shell__brand {
  color: var(--emerald-deep);
}

.website-shell__menu {
  text-align: right;
}

.website-shell__hero {
  padding: 1.4rem;
  border-radius: 1.5rem;
  background: var(--gradient-hero);
  color: var(--white);
}

.website-shell__badge {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.website-shell__hero h3 {
  margin: 0.95rem 0 0.6rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1;
}

.website-shell__hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.website-shell__button {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #f0b94b 0%, #ffd98a 100%);
  color: #14232a;
  font-size: 0.9rem;
  font-weight: 800;
}

.website-shell__grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.website-shell__grid div {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(15, 34, 42, 0.06);
  color: var(--text);
  font-weight: 700;
}

.website-pricing {
  display: grid;
  gap: 1.6rem;
}

.website-pricing__lead {
  display: grid;
  gap: 1.15rem;
  align-content: start;
}

.pricing-signal {
  padding: 1.6rem;
  background:
    radial-gradient(420px 220px at 0% 0%, rgba(103, 217, 255, 0.14), transparent 72%),
    linear-gradient(145deg, rgba(7, 24, 31, 0.96) 0%, rgba(10, 33, 42, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-glow);
}

.pricing-signal__label {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  color: #ffe3a1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-signal__value {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 8vw, 4.4rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(4, 13, 17, 0.22);
}

.pricing-signal__value span {
  font-size: 1rem;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.86);
}

.pricing-signal p {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.website-pricing .lede {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.88);
}

.website-pricing__grid {
  align-content: start;
}

.website-pricing__grid .surface-card--dark {
  background:
    linear-gradient(180deg, rgba(14, 34, 42, 0.98), rgba(10, 27, 34, 0.98));
  border-color: rgba(255, 255, 255, 0.12);
}

.website-pricing__grid .surface-card--dark .h3 {
  color: #ffffff;
}

.website-pricing__grid .surface-card--dark p {
  color: rgba(255, 255, 255, 0.88);
}

.website-pricing__grid .surface-card--dark .surface-card__icon {
  background: linear-gradient(135deg, rgba(103, 217, 255, 0.18), rgba(240, 185, 75, 0.18));
  color: #d8f8ff;
}

.faq-item h3 {
  margin: 0 0 0.65rem;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  line-height: 1.08;
}

.faq-item p {
  color: rgba(15, 34, 42, 0.8);
}

.website-cta-band {
  padding: clamp(1.6rem, 4vw, 2.4rem);
}

.website-cta-band .lede {
  margin-top: 0.85rem;
}

@media (min-width: 720px) {
  .website-hero__actions,
  .website-metric-strip,
  .website-cta-band__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 980px) {
  .website-hero__inner,
  .website-pricing {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
  }

  .website-pricing__grid {
    align-self: end;
  }

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