/* ===== SHARED STYLES FOR INNER PAGES ===== */
/* Tokens, reset, nav, footer, glass-card, animations, bg-effects */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #050810;
  --bg-secondary: #0a0f1a;
  --bg-card: rgba(13, 19, 36, 0.6);
  --bg-card-hover: rgba(18, 26, 48, 0.8);
  --text: #e8eaf0;
  --text-secondary: #a0a8c0;
  --text-muted: #6b7394;
  --accent-darkest: #1d4ed8;
  --accent-dark: #2B59E6;
  --accent: #3B6AFF;
  --accent-light: #4D7AFF;
  --accent-lighter: #60a5fa;
  --accent-bg: rgba(59, 106, 255, 0.1);
  --accent-bg-hover: rgba(59, 106, 255, 0.18);
  --accent-gradient: linear-gradient(135deg, #4D7AFF 0%, #3B6AFF 50%, #2B59E6 100%);
  --border: rgba(59, 106, 255, 0.12);
  --border-hover: rgba(59, 106, 255, 0.25);
  --border-strong: rgba(59, 106, 255, 0.35);
  --success: #22c55e;
  --success-bg: rgba(34, 197, 94, 0.1);
  --danger: #ef4444;
  --warning: #f59e0b;
  --glass-bg: rgba(13, 19, 36, 0.55);
  --glass-border: rgba(59, 106, 255, 0.12);
  --glass-blur: 20px;
  --glass-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --container: 1200px;
  --nav-h: 72px;
  --banner-h: 0px;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
@media (min-width: 1536px) { .container { max-width: 1400px; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.text-gradient {
  background: linear-gradient(135deg, #4D7AFF, #60a5fa, #93c5fd);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent-light); margin-bottom: 16px;
}
.section-label::before { content: ''; width: 24px; height: 2px; background: var(--accent); border-radius: 1px; }
.section-title { font-size: clamp(28px, 5vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 16px; }
.section-subtitle { font-size: clamp(16px, 2vw, 19px); color: var(--text-secondary); max-width: 600px; line-height: 1.7; }

/* Glass card */
.glass-card {
  background: var(--glass-bg); backdrop-filter: blur(var(--glass-blur)); -webkit-backdrop-filter: blur(var(--glass-blur));
  border: 1px solid var(--glass-border); border-radius: 16px; box-shadow: var(--glass-shadow);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: 0 8px 40px rgba(59, 106, 255, 0.1); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 600; border: none; border-radius: 12px;
  cursor: pointer; transition: all 0.2s ease; text-decoration: none; white-space: nowrap;
}
.btn--primary {
  background: var(--accent-gradient); color: #fff; padding: 14px 28px; font-size: 15px;
  box-shadow: 0 4px 20px rgba(59, 106, 255, 0.3); position: relative; overflow: hidden;
}
.btn--primary:hover { transform: translateY(-1px); box-shadow: 0 6px 28px rgba(59, 106, 255, 0.45); }
.btn--ghost {
  background: transparent; color: var(--text); padding: 14px 28px; font-size: 15px;
  border: 1px solid var(--border-hover);
}
.btn--ghost:hover { background: var(--accent-bg); border-color: var(--border-strong); transform: translateY(-1px); }
.btn--sm { padding: 10px 20px; font-size: 14px; border-radius: 10px; }

/* Badges */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 100px; font-size: 13px; font-weight: 500;
}
.badge--glass { background: var(--glass-bg); border: 1px solid var(--glass-border); backdrop-filter: blur(12px); color: var(--text-secondary); }
.badge--accent { background: var(--accent-bg); border: 1px solid rgba(59, 106, 255, 0.2); color: var(--accent-light); }

/* Background effects */
.bg-effects { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.bg-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(59, 106, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 106, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.bg-orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.08; will-change: transform; }
.bg-orb--1 { width: 600px; height: 600px; background: #2d3a8c; top: -200px; right: -150px; animation: orbDrift1 25s ease-in-out infinite alternate; }
.bg-orb--2 { width: 500px; height: 500px; background: #4D7AFF; bottom: 30%; left: -200px; animation: orbDrift2 30s ease-in-out infinite alternate; }
.bg-orb--3 { width: 400px; height: 400px; background: #1e2670; top: 50%; left: 50%; animation: orbDrift3 20s ease-in-out infinite alternate; }
.bg-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 45%, rgba(2, 4, 10, 0.65) 100%); }
@keyframes orbDrift1 { to { transform: translate(-80px, 60px) scale(1.1); } }
@keyframes orbDrift2 { to { transform: translate(60px, -40px) scale(0.9); } }
@keyframes orbDrift3 { to { transform: translate(-40px, -60px) scale(1.15); } }

/* Scroll animations */
.anim { opacity: 0; transform: translateY(24px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.anim.in-view { opacity: 1; transform: translateY(0); }
.stagger > .anim:nth-child(1) { transition-delay: 0s; }
.stagger > .anim:nth-child(2) { transition-delay: 0.1s; }
.stagger > .anim:nth-child(3) { transition-delay: 0.15s; }
.stagger > .anim:nth-child(4) { transition-delay: 0.2s; }
.stagger > .anim:nth-child(5) { transition-delay: 0.25s; }
.stagger > .anim:nth-child(6) { transition-delay: 0.3s; }

/* Announcement banner */
.announce {
  position: fixed; top: 0; left: 0; right: 0; z-index: 101; height: 44px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: linear-gradient(90deg, #0c1322, #111b33, #162040, #111b33, #0c1322);
  background-size: 200% 100%;
  animation: announceBgShift 8s ease-in-out infinite alternate;
  font-family: var(--font); font-size: 13px; overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.announce::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.06) 45%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 55%, transparent 100%);
  background-size: 200% 100%;
  animation: announceShimmer 4s ease-in-out infinite;
}
.announce::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; z-index: 2;
  background: linear-gradient(90deg, rgba(59,106,255,0.3), rgba(168,85,247,0.4), rgba(59,106,255,0.3));
  background-size: 200% 100%;
  animation: announceBorderShift 4s ease-in-out infinite alternate;
}
@keyframes announceBgShift { 0% { background-position: 0% 0; } 100% { background-position: 100% 0; } }
@keyframes announceShimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
@keyframes announceBorderShift { 0% { background-position: 0% 0; } 100% { background-position: 100% 0; } }

/* LIVE indicator */
.announce__live {
  position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: #22c55e;
  text-transform: uppercase; padding-right: 4px;
}
.announce__live-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.6);
  animation: announcePulse 1.5s ease-in-out infinite;
}
@keyframes announcePulse {
  0%, 100% { box-shadow: 0 0 4px rgba(34,197,94,0.4); opacity: 1; }
  50% { box-shadow: 0 0 10px rgba(34,197,94,0.8), 0 0 20px rgba(34,197,94,0.3); opacity: 0.8; }
}

/* Pill CTAs */
.announce__pill {
  position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; padding: 5px 14px; border-radius: 100px; white-space: nowrap;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.25s ease;
}
.announce__pill:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.08);
}
.announce__pill:hover .announce__arrow { transform: translateX(3px); }
.announce__pill--galxe {
  color: #fde68a; border-color: rgba(251,191,36,0.35);
}
.announce__pill--galxe:hover {
  border-color: rgba(251,191,36,0.5);
  box-shadow: 0 0 16px rgba(251,191,36,0.15);
  background: rgba(251,191,36,0.08);
}
.announce__pill--galxe .announce__label {
  color: #fbbf24; font-weight: 700;
  text-shadow: 0 0 12px rgba(251,191,36,0.4);
}
.announce__pill--chrome {
  color: #fde68a; border-color: rgba(251,191,36,0.35);
}
.announce__pill--chrome:hover {
  border-color: rgba(251,191,36,0.5);
  box-shadow: 0 0 16px rgba(251,191,36,0.15);
  background: rgba(251,191,36,0.08);
}
.announce__pill--chrome .announce__label {
  color: #fbbf24; font-weight: 700;
  text-shadow: 0 0 12px rgba(251,191,36,0.4);
}
.announce__emoji { font-size: 14px; line-height: 1; }
.announce__text { font-weight: 500; }
.announce__arrow { display: inline-block; margin-left: 2px; transition: transform 0.2s ease; font-size: 12px; }

/* Diamond divider */
.announce__divider {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; flex-shrink: 0;
}
.announce__divider-diamond {
  width: 6px; height: 6px; transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(59,106,255,0.5), rgba(168,85,247,0.5));
  border-radius: 1px;
}

/* Circular dismiss */
.announce__dismiss {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 24px; height: 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  color: var(--text-muted); font-size: 13px; line-height: 1;
  cursor: pointer; transition: all 0.2s ease; padding: 0;
}
.announce__dismiss:hover {
  color: var(--text); background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}

.announce--hiding { height: 0; opacity: 0; }
.announce--hiding::after { opacity: 0; }

@media (max-width: 768px) {
  .announce { height: 40px; font-size: 12px; gap: 8px; }
  .announce__text { display: none; }
  .announce__pill { padding: 4px 10px; gap: 5px; }
}
@media (max-width: 480px) {
  .announce { height: 40px; gap: 6px; }
  .announce__divider { display: none; }
  .announce__pill { padding: 4px 8px; font-size: 11px; }
  .announce__dismiss { right: 6px; width: 22px; height: 22px; font-size: 11px; }
  .announce__live { font-size: 9px; gap: 4px; }
}

/* Nav */
.nav {
  position: fixed; top: var(--banner-h, 0px); left: 0; right: 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; transition: background 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
}
.nav--scrolled { background: rgba(5, 8, 16, 0.8); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--border); }
.nav__inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; width: 100%; display: flex; align-items: center; justify-content: space-between; }
@media (min-width: 1536px) { .nav__inner { max-width: 1400px; } }
.nav__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.nav__logo { width: 36px; height: 36px; border-radius: 8px; }
.nav__wordmark { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; }
.nav__links { display: none; align-items: center; gap: 32px; list-style: none; flex: 1; justify-content: center; }
.nav__links a { color: var(--text-secondary); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav__links a:hover, .nav__links a.active { color: #fff; }
.chrome-cta { display: inline-flex; align-items: center; gap: 8px; }
.chrome-cta-icon { width: 20px; height: 20px; flex-shrink: 0; }
.beta-pill { font-size: 9px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; padding: 1px 5px; border-radius: 4px; background: rgba(59,106,255,0.2); color: #6B9AFF; line-height: 1.4; }
.nav__cta { display: none; padding: 10px 18px; animation: ctaGlow 2s ease-in-out infinite; }
.nav__cta:hover { transform: translateY(-1px) scale(1.02); box-shadow: 0 0 30px rgba(59,106,255,0.6), 0 6px 28px rgba(59,106,255,0.45); }
@keyframes ctaGlow { 0%, 100% { box-shadow: 0 0 15px rgba(59,106,255,0.3), 0 4px 20px rgba(59,106,255,0.3); } 50% { box-shadow: 0 0 25px rgba(59,106,255,0.5), 0 4px 20px rgba(59,106,255,0.3); } }
.nav__hamburger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__hamburger span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s ease; }
.nav__hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; }
.nav__hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
@media (min-width: 768px) { .nav__links { display: flex; } .nav__cta { display: inline-flex; } .nav__hamburger { display: none; } }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: rgba(5, 8, 16, 0.95);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { color: var(--text); text-decoration: none; font-size: 22px; font-weight: 600; transition: color 0.2s; }
.mobile-menu a:hover { color: var(--accent-light); }

/* Footer */
.footer { position: relative; z-index: 1; border-top: 1px solid var(--border); padding: 64px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
.footer__brand { max-width: 280px; }
.footer__brand-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer__brand-logo img { width: 28px; height: 28px; }
.footer__brand-logo span { font-size: 18px; font-weight: 800; color: #fff; }
.footer__brand p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a {
  width: 36px; height: 36px; border-radius: 10px; background: var(--accent-bg); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; color: var(--text-secondary); transition: all 0.2s; text-decoration: none;
}
.footer__social a:hover { background: var(--accent-bg-hover); color: var(--accent-light); border-color: var(--border-hover); }
.footer__col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 16px; }
.footer__col a { display: block; font-size: 14px; color: var(--text-secondary); text-decoration: none; padding: 4px 0; transition: color 0.2s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { padding-top: 24px; border-top: 1px solid var(--border); text-align: center; font-size: 13px; color: var(--text-muted); }
@media (min-width: 480px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

/* Page header */
.page-header {
  position: relative; z-index: 1; padding: calc(72px + var(--banner-h, 0px) + 60px) 0 48px;
  text-align: center;
}
.page-header .section-label { justify-content: center; }
.page-header .section-subtitle { margin: 0 auto; }

/* Prose (blog content) */
.prose { color: var(--text); line-height: 1.8; font-size: 17px; }
.prose h1 { font-size: 36px; font-weight: 800; margin: 32px 0 16px; letter-spacing: -0.02em; }
.prose h2 { font-size: 28px; font-weight: 700; margin: 28px 0 12px; letter-spacing: -0.01em; }
.prose h3 { font-size: 22px; font-weight: 600; margin: 24px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose a { color: var(--accent-light); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--accent-lighter); }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 16px; }
.prose li { margin-bottom: 6px; }
.prose blockquote { border-left: 3px solid var(--accent); padding: 12px 20px; margin: 20px 0; background: var(--accent-bg); border-radius: 0 8px 8px 0; color: var(--text-secondary); font-style: italic; }
.prose img { border-radius: 12px; margin: 24px 0; }
.prose hr { border: none; border-top: 1px solid var(--border); margin: 32px 0; }
.prose code { background: rgba(59, 106, 255, 0.1); padding: 2px 6px; border-radius: 4px; font-size: 15px; }
.prose table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.prose thead { background: var(--bg-secondary); }
.prose th { padding: 10px 16px; text-align: left; font-weight: 600; color: var(--text); border-bottom: 2px solid var(--border); }
.prose td { padding: 10px 16px; border-bottom: 1px solid var(--border); color: var(--text-secondary); }
.prose tr:last-child td { border-bottom: none; }
.prose tbody tr:hover { background: rgba(59, 106, 255, 0.04); }

/* Page content */
.page-content { position: relative; z-index: 1; padding-bottom: 80px; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .anim { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

*:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

/* ===== MOBILE RESPONSIVE FIXES ===== */
@media (max-width: 768px) {
  .bg-orb { opacity: 0.04; }
}
@media (max-width: 640px) {
  .prose { font-size: 16px; }
  .prose h1 { font-size: 28px; }
  .prose h2 { font-size: 22px; }
  .prose h3 { font-size: 18px; }
  .prose th, .prose td { padding: 8px 10px; font-size: 14px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .page-header { padding: calc(72px + var(--banner-h, 0px) + 36px) 0 32px; }
  .footer { padding: 40px 0 24px; }
  .footer__grid { gap: 28px; }
  .glass-card { border-radius: 12px; }
}

/* ===== NEWSLETTER ===== */
.newsletter {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}
.newsletter__inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 32px;
}
.newsletter__inner::before,
.newsletter__inner::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid var(--border-hover);
  pointer-events: none;
}
.newsletter__inner::before {
  top: 0; left: 0;
  border-right: none; border-bottom: none;
  border-radius: 8px 0 0 0;
}
.newsletter__inner::after {
  bottom: 0; right: 0;
  border-left: none; border-top: none;
  border-radius: 0 0 8px 0;
}
.newsletter__glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 106, 255, 0.10) 0%, transparent 70%);
  pointer-events: none;
}
.newsletter__title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  position: relative;
}
.newsletter__subtitle {
  font-size: clamp(14px, 2vw, 16px);
  color: var(--text-secondary);
  margin-bottom: 28px;
  position: relative;
}
.newsletter__form {
  display: flex;
  gap: 12px;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
.newsletter__input {
  flex: 1;
  height: 52px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}
.newsletter__input::placeholder { color: var(--text-muted); }
.newsletter__input:focus { border-color: var(--accent); }
.newsletter__submit {
  height: 52px;
  padding: 0 24px;
  white-space: nowrap;
}
.newsletter__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.newsletter__success {
  display: none;
  padding: 16px 24px;
  border-radius: 12px;
  background: var(--success-bg);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: var(--success);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  max-width: 460px;
  position: relative;
}
.newsletter__error {
  display: none;
  padding: 12px 20px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.15);
  color: var(--danger);
  font-size: 14px;
  text-align: center;
  margin: 12px auto 0;
  max-width: 460px;
  position: relative;
}
.newsletter__privacy {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}
.newsletter__privacy a {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.newsletter__privacy a:hover { color: var(--accent-light); }
@media (max-width: 480px) {
  .newsletter { padding: 40px 0; }
  .newsletter__inner { padding: 36px 20px; }
  .newsletter__form { flex-direction: column; }
  .newsletter__submit { width: 100%; }
}
