:root {
  --bg: #070c12;
  --bg-soft: #0c131e;
  --surface: rgba(14, 20, 30, 0.88);
  --surface-strong: rgba(10, 15, 24, 0.96);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --line: rgba(133, 164, 228, 0.16);
  --line-strong: rgba(255, 183, 76, 0.42);
  --text: #f5f8ff;
  --muted: #9baaca;
  --accent: #69d4ff;
  --accent-2: #7a6dff;
  --accent-3: #ffb64d;
  --max: 1180px;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-lg: 0 28px 90px rgba(0, 0, 0, 0.42);
  --shadow-md: 0 16px 40px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(105, 212, 255, 0.12), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(122, 109, 255, 0.16), transparent 24%),
    radial-gradient(circle at 55% 75%, rgba(255, 182, 77, 0.08), transparent 26%),
    linear-gradient(180deg, #070d14 0%, #090f18 48%, #05090f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button {
  font: inherit;
  color: inherit;
  border: 0;
  background: none;
  padding: 0;
}

.page-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: -1;
  opacity: 0.18;
}
.page-glow--one { top: 18%; left: -230px; background: #35a8ff; }
.page-glow--two { top: 54%; right: -230px; background: #7a6dff; }

.section-shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.section-block { padding: 108px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(calc(100% - 28px), 1220px);
  min-height: 72px;
  margin: 16px auto 0;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 12, 18, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(20px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.brand img {
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 6px;
}
.desktop-nav a,
.back-link {
  padding: 10px 14px;
  color: var(--muted);
  border-radius: 12px;
  font-size: 0.94rem;
  transition: color .2s ease, background .2s ease;
}
.desktop-nav a:hover,
.back-link:hover {
  color: var(--text);
  background: rgba(255,255,255,.05);
}
.lang-switch {
  justify-self: end;
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}
.lang-button {
  min-width: 42px;
  padding: 8px 10px;
  color: var(--muted);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  font-size: .82rem;
}
.lang-button.is-active {
  color: #0a1018;
  background: linear-gradient(135deg, var(--accent-3), #ffd083);
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 64px;
}
.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent-3);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .76rem;
  font-weight: 900;
}
.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-3);
  box-shadow: 0 0 16px var(--accent-3);
}
.hero-title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 26px 0 18px;
}
.hero-icon {
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255,255,255,.08);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 2px;
  font-size: clamp(2.9rem, 6vw, 5.1rem);
  line-height: .96;
  letter-spacing: -.06em;
}
.hero-kicker {
  margin: 10px 0 0;
  color: var(--accent);
  font-weight: 850;
  font-size: clamp(1rem, 2vw, 1.24rem);
}
.hero-description {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 34px;
}
.play-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, filter .2s ease;
}
.play-badge:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}
.play-badge img {
  width: 240px;
  height: auto;
}
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text);
  font-weight: 800;
  background: rgba(255,255,255,.04);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.secondary-button:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.18);
}
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.stat-card {
  min-width: 128px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
}
.stat-card strong { display: block; font-size: 1.15rem; line-height: 1.2; }
.stat-card span { color: var(--muted); font-size: .82rem; }

.hero-stage {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.018)),
    linear-gradient(145deg, rgba(13, 18, 28, .97), rgba(8, 12, 18, .96));
  box-shadow: var(--shadow-lg);
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.08), transparent 22%, transparent 74%, rgba(105,212,255,.06));
}
.hero-stage__header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.stage-pill,
.shots-status__label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(105, 212, 255, 0.18);
  border-radius: 999px;
  background: rgba(105, 212, 255, 0.08);
  color: var(--accent);
  font-size: .78rem;
  font-weight: 800;
}
.stage-counter,
.shots-status__counter {
  color: var(--text);
  font-size: .86rem;
  font-weight: 800;
}
.hero-stage__frame,
.hero-mini-card,
.shot-slide,
.shot-thumb,
.feature-band__image {
  display: block;
  width: 100%;
  cursor: zoom-in;
}
.hero-stage__frame {
  position: relative;
  z-index: 1;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.02);
}
.hero-stage__frame img,
.hero-mini-card img,
.shot-slide img,
.shot-thumb img,
.feature-band__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 526 / 296;
  object-fit: contain;
  border-radius: 15px;
  background: rgba(255,255,255,.02);
}
.hero-mini-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.hero-mini-card {
  padding: 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  transition: transform .22s ease, border-color .22s ease;
}
.hero-stage__frame:hover,
.hero-mini-card:hover,
.shot-thumb:hover,
.feature-band__image:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
}
.floating-label {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 13px;
  background: rgba(9, 14, 22, .92);
  box-shadow: 0 12px 34px rgba(0,0,0,.3);
  font-weight: 800;
  font-size: .82rem;
}
.floating-label--top { top: -18px; right: 20px; }
.floating-label--bottom { left: -18px; bottom: -18px; }
.label-icon { color: var(--accent-3); }

.overview-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 8px;
}
.overview-item {
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    linear-gradient(145deg, rgba(13, 18, 28, .96), rgba(9, 14, 22, .94));
  box-shadow: var(--shadow-md);
}
.overview-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  color: #0b111b;
  background: linear-gradient(135deg, var(--accent-3), #ffd083);
  font-weight: 900;
}
.overview-item h3 {
  margin-bottom: 8px;
  font-size: 1.06rem;
  line-height: 1.2;
}
.overview-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .92rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}
.section-heading h2,
.cta h2 {
  margin: 12px 0 14px;
  font-size: clamp(2.05rem, 4.4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.05em;
}
.section-heading p,
.cta p { color: var(--muted); font-size: 1.06rem; }

.shots-panel {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    linear-gradient(145deg, rgba(13, 18, 28, .97), rgba(8, 12, 18, .96));
  box-shadow: var(--shadow-lg);
}
.shots-panel__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.shots-status {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.shots-controls {
  display: flex;
  gap: 8px;
}
.shots-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.shots-arrow:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(255,255,255,.08);
}
.shots-viewer {
  overflow: hidden;
  border-radius: 24px;
}
.shots-track {
  display: flex;
  transition: transform .35s ease;
}
.shot-slide {
  min-width: 100%;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background: rgba(255,255,255,.025);
}
.shots-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.shot-thumb {
  padding: 7px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
  opacity: .72;
}
.shot-thumb.is-active {
  opacity: 1;
  border-color: var(--line-strong);
}
.shot-thumb img { border-radius: 10px; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.feature-card {
  position: relative;
  min-height: 258px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    linear-gradient(145deg, rgba(13, 18, 28, .96), rgba(9, 14, 22, .94));
  box-shadow: var(--shadow-md);
}
.feature-number {
  position: absolute;
  right: 20px;
  top: 16px;
  color: rgba(255,255,255,.18);
  font-size: .84rem;
  font-weight: 900;
}
.feature-symbol {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 14px;
  color: #0b111b;
  background: linear-gradient(135deg, var(--accent-3), #ffd083);
  font-size: 1.35rem;
  font-weight: 900;
}
.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.feature-band {
  margin-top: 20px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    linear-gradient(145deg, rgba(13, 18, 28, .97), rgba(8, 12, 18, .96));
  box-shadow: var(--shadow-lg);
}
.feature-band__copy {
  padding: 16px 12px 16px 12px;
}
.feature-band__copy h3 {
  margin: 10px 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.feature-band__copy p { margin-bottom: 0; color: var(--muted); }
.feature-band__image {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.02);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.process-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    linear-gradient(145deg, rgba(13, 18, 28, .96), rgba(9, 14, 22, .94));
  box-shadow: var(--shadow-md);
}
.process-step {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent-3);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.process-card h3 { margin-bottom: 8px; font-size: 1.16rem; }
.process-card p { margin-bottom: 0; color: var(--muted); }

.cta-card {
  padding: 34px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    linear-gradient(145deg, rgba(13, 18, 28, .97), rgba(8, 12, 18, .96));
  box-shadow: var(--shadow-lg);
}
.disclaimer {
  margin-bottom: 40px;
  padding: 22px 24px;
  color: #8e9ab5;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
  text-align: center;
  font-size: .88rem;
}

.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto 28px;
  padding: 26px 0 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { border-radius: 10px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); font-size: .88rem; }
.footer-links a:hover { color: var(--accent-3); }
.copyright { margin: 0; color: #7b86a0; font-size: .82rem; }

.lightbox {
  width: min(94vw, 1100px);
  max-height: 90vh;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: #091018;
  box-shadow: 0 40px 120px rgba(0,0,0,.7);
}
.lightbox::backdrop { background: rgba(3, 6, 10, .82); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; border-radius: 14px; }
.lightbox-close {
  position: absolute;
  top: -16px;
  right: -12px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: white;
  background: #162130;
  cursor: pointer;
  font-size: 1.65rem;
  line-height: 1;
}

/* Privacy page */
.policy-main {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding-top: 72px;
  padding-bottom: 110px;
}
.policy-aside {
  position: sticky;
  top: 112px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}
.policy-aside > img {
  border-radius: 22px;
  margin-bottom: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,.34);
}
.policy-aside h1 { margin: 9px 0 12px; font-size: 2.35rem; line-height: 1; }
.policy-date { color: var(--muted); font-size: .85rem; }
.policy-summary {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 183, 76, 0.24);
  border-radius: 15px;
  background: rgba(255, 183, 76, 0.07);
}
.policy-summary strong { color: var(--accent-3); }
.policy-summary p { margin: 6px 0 0; color: var(--muted); font-size: .87rem; }
.policy-content { min-width: 0; }
.policy-content section {
  padding: 30px 34px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}
.policy-content h2 { margin-bottom: 13px; font-size: 1.35rem; letter-spacing: -.02em; }
.policy-content p, .policy-content li { color: var(--muted); }
.policy-content p:last-child { margin-bottom: 0; }
.policy-content ul { margin: 0; padding-left: 22px; }
.policy-content li + li { margin-top: 8px; }
.policy-contact {
  border-color: rgba(255, 183, 76, 0.24) !important;
  background: linear-gradient(145deg, rgba(18, 25, 37, .94), rgba(13, 18, 28, .94)) !important;
}
.policy-contact a { display: inline-flex; margin-top: 4px; color: var(--accent-3); font-weight: 850; }
.policy-footer { margin-top: 0; }

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .09s; }
.reveal-delay-2 { transition-delay: .18s; }

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

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 52px;
  }
  .hero-visual { width: min(100%, 860px); }
  .overview-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-band { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .policy-main { grid-template-columns: 1fr; }
  .policy-aside {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 24px;
    align-items: center;
  }
  .policy-aside > img { grid-row: span 4; margin-bottom: 0; }
  .policy-summary { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .back-link { display: none; }
}

@media (max-width: 720px) {
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .section-block { padding: 82px 0; }
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    min-height: 64px;
  }
  .brand span { display: none; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 50px; padding-bottom: 44px; gap: 42px; }
  .hero-title-row { align-items: flex-start; gap: 14px; margin-top: 22px; }
  .hero-icon { width: 76px; height: 76px; border-radius: 18px; }
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .hero-kicker { font-size: 1rem; }
  .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .stat-card {
    min-width: 0;
    padding: 12px 10px;
    text-align: center;
  }
  .stat-card strong { font-size: .98rem; }
  .stat-card span {
    display: block;
    margin-top: 4px;
    font-size: .7rem;
    line-height: 1.25;
  }
  .hero-stage,
  .shots-panel,
  .feature-band,
  .cta-card { padding: 14px; }
  .hero-mini-grid,
  .shots-thumbs { gap: 8px; }
  .floating-label {
    padding: 8px 10px;
    font-size: .72rem;
  }
  .floating-label--top { top: -14px; right: 10px; }
  .floating-label--bottom { left: 10px; bottom: -14px; }
  .overview-strip,
  .feature-grid { grid-template-columns: 1fr; }
  .shots-panel__top {
    align-items: flex-start;
    flex-direction: column;
  }
  .shots-thumbs { grid-template-columns: repeat(5, minmax(64px, 1fr)); overflow-x: auto; }
  .shot-thumb { min-width: 72px; }
  .cta-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .policy-main { padding-top: 48px; }
  .policy-aside { display: block; padding: 24px; }
  .policy-aside > img {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
  }
  .policy-content section { padding: 24px 22px; }
}

.provider-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding-left: 0 !important;
  list-style: none;
}
.provider-links li {
  margin-top: 0 !important;
}
.provider-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255,255,255,.025);
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.provider-links a::after {
  content: "↗";
  color: var(--accent-3);
}
.provider-links a:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(255,255,255,.05);
}

@media (max-width: 620px) {
  .provider-links { grid-template-columns: 1fr; }
}
