:root {
  --nordivo8-bg-1: #f7e9c3;
  --nordivo8-bg-2: #f0d89a;
  --nordivo8-card: #fffbf0;
  --nordivo8-text: #3d2a0a;
  --nordivo8-accent: #e8820c;
  --nordivo8-accent-deep: #b07830;
  --nordivo8-sky: #4db8d4;
  --nordivo8-shadow: 0 4px 24px rgba(180, 120, 0, 0.15);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Source Sans Pro", sans-serif;
  color: var(--nordivo8-text);
  background: linear-gradient(180deg, var(--nordivo8-bg-1), var(--nordivo8-bg-2));
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(232, 130, 12, 0.14), transparent 35%),
    radial-gradient(circle at 80% 10%, rgba(176, 120, 48, 0.13), transparent 34%),
    radial-gradient(circle at 65% 75%, rgba(77, 184, 212, 0.1), transparent 40%);
  z-index: -1;
  pointer-events: none;
}

.nordivo8-container { width: min(1120px, 92%); margin: 0 auto; }
.nordivo8-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 251, 240, 0.92); backdrop-filter: blur(6px); border-bottom: 1px solid rgba(176, 120, 48, 0.2); }
.nordivo8-header-row { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 12px; }
.nordivo8-nav { display: flex; gap: 18px; }
.nordivo8-nav a, .nordivo8-footer a { color: var(--nordivo8-text); text-decoration: none; }
.nordivo8-nav a:hover, .nordivo8-footer a:hover { color: var(--nordivo8-accent); }
.nordivo8-burger { display: none; background: var(--nordivo8-accent); color: #fff; border: 0; border-radius: 10px; padding: 8px 12px; font-size: 20px; }
.nordivo8-nav-backdrop { display: none; }

.nordivo8-hero { padding: 88px 0 48px; text-align: center; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.2; margin: 0 0 16px; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
.nordivo8-hero h1::after {
  content: "";
  display: block;
  width: min(340px, 65%);
  height: 4px;
  margin: 14px auto 0;
  border-radius: 20px;
  background: linear-gradient(90deg, transparent, var(--nordivo8-accent), transparent);
}
.nordivo8-hero-sub { max-width: 760px; margin: 0 auto 24px; font-size: 1.12rem; }

.nordivo8-btn {
  display: inline-block;
  background: var(--nordivo8-accent);
  color: #fff;
  text-decoration: none;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
}
.nordivo8-btn:hover { background: var(--nordivo8-accent-deep); }
.nordivo8-btn-muted { background: #8b7a5e; }

.nordivo8-section { padding: 32px 0; }
.nordivo8-divider { height: 2px; background: linear-gradient(90deg, transparent, #e8820c, transparent); margin: 8px 0 20px; }
.nordivo8-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.nordivo8-card {
  background: var(--nordivo8-card);
  border-radius: 18px;
  box-shadow: var(--nordivo8-shadow);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nordivo8-brand-logo { background: #fff; border-radius: 10px; padding: 8px; border: 1px solid rgba(176, 120, 48, 0.2); }
.nordivo8-badge { align-self: flex-start; background: rgba(232, 130, 12, 0.14); padding: 5px 10px; border-radius: 999px; font-size: 0.92rem; }
.nordivo8-score { margin: 2px 0; font-family: "Playfair Display", serif; }
.nordivo8-score span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid var(--nordivo8-accent);
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 1.35rem;
}
.nordivo8-bonus { font-weight: 600; }
.nordivo8-disclaimer { font-size: 0.9rem; color: #604315; }

.nordivo8-method { padding-left: 20px; }
.nordivo8-method li { margin-bottom: 12px; }
.nordivo8-faq details {
  background: var(--nordivo8-card);
  box-shadow: var(--nordivo8-shadow);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.nordivo8-faq summary { cursor: pointer; font-weight: 600; }

.nordivo8-footer {
  margin-top: 32px;
  background: rgba(255, 251, 240, 0.9);
  border-top: 1px solid rgba(176, 120, 48, 0.25);
  padding: 28px 0 14px;
}
.nordivo8-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.nordivo8-footer-grid div { display: flex; flex-direction: column; gap: 7px; }
.nordivo8-footer-bottom { margin-top: 14px; padding-top: 10px; border-top: 1px solid rgba(176, 120, 48, 0.2); display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.nordivo8-print-btn { border: 1px solid #b07830; background: #fff7e6; color: #5b3b0f; padding: 8px 10px; border-radius: 10px; cursor: pointer; }

.nordivo8-cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: #fff4d9;
  border-bottom: 1px solid rgba(176, 120, 48, 0.35);
  padding: 10px min(4vw, 20px);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.nordivo8-cookie-banner p { margin: 0; }
.nordivo8-cookie-actions { display: flex; align-items: center; gap: 12px; }
.nordivo8-cookie-actions a { color: var(--nordivo8-text); }

.nordivo8-age-modal {
  position: fixed;
  inset: 0;
  background: rgba(32, 22, 8, 0.68);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 20px;
}
.nordivo8-age-card {
  max-width: 460px;
  width: 100%;
  background: var(--nordivo8-card);
  border-radius: 18px;
  box-shadow: var(--nordivo8-shadow);
  padding: 24px;
}
.nordivo8-age-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }

.nordivo8-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: var(--nordivo8-accent);
  color: #fff;
  font-size: 21px;
  display: none;
  cursor: pointer;
  z-index: 35;
}

[data-tooltip] { position: relative; }
[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  background: #3f2b09;
  color: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  min-width: 190px;
  font-size: 0.82rem;
}
[data-tooltip].is-tooltip-open::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  background: #3f2b09;
  color: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  min-width: 190px;
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .nordivo8-grid { grid-template-columns: 1fr 1fr; }
  .nordivo8-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nordivo8-burger { display: block; }
  .nordivo8-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -340px;
    top: 0;
    height: 100vh;
    width: min(320px, 85vw);
    background: #fff8e8;
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.18);
    padding: 84px 20px 20px;
    transition: right 0.25s ease;
    z-index: 60;
  }
  .nordivo8-nav.is-open { right: 0; }
  .nordivo8-nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 50;
  }
  .nordivo8-nav-backdrop.is-open { display: block; }
  .nordivo8-grid { grid-template-columns: 1fr; }
  .nordivo8-cookie-banner { flex-direction: column; align-items: flex-start; }
  .nordivo8-footer-grid { grid-template-columns: 1fr; }
  .nordivo8-footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media print {
  .nordivo8-burger, .nordivo8-top, .nordivo8-cookie-banner, .nordivo8-age-modal, .nordivo8-print-btn { display: none !important; }
  .nordivo8-header { position: static; }
}

@media (max-width: 380px) {
  * { max-width: 100%; box-sizing: border-box; }
  .nordivo8-nav { max-width: min(320px, 85vw) !important; }
  .nordivo8-nav-backdrop { max-width: unset !important; width: 100vw !important; }
  img, svg { max-width: 100% !important; height: auto !important; }
  table { display: block; overflow-x: auto; }
}
