.go-ip-page {
  position: relative;
  padding: 34px 0 72px;
  background:
    radial-gradient(circle at top right, rgba(40, 0, 240, 0.16), transparent 34%),
    radial-gradient(circle at top left, rgba(199, 240, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #06070a 0%, #0a0d14 100%);
}

.go-ip-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.2;
  pointer-events: none;
}

.go-ip-page .newsx-container {
  position: relative;
  z-index: 1;
}

.go-ip-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
  gap: 24px;
  margin-bottom: 30px;
}

.go-ip-hero-copy,
.go-ip-hero-panel,
.go-ip-content,
.go-ip-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(14, 18, 27, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.go-ip-hero-copy {
  padding: clamp(28px, 4vw, 44px);
}

.go-ip-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(199, 240, 0, 0.12);
  color: #d5fa40;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-ip-hero h1 {
  margin: 18px 0 14px;
  color: #f5f7fa;
  font-family: "Sora", sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.go-ip-hero p,
.go-ip-hero-panel p,
.go-ip-prose p,
.go-ip-card p,
.go-ip-prose li {
  color: #aeb7c6;
  font-size: 16px;
  line-height: 1.8;
}

.go-ip-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.go-ip-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #f5f7fa;
  font-size: 14px;
  font-weight: 700;
}

.go-ip-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 28px;
  background:
    linear-gradient(160deg, rgba(40, 0, 240, 0.2), rgba(14, 18, 27, 0.96) 60%),
    rgba(14, 18, 27, 0.96);
}

.go-ip-panel-label {
  color: #8e98ab;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.go-ip-hero-panel strong {
  color: #f5f7fa;
  font-family: "Sora", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.go-ip-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.55fr);
  gap: 24px;
  align-items: start;
}

.go-ip-content {
  padding: clamp(28px, 4vw, 42px);
}

.go-ip-prose > *:first-child {
  margin-top: 0;
}

.go-ip-prose > *:last-child {
  margin-bottom: 0;
}

.go-ip-prose h2,
.go-ip-prose h3 {
  margin: 32px 0 12px;
  color: #f5f7fa;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.go-ip-prose h2 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.go-ip-prose h3 {
  font-size: clamp(20px, 1.8vw, 26px);
}

.go-ip-prose ul,
.go-ip-prose ol {
  margin: 0 0 22px;
  padding-left: 22px;
}

.go-ip-prose li + li {
  margin-top: 10px;
}

.go-ip-prose a {
  color: #d5fa40;
  text-decoration: none;
}

.go-ip-prose a:hover {
  color: #f5f7fa;
}

.go-ip-sidebar {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 18px;
}

.go-ip-card {
  padding: 24px;
}

.go-ip-card h2 {
  margin: 0 0 14px;
  color: #f5f7fa;
  font-family: "Sora", sans-serif;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.go-ip-card-accent {
  background:
    radial-gradient(circle at top right, rgba(199, 240, 0, 0.12), transparent 42%),
    rgba(14, 18, 27, 0.96);
}

.go-ip-link-list {
  display: grid;
  gap: 10px;
}

.go-ip-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  color: #d5dbe6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.go-ip-link-list a::after {
  content: ">";
  color: #d5fa40;
}

.go-ip-link-list a:hover,
.go-ip-link-list a.is-current {
  transform: translateY(-1px);
  border-color: rgba(199, 240, 0, 0.28);
  color: #f5f7fa;
}

.go-ip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 14px;
  background: #d5fa40;
  color: #101319;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.go-ip-button:hover {
  background: #f5f7fa;
  color: #101319;
}

@media (max-width: 1100px) {
  .go-ip-hero,
  .go-ip-layout {
    grid-template-columns: 1fr;
  }

  .go-ip-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .go-ip-page {
    padding: 22px 0 56px;
  }

  .go-ip-hero-copy,
  .go-ip-hero-panel,
  .go-ip-content,
  .go-ip-card {
    border-radius: 22px;
  }

  .go-ip-hero-copy,
  .go-ip-hero-panel,
  .go-ip-content,
  .go-ip-card {
    padding: 22px;
  }

  .go-ip-hero h1 {
    font-size: 34px;
  }
}

.go-ip-page {
  --go-ip-bg: linear-gradient(180deg, #f7f9fc 0%, #edf3fa 100%);
  --go-ip-surface: rgba(255, 255, 255, 0.94);
  --go-ip-line: rgba(16, 19, 26, 0.08);
  --go-ip-title: #10131a;
  --go-ip-text: #5f6b7a;
  --go-ip-accent: #c7f000;
  background: var(--go-ip-bg);
}

.go-ip-hero-copy,
.go-ip-hero-panel,
.go-ip-content,
.go-ip-card {
  border-color: var(--go-ip-line);
  background: var(--go-ip-surface);
}

.go-ip-hero h1,
.go-ip-prose h2,
.go-ip-prose h3,
.go-ip-card h2,
.go-ip-hero-panel strong {
  color: var(--go-ip-title);
}

.go-ip-hero p,
.go-ip-hero-panel p,
.go-ip-prose p,
.go-ip-card p,
.go-ip-prose li,
.go-ip-panel-label {
  color: var(--go-ip-text);
}

.go-ip-highlights span,
.go-ip-link-list a {
  border-color: var(--go-ip-line);
  background: rgba(16, 19, 26, 0.02);
  color: var(--go-ip-title);
}

.go-ip-button {
  background: var(--go-ip-accent);
  color: #101319;
}

html.dark .go-ip-page,
body.dark .go-ip-page,
body.dark-mode .go-ip-page,
body.is-dark-theme .go-ip-page,
body.newsx-dark-mode .go-ip-page,
[data-theme="dark"] .go-ip-page {
  --go-ip-bg: radial-gradient(circle at top right, rgba(40, 0, 240, 0.16), transparent 34%), radial-gradient(circle at top left, rgba(199, 240, 0, 0.08), transparent 28%), linear-gradient(180deg, #0a0d12 0%, #11151d 100%);
  --go-ip-surface: rgba(14, 18, 27, 0.92);
  --go-ip-line: rgba(255, 255, 255, 0.08);
  --go-ip-title: #f5f7fa;
  --go-ip-text: #aeb7c6;
}
