.page-home {
  --home-gold: #D4B36A;
  --home-gold-dark: #A9823F;
  --home-red: #E03A3A;
  --home-deep-blue: #0A1A2F;
  --home-deep-blue-soft: rgba(10, 26, 47, 0.85);
  --home-slate: #3C4A5A;
  --home-cream: #F5F0E6;
  --home-ink: #1A1A1A;
  --home-serif: "Source Serif Pro", Georgia, serif;
  --home-display: Impact, "Arial Black", sans-serif;
  --home-mono: "Roboto Mono", Consolas, monospace;
  overflow-x: hidden;
  background: var(--home-deep-blue);
  color: var(--home-cream);
}

.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}

.page-home .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .breadcrumb {
  position: relative;
  z-index: 5;
  padding: 96px 20px 0;
  max-width: 1440px;
  margin: 0 auto;
  font-family: var(--home-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(245, 240, 230, 0.65);
  text-transform: uppercase;
}

.page-home .breadcrumb-item {
  color: var(--home-gold);
}

.page-home .section {
  padding: 72px 0;
}

.page-home .section-heading {
  max-width: 600px;
  margin-bottom: 48px;
}

.page-home .section-caption {
  font-family: var(--home-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 16px;
}

.page-home .section-title {
  font-family: var(--home-display);
  font-size: 36px;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--home-cream);
  margin: 0 0 16px;
  transform: skewX(-1deg);
}

.page-home .section-subtitle {
  font-family: var(--home-serif);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.78);
  margin: 0;
}

.page-home .card {
  background: linear-gradient(145deg, rgba(60, 74, 90, 0.55) 0%, rgba(10, 26, 47, 0.8) 100%);
  border: 1px solid rgba(212, 179, 106, 0.24);
  border-radius: 2px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-home .card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 179, 106, 0.5);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-home .card--gold {
  border-color: var(--home-gold);
  background: linear-gradient(135deg, rgba(212, 179, 106, 0.18) 0%, rgba(10, 26, 47, 0.75) 55%);
}

.page-home .card-label {
  font-family: var(--home-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.7);
  margin-bottom: 12px;
}

.page-home .card-metric {
  font-family: var(--home-display);
  font-size: 48px;
  color: var(--home-cream);
  margin: 0 0 8px;
  line-height: 1;
}

.page-home .btn {
  display: inline-block;
  font-family: var(--home-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 2px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.page-home .btn-primary {
  background: var(--home-gold);
  color: var(--home-deep-blue);
  font-weight: 700;
}

.page-home .btn-primary:hover {
  background: #e3c67f;
  transform: translateY(-2px);
}

.page-home .btn-outline {
  background: transparent;
  color: var(--home-cream);
  border: 1px solid rgba(212, 179, 106, 0.6);
}

.page-home .btn-outline:hover {
  background: rgba(212, 179, 106, 0.12);
  border-color: var(--home-gold);
  transform: translateY(-2px);
}

.page-home .tag {
  display: inline-block;
  font-family: var(--home-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
  border: 1px solid transparent;
}

.page-home .tag--gold {
  background: rgba(212, 179, 106, 0.15);
  color: var(--home-gold);
  border-color: rgba(212, 179, 106, 0.4);
}

.page-home .tag--green {
  background: rgba(107, 142, 107, 0.15);
  color: #8fae8f;
  border-color: rgba(107, 142, 107, 0.4);
}

.page-home .home-hero {
  position: relative;
  background: linear-gradient(105deg, var(--home-deep-blue) 15%, #0d2438 60%, rgba(212, 179, 106, 0.08) 130%);
  overflow: hidden;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 20px 96px;
}

.page-home .home-hero__copy {
  position: relative;
  z-index: 4;
}

.page-home .home-hero__kicker {
  font-family: var(--home-mono);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-home .home-hero__kicker::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--home-red);
  transform: skewX(-20deg);
}

.page-home .home-hero__title {
  font-family: var(--home-display);
  font-size: 56px;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--home-cream);
  margin: 0 0 28px;
  letter-spacing: 0.01em;
  transform: skewX(-2deg);
}

.page-home .home-hero__lead {
  font-family: var(--home-serif);
  font-size: 17px;
  line-height: 1.75;
  color: rgba(245, 240, 230, 0.82);
  max-width: 420px;
  margin-bottom: 36px;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.page-home .home-hero__anchors {
  list-style: none;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(212, 179, 106, 0.2);
  display: grid;
  gap: 10px;
}

.page-home .home-hero__anchors li {
  margin: 0;
}

.page-home .home-hero__anchors a {
  font-family: var(--home-mono);
  font-size: 13px;
  color: rgba(245, 240, 230, 0.75);
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.3s ease;
}

.page-home .home-hero__anchors a:hover {
  color: var(--home-gold);
}

.page-home .home-hero__media {
  position: relative;
  z-index: 2;
  order: -1;
  margin: 0 -20px -40px;
  transform: skewY(-1.2deg) scale(1.02);
}

.page-home .home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 26, 47, 0.15) 0%, rgba(10, 26, 47, 0.7) 90%);
  pointer-events: none;
}

.page-home .home-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.page-home .home-hero__badge {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 32px;
  background: rgba(10, 26, 47, 0.9);
  border: 1px solid var(--home-gold);
  border-left: 4px solid var(--home-red);
  padding: 14px 18px;
  transform: skewX(-3deg);
  backdrop-filter: blur(4px);
}

.page-home .home-hero__badge-label {
  display: block;
  font-family: var(--home-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 4px;
}

.page-home .home-hero__badge-value {
  display: block;
  font-family: var(--home-display);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--home-cream);
}

.page-home .home-hero__slant {
  position: absolute;
  left: -20%;
  bottom: 0;
  width: 60%;
  height: 80px;
  background: var(--home-deep-blue);
  z-index: 1;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.page-home .home-trust {
  background: linear-gradient(90deg, rgba(212, 179, 106, 0.1) 0%, var(--home-deep-blue) 40%);
  padding: 56px 0;
  border-top: 1px solid rgba(212, 179, 106, 0.15);
  border-bottom: 1px solid rgba(212, 179, 106, 0.15);
}

.page-home .home-trust__inner {
  display: grid;
  gap: 28px;
}

.page-home .home-trust__item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.page-home .home-trust__index {
  font-family: var(--home-mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--home-red);
  margin-top: 2px;
  flex-shrink: 0;
}

.page-home .home-trust__text {
  font-family: var(--home-serif);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(245, 240, 230, 0.85);
  margin: 0;
}

.page-home .home-cockpit {
  background: linear-gradient(180deg, var(--home-deep-blue) 0%, #0d2137 60%, #0a1b30 100%);
  position: relative;
  padding-top: 96px;
}

.page-home .home-cockpit::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--home-deep-blue);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  z-index: 1;
}

.page-home .home-cockpit .container {
  position: relative;
  z-index: 2;
}

.page-home .home-cockpit__heading {
  border-left: 3px solid var(--home-gold);
  padding-left: 20px;
}

.page-home .home-cockpit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 56px;
}

.page-home .home-metric {
  padding: 32px 28px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.page-home .home-metric__num {
  font-family: var(--home-display);
  font-size: 52px;
  line-height: 1;
  color: var(--home-gold);
  margin-bottom: 12px;
}

.page-home .home-metric__unit {
  color: var(--home-red);
  font-size: 28px;
}

.page-home .home-metric__desc {
  font-family: var(--home-serif);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 240, 230, 0.68);
  margin: 0;
}

.page-home .home-cockpit__media {
  display: grid;
  gap: 20px;
}

.page-home .home-cockpit__media img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border: 1px solid rgba(212, 179, 106, 0.2);
  border-radius: 2px;
}

.page-home .home-cockpit__note {
  background: rgba(60, 74, 90, 0.6);
  border-left: 3px solid var(--home-red);
  padding: 24px 28px;
}

.page-home .home-cockpit__note-title {
  font-family: var(--home-display);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 8px;
}

.page-home .home-cockpit__note p {
  font-family: var(--home-serif);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.78);
  margin: 0;
}

.page-home .home-subscription {
  background: linear-gradient(115deg, #0b1d33 0%, #101f38 50%, #0d1d30 100%);
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}

.page-home .home-subscription::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 179, 106, 0.08) 0%, transparent 70%);
  right: -120px;
  top: -80px;
  pointer-events: none;
}

.page-home .home-subscription .container {
  position: relative;
  z-index: 2;
}

.page-home .home-subscription__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.page-home .home-subscription__top .section-heading {
  margin-bottom: 0;
  flex-shrink: 0;
}

.page-home .home-subscription__link {
  white-space: nowrap;
}

.page-home .home-subscription__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

.page-home .home-plan {
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  background: linear-gradient(160deg, rgba(60, 74, 90, 0.7) 0%, rgba(10, 26, 47, 0.92) 100%);
}

.page-home .home-plan--featured {
  border-color: var(--home-gold);
  background: linear-gradient(160deg, rgba(212, 179, 106, 0.22) 0%, rgba(10, 26, 47, 0.92) 50%);
  position: relative;
  padding-top: 40px;
}

.page-home .home-plan__tag {
  position: absolute;
  top: -10px;
  left: 30px;
}

.page-home .home-plan__tier {
  font-family: var(--home-display);
  font-size: 24px;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 12px;
}

.page-home .home-plan__desc {
  font-family: var(--home-serif);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.72);
  margin-bottom: 20px;
}

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

.page-home .home-plan__list li {
  font-family: var(--home-serif);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(245, 240, 230, 0.88);
  padding-left: 22px;
  position: relative;
}

.page-home .home-plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 2px;
  background: var(--home-red);
  transform: skewX(-20deg);
}

.page-home .home-subscription__banner {
  display: grid;
  gap: 24px;
  background: rgba(10, 26, 47, 0.7);
  border: 1px solid rgba(212, 179, 106, 0.3);
  border-left: 4px solid var(--home-red);
  padding: 28px;
  align-items: center;
}

.page-home .home-subscription__banner-copy {
  padding: 0;
}

.page-home .home-subscription__banner-title {
  font-family: var(--home-display);
  font-size: 20px;
  text-transform: uppercase;
  color: var(--home-gold);
  margin-bottom: 10px;
}

.page-home .home-subscription__banner-copy p {
  font-family: var(--home-serif);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.78);
  margin: 0;
}

.page-home .home-subscription__banner img {
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  border: 1px solid rgba(212, 179, 106, 0.2);
  border-radius: 2px;
}

.page-home .home-timeline {
  background: linear-gradient(90deg, #0a1a2f 0%, #12253f 50%, #0a1a2f 100%);
  position: relative;
}

.page-home .home-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--home-red) 0%, var(--home-gold) 40%, rgba(212, 179, 106, 0.1) 100%);
}

.page-home .home-timeline .container {
  position: relative;
  z-index: 2;
  padding-left: 40px;
}

.page-home .home-timeline__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 32px;
}

.page-home .home-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
}

.page-home .home-timeline__item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--home-gold);
  transform: rotate(45deg);
  border: 2px solid var(--home-deep-blue);
}

.page-home .home-timeline__year {
  font-family: var(--home-mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--home-gold);
}

.page-home .home-timeline__text {
  font-family: var(--home-serif);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.82);
  margin: 0;
}

.page-home .home-latest {
  background: #0d2137;
  padding-top: 96px;
}

.page-home .home-latest__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.page-home .home-latest__head .section-heading {
  margin-bottom: 0;
}

.page-home .home-latest__link {
  white-space: nowrap;
}

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

.page-home .home-post {
  padding: 28px;
}

.page-home .home-post .tag {
  margin-bottom: 16px;
}

.page-home .home-post__title {
  font-family: var(--home-display);
  font-size: 20px;
  line-height: 1.2;
  color: var(--home-cream);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.page-home .home-post__excerpt {
  font-family: var(--home-serif);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.7);
  margin-bottom: 16px;
}

.page-home .home-post__more {
  font-family: var(--home-mono);
  font-size: 13px;
  color: var(--home-gold);
  text-decoration: none;
  letter-spacing: 0.06em;
}

.page-home .home-post__more:hover {
  color: var(--home-cream);
  text-decoration: underline;
}

.page-home .home-partners {
  background: linear-gradient(120deg, #0a1a2f 0%, #152842 70%, #0a1a2f 100%);
  padding-top: 96px;
}

.page-home .home-partners__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}

.page-home .home-partners__item {
  background: rgba(60, 74, 90, 0.4);
  border: 1px solid rgba(212, 179, 106, 0.16);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.page-home .home-partners__item:hover {
  border-color: rgba(212, 179, 106, 0.4);
  background: rgba(60, 74, 90, 0.6);
}

.page-home .home-partners__item img {
  width: 110px;
  height: auto;
  flex-shrink: 0;
  filter: grayscale(0.4) brightness(0.9);
}

.page-home .home-partners__name {
  font-family: var(--home-serif);
  font-size: 15px;
  font-weight: 600;
  color: rgba(245, 240, 230, 0.85);
  margin: 0;
}

.page-home .home-services {
  background: linear-gradient(180deg, #091729 0%, #0a1a2f 100%);
  padding-top: 96px;
}

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

.page-home .home-service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: linear-gradient(150deg, rgba(60, 74, 90, 0.5) 0%, rgba(10, 26, 47, 0.9) 60%);
  min-height: 170px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.page-home .home-service-card:hover {
  border-color: var(--home-gold);
  transform: translateY(-4px);
}

.page-home .home-service-card__index {
  font-family: var(--home-mono);
  font-size: 28px;
  font-weight: 700;
  color: rgba(212, 179, 106, 0.35);
  margin-bottom: 12px;
  line-height: 1;
}

.page-home .home-service-card__title {
  font-family: var(--home-display);
  font-size: 20px;
  text-transform: uppercase;
  color: var(--home-cream);
  margin-bottom: 8px;
}

.page-home .home-service-card__desc {
  font-family: var(--home-serif);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 240, 230, 0.65);
  margin-bottom: 16px;
  flex-grow: 1;
}

.page-home .home-service-card__cta {
  font-family: var(--home-mono);
  font-size: 13px;
  color: var(--home-gold);
  letter-spacing: 0.06em;
}

.page-home .home-service-card:hover .home-service-card__cta {
  color: var(--home-red);
}

@media (min-width: 480px) {
  .page-home .home-hero__title {
    font-size: 68px;
  }

  .page-home .home-trust__inner {
    grid-template-columns: 1fr;
  }

  .page-home .home-subscription__grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-latest__grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-partners__grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .page-home .home-hero__inner {
    grid-template-columns: 1fr 48%;
    gap: 40px;
    padding-top: 64px;
  }

  .page-home .home-hero__media {
    order: 2;
    margin: 0;
    transform: skewY(-1.5deg) translateY(40px);
    align-self: start;
  }

  .page-home .home-hero__img {
    max-height: 520px;
  }

  .page-home .home-hero__copy {
    align-self: center;
  }

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

  .page-home .home-trust__item {
    flex-direction: column;
    gap: 8px;
  }

  .page-home .home-cockpit__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .page-home .home-cockpit__media {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
  }

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

  .page-home .home-subscription__banner {
    grid-template-columns: 1fr auto;
    gap: 40px;
    padding: 36px 40px;
  }

  .page-home .home-subscription__banner img {
    width: 300px;
  }

  .page-home .home-latest__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

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

  .page-home .home-partners__item {
    flex-direction: column;
    text-align: center;
    padding: 24px 16px;
  }

  .page-home .home-partners__item img {
    width: 160px;
  }
}

@media (min-width: 1024px) {
  .page-home .breadcrumb {
    padding-top: 96px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-home .container {
    padding: 0 32px;
  }

  .page-home .section {
    padding: 96px 0;
  }

  .page-home .section-title {
    font-size: 44px;
  }

  .page-home .home-hero__title {
    font-size: 80px;
  }

  .page-home .home-hero__lead {
    font-size: 18px;
  }

  .page-home .home-hero__inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    padding-top: 72px;
    padding-bottom: 120px;
  }

  .page-home .home-hero__media {
    transform: skewY(-2deg) translateY(30px);
  }

  .page-home .home-hero__img {
    max-height: 600px;
  }

  .page-home .home-cockpit::before {
    height: 80px;
  }

  .page-home .home-cockpit__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-metric__num {
    font-size: 56px;
  }

  .page-home .home-latest__grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

@media (min-width: 1280px) {
  .page-home .home-hero__title {
    font-size: 92px;
  }

  .page-home .home-hero__badge {
    right: 40px;
    bottom: 48px;
    padding: 18px 24px;
  }

  .page-home .home-cockpit__grid {
    gap: 32px;
  }

  .page-home .home-cockpit__media {
    margin-top: 48px;
  }

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

  .page-home .home-plan {
    padding: 40px 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .card,
  .page-home .home-service-card,
  .page-home .btn {
    transition: none;
  }

  .page-home .home-hero__media {
    transform: none;
  }
}

@media screen and (-ms-high-contrast: active) {
  .page-home .section-title,
  .page-home .home-hero__title {
    color: #fff;
  }
}

.page-home .home-hero__media::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -30px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(224, 58, 58, 0.18) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 220px;
  background: repeating-linear-gradient(135deg, transparent 0, transparent 12px, rgba(212, 179, 106, 0.08) 12px, rgba(212, 179, 106, 0.08) 14px);
  z-index: 1;
  pointer-events: none;
}
