:root {
  --n7sp-bg-start: #13111c;
  --n7sp-bg-end: #1a1625;
  --n7sp-surface: #1e1b2e;
  --n7sp-accent: #8b5cf6;
  --n7sp-accent-2: #06b6d4;
  --n7sp-text: #e2d9f3;
  --n7sp-muted: #9580bf;
  --n7sp-border: rgba(139, 92, 246, 0.25);
  --n7sp-cta: linear-gradient(135deg, #8b5cf6, #06b6d4);
  --n7sp-glow: 0 0 20px rgba(139, 92, 246, 0.4);
  --n7sp-shadow: 0 20px 50px rgba(10, 8, 18, 0.45);
  --n7sp-radius: 12px;
  --n7sp-radius-lg: 18px;
  --n7sp-max: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

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

html:not(.n7sp-age-ls):not(:has(#n7sp-age-ok:checked)) {
  overflow: hidden !important;
}

html.n7sp-age-ls {
  overflow: auto !important;
}

html:has(#n7sp-age-ok:checked) .n7sp-age-overlay {
  display: none !important;
}

html:has(#n7sp-cookie-ok:checked) .n7sp-cookie-banner {
  display: none !important;
}

body:has(#n7sp-cookie-ok:not(:checked)) .n7sp-cookie-banner {
  display: block !important;
}

label.n7sp-cookie-btn,
label.n7sp-age-action {
  cursor: pointer;
}

a.n7sp-age-action {
  display: inline-flex;
}

html.n7sp-age-ls .n7sp-age-overlay {
  display: none !important;
}

html.n7sp-cookie-ls .n7sp-cookie-banner {
  display: none !important;
}

html.n7sp-cookie-ls body:has(#n7sp-cookie-ok:not(:checked)) .n7sp-header {
  top: 0 !important;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--n7sp-text);
  background:
    radial-gradient(
      circle at top right,
      rgba(6, 182, 212, 0.1),
      transparent 35%
    ),
    linear-gradient(180deg, var(--n7sp-bg-start), var(--n7sp-bg-end));
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.n7sp-page {
  position: relative;
  isolation: isolate;
}

.n7sp-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.35;
}

.n7sp-hex-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(
      circle at 50% 50%,
      rgba(139, 92, 246, 0.03) 0%,
      transparent 70%
    ),
    linear-gradient(
      120deg,
      transparent 24%,
      rgba(139, 92, 246, 0.04) 25%,
      transparent 26%
    ),
    linear-gradient(
      60deg,
      transparent 24%,
      rgba(6, 182, 212, 0.03) 25%,
      transparent 26%
    );
  background-size:
    auto,
    52px 52px,
    52px 52px;
}

.n7sp-shell {
  position: relative;
  z-index: 3;
}

.n7sp-container {
  width: min(var(--n7sp-max), calc(100% - 32px));
  margin: 0 auto;
}

.n7sp-section {
  padding: 72px 0;
}

.n7sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(6, 182, 212, 0.35);
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.08);
  color: #bff6ff;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.n7sp-section h1,
.n7sp-section h2,
.n7sp-section h3 {
  margin-top: 0;
  line-height: 1.05;
}

.n7sp-section h1 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 700;
}

.n7sp-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--n7sp-accent);
}

.n7sp-copy,
.n7sp-lead {
  color: var(--n7sp-text);
  line-height: 1.75;
}

.n7sp-lead {
  font-size: 1.06rem;
  color: #f0e8ff;
}

.n7sp-muted {
  color: var(--n7sp-muted);
}

.n7sp-header {
  background: rgba(19, 17, 28, 0.92);
  border-bottom: 1px solid rgba(139, 92, 246, 0.3);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 100;
  transition:
    top 0.2s ease,
    padding 0.2s ease,
    background 0.2s ease;
}

body:has(#n7sp-cookie-ok:not(:checked)) .n7sp-header {
  top: 64px;
}

.n7sp-header.n7sp-header-shrink .n7sp-header-inner {
  min-height: 66px;
}

.n7sp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  transition: min-height 0.2s ease;
}

.n7sp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.n7sp-brand img {
  width: 180px;
  height: auto;
}

.n7sp-brand small {
  color: var(--n7sp-muted);
  font-size: 0.8rem;
}

.n7sp-burger {
  display: none;
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--n7sp-border);
  background: rgba(30, 27, 46, 0.95);
  color: var(--n7sp-text);
  cursor: pointer;
}

.n7sp-burger::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: currentColor;
  box-shadow:
    0 -7px 0 0 currentColor,
    0 7px 0 0 currentColor;
}

.n7sp-nav-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.n7sp-nav-menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #f4efff;
  font-size: 0.95rem;
}

.n7sp-nav-menu a:hover,
.n7sp-nav-menu a:focus-visible {
  background: rgba(139, 92, 246, 0.14);
}

.n7sp-cta-btn,
.n7sp-secondary-btn,
.n7sp-filter-btn,
.n7sp-cookie-btn,
.n7sp-top-btn,
.n7sp-age-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  transition:
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.n7sp-cta-btn {
  padding: 14px 22px;
  background: var(--n7sp-cta);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(6, 182, 212, 0.18);
}

.n7sp-cta-btn:hover,
.n7sp-cta-btn:focus-visible {
  box-shadow: 0 16px 36px rgba(139, 92, 246, 0.32);
}

.n7sp-secondary-btn {
  padding: 12px 20px;
  border: 1px solid var(--n7sp-border);
  background: rgba(30, 27, 46, 0.94);
  color: var(--n7sp-text);
}

.n7sp-hero {
  align-items: center;
  gap: 36px;
  min-height: calc(100vh - 100px);
}

.n7sp-hero-copy,
.n7sp-hero-art {
  flex: 1 1 0;
  min-width: 0;
}

.n7sp-hero-copy p {
  max-width: 58ch;
}

.n7sp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}

.n7sp-trust-chip {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.22);
  color: #f0e8ff;
  font-size: 0.94rem;
}

.n7sp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.n7sp-hero-art {
  position: relative;
  min-height: 460px;
}

.n7sp-art-frame {
  position: absolute;
  inset: 20px 0 0 20px;
  border-radius: 28px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  background:
    linear-gradient(145deg, rgba(139, 92, 246, 0.18), rgba(6, 182, 212, 0.08)),
    rgba(30, 27, 46, 0.8);
  box-shadow: var(--n7sp-shadow);
  overflow: hidden;
}

.n7sp-hex,
.n7sp-orb,
.n7sp-line {
  position: absolute;
  z-index: 0;
}

.n7sp-hex {
  width: 140px;
  aspect-ratio: 1;
  background: linear-gradient(
    145deg,
    rgba(139, 92, 246, 0.72),
    rgba(6, 182, 212, 0.28)
  );
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  box-shadow: var(--n7sp-glow);
}

.n7sp-hex:nth-child(1) {
  top: 38px;
  right: 54px;
}

.n7sp-hex:nth-child(2) {
  bottom: 62px;
  left: 52px;
  width: 110px;
}

.n7sp-orb {
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(6, 182, 212, 0.82),
    rgba(6, 182, 212, 0)
  );
}

.n7sp-orb.n7sp-orb-a {
  width: 220px;
  height: 220px;
  top: 78px;
  left: 42px;
}

.n7sp-orb.n7sp-orb-b {
  width: 170px;
  height: 170px;
  bottom: 44px;
  right: 48px;
  background: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.84),
    rgba(139, 92, 246, 0)
  );
}

.n7sp-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(139, 92, 246, 0),
    rgba(139, 92, 246, 0.8),
    rgba(6, 182, 212, 0)
  );
}

.n7sp-line.n7sp-line-a {
  top: 140px;
  left: 30px;
  width: 72%;
}

.n7sp-line.n7sp-line-b {
  bottom: 128px;
  right: 24px;
  width: 62%;
}

.n7sp-art-copy {
  position: absolute;
  right: 30px;
  bottom: 26px;
  z-index: 1;
  max-width: 270px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(139, 92, 246, 0.28);
  background: rgba(19, 17, 28, 0.82);
  box-shadow: var(--n7sp-shadow);
}

.n7sp-art-copy strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.1rem;
}

.n7sp-site-notice {
  margin: 0 auto;
  padding: 20px 22px;
  border: 1px solid rgba(6, 182, 212, 0.24);
  border-radius: var(--n7sp-radius);
  background: rgba(10, 15, 28, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.n7sp-site-notice p {
  margin: 0;
  line-height: 1.7;
}

.n7sp-site-notice p + p {
  margin-top: 8px;
}

.n7sp-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.n7sp-stat-card,
.n7sp-card,
.n7sp-table-wrap,
.n7sp-content-box,
.n7sp-rg-card,
.n7sp-method-step,
.n7sp-faq-item,
.n7sp-page-hero,
.n7sp-legal-nav {
  background: #1e1b2e;
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 12px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.n7sp-stat-card:hover,
.n7sp-card:hover,
.n7sp-table-wrap:hover,
.n7sp-content-box:hover,
.n7sp-rg-card:hover,
.n7sp-method-step:hover,
.n7sp-faq-item:hover,
.n7sp-page-hero:hover,
.n7sp-legal-nav:hover {
  border-color: #8b5cf6;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.n7sp-stat-card {
  padding: 22px;
}

.n7sp-stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #ffffff;
}

.n7sp-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 340px));
  gap: 20px;
}

.n7sp-card-grid > * {
  min-width: 0;
}

.n7sp-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
}

.n7sp-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.n7sp-card-brand {
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.n7sp-logo-container {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px;
  width: 90px;
  height: 54px;
  overflow: hidden;
}

.n7sp-logo-container img {
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
}

.n7sp-card-brand strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.15rem;
}

.n7sp-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffdb7e;
  font-size: 0.92rem;
}

.n7sp-rating span:last-child {
  color: #f3ecff;
}

.n7sp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(139, 92, 246, 0.24);
  color: #f5eeff;
  font-size: 0.78rem;
  text-align: center;
}

.n7sp-bonus {
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(
    145deg,
    rgba(139, 92, 246, 0.18),
    rgba(6, 182, 212, 0.1)
  );
  border: 1px solid rgba(6, 182, 212, 0.22);
}

.n7sp-bonus strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

.n7sp-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.n7sp-stat-pill {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(15, 15, 25, 0.45);
  color: #ddcff8;
  font-size: 0.9rem;
}

.n7sp-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.n7sp-feature-pill {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.18);
  color: #c9f7ff;
  font-size: 0.8rem;
}

.n7sp-card-meta {
  color: var(--n7sp-muted);
  line-height: 1.6;
  font-size: 0.94rem;
}

.n7sp-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 28px;
}

.n7sp-filter-btn {
  padding: 12px 16px;
  border: 1px solid var(--n7sp-border);
  background: rgba(30, 27, 46, 0.86);
  color: var(--n7sp-text);
}

.n7sp-filter-btn.is-active {
  background: var(--n7sp-cta);
  color: #ffffff;
}

.n7sp-content-grid {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.n7sp-content-box {
  padding: 24px;
}

.n7sp-table-wrap {
  overflow-x: auto;
  padding: 12px;
}

.n7sp-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.n7sp-compare-table th,
.n7sp-compare-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(139, 92, 246, 0.16);
}

.n7sp-compare-table th {
  color: #f6efff;
  font-size: 0.92rem;
}

.n7sp-rg-grid,
.n7sp-method-grid,
.n7sp-faq-grid,
.n7sp-footer-links {
  display: grid;
  gap: 18px;
}

.n7sp-rg-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.n7sp-rg-card,
.n7sp-method-step,
.n7sp-faq-item {
  padding: 22px;
}

.n7sp-rg-card h3,
.n7sp-method-step h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.n7sp-rg-links,
.n7sp-footer-rg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.n7sp-rg-links a,
.n7sp-footer-rg a,
.n7sp-rg-links span,
.n7sp-footer-rg span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(6, 182, 212, 0.2);
  background: rgba(6, 182, 212, 0.08);
  color: #d7fbff;
}

.n7sp-rg-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 112, 112, 0.22);
  background: rgba(255, 112, 112, 0.08);
  color: #ffd7d7;
}

.n7sp-method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.n7sp-method-step {
  position: relative;
}

.n7sp-method-step::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--n7sp-cta);
  color: #ffffff;
  font-weight: 700;
}

.n7sp-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
}

.n7sp-faq-toggle span:last-child {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(139, 92, 246, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.n7sp-faq-answer {
  display: none;
  padding-top: 16px;
  color: #ded1fa;
  line-height: 1.75;
}

.n7sp-faq-item.is-open .n7sp-faq-answer {
  display: block;
}

.n7sp-page-hero,
.n7sp-legal-nav {
  padding: 28px;
}

.n7sp-page-hero {
  margin-top: 32px;
}

.n7sp-legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.n7sp-legal-nav {
  position: sticky;
  top: 120px;
}

.n7sp-legal-nav ul {
  margin: 0;
  padding-left: 18px;
  color: var(--n7sp-muted);
  line-height: 1.8;
}

.n7sp-legal-content section + section {
  margin-top: 22px;
}

.n7sp-legal-content h2,
.n7sp-legal-content h3 {
  color: #ffffff;
}

.n7sp-cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 12px 16px;
  background: rgba(14, 12, 22, 0.98);
  border-bottom: 1px solid rgba(139, 92, 246, 0.3);
  z-index: 150;
}

.n7sp-cookie-inner {
  width: min(var(--n7sp-max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.n7sp-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.n7sp-cookie-btn {
  padding: 10px 16px;
}

.n7sp-cookie-btn[data-cookie-action="accept"] {
  background: var(--n7sp-cta);
  color: #ffffff;
}

.n7sp-cookie-btn[data-cookie-action="decline"] {
  background: transparent;
  border: 1px solid var(--n7sp-border);
  color: var(--n7sp-text);
}

.n7sp-age-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2147483646 !important;
  background: rgba(19, 17, 28, 0.97) !important;
}

.n7sp-age-box {
  margin-block: auto;
  max-width: 440px;
  width: 90%;
  padding: 2.5rem 2rem;
  background: #1e1b2e;
  border: 1px solid rgba(139, 92, 246, 0.5);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.3);
  border-radius: 16px;
  text-align: center;
  color: #e2d9f3;
}

.n7sp-age-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.n7sp-age-action {
  padding: 12px 18px;
}

.n7sp-age-action[data-age-action="confirm"] {
  background: var(--n7sp-cta);
  color: #ffffff;
}

.n7sp-age-action[data-age-action="exit"] {
  background: transparent;
  border: 1px solid var(--n7sp-border);
  color: var(--n7sp-text);
}

.n7sp-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--n7sp-cta);
  color: #ffffff;
  box-shadow: var(--n7sp-shadow);
  opacity: 0;
  visibility: hidden;
  z-index: 120;
}

.n7sp-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.n7sp-footer {
  padding: 40px 0 24px;
  border-top: 1px solid rgba(139, 92, 246, 0.18);
  background: rgba(11, 10, 17, 0.86);
}

.n7sp-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.n7sp-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.n7sp-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(139, 92, 246, 0.22);
  background: rgba(139, 92, 246, 0.08);
}

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

.n7sp-footer-links a {
  color: #f0e8ff;
}

.n7sp-footer-meta {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(139, 92, 246, 0.14);
  color: var(--n7sp-muted);
  line-height: 1.7;
}

.n7sp-footer-compliance {
  margin-top: 18px;
  color: #f4eeff;
}

.n7sp-inline-highlight {
  color: #ffffff;
}

@media (max-width: 980px) {
  .n7sp-hero,
  .n7sp-content-grid,
  .n7sp-legal-layout,
  .n7sp-footer-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .n7sp-method-grid,
  .n7sp-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .n7sp-legal-nav {
    position: static;
  }
}

@media (max-width: 760px) {
  .n7sp-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .n7sp-nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    min-width: 260px;
    padding: 16px;
    background: rgba(19, 17, 28, 0.98);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 16px;
    box-shadow: var(--n7sp-shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .n7sp-nav-menu.is-open {
    display: flex;
  }

  .n7sp-nav-menu a {
    padding: 12px 14px;
  }

  .n7sp-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(#n7sp-cookie-ok:not(:checked)) .n7sp-header {
    top: 92px;
  }

  .n7sp-method-grid,
  .n7sp-stat-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 550px) {
  .n7sp-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .n7sp-card {
    min-width: 0 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .n7sp-card-stats {
    grid-template-columns: 1fr !important;
  }

  .n7sp-hero {
    flex-direction: column !important;
  }

  .n7sp-hero h1 {
    font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
  }

  .n7sp-section {
    padding: 48px 16px !important;
  }

  .n7sp-nav-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .n7sp-header-inner {
    position: relative !important;
  }

  .n7sp-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .n7sp-hero-art {
    min-height: 320px;
  }
}

@media (max-width: 380px) {
  .n7sp-card {
    padding: 14px !important;
  }

  .n7sp-cta-btn {
    width: 100% !important;
    text-align: center !important;
  }

  .n7sp-hero h1 {
    font-size: clamp(1.5rem, 8vw, 2rem) !important;
  }
}
