/* STYLE-13: NORDIC MINIMAL — 888starz UZ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap');

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

:root {
  --bg: #FAFAFA;
  --text: #1A1A1A;
  --accent: #005F73;
  --secondary: #2E8B57;
  --card-bg: #FFFFFF;
  --border: #E5E5E5;
  --muted: #666666;
  --hover-bg: #F0F7F8;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.6; }

/* ── ANIMATIONS ── */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes borderDraw { from { width: 0; } to { width: 100%; } }
@keyframes statCount { from { opacity: 0; transform: scale(0.85); } to { opacity: 1; transform: scale(1); } }
@keyframes pillFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes hoverFill { from { background-size: 0% 100%; } to { background-size: 100% 100%; } }
@keyframes sectionReveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ctaExpand { from { letter-spacing: 0; } to { letter-spacing: 0.04em; } }

/* ── HEADER ── */
.nord__header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  animation: fadeIn 0.4s ease;
}
.nord__header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nord__logo { font-weight: 900; font-size: 22px; color: var(--accent); text-decoration: none; letter-spacing: -0.02em; }
.nord__nav { display: flex; gap: 28px; }
.nord__nav a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nord__nav a:hover { color: var(--accent); }

/* ── HERO ── */
.nord__hero {
  text-align: center;
  padding: 100px 24px 90px;
  background: linear-gradient(160deg, #fff 60%, #EBF5F7 100%);
  animation: fadeIn 0.6s ease;
}
.nord__hero-inner { max-width: 820px; margin: 0 auto; }
.nord__hero-label {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 28px;
  animation: pillFloat 3s ease-in-out infinite;
}
.nord__hero h1 {
  font-size: clamp(52px, 8vw, 88px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
}
.nord__hero h1 span { color: var(--accent); }
.nord__hero-sub {
  font-size: 20px;
  font-weight: 400;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.nord__cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 42px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, letter-spacing 0.2s;
  border: 2px solid var(--accent);
}
.nord__cta:hover { background: #004A5C; transform: translateY(-2px); letter-spacing: 0.04em; }
.nord__cta-outline {
  display: inline-block;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 14px;
  transition: background 0.25s, color 0.25s;
}
.nord__cta-outline:hover { background: var(--accent); color: #fff; }

/* Stats */
.nord__stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.nord__stat {
  text-align: center;
  animation: statCount 0.7s ease both;
}
.nord__stat-num { font-size: 40px; font-weight: 900; color: var(--accent); line-height: 1; display: block; }
.nord__stat-label { font-size: 13px; color: var(--muted); font-weight: 500; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.nord__divider { width: 1px; height: 50px; background: var(--border); align-self: center; }

/* ── SECTIONS ── */
.nord__section {
  padding: 80px 24px;
  max-width: 1100px;
  margin: 0 auto;
  animation: sectionReveal 0.6s ease both;
}
.nord__section--alt { background: #fff; padding: 80px 0; }
.nord__section--alt .nord__section { padding: 0 24px; }
.nord__section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: block;
}
.nord__section h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.nord__section h3 { font-size: 22px; font-weight: 700; color: var(--text); margin: 32px 0 12px; }
.nord__section p { color: #333; margin-bottom: 18px; font-size: 16px; line-height: 1.75; }
.nord__section ul, .nord__section ol { margin: 0 0 18px 22px; }
.nord__section li { margin-bottom: 8px; color: #333; line-height: 1.7; }

/* ── CARDS GRID ── */
.nord__cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-top: 36px; }
.nord__card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px 28px;
  transition: border-left 0.2s, background 0.2s, transform 0.2s;
  cursor: default;
}
.nord__card:hover { border-left: 3px solid var(--accent); background: var(--hover-bg); transform: translateY(-3px); }
.nord__card-icon { font-size: 28px; margin-bottom: 14px; }
.nord__card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: var(--text); }
.nord__card p { font-size: 14px; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── PILLS ── */
.nord__pill {
  display: inline-block;
  background: #EBF5F7;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 3px;
}
.nord__pill--green { background: #E6F4EC; color: var(--secondary); }
.nord__pill--gray { background: #F0F0F0; color: var(--muted); }

/* ── TABLES ── */
.nord__table-wrap { overflow-x: auto; margin: 28px 0; border-radius: 8px; border: 1px solid var(--border); }
.nord__table { width: 100%; border-collapse: collapse; font-size: 15px; }
.nord__table thead th { background: var(--accent); color: #fff; padding: 14px 18px; text-align: left; font-weight: 700; font-size: 13px; letter-spacing: 0.04em; }
.nord__table tbody tr:nth-child(even) { background: #F7FBFC; }
.nord__table tbody tr:hover { background: var(--hover-bg); }
.nord__table td { padding: 13px 18px; border-bottom: 1px solid var(--border); color: #333; line-height: 1.5; }
.nord__table td:first-child { font-weight: 600; color: var(--text); }
.check { color: var(--secondary); font-weight: 700; }
.cross { color: #DC3545; font-weight: 700; }

/* ── AUTHOR ── */
.nord__author {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px;
  margin: 48px 0 0;
}
.author-avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid var(--accent); }
.author-details h4 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
.author-details .author-name { color: var(--text); }
.author-details .author-title { color: var(--accent); font-size: 13px; font-weight: 600; display: block; margin-bottom: 10px; }
.author-details p { font-size: 14px; color: var(--muted); line-height: 1.65; margin: 0; }
.author-meta { font-size: 12px; color: var(--muted); margin-top: 8px; }

/* ── QUOTE ── */
.nord__quote {
  border-left: 3px solid var(--accent);
  padding: 20px 28px;
  background: var(--hover-bg);
  border-radius: 0 8px 8px 0;
  margin: 28px 0;
  font-style: italic;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}
.nord__quote cite { display: block; font-style: normal; font-weight: 700; color: var(--accent); font-size: 13px; margin-top: 10px; }

/* ── RATING ── */
.nord__rating-box {
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  margin: 32px 0;
}
.nord__rating-num { font-size: 72px; font-weight: 900; line-height: 1; }
.nord__rating-stars { font-size: 24px; margin: 8px 0; }
.nord__rating-sub { font-size: 14px; opacity: 0.8; }
.nord__rating-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.nord__rating-item { background: #fff; border-radius: 6px; padding: 16px 20px; }
.nord__rating-item-label { font-size: 13px; color: var(--muted); font-weight: 500; margin-bottom: 6px; }
.nord__rating-item-bar { height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.nord__rating-item-fill { height: 100%; background: var(--accent); border-radius: 3px; transition: width 1s ease; }
.nord__rating-item-val { font-size: 13px; font-weight: 700; color: var(--accent); float: right; margin-top: -20px; }

/* ── INTERACTIVES ── */
.nord__interactive {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 36px;
  margin: 48px 0;
}
.nord__interactive h3 { font-size: 20px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.nord__interactive .sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.nord__select, .nord__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  margin-bottom: 16px;
  transition: border-color 0.2s;
  appearance: none;
}
.nord__select:focus, .nord__input:focus { outline: none; border-color: var(--accent); }
.nord__btn {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.nord__btn:hover { background: #004A5C; transform: translateY(-1px); }
.nord__result {
  margin-top: 20px;
  padding: 20px;
  background: var(--hover-bg);
  border-radius: 6px;
  border-left: 3px solid var(--accent);
  display: none;
}
.nord__result.show { display: block; animation: slideUp 0.3s ease; }
.nord__result h4 { font-size: 15px; font-weight: 700; color: var(--accent); margin-bottom: 10px; }
.nord__result p, .nord__result li { font-size: 14px; color: #333; }
.nord__result ul { margin-left: 18px; }
.nord__range { width: 100%; accent-color: var(--accent); margin-bottom: 8px; }
.nord__range-label { font-size: 13px; color: var(--muted); margin-bottom: 16px; }

/* ── FAQ ── */
.nord__faq { margin-top: 32px; }
.nord__faq-item { border: 1px solid var(--border); border-radius: 6px; margin-bottom: 10px; overflow: hidden; }
.nord__faq-q {
  padding: 18px 24px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  transition: background 0.2s;
  user-select: none;
}
.nord__faq-q:hover { background: var(--hover-bg); }
.nord__faq-q.open { color: var(--accent); border-bottom: 1px solid var(--border); }
.nord__faq-q .faq-icon { font-size: 20px; color: var(--accent); transition: transform 0.3s; flex-shrink: 0; }
.nord__faq-q.open .faq-icon { transform: rotate(45deg); }
.nord__faq-a { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; font-size: 14px; color: #333; line-height: 1.75; background: #fff; }
.nord__faq-a.open { max-height: 300px; padding: 18px 24px; }

/* ── REVIEWS ── */
.nord__review-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
  transition: border-left 0.2s, background 0.2s;
}
.nord__review-card:hover { border-left: 3px solid var(--accent); background: var(--hover-bg); }
.nord__review-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.nord__review-name { font-weight: 700; font-size: 15px; }
.nord__review-score { background: var(--accent); color: #fff; font-weight: 700; font-size: 14px; padding: 4px 10px; border-radius: 4px; }
.nord__review-text { font-size: 14px; color: var(--muted); line-height: 1.65; }
.nord__review-meta { font-size: 12px; color: #aaa; margin-top: 8px; }

/* ── PROS/CONS ── */
.nord__pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 32px 0; }
.nord__pros, .nord__cons { border: 1px solid var(--border); border-radius: 8px; padding: 24px; }
.nord__pros { border-top: 3px solid var(--secondary); }
.nord__cons { border-top: 3px solid #DC3545; }
.nord__pros h3, .nord__cons h3 { font-size: 16px; margin-bottom: 14px; }
.nord__pros h3 { color: var(--secondary); }
.nord__cons h3 { color: #DC3545; }
.nord__pros li, .nord__cons li { font-size: 14px; color: #333; margin-bottom: 8px; list-style: none; padding-left: 20px; position: relative; }
.nord__pros li::before { content: "✓"; color: var(--secondary); font-weight: 700; position: absolute; left: 0; }
.nord__cons li::before { content: "✗"; color: #DC3545; font-weight: 700; position: absolute; left: 0; }

/* ── METHODOLOGY ── */
.nord__method { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; margin-top: 24px; }
.nord__method-item { border: 1px solid var(--border); border-radius: 6px; padding: 20px; background: #fff; }
.nord__method-item h4 { font-size: 15px; font-weight: 700; color: var(--accent); margin-bottom: 8px; }
.nord__method-item p { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── BREADCRUMB ── */
.nord__breadcrumb { padding: 14px 24px; font-size: 13px; max-width: 1100px; margin: 0 auto; }
.nord__breadcrumb a { color: var(--accent); text-decoration: none; }
.nord__breadcrumb span { color: var(--muted); margin: 0 6px; }

/* ── FOOTER ── */
.nord__footer {
  background: #1A1A1A;
  color: #999;
  padding: 48px 24px 32px;
  margin-top: 80px;
}
.nord__footer-inner { max-width: 1100px; margin: 0 auto; }
.nord__footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.nord__footer h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.nord__footer p { font-size: 13px; line-height: 1.7; }
.nord__footer ul { list-style: none; }
.nord__footer li { margin-bottom: 8px; }
.nord__footer a { color: #999; text-decoration: none; font-size: 13px; transition: color 0.2s; }
.nord__footer a:hover { color: #fff; }
.nord__footer-bottom { border-top: 1px solid #333; padding-top: 24px; font-size: 12px; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.nord__disclaimer { font-size: 12px; color: #666; line-height: 1.65; max-width: 700px; }
.nord__age { background: var(--accent); color: #fff; font-weight: 900; font-size: 14px; padding: 6px 12px; border-radius: 4px; white-space: nowrap; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .nord__hero { padding: 60px 20px; }
  .nord__hero h1 { font-size: 42px; }
  .nord__stats { gap: 28px; }
  .nord__divider { display: none; }
  .nord__pros-cons { grid-template-columns: 1fr; }
  .nord__footer-top { grid-template-columns: 1fr; gap: 24px; }
  .nord__nav { display: none; }
  .nord__author { flex-direction: column; }
  .nord__rating-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .nord__section { padding: 48px 16px; }
  .nord__interactive { padding: 24px 18px; }
}
