@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #050405;
  --bg-blue: #040817;
  --text: rgba(250, 246, 240, 0.95);
  --muted: rgba(250, 246, 240, 0.58);
  --line: rgba(250, 246, 240, 0.13);
  --blue: rgba(47, 80, 157, 0.96);
  --blue-soft: rgba(47, 80, 157, 0.23);
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 8%, rgba(154,18,18,0.10), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

a { color: inherit; }

.recovery-stage {
  position: relative;
  overflow: hidden;
}

.field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.9;
}

.field-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.field-orb-a {
  width: min(70vw, 760px);
  aspect-ratio: 1;
  top: -20rem;
  right: -18rem;
  background: radial-gradient(circle, rgba(47,80,157,0.24), transparent 62%);
}

.field-orb-b {
  width: min(55vw, 560px);
  aspect-ratio: 1;
  bottom: 8%;
  left: -18rem;
  background: radial-gradient(circle, rgba(47,80,157,0.18), transparent 62%);
}

.field-line {
  position: absolute;
  width: 1px;
  height: 70vh;
  background: linear-gradient(transparent, rgba(47,80,157,0.38), transparent);
}

.field-line-a { left: 16%; top: 8%; }
.field-line-b { right: 12%; top: 45%; }

.recovery-header,
.recovery-hero,
.recovery-block,
.recovery-grid,
.recovery-contact,
.recovery-footer {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.recovery-header {
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.brand,
.window {
  margin: 0;
  color: rgba(250,246,240,0.58);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-decoration: none;
}

.window { text-align: right; }

.recovery-hero {
  min-height: 74svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 0 6rem;
}

.eyebrow,
.block-label {
  margin: 0 0 1.2rem;
  color: rgba(250,246,240,0.46);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
}

h1,
h2,
h3,
p { text-wrap: balance; }

h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(2.8rem, 7.3vw, 6.7rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.intro {
  max-width: 690px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.3vw, 1.4rem);
  line-height: 1.55;
  font-weight: 300;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  min-height: 3.4rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid rgba(47,80,157,0.82);
  color: var(--text);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 500;
  background: rgba(47,80,157,0.12);
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  background: rgba(47,80,157,0.28);
  border-color: rgba(47,80,157,1);
  transform: translateY(-1px);
  outline: none;
}

.recovery-block {
  padding: 7rem 0;
  border-top: 1px solid var(--line);
}

.recovery-block h2,
.recovery-contact h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.recovery-block > p:not(.block-label):not(.honesty),
.recovery-contact > p:not(.block-label) {
  max-width: 720px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.65;
  font-weight: 300;
}

.recovery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.recovery-grid article {
  min-height: 22rem;
  padding: 3.2rem 2rem 3rem 0;
}

.recovery-grid article + article {
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.step {
  display: inline-block;
  margin-bottom: 4rem;
  color: rgba(47,80,157,0.95);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.recovery-grid h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  line-height: 1.1;
  font-weight: 500;
}

.recovery-grid p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 300;
}

.recovery-block-blue {
  margin-top: 7rem;
  padding-inline: clamp(1.4rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 82% 30%, rgba(47,80,157,0.27), transparent 20rem),
    linear-gradient(135deg, rgba(47,80,157,0.10), rgba(47,80,157,0.025));
  border: 1px solid rgba(47,80,157,0.26);
}

.fit-list {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(250,246,240,0.12);
}

.fit-list p {
  margin: 0;
  padding: 1.25rem 0;
  color: rgba(250,246,240,0.78);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.45;
  border-bottom: 1px solid rgba(250,246,240,0.12);
}

.honesty {
  max-width: 790px;
  margin: 3rem 0 0;
  color: rgba(250,246,240,0.52);
  font-size: 0.95rem;
  line-height: 1.65;
}

.recovery-contact {
  padding: 9rem 0 7rem;
}


.recovery-footer {
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  color: rgba(250,246,240,0.46);
  font-size: 0.8rem;
}

.recovery-footer a { text-decoration: none; }
.recovery-footer p { margin: 0; }

@media (max-width: 760px) {
  .recovery-header,
  .recovery-hero,
  .recovery-block,
  .recovery-grid,
  .recovery-contact,
  .recovery-footer {
    width: min(100% - 2rem, 1040px);
  }

  .recovery-header {
    min-height: 5.5rem;
  }

  .window {
    max-width: 10rem;
    line-height: 1.45;
  }

  .recovery-hero {
    min-height: 70svh;
    padding: 4rem 0 5rem;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.8rem);
  }

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

  .recovery-grid article {
    min-height: auto;
    padding: 3rem 0;
  }

  .recovery-grid article + article {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .step { margin-bottom: 2.5rem; }

  .recovery-block-blue {
    width: calc(100% - 2rem);
    padding-inline: 1.2rem;
  }

  .recovery-footer {
    padding: 2rem 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
