.page-home {
  --home-deep: #0B1D39;
  --home-hl: #1B3A6B;
  --home-lake: #3498DB;
  --home-sun: #E67E22;
  --home-red: #C0392B;
  --home-gold: #D4AF37;
  --home-white: #F2F6F9;
  --home-sand: #D5D8DC;
  --home-ink: #2C3E50;
  --home-radius: 20px;
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(52, 152, 219, 0.22), transparent 42%),
    radial-gradient(ellipse at 88% 18%, rgba(230, 126, 34, 0.16), transparent 36%),
    linear-gradient(180deg, #0B1D39 0%, #0B1D39 46%, #102A4C 72%, #1B3A6B 100%);
  color: var(--home-white);
  font-family: var(--font-body);
}

.page-home ::selection {
  background: rgba(230, 126, 34, 0.4);
  color: #fff;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home a {
  color: var(--home-lake);
  text-decoration: none;
}

.page-home .container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.page-home__kicker {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--home-lake);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-home__kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--home-lake), var(--home-sun));
}

.page-home__h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.page-home__section-note {
  margin: 14px 0 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(242, 246, 249, 0.76);
  font-weight: 300;
}

.page-home__section-head {
  margin-bottom: 36px;
}

.page-home__section-head--split {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home__section-head--center {
  text-align: center;
}

.page-home__section-head--center .page-home__kicker {
  justify-content: center;
}

.page-home__section-head--center .page-home__section-note {
  margin-inline: auto;
}

.page-home__hero {
  position: relative;
  min-height: 620px;
  padding: 64px 0 80px;
  background:
    radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.7), transparent 42%),
    radial-gradient(1px 1px at 70% 18%, rgba(255, 255, 255, 0.6), transparent 38%),
    radial-gradient(1.5px 1.5px at 44% 62%, rgba(212, 175, 55, 0.7), transparent 40%),
    radial-gradient(1px 1px at 85% 55%, rgba(255, 255, 255, 0.62), transparent 36%),
    radial-gradient(1px 1px at 32% 80%, rgba(255, 255, 255, 0.5), transparent 40%),
    radial-gradient(ellipse at 78% 78%, rgba(230, 126, 34, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(11, 29, 57, 0.55) 0%, rgba(11, 29, 57, 0.2) 100%);
}

.page-home__hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(2px 2px at 12% 44%, rgba(255, 255, 255, 0.8), transparent 46%),
    radial-gradient(1px 1px at 64% 72%, rgba(255, 255, 255, 0.56), transparent 38%),
    radial-gradient(1px 1px at 90% 28%, rgba(255, 255, 255, 0.5), transparent 36%);
  background-size: 120px 120px, 180px 180px, 220px 220px;
  pointer-events: none;
  z-index: 0;
}

.page-home__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(52, 152, 219, 0), rgba(52, 152, 219, 0.55) 32%, rgba(230, 126, 34, 0.85) 68%, rgba(212, 175, 55, 0));
  z-index: 1;
}

.page-home__hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.page-home__hero-copy {
  max-width: 640px;
}

.page-home__eyebrow {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(11, 29, 57, 0.42);
  backdrop-filter: blur(8px);
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: rgba(242, 246, 249, 0.9);
}

.page-home__eyebrow-star {
  color: var(--home-gold);
  font-size: 14px;
}

.page-home__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(42px, 8vw, 72px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  text-wrap: balance;
}

.page-home__title-line {
  display: block;
  font-size: 0.58em;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(242, 246, 249, 0.78);
  margin-bottom: 10px;
}

.page-home__title-accent {
  display: block;
  background: linear-gradient(92deg, #fff 0%, #9ED2F5 60%, rgba(212, 175, 55, 0.9) 135%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home__lead {
  margin: 26px 0 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 300;
  color: rgba(242, 246, 249, 0.82);
}

.page-home__hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home__btn-primary,
.page-home__btn-ghost,
.page-home__path-btn,
.page-home__updates-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.page-home__btn-primary {
  background: linear-gradient(135deg, var(--home-lake), #5DADE2);
  color: #fff;
  box-shadow: 0 8px 24px rgba(52, 152, 219, 0.36);
}

.page-home__btn-primary:hover,
.page-home__btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(52, 152, 219, 0.5);
}

.page-home__btn-ghost {
  background: rgba(27, 58, 107, 0.4);
  border-color: rgba(242, 246, 249, 0.28);
  color: rgba(242, 246, 249, 0.9);
  backdrop-filter: blur(6px);
}

.page-home__btn-ghost:hover,
.page-home__btn-ghost:focus-visible {
  border-color: var(--home-gold);
  color: var(--home-gold);
  transform: translateY(-2px);
}

.page-home__hero-stats {
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid rgba(242, 246, 249, 0.18);
  border-radius: var(--home-radius);
  background: rgba(11, 29, 57, 0.38);
  backdrop-filter: blur(10px);
  overflow: hidden;
  width: fit-content;
}

.page-home__hero-stat {
  padding: 14px 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 1px solid rgba(242, 246, 249, 0.12);
}

.page-home__hero-stat:first-child {
  border-left: 0;
}

.page-home__hero-stat dt {
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(242, 246, 249, 0.62);
}

.page-home__hero-stat dd {
  margin: 0;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  color: var(--home-gold);
  line-height: 1.1;
}

.page-home__hero-visual {
  margin-top: 40px;
  position: relative;
  border-radius: var(--home-radius);
  overflow: hidden;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.4);
}

.page-home__hero-img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.page-home__hero-chip {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(11, 29, 57, 0.58);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(242, 246, 249, 0.2);
  font-size: 13px;
  color: rgba(242, 246, 249, 0.88);
  letter-spacing: 0.03em;
}

.page-home__showcase {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-home__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-home__card {
  position: relative;
  padding: 26px;
  border-radius: var(--home-radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(242, 246, 249, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(4, 15, 32, 0.3);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.page-home__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 20px rgba(52, 152, 219, 0.14);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.page-home__card:hover,
.page-home__card:focus-within {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 48px rgba(4, 15, 32, 0.42);
}

.page-home__card:hover::after,
.page-home__card:focus-within::after {
  opacity: 1;
}

.page-home__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page-home__card-num {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--home-lake);
}

.page-home__card-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 20px;
  color: #fff;
  background: rgba(52, 152, 219, 0.28);
  border: 1px solid rgba(52, 152, 219, 0.44);
}

.page-home__card--02 .page-home__card-ico {
  background: rgba(230, 126, 34, 0.22);
  border-color: rgba(230, 126, 34, 0.44);
  color: #F7B267;
}

.page-home__card--03 .page-home__card-ico {
  background: rgba(212, 175, 55, 0.18);
  border-color: rgba(212, 175, 55, 0.4);
  color: var(--home-gold);
}

.page-home__card-title {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.page-home__card-text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(242, 246, 249, 0.76);
}

.page-home__card-link {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--home-lake);
  transition: color 0.2s ease;
}

.page-home__card--02 .page-home__card-link {
  color: #F7B267;
}

.page-home__card--03 .page-home__card-link {
  color: var(--home-gold);
}

.page-home__card-link:hover,
.page-home__card-link:focus-visible {
  color: #fff;
}

.page-home__data {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background:
    radial-gradient(ellipse at 90% 10%, rgba(230, 126, 34, 0.2), transparent 42%),
    radial-gradient(ellipse at 8% 90%, rgba(52, 152, 219, 0.24), transparent 44%),
    linear-gradient(180deg, #0E2747 0%, #153B6B 100%);
  border-top: 1px solid rgba(242, 246, 249, 0.1);
  border-bottom: 1px solid rgba(242, 246, 249, 0.1);
}

.page-home__data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--home-lake), var(--home-sun) 55%, var(--home-gold));
  opacity: 0.8;
}

.page-home__data-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -80px;
  top: 50px;
  background: radial-gradient(circle, rgba(230, 126, 34, 0.3), transparent 70%);
  pointer-events: none;
}

.page-home__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}

.page-home__metric {
  background: rgba(242, 246, 249, 0.08);
  border: 1px solid rgba(242, 246, 249, 0.14);
  border-radius: 16px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.page-home__metric:hover,
.page-home__metric:focus-within {
  border-color: rgba(52, 152, 219, 0.6);
  background-color: rgba(52, 152, 219, 0.14);
}

.page-home__metric-label {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(242, 246, 249, 0.66);
  font-weight: 300;
}

.page-home__metric-num {
  font-family: var(--font-head);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, #7FC3EE, var(--home-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home__bars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: var(--home-radius);
  background: rgba(11, 29, 57, 0.4);
  border: 1px solid rgba(242, 246, 249, 0.14);
  backdrop-filter: blur(10px);
}

.page-home__bar-item {
  border-bottom: 1px solid rgba(242, 246, 249, 0.1);
  padding-bottom: 14px;
}

.page-home__bar-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-home__bar-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(242, 246, 249, 0.84);
}

.page-home__bar-val {
  font-family: var(--font-head);
  font-weight: 700;
  color: #fff;
  background: rgba(230, 126, 34, 0.22);
  border-radius: 999px;
  padding: 3px 12px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.page-home__bar-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(242, 246, 249, 0.12);
  overflow: hidden;
}

.page-home__bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-lake), var(--home-gold));
  transition: transform 0.2s ease;
}

.page-home__bar-item:hover .page-home__bar-fill {
  transform: scaleY(1.3);
  transform-origin: center;
}

.page-home__data-footnote {
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 246, 249, 0.68);
  border-left: 3px solid var(--home-sun);
  padding-left: 16px;
}

.page-home__updates {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-home__updates-more {
  border-color: rgba(242, 246, 249, 0.3);
  color: rgba(242, 246, 249, 0.86);
  background: transparent;
  width: fit-content;
}

.page-home__updates-more:hover {
  border-color: var(--home-lake);
  color: var(--home-lake);
  transform: translateY(-2px);
}

.page-home__updates-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-home__feature-img {
  position: relative;
  border-radius: var(--home-radius);
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(242, 246, 249, 0.14);
  box-shadow: 0 14px 44px rgba(4, 15, 32, 0.3);
}

.page-home__feature-img img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.page-home__feature-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(11, 29, 57, 0.64);
  border: 1px solid rgba(230, 126, 34, 0.6);
  color: #FFD7A8;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

.page-home__news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.page-home__news-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(242, 246, 249, 0.12);
  position: relative;
  transition: padding-left 0.2s ease;
}

.page-home__news-item:first-child {
  padding-top: 0;
}

.page-home__news-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-home__news-item:hover,
.page-home__news-item:focus-within {
  padding-left: 12px;
}

.page-home__news-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.page-home__news-tag--blue {
  background: rgba(52, 152, 219, 0.25);
  border: 1px solid rgba(52, 152, 219, 0.5);
}

.page-home__news-tag--gold {
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid rgba(212, 175, 55, 0.48);
  color: #F5D97E;
}

.page-home__news-tag--orange {
  background: rgba(230, 126, 34, 0.18);
  border: 1px solid rgba(230, 126, 34, 0.5);
  color: #FFC28F;
}

.page-home__news-title {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.page-home__news-summary {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 246, 249, 0.72);
  font-weight: 300;
}

.page-home__news-link {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--home-gold);
}

.page-home__news-link:hover,
.page-home__news-link:focus-visible {
  color: var(--home-lake);
}

.page-home__path {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background: rgba(11, 29, 57, 0.56);
  border-top: 1px solid rgba(242, 246, 249, 0.1);
}

.page-home__path::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.6), rgba(212, 175, 55, 0.5), transparent);
}

.page-home__steps {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  counter-reset: step;
}

.page-home__step {
  position: relative;
  padding: 24px 22px 22px;
  border-radius: 18px;
  background: rgba(242, 246, 249, 0.07);
  border: 1px solid rgba(242, 246, 249, 0.13);
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.page-home__step:hover,
.page-home__step:focus-within {
  background: rgba(52, 152, 219, 0.1);
  border-color: rgba(52, 152, 219, 0.4);
  transform: translateY(-3px);
}

.page-home__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 14px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--home-gold);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.42);
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.14);
}

.page-home__step-title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

.page-home__step-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color: rgba(242, 246, 249, 0.74);
}

.page-home__path-cta {
  text-align: center;
  padding: 30px 20px;
  border-radius: var(--home-radius);
  background:
    radial-gradient(ellipse at 30% 0%, rgba(52, 152, 219, 0.28), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(230, 126, 34, 0.28), transparent 55%),
    rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(242, 246, 249, 0.2);
  backdrop-filter: blur(14px);
}

.page-home__path-cta-title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.page-home__path-cta-text {
  margin: 0 auto 20px;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(242, 246, 249, 0.8);
}

.page-home__path-btn {
  background: linear-gradient(135deg, var(--home-sun), #EF9125);
  color: #fff;
  box-shadow: 0 10px 30px rgba(230, 126, 34, 0.36);
}

.page-home__path-btn:hover,
.page-home__path-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(230, 126, 34, 0.48);
}

.page-home__trust {
  padding: 48px 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(52, 152, 219, 0.2), transparent 44%),
    radial-gradient(ellipse at 90% 100%, rgba(230, 126, 34, 0.2), transparent 48%),
    #0B1D39;
  border-top: 1px solid rgba(242, 246, 249, 0.14);
}

.page-home__trust-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home__trust-quote {
  margin: 0;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 300;
  color: rgba(242, 246, 249, 0.86);
  position: relative;
  padding: 12px 0 0 22px;
}

.page-home__trust-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--home-lake), var(--home-gold));
}

.page-home__trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home__trust-link {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(242, 246, 249, 0.22);
  color: rgba(242, 246, 249, 0.86);
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.page-home__trust-link:hover,
.page-home__trust-link:focus-visible {
  border-color: var(--home-lake);
  color: var(--home-lake);
  background: rgba(52, 152, 219, 0.1);
}

.page-home__trust-link--orange:hover,
.page-home__trust-link--orange:focus-visible {
  border-color: var(--home-sun);
  color: var(--home-sun);
}

@media (min-width: 640px) {
  .page-home__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-home__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home__section-head--split {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-home__section-note {
    text-align: right;
    margin: 0 0 4px;
  }
  .page-home__hero-inner {
    min-height: 520px;
    justify-content: center;
  }
  .page-home__hero-visual {
    min-height: 260px;
  }
}

@media (min-width: 1024px) {
  .page-home__hero {
    min-height: 640px;
    padding: 96px 0 96px;
  }
  .page-home__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 56px;
    min-height: 520px;
  }
  .page-home__hero-copy {
    padding-bottom: 40px;
  }
  .page-home__hero-visual {
    position: relative;
    align-self: stretch;
    max-height: 560px;
  }
  .page-home__hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .page-home__hero-chip {
    left: 16px;
    right: auto;
    max-width: 270px;
    bottom: 20px;
  }
  .page-home__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    position: relative;
  }
  .page-home__card--01 {
    transform: translateY(14px);
  }
  .page-home__card--02 {
    transform: translateY(-10px);
  }
  .page-home__card--03 {
    transform: translateY(14px);
  }
  .page-home__card--01:hover,
  .page-home__card--02:hover,
  .page-home__card--03:hover {
    transform: translateY(-18px);
  }
  .page-home__data {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-home__metrics {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }
  .page-home__bars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 20px;
  }
  .page-home__bar-item:nth-child(3) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-home__bar-item:nth-child(4) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-home__updates {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-home__updates-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
  }
  .page-home__feature-img {
    min-height: 340px;
  }
  .page-home__feature-img img {
    min-height: 340px;
  }
  .page-home__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    position: relative;
  }
  .page-home__step {
    padding: 34px 26px 28px;
    border-radius: 0;
    border-left: 0;
  }
  .page-home__step:first-child {
    border-radius: 18px 0 0 18px;
    border-left: 1px solid rgba(242, 246, 249, 0.13);
  }
  .page-home__step:last-child {
    border-radius: 0 18px 18px 0;
  }
  .page-home__step::after {
    content: "→";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-family: var(--font-head);
    font-size: 20px;
    font-weight: 700;
    color: var(--home-gold);
    background: #102A4C;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(212, 175, 55, 0.4);
  }
  .page-home__step:last-child::after {
    content: none;
  }
  .page-home__path {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-home__trust {
    padding: 56px 0;
  }
  .page-home__trust-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .page-home__trust-quote {
    flex: 1;
  }
  .page-home__trust-actions {
    flex-shrink: 0;
  }
}

@media (min-width: 1240px) {
  .page-home__hero-img {
    border-radius: var(--home-radius);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  }
}
