:root {
  --bg: #020706;
  --bg-soft: #06100f;
  --panel: rgba(7, 17, 15, 0.82);
  --panel-strong: rgba(8, 18, 16, 0.94);
  --line: #1e2417;
  --line-soft: rgba(255, 255, 255, 0.08);
  --accent: #abbc01;
  --accent-2: #7fe600;
  --text: #f4f8f4;
  --muted: #aeb8b0;
  --shadow: rgba(157, 255, 0, 0.28);
}

/* Compact full-width news feed */
.news-blog { background: #000; }
.news-page { width: min(1298px, 100%); margin: 0 auto; padding: 24px 32px 34px; }
.news-header { border-bottom: 1px solid var(--line); }
.news-title-row { padding: 34px 0 22px; text-align: left; }
.news-title-row h1 { margin: 0 0 10px; color: var(--accent); text-align: left; text-transform: none; letter-spacing: -.035em; font-size: 30px; line-height: 1.15; font-weight: 400; }
.news-title-row p { margin: 0; max-width: 720px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.news-feed { border-top: 1px solid var(--line); }
.news-row { width: 100%; padding: 25px 0 26px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 28px; }
.news-side { padding-top: 3px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.news-side time { color: #e8eee7; font-size: 13px; line-height: 1.4; }
.news-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.news-source { padding: 5px 9px; border: 1px solid #303821; border-radius: 999px; color: var(--accent); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; line-height: 1; font-weight: 700; }
.news-source--rumor { border-color: #8a6d12; background: rgba(255, 193, 7, .12); color: #ffd45c; }
.news-source--insight { border-color: #a85f1b; background: rgba(255, 132, 43, .12); color: #ffad66; font-size: 8px; }
.news-copy { display: grid; grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); column-gap: 28px; row-gap: 9px; align-items: start; }
.news-copy h2 { margin: 0; max-width: 340px; font-size: clamp(16px, 2.1vw, 22px); line-height: 1.16; letter-spacing: -.025em; font-weight: 500; }
.news-copy p { margin: 0; max-width: 680px; color: #c4ccc5; font-size: 15px; line-height: 1.62; font-weight: 400; }
.news-source-note { grid-column: 2; color: #7f8981; font-size: 12px; line-height: 1.45; }
.news-source-link { display: inline; margin-left: 3px; color: var(--accent); font-size: inherit; line-height: inherit; border-bottom: 1px solid rgba(171, 188, 1, .4); transition: color .2s ease, border-color .2s ease; white-space: nowrap; }
.news-source-link:hover { color: #d7ff3d; border-color: #d7ff3d; }
.news-row:hover .news-copy h2 { color: #d7ff3d; }
.news-footer { padding-top: 26px; display: flex; justify-content: space-between; color: #737d75; font-size: 12px; }

/* Video guides */
.guides-body { background: #000; }
.guides-page { width: min(1298px, 100%); margin: 0 auto; padding: 24px 32px 34px; }
.guides-title-row { padding: 34px 0 24px; text-align: left; }
.guides-title-row h1 { margin: 0 0 10px; color: var(--accent); text-align: left; text-transform: none; letter-spacing: -.035em; font-size: 30px; line-height: 1.15; font-weight: 400; }
.guides-title-row p { margin: 0; max-width: 720px; color: var(--muted); font-size: 15px; line-height: 1.5; text-align: left; }
.guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 100px; }
.guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.guide-media { position: relative; aspect-ratio: 16 / 9; background: #050807; }
.guide-media iframe { width: 100%; height: 100%; border: 0; display: block; }
.guide-poster { width: 100%; height: 100%; padding: 0; border: 0; position: relative; display: block; cursor: pointer; background: #050807; }
.guide-poster img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease, opacity .25s ease; }
.guide-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.42)); }
.guide-poster:hover img { transform: scale(1.015); opacity: .86; }
.guide-play { width: 44px; height: 44px; border-radius: 50%; position: absolute; z-index: 1; left: 50%; top: 50%; display: grid; place-items: center; transform: translate(-50%, -50%); color: #071000; background: var(--accent); font-size: 15px; padding-left: 3px; box-shadow: 0 8px 30px rgba(0,0,0,.35); }
.guide-copy { min-height: 102px; padding: 13px 15px 14px; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr auto; gap: 6px; align-content: start; }
.guide-copy h2 { margin: 0; font-size: clamp(16px, 1.35vw, 18px); line-height: 1.22; font-weight: 500; letter-spacing: -.02em; }
.guide-copy a { align-self: end; color: var(--accent); font-size: 12px; line-height: 1.4; white-space: nowrap; }
.guide-copy a:hover { color: #d7ff3d; }
.modal-open { overflow: hidden; }
.guide-modal[hidden] { display: none; }
.guide-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 32px; }
.guide-modal-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .68); backdrop-filter: blur(2px); }
.guide-modal-dialog { width: min(1100px, 100%); position: relative; z-index: 1; }
.guide-modal-player { width: 100%; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid #323a2a; border-radius: 12px; background: #000; box-shadow: 0 24px 80px rgba(0, 0, 0, .7); }
.guide-modal-player iframe { width: 100%; height: 100%; border: 0; display: block; }
.guide-modal-close { width: 42px; height: 42px; position: absolute; z-index: 2; right: -14px; top: -14px; display: grid; place-items: center; padding: 0 0 3px; border: 1px solid #4a5341; border-radius: 50%; color: #fff; background: #111711; font: 300 30px/1 Arial, sans-serif; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.5); }
.guide-modal-close:hover { color: #071000; border-color: var(--accent); background: var(--accent); }

@media (max-width: 1050px) {
  .news-row { grid-template-columns: 120px minmax(0, 1fr); gap: 22px; }
  .news-copy { grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); column-gap: 22px; }
  .guide-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .news-page { padding: 18px 16px 28px; }
  .guides-page { padding: 18px 16px 28px; }
  .guides-title-row { padding: 28px 0 20px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-copy { min-height: 0; grid-template-columns: 1fr; }
  .guide-copy a { margin-top: 4px; }
  .guide-modal { padding: 16px; }
  .guide-modal-close { width: 38px; height: 38px; right: -6px; top: -48px; }
  .news-title-row { padding: 28px 0 18px; }
  .news-row { grid-template-columns: 1fr; gap: 14px; padding: 22px 0; }
  .news-side { flex-direction: row; align-items: center; }
  .news-copy { grid-template-columns: 1fr; gap: 10px; }
  .news-source-note { grid-column: auto; }
  .news-copy h2 { max-width: none; font-size: 17px; line-height: 1.18; }
  .news-copy p { max-width: none; font-size: 15px; line-height: 1.58; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background-color: #000000;
  color: var(--text);
  font-family: Inter, "Segoe UI", system-ui, Arial, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 24px 32px 34px;
}

.feature-wide-preview .page {
  width: min(1298px, 100%);
}

.site-header {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 3;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.brand span span {
  color: #c9f600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  color: #ffffff;
  font-size: 15px;
}

.nav a,
.nav .auth-open {
  position: relative;
  color: inherit;
  transition: color .2s ease;
}

.nav .auth-open {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.nav a:hover,
.nav a[aria-current="page"],
.nav .auth-open:hover {
  color: var(--accent);
}

.nav .nav-disabled {
  color: #707871;
  cursor: default;
  user-select: none;
}

.login-btn,
.steam-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  min-height: 46px;
  padding: 0 18px;
  color: #ffffff;
  background: rgba(3, 8, 7, 0.86);
  cursor: pointer;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-blog-link {
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  color: #e8eee7;
  font-size: 15px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.header-blog-link:hover,
.header-blog-link[aria-current="page"] {
  color: var(--accent-2);
  border-color: var(--line);
  background: rgba(127, 230, 0, .05);
}

.language-select {
  min-height: 46px;
  padding: 0 30px 0 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #ffffff;
  background: #030807;
  font: inherit;
  cursor: pointer;
}

.steam-btn {
  min-height: 70px;
  padding: 0 28px;
  border: 0;
  color: #071007;
  background: linear-gradient(#8db601, #8cb000);
  box-shadow: 0 0 24px rgba(173, 255, 0, 0.34);
  font-size: 22px;
  font-weight: 400;
}

.steam-logo {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: grayscale(1) drop-shadow(1px 1px 1px rgba(68, 68, 68, 0.8));
  flex: 0 0 auto;
}

.steam-icon,
.check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.steam-icon {
  color: #ffffff;
  background: #061005;
  font-weight: 900;
  font-size: 14px;
}

.check-icon {
  width: 18px;
  height: 18px;
  border: 2px solid var(--line);
  color: var(--accent);
  font-size: 12px;
  line-height: 1;
  text-indent: 3px;
}

.arrow {
  font-size: 34px;
  line-height: 0;
  margin-left: 4px;
  transform: translateY(-3px);
}

.hero {
  min-height: 650px;
  margin: -78px -32px 0;
  padding: 120px 32px 46px;
  display: flex;
  align-items: center;
  position: relative;
  background: url("../assets/landing/hero-bg.png") center right / cover no-repeat;
}

.hero-content {
  width: min(590px, 100%);
  position: relative;
  z-index: 1;
}

.hero-logo {
  width: min(468px, 90%);
  transform: translateX(-19px);
  margin-bottom: 28px;
}

.hero-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 24px rgba(177, 255, 0, 0.48));
}

.hero h1 {
  max-width: 570px;
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 37px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 400;
}

.accent {
  color: var(--accent);
}

.hero p {
  max-width: 520px;
  margin: 0;
  color: #f0f4ee;
  font-size: 16px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.trust {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 24px;
  color: #e8eee7;
  font-size: 16px;
}

.trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section {
  margin-top: 45px;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 19px;
  font-weight: 500;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.cta-band {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 255, 0, 0.09), transparent 55%),
    linear-gradient(180deg, rgba(7, 17, 15, 0.9), rgba(3, 8, 8, 0.96));
  box-shadow: inset 0 0 30px rgba(0, 255, 100, 0.025);
}

.platform-card {
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 400;
}

.platform-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.platform-card .wide-logo {
  width: 30px;
  height: 30px;
}

.platform-card:nth-child(3) img,
.platform-card:nth-child(5) img {
  width: 40px;
  height: 40px;
}

.platform-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.platform-name small {
  color: #8f9890;
  font-size: 11px;
  line-height: 1.2;
}

.vk-platform-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vk-platform-name span {
  font-size: 13px;
  line-height: 1.2;
}

.how {
  margin-top: 71px;
}

.steps {
  display: grid;
  grid-template-columns: 1.32fr 42px 1.2fr 42px 1fr;
  align-items: center;
  gap: 22px;
  max-width: 1048px;
  margin: 0 auto;
}

.step {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 18px;
  align-items: center;
}

.step-icon,
.feature-icon {
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, rgba(204, 255, 0, 0.2), rgba(3, 8, 7, 0.88) 62%);
  color: var(--accent);
  display: grid;
  place-items: center;
  text-shadow: 0 0 18px var(--shadow);
}

.step-icon {
  width: 98px;
  height: 98px;
  font-size: 48px;
  overflow: hidden;
  background: #010508;
}

.step-icon img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: inherit;
}

.step h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 400;
}

.step h3 span {
  color: var(--accent);
}

.step p,
.feature-card p,
.cta-copy p,
.footer p,
.footer a {
  color: var(--muted);
}

.step p,
.feature-card p {
  margin: 0;
  font-size: 15px;
}

.feature-card p {
  margin-inline: -4px;
  font-size: 13px;
}

.step-arrow {
  color: var(--accent);
  font-size: 42px;
  line-height: 1;
}

.feature-grid {
  margin-top: 22px;
}

.features {
  margin-top: 75px;
}

.feature-card {
  min-height: 330px;
  padding: 22px 20px 28px;
  border-radius: 12px;
  background: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.feature-icon {
  width: 180px;
  height: 180px;
  margin-bottom: 14px;
  border: 0;
  border-radius: 0;
  background: none;
  overflow: hidden;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.28);
  filter: contrast(1.16);
}

.feature-card:first-child .feature-icon img {
  transform: scale(0.973);
}

.feature-card:nth-child(4) .feature-icon img {
  transform: scale(1.152);
}

.feature-card:nth-child(3) .feature-icon img {
  transform: scale(1.216);
}

.feature-card:nth-child(5) .feature-icon img {
  transform: scale(1.408);
}

.feature-flat-preview .feature-card .feature-icon img {
  object-fit: contain;
  transform: scale(0.86);
  filter: none;
}

.feature-flat-preview .feature-card {
  min-height: 286px;
  padding: 0 14px 10px;
}

.feature-flat-preview .feature-icon {
  width: 160px;
  height: 160px;
  margin-bottom: 0;
}

.feature-flat-preview .feature-card h3 {
  color: var(--accent);
}

.feature-wide-preview .feature-card .feature-icon img {
  transform: scale(0.774);
}

.feature-wide-preview .cta-logo {
  width: 124px;
  align-self: start;
}

.feature-wide-preview .cta-copy h2 {
  font-size: 25.65px;
}

.feature-wide-preview .cta-copy p {
  font-size: 12.8px;
}

.feature-wide-preview .cta-copy {
  align-self: start;
  transform: translateX(-40px);
}

.feature-wide-preview .cta-band {
  min-height: 134px;
  padding-top: 20px;
  padding-bottom: 5px;
}

.feature-wide-preview .cta-actions {
  align-self: start;
}

.feature-wide-preview .cta-actions .trust {
  transform: translateY(-28px);
}

.feature-wide-preview .cta-actions .steam-btn {
  min-width: 243px;
  min-height: 57px;
  padding-inline: 22.5px;
  gap: 10px;
  font-size: 17.8px;
}

.feature-wide-preview .cta-actions .steam-logo {
  width: 20.25px;
  height: 20.25px;
}

.feature-wide-preview .cta-actions .arrow {
  font-size: 27.5px;
}

.feature-refined-cta .cta-band {
  min-height: 0;
  padding: 20px 32px 10px;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  column-gap: 20px;
}

.feature-refined-cta .cta-copy {
  transform: none;
}

.feature-refined-cta .cta-actions {
  gap: 8px;
}

.feature-refined-cta .cta-actions .trust {
  transform: translateY(-15px);
  font-size: 13px;
}

.feature-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.cta-band {
  min-height: 166px;
  border-radius: 18px;
  background: none;
  box-shadow: none;
  padding: 22px 52px 22px 44px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  position: relative;
}

.cta-band::after {
  content: none;
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-logo {
  width: 145px;
  filter: drop-shadow(0 0 22px rgba(177, 255, 0, 0.52));
}

.cta-copy h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 400;
}

.cta-copy p {
  margin: 0;
  max-width: 500px;
  font-size: 15px;
}

.cta-actions {
  display: grid;
  justify-items: end;
  gap: 14px;
}

.cta-actions .trust {
  width: 100%;
  justify-content: flex-end;
  transform: translateY(-8px);
}

.cta-actions .steam-btn {
  min-width: 300px;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.9fr 1fr;
  gap: 44px;
  padding: 45px 8px 0;
}

.footer h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.footer-social-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.footer-social-head h4 {
  margin-bottom: 0;
}

.footer-language-select {
  min-height: 32px;
  padding: 0 27px 0 10px;
  border-radius: 8px;
  font-size: 12px;
}

.footer p,
.footer a {
  display: block;
  margin: 5px 0;
  font-size: 14px;
}

.footer .brand {
  margin-bottom: 8px;
}

.contact-item + .contact-item {
  margin-top: 10px;
}

.contact-item span {
  display: block;
  color: #ffffff;
  font-size: 12px;
}

.contact-item a {
  margin-top: 1px;
}

.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--muted);
  font-size: 28px;
}

.socials a {
  margin: 0;
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
}

.socials svg,
.socials img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.socials svg {
  fill: currentColor;
}

.steam-social img {
  filter: grayscale(1);
}

.copyright {
  margin-top: 14px;
  color: #8f9890;
  font-size: 14px;
}

@media (max-width: 1050px) {
  .platform-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid .feature-card:last-child {
    grid-column: 1 / -1;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .step-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .cta-band {
    grid-template-columns: 130px 1fr;
  }

  .cta-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .page {
    padding: 18px 16px 28px;
  }

  .site-header {
    gap: 12px;
  }

  .nav {
    display: flex;
    gap: 8px;
    font-size: 11px;
  }

  .header-actions {
    display: none;
  }

  .login-btn {
    min-height: 40px;
    padding: 0 12px;
  }

  .language-select {
    min-height: 40px;
  }

  .header-blog-link {
    min-height: 40px;
    padding: 0 10px;
  }

  .hero {
    min-height: auto;
    margin: -70px -16px 0;
    padding: 112px 16px 42px;
    background: url("../assets/landing/hero-bg.png") 62% center / cover no-repeat;
  }

  .hero-logo {
    width: min(324px, 90%);
    transform: translateX(7px);
  }

  .hero p {
    font-size: 16px;
  }

  .steam-btn {
    width: 100%;
    min-height: 58px;
    font-size: 18px;
  }

  .platform-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid .feature-card:last-child,
  .platform-grid .platform-card:last-child {
    grid-column: auto;
  }

  .step {
    grid-template-columns: 76px 1fr;
  }

  .step-icon {
    width: 76px;
    height: 76px;
    font-size: 34px;
  }

  .feature-card {
    min-height: auto;
  }

  .cta-band {
    grid-template-columns: 1fr;
    padding: 24px;
    text-align: center;
  }

  .cta-logo {
    margin: 0 auto;
  }

  .trust {
    justify-content: center;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .copyright {
    margin-top: 8px;
    text-align: left;
  }
}

/* Blog */
.blog-page {
  background:
    radial-gradient(circle at 78% 0%, rgba(119, 220, 0, .09), transparent 30%),
    #000;
}

.blog-main {
  padding-top: 78px;
}

.blog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 480px);
  gap: 48px;
  align-items: end;
  padding: 62px 0 44px;
  border-bottom: 1px solid var(--line);
}

.blog-eyebrow,
.article-label {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 700;
}

.blog-intro h1 {
  margin: 12px 0 0;
  max-width: 720px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 450;
}

.blog-intro-copy {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.topic-nav {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 22px 0;
  scrollbar-width: none;
}

.topic-nav a {
  flex: 0 0 auto;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
}

.topic-nav a:first-child,
.topic-nav a:hover {
  color: #061006;
  border-color: var(--accent);
  background: var(--accent);
}

.featured-story {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 410px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #07110f, #020504);
}

.featured-art {
  min-height: 370px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 45%, rgba(183, 255, 0, .34), transparent 11%),
    radial-gradient(circle at 58% 45%, rgba(99, 198, 0, .13), transparent 35%),
    linear-gradient(140deg, #0b1b14, #010403 65%);
}

.featured-art::before,
.featured-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(178, 255, 0, .32);
  border-radius: 50%;
  inset: 14% 9%;
  transform: rotate(-12deg);
}

.featured-art::after {
  inset: 24% 18%;
  transform: rotate(24deg);
}

.signal-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #dcff6b;
  font-size: clamp(72px, 12vw, 160px);
  font-weight: 800;
  letter-spacing: -.1em;
  text-shadow: 0 0 40px rgba(170, 255, 0, .38);
}

.featured-copy {
  padding: clamp(30px, 5vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-copy h2 {
  margin: 16px 0;
  font-size: clamp(29px, 4vw, 46px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 450;
}

.featured-copy p,
.article-card p {
  color: var(--muted);
}

.article-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: #7f8b82;
  font-size: 13px;
}

.article-meta span + span::before {
  content: "•";
  margin-right: 12px;
  color: var(--accent);
}

.articles-section {
  padding: 70px 0 22px;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading-row h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.045em;
  font-weight: 450;
}

.section-heading-row span {
  color: var(--muted);
  font-size: 13px;
}

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

.article-card {
  min-height: 350px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(8, 18, 16, .74), rgba(2, 6, 5, .96));
  transition: transform .25s ease, border-color .25s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(171, 188, 1, .55);
}

.article-number {
  margin-bottom: auto;
  color: rgba(171, 188, 1, .42);
  font-size: 52px;
  line-height: 1;
  letter-spacing: -.06em;
}

.article-card h3 {
  margin: 18px 0 10px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 500;
}

.article-card p {
  margin: 0;
  font-size: 14px;
}

.article-card .article-meta {
  margin-top: 22px;
}

.newsletter {
  margin: 74px 0 18px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 500px);
  gap: 36px;
  align-items: center;
  background: linear-gradient(120deg, rgba(146, 212, 0, .13), rgba(4, 11, 9, .92) 52%);
}

.newsletter h2 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 450;
}

.newsletter p {
  margin: 0;
  color: var(--muted);
}

.subscribe-form {
  display: flex;
  gap: 10px;
}

.subscribe-form input {
  min-width: 0;
  flex: 1;
  min-height: 54px;
  padding: 0 17px;
  border: 1px solid #293122;
  border-radius: 10px;
  color: #fff;
  background: #030807;
  font: inherit;
}

.subscribe-form button {
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 10px;
  color: #091007;
  background: var(--accent);
  font-weight: 700;
  cursor: pointer;
}

.subscribe-note {
  grid-column: 2;
  margin-top: -26px !important;
  font-size: 11px;
}

@media (max-width: 900px) {
  .blog-intro,
  .featured-story,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscribe-note {
    grid-column: auto;
    margin-top: -24px !important;
  }
}

@media (max-width: 620px) {
  .blog-main {
    padding-top: 28px;
  }

  .blog-intro {
    padding: 44px 0 30px;
    gap: 24px;
  }

  .featured-story {
    min-height: 0;
  }

  .featured-art {
    min-height: 250px;
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-card {
    min-height: 310px;
  }

  .newsletter {
    padding: 28px 22px;
  }

  .subscribe-form {
    flex-direction: column;
  }
}
