/* ============================================================
   DitchNepa.com — Design System
   Theme: Dark NEPA night → Solar sunrise breakthrough
   Fonts: Syne (display) + DM Sans (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── Variables ── */
:root {
  --dark:        #0D0D1A;
  --dark-2:      #13132A;
  --dark-3:      #1A1A35;
  --card:        #16162E;
  --card-hover:  #1C1C38;
  --border:      rgba(255,255,255,0.07);
  --border-glow: rgba(251,167,36,0.25);

  --orange:      #F97316;
  --amber:       #FBBF24;
  --amber-light: #FDE68A;
  --gold:        #F59E0B;
  --green:       #22C55E;
  --red:         #EF4444;

  --text:        #F0F0F8;
  --text-mid:    #A0A0C0;
  --text-light:  #6060A0;

  --font-head:   'Syne', sans-serif;
  --font-body:   'DM Sans', sans-serif;

  --radius:      10px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --shadow:      0 4px 24px rgba(0,0,0,0.4);
  --shadow-glow: 0 0 40px rgba(249,115,22,0.15);
  --transition:  0.2s ease;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--amber); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--amber-light); }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.15; }
ul { list-style: none; }

/* ── Navigation ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13,13,26,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.nav-logo em {
  font-style: normal;
  color: var(--amber);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-mid);
  padding: 6px 12px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a.active { color: var(--text); background: var(--dark-3); }
.nav-cta {
  background: var(--orange) !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: var(--radius) !important;
  font-weight: 600 !important;
}
.nav-cta:hover { background: var(--gold) !important; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: var(--transition);
}

/* Mobile nav */
.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--dark-2);
  border-bottom: 1px solid var(--border);
  padding: 12px 24px 16px;
  gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-mid);
  padding: 10px 12px;
  border-radius: var(--radius);
}
.mobile-menu a:hover { color: var(--text); background: var(--dark-3); }
.mobile-menu .nav-cta {
  background: var(--orange);
  color: white;
  text-align: center;
  margin-top: 8px;
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}

/* ── Hero ── */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--dark) 0%, #0F0F2A 50%, #1A0F00 100%);
  padding: 80px 24px 72px;
  text-align: center;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(251,167,36,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(249,115,22,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249,115,22,0.12);
  border: 1px solid rgba(249,115,22,0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  color: var(--text);
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--orange) 0%, var(--amber) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 18px;
  color: var(--text-mid);
  max-width: 580px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.hero-stat-num {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 4px;
}
.hero-stat-label {
  font-size: 13px;
  color: var(--text-light);
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--gold) 100%);
  color: white;
  box-shadow: 0 4px 20px rgba(249,115,22,0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(249,115,22,0.45);
  color: white;
}
.btn-secondary {
  background: var(--dark-3);
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover { background: var(--card); color: var(--text); border-color: var(--border-glow); }
.btn-lg { font-size: 16px; padding: 14px 28px; }
.btn-full { width: 100%; justify-content: center; }
.btn-green { background: var(--green); color: white; }
.btn-green:hover { background: #16a34a; color: white; }
.btn-outline {
  background: transparent;
  border: 1px solid var(--border-glow);
  color: var(--amber);
}
.btn-outline:hover { background: rgba(251,167,36,0.08); color: var(--amber-light); }

/* ── Layout ── */
.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 960px) {
  .page-wrap { grid-template-columns: 1fr; }
  .sidebar { display: none; }
}

/* ── Main Content ── */
.main-content { min-width: 0; }
.article { max-width: 780px; }
.article p { font-size: 16px; color: var(--text-mid); line-height: 1.75; margin-bottom: 18px; }
.article h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--text);
  margin: 40px 0 16px;
  letter-spacing: -0.5px;
}
.article h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin: 28px 0 12px;
}
.article ul li {
  font-size: 15px;
  color: var(--text-mid);
  padding: 6px 0 6px 24px;
  position: relative;
  line-height: 1.65;
}
.article ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}
.article ol {
  counter-reset: ol;
  padding: 0;
  margin: 16px 0;
}
.article ol li {
  counter-increment: ol;
  padding: 10px 0 10px 36px;
  position: relative;
  font-size: 15px;
  color: var(--text-mid);
  border-bottom: 1px solid var(--border);
  line-height: 1.65;
}
.article ol li:last-child { border-bottom: none; }
.article ol li::before {
  content: counter(ol);
  position: absolute;
  left: 0;
  background: var(--orange);
  color: white;
  font-weight: 700;
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12px;
}
.article strong { color: var(--text); font-weight: 600; }
.article a { color: var(--amber); }
.article a:hover { color: var(--amber-light); }

/* ── Breadcrumb ── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-light); }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb span { color: var(--text-light); }

/* ── Tables ── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  border-radius: var(--radius);
  overflow: hidden;
}
.data-table th {
  background: var(--dark-3);
  color: var(--text-mid);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.data-table td {
  padding: 12px 16px;
  color: var(--text-mid);
  border-bottom: 1px solid var(--border);
  background: var(--card);
}
.data-table tr:last-child td { border-bottom: none; }
.data-table tr:hover td { background: var(--card-hover); }
.data-table .green { color: var(--green); font-weight: 600; }
.data-table .amber { color: var(--amber); font-weight: 600; }

/* ── Info boxes ── */
.info-box {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 24px 0;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
}
.info-box strong { color: var(--amber); }
.warning-box {
  background: rgba(239,68,68,0.06);
  border: 1px solid rgba(239,68,68,0.2);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 24px 0;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
}
.warning-box strong { color: var(--red); }
.tip-box {
  background: rgba(34,197,94,0.06);
  border: 1px solid rgba(34,197,94,0.2);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 24px 0;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
}
.tip-box strong { color: var(--green); }

/* ── CTA Block ── */
.cta-block {
  background: linear-gradient(135deg, #1A1200 0%, #2A1800 100%);
  border: 1px solid rgba(251,167,36,0.2);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
  margin: 32px 0;
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(251,167,36,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.cta-block h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 10px;
}
.cta-block p {
  font-size: 15px;
  color: var(--text-mid);
  margin-bottom: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-note {
  display: block;
  font-size: 12px;
  color: var(--text-light);
  margin-top: 10px;
}

/* ── Verdict bar ── */
.verdict-bar {
  background: var(--dark-3);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 28px 0;
}
.verdict-icon { font-size: 28px; flex-shrink: 0; }
.verdict-title { font-weight: 700; color: var(--text); font-size: 16px; margin-bottom: 4px; }
.verdict-text { font-size: 14px; color: var(--text-mid); line-height: 1.65; }

/* ── FAQ ── */
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  background: var(--card);
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background var(--transition);
}
.faq-q:hover { background: var(--card-hover); }
.faq-icon { font-size: 20px; color: var(--amber); flex-shrink: 0; font-weight: 300; }
.faq-a {
  display: none;
  padding: 0 20px 16px;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
  background: var(--card);
  border-top: 1px solid var(--border);
}
.faq-a.open { display: block; }

/* ── Sidebar ── */
.sidebar { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 20px; }
.sidebar-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.sidebar-card-head {
  background: linear-gradient(135deg, var(--orange) 0%, var(--gold) 100%);
  padding: 16px 20px;
}
.sidebar-card-head h3 {
  font-size: 15px;
  font-weight: 700;
  color: white;
}
.sidebar-card-body { padding: 16px 20px; }
.sidebar-fact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.sidebar-fact:last-of-type { border-bottom: none; }
.sidebar-fact-label { color: var(--text-light); }
.sidebar-fact-value { font-weight: 600; color: var(--text); }
.sidebar-fact-value.green { color: var(--green); }

/* ── Brand card ── */
.brand-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 20px 0;
  transition: border-color var(--transition);
}
.brand-card:hover { border-color: var(--border-glow); }
.brand-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.brand-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--orange) 0%, var(--gold) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.brand-name { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--text); }
.brand-tagline { font-size: 13px; color: var(--text-light); }
.brand-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.stars { color: var(--amber); font-size: 16px; }
.rating-num { font-weight: 700; color: var(--text); font-size: 15px; }
.rating-label { font-size: 13px; color: var(--text-light); }
.brand-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0; }
.brand-fact { background: var(--dark-3); border-radius: 8px; padding: 10px 12px; }
.brand-fact-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-light); margin-bottom: 3px; }
.brand-fact-value { font-size: 14px; font-weight: 600; color: var(--text); }

/* ── Price table ── */
.price-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 20px 0;
}
.price-card-head {
  background: var(--dark-3);
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.price-card-head h3 { font-size: 15px; font-weight: 700; color: var(--text); }
.price-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(251,167,36,0.15);
  color: var(--amber);
  border: 1px solid rgba(251,167,36,0.3);
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.price-row:last-child { border-bottom: none; }
.price-row:hover { background: var(--card-hover); }
.price-item { color: var(--text-mid); }
.price-amount { font-weight: 700; color: var(--amber); font-family: var(--font-head); font-size: 16px; }

/* ── Disclosure ── */
.disclosure {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 12px;
  color: var(--text-light);
  margin-bottom: 28px;
  line-height: 1.6;
}
.disclosure strong { color: var(--text-mid); }

/* ── Disclaimer ── */
.disclaimer {
  background: var(--dark-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 20px;
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.65;
  margin: 32px 0;
}
.disclaimer strong { color: var(--text-mid); }

/* ── Homepage specific ── */
.home-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.section-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--orange);
  margin-bottom: 8px;
}
.section-title { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: var(--text); letter-spacing: -0.5px; }
.section-sub { font-size: 15px; color: var(--text-mid); margin-top: 8px; }

.guides-section { padding: 64px 0; }
.guides-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.guide-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.guide-card:hover {
  border-color: var(--border-glow);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
}
.guide-icon { font-size: 36px; margin-bottom: 16px; }
.guide-title { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.guide-desc { font-size: 14px; color: var(--text-mid); line-height: 1.65; flex: 1; margin-bottom: 16px; }
.guide-meta { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.guide-vol { color: var(--orange); font-weight: 600; }
.guide-sd { color: var(--text-light); }
.guide-arrow { color: var(--amber); font-size: 18px; }

.brands-section { padding: 64px 0; border-top: 1px solid var(--border); }
.brands-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.brand-tile {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
}
.brand-tile:hover { border-color: var(--border-glow); background: var(--card-hover); }
.brand-tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(249,115,22,0.2) 0%, rgba(245,158,11,0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.brand-tile-name { font-weight: 700; color: var(--text); font-size: 15px; margin-bottom: 3px; }
.brand-tile-sub { font-size: 12px; color: var(--text-light); }

.why-section { padding: 64px 0; border-top: 1px solid var(--border); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.why-card {
  background: var(--dark-3);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--border);
}
.why-card .icon { font-size: 32px; margin-bottom: 14px; }
.why-card h4 { font-family: var(--font-head); font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }

/* ── Footer ── */
.footer {
  background: var(--dark-2);
  border-top: 1px solid var(--border);
  padding: 48px 24px 24px;
  margin-top: 48px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
.footer-brand p { font-size: 14px; color: var(--text-light); line-height: 1.65; margin-top: 12px; }
.footer-col h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-mid); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; color: var(--text-light); padding: 4px 0; transition: color var(--transition); }
.footer-col a:hover { color: var(--amber); }
.footer-disclaimer { font-size: 12px; color: var(--text-light); line-height: 1.7; padding: 20px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 20px; }
.footer-bottom { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-light); flex-wrap: wrap; gap: 8px; }

/* ── Animations ── */
.fade-in { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ── Utilities ── */
.text-amber { color: var(--amber); }
.text-orange { color: var(--orange); }
.text-green { color: var(--green); }
.mt-0 { margin-top: 0 !important; }
