/* ══════════════════════════════════════════════
   PEASE — Anti-Fraud Education Website
   Shared Styles
   ══════════════════════════════════════════════ */

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

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

:root {
  --navy: #0a0e1a;
  --accent: #1e3a8a;
  --accent-light: #3b82f6;
  --gold: #f4c542;
  --card-bg: #141c2e;
  --card-border: rgba(255,255,255,0.06);
  --text: #c8cdd8;
  --text-muted: #6b7280;
  --white: #ffffff;
  --section-pad: 80px 6%;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', system-ui, sans-serif;
  background: var(--navy);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── NOISE OVERLAY ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  font-family: 'Bebas Neue', sans-serif;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: 1px;
}

a { color: inherit; text-decoration: none; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  background: rgba(10,14,26,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 6%;
  height: 68px;
  transition: background 0.3s;
}

.nav-logo {
  display: flex; align-items: center; gap: 0;
  text-decoration: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: var(--white);
}

.nav-logo .accent-letter { color: var(--accent-light); }

.nav-links {
  display: flex; gap: 32px; list-style: none; align-items: center;
}

.nav-links a {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.25s;
  position: relative;
}

.nav-links a:hover,
.nav-links a.active { color: var(--white); }

.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: var(--accent);
}

.nav-cta {
  background: var(--accent) !important;
  color: var(--white) !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
  transition: transform 0.2s, box-shadow 0.2s;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(30,58,138,0.4);
}

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}

.hamburger span {
  width: 24px; height: 2px; background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
  display: block;
}

.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── Language Toggle ── */
.lang-toggle {
  background: none; border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px; padding: 4px 12px; cursor: pointer;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em;
  color: var(--text-muted); display: flex; align-items: center; gap: 5px;
  transition: border-color 0.2s; font-family: 'Manrope', sans-serif;
  margin-left: 12px;
}
.lang-toggle:hover { border-color: var(--accent-light); }
.lang-sep { opacity: 0.3; }
.lang-option { cursor: pointer; transition: color 0.2s; padding: 2px 0; }
.lang-option.active { color: var(--accent-light); }

/* ── HERO (shared base) ── */
.hero {
  min-height: 60vh;
  display: flex; align-items: center;
  padding: 120px 6% 60px;
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--navy) 0%, #0f1628 50%, #131b30 100%);
}

.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(30,58,138,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,58,138,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-content { position: relative; max-width: 700px; z-index: 1; }

.hero-badge {
  display: inline-block;
  background: rgba(30,58,138,0.12);
  color: var(--accent-light);
  border: 1px solid rgba(30,58,138,0.25);
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  margin-bottom: 20px;
}

.hero h1 .accent { color: var(--accent-light); }

.hero p {
  color: var(--text);
  font-size: 1.05rem;
  margin-bottom: 32px;
  max-width: 540px;
}

/* ── HERO FULL IMAGE LAYOUT ── */
.hero-fullimg {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 6% 80px;
  background: var(--navy);
}

.hero-fullimg::before {
  display: none;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,14,26,0.95) 0%,
    rgba(10,14,26,0.6) 40%,
    rgba(10,14,26,0.15) 70%,
    transparent 100%
  );
  z-index: 1;
}

.hero-fullimg .hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-fullimg .hero-badge {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Decorative hero illustration for inner pages */
.hero-decor {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.08;
  z-index: 0;
  font-size: 280px;
  color: var(--accent-light);
  pointer-events: none;
  animation: floatDecor 8s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

@keyframes floatDecor {
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(calc(-50% - 16px)); }
}

/* ── STATS BAR ── */
.stats-bar {
  padding: 0 6%;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.stat-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 32px 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.stat-card .stat-icon {
  font-size: 1.4rem;
  color: var(--accent-light);
  margin-bottom: 12px;
}

.stat-card .stat-icon.gold { color: #3b82f6; }

.stat-card .num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-card .num.blue { color: var(--gold); }

.stat-card .lbl {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Old hero-stats kept for compat */
.hero-stats {
  display: flex; gap: 40px; margin-top: 40px;
}

.stat { text-align: center; }
.stat .num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem; color: var(--gold);
}
.stat .lbl {
  font-size: 0.75rem; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 1px;
}

/* ── BUTTONS ── */
.btn {
  padding: 13px 28px; border-radius: 6px;
  font-size: 0.92rem; font-weight: 700;
  font-family: 'Manrope', sans-serif;
  cursor: pointer; border: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.btn-accent { background: var(--accent); color: var(--white); }
.btn-accent:hover { box-shadow: 0 6px 24px rgba(30,58,138,0.4); }

.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.2);
}
.btn-outline:hover { border-color: var(--white); }

.btn-gold { background: var(--gold); color: var(--navy); }

.btn-group { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── SECTION COMMONS ── */
section { padding: var(--section-pad); }

.section-tag {
  color: var(--accent-light);
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 16px;
}

.section-sub {
  color: var(--text-muted);
  max-width: 560px; margin-bottom: 48px;
  font-size: 0.95rem;
}

/* ── CARDS ── */
.card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 28px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
  border-color: rgba(30,58,138,0.15);
}

/* ── FILTER BAR ── */
.filter-bar {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  color: var(--text-muted);
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem; font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
}

.filter-btn:hover { border-color: var(--accent); color: var(--white); }

.filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

/* ── ACCORDION ── */
.accordion-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.accordion-btn {
  width: 100%; text-align: left;
  background: none; border: none;
  color: var(--white);
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem; font-weight: 600;
  padding: 18px 0;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  transition: color 0.2s;
}

.accordion-btn:hover { color: var(--accent-light); }

.accordion-btn::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--accent-light);
  transition: transform 0.3s;
}

.accordion-btn.active::after {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-content-inner {
  padding: 0 0 18px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── DANGER BADGE ── */
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-high {
  background: rgba(30,58,138,0.15);
  color: var(--accent-light);
}

.badge-medium {
  background: rgba(244,197,66,0.15);
  color: var(--gold);
}

/* ── SCHEME CARDS GRID ── */
.schemes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.scheme-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.scheme-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.scheme-card-header {
  padding: 24px 24px 0;
  display: flex; align-items: flex-start; gap: 16px;
}

.scheme-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(30,58,138,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.scheme-card-header .info { flex: 1; }
.scheme-card-header .info h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem; font-weight: 700;
  margin-bottom: 6px; letter-spacing: 0;
}

.scheme-card-body {
  padding: 16px 24px 24px;
}

.scheme-card-body > p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.scheme-details { border-top: 1px solid rgba(255,255,255,0.06); }

.scheme-detail-btn {
  width: 100%; text-align: left;
  background: none; border: none; border-bottom: 1px solid rgba(255,255,255,0.04);
  color: var(--text);
  font-family: 'Manrope', sans-serif;
  font-size: 0.85rem; font-weight: 600;
  padding: 14px 0;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  transition: color 0.2s;
}

.scheme-detail-btn:hover { color: var(--accent-light); }

.scheme-detail-btn::after {
  content: '▸';
  color: var(--accent-light);
  transition: transform 0.3s;
  font-size: 0.8rem;
}

.scheme-detail-btn.active::after { transform: rotate(90deg); }

.scheme-detail-content {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease;
}

.scheme-detail-inner {
  padding: 8px 0 14px;
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.scheme-detail-inner ol,
.scheme-detail-inner ul {
  padding-left: 18px;
}

.scheme-detail-inner li { margin-bottom: 6px; }

.red-flag {
  color: var(--accent-light);
  font-weight: 600;
}

/* ── FONT AWESOME ICON COLORS ── */
.scheme-icon i { color: var(--accent-light); }
.guide-icon i { color: var(--gold); }
.contact-card-icon i { color: var(--accent-light); }
.result-badge i { color: inherit; font-size: 48px; }

/* ── QUIZ ── */
.quiz-container {
  max-width: 720px;
  margin: 0 auto;
}

.quiz-progress {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 32px;
}

.progress-bar {
  flex: 1; height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 3px; overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  border-radius: 3px;
  transition: width 0.4s ease;
  width: 0%;
}

.progress-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
  white-space: nowrap;
}

.quiz-level-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.level-beginner { background: rgba(76,175,80,0.15); color: #4caf50; }
.level-intermediate { background: rgba(244,197,66,0.15); color: var(--gold); }
.level-expert { background: rgba(30,58,138,0.15); color: var(--accent-light); }

.quiz-question-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 36px;
}

.quiz-scenario {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 28px;
  font-size: 0.92rem;
  line-height: 1.7;
}

.quiz-scenario .label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-light);
  margin-bottom: 10px;
}

.quiz-options {
  display: flex; flex-direction: column; gap: 12px;
}

.quiz-option {
  padding: 16px 20px;
  background: rgba(255,255,255,0.03);
  border: 2px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  text-align: left;
  transition: all 0.25s;
  display: flex; align-items: center; gap: 12px;
}

.quiz-option:hover {
  border-color: rgba(30,58,138,0.4);
  background: rgba(30,58,138,0.05);
}

.quiz-option .letter {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.82rem;
  color: var(--text-muted);
  flex-shrink: 0;
  transition: all 0.25s;
}

.quiz-option:hover .letter {
  background: var(--accent);
  color: var(--white);
}

.quiz-option.correct {
  border-color: #4caf50;
  background: rgba(76,175,80,0.08);
}
.quiz-option.correct .letter { background: #4caf50; color: var(--white); }

.quiz-option.wrong {
  border-color: var(--accent);
  background: rgba(30,58,138,0.08);
}
.quiz-option.wrong .letter { background: var(--accent); color: var(--white); }

.quiz-option.disabled { pointer-events: none; opacity: 0.6; }

.quiz-feedback {
  margin-top: 20px;
  padding: 18px;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.7;
  display: none;
}

.quiz-feedback.correct {
  background: rgba(76,175,80,0.08);
  border: 1px solid rgba(76,175,80,0.2);
  color: #a5d6a7;
}

.quiz-feedback.wrong {
  background: rgba(30,58,138,0.08);
  border: 1px solid rgba(30,58,138,0.2);
  color: #ef9a9a;
}

.quiz-next {
  margin-top: 20px;
  display: none;
}

.quiz-score {
  display: flex; gap: 20px; margin: 24px 0;
}

.score-item {
  text-align: center; flex: 1;
  padding: 20px;
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
}

.score-item .val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  color: var(--gold);
}

.score-item .label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Quiz result */
.quiz-result {
  text-align: center;
}

.result-badge {
  width: 120px; height: 120px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
}

.result-badge.great { background: rgba(76,175,80,0.15); color: #4caf50; }
.result-badge.good { background: rgba(244,197,66,0.15); color: var(--gold); }
.result-badge.poor { background: rgba(30,58,138,0.15); color: var(--accent-light); }

/* ── GUIDES ── */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.guide-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.guide-card-header {
  padding: 28px 24px;
  cursor: pointer;
  display: flex; align-items: flex-start; gap: 16px;
}

.guide-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(244,197,66,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; flex-shrink: 0;
}

.guide-card-header .info { flex: 1; }
.guide-card-header .info h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.02rem; font-weight: 700;
  margin-bottom: 6px; letter-spacing: 0;
}
.guide-card-header .info p {
  font-size: 0.84rem;
  color: var(--text-muted);
}

.guide-toggle {
  color: var(--accent-light); font-size: 1.4rem;
  transition: transform 0.3s;
  flex-shrink: 0; margin-top: 4px;
}

.guide-card.open .guide-toggle { transform: rotate(45deg); }

.guide-card-content {
  max-height: 0; overflow: hidden;
  transition: max-height 0.5s ease;
}

.guide-card-inner {
  padding: 0 24px 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.guide-card-inner h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem; font-weight: 700;
  color: var(--gold);
  margin: 20px 0 10px;
  letter-spacing: 0;
}

.guide-card-inner ol,
.guide-card-inner ul {
  padding-left: 20px;
  font-size: 0.88rem;
  color: var(--text);
}

.guide-card-inner li { margin-bottom: 8px; }

.pro-tip {
  background: rgba(244,197,66,0.08);
  border-left: 3px solid var(--gold);
  padding: 14px 18px;
  margin: 16px 0;
  border-radius: 0 8px 8px 0;
  font-size: 0.86rem;
  color: var(--text);
}

.pro-tip strong { color: var(--gold); }

.mistakes-block {
  background: rgba(30,58,138,0.06);
  border-left: 3px solid var(--accent);
  padding: 14px 18px;
  margin: 16px 0;
  border-radius: 0 8px 8px 0;
}

.mistakes-block strong { color: var(--accent-light); }

.mistakes-block ul {
  padding-left: 18px;
  font-size: 0.86rem;
}

/* ── CONTACTS PAGE ── */
.timeline {
  position: relative;
  padding-left: 40px;
  max-width: 680px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 15px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--accent), var(--gold));
}

.timeline-item {
  position: relative;
  margin-bottom: 32px;
  padding: 20px 24px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
}

.timeline-item::before {
  content: attr(data-step);
  position: absolute;
  left: -40px; top: 20px;
  width: 30px; height: 30px;
  background: var(--accent);
  color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; font-weight: 800;
}

.timeline-item h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem; font-weight: 700;
  margin-bottom: 8px; letter-spacing: 0;
}

.timeline-item p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.contact-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.contact-card-icon {
  width: 60px; height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(30,58,138,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
}

.contact-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem; font-weight: 700;
  margin-bottom: 6px; letter-spacing: 0;
}

.contact-card .phone {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem; color: var(--gold);
  letter-spacing: 2px; margin: 10px 0;
}

.contact-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ── REPORT FORM ── */
.report-form {
  max-width: 600px;
  display: flex; flex-direction: column; gap: 16px;
}

.report-form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: -8px;
}

.report-form input,
.report-form textarea,
.report-form select {
  width: 100%;
  padding: 13px 16px;
  background: var(--card-bg);
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: var(--white);
  font-family: 'Manrope', sans-serif;
  font-size: 0.9rem;
  transition: border-color 0.25s;
}

.report-form input::placeholder,
.report-form textarea::placeholder {
  color: var(--text-muted);
}

.report-form input:focus,
.report-form textarea:focus,
.report-form select:focus {
  outline: none;
  border-color: var(--accent);
}

.report-form textarea { min-height: 120px; resize: vertical; }

.report-form select option {
  background: var(--card-bg);
  color: var(--white);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ── FOOTER ── */
.footer {
  background: #060a14;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 60px 6% 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 14px;
  line-height: 1.7;
}

.footer-col h4 {
  font-family: 'Manrope', sans-serif;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--accent-light); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: var(--text-muted);
  flex-wrap: wrap; gap: 10px;
}

/* ── TOAST ── */
#toast {
  position: fixed; bottom: 30px; right: 30px;
  background: var(--accent); color: var(--white);
  padding: 14px 24px; border-radius: 10px;
  box-shadow: 0 4px 20px rgba(30,58,138,0.4);
  font-size: 0.88rem; font-weight: 600;
  transform: translateY(80px); opacity: 0;
  transition: transform 0.35s, opacity 0.35s;
  z-index: 9998;
}

#toast.show { transform: translateY(0); opacity: 1; }

/* ── WHY IT MATTERS GRID ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.why-card {
  text-align: center;
  padding: 36px 24px;
}

.why-icon {
  font-size: 40px;
  margin-bottom: 16px;
  color: var(--accent-light);
}

.why-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.why-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* ── LINKS GRID ── */
.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.link-card {
  padding: 32px;
  display: block;
}

.link-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.link-info h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.15rem;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.link-info p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.link-arrow {
  color: var(--accent-light);
  font-weight: 600;
  font-size: 0.85rem;
}

/* ── NUMBER STATS GRID ── */
.num-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.num-card {
  text-align: center;
  padding: 28px;
}

.num-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
}

.num-lbl {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ── FADE-IN ANIMATION ── */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  :root { --section-pad: 48px 5%; }

  /* Nav */
  .nav { padding: 0 5%; height: 60px; }

  .nav-logo { font-size: 1.5rem; letter-spacing: 2px; }

  .nav-links {
    display: none;
    flex-direction: column; gap: 0;
  }

  .nav-links.open {
    display: flex;
    position: absolute;
    top: 60px; left: 0; right: 0;
    background: rgba(10,14,26,0.98);
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .nav-links.open li {
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }

  .nav-links.open a {
    display: block; padding: 16px;
    font-size: 0.95rem;
  }

  .hamburger { display: flex; }

  /* Hero base */
  .hero { min-height: 50vh; padding: 80px 5% 32px; }
  .hero h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); }
  .hero-stats { flex-wrap: wrap; gap: 20px; }

  /* Hero fullimg — taller, better image positioning */
  .hero-fullimg {
    min-height: 85vh;
    padding: 0 5% 32px;
  }

  .hero-bg-img {
    object-position: center 20%;
  }

  .hero-overlay {
    background: linear-gradient(
      to top,
      rgba(10,14,26,0.97) 0%,
      rgba(10,14,26,0.7) 35%,
      rgba(10,14,26,0.2) 65%,
      transparent 100%
    );
  }

  .hero-fullimg .hero-content {
    max-width: 100%;
  }

  .hero-fullimg .hero-badge {
    font-size: 0.65rem;
    padding: 4px 12px;
    letter-spacing: 1px;
    margin-bottom: 14px;
  }

  .hero-fullimg h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    margin-bottom: 12px;
  }

  .hero-fullimg p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  /* Full-width stacked buttons */
  .hero-fullimg .btn-group {
    flex-direction: column;
  }

  .hero-fullimg .btn-group .btn {
    width: 100%;
    justify-content: center;
    padding: 16px 28px;
    font-size: 0.95rem;
  }

  .hero-content { max-width: 100%; }
  .hero p { max-width: 100%; }

  /* Inner page hero decor */
  .hero-decor {
    font-size: 160px;
    right: 5%;
    opacity: 0.05;
  }

  /* Stats bar — compact 2-col */
  .stats-bar { margin-top: -16px; padding: 0 5%; }
  .stats-bar-inner { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-card { padding: 18px 10px; border-radius: 10px; }
  .stat-card .stat-icon { font-size: 1.1rem; margin-bottom: 8px; }
  .stat-card .num { font-size: 1.8rem; margin-bottom: 4px; }
  .stat-card .lbl { font-size: 0.65rem; letter-spacing: 0.5px; }

  /* Why-it-matters — compact 2-col */
  .why-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why-card { padding: 20px 14px; }
  .why-icon { font-size: 28px; margin-bottom: 10px; }
  .why-card h3 { font-size: 0.85rem; margin-bottom: 6px; }
  .why-card p { font-size: 0.76rem; line-height: 1.5; }

  /* Links grid — horizontal card layout on mobile */
  .links-grid { grid-template-columns: 1fr; gap: 12px; }
  .link-card {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .link-icon {
    font-size: 24px;
    margin-bottom: 0;
    flex-shrink: 0;
    width: 48px; height: 48px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    display: flex; align-items: center; justify-content: center;
  }
  .link-info { flex: 1; }
  .link-info h3 { font-size: 0.95rem; margin-bottom: 4px; }
  .link-info p { font-size: 0.8rem; margin-bottom: 8px; line-height: 1.5; }
  .link-arrow { font-size: 0.8rem; }

  /* Number stats — 2-col */
  .num-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .num-card { padding: 20px 14px; }
  .num-val { font-size: 2rem; }
  .num-lbl { font-size: 0.72rem; }

  /* Section spacing */
  .section-title { font-size: clamp(1.5rem, 5vw, 2rem); margin-bottom: 10px; }
  .section-sub { margin-bottom: 28px; font-size: 0.88rem; }
  .section-tag { font-size: 0.7rem; letter-spacing: 2px; margin-bottom: 8px; }

  /* Scheme/guide grids */
  .schemes-grid,
  .guides-grid { grid-template-columns: 1fr; }

  .contacts-grid { grid-template-columns: 1fr; }

  /* Footer */
  .footer { padding: 40px 5% 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
  .footer-brand { grid-column: 1 / -1; text-align: center; }
  .footer-brand .nav-logo { justify-content: center; }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding-top: 16px;
  }

  .form-row { grid-template-columns: 1fr; }
  .quiz-question-card { padding: 24px 18px; }
  .quiz-score { flex-direction: column; }
}

/* ── LIVE DOT (Platform Stats) ── */
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  box-shadow: 0 0 0 0 rgba(34,197,94,0.5);
  animation: livePulse 2s infinite;
}

@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.55); }
  70%  { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

/* ── USER PROGRESS SECTION ── */
.progress-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.progress-stat-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-top: 2px solid var(--accent-light);
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.progress-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.ps-icon {
  font-size: 1.5rem;
  color: var(--accent-light);
  margin-bottom: 14px;
}

.ps-icon.gold { color: var(--gold); }

.ps-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  color: var(--white);
  line-height: 1;
  margin-bottom: 10px;
}

.ps-lbl {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-reset-progress {
  background: none;
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--text-muted);
  font-family: 'Manrope', sans-serif;
  font-size: 0.78rem;
  padding: 8px 22px;
  border-radius: 20px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.btn-reset-progress:hover {
  color: var(--text);
  border-color: rgba(255,255,255,0.3);
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-col { text-align: center; }
  .hero-stats { justify-content: center; }
  .filter-bar { justify-content: center; }
  .stats-bar-inner { grid-template-columns: 1fr 1fr; }

  .why-grid { gap: 8px; }
  .why-card { padding: 16px 10px; }
  .why-icon { font-size: 24px; margin-bottom: 8px; }
  .why-card h3 { font-size: 0.8rem; }
  .why-card p { font-size: 0.72rem; }
}
