.page-home {
  --home-gap: 28px;
}

.page-home section[id] {
  scroll-margin-top: 128px;
}

/* ---------- HERO ---------- */
.page-home .hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 88% at 80% 6%, rgba(139, 92, 246, 0.34), transparent 58%),
    radial-gradient(92% 72% at 6% 94%, rgba(37, 232, 212, 0.18), transparent 62%),
    linear-gradient(180deg, var(--ink-950) 0%, var(--ink-900) 58%, var(--violet-900) 100%);
}

.page-home .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-home .hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 26, 0.88) 0%, rgba(11, 16, 48, 0.84) 52%, rgba(11, 16, 48, 0.97) 100%);
}

.page-home .hero__mark {
  position: absolute;
  left: -0.03em;
  bottom: -0.14em;
  z-index: 1;
  margin: 0;
  font-size: clamp(88px, 26vw, 380px);
  line-height: 0.82;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(37, 232, 212, 0.24);
  text-stroke: 2px rgba(37, 232, 212, 0.24);
  pointer-events: none;
  user-select: none;
}

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 40px;
  padding-block: 84px 172px;
}

.page-home .hero__copy {
  min-width: 0;
}

.page-home .hero__chip {
  margin: 0 0 22px;
}

.page-home .hero__title {
  margin: 0;
  max-width: 15em;
  font-family: var(--font-display);
  font-size: clamp(30px, 7.4vw, 62px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--white);
}

.page-home .hero__lede {
  margin: 22px 0 0;
  max-width: 38em;
  font-size: 16px;
  line-height: 1.82;
  color: var(--muted);
}

.page-home .hero__lede b {
  color: var(--white);
  font-weight: 700;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-home .hero__badge {
  position: relative;
  margin: 0;
  width: min(320px, 68vw);
  justify-self: start;
}

.page-home .hero__badge img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 42px rgba(139, 92, 246, 0.5));
}

.page-home .hero__badge-glow {
  position: absolute;
  inset: -18%;
  z-index: 0;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgba(37, 232, 212, 0.42), rgba(139, 92, 246, 0.46), rgba(37, 232, 212, 0.42));
  filter: blur(38px);
  opacity: 0.72;
}

.page-home .hero__badge-cap {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--muted-dim);
  text-align: center;
}

/* ---------- DASHBOARD ---------- */
.page-home .dash__lede {
  max-width: 46em;
}

.page-home .dash__lede .lede {
  margin-top: 18px;
}

.page-home .dash__body {
  display: grid;
  gap: var(--home-gap);
  margin-top: 48px;
}

.page-home .dash__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .dash__stats .stat {
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(20, 28, 74, 0.9), rgba(11, 16, 48, 0.72));
}

.page-home .dash__stats .stat__value {
  display: block;
  font-size: clamp(26px, 5.2vw, 38px);
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: -0.02em;
}

.page-home .dash__stats .stat:nth-child(2) .stat__value {
  color: var(--violet);
}

.page-home .dash__stats .stat__label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* gift card */
.page-home .gift {
  position: relative;
  padding: 26px 22px 24px;
  border: 1px solid var(--amber-line);
  border-radius: var(--radius-l);
  background:
    radial-gradient(120% 90% at 88% 0%, rgba(255, 176, 32, 0.16), transparent 62%),
    linear-gradient(170deg, rgba(20, 28, 74, 0.94), rgba(7, 10, 26, 0.92));
  box-shadow: var(--shadow-card);
}

.page-home .gift .tag--amber {
  position: absolute;
  top: 20px;
  right: 20px;
}

.page-home .gift__label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--amber);
}

.page-home .gift__ring {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 22px 0 20px;
  border-radius: 50%;
  background: conic-gradient(var(--amber) 0 66%, rgba(255, 176, 32, 0.16) 66% 100%);
  animation: home-breathe 2.4s ease-in-out infinite;
}

.page-home .gift__ring-core {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #10173c;
  box-shadow: inset 0 0 0 1px rgba(255, 176, 32, 0.24);
}

.page-home .gift__text {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.78;
  color: var(--white);
}

@keyframes home-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

/* ---------- PLATFORMS ---------- */
.page-home .plat-figure {
  margin: 0 0 34px;
}

.page-home .plat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .plat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(20, 28, 74, 0.82), rgba(11, 16, 48, 0.72));
  backdrop-filter: blur(8px);
}

.page-home .plat-card .card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: var(--white);
}

.page-home .plat-card .card__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.76;
  color: var(--muted);
}

.page-home .plat-card .card__meta {
  margin: 2px 0 0;
  font-size: 12.5px;
  color: var(--muted-dim);
}

.page-home .plat-card__link {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 2px solid var(--cyan-line);
  align-self: flex-start;
  padding-bottom: 2px;
}

.page-home .plat-card__link:hover,
.page-home .plat-card__link:focus-visible {
  color: var(--white);
  border-bottom-color: var(--white);
}

.page-home .plat-card--wide {
  background:
    radial-gradient(120% 90% at 92% 0%, rgba(255, 176, 32, 0.14), transparent 62%),
    linear-gradient(165deg, rgba(20, 28, 74, 0.86), rgba(11, 16, 48, 0.76));
  border-color: var(--amber-line);
}

/* ---------- PATHS ---------- */
.page-home .path-grid {
  display: grid;
  gap: 16px;
}

.page-home .path {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background: linear-gradient(170deg, rgba(20, 28, 74, 0.9), rgba(11, 16, 48, 0.76));
}

.page-home .path--client {
  border-top: 2px solid var(--cyan-line);
}

.page-home .path--web {
  border-top: 2px solid var(--violet-line);
  background: linear-gradient(170deg, rgba(36, 26, 94, 0.62), rgba(11, 16, 48, 0.82));
}

.page-home .path__num {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--muted-dim);
}

.page-home .path__title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 4.4vw, 26px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--white);
}

.page-home .path__text {
  margin: 14px 0 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .path__list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.page-home .path__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
}

.page-home .path__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--cyan);
}

.page-home .path--web .path__list li::before {
  background: var(--violet);
}

.page-home .path-figure {
  margin: 34px 0 0;
}

/* ---------- TIMELINE ---------- */
.page-home .tl-wrap {
  align-items: start;
}

.page-home .timeline {
  display: grid;
  gap: 0;
  border-left: 1px solid var(--line-strong);
  padding-left: 22px;
}

.page-home .timeline__link {
  position: relative;
  display: block;
  padding: 18px 0 18px 2px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: transform 200ms var(--ease), border-color 200ms var(--ease);
}

.page-home .timeline__link::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -27px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(37, 232, 212, 0.14);
}

.page-home .timeline__link:hover,
.page-home .timeline__link:focus-visible {
  transform: translateX(6px);
  border-bottom-color: var(--cyan-line);
}

.page-home .timeline__season {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--cyan);
}

.page-home .timeline__note {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .tl-side {
  margin-top: 34px;
  padding: 26px 24px;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(139, 92, 246, 0.22), transparent 60%),
    linear-gradient(170deg, rgba(20, 28, 74, 0.86), rgba(7, 10, 26, 0.86));
}

.page-home .tl-side__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
}

.page-home .tl-side__text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .tl-side__facts {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .tl-side__facts li {
  font-size: 14px;
  color: var(--muted);
}

.page-home .tl-side__facts .mono {
  display: inline-block;
  min-width: 3.6em;
  font-size: 16px;
  font-weight: 700;
  color: var(--cyan);
}

/* ---------- RECORDS ---------- */
.page-home .rec-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.page-home .rec {
  padding: 24px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(20, 28, 74, 0.8), rgba(11, 16, 48, 0.7));
  border-left: 3px solid var(--cyan-line);
}

.page-home .rec--b {
  border-left-color: var(--violet-line);
}

.page-home .rec--c {
  border-left-color: var(--amber-line);
}

.page-home .rec__stage {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.page-home .rec__title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
}

.page-home .rec__text {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--muted);
}

/* ---------- FAQ ---------- */
.page-home .faq-grid {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.page-home .faq-item {
  display: grid;
  gap: 8px;
  padding: 22px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(20, 28, 74, 0.56);
  text-decoration: none;
  transition: border-color 200ms var(--ease), background 200ms var(--ease);
}

.page-home .faq-item:hover,
.page-home .faq-item:focus-visible {
  border-color: var(--cyan-line);
  background: rgba(20, 28, 74, 0.82);
}

.page-home .faq-item__q {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
}

.page-home .faq-item__a {
  font-size: 14px;
  line-height: 1.74;
  color: var(--muted);
}

.page-home .faq-item__go {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-home .faq-tail {
  margin: 26px 0 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--muted);
}

/* ---------- FLOATING BACK ---------- */
.page-home .back-season {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 40;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--cyan-line);
  background: var(--glass);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
  box-shadow: var(--shadow-float);
}

.page-home .back-season:hover,
.page-home .back-season:focus-visible {
  color: var(--ink-950);
  background: var(--cyan);
}

/* ---------- RESPONSIVE ---------- */
@media (min-width: 640px) {
  .page-home .plat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .plat-card--wide {
    grid-column: 1 / -1;
  }
  .page-home .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: end;
    gap: 56px;
    padding-block: 132px 212px;
  }
  .page-home .hero__badge {
    justify-self: end;
    width: min(360px, 100%);
  }

  .page-home .dash__body {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    align-items: start;
    gap: 20px;
  }
  .page-home .dash__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .gift {
    position: sticky;
    top: 128px;
  }

  .page-home .plat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .page-home .plat-card {
    grid-column: span 2;
  }
  .page-home .plat-card:nth-child(4) {
    grid-column: 1 / span 3;
  }
  .page-home .plat-card--wide {
    grid-column: 4 / span 3;
  }

  .page-home .path-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
  }
  .page-home .path--client {
    margin-top: 0;
  }
  .page-home .path--web {
    margin-top: 42px;
  }

  .page-home .tl-side {
    margin-top: 0;
  }

  .page-home .rec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
  .page-home .rec--b {
    margin-top: 34px;
  }
  .page-home .rec--c {
    margin-top: 68px;
  }

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

  .page-home .back-season {
    right: 26px;
    bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .page-home .plat-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .page-home .plat-card {
    grid-column: span 4;
  }
  .page-home .plat-card:nth-child(4) {
    grid-column: span 6;
  }
  .page-home .plat-card--wide {
    grid-column: span 6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .gift__ring {
    animation: none;
  }
  .page-home .timeline__link,
  .page-home .faq-item {
    transition: none;
  }
}
</main>

.page-home {
  --home-gap: 28px;
}

.page-home section[id] {
  scroll-margin-top: 128px;
}

/* ---------- HERO ---------- */
.page-home .hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 88% at 80% 6%, rgba(139, 92, 246, 0.34), transparent 58%),
    radial-gradient(92% 72% at 6% 94%, rgba(37, 232, 212, 0.18), transparent 62%),
    linear-gradient(180deg, var(--ink-950) 0%, var(--ink-900) 58%, var(--violet-900) 100%);
}

.page-home .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-home .hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 26, 0.88) 0%, rgba(11, 16, 48, 0.84) 52%, rgba(11, 16, 48, 0.97) 100%);
}

.page-home .hero__mark {
  position: absolute;
  left: -0.03em;
  bottom: -0.14em;
  z-index: 1;
  margin: 0;
  font-size: clamp(88px, 26vw, 380px);
  line-height: 0.82;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(37, 232, 212, 0.24);
  pointer-events: none;
  user-select: none;
}

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 40px;
  padding-block: 84px 172px;
}

.page-home .hero__copy {
  min-width: 0;
}

.page-home .hero__chip {
  margin: 0 0 22px;
}

.page-home .hero__title {
  margin: 0;
  max-width: 15em;
  font-family: var(--font-display);
  font-size: clamp(30px, 7.4vw, 62px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--white);
}

.page-home .hero__lede {
  margin: 22px 0 0;
  max-width: 38em;
  font-size: 16px;
  line-height: 1.82;
  color: var(--muted);
}

.page-home .hero__lede b {
  color: var(--white);
  font-weight: 700;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-home .hero__badge {
  position: relative;
  margin: 0;
  width: min(320px, 68vw);
  justify-self: start;
}

.page-home .hero__badge img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 42px rgba(139, 92, 246, 0.5));
}

.page-home .hero__badge-glow {
  position: absolute;
  inset: -18%;
  z-index: 0;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgba(37, 232, 212, 0.42), rgba(139, 92, 246, 0.46), rgba(37, 232, 212, 0.42));
  filter: blur(38px);
  opacity: 0.72;
}

.page-home .hero__badge-cap {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--muted-dim);
  text-align: center;
}

/* ---------- DASHBOARD ---------- */
.page-home .dash__lede {
  max-width: 46em;
}

.page-home .dash__lede .lede {
  margin-top: 18px;
}

.page-home .dash__body {
  display: grid;
  gap: var(--home-gap);
  margin-top: 48px;
}

.page-home .dash__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .dash__stats .stat {
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(20, 28, 74, 0.9), rgba(11, 16, 48, 0.72));
}

.page-home .dash__stats .stat__value {
  display: block;
  font-size: clamp(26px, 5.2vw, 38px);
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: -0.02em;
}

.page-home .dash__stats .stat:nth-child(2) .stat__value {
  color: var(--violet);
}

.page-home .dash__stats .stat__label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.page-home .gift {
  position: relative;
  padding: 26px 22px 24px;
  border: 1px solid var(--amber-line);
  border-radius: var(--radius-l);
  background:
    radial-gradient(120% 90% at 88% 0%, rgba(255, 176, 32, 0.16), transparent 62%),
    linear-gradient(170deg, rgba(20, 28, 74, 0.94), rgba(7, 10, 26, 0.92));
  box-shadow: var(--shadow-card);
}

.page-home .gift .tag--amber {
  position: absolute;
  top: 20px;
  right: 20px;
}

.page-home .gift__label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--amber);
}

.page-home .gift__ring {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 22px 0 20px;
  border-radius: 50%;
  background: conic-gradient(var(--amber) 0 66%, rgba(255, 176, 32, 0.16) 66% 100%);
  animation: home-breathe 2.4s ease-in-out infinite;
}

.page-home .gift__ring-core {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #10173c;
  box-shadow: inset 0 0 0 1px rgba(255, 176, 32, 0.24);
}

.page-home .gift__text {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.78;
  color: var(--white);
}

@keyframes home-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

/* ---------- PLATFORMS ---------- */
.page-home .plat-figure {
  margin: 0 0 34px;
}

.page-home .plat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .plat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(20, 28, 74, 0.82), rgba(11, 16, 48, 0.72));
  backdrop-filter: blur(8px);
}

.page-home .plat-card .card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: var(--white);
}

.page-home .plat-card .card__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.76;
  color: var(--muted);
}

.page-home .plat-card .card__meta {
  margin: 2px 0 0;
  font-size: 12.5px;
  color: var(--muted-dim);
}

.page-home .plat-card__link {
  margin-top: 4px;
  align-self: flex-start;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 2px solid var(--cyan-line);
}

.page-home .plat-card__link:hover,
.page-home .plat-card__link:focus-visible {
  color: var(--white);
  border-bottom-color: var(--white);
}

.page-home .plat-card--wide {
  border-color: var(--amber-line);
  background:
    radial-gradient(120% 90% at 92% 0%, rgba(255, 176, 32, 0.14), transparent 62%),
    linear-gradient(165deg, rgba(20, 28, 74, 0.86), rgba(11, 16, 48, 0.76));
}

/* ---------- PATHS ---------- */
.page-home .path-grid {
  display: grid;
  gap: 16px;
}

.page-home .path {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background: linear-gradient(170deg, rgba(20, 28, 74, 0.9), rgba(11, 16, 48, 0.76));
}

.page-home .path--client {
  border-top: 2px solid var(--cyan-line);
}

.page-home .path--web {
  border-top: 2px solid var(--violet-line);
  background: linear-gradient(170deg, rgba(36, 26, 94, 0.62), rgba(11, 16, 48, 0.82));
}

.page-home .path__num {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--muted-dim);
}

.page-home .path__title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 4.4vw, 26px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--white);
}

.page-home .path__text {
  margin: 14px 0 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .path__list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.page-home .path__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
}

.page-home .path__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--cyan);
}

.page-home .path--web .path__list li::before {
  background: var(--violet);
}

.page-home .path-figure {
  margin: 34px 0 0;
}

/* ---------- TIMELINE ---------- */
.page-home .tl-wrap {
  align-items: start;
}

.page-home .timeline {
  display: grid;
  gap: 0;
  border-left: 1px solid var(--line-strong);
  padding-left: 22px;
}

.page-home .timeline__link {
  position: relative;
  display: block;
  padding: 18px 0 18px 2px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: transform 200ms var(--ease), border-color 200ms var(--ease);
}

.page-home .timeline__link::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -27px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(37, 232, 212, 0.14);
}

.page-home .timeline__link:hover,
.page-home .timeline__link:focus-visible {
  transform: translateX(6px);
  border-bottom-color: var(--cyan-line);
}

.page-home .timeline__season {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--cyan);
}

.page-home .timeline__note {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .tl-side {
  margin-top: 34px;
  padding: 26px 24px;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(139, 92, 246, 0.22), transparent 60%),
    linear-gradient(170deg, rgba(20, 28, 74, 0.86), rgba(7, 10, 26, 0.86));
}

.page-home .tl-side__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
}

.page-home .tl-side__text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .tl-side__facts {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .tl-side__facts li {
  font-size: 14px;
  color: var(--muted);
}

.page-home .tl-side__facts .mono {
  display: inline-block;
  min-width: 3.8em;
  font-size: 16px;
  font-weight: 700;
  color: var(--cyan);
}

/* ---------- RECORDS ---------- */
.page-home .rec-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.page-home .rec {
  padding: 24px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  border-left: 3px solid var(--cyan-line);
  background: linear-gradient(160deg, rgba(20, 28, 74, 0.8), rgba(11, 16, 48, 0.7));
}

.page-home .rec--b {
  border-left-color: var(--violet-line);
}

.page-home .rec--c {
  border-left-color: var(--amber-line);
}

.page-home .rec__stage {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.page-home .rec__title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
}

.page-home .rec__text {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--muted);
}

/* ---------- FAQ ---------- */
.page-home .faq-grid {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.page-home .faq-item {
  display: grid;
  gap: 8px;
  padding: 22px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(20, 28, 74, 0.56);
  text-decoration: none;
  transition: border-color 200ms var(--ease), background 200ms var(--ease);
}

.page-home .faq-item:hover,
.page-home .faq-item:focus-visible {
  border-color: var(--cyan-line);
  background: rgba(20, 28, 74, 0.84);
}

.page-home .faq-item__q {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
}

.page-home .faq-item__a {
  font-size: 14px;
  line-height: 1.74;
  color: var(--muted);
}

.page-home .faq-item__go {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-home .faq-tail {
  margin: 26px 0 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--muted);
}

/* ---------- FLOATING BACK ---------- */
.page-home .back-season {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 40;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--cyan-line);
  background: var(--glass);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
  box-shadow: var(--shadow-float);
}

.page-home .back-season:hover,
.page-home .back-season:focus-visible {
  color: var(--ink-950);
  background: var(--cyan);
}

/* ---------- RESPONSIVE ---------- */
@media (min-width: 640px) {
  .page-home .plat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .plat-card--wide {
    grid-column: 1 / -1;
  }
  .page-home .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: end;
    gap: 56px;
    padding-block: 132px 212px;
  }
  .page-home .hero__badge {
    justify-self: end;
    width: min(360px, 100%);
  }

  .page-home .dash__body {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    align-items: start;
    gap: 20px;
  }
  .page-home .gift {
    position: sticky;
    top: 128px;
  }

  .page-home .plat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .page-home .plat-card {
    grid-column: span 2;
  }
  .page-home .plat-card:nth-child(4) {
    grid-column: 1 / span 3;
  }
  .page-home .plat-card--wide {
    grid-column: 4 / span 3;
  }

  .page-home .path-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
  }
  .page-home .path--web {
    margin-top: 42px;
  }

  .page-home .tl-side {
    margin-top: 0;
  }

  .page-home .rec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
  .page-home .rec--b {
    margin-top: 34px;
  }
  .page-home .rec--c {
    margin-top: 68px;
  }

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

  .page-home .back-season {
    right: 26px;
    bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .page-home .plat-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .page-home .plat-card {
    grid-column: span 4;
  }
  .page-home .plat-card:nth-child(4) {
    grid-column: span 6;
  }
  .page-home .plat-card--wide {
    grid-column: span 6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .gift__ring {
    animation: none;
  }
  .page-home .timeline__link,
  .page-home .faq-item {
    transition: none;
  }
}

.page-home {
  --home-gap: 28px;
}

.page-home section[id] {
  scroll-margin-top: 128px;
}

/* ---------- HERO ---------- */
.page-home .hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 88% at 80% 6%, rgba(139, 92, 246, 0.34), transparent 58%),
    radial-gradient(92% 72% at 6% 94%, rgba(37, 232, 212, 0.18), transparent 62%),
    linear-gradient(180deg, var(--ink-950) 0%, var(--ink-900) 58%, var(--violet-900) 100%);
}

.page-home .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-home .hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 26, 0.88) 0%, rgba(11, 16, 48, 0.84) 52%, rgba(11, 16, 48, 0.97) 100%);
}

.page-home .hero__mark {
  position: absolute;
  left: -0.03em;
  bottom: -0.14em;
  z-index: 1;
  margin: 0;
  font-size: clamp(88px, 26vw, 380px);
  line-height: 0.82;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(37, 232, 212, 0.24);
  pointer-events: none;
  user-select: none;
}

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 40px;
  padding-block: 84px 172px;
}

.page-home .hero__copy {
  min-width: 0;
}

.page-home .hero__chip {
  margin: 0 0 22px;
}

.page-home .hero__title {
  margin: 0;
  max-width: 15em;
  font-family: var(--font-display);
  font-size: clamp(30px, 7.4vw, 62px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--white);
}

.page-home .hero__lede {
  margin: 22px 0 0;
  max-width: 38em;
  font-size: 16px;
  line-height: 1.82;
  color: var(--muted);
}

.page-home .hero__lede b {
  color: var(--white);
  font-weight: 700;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-home .hero__badge {
  position: relative;
  margin: 0;
  width: min(320px, 68vw);
  justify-self: start;
}

.page-home .hero__badge img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 42px rgba(139, 92, 246, 0.5));
}

.page-home .hero__badge-glow {
  position: absolute;
  inset: -18%;
  z-index: 0;
  border-radius: 50%;
  background: conic-gradient(from 200deg, rgba(37, 232, 212, 0.42), rgba(139, 92, 246, 0.46), rgba(37, 232, 212, 0.42));
  filter: blur(38px);
  opacity: 0.72;
}

.page-home .hero__badge-cap {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--muted-dim);
  text-align: center;
}

/* ---------- DASHBOARD ---------- */
.page-home .dash__lede {
  max-width: 46em;
}

.page-home .dash__lede .lede {
  margin-top: 18px;
}

.page-home .dash__body {
  display: grid;
  gap: var(--home-gap);
  margin-top: 48px;
}

.page-home .dash__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .dash__stats .stat {
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(20, 28, 74, 0.9), rgba(11, 16, 48, 0.72));
}

.page-home .dash__stats .stat__value {
  display: block;
  font-size: clamp(26px, 5.2vw, 38px);
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: -0.02em;
}

.page-home .dash__stats .stat:nth-child(2) .stat__value {
  color: var(--violet);
}

.page-home .dash__stats .stat__label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.page-home .gift {
  position: relative;
  padding: 26px 22px 24px;
  border: 1px solid var(--amber-line);
  border-radius: var(--radius-l);
  background:
    radial-gradient(120% 90% at 88% 0%, rgba(255, 176, 32, 0.16), transparent 62%),
    linear-gradient(170deg, rgba(20, 28, 74, 0.94), rgba(7, 10, 26, 0.92));
  box-shadow: var(--shadow-card);
}

.page-home .gift .tag--amber {
  position: absolute;
  top: 20px;
  right: 20px;
}

.page-home .gift__label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--amber);
}

.page-home .gift__ring {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 22px 0 20px;
  border-radius: 50%;
  background: conic-gradient(var(--amber) 0 66%, rgba(255, 176, 32, 0.16) 66% 100%);
  animation: home-breathe 2.4s ease-in-out infinite;
}

.page-home .gift__ring-core {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #10173c;
  box-shadow: inset 0 0 0 1px rgba(255, 176, 32, 0.24);
}

.page-home .gift__text {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.78;
  color: var(--white);
}

@keyframes home-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

/* ---------- PLATFORMS ---------- */
.page-home .plat-figure {
  margin: 0 0 34px;
}

.page-home .plat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .plat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(20, 28, 74, 0.82), rgba(11, 16, 48, 0.72));
  backdrop-filter: blur(8px);
}

.page-home .plat-card .card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: var(--white);
}

.page-home .plat-card .card__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.76;
  color: var(--muted);
}

.page-home .plat-card .card__meta {
  margin: 2px 0 0;
  font-size: 12.5px;
  color: var(--muted-dim);
}

.page-home .plat-card__link {
  margin-top: 4px;
  align-self: flex-start;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 2px solid var(--cyan-line);
}

.page-home .plat-card__link:hover,
.page-home .plat-card__link:focus-visible {
  color: var(--white);
  border-bottom-color: var(--white);
}

.page-home .plat-card--wide {
  border-color: var(--amber-line);
  background:
    radial-gradient(120% 90% at 92% 0%, rgba(255, 176, 32, 0.14), transparent 62%),
    linear-gradient(165deg, rgba(20, 28, 74, 0.86), rgba(11, 16, 48, 0.76));
}

/* ---------- PATHS ---------- */
.page-home .path-grid {
  display: grid;
  gap: 16px;
}

.page-home .path {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background: linear-gradient(170deg, rgba(20, 28, 74, 0.9), rgba(11, 16, 48, 0.76));
}

.page-home .path--client {
  border-top: 2px solid var(--cyan-line);
}

.page-home .path--web {
  border-top: 2px solid var(--violet-line);
  background: linear-gradient(170deg, rgba(36, 26, 94, 0.62), rgba(11, 16, 48, 0.82));
}

.page-home .path__num {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--muted-dim);
}

.page-home .path__title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 4.4vw, 26px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--white);
}

.page-home .path__text {
  margin: 14px 0 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .path__list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.page-home .path__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
}

.page-home .path__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--cyan);
}

.page-home .path--web .path__list li::before {
  background: var(--violet);
}

.page-home .path-figure {
  margin: 34px 0 0;
}

/* ---------- TIMELINE ---------- */
.page-home .tl-wrap {
  align-items: start;
}

.page-home .timeline {
  display: grid;
  gap: 0;
  border-left: 1px solid var(--line-strong);
  padding-left: 22px;
}

.page-home .timeline__link {
  position: relative;
  display: block;
  padding: 18px 0 18px 2px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: transform 200ms var(--ease), border-color 200ms var(--ease);
}

.page-home .timeline__link::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -27px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(37, 232, 212, 0.14);
}

.page-home .timeline__link:hover,
.page-home .timeline__link:focus-visible {
  transform: translateX(6px);
  border-bottom-color: var(--cyan-line);
}

.page-home .timeline__season {
  display: block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--cyan);
}

.page-home .timeline__note {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .tl-side {
  margin-top: 34px;
  padding: 26px 24px;
  border-radius: var(--radius-l);
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(139, 92, 246, 0.22), transparent 60%),
    linear-gradient(170deg, rgba(20, 28, 74, 0.86), rgba(7, 10, 26, 0.86));
}

.page-home .tl-side__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
}

.page-home .tl-side__text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.page-home .tl-side__facts {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .tl-side__facts li {
  font-size: 14px;
  color: var(--muted);
}

.page-home .tl-side__facts .mono {
  display: inline-block;
  min-width: 3.8em;
  font-size: 16px;
  font-weight: 700;
  color: var(--cyan);
}

/* ---------- RECORDS ---------- */
.page-home .rec-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.page-home .rec {
  padding: 24px 22px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  border-left: 3px solid var(--cyan-line);
  background: linear-gradient(160deg, rgba(20, 28, 74, 0.8), rgba(11, 16, 48, 0.7));
}

.page-home .rec--b {
  border-left-color: var(--violet-line);
}

.page-home .rec--c {
  border-left-color: var(--amber-line);
}

.page-home .rec__stage {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.page-home .rec__title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
}

.page-home .rec__text {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--muted);
}

/* ---------- FAQ ---------- */
.page-home .faq-grid {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.page-home .faq-item {
  display: grid;
  gap: 8px;
  padding: 22px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(20, 28, 74, 0.56);
  text-decoration: none;
  transition: border-color 200ms var(--ease), background 200ms var(--ease);
}

.page-home .faq-item:hover,
.page-home .faq-item:focus-visible {
  border-color: var(--cyan-line);
  background: rgba(20, 28, 74, 0.84);
}

.page-home .faq-item__q {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
}

.page-home .faq-item__a {
  font-size: 14px;
  line-height: 1.74;
  color: var(--muted);
}

.page-home .faq-item__go {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-home .faq-tail {
  margin: 26px 0 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--muted);
}

/* ---------- FLOATING BACK ---------- */
.page-home .back-season {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 40;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--cyan-line);
  background: var(--glass);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
  box-shadow: var(--shadow-float);
}

.page-home .back-season:hover,
.page-home .back-season:focus-visible {
  color: var(--ink-950);
  background: var(--cyan);
}

/* ---------- RESPONSIVE ---------- */
@media (min-width: 640px) {
  .page-home .plat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .plat-card--wide {
    grid-column: 1 / -1;
  }
  .page-home .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: end;
    gap: 56px;
    padding-block: 132px 212px;
  }
  .page-home .hero__badge {
    justify-self: end;
    width: min(360px, 100%);
  }

  .page-home .dash__body {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    align-items: start;
    gap: 20px;
  }
  .page-home .gift {
    position: sticky;
    top: 128px;
  }

  .page-home .plat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .page-home .plat-card {
    grid-column: span 2;
  }
  .page-home .plat-card:nth-child(4) {
    grid-column: 1 / span 3;
  }
  .page-home .plat-card--wide {
    grid-column: 4 / span 3;
  }

  .page-home .path-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
  }
  .page-home .path--web {
    margin-top: 42px;
  }

  .page-home .tl-side {
    margin-top: 0;
  }

  .page-home .rec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
  .page-home .rec--b {
    margin-top: 34px;
  }
  .page-home .rec--c {
    margin-top: 68px;
  }

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

  .page-home .back-season {
    right: 26px;
    bottom: 26px;
  }
}

@media (min-width: 1200px) {
  .page-home .plat-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .page-home .plat-card {
    grid-column: span 4;
  }
  .page-home .plat-card:nth-child(4) {
    grid-column: span 6;
  }
  .page-home .plat-card--wide {
    grid-column: span 6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .gift__ring {
    animation: none;
  }
  .page-home .timeline__link,
  .page-home .faq-item {
    transition: none;
  }
}
