:root {
  --bg: #0d1020;
  --bg-soft: rgba(18, 24, 48, 0.85);
  --panel: rgba(19, 25, 47, 0.82);
  --panel-strong: rgba(25, 33, 61, 0.94);
  --text: #f6f6f8;
  --muted: #b8c1d9;
  --line: rgba(255, 255, 255, 0.1);
  --blue: #4f8fe8;
  --teal: #2cb8d2;
  --green: #57c84d;
  --pink: #ff5ca9;
  --slate: #2c3452;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Public Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(79, 143, 232, 0.22), transparent 28%),
    radial-gradient(circle at 80% 15%, rgba(87, 200, 77, 0.14), transparent 22%),
    linear-gradient(180deg, #0b0f1f 0%, #0d1020 48%, #0a0f1d 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, transparent 0 120px, rgba(255, 255, 255, 0.045) 121px 123px, transparent 124px),
    radial-gradient(circle at 80% 35%, transparent 0 160px, rgba(255, 255, 255, 0.04) 161px 163px, transparent 164px),
    radial-gradient(circle at 35% 72%, transparent 0 180px, rgba(255, 255, 255, 0.035) 181px 183px, transparent 184px);
  pointer-events: none;
  opacity: 0.9;
}

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  position: sticky;
  top: 0;
  backdrop-filter: blur(18px);
  background: rgba(8, 11, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  flex: 0 0 52px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy strong,
h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.08em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy em {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.25;
}

.site-nav {
  display: inline-flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a:hover,
.text-link:hover {
  color: #ffffff;
}

.section {
  padding: 84px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
  padding-top: 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #95bdf8;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.02;
  max-width: 12ch;
}

.lead,
.section-heading p,
.intro-band p,
.service-card p,
.audience article p,
.step-card p,
.pricing-card p,
.contact-section p,
.panel-note p,
.site-footer p {
  color: var(--muted);
  line-height: 1.75;
}

.lead {
  max-width: 60ch;
  font-size: 1.08rem;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 34px 0 26px;
}

.hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: #dfe6fb;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  flex: 0 0 10px;
}

.hero-panel {
  display: grid;
  gap: 20px;
}

.panel-card,
.service-card,
.step-card,
.pricing-card,
.contact-form,
.audience article,
.intro-band,
.cta-strip-card {
  background: linear-gradient(180deg, rgba(20, 26, 50, 0.92), rgba(13, 17, 34, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.panel-card {
  padding: 28px;
}

.panel-main {
  min-height: 420px;
}

.panel-label {
  margin: 0 0 18px;
  color: #c9d5fa;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-flow {
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.04), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px;
}

.flow-diagram {
  display: block;
  width: 100%;
  height: auto;
}

.flow-line {
  fill: none;
  stroke: rgba(215, 226, 255, 0.72);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-box {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.25;
}

.flow-box-dark {
  fill: url(#nodeDark);
}

.flow-box-blue {
  fill: url(#nodeBlue);
}

.flow-box-green {
  fill: url(#nodeGreen);
}

.flow-box-teal {
  fill: url(#nodeTeal);
}

.flow-text {
  fill: #f4f7ff;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-anchor: middle;
  dominant-baseline: middle;
}

.flow-text-small {
  font-size: 17px;
}

.intro-band {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  padding: 32px;
  align-items: center;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading.narrow {
  max-width: 680px;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.service-grid,
.steps,
.audience-grid,
.outcomes-grid,
.proof-grid {
  display: grid;
  gap: 22px;
}

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

.service-card {
  padding: 28px;
}

.cta-strip {
  padding-top: 0;
}

.cta-strip-card {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-strip-card h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  margin-bottom: 14px;
}

.cta-strip-card p:last-child {
  margin: 0;
}

.service-card ul,
.pricing-detail ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #ebefff;
  line-height: 1.8;
}

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

.audience article,
.step-card {
  padding: 26px;
}

.step-number {
  display: inline-flex;
  margin-bottom: 18px;
  font-family: "Sora", sans-serif;
  color: #95bdf8;
  letter-spacing: 0.14em;
}

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

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

.outcome-pill {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eef2ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.proof-card {
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(24, 32, 61, 0.94), rgba(13, 17, 34, 0.96)),
    linear-gradient(135deg, rgba(79, 143, 232, 0.12), transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.proof-stat {
  display: inline-block;
  margin-bottom: 16px;
  color: #95bdf8;
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.proof-card p {
  color: var(--muted);
  line-height: 1.75;
}

.pricing-card {
  padding: 34px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
}

.pricing-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-form {
  padding: 34px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

label {
  display: grid;
  gap: 10px;
  color: #ebefff;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  font: inherit;
}

select {
  appearance: none;
  color: #ffffff;
}

select option {
  color: #111827;
  background: #ffffff;
}

textarea {
  resize: vertical;
  min-height: 160px;
  margin-bottom: 24px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(79, 143, 232, 0.55);
  outline-offset: 1px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #5a9af0, #2cb8d2);
  color: #091120;
  padding: 16px 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 18px 35px rgba(39, 128, 214, 0.28);
}

.button-small {
  padding: 12px 18px;
  font-size: 0.92rem;
}

.button-outline {
  color: #eef4ff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

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

.text-link {
  color: #dbe8ff;
  font-weight: 600;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 46px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .intro-band,
  .pricing-card,
  .pricing-detail {
    grid-template-columns: 1fr;
  }

  .site-header {
    display: grid;
    justify-content: stretch;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero {
    padding-top: 42px;
  }

  .service-grid,
  .audience-grid,
  .steps,
  .outcomes-grid,
  .proof-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta-strip-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .section {
    padding: 68px 0;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .panel-card,
  .service-card,
  .step-card,
  .pricing-card,
  .contact-form,
  .audience article,
  .intro-band {
    padding: 22px;
    border-radius: 22px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
