.page-home {
  --home-y: clamp(64px, 9vw, 128px);
  --home-gap: clamp(32px, 6vw, 72px);
  --home-ink-soft: #5B6C96;
  color: var(--c-white);
  background: var(--c-deep);
  font-family: var(--font-body);
}

.page-home h1,
.page-home h2,
.page-home h3 {
  font-family: var(--font-head);
}

.page-home .home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-deep);
  color: var(--c-white);
  border-bottom: 2px solid var(--c-green);
}

.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: .38;
}

.page-home .hero-dimmer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(11, 27, 63, .96) 0%, rgba(11, 27, 63, .82) 42%, rgba(17, 35, 90, .36) 100%),
    radial-gradient(circle at 74% 16%, rgba(0, 224, 198, .16), transparent 38%);
}

.page-home .hero-frame {
  position: absolute;
  inset: 18px 14px;
  z-index: 2;
  border: 1px solid rgba(182, 255, 0, .36);
  border-radius: 14px;
  pointer-events: none;
}

.page-home .hero-frame::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(154, 168, 199, .28);
  border-radius: 10px;
}

.page-home .hero-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--c-green);
  border-style: solid;
}

.page-home .hero-corner--tl {
  top: -1px;
  left: -1px;
  border-width: 3px 0 0 3px;
  border-radius: 10px 0 0 0;
}

.page-home .hero-corner--tr {
  top: -1px;
  right: -1px;
  border-width: 3px 3px 0 0;
  border-radius: 0 10px 0 0;
}

.page-home .hero-corner--bl {
  bottom: -1px;
  left: -1px;
  border-width: 0 0 3px 3px;
  border-radius: 0 0 0 10px;
}

.page-home .hero-corner--br {
  bottom: -1px;
  right: -1px;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 10px 0;
}

.page-home .hero-scale {
  position: absolute;
  top: 26%;
  bottom: 24%;
  z-index: 2;
  width: 12px;
  pointer-events: none;
  opacity: .68;
}

.page-home .hero-scale--left {
  left: 2px;
  background: repeating-linear-gradient(to bottom, var(--c-green) 0 2px, transparent 2px 18px);
}

.page-home .hero-scale--right {
  right: 2px;
  background: repeating-linear-gradient(to bottom, var(--c-orange) 0 2px, transparent 2px 22px);
  opacity: .5;
}

.page-home .hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-top: clamp(96px, 14vh, 140px);
  padding-bottom: clamp(72px, 10vh, 96px);
  width: 100%;
}

.page-home .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--c-green);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.page-home .hero-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

.page-home .hero-title {
  margin: 0 0 24px;
  font-size: clamp(44px, 8vw, 92px);
  line-height: 1.05;
  letter-spacing: .01em;
  max-width: 9em;
  color: var(--c-white);
}

.page-home .hero-lead {
  margin: 0 0 34px;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.85;
  color: var(--c-cloud);
  max-width: 34em;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.page-home .hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c-silver);
  font-size: 14px;
}

.page-home .hero-points li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--c-cyan);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 224, 198, .8);
}

.page-home .hero-calendar {
  position: relative;
  padding: 28px;
  background: linear-gradient(145deg, rgba(17, 35, 90, .94), rgba(11, 27, 63, .92));
  border: 1px solid rgba(182, 255, 0, .4);
  border-radius: 18px;
  box-shadow: 0 28px 64px rgba(2, 8, 22, .5);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.page-home .cal-chip {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  background: var(--c-green);
  color: var(--c-deep);
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  border-radius: 3px;
}

.page-home .cal-box-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page-home .cal-week {
  display: block;
  color: var(--c-silver);
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-home .cal-day {
  display: block;
  color: var(--c-green);
  font-family: var(--font-head);
  font-size: 52px;
  line-height: .95;
}

.page-home .cal-month {
  color: var(--c-silver);
  font-size: 13px;
  letter-spacing: .08em;
}

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

.page-home .cal-match {
  display: grid;
  grid-template-columns: 44px 1fr auto 1fr;
  gap: 6px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(154, 168, 199, .18);
  border-radius: 8px;
  font-size: 14px;
  min-width: 0;
}

.page-home .cal-match--live {
  border-color: rgba(182, 255, 0, .45);
  background: rgba(182, 255, 0, .07);
}

.page-home .cal-sport {
  color: var(--c-cyan);
  font-size: 12px;
  letter-spacing: .1em;
}

.page-home .cal-team {
  color: var(--c-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  min-width: 0;
}

.page-home .cal-team:last-of-type {
  text-align: left;
}

.page-home .cal-score {
  color: var(--c-green);
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.page-home .cal-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--c-silver);
  font-size: 13px;
  border-top: 1px solid rgba(154, 168, 199, .16);
  padding-top: 14px;
}

.page-home .cal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-cyan);
  box-shadow: 0 0 0 4px rgba(0, 224, 198, .15);
}

.page-home .cal-note {
  margin: 14px 0 0;
  color: rgba(154, 168, 199, .7);
  font-size: 12px;
  line-height: 1.6;
}

.page-home .hero-tick {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 16px;
  background:
    repeating-linear-gradient(90deg, var(--c-green) 0 3px, transparent 3px 22px),
    linear-gradient(90deg, transparent 70%, var(--c-orange) 70% 74%, transparent 74%);
  opacity: .8;
  pointer-events: none;
}

.page-home .home-calendar {
  padding: var(--home-y) 0;
  background: var(--c-cloud);
  color: var(--c-deep);
}

.page-home .calendar-head {
  max-width: 720px;
  margin-bottom: clamp(40px, 6vw, 64px);
}

.page-home .calendar-head .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--c-green);
  color: var(--c-deep);
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-home .calendar-head .section-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.2;
  color: var(--c-deep);
}

.page-home .calendar-head .section-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-silver);
}

.page-home .home-calendar .calendar-head .section-desc,
.page-home .home-voices .calendar-head .section-desc {
  color: var(--home-ink-soft);
}

.page-home .calendar-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: center;
}

.page-home .step-track {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
}

.page-home .step-track::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 32px;
  bottom: 32px;
  width: 2px;
  background: linear-gradient(180deg, var(--c-green) 0 18%, var(--c-orange) 68%, rgba(255, 122, 0, .2) 100%);
  transform: translateX(-50%);
}

.page-home .step-point {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px 0;
}

.page-home .step-index {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c-deep);
  border: 2px solid var(--c-green);
  color: var(--c-green);
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 0 0 6px rgba(182, 255, 0, .12);
}

.page-home .step-copy h3 {
  margin: 2px 0 8px;
  font-size: 22px;
  color: var(--c-deep);
}

.page-home .step-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--home-ink-soft);
}

.page-home .calendar-device {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  padding: 16px 10px 10px;
  background: var(--c-deep);
  border-radius: 34px;
  border: 1px solid rgba(11, 27, 63, .22);
  box-shadow: 0 36px 70px rgba(11, 27, 63, .2);
}

.page-home .calendar-device::before {
  content: "";
  position: absolute;
  inset: auto -20px -20px auto;
  width: 62%;
  height: 54%;
  background: var(--c-green);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 0 0 24px 24px;
  opacity: .18;
  z-index: -1;
}

.page-home .device-notch {
  display: block;
  width: 90px;
  height: 18px;
  margin: 0 auto 10px;
  background: var(--c-deep);
  border-radius: 999px;
}

.page-home .device-shot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 24px;
}

.page-home .device-caption {
  display: block;
  padding: 12px 6px 6px;
  text-align: center;
  color: var(--c-silver);
  font-size: 13px;
}

.page-home .home-review {
  padding: var(--home-y) 0;
  background: linear-gradient(135deg, var(--c-deep) 0%, var(--c-night) 100%);
  color: var(--c-white);
}

.page-home .review-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: center;
}

.page-home .review-copy .section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: var(--c-orange);
  color: var(--c-deep);
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-home .review-copy .section-title {
  color: var(--c-white);
  margin: 0 0 16px;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.2;
}

.page-home .review-copy .text-lead {
  color: var(--c-cloud);
  margin: 0 0 24px;
}

.page-home .review-facts {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.page-home .review-facts li {
  position: relative;
  padding: 12px 0 12px 30px;
  color: var(--c-cloud);
  font-size: 15px;
  border-bottom: 1px solid rgba(154, 168, 199, .16);
}

.page-home .review-facts li:last-child {
  border-bottom: 0;
}

.page-home .review-facts li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 16px;
  width: 14px;
  height: 10px;
  background: var(--c-orange);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-home .review-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .review-visual {
  position: relative;
  padding: 18px;
}

.page-home .review-chart-frame {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(182, 255, 0, .3);
  background: var(--c-night);
}

.page-home .review-chart-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 6;
  object-fit: cover;
}

.page-home .review-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 2;
  padding: 8px 14px;
  background: var(--c-orange);
  color: var(--c-deep);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: .06em;
  transform: rotate(2deg);
  box-shadow: 0 10px 24px rgba(255, 122, 0, .24);
}

.page-home .review-visual::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 46px;
  height: 46px;
  border-top: 2px solid var(--c-cyan);
  border-left: 2px solid var(--c-cyan);
  border-radius: 12px 0 0 0;
  opacity: .8;
}

.page-home .review-visual::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 42%;
  height: 32%;
  background: linear-gradient(135deg, transparent 46%, var(--c-orange) 47%);
  opacity: .16;
}

.page-home .home-rules {
  padding: var(--home-y) 0;
  background: var(--c-cloud);
  color: var(--c-deep);
}

.page-home .rules-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: center;
}

.page-home .rules-copy .section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: var(--c-orange);
  color: var(--c-deep);
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-home .rules-copy .section-title {
  color: var(--c-deep);
  margin: 0 0 16px;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.2;
}

.page-home .rules-copy .text-lead {
  color: var(--home-ink-soft);
  margin: 0 0 24px;
}

.page-home .rules-points {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .rules-points li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  color: var(--c-deep);
  font-size: 15px;
  line-height: 1.7;
}

.page-home .rules-points li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 3px;
  background: var(--c-green);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-home .rules-doc {
  position: relative;
}

.page-home .doc-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 26px;
  background: var(--c-white);
  border: 1px solid rgba(11, 27, 63, .1);
  border-left: 4px solid var(--c-green);
  border-radius: 18px;
  box-shadow: 0 24px 48px rgba(11, 27, 63, .1);
}

.page-home .doc-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 60px;
  background: rgba(182, 255, 0, .16);
  border-radius: 8px;
}

.page-home .doc-icon svg {
  display: block;
}

.page-home .doc-meta .doc-tag {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: var(--c-orange);
  color: var(--c-deep);
  font-size: 12px;
  border-radius: 2px;
  font-weight: 700;
}

.page-home .doc-meta h3 {
  margin: 0 0 4px;
  font-size: 20px;
  color: var(--c-deep);
}

.page-home .doc-meta p {
  margin: 0;
  color: var(--home-ink-soft);
  font-size: 13px;
}

.page-home .doc-status {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--c-deep);
  font-size: 13px;
  border-top: 1px solid rgba(11, 27, 63, .08);
  padding-top: 14px;
}

.page-home .doc-status .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-green);
  box-shadow: 0 0 12px rgba(182, 255, 0, .8);
}

.page-home .doc-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 14px 18px;
  background: var(--c-deep);
  color: var(--c-cloud);
  border-radius: 10px;
  font-size: 14px;
}

.page-home .doc-arrow {
  color: var(--c-green);
  font-family: var(--font-head);
  font-size: 20px;
}

.page-home .rail-line {
  position: absolute;
  top: 22%;
  right: -60px;
  width: 180px;
  height: 46px;
  background: repeating-linear-gradient(115deg, transparent 0 10px, rgba(255, 122, 0, .4) 10px 12px, transparent 12px 24px);
  opacity: .5;
  z-index: -1;
}

.page-home .home-friendly {
  padding: var(--home-y) 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(182, 255, 0, .1), transparent 34%),
    linear-gradient(135deg, var(--c-deep), var(--c-night));
  color: var(--c-cloud);
}

.page-home .friendly-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: center;
}

.page-home .friendly-content .section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: var(--c-green);
  color: var(--c-deep);
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-home .friendly-content .section-title {
  color: var(--c-white);
  margin: 0 0 16px;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.2;
}

.page-home .friendly-content .section-desc {
  color: var(--c-silver);
  margin: 0 0 28px;
  line-height: 1.8;
  max-width: 34em;
}

.page-home .friendly-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 30px;
}

.page-home .friendly-card {
  position: relative;
  padding: 22px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(182, 255, 0, .2);
  border-left: 3px solid var(--c-green);
  border-radius: 12px;
  transition: transform var(--t-med), background var(--t-med), border-color var(--t-med);
}

.page-home .friendly-card:hover {
  transform: translateY(-3px);
  background: rgba(182, 255, 0, .08);
  border-color: rgba(182, 255, 0, .55);
}

.page-home .friendly-card h3 {
  margin: 0 0 8px;
  color: var(--c-white);
  font-size: 20px;
}

.page-home .friendly-card p {
  margin: 0;
  color: var(--c-silver);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .fc-num {
  position: absolute;
  top: 10px;
  right: 14px;
  font-family: var(--font-head);
  font-size: 34px;
  font-weight: 700;
  color: rgba(182, 255, 0, .18);
  line-height: 1;
}

.page-home .friendly-device {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding: 16px 8px 8px;
  background: var(--c-deep);
  border-radius: 40px;
  border: 1px solid rgba(154, 168, 199, .34);
  box-shadow: 0 36px 72px rgba(2, 8, 22, .5);
}

.page-home .friendly-device::before {
  content: "";
  position: absolute;
  top: -26px;
  right: -26px;
  width: 140px;
  height: 140px;
  border-radius: 28%;
  background: conic-gradient(from 200deg, transparent 10%, var(--c-green) 38%, transparent 62%);
  opacity: .2;
  z-index: -1;
}

.page-home .device-phone img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  border-radius: 30px;
}

.page-home .home-stats {
  padding: var(--home-y) 0;
  background:
    linear-gradient(rgba(182, 255, 0, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(182, 255, 0, .05) 1px, transparent 1px),
    var(--c-deep);
  background-size: 44px 44px;
  border-top: 1px solid rgba(182, 255, 0, .18);
}

.page-home .home-stats .calendar-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-home .home-stats .calendar-head .section-kicker {
  background: var(--c-green);
  color: var(--c-deep);
}

.page-home .home-stats .calendar-head .section-title {
  color: var(--c-white);
}

.page-home .home-stats .calendar-head .section-desc {
  color: var(--c-silver);
}

.page-home .stats-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 0 30px;
}

.page-home .stat-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 24px 14px;
  background: linear-gradient(145deg, rgba(17, 35, 90, .92), rgba(11, 27, 63, .9));
  border: 1px solid rgba(182, 255, 0, .22);
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}

.page-home .stat-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 3px;
  background: var(--c-green);
  border-radius: 0 0 4px 4px;
}

.page-home .stat-cell dt {
  order: 2;
  margin-top: 10px;
  color: var(--c-silver);
  font-size: 14px;
  line-height: 1.4;
}

.page-home .stat-cell dd {
  order: 1;
  margin: 0;
  color: var(--c-green);
  font-family: var(--font-head);
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1;
  letter-spacing: .02em;
  text-shadow: 0 0 24px rgba(182, 255, 0, .24);
}

.page-home .stats-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 680px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(154, 168, 199, .16);
  color: var(--c-silver);
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
}

.page-home .stats-note .data-node {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--c-green);
  box-shadow: 0 0 0 4px rgba(182, 255, 0, .16);
}

.page-home .home-voices {
  padding: var(--home-y) 0;
  background: var(--c-cloud);
  color: var(--c-deep);
}

.page-home .home-voices .calendar-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-home .home-voices .calendar-head .section-kicker {
  background: var(--c-green);
  color: var(--c-deep);
}

.page-home .home-voices .calendar-head .section-title {
  color: var(--c-deep);
}

.page-home .voices-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 40px;
}

.page-home .voice-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 26px;
  background: var(--c-white);
  border: 1px solid rgba(11, 27, 63, .08);
  border-top: 3px solid var(--c-green);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(11, 27, 63, .08);
  transition: transform var(--t-med), box-shadow var(--t-med);
}

.page-home .voice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(11, 27, 63, .12);
}

.page-home .voice-card blockquote {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--c-deep);
}

.page-home .voice-card blockquote::before {
  content: "“";
  display: block;
  font-family: var(--font-head);
  font-size: 44px;
  line-height: .8;
  color: var(--c-green);
  margin-bottom: 8px;
}

.page-home .voice-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(11, 27, 63, .08);
}

.page-home .voice-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--c-deep);
  color: var(--c-green);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  flex: 0 0 auto;
}

.page-home .voice-name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--c-deep);
  margin-bottom: 2px;
}

.page-home .voice-meta {
  display: block;
  font-size: 12px;
  color: var(--home-ink-soft);
}

.page-home .voices-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.page-home .voices-cta p {
  margin: 0;
  color: var(--home-ink-soft);
}

.page-home .voices-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (min-width: 720px) {
  .page-home .friendly-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .page-home .stats-board {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .page-home .voices-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .page-home .step-point {
    grid-template-columns: 52px 1fr;
    gap: 20px;
  }

  .page-home .step-index {
    width: 52px;
    height: 52px;
  }

  .page-home .step-track::before {
    left: 26px;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: 64px;
    align-items: center;
  }

  .page-home .hero-frame {
    inset: 24px 28px;
  }

  .page-home .calendar-body {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr);
    gap: 72px;
  }

  .page-home .review-container,
  .page-home .rules-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
  }

  .page-home .friendly-container {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 72px;
  }
}
