/* =========================================================
   Kaspersky @ ETCISO Annual Conclave 2026 - stylesheet
   Plain hand-written CSS, no build step. Organized by section -
   search for "== NAME ==" to jump around.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300..900;1,300..900&display=swap');

/* ===================== VARIABLES ===================== */
:root {
  --teal: #14AF97;
  --teal-dark: #0D7264;
  --teal-light: #9CEDD9;
  --navy-900: #080B14;
  --navy-800: #0A1220;
  --navy-700: #0C1930;
  --navy-600: #161E30;
  --navy-400: #37456A;
  --navy-200: #8F9BB8;
  --navy-100: #C9CFDC;
  --ink: #0A1220;
  --muted: #5A6A8C;
  --line: #E4E8F0;
  --white: #ffffff;
  --danger: #D93636;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 10px 30px rgba(10, 18, 32, 0.08);
  --shadow-lg: 0 20px 50px rgba(10, 18, 32, 0.16);
  --glow: 0 0 40px rgba(20, 175, 151, 0.35);
  --container: 1180px;
}

/* ===================== RESET / BASE ===================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Raleway', ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 1rem; }
.hidden { display: none !important; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================== TYPOGRAPHY HELPERS ===================== */
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
}
.eyebrow.on-dark { color: var(--teal-light); }
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--ink);
  margin-top: 8px;
  letter-spacing: -0.01em;
}
.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
  margin-top: 12px;
  max-width: 640px;
}
.text-center { text-align: center; }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  padding: 13px 28px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 4px 14px rgba(20,175,151,0.25); }
.btn-primary:hover:not(:disabled) { background: var(--teal-dark); box-shadow: var(--glow); }
.btn-outline { background: transparent; color: var(--teal-dark); border: 2px solid var(--teal); padding: 11px 26px; }
.btn-outline:hover:not(:disabled) { background: var(--teal); color: #fff; }
.btn-ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.btn-ghost:hover:not(:disabled) { background: rgba(255,255,255,0.18); }
.btn-block { width: 100%; }
.btn-sm { padding: 8px 16px; font-size: 0.82rem; }
.btn-danger { background: var(--danger); color: #fff; }
.btn-danger:hover { opacity: 0.85; }

/* ===================== HEADER / NAV ===================== */
.site-header {
  background: var(--navy-800);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: sticky;
  top: 0;
  z-index: 40;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-word { color: #fff; font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; line-height: 1; }
.brand-tag { color: var(--teal-light); font-size: 9px; text-transform: uppercase; letter-spacing: 0.14em; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { color: rgba(255,255,255,0.78); font-weight: 600; font-size: 0.9rem; transition: color 0.2s; }
.main-nav a:hover { color: var(--teal); }
@media (max-width: 860px) { .main-nav { display: none; } }
@media (max-width: 860px) { .hide-mobile { display: none !important; } }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse at top right, rgba(20,175,151,0.22), transparent 55%),
    linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--navy-800) 100%);
  color: #fff;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.hero .container { width: 100%; }
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 120px 0 60px;
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding: 64px 0 48px; }
}
.hero h1 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-top: 14px;
}
.hero h1 span { color: var(--teal); }
.hero p.lead {
  color: rgba(255,255,255,0.75);
  font-size: 1.08rem;
  margin-top: 18px;
  max-width: 540px;
}
.hero .cta-row { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-visual {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-visual img { width: 100%; }
.booth-banner {
  margin-top:40px;
  display: inline-flex;
  background: var(--teal);
  color: var(--navy-900);
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 0.95rem;
}

/* ===================== EXPERIENCE CARDS ===================== */
.experience-section { padding: 76px 0; background: #fff; }
.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
@media (max-width: 900px) { .experience-grid { grid-template-columns: 1fr; } }
.experience-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.experience-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.experience-card .icon-wrap {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--teal-light);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.experience-card h4 { font-size: 1.2rem; font-weight: 800; color: var(--ink); }
.experience-card p { color: var(--muted); margin-top: 10px; margin-bottom: 22px; font-size: 0.95rem; }

/* ===================== MEETING BANNER ===================== */
.meeting-banner {
  background:
    radial-gradient(ellipse at 15% 20%, rgba(20,175,151,0.25), transparent 50%),
    linear-gradient(120deg, var(--navy-900), var(--navy-700));
  color: #fff;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hex-decor { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hex-decor svg { position: absolute; opacity: 0.5; }
.hex-decor .hex-1 { top: -60px; right: -40px; width: 340px; height: 340px; animation: hexFloat 9s ease-in-out infinite; }
.hex-decor .hex-2 { bottom: -80px; left: 6%; width: 220px; height: 220px; animation: hexFloat 11s ease-in-out infinite reverse; opacity: 0.3; }
.hex-decor .hex-3 { top: 20%; left: 42%; width: 90px; height: 90px; animation: hexSpin 26s linear infinite; opacity: 0.22; }
.meeting-banner .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.meeting-banner-text { max-width: 560px; }
.meeting-banner h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 800; margin-top: 10px; letter-spacing: -0.01em; }
.meeting-banner p { color: rgba(255,255,255,0.68); margin-top: 12px; font-size: 1.05rem; }

.btn-hex {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 20px 34px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(20,175,151,0.35), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}
.btn-hex:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 40px rgba(20,175,151,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-hex .btn-hex-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.16);
  border-radius: 10px;
  flex-shrink: 0;
}
.btn-hex .btn-hex-icon svg { width: 22px; height: 22px; animation: hexSpin 12s linear infinite; }
.btn-hex .btn-hex-arrow { transition: transform 0.25s ease; font-size: 1.2rem; }
.btn-hex:hover .btn-hex-arrow { transform: translateX(6px); }

/* ===================== PRODUCTS PAGE ===================== */
.inner-hero {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  padding: 56px 0 46px;
}
.inner-hero h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; margin-top: 10px; }
.inner-hero p { color: rgba(255,255,255,0.72); margin-top: 14px; max-width: 720px; }

.why-card {
  margin: -40px auto 0;
  max-width: 760px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 5;
  flex-wrap: wrap;
}
.why-card h3 { font-size: 1.15rem; font-weight: 800; }
.why-card p { color: var(--muted); margin-top: 6px; font-size: 0.9rem; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 60px 0 80px;
}
@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .product-grid { grid-template-columns: 1fr; } }
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  transition: box-shadow 0.25s, transform 0.25s;
}
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.product-card .icon-wrap { width: 60px; height: 60px; margin: 0 auto 16px; background: var(--teal-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.product-card h4 { font-size: 1.05rem; font-weight: 800; min-height: 48px; }
.product-card p { color: var(--muted); font-size: 0.86rem; margin-top: 8px; min-height: 54px; }
.product-card .btn-row { display: flex; gap: 10px; margin-top: 18px; }
.product-card .btn-row .btn { flex: 1; padding: 10px 12px; font-size: 0.82rem; }

.more-products { text-align: center; padding-bottom: 60px; }

/* ===================== CTF / QUIZ PAGE ===================== */
.quiz-hero { background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); color: #fff; padding: 60px 0 50px; text-align: center; }
.quiz-wrap { max-width: 720px; margin: -30px auto 80px; padding: 0 20px; position: relative; z-index: 5; }
.quiz-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 36px; }
.quiz-timer {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy-800); color: var(--teal-light);
  font-weight: 800; padding: 8px 18px; border-radius: 999px; font-size: 0.9rem;
}
.quiz-progress { height: 6px; background: var(--line); border-radius: 999px; margin: 22px 0; overflow: hidden; }
.quiz-progress-bar { height: 100%; background: var(--teal); transition: width 0.3s ease; }
.quiz-question { font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; }
.quiz-options { display: flex; flex-direction: column; gap: 10px; }
.quiz-option {
  border: 2px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.quiz-option:hover { border-color: var(--teal-light); }
.quiz-option.selected { border-color: var(--teal); background: #EBFBF7; }
.quiz-option input { accent-color: var(--teal); width: 18px; height: 18px; }
.quiz-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.quiz-result { text-align: center; padding: 20px 0; }
.quiz-result .score { font-size: 3rem; font-weight: 800; color: var(--teal); }

/* ===================== T&C SECTION ===================== */
.tnc-section { background: #F6F8FB; padding: 64px 0; }
.tnc-section h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 24px; }
.tnc-block { margin-bottom: 22px; }
.tnc-block h4 { font-weight: 800; font-size: 1rem; margin-bottom: 10px; color: var(--teal-dark); }
.tnc-block ul { display: flex; flex-direction: column; gap: 8px; }
.tnc-block li { color: var(--muted); font-size: 0.9rem; padding-left: 18px; position: relative; }
.tnc-block li::before { content: '\2022'; color: var(--teal); position: absolute; left: 0; font-weight: 800; }

/* ===================== FOOTER ===================== */
.site-footer { background: var(--navy-900); padding: 56px 0 30px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.footer-brand { color: #fff; font-weight: 800; font-size: 1.15rem; }
.social-row { display: flex; gap: 16px; }
.social-btn {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s, transform 0.2s;
}
.social-btn img { width: 17px; height: 17px; filter: invert(1) brightness(1.6); }
.social-btn:hover { border-color: var(--teal); transform: translateY(-3px); }
.footer-contact { color: rgba(255,255,255,0.45); font-size: 0.82rem; text-align: center; }
.footer-contact a { color: var(--teal-light); }
.footer-strip { width: 100%; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 22px; text-align: center; }
.footer-strip p { color: rgba(255,255,255,0.32); font-size: 0.78rem; }

/* ===================== MODALS ===================== */
.modal-overlay {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(8,11,20,0.72);
  backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  padding: 18px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.modal-overlay.modal-open { opacity: 1; }
.modal-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 460px;
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  padding: 34px;
  transform: translateY(18px) scale(0.97);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), opacity 0.3s ease;
}
.modal-overlay.modal-open .modal-panel { transform: translateY(0) scale(1); opacity: 1; }
.modal-panel.modal-wide { max-width: 680px; }
.modal-panel.modal-xl { max-width: 780px; padding: 0; }
.modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 34px; height: 34px; border-radius: 50%;
  border: none; background: #F0F2F6; color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  z-index: 2;
}
.modal-close:hover { background: #E4E8F0; color: var(--ink); transform: rotate(90deg); }
.modal-header { text-align: center; margin-bottom: 22px; }
.modal-header h3 { font-size: 1.5rem; font-weight: 800; margin-top: 6px; }
.modal-header p { color: var(--muted); font-size: 0.9rem; margin-top: 8px; }

/* ===================== FORMS ===================== */
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }
.field-label { display: block; font-size: 0.86rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.field-label .req { color: var(--danger); }
.field-input, .field-select {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 9px;
  padding: 11px 14px;
  font-size: 0.95rem;
  color: var(--ink);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field-input:focus, .field-select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(20,175,151,0.15);
}
.field-error { color: var(--danger); font-size: 0.78rem; margin-top: 5px; min-height: 14px; }
.field-check { display: flex; align-items: flex-start; gap: 10px; font-size: 0.84rem; color: var(--muted); }
.field-check input { margin-top: 3px; accent-color: var(--teal); width: 16px; height: 16px; flex-shrink: 0; }

.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 520px) { .checkbox-grid { grid-template-columns: 1fr; } }
.checkbox-tile {
  border: 1.5px solid var(--line); border-radius: 9px; padding: 11px 13px;
  display: flex; align-items: center; gap: 10px; font-size: 0.86rem; font-weight: 600;
  cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.checkbox-tile:hover { border-color: var(--teal-light); }
.checkbox-tile input { accent-color: var(--teal); width: 16px; height: 16px; }
.checkbox-tile.checked { border-color: var(--teal); background: #EBFBF7; }

/* ===================== SESSION POPUP ===================== */
.session-card { text-align: center; }
.session-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(20,175,151,0.3), transparent 55%),
    linear-gradient(135deg, var(--navy-900), var(--navy-700));
  color: #fff;
  padding: 46px 40px 76px;
  text-align: center;
}
.session-hero .hex-decor .hex-1 { top: -50px; right: -30px; width: 220px; height: 220px; }
.session-hero .hex-decor .hex-2 { bottom: -70px; left: -30px; width: 180px; height: 180px; }
.session-hero .modal-close { background: rgba(255,255,255,0.12); color: #fff; }
.session-hero .modal-close:hover { background: rgba(255,255,255,0.22); }
.session-card .event-tag {
  position: relative; z-index: 1;
  display: inline-block;
  color: var(--teal-light); font-weight: 800; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.14em;
  border: 1px solid rgba(20,175,151,0.5);
  border-radius: 999px; padding: 6px 16px;
}
.session-card h3 {
  position: relative; z-index: 1;
  font-size: clamp(1.35rem, 2.6vw, 1.7rem); font-weight: 800;
  margin-top: 18px; line-height: 1.35; max-width: 480px; margin-left: auto; margin-right: auto;
}
.session-body { padding: 0 40px 40px; margin-top: -54px; position: relative; z-index: 2; }
.session-speaker {
  display: flex; align-items: center; gap: 18px; justify-content: flex-start;
  background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 20px 24px; text-align: left;
}
.session-speaker img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 3px solid var(--teal-light); flex-shrink: 0; }
.session-speaker .name { font-weight: 800; font-size: 1.1rem; }
.session-speaker .role { color: var(--muted); font-size: 0.88rem; margin-top: 2px; }
.session-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
@media (max-width: 560px) { .session-meta { grid-template-columns: 1fr; } }
.session-meta div { text-align: center; border: 1.5px solid var(--line); border-radius: 12px; padding: 16px 10px; transition: border-color 0.2s, transform 0.2s; }
.session-meta div:hover { border-color: var(--teal-light); transform: translateY(-2px); }
.session-meta .label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 700; }
.session-meta .value { font-weight: 800; margin-top: 6px; font-size: 1.02rem; color: var(--ink); }

/* ===================== PDF VIEWER MODAL ===================== */
.pdf-viewer-body { padding: 0; }
.pdf-viewer-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.pdf-viewer-header h4 { font-weight: 800; font-size: 1rem; }
.pdf-frame { width: 100%; height: 70vh; border: none; }

/* ===================== TOASTS ===================== */
.toast-root { position: fixed; bottom: 20px; right: 20px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
.toast {
  background: var(--ink); color: #fff; padding: 14px 18px; border-radius: 10px;
  box-shadow: var(--shadow-lg); font-size: 0.88rem; max-width: 320px;
  display: flex; align-items: center; gap: 10px;
  animation: toast-in 0.25s ease;
}
.toast.success { border-left: 4px solid var(--teal); }
.toast.error { border-left: 4px solid var(--danger); }
@keyframes toast-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* ===================== SPINNER ===================== */
.spinner {
  width: 16px; height: 16px; border-radius: 50%;
  border: 2.5px solid rgba(255,255,255,0.4); border-top-color: #fff;
  animation: spin 0.7s linear infinite;
  display: inline-block;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ===================== ADMIN PANEL ===================== */
.admin-body { background: #F4F6FA; min-height: 100vh; }
.admin-shell { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 240px; flex-shrink: 0; background: var(--navy-900); color: #fff;
  padding: 26px 18px; position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.admin-sidebar .brand { margin-bottom: 30px; padding: 0 8px; }
.admin-nav a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px; border-radius: 8px; font-size: 0.88rem; font-weight: 600;
  color: rgba(255,255,255,0.68); margin-bottom: 4px;
}
.admin-nav a:hover { background: rgba(255,255,255,0.06); color: #fff; }
.admin-nav a.active { background: var(--teal); color: #fff; }
.admin-main { flex: 1; min-width: 0; }
.admin-topbar {
  background: #fff; border-bottom: 1px solid var(--line);
  padding: 18px 30px; display: flex; align-items: center; justify-content: space-between;
}
.admin-topbar h1 { font-size: 1.3rem; font-weight: 800; }
.admin-content { padding: 30px; }

.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-bottom: 30px; }
@media (max-width: 1100px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-card { background: #fff; border-radius: 12px; padding: 22px; box-shadow: var(--shadow); }
.stat-card .num { font-size: 2rem; font-weight: 800; color: var(--ink); }
.stat-card .label { color: var(--muted); font-size: 0.82rem; margin-top: 4px; }

.panel { background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 24px; margin-bottom: 24px; }
.panel-title { font-weight: 800; font-size: 1.05rem; margin-bottom: 18px; }

table.data-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
table.data-table th {
  text-align: left; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.05em;
  color: var(--muted); padding: 10px 12px; border-bottom: 2px solid var(--line);
}
table.data-table td { padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.data-table tr:hover td { background: #FAFBFD; }
.table-wrap { overflow-x: auto; }

.badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 0.74rem; font-weight: 700; }
.badge-new { background: #FFF1DA; color: #B9700B; }
.badge-contacted { background: #DCEBFF; color: #1B5FB0; }
.badge-done { background: #DDF6EE; color: #0D7264; }
.badge-live { background: #DDF6EE; color: #0D7264; }
.badge-off { background: #F0F2F6; color: var(--muted); }

.admin-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--navy-900); }
.admin-login-card { background: #fff; border-radius: 16px; padding: 40px; width: 100%; max-width: 380px; box-shadow: var(--shadow-lg); }

.form-inline { display: flex; gap: 10px; margin-bottom: 18px; }
.form-inline .field-input { flex: 1; }

.icon-pick { display: flex; gap: 10px; flex-wrap: wrap; }
.icon-pick label { border: 2px solid var(--line); border-radius: 8px; padding: 8px; cursor: pointer; }
.icon-pick input { display: none; }
.icon-pick input:checked + img { outline: 2px solid var(--teal); border-radius: 6px; }
.icon-pick img { width: 28px; height: 28px; }

.pill-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.pill-tabs a { padding: 8px 16px; border-radius: 999px; background: #F0F2F6; color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.pill-tabs a.active { background: var(--navy-900); color: #fff; }

.empty-state { text-align: center; color: var(--muted); padding: 40px 0; font-size: 0.9rem; }

.pagination { display: flex; gap: 8px; margin-top: 18px; justify-content: center; }
.pagination a, .pagination span { padding: 7px 13px; border-radius: 8px; border: 1px solid var(--line); font-size: 0.82rem; font-weight: 700; }
.pagination a:hover { border-color: var(--teal); color: var(--teal-dark); }

/* ===================== ANIMATIONS ===================== */
@keyframes hexFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(6deg); }
}
@keyframes hexSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes softPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(20,175,151,0.35); }
  50% { box-shadow: 0 0 0 10px rgba(20,175,151,0); }
}
@keyframes gentleBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Scroll-reveal: elements start hidden/offset, JS (IntersectionObserver) adds .in-view */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-stagger.in-view > * { animation: fadeInUp 0.6s cubic-bezier(.2,.7,.2,1) both; }
.reveal-stagger.in-view > *:nth-child(1) { animation-delay: 0.05s; }
.reveal-stagger.in-view > *:nth-child(2) { animation-delay: 0.15s; }
.reveal-stagger.in-view > *:nth-child(3) { animation-delay: 0.25s; }
.reveal-stagger.in-view > *:nth-child(4) { animation-delay: 0.35s; }
.reveal-stagger.in-view > *:nth-child(5) { animation-delay: 0.45s; }
.reveal-stagger.in-view > *:nth-child(6) { animation-delay: 0.55s; }

/* Hero entrance (runs once on load, no scroll needed since it's above the fold) */
.hero-inner > *:first-child { animation: heroFadeIn 0.8s cubic-bezier(.2,.7,.2,1) both; }
.hero-visual { animation: heroFadeIn 0.9s 0.15s cubic-bezier(.2,.7,.2,1) both; }

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > *, .hero-inner > *, .hero-visual, .hex-decor svg, .btn-hex .btn-hex-icon svg {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Micro-interactions used throughout the site */
.icon-wrap { transition: transform 0.3s ease, background 0.3s ease; }
.experience-card:hover .icon-wrap,
.product-card:hover .icon-wrap { transform: scale(1.1) rotate(-4deg); background: var(--teal); }
.experience-card:hover .icon-wrap img,
.product-card:hover .icon-wrap img { filter: brightness(0) invert(1); }

.main-nav a { position: relative; }
.main-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px;
  background: var(--teal); transition: width 0.25s ease;
}
.main-nav a:hover::after { width: 100%; }

.brand svg path { transition: stroke 0.3s ease; }
.social-btn img { transition: transform 0.3s ease; }
.social-btn:hover img { transform: scale(1.15); }

.booth-banner { animation: softPulse 2.6s ease-in-out infinite; }
.quiz-option { transform-origin: left center; }
.quiz-option:hover { transform: translateX(3px); }
.quiz-progress-bar { transition: width 0.4s cubic-bezier(.2,.7,.2,1); }
.pagination .current { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
