.vr-home {
  position: relative;
  padding: 18px 0 56px;
}

.vr-home::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 720px;
  background:
    radial-gradient(circle at 20% 18%, rgba(103, 246, 222, 0.14), transparent 28%),
    radial-gradient(circle at 78% 4%, rgba(76, 132, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(4, 11, 20, 0.96) 0%, rgba(6, 12, 22, 0) 100%);
  pointer-events: none;
}

.vr-home .container {
  width: min(1360px, calc(100vw - 36px));
}

.vr-home-announce,
.vr-home-hero,
.vr-home-strip,
.vr-home-grid {
  position: relative;
  z-index: 1;
}

.vr-announcer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(126, 227, 255, 0.1);
  background: rgba(8, 16, 30, 0.92);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.vr-announcer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  background: linear-gradient(135deg, #5cf4cc, #97f7ff);
  color: #042a2b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.vr-announcer-track {
  position: relative;
  overflow: hidden;
  color: rgba(221, 230, 246, 0.72);
  font-size: 13px;
}

.vr-announcer-marquee {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: vrTickerScroll 24s linear infinite;
  will-change: transform;
}

.vr-announcer-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 26px;
  padding-right: 26px;
  white-space: nowrap;
}

.vr-announcer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(221, 230, 246, 0.72);
  transition: color 0.2s ease;
}

.vr-announcer-link:hover {
  color: #89f6ff;
}

.vr-announcer-link span:first-child {
  color: #63eecf;
}

@keyframes vrTickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.vr-home-hero {
  padding-top: 18px;
}

.vr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.vr-hero-panel,
.vr-side-card,
.vr-signal-card,
.vr-section-card,
.vr-review-card {
  border: 1px solid rgba(118, 225, 255, 0.12);
  background: linear-gradient(180deg, rgba(9, 16, 30, 0.94), rgba(6, 11, 22, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.vr-hero-panel {
  position: relative;
  min-height: 690px;
  overflow: hidden;
}

.vr-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 18, 0.16) 0%, rgba(3, 8, 18, 0.78) 62%, rgba(3, 8, 18, 0.98) 100%),
    linear-gradient(125deg, rgba(120, 236, 255, 0.08), transparent 34%);
}

.vr-hero-art,
.vr-hero-art img {
  width: 100%;
  height: 100%;
}

.vr-hero-art img {
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.vr-hero-copy {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 30px;
  z-index: 1;
}

.vr-overline,
.vr-section-tag,
.vr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #70f3d7;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vr-overline::before,
.vr-section-tag::before {
  content: "";
  width: 26px;
  height: 1px;
  background: rgba(112, 243, 215, 0.6);
}

.vr-hero-copy h1 {
  max-width: 860px;
  margin: 14px 0 18px;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.vr-hero-copy p {
  max-width: 690px;
  margin: 0;
  color: rgba(225, 234, 248, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

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

.vr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.vr-button:hover {
  transform: translateY(-2px);
}

.vr-button-primary {
  color: #06242d;
  background: linear-gradient(135deg, #71f3d8, #8af8ff);
  box-shadow: 0 14px 30px rgba(113, 243, 216, 0.18);
}

.vr-button-ghost {
  color: #dce9ff;
  border-color: rgba(126, 227, 255, 0.18);
  background: rgba(126, 227, 255, 0.06);
}

.vr-hero-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: rgba(183, 196, 220, 0.84);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vr-hero-foot strong {
  color: #ffffff;
  margin-right: 4px;
}

.vr-hero-side {
  display: grid;
  gap: 18px;
}

.vr-side-card {
  padding: 24px;
}

.vr-side-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.vr-side-head span,
.vr-side-head a {
  color: #89f6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vr-rank-list {
  display: grid;
  gap: 16px;
}

.vr-rank-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vr-rank-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vr-rank-no {
  color: #63eecf;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: 34px;
  line-height: 0.9;
  font-weight: 700;
}

.vr-rank-item strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.vr-rank-item p {
  margin: 4px 0 0;
  color: rgba(192, 204, 225, 0.74);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vr-rank-item:hover strong {
  color: #89f6ff;
}

.vr-side-card-newsletter {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(112, 243, 215, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(10, 28, 38, 0.98), rgba(8, 17, 30, 0.96));
}

.vr-side-card-newsletter::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -46px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(104, 183, 255, 0.12);
  filter: blur(30px);
}

.vr-side-card-newsletter > * {
  position: relative;
  z-index: 1;
}

.vr-side-card-newsletter h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.vr-side-card-newsletter p {
  margin: 0 0 18px;
  color: rgba(218, 229, 245, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.vr-newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.vr-newsletter-form input {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(126, 227, 255, 0.16);
  background: rgba(3, 7, 14, 0.74);
  color: #e5eefc;
}

.vr-newsletter-form input:focus {
  outline: 2px solid rgba(137, 246, 255, 0.44);
}

.vr-newsletter-form button {
  min-width: 112px;
  border: 0;
  color: #06252a;
  background: linear-gradient(135deg, #71f3d8, #8af8ff);
  font-weight: 700;
}

.vr-home-strip {
  padding-top: 18px;
}

.vr-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vr-signal-card {
  overflow: hidden;
}

.vr-signal-thumb {
  height: 190px;
  overflow: hidden;
}

.vr-signal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.vr-signal-card:hover .vr-signal-thumb img {
  transform: scale(1.04);
}

.vr-signal-copy {
  padding: 18px 18px 20px;
}

.vr-kicker {
  margin-bottom: 10px;
}

.vr-signal-copy h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.vr-signal-copy h3 a:hover {
  color: #89f6ff;
}

.vr-signal-copy p {
  margin: 0;
  color: rgba(214, 226, 244, 0.74);
  font-size: 14px;
  line-height: 1.6;
}

.vr-home-grid {
  padding-top: 20px;
}

.vr-home-grid-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.82fr);
  gap: 18px;
}

.vr-section-card {
  padding: 24px;
}

.vr-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 22px;
}

.vr-section-head h2 {
  margin: 8px 0 0;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.vr-section-head a {
  color: #89f6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vr-analysis-list {
  display: grid;
  gap: 14px;
}

.vr-analysis-item {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(126, 227, 255, 0.08);
}

.vr-analysis-visual {
  min-height: 136px;
  overflow: hidden;
}

.vr-analysis-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-analysis-copy h3 {
  margin: 6px 0 8px;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.vr-analysis-copy h3 a:hover {
  color: #89f6ff;
}

.vr-analysis-copy p {
  margin: 0;
  color: rgba(215, 226, 243, 0.74);
  font-size: 14px;
  line-height: 1.62;
}

.vr-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
  color: rgba(176, 191, 214, 0.72);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vr-sidebar-stack {
  display: grid;
  gap: 18px;
}

.vr-review-grid {
  display: grid;
  gap: 12px;
}

.vr-review-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

.vr-review-card img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.vr-review-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.vr-review-card p {
  margin: 0 0 8px;
  color: rgba(214, 226, 244, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.vr-review-card span {
  color: #77f4da;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vr-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vr-metric-grid div {
  padding: 18px 16px;
  border: 1px solid rgba(126, 227, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.vr-metric-grid strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Space Grotesk", "Be Vietnam Pro", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #89f6ff;
}

.vr-metric-grid span {
  color: rgba(208, 221, 242, 0.74);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .vr-hero-grid,
  .vr-home-grid-layout {
    grid-template-columns: 1fr;
  }

  .vr-strip-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .vr-home .container {
    width: calc(100vw - 22px);
  }

  .vr-announcer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vr-announcer-marquee {
    animation-duration: 18s;
  }

  .vr-hero-panel {
    min-height: 560px;
  }

  .vr-hero-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .vr-hero-copy h1 {
    font-size: clamp(34px, 9.8vw, 52px);
  }

  .vr-hero-copy p {
    font-size: 15px;
  }

  .vr-hero-foot {
    gap: 10px;
  }

  .vr-newsletter-form {
    grid-template-columns: 1fr;
  }

  .vr-analysis-item,
  .vr-review-card {
    grid-template-columns: 1fr;
  }

  .vr-analysis-visual,
  .vr-review-card img {
    width: 100%;
    min-height: 180px;
    height: auto;
  }

  .vr-metric-grid {
    grid-template-columns: 1fr;
  }
}
