:root {
  --extra-ink: #173332;
  --extra-teal: #167b79;
  --extra-coral: #f28b67;
  --extra-yellow: #f5cb58;
  --extra-blue: #79b8d1;
  --extra-green: #82bc96;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--extra-ink); background: #f7f8f5; font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(3rem, 7.2vw, 6.5rem); letter-spacing: -.065em; }
h2 { margin-bottom: 16px; font-size: clamp(2.15rem, 4vw, 3.8rem); letter-spacing: -.05em; }

.extra-hero { position: relative; overflow: hidden; padding: 82px 0 90px; background: linear-gradient(145deg, #eaf5ef 0%, #f7f8f5 58%); }
.extra-hero::before { position: absolute; width: 420px; height: 420px; right: -180px; top: -190px; content: ""; border-radius: 50%; background: rgba(242,139,103,.17); }
.extra-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: center; gap: 50px; }
.extra-hero__copy { position: relative; z-index: 2; }
.extra-pill { display: inline-flex; margin-bottom: 34px; padding: 8px 13px; border: 1px solid rgba(22,123,121,.18); border-radius: 999px; color: var(--extra-teal); background: rgba(255,255,255,.7); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.extra-kicker { display: block; margin-bottom: 12px; color: var(--extra-teal); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.extra-lead { max-width: 680px; color: #526765; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.extra-button { min-height: 52px; display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding: 0 23px; border-radius: 999px; color: #fff; background: var(--extra-teal); font-weight: 900; text-decoration: none; box-shadow: 0 14px 32px rgba(22,123,121,.22); transition: transform 180ms ease, gap 180ms ease; }
.extra-button:hover { gap: 14px; transform: translateY(-3px); }

.extra-constellation { position: relative; width: min(100%, 400px); aspect-ratio: 1; margin: auto; border: 1px solid rgba(22,123,121,.16); border-radius: 50%; background: rgba(255,255,255,.48); box-shadow: inset 0 0 0 70px rgba(255,255,255,.22); }
.extra-constellation::before { position: absolute; inset: 22%; content: ""; border: 1px dashed rgba(22,123,121,.25); border-radius: 50%; }
.extra-bubble, .extra-constellation__core { position: absolute; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 27px; background: #fff; box-shadow: 0 20px 45px rgba(25,70,67,.13); font-size: 2rem; }
.extra-bubble--sport { top: 1%; left: 40%; transform: rotate(-8deg); }
.extra-bubble--art { top: 39%; right: -2%; transform: rotate(9deg); }
.extra-bubble--mind { bottom: 0; left: 40%; transform: rotate(-5deg); }
.extra-bubble--music { top: 39%; left: -2%; transform: rotate(7deg); }
.extra-constellation__core { inset: 50% auto auto 50%; width: 72px; height: 72px; transform: translate(-50%,-50%); color: var(--extra-teal); background: #dff0e8; font-size: 2.6rem; }

.extra-section { padding: 100px 0; }
.extra-heading { max-width: 760px; margin-bottom: 42px; }
.extra-heading p { max-width: 650px; color: #64706f; font-size: 1.06rem; }
.extra-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.extra-feature { position: relative; min-height: 310px; display: flex; flex-direction: column; overflow: hidden; padding: 28px; border-radius: 28px; transition: transform 180ms ease; }
.extra-feature:hover { transform: translateY(-6px) rotate(-1deg); }
.extra-feature--coral { background: #fde2d7; }
.extra-feature--yellow { background: #faedbd; }
.extra-feature--blue { background: #dceef4; }
.extra-feature--green { background: #dceee2; }
.extra-feature__number { color: rgba(23,51,50,.42); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.extra-feature__icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 28px 0 auto; border-radius: 18px; background: rgba(255,255,255,.66); font-size: 1.35rem; font-weight: 900; }
.extra-feature h3 { margin: 26px 0 10px; font-size: 1.35rem; }
.extra-feature p { margin-bottom: 0; color: rgba(23,51,50,.68); font-size: .94rem; }

.extra-progress { padding: 0 0 40px; }
.extra-progress__card { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.8fr); align-items: center; gap: 55px; padding: clamp(34px,6vw,70px); border-radius: 36px; color: #fff; background: linear-gradient(135deg, #155f5e, #259593); box-shadow: 0 26px 65px rgba(29,116,114,.2); }
.extra-progress__card p { max-width: 620px; margin-bottom: 0; color: rgba(255,255,255,.75); }
.extra-kicker--light { color: #f5cb58; }
.extra-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.extra-steps li { position: relative; min-height: 70px; display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 14px; color: rgba(255,255,255,.55); }
.extra-steps li:not(:last-child)::after { position: absolute; top: 38px; bottom: 0; left: 19px; width: 2px; content: ""; background: rgba(255,255,255,.18); }
.extra-steps span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; font-weight: 900; }
.extra-steps strong { padding-top: 7px; }
.extra-steps .is-active { color: #fff; }
.extra-steps .is-active span { color: var(--extra-ink); border-color: #f5cb58; background: #f5cb58; }

@media (max-width: 980px) {
  .extra-hero__grid, .extra-progress__card { grid-template-columns: 1fr; }
  .extra-constellation { width: 320px; }
  .extra-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .extra-hero { padding: 54px 0 70px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .extra-constellation { width: 250px; }
  .extra-bubble, .extra-constellation__core { width: 58px; height: 58px; border-radius: 19px; font-size: 1.4rem; }
  .extra-section { padding: 70px 0; }
  .extra-feature-grid { grid-template-columns: 1fr; }
  .extra-feature { min-height: 265px; }
  .extra-progress__card { border-radius: 28px; }
}

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