:root {
  --orange: #e40067;
  --orange-light: #ff4fa3;
  --orange-dark: #720035;
  --ink: #090816;
  --panel: #11102e;
  --panel-2: #17133d;
  --text: #ffffff;
  --muted: #aaa7c8;
  --line: rgba(228, 0, 103, .23);
  --max: 1260px;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.dealau3-page {
  margin: 0;
  color: #d8d5e5;
  background:
    radial-gradient(circle at 8% 7%, rgba(228, 0, 103, .12), transparent 30rem),
    radial-gradient(circle at 96% 36%, rgba(137, 75, 255, .06), transparent 35rem),
    #090816;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.72;
}
.dealau3-page img { display: block; max-width: 100%; height: auto; }
.dealau3-page a { color: inherit; }
.dealau3-skip {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 100;
  padding: 9px 13px;
  background: var(--orange);
  color: #fff;
}
.dealau3-skip:focus { top: 12px; }

.dealau3-topline {
  min-height: 34px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(90deg, #3b125e, var(--orange), #3b125e);
  color: white;
  font-size: 11px;
  letter-spacing: .02em;
}
.dealau3-topline span { opacity: .78; text-transform: uppercase; }
.dealau3-topline strong { font-size: 12px; }
.dealau3-topline a { font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.dealau3-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(8,13,26,.94);
  box-shadow: 0 16px 44px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
}
.dealau3-header-inner {
  width: min(calc(100% - 36px), var(--max));
  min-height: 80px;
  margin: auto;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}
.dealau3-brand { display: inline-flex; align-items: center; text-decoration: none; }
.dealau3-brand img { width: 166px; height: auto; object-fit: contain; }
.dealau3-brand span { display: grid; line-height: 1; }
.dealau3-brand b { color: white; font-family: Georgia, serif; font-size: 19px; letter-spacing: .12em; }
.dealau3-brand small { margin-top: 6px; color: var(--orange-light); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.dealau3-nav { display: flex; min-width: 0; justify-content: center; gap: 1px; }
.dealau3-nav-link {
  padding: 9px 6px;
  border-radius: 8px;
  color: #d0ccdf;
  font-size: 10px;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}
.dealau3-nav-link:hover,
.dealau3-nav-link[aria-current="page"] { background: rgba(228, 0, 103,.12); color: var(--orange-light); }
.dealau3-button {
  display: inline-flex;
  min-height: 44px;
  padding: 11px 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff4fa3;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4fa3, #7b35d4);
  box-shadow: 0 12px 30px rgba(228, 0, 103,.24), inset 0 1px rgba(255,255,255,.4);
  color: #090816;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, filter .18s ease;
}
.dealau3-button:hover { filter: brightness(1.1); transform: translateY(-2px); }
.dealau3-button-large { min-height: 52px; padding-inline: 24px; }
.dealau3-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
  color: white;
}
.dealau3-menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }

.dealau3-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.dealau3-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 40%, rgba(228, 0, 103,.18), transparent 28rem),
    linear-gradient(115deg, rgba(255,255,255,.025) 0 1px, transparent 1px 62px);
  background-size: auto, 62px 62px;
  content: "";
  pointer-events: none;
}
.dealau3-hero-inner {
  position: relative;
  width: min(calc(100% - 44px), var(--max));
  min-height: 570px;
  margin: auto;
  padding: 66px 0;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 58px;
  align-items: center;
}
.dealau3-breadcrumbs { display: flex; gap: 8px; margin-bottom: 15px; color: #8f8884; font-size: 11px; }
.dealau3-breadcrumbs a { color: var(--orange-light); text-decoration: none; }
.dealau3-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: var(--orange-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.dealau3-kicker::before { width: 28px; height: 2px; background: var(--orange); content: ""; }
.dealau3-hero h1 {
  max-width: 680px;
  margin: 0 0 19px;
  color: white;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(43px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.dealau3-hero-copy > p { max-width: 640px; margin: 0 0 28px; color: #cfc9c5; font-size: 16px; }
.dealau3-hero-actions { display: flex; align-items: center; gap: 16px; }
.dealau3-text-link { padding: 10px 3px; color: white; font-size: 12px; font-weight: 800; text-decoration: none; }
.dealau3-text-link span { color: var(--orange-light); }
.dealau3-trust { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 15px; color: #96908c; font-size: 11px; }
.dealau3-trust span::first-letter { color: var(--orange); }
.dealau3-hero-visual {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(228, 0, 103,.35);
  border-radius: 24px;
  background: #11102e;
  box-shadow: 0 30px 100px rgba(0,0,0,.55), 0 0 70px rgba(228, 0, 103,.09);
  transform: rotate(1.5deg);
}
.dealau3-hero-visual::before {
  position: absolute;
  inset: -12px;
  z-index: -1;
  border: 1px solid rgba(228, 0, 103,.1);
  border-radius: 30px;
  content: "";
}
.dealau3-hero-visual > img { width: 100%; aspect-ratio: 16 / 8.25; border-radius: 15px; object-fit: cover; }
.dealau3-visual-label {
  position: absolute;
  left: 30px;
  top: -14px;
  z-index: 2;
  padding: 7px 13px;
  border-radius: 999px;
  background: #17133d;
  box-shadow: 0 7px 22px rgba(0,0,0,.4);
  color: #d4ceca;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dealau3-offer-card {
  position: absolute;
  right: -22px;
  bottom: -36px;
  width: 174px;
  padding: 17px 19px;
  display: grid;
  border: 1px solid #ff4fa3;
  border-radius: 16px;
  background: linear-gradient(145deg, #e40067, #3b125e);
  box-shadow: 0 18px 45px rgba(0,0,0,.5);
  color: white;
}
.dealau3-offer-card small { font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.dealau3-offer-card strong { font-family: Inter, "Segoe UI", system-ui, sans-serif; font-size: 32px; font-weight: 950; line-height: 1.15; }
.dealau3-offer-card span { font-size: 10px; font-weight: 750; }

.dealau3-stats {
  width: min(calc(100% - 44px), var(--max));
  margin: auto;
  padding: 25px 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.dealau3-stats div { padding: 0 25px; border-right: 1px solid var(--line); }
.dealau3-stats div:first-child { padding-left: 0; }
.dealau3-stats div:last-child { border-right: 0; }
.dealau3-stats b { display: block; color: white; font-size: 17px; }
.dealau3-stats span { color: var(--muted); font-size: 11px; }

.dealau3-shell {
  width: min(calc(100% - 44px), var(--max));
  margin: auto;
  padding: 52px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}
.dealau3-content,
.dealau3-side-card {
  border: 1px solid rgba(255,255,255,.075);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(16,24,42,.98), rgba(8,13,26,.99));
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.dealau3-content { min-width: 0; padding: clamp(22px,4vw,46px); }
.dealau3-figure {
  position: relative;
  margin: 36px 0;
  overflow: hidden;
  border: 1px solid rgba(228, 0, 103,.26);
  border-radius: 16px;
  background: #100d26;
  box-shadow: 0 18px 48px rgba(0,0,0,.3);
}
.dealau3-figure::after { position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); content: ""; pointer-events: none; }
.dealau3-figure img { width: 100%; aspect-ratio: 16 / 7.5; object-fit: cover; }
.dealau3-article-body > p:first-child { color: #f2eeeb; font-size: 18px; }
.dealau3-article-body h2,
.dealau3-article-body h3 { scroll-margin-top: 100px; color: white; line-height: 1.22; text-wrap: balance; }
.dealau3-article-body h2 { margin: 50px 0 16px; font-family: Inter, "Segoe UI", system-ui, sans-serif; font-size: clamp(28px,3vw,37px); letter-spacing: -.025em; }
.dealau3-article-body h2::after { display: block; width: 62px; height: 3px; margin-top: 13px; border-radius: 10px; background: linear-gradient(90deg, var(--orange), transparent); content: ""; }
.dealau3-article-body h3 { margin: 31px 0 11px; font-size: 21px; }
.dealau3-article-body p { margin: 0 0 20px; }
.dealau3-article-body strong { color: var(--orange-light); }
.australian-legal-note {
  margin: 24px 0 30px;
  padding: 18px 20px;
  border: 1px solid rgba(228, 0, 103,.38);
  border-left: 4px solid var(--orange);
  border-radius: 13px;
  background: rgba(228, 0, 103,.08);
  color: #e2ddcf;
}
.australian-legal-note p { margin: 0; font-size: 13px; line-height: 1.65; }
.australian-legal-note strong { color: var(--orange-light); }
.dealau3-article-body ul,
.dealau3-article-body ol { margin: 0 0 26px; padding-left: 24px; }
.dealau3-article-body li { margin: 8px 0; }
.dealau3-article-body li::marker { color: var(--orange); font-weight: 800; }
.dealau3-faq { margin-top: 50px; }
.dealau3-faq > h2 { margin-top: 0; }
.dealau3-faq-item {
  margin: 14px 0;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.075);
  border-left: 3px solid var(--orange);
  border-radius: 13px;
  background: rgba(255,255,255,.022);
}
.dealau3-faq-item h3 { margin: 0 0 9px; font-size: 18px; }
.dealau3-faq-item p { margin: 0; }
.dealau3-dates { margin-top: 42px; padding-top: 19px; display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid rgba(255,255,255,.075); color: var(--muted); font-size: 11px; }
.dealau3-dates time { color: #eee9e5; font-weight: 750; }
.dealau3-table { width: 100%; margin: 27px 0 36px; overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; }
.dealau3-table table { width: 100%; border-collapse: collapse; font-size: 13px; }
.dealau3-table th,
.dealau3-table td { min-width: 140px; padding: 13px 14px; border-right: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); text-align: left; vertical-align: top; }
.dealau3-table th:last-child,
.dealau3-table td:last-child { border-right: 0; }
.dealau3-table tr:last-child td { border-bottom: 0; }
.dealau3-table th { background: rgba(228, 0, 103,.13); color: white; }
.dealau3-table tr:nth-child(even) td { background: rgba(255,255,255,.018); }

.dealau3-sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.dealau3-side-card { padding: 22px; }
.dealau3-side-label { display: block; margin-bottom: 13px; color: var(--orange-light); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.dealau3-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.dealau3-toc li { counter-increment: toc; }
.dealau3-toc li a { display: grid; grid-template-columns: 25px 1fr; gap: 7px; padding: 7px 0; color: #bcb6b2; font-size: 11px; line-height: 1.35; text-decoration: none; }
.dealau3-toc li a::before { color: var(--orange); content: counter(toc, decimal-leading-zero); font-size: 9px; font-weight: 900; }
.dealau3-toc li a:hover { color: white; }
.dealau3-side-cta { border-color: rgba(228, 0, 103,.35); background: linear-gradient(145deg, rgba(59,18,94,.72), rgba(17,16,46,.99)); }
.dealau3-side-cta strong { display: block; color: white; font-size: 19px; line-height: 1.3; }
.dealau3-side-cta p { color: #bcb4af; font-size: 12px; }
.dealau3-side-cta p b { color: var(--orange-light); }
.dealau3-side-cta .dealau3-button { width: 100%; }
.dealau3-disclaimer { padding: 5px 12px; display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; color: #89837f; font-size: 9px; line-height: 1.35; }
.dealau3-disclaimer b { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #5a514d; border-radius: 50%; color: white; font-size: 13px; }
.dealau3-mobile-toc { display: none; }

.dealau3-related { padding: 74px 22px 86px; border-top: 1px solid rgba(255,255,255,.07); background: #0b0920; }
.dealau3-related-inner { max-width: var(--max); margin: auto; }
.dealau3-section-heading span { color: var(--orange-light); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.dealau3-section-heading h2 { margin: 6px 0 28px; color: white; font-family: Inter, "Segoe UI", system-ui, sans-serif; font-size: clamp(30px,3vw,42px); line-height: 1.15; }
.dealau3-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.dealau3-related-card { position: relative; min-height: 168px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: linear-gradient(145deg, #17133d, #0d0b22); text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.dealau3-related-card::before { position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--orange); content: ""; opacity: .6; }
.dealau3-related-card:hover { border-color: rgba(228, 0, 103,.56); transform: translateY(-3px); }
.dealau3-related-card span { display: block; margin-bottom: 11px; color: var(--orange-light); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dealau3-related-card strong { display: block; max-width: 88%; color: white; font-size: 19px; line-height: 1.3; }
.dealau3-related-card b { position: absolute; right: 23px; bottom: 19px; color: var(--orange); font-size: 21px; }

.dealau3-footer { border-top: 1px solid rgba(255,255,255,.07); background: #070615; }
.dealau3-footer-inner { width: min(calc(100% - 44px),var(--max)); margin: auto; padding: 52px 0; display: grid; grid-template-columns: 1.5fr 1fr auto auto; gap: 28px; align-items: center; }
.dealau3-footer-brand p { max-width: 570px; margin: 16px 0 0; color: #8f8884; font-size: 11px; }
.dealau3-footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 22px; }
.dealau3-footer-nav a { color: #bbb4b0; font-size: 11px; text-decoration: none; }
.dealau3-footer-nav a:hover { color: var(--orange-light); }
.dealau3-language-switches { display: flex; gap: 9px; align-items: center; }
.dealau3-language-switch {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(228, 0, 103,.08);
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.dealau3-language-switch:hover { border-color: var(--orange); transform: translateY(-2px); }
.dealau3-language-switch span { font-size: 25px; line-height: 1; }
.dealau3-age { display: grid; width: 88px; height: 88px; place-content: center; border: 1px solid var(--line); border-radius: 50%; color: white; font-size: 22px; font-weight: 900; text-align: center; }
.dealau3-age span { display: block; color: var(--muted); font-size: 7px; font-weight: 600; }
.dealau3-footer-bottom { padding: 14px 22px; border-top: 1px solid rgba(255,255,255,.06); color: #746d69; font-size: 10px; text-align: center; }

@media (max-width: 1160px) {
  .dealau3-header-inner { grid-template-columns: 170px minmax(0,1fr) auto; gap: 7px; }
  .dealau3-brand b { font-size: 17px; }
  .dealau3-nav-link { padding-inline: 4px; font-size: 9px; }
  .dealau3-header-cta { padding-inline: 13px; font-size: 9px; }
}
@media (max-width: 940px) {
  .dealau3-header-inner { grid-template-columns: 1fr auto auto; }
  .dealau3-menu-toggle { display: block; }
  .dealau3-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 1px); display: none; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: #11102e; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
  .dealau3-nav.dealau3-nav-open { display: grid; grid-template-columns: 1fr 1fr; }
  .dealau3-nav-link { padding: 10px 12px; font-size: 12px; }
  .dealau3-hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .dealau3-hero-copy { max-width: 720px; }
  .dealau3-hero-visual { width: min(720px,95%); }
  .dealau3-shell { grid-template-columns: 1fr; }
  .dealau3-sidebar { display: none; }
  .dealau3-mobile-toc { display: block; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.02); }
  .dealau3-mobile-toc summary { padding: 13px 15px; color: white; font-weight: 800; cursor: pointer; }
  .dealau3-mobile-toc ol { margin: 0; padding: 0 18px 15px 38px; }
  .dealau3-mobile-toc a { color: #bbb4af; font-size: 11px; text-decoration: none; }
}
@media (max-width: 640px) {
  .dealau3-topline span { display: none; }
  .dealau3-header-inner { min-height: 70px; }
  .dealau3-brand img { width: 142px; height: auto; }
  .dealau3-brand b { font-size: 15px; }
  .dealau3-header-cta { min-height: 39px; padding: 8px 11px; font-size: 8px; }
  .dealau3-hero-inner { width: min(calc(100% - 28px),var(--max)); padding: 52px 0 72px; }
  .dealau3-hero h1 { font-size: 42px; }
  .dealau3-hero-actions { align-items: flex-start; flex-direction: column; }
  .dealau3-offer-card { right: -8px; bottom: -46px; width: 155px; }
  .dealau3-stats { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .dealau3-stats div { padding: 0 14px; }
  .dealau3-stats div:nth-child(2) { border-right: 0; }
  .dealau3-stats div:nth-child(3) { padding-left: 0; }
  .dealau3-shell { width: min(calc(100% - 26px),var(--max)); padding-top: 38px; }
  .dealau3-content { padding: 20px; border-radius: 15px; }
  .dealau3-figure img { aspect-ratio: 16 / 9; }
  .dealau3-related-grid { grid-template-columns: 1fr; }
  .dealau3-footer-inner { grid-template-columns: 1fr; }
  .dealau3-age { width: 72px; height: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* NV Casino pages: the imported content uses its original semantic class names,
   while this compatibility layer renders it in the shared dark-and-gold theme. */
body:has(.nvde30-site-header) {
  margin: 0;
  color: #d8d5e5;
  background:
    radial-gradient(circle at 8% 7%, rgba(228, 0, 103, .12), transparent 30rem),
    radial-gradient(circle at 96% 36%, rgba(137, 75, 255, .06), transparent 35rem),
    #090816;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.72;
}
body:has(.nvde30-site-header) img { display: block; max-width: 100%; height: auto; }
body:has(.nvde30-site-header) a { color: inherit; }
.nvde30-container,
.nvde30-header-inner,
.nvde30-hero-inner { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }

.nvde30-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(9,8,22,.96);
  box-shadow: 0 16px 44px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
}
.nvde30-header-inner {
  min-height: 80px;
  display: grid;
  grid-template-columns: 150px minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
}
.nvde30-logo { display: inline-flex; align-items: center; text-decoration: none; }
.nvde30-logo img { width: 128px; max-height: 46px; object-fit: contain; }
.nvde30-site-nav { display: flex; min-width: 0; justify-content: center; gap: 1px; }
.nvde30-site-nav a {
  padding: 9px 6px;
  border-radius: 8px;
  color: #d0ccdf;
  font-size: 10px;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}
.nvde30-site-nav a:hover { background: rgba(228,0,103,.12); color: var(--orange-light); }
.nvde30-header-actions { display: flex; gap: 8px; }
.nvde30-header-actions a,
.nvde30-btn,
.nvde30-btn-dark {
  display: inline-flex;
  min-height: 44px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff4fa3;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4fa3, #7b35d4);
  box-shadow: 0 12px 30px rgba(228,0,103,.22), inset 0 1px rgba(255,255,255,.4);
  color: #090816 !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, filter .18s ease;
}
.nvde30-btn-dark { border-color: rgba(255,255,255,.16); background: #241b4c; color: #fff !important; box-shadow: none; }
.nvde30-header-actions a:hover,
.nvde30-btn:hover,
.nvde30-btn-dark:hover { filter: brightness(1.1); transform: translateY(-2px); }
.nvde30-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
  color: white;
}
.nvde30-menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }

.nvde30-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background-position: center;
  background-size: cover;
}
.nvde30-hero::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 40%, rgba(228,0,103,.2), transparent 28rem),
    linear-gradient(115deg, rgba(255,255,255,.025) 0 1px, transparent 1px 62px);
  background-size: auto, 62px 62px;
  content: "";
  pointer-events: none;
}
.nvde30-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 510px;
  padding-block: 72px;
  display: flex;
  align-items: center;
}
.nvde30-hero-inner > div { max-width: 670px; }
.nvde30-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: var(--orange-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.nvde30-hero-kicker::before { width: 28px; height: 2px; background: var(--orange); content: ""; }
.nvde30-hero h1 {
  margin: 0 0 19px;
  color: white;
  font-size: clamp(43px,5vw,72px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.nvde30-hero p { max-width: 630px; margin: 0 0 28px; color: #d7d1ca; font-size: 17px; }

.nvde30-section { padding: 52px 0 86px; }
.nvde30-content-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 28px;
  align-items: start;
}
.nvde30-review-content,
.nvde30-side-box {
  border: 1px solid rgba(255,255,255,.075);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(26,23,16,.98), rgba(10,9,6,.99));
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.nvde30-review-content { min-width: 0; padding: clamp(22px,4vw,46px); }
.nvde30-review-content > p:first-of-type { color: #f2eeeb; font-size: 18px; }
.nvde30-article-meta {
  margin-bottom: 32px;
  padding-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 11px;
}
.nvde30-review-content h2,
.nvde30-review-content h3 { scroll-margin-top: 100px; color: white; line-height: 1.22; text-wrap: balance; }
.nvde30-review-content h2 { margin: 50px 0 16px; font-size: clamp(28px,3vw,37px); letter-spacing: -.025em; }
.nvde30-review-content h2::after { display: block; width: 62px; height: 3px; margin-top: 13px; border-radius: 10px; background: linear-gradient(90deg,var(--orange),transparent); content: ""; }
.nvde30-review-content h3 { margin: 31px 0 11px; font-size: 21px; }
.nvde30-review-content p { margin: 0 0 20px; }
.nvde30-review-content strong { color: var(--orange-light); }
.nvde30-review-content ul,
.nvde30-review-content ol { margin: 0 0 26px; padding-left: 24px; }
.nvde30-review-content li { margin: 8px 0; }
.nvde30-review-content li::marker { color: var(--orange); font-weight: 800; }
.nvde30-review-content table {
  width: 100%;
  margin: 27px 0 36px;
  border: 1px solid var(--line);
  border-radius: 13px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 13px;
}
.nvde30-review-content th,
.nvde30-review-content td { min-width: 120px; padding: 13px 14px; border-right: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); text-align: left; vertical-align: top; }
.nvde30-review-content th:last-child,
.nvde30-review-content td:last-child { border-right: 0; }
.nvde30-review-content tr:last-child td { border-bottom: 0; }
.nvde30-review-content th { background: rgba(228,0,103,.13); color: white; }
.nvde30-review-content tr:nth-child(even) td { background: rgba(255,255,255,.018); }
.nvde30-article-image,
.nvde30-article-figure {
  position: relative;
  margin: 36px 0;
  overflow: hidden;
  border: 1px solid rgba(228,0,103,.26);
  border-radius: 16px;
  background: #100d26;
  box-shadow: 0 18px 48px rgba(0,0,0,.3);
}
.nvde30-article-image img,
.nvde30-article-figure img { width: 100%; object-fit: cover; }
.nvde30-article-image figcaption,
.nvde30-article-figure figcaption { padding: 10px 14px; color: var(--muted); font-size: 10px; }
.nvde30-author-box {
  margin-top: 48px;
  padding: 24px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(228,0,103,.05);
}
.nvde30-author-avatar { width: 82px; aspect-ratio: 1; border: 2px solid var(--orange); border-radius: 50%; object-fit: cover; }
.nvde30-author-body > strong { display: block; margin-bottom: 5px; color: white; font-size: 18px; }
.nvde30-author-body p { color: #aaa49d; font-size: 12px; }
.nvde30-author-links { display: flex; flex-wrap: wrap; gap: 7px 18px; color: var(--muted); font-size: 10px; }

.nvde30-sidebar { position: sticky; top: 100px; }
.nvde30-side-box { padding: 22px; }
.nvde30-side-box > strong { display: block; margin-bottom: 13px; color: var(--orange-light); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nvde30-toc-nav { display: grid; }
.nvde30-toc-nav a { padding: 7px 0; color: #bcb6b2; font-size: 11px; line-height: 1.35; text-decoration: none; }
.nvde30-toc-nav a:hover { color: white; }
.nvde30-toc-nav .nvde30-toc-sub { padding-left: 13px; border-left: 1px solid var(--line); color: #8f8983; font-size: 10px; }
.nvde30-toc-box .nvde30-btn { width: 100%; margin-top: 17px; }

.nvde30-site-footer { border-top: 1px solid rgba(255,255,255,.07); background: #070615; }
.nvde30-footer-main { padding-block: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.nvde30-footer-badges { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; }
.nvde30-footer-badge { min-height: 58px; padding: 9px 13px; display: flex; gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 12px; color: white; font-size: 11px; line-height: 1.15; }
.nvde30-footer-badge img { max-width: 120px; max-height: 35px; object-fit: contain; }
.nvde30-footer-badge-text { font-size: 20px; font-weight: 900; }
.nvde30-footer-badge small { margin-left: 6px; color: var(--muted); font-size: 8px; }
.nvde30-footer-copy-block { color: #8f8884; font-size: 11px; }
.nvde30-footer-menu { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.06); }
.nvde30-footer-menu a { color: #bbb4b0; font-size: 11px; text-decoration: none; }
.nvde30-footer-menu a:hover,
.nvde30-footer-lang { color: var(--orange-light) !important; }
.nvde30-language-switcher { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; }
.nvde30-language-switcher a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 26px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(255,255,255,.06); font-size: 20px; line-height: 1; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.nvde30-language-switcher a:hover { border-color: var(--orange-light); background: rgba(255,255,255,.12); transform: translateY(-1px); }
.nvde30-language-switcher a:focus-visible { outline: 2px solid var(--orange-light); outline-offset: 2px; }
.nvde30-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.nvde30-footer-bottom { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.06); color: #746d69; font-size: 10px; }
.nvde30-footer-bottom .nvde30-container { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 1120px) {
  .nvde30-header-inner { grid-template-columns: 130px minmax(0,1fr) auto; gap: 7px; }
  .nvde30-site-nav a { padding-inline: 4px; font-size: 9px; }
  .nvde30-header-actions a { padding-inline: 12px; font-size: 9px; }
}
@media (max-width: 940px) {
  .nvde30-header-inner { grid-template-columns: 1fr auto auto; }
  .nvde30-menu-toggle { display: block; order: 3; }
  .nvde30-site-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 1px); display: none; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: #11102e; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
  .nvde30-site-nav.nvde30-nav-open { display: grid; grid-template-columns: 1fr 1fr; }
  .nvde30-site-nav a { padding: 10px 12px; font-size: 12px; }
  .nvde30-content-layout { grid-template-columns: 1fr; }
  .nvde30-sidebar { display: none; }
}
@media (max-width: 640px) {
  .nvde30-container,
  .nvde30-header-inner,
  .nvde30-hero-inner { width: min(calc(100% - 28px),var(--max)); }
  .nvde30-header-inner { min-height: 70px; grid-template-columns: 1fr auto auto; }
  .nvde30-logo img { width: 110px; }
  .nvde30-header-actions .nvde30-btn-dark { display: none; }
  .nvde30-header-actions a { min-height: 39px; padding: 8px 11px; font-size: 8px; }
  .nvde30-hero-inner { min-height: 430px; padding-block: 58px; }
  .nvde30-hero h1 { font-size: 42px; }
  .nvde30-section { padding-top: 34px; }
  .nvde30-review-content { padding: 20px; border-radius: 15px; overflow-x: hidden; }
  .nvde30-review-content table { display: block; overflow-x: auto; }
  .nvde30-author-box { grid-template-columns: 1fr; }
  .nvde30-footer-main { grid-template-columns: 1fr; }
  .nvde30-footer-copy-block,
  .nvde30-footer-menu { grid-column: 1; }
  .nvde30-language-switcher { width: 100%; margin: 8px 0 0; }
  .nvde30-footer-bottom .nvde30-container { flex-direction: column; }
}
