/* ---------- GLOBAL LIGHT BEAM ---------- */
.light-beam {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.light-beam::before {
  content: '';
  position: absolute;
  left: -20%;
  right: -20%;
  top: -20%;
  bottom: -20%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 30%,
    rgba(255, 244, 220, 0.08) 42%,
    rgba(255, 248, 230, 0.14) 50%,
    rgba(255, 244, 220, 0.08) 58%,
    transparent 70%,
    transparent 100%
  );
  mix-blend-mode: screen;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  background: #0F1A38;
  display: flex;
  align-items: center;
  padding: 140px 0 120px;
  overflow: hidden;
  color: #fff;
}
.hero .section-tint {
  background: linear-gradient(180deg, rgba(15, 26, 56, 0.72) 0%, rgba(14, 23, 51, 0.88) 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(85, 193, 255, 0.06) 44%,
    rgba(200, 230, 255, 0.22) 50%,
    rgba(85, 193, 255, 0.06) 56%,
    transparent 62%,
    transparent 100%
  );
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  top: 30%; left: 10%;
  width: 50%; height: 55%;
  background: radial-gradient(ellipse at center, rgba(85, 193, 255, 0.12) 0%, transparent 65%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
  width: 100%;
}
.hero-eyebrow { margin-bottom: 36px; color: var(--sky); }
.hero h1 {
  font-size: clamp(2.6rem, 6.2vw, 5.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 36px;
  max-width: 16ch;
  color: #fff;
  text-shadow: 0 0 1px rgba(85, 193, 255, 0.15), 0 2px 28px rgba(255, 248, 230, 0.08);
}
.hero h1 .line { display: block; }
.hero h1 .accent { color: var(--lime); }
.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 44px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-secondary {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.hero-secondary:hover { border-bottom-color: #fff; }
.hero-trust {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
}

/* ---------- PROBLEM ---------- */
.problem {
  background: var(--navy);
  color: #fff;
  padding: 140px 0;
}
.problem .section-tint {
  background: linear-gradient(180deg, rgba(14, 23, 51, 0.85) 0%, rgba(37, 60, 120, 0.88) 100%);
}
.problem .beam::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: linear-gradient(
    115deg,
    transparent 0%, transparent 30%,
    rgba(85, 193, 255, 0.08) 40%,
    rgba(200, 230, 255, 0.28) 50%,
    rgba(85, 193, 255, 0.08) 60%,
    transparent 70%, transparent 100%
  );
}
.problem-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 48px;
}
.problem h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 48px;
  color: #fff;
}
.problem p {
  font-size: 1.1rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
  text-wrap: pretty;
}
.problem .pivot {
  font-size: 1.35rem;
  font-style: italic;
  color: #fff;
  font-weight: 500;
  font-family: 'Prompt', sans-serif;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.18);
}

/* ---------- VALUE CHAIN ---------- */
.value {
  background: var(--navy);
  color: #fff;
  padding: 140px 0;
}
.value .section-tint {
  background: linear-gradient(180deg, rgba(37, 60, 120, 0.84) 0%, rgba(74, 107, 184, 0.82) 100%);
}
.value .beam::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: linear-gradient(
    115deg,
    transparent 0%, transparent 25%,
    rgba(200, 230, 255, 0.12) 38%,
    rgba(220, 240, 255, 0.35) 50%,
    rgba(200, 230, 255, 0.12) 62%,
    transparent 75%, transparent 100%
  );
}
.value h2 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 96px;
  color: #fff;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.step {
  position: relative;
  padding: 40px 36px 44px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 20px 50px -25px rgba(15, 26, 56, 0.5);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -25px rgba(15, 26, 56, 0.6);
}
.step-emphasis { border-left: 4px solid var(--lime); }
.step-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 8rem;
  color: var(--lime);
  line-height: 0.85;
  display: block;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
}
.step-meta {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 36px;
  font-weight: 600;
}
.step h3 {
  font-size: 1.55rem;
  margin-bottom: 20px;
  margin-top: auto;
  color: var(--navy);
}
.step p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #555;
}

/* ---------- SERVICES ---------- */
.services {
  background: #8BAEDD;
  padding: 140px 0;
}
.services .section-tint {
  background: linear-gradient(180deg, rgba(139, 174, 221, 0.82) 0%, rgba(195, 217, 242, 0.82) 100%);
}
.services .beam::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: linear-gradient(
    115deg,
    transparent 0%, transparent 18%,
    rgba(235, 245, 255, 0.3) 35%,
    rgba(250, 253, 255, 0.55) 50%,
    rgba(235, 245, 255, 0.3) 65%,
    transparent 82%, transparent 100%
  );
}
.services h2 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 24px;
}
.services-sub {
  text-align: center;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto 96px;
  font-size: 1.05rem;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  background-color: rgba(255,255,255,0.6);
}
.service {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  transition: background 0.2s;
}
.service:hover { background: #fff; }
.service-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  color: var(--magenta);
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 28px;
}
.service h3 { font-size: 1.55rem; margin-bottom: 20px; line-height: 1.15; }
.service p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 28px;
  flex-grow: 1;
}
.service-link {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  transition: gap 0.2s;
}
.service-link:hover { gap: 14px; }

/* ---------- PROOF ---------- */
.proof {
  background: #E6F0FA;
  padding: 140px 0;
}
.proof .section-tint {
  background: linear-gradient(180deg, rgba(230, 240, 250, 0.86) 0%, rgba(247, 251, 255, 0.9) 100%);
}
.proof .beam::before {
  content: '';
  position: absolute;
  inset: -10%;
  background: linear-gradient(
    115deg,
    transparent 0%, transparent 10%,
    rgba(235, 245, 255, 0.4) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(235, 245, 255, 0.4) 70%,
    transparent 90%, transparent 100%
  );
}
.proof h2 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 20ch;
  margin: 0 auto 96px;
}
.stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 96px;
}
.story {
  background: #fff;
  padding: 56px 48px;
  border: 1px solid var(--hairline);
  position: relative;
}
.story-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sky);
  font-weight: 700;
  margin-bottom: 28px;
}
.story h3 { font-size: 2rem; margin-bottom: 24px; line-height: 1.15; }
.story p { font-size: 0.98rem; line-height: 1.75; color: #555; }
.story-bar {
  position: absolute;
  top: 0; left: 0;
  width: 40px;
  height: 3px;
  background: var(--lime);
}
.proof-tagline {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  padding-top: 48px;
  border-top: 1px solid var(--hairline);
}

/* ---------- WORKSHOPS ---------- */
.workshops {
  background: #fff;
  padding: 140px 0;
}
.workshops .section-tint {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.94) 100%);
}
.workshops::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sky), transparent);
  opacity: 0.6;
  z-index: 3;
}
.workshops::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(85, 193, 255, 0.08), transparent);
  pointer-events: none;
  z-index: 1;
}
.workshops-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: start;
}
.workshops-left h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 32px;
  max-width: 14ch;
}
.workshops-left p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #555;
  margin-bottom: 40px;
  max-width: 52ch;
}

/* ---------- HOME RESPONSIVE ---------- */
@media (max-width: 900px) {
  .hero { padding: 120px 0 100px; }
  .hero-inner { padding: 0 24px; }
  .hero-ctas { gap: 16px; }
  .problem, .value, .services, .proof, .workshops { padding: 96px 0; }
  .problem-inner { padding: 0 24px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step { min-height: 280px; }
  .step-num { font-size: 6rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service { padding: 40px 28px; min-height: auto; }
  .stories { grid-template-columns: 1fr; gap: 24px; }
  .story { padding: 40px 28px; }
  .workshops-grid { grid-template-columns: 1fr; gap: 48px; }
  .newsletter { padding: 32px 24px; }
}
