﻿/* ===== Stryker GOLD Intelligence â€” premium publication ===== */
body[data-page="intelligence"],
body[data-page="blog"],
body[data-page="blog-weekly"],
body[data-page="newsletter-confirm"] {
  --sgi-max: 1120px;
}

.sgi-wrap { width: min(var(--sgi-max, 1120px), 92%); margin: 0 auto; }

.sgi-nav .nav-links a,
.sgi-nav .nav-contact-btn { font-size: 0.92rem; }

.sgi-hero {
  display: grid;
  gap: 32px;
  align-items: center;
  padding: 48px 0 40px;
}
@media (min-width: 960px) {
  .sgi-hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    padding: 56px 0 48px;
  }
}
.sgi-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.sgi-hero h1 {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 14px;
  max-width: 18ch;
}
.sgi-hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--text);
  font-weight: 500;
  margin: 0 0 12px;
  max-width: 36rem;
}
.sgi-hero-lead {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 36rem;
}
.sgi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sgi-hero-visual {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background:
    linear-gradient(160deg, rgba(18, 20, 29, 0.95), rgba(7, 8, 12, 0.98)),
    radial-gradient(ellipse at 70% 20%, rgba(245, 197, 66, 0.12), transparent 55%);
  overflow: hidden;
  min-height: 260px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.sgi-hero-visual svg { width: 100%; height: auto; display: block; }
.sgi-hero-visual-cap {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.sgi-featured {
  display: grid;
  gap: 0;
  margin: 8px 0 40px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: linear-gradient(145deg, rgba(18, 20, 29, 0.95), rgba(10, 11, 16, 0.98));
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
@media (min-width: 860px) {
  .sgi-featured { grid-template-columns: 1.05fr 1fr; }
}
.sgi-featured-media {
  min-height: 220px;
  background:
    radial-gradient(circle at 30% 40%, rgba(245, 197, 66, 0.18), transparent 50%),
    linear-gradient(160deg, #12141d, #07080c);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 860px) {
  .sgi-featured-media { border-bottom: none; border-right: 1px solid var(--line); }
}
.sgi-featured-body { padding: 28px 26px 30px; }
.sgi-featured-body .eyebrow { margin-bottom: 10px; }
.sgi-featured-body h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.25;
}
.sgi-featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 12px;
}
.sgi-featured-body p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 20px;
  line-height: 1.6;
}

.sgi-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 20px;
}
.sgi-section-head h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 700;
  margin: 0;
}
.sgi-section-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.sgi-cat-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 44px;
}
@media (min-width: 640px) { .sgi-cat-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .sgi-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .sgi-cat-grid { grid-template-columns: repeat(5, 1fr); } }
.sgi-cat-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 14, 21, 0.85);
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
  min-height: 120px;
}
.sgi-cat-card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
}
.sgi-cat-card span {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.sgi-cat-card strong {
  font-family: var(--font-head);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.3;
}
.sgi-cat-card p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}

.sgi-article-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 48px;
}
@media (min-width: 700px) { .sgi-article-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .sgi-article-grid { grid-template-columns: 1fr 1fr 1fr; } }
.sgi-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 14, 21, 0.9);
  overflow: hidden;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sgi-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.sgi-card-thumb {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 40% 50%, rgba(245, 197, 66, 0.15), transparent 55%),
    linear-gradient(145deg, #161822, #0a0b10);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  padding: 20px;
}
.sgi-card-thumb svg { width: 100%; max-width: 200px; opacity: 0.9; }
.sgi-card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.sgi-card-cat {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 8px;
}
.sgi-card h3 {
  font-size: 1.02rem;
  font-weight: 650;
  margin: 0 0 8px;
  line-height: 1.35;
}
.sgi-card p {
  margin: 0 0 12px;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
  flex: 1;
}
.sgi-card-meta {
  display: flex;
  gap: 12px;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 14px;
}
.sgi-card .btn { align-self: flex-start; padding: 10px 18px; font-size: 0.88rem; }

.sgi-newsletter {
  margin: 24px 0 48px;
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background:
    linear-gradient(165deg, rgba(245, 197, 66, 0.07), transparent 50%),
    rgba(12, 14, 21, 0.95);
  text-align: center;
}
.sgi-newsletter .sgi-kicker { margin-bottom: 10px; }
.sgi-newsletter h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 700;
  margin: 0 0 10px;
}
.sgi-newsletter > p {
  max-width: 34rem;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.sgi-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto 12px;
}
.sgi-newsletter-form input[type="email"] {
  flex: 1 1 220px;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 8, 12, 0.85);
  color: var(--text);
  font-size: 0.95rem;
}
.sgi-newsletter-form .btn {
  border-radius: 10px;
  padding: 13px 22px;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}
.sgi-newsletter-fine {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}
.sgi-newsletter-msg { margin-top: 10px; font-size: 0.9rem; }
.sgi-newsletter-msg.ok { color: var(--gold); }
.sgi-newsletter-msg.err { color: #e07070; }

/* Homepage MI band */
.sgi-home-band {
  padding: 56px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(245, 197, 66, 0.04), transparent);
}
.sgi-home-band-inner {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 900px) {
  .sgi-home-band-inner { grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
}
.sgi-home-band h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 12px;
  max-width: 18ch;
}
.sgi-home-band-copy p {
  color: var(--muted);
  margin: 0 0 20px;
  max-width: 36rem;
  font-size: 0.98rem;
}

/* Article report */
.sgi-article { padding: 36px 0 56px; }
.sgi-article .sgi-wrap { max-width: 760px; }
.sgi-article-head { margin-bottom: 28px; }
.sgi-article-head h1 {
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 10px 0 14px;
}
.sgi-exec {
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(245, 197, 66, 0.06);
  margin: 0 0 28px;
}
.sgi-exec strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.sgi-exec p { margin: 0; color: var(--muted); font-size: 0.95rem; line-height: 1.6; }
.sgi-article h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 32px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.sgi-article h3 { font-size: 1.02rem; margin: 20px 0 8px; font-weight: 650; }
.sgi-article p { color: var(--muted); margin: 0 0 14px; font-size: 0.96rem; }
.sgi-panel {
  display: grid;
  gap: 12px;
  margin: 16px 0 20px;
}
@media (min-width: 640px) { .sgi-panel { grid-template-columns: 1fr 1fr; } }
.sgi-panel-card {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(12, 14, 21, 0.8);
}
.sgi-panel-card strong {
  display: block;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sgi-panel-card p { margin: 0; font-size: 0.9rem; }
.sgi-levels {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 20px;
  font-size: 0.88rem;
}
.sgi-levels th,
.sgi-levels td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
}
.sgi-levels th {
  background: rgba(245, 197, 66, 0.08);
  color: var(--gold);
  font-weight: 650;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sgi-levels td { color: var(--muted); }
.sgi-cal {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.sgi-cal li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
.sgi-cal time {
  color: var(--gold);
  font-weight: 650;
  font-size: 0.82rem;
}
.sgi-risk {
  margin: 28px 0;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-left: 3px solid #c0392b;
  background: rgba(192, 57, 43, 0.06);
  font-size: 0.88rem;
  color: var(--muted);
}
.sgi-risk strong {
  display: block;
  color: #e8a0a0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sgi-related {
  display: grid;
  gap: 12px;
  margin: 16px 0 28px;
}
@media (min-width: 640px) { .sgi-related { grid-template-columns: 1fr 1fr; } }

/* Popup premium */
.sg-lead-popup.sgi-popup-skin .sg-lead-card {
  max-width: 400px;
  padding: 28px 26px 24px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: linear-gradient(165deg, #12141d, #0a0b10);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  animation: sgiPopupIn 0.35s ease;
}
@keyframes sgiPopupIn {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
.sg-lead-popup.sgi-popup-skin .sg-lead-eyebrow {
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}
.sg-lead-popup.sgi-popup-skin .sg-lead-card h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 8px 0 10px;
  line-height: 1.3;
}
.sg-lead-popup.sgi-popup-skin .sg-lead-sub {
  font-size: 0.9rem;
  line-height: 1.55;
}
.sg-lead-popup.sgi-popup-skin .sg-lead-form input {
  border-radius: 10px;
}
.sg-lead-popup.sgi-popup-skin .sg-lead-fine {
  font-size: 0.75rem;
}

/* Confirm / success */
.sgi-confirm {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 48px 0;
}
.sgi-confirm-card {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 32px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(12, 14, 21, 0.95);
}
.sgi-confirm-card h1 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin: 12px 0 14px;
}
.sgi-confirm-card p { color: var(--muted); margin: 0 0 12px; }

/* Design gallery â€” full-width centered review surface */
body.sgi-gallery-page {
  --sgi-gallery-max: 1360px;
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 70% 40% at 50% -10%, rgba(212, 175, 55, 0.08), transparent 55%),
    #07080c;
  overflow-x: hidden;
}
.sgi-gallery-page .sgi-gallery-shell {
  width: min(var(--sgi-gallery-max), calc(100% - 48px));
  max-width: var(--sgi-gallery-max);
  margin: 0 auto;
  padding: 24px 0 80px;
  box-sizing: border-box;
}
.sgi-gallery-page .sgi-gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 4px 20px;
  margin: 0 0 4px;
  min-height: 72px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}
.sgi-gallery-page .sgi-gallery-header .logo-img {
  width: auto;
  height: 48px;
  max-width: 200px;
  display: block;
}
.sgi-gallery-page .sgi-gallery-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sgi-gallery {
  padding: 0;
}
.sgi-gallery-intro {
  max-width: none;
  margin: 24px 0 28px;
  text-align: left;
}
.sgi-gallery-intro h1 {
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 700;
  margin: 8px 0 10px;
  letter-spacing: -0.02em;
}
.sgi-gallery-intro p {
  color: var(--muted);
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  max-width: 46rem;
}
.sgi-gallery-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .sgi-gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .sgi-gallery-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.sgi-gallery-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 14, 21, 0.96);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.sgi-gallery-thumb {
  aspect-ratio: 16 / 10;
  background: #0a0b10;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  padding: 0;
}
.sgi-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.sgi-gallery-body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sgi-gallery-body .sgi-card-cat {
  margin-bottom: 8px;
}
.sgi-gallery-body h3 {
  font-size: 1.12rem;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #f3f5f8;
}
.sgi-gallery-body p {
  font-size: 0.95rem;
  color: #c2c8d4;
  margin: 0 0 18px;
  flex: 1;
  line-height: 1.6;
}
.sgi-gallery-body .btn {
  align-self: flex-start;
}
.sgi-device-section {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}
.sgi-device-section h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.sgi-device-section > p {
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 0.95rem;
}
.sgi-device-grid {
  display: grid;
  gap: 22px;
}
@media (min-width: 960px) {
  .sgi-device-grid { grid-template-columns: 1.35fr 0.75fr; }
}
.sgi-device-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 14, 21, 0.96);
  overflow: hidden;
}
.sgi-device-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}
.sgi-device-card header strong {
  font-size: 0.95rem;
  font-weight: 650;
}
.sgi-device-card header span {
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.sgi-device-card .sgi-device-shot {
  background: #05060a;
  padding: 12px;
}
.sgi-device-card .sgi-device-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.sgi-device-card footer {
  padding: 12px 16px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sgi-email-check {
  margin-top: 36px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: rgba(245, 197, 66, 0.06);
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}
.sgi-email-check strong { color: var(--text); }

.sgi-footer-mi .footer-col-title { color: var(--gold); }

@media (max-width: 640px) {
  .sgi-hero { padding: 32px 0 28px; }
  .sgi-newsletter { padding: 24px 18px; }
  .sgi-cal li { grid-template-columns: 1fr; gap: 4px; }
}

/* ===== Intelligence page (intelligence.html) ===== */
body[data-page="intelligence"] {
  padding-top: 0;
}
body.sgi-hub .sgi-nav .logo-img {
  height: 72px;
  max-width: min(340px, 52vw);
}
body.sgi-hub .sgi-nav .nav-links {
  gap: clamp(22px, 2.4vw, 36px);
}
body.sgi-hub .sgi-nav .nav-links a {
  font-size: 1.08rem;
  font-weight: 650;
  color: rgba(238, 240, 246, 0.88);
}
body.sgi-hub .sgi-nav .nav-links a[aria-current="page"] {
  color: var(--gold);
}
body.sgi-hub .sg-weekly-form {
  display: grid !important;
  align-items: start;
  flex-wrap: unset;
}
body.sgi-hub .sg-weekly-form input[type="email"] {
  flex: none !important;
  min-width: 0;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
.sgi-page-hero {
  padding: 140px 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(245, 197, 66, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(12, 14, 20, 0.95), transparent);
}
.sgi-page-hero-inner {
  display: grid;
  gap: 28px;
  align-items: start;
}
@media (min-width: 960px) {
  .sgi-page-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }
}
.sgi-page-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  line-height: 1.12;
  max-width: none;
  color: #fff;
}
.sgi-hero-sub {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 14px;
  max-width: 36rem;
}
.sgi-hero-lead {
  color: rgba(232, 232, 236, 0.88);
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 12px;
  max-width: 38rem;
}
.sgi-hero-tagline {
  margin: 0 0 22px;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 197, 66, 0.75);
  font-weight: 650;
}
.sgi-preview-card {
  margin-top: 28px;
  padding: 18px 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(245, 197, 66, 0.32);
  background:
    linear-gradient(160deg, rgba(18, 16, 10, 0.96), rgba(7, 8, 12, 0.98));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}
.sgi-preview-card__kicker {
  margin: 0 0 14px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.sgi-preview-card__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .sgi-preview-card__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.sgi-preview-card__grid > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.sgi-preview-card__grid span {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 197, 66, 0.85);
  font-weight: 700;
}
.sgi-preview-card__grid strong {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}
.sgi-preview-card__link {
  display: inline-block;
  margin-top: 14px;
  color: var(--gold);
  font-weight: 650;
  font-size: 0.9rem;
  text-decoration: none;
}
.sgi-preview-card__link:hover { color: #ffe28a; }
.sgi-newsletter--hero {
  margin: 0;
  text-align: left;
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid rgba(245, 197, 66, 0.35);
  background:
    linear-gradient(160deg, rgba(18, 16, 10, 0.98), rgba(7, 8, 12, 0.99));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.sgi-newsletter--hero h2 {
  margin: 6px 0 10px;
  font-size: 1.35rem;
  color: #fff;
}
.sgi-newsletter--hero > p {
  color: rgba(232, 232, 236, 0.78);
  font-size: 0.92rem;
  margin: 0 0 16px;
  line-height: 1.5;
}
.sgi-pdf-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(245, 197, 66, 0.22);
  background: rgba(245, 197, 66, 0.06);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sgi-pdf-note strong {
  color: var(--gold);
  font-size: 0.88rem;
}
.sgi-pdf-note span {
  color: rgba(232, 232, 236, 0.72);
  font-size: 0.82rem;
  line-height: 1.4;
}
.sgi-dash {
  border-radius: 16px;
  border: 1px solid rgba(245, 197, 66, 0.32);
  background:
    linear-gradient(160deg, rgba(18, 16, 10, 0.98), rgba(7, 8, 12, 0.99));
  padding: 20px 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.sgi-dash--wide {
  margin-bottom: 24px;
}
.sgi-dash__label {
  margin: 0 0 14px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.sgi-dash__grid {
  display: grid;
  gap: 12px;
}
.sgi-dash__grid--7 {
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .sgi-dash__grid--7 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  .sgi-dash__grid--7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sgi-dash__grid--7 > div:nth-child(7) {
    grid-column: span 2;
  }
}
.sgi-dash__grid > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.sgi-dash__grid span {
  font-size: 0.7rem;
  color: rgba(245, 197, 66, 0.85);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}
.sgi-dash__grid strong {
  font-size: 1.02rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.sgi-section { padding-top: 48px; padding-bottom: 28px; }
.sgi-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.sgi-section-head h2 {
  margin: 6px 0 6px;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: #fff;
}
.sgi-section-head p { margin: 0; color: rgba(232, 232, 236, 0.78); max-width: 40rem; }
.sgi-featured--rich {
  display: grid;
  gap: 22px;
  align-items: stretch;
}
@media (min-width: 900px) {
  .sgi-featured--rich {
    grid-template-columns: 0.95fr 1.05fr;
  }
}
.sgi-featured--rich .sgi-featured-media {
  position: relative;
  min-height: 240px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(245, 197, 66, 0.28);
  background: #080a0f;
}
.sgi-featured--rich .sgi-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sgi-featured-body h3 {
  color: #fff;
  margin: 0 0 10px;
}
.sgi-featured-body > p {
  color: rgba(232, 232, 236, 0.88);
  line-height: 1.6;
}
.sgi-brief-list {
  margin: 14px 0;
  padding-left: 1.1rem;
  color: rgba(232, 232, 236, 0.82);
  line-height: 1.55;
}
.sgi-brief-list li { margin-bottom: 8px; }
.sgi-brief-list strong { color: #fff; }
.sgi-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(245, 197, 66, 0.22);
}
.sgi-levels {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.sgi-levels th,
.sgi-levels td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sgi-levels th {
  background: rgba(245, 197, 66, 0.08);
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sgi-levels td { color: rgba(238, 240, 246, 0.9); }
.sgi-levels td:first-child { color: #fff; font-weight: 650; }
.sgi-ea-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 800px) {
  .sgi-ea-grid { grid-template-columns: 1fr 1fr; }
}
.sgi-ea-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(8, 10, 16, 0.85);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sgi-ea-item span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}
.sgi-ea-item strong {
  color: #fff;
  font-weight: 600;
  line-height: 1.45;
}
.sgi-ea-status { color: #7ddea8 !important; }
.sgi-contact-band {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(245, 197, 66, 0.28);
  background: linear-gradient(135deg, rgba(245, 197, 66, 0.08), rgba(8, 10, 16, 0.95));
}
.sgi-contact-band h2 {
  margin: 6px 0 8px;
  color: #fff;
  font-size: 1.45rem;
}
.sgi-contact-band p {
  margin: 0;
  color: rgba(232, 232, 236, 0.8);
  max-width: 36rem;
  line-height: 1.5;
}
.sgi-contact-band a { color: var(--gold); }
.sgi-newsletter-form--full {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 100%;
  margin: 0;
  align-items: stretch;
}
.sgi-newsletter-form--full label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.85rem;
  color: rgba(232, 232, 236, 0.75);
  width: 100%;
  margin: 0;
}
.sgi-newsletter-form--full label span em {
  font-style: normal;
  opacity: 0.7;
}
.sgi-newsletter-form--full input[type="text"],
.sgi-newsletter-form--full input[type="email"],
.sgi-newsletter-form--full select {
  display: block;
  width: 100%;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  line-height: 48px;
  flex: none !important;
  resize: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.sgi-newsletter--hero .sgi-newsletter-form input[type="email"],
.sgi-newsletter-form--full input[type="email"] {
  flex: none !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  padding: 0 14px !important;
  line-height: 48px !important;
}
.sgi-consent {
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px !important;
  font-size: 0.82rem !important;
  line-height: 1.45;
}
.sgi-consent input { width: auto !important; margin-top: 3px; }
.sgi-risk-block { padding-top: 12px; }
.sgi-risk {
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 16, 0.9);
  color: rgba(232, 232, 236, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}
.sgi-risk strong {
  display: block;
  color: var(--gold);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

/* Compact black/gold Telegram float â€” replaces blue widget */
.sgi-tg-float {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 850;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #0a0b10;
  color: var(--gold);
  border: 1px solid rgba(245, 197, 66, 0.45);
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.sgi-tg-float:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 197, 66, 0.75);
  color: #ffe28a;
}
@media (max-width: 640px) {
  .sgi-tg-float span { display: none; }
  .sgi-tg-float { padding: 12px; border-radius: 50%; }
  .sgi-page-hero { padding: 120px 0 36px; }
  .sgi-newsletter--hero { padding: 20px 16px; }
}
