:root {
  --nordiq7-sand-1: #f5ecdc;
  --nordiq7-sand-2: #ecdfc6;
  --nordiq7-card: #fbf3e3;
  --nordiq7-text: #3d2c1e;
  --nordiq7-accent: #c2552d;
  --nordiq7-accent-soft: #e07757;
  --nordiq7-olive: #7a8c3f;
  --nordiq7-mustard: #d4a017;
  --nordiq7-shadow: 0 10px 28px rgba(128, 86, 48, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  --nordiq7-press: inset 0 3px 8px rgba(97, 54, 30, 0.25), 0 3px 8px rgba(120, 73, 44, 0.2);
  --nordiq7-radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--nordiq7-text);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.24) 1px, transparent 2px),
    radial-gradient(circle at 80% 70%, rgba(166, 126, 83, 0.13) 1px, transparent 2px),
    linear-gradient(160deg, var(--nordiq7-sand-1), var(--nordiq7-sand-2));
  background-size: 28px 28px, 36px 36px, 100% 100%;
}

a {
  color: var(--nordiq7-accent);
}

.nordiq7-container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.nordiq7-header {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(245, 236, 220, 0.95);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(122, 140, 63, 0.24);
}

.nordiq7-header.is-sticky {
  box-shadow: 0 8px 16px rgba(128, 86, 48, 0.16);
}

.nordiq7-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}

.nordiq7-logo-link {
  display: inline-flex;
  align-items: center;
}

.nordiq7-logo {
  width: 220px;
  max-width: 100%;
  height: auto;
}

.nordiq7-burger {
  display: none;
  border: 0;
  background: var(--nordiq7-card);
  box-shadow: var(--nordiq7-shadow);
  border-radius: 999px;
  width: 44px;
  height: 44px;
  color: var(--nordiq7-text);
  font-size: 1.2rem;
}

.nordiq7-nav-backdrop {
  display: none;
}

.nordiq7-nav ul {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nordiq7-nav a {
  font-family: "Fraunces", serif;
  text-decoration: none;
  color: var(--nordiq7-text);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease;
}

.nordiq7-nav a:hover,
.nordiq7-nav a:focus-visible {
  background: #eedcbb;
  color: var(--nordiq7-accent);
}

.nordiq7-main {
  padding-bottom: 4rem;
}

.nordiq7-hero {
  padding: 2rem 0 1.4rem;
}

.nordiq7-hero-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1.2rem;
  align-items: stretch;
}

.nordiq7-card,
.nordiq7-hero-copy,
.nordiq7-hero-feature {
  background: var(--nordiq7-card);
  border-radius: var(--nordiq7-radius);
  box-shadow: var(--nordiq7-shadow);
}

.nordiq7-hero-copy {
  padding: 2rem;
}

.nordiq7-kicker {
  display: inline-block;
  background: #f0e3ca;
  color: var(--nordiq7-accent);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

h1,
h2,
h3 {
  font-family: "Fraunces", serif;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.nordiq7-wave {
  margin: 0.35rem 0 1rem;
  width: 200px;
  height: 14px;
}

.nordiq7-wave path {
  fill: none;
  stroke: var(--nordiq7-olive);
  stroke-width: 6;
  stroke-linecap: round;
}

.nordiq7-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.nordiq7-btn {
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nordiq7-btn-primary {
  color: #fff7ef;
  background: linear-gradient(145deg, var(--nordiq7-accent-soft), var(--nordiq7-accent));
  box-shadow: 0 7px 14px rgba(106, 57, 31, 0.27), inset 0 1px 0 rgba(255, 236, 220, 0.36);
}

.nordiq7-btn-primary:hover,
.nordiq7-btn-primary:focus-visible {
  transform: translateY(1px);
  box-shadow: var(--nordiq7-press);
}

.nordiq7-btn-secondary {
  color: var(--nordiq7-text);
  background: #efddbe;
  box-shadow: var(--nordiq7-shadow);
}

.nordiq7-hero-feature {
  padding: 1.4rem;
}

.nordiq7-badge {
  display: inline-flex;
  align-items: center;
  background: #f2dcc9;
  color: #7e381f;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.nordiq7-mini-score {
  font-size: 2.4rem;
  color: var(--nordiq7-olive);
  margin: 0.7rem 0;
  font-family: "Fraunces", serif;
}

.nordiq7-section {
  padding: 1rem 0;
}

.nordiq7-card {
  padding: 1.4rem;
}

.nordiq7-table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 740px;
  border-radius: 18px;
  overflow: hidden;
}

th,
td {
  text-align: left;
  padding: 0.78rem;
  border-bottom: 1px solid rgba(122, 140, 63, 0.2);
}

th {
  background: #f0dfc1;
  font-family: "Fraunces", serif;
}

.nordiq7-score-list {
  display: grid;
  gap: 1rem;
}

.nordiq7-score-card {
  display: grid;
  grid-template-columns: 180px 1fr 200px;
  gap: 1.1rem;
  align-items: center;
  background: var(--nordiq7-card);
  box-shadow: var(--nordiq7-shadow);
  border-radius: var(--nordiq7-radius);
  padding: 1rem;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.nordiq7-score-card.is-hovered {
  box-shadow: 0 12px 26px rgba(128, 86, 48, 0.26);
  transform: translateY(-2px);
}

.nordiq7-ring-wrap {
  display: grid;
  place-items: center;
}

.nordiq7-ring {
  width: 150px;
  height: 150px;
}

.nordiq7-ring .bg {
  fill: none;
  stroke: #e7d6b8;
  stroke-width: 12;
}

.nordiq7-ring .meter {
  fill: none;
  stroke: var(--nordiq7-accent);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: calc(377 * var(--nordiq7-score));
  stroke-dashoffset: 0;
  transform-origin: 75px 75px;
  transform: rotate(-90deg);
}

.nordiq7-ring text {
  font-family: "Fraunces", serif;
  fill: var(--nordiq7-text);
}

.nordiq7-bars {
  display: grid;
  gap: 0.5rem;
}

.nordiq7-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 600;
}

.nordiq7-bar-track {
  height: 10px;
  border-radius: 999px;
  background: #e9d8bd;
  overflow: hidden;
}

.nordiq7-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nordiq7-olive), var(--nordiq7-mustard));
}

.nordiq7-score-right {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
}

.nordiq7-score-logo {
  max-width: 150px;
  max-height: 48px;
}

.nordiq7-disclaimer {
  font-size: 0.82rem;
  opacity: 0.88;
}

.nordiq7-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nordiq7-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.24rem 0.65rem;
  background: #efd9c3;
  color: #7e3c24;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.nordiq7-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.nordiq7-timeline li {
  background: #f7ebd6;
  border-radius: 18px;
  padding: 0.9rem;
  border-left: 6px solid var(--nordiq7-olive);
}

.nordiq7-faq {
  display: grid;
  gap: 0.7rem;
}

.nordiq7-faq-item {
  background: #f7ebd6;
  border-radius: 16px;
}

.nordiq7-faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.9rem 1rem;
  font-family: "Fraunces", serif;
  font-size: 1rem;
  color: inherit;
  cursor: pointer;
}

.nordiq7-faq-panel {
  padding: 0 1rem 1rem;
  display: none;
}

.nordiq7-faq-item.is-open .nordiq7-faq-panel {
  display: block;
}

.nordiq7-rg {
  background: #f2e4cb;
  border-radius: var(--nordiq7-radius);
  box-shadow: var(--nordiq7-shadow);
  padding: 1.2rem;
}

.nordiq7-rg-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nordiq7-rg-links a,
.nordiq7-rg-badge {
  background: #f7ecd9;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--nordiq7-text);
}

.nordiq7-footer {
  background: #e9dbc0;
  border-top: 1px solid rgba(122, 140, 63, 0.24);
  padding: 2rem 0;
}

.nordiq7-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nordiq7-footer h3 {
  font-size: 1.05rem;
}

.nordiq7-footer ul {
  margin: 0;
  padding-left: 1rem;
}

.nordiq7-footer li {
  margin-bottom: 0.35rem;
}

.nordiq7-copy {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(61, 44, 30, 0.15);
  font-size: 0.92rem;
}

.nordiq7-cookie {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  width: min(330px, calc(100% - 24px));
  background: #fbf3e3;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(88, 51, 29, 0.25);
  padding: 1rem;
  display: none;
}

.nordiq7-cookie.is-visible {
  display: block;
}

.nordiq7-cookie-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.nordiq7-age-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(40, 25, 16, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.nordiq7-age-modal.is-visible {
  display: flex;
}

.nordiq7-age-card {
  background: #fbf3e3;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(67, 40, 23, 0.34);
  width: min(460px, 100%);
  padding: 1.25rem;
}

.nordiq7-top {
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 30;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--nordiq7-accent);
  color: #fff;
  box-shadow: 0 8px 16px rgba(95, 53, 30, 0.34);
  cursor: pointer;
  display: none;
}

.nordiq7-top.is-visible {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 980px) {
  .nordiq7-hero-grid {
    grid-template-columns: 1fr;
  }

  .nordiq7-score-card {
    grid-template-columns: 1fr;
  }

  .nordiq7-ring-wrap {
    justify-content: start;
  }

  .nordiq7-grid-2,
  .nordiq7-footer-grid {
    grid-template-columns: 1fr;
  }

  .nordiq7-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nordiq7-nav-backdrop.is-open {
    position: fixed;
    inset: 0;
    display: block;
    background: rgba(40, 25, 16, 0.3);
    z-index: 22;
  }

  .nordiq7-nav {
    position: fixed;
    right: 0.8rem;
    top: 88px;
    width: min(340px, calc(100vw - 1.2rem));
    background: #f4e8d2;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(67, 40, 23, 0.22);
    padding: 0.8rem;
    display: none;
    z-index: 23;
  }

  .nordiq7-nav.is-open {
    display: block;
  }

  .nordiq7-nav ul {
    flex-direction: column;
    align-items: stretch;
  }
}

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