/* =========================================
   Executive / Academic Minimal Theme
   ========================================= */

:root {
  --navy: #0a1a3c;
  --navy-dark: #08142e;
  --gold: #c9a24d;
  --gray: #666;
  --light: #f6f7fb;
  --white: #ffffff;
  --shadow-soft: 0 8px 24px rgba(0,0,0,0.05);
  --shadow-hover: 0 12px 30px rgba(0,0,0,0.12);
}

/* ---------- Base ---------- */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Noto Sans Thai", sans-serif;
  background: var(--light);
  color: #222;
  line-height: 1.75;
}

a {
  color: var(--navy);
  text-decoration: none;
}

a:hover {
  color: var(--gold);
}

/* ---------- Hero ---------- */

.hero {
  background: linear-gradient(135deg, var(--navy), #670145);
  color: var(--white);
  padding: 90px 20px 80px;
  text-align: center;
}

.hero-inner {
  max-width: 960px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 3rem;
  margin: 0;
  letter-spacing: 2px;
}

.hero h1 span {
  color: var(--gold);
}

.hero h2 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 12px;
  opacity: 0.95;
}

.subtitle {
  margin-top: 12px;
  font-size: 0.95rem;
  opacity: 0.85;
}

.tagline {
  margin-top: 22px;
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
}

/* ---------- Navigation Back ---------- */

.nav-back {
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 0 24px;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--navy);
  background: linear-gradient(135deg, #ffffff, #f1f3f7);
  border: 1px solid rgba(10,26,60,0.15);
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
}

.btn-back:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

/* ---------- Layout ---------- */

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 24px;
}

.section {
  margin-bottom: 60px;
}

.section h3 {
  font-size: 1.25rem;
  color: var(--navy);
  border-left: 4px solid var(--gold);
  padding-left: 14px;
  margin-bottom: 18px;
}

.section p {
  color: var(--gray);
}

/* ---------- Highlight ---------- */

.highlight {
  background: var(--white);
  padding: 28px 30px;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}

/* ---------- Lists ---------- */

.snapshot,
.quick-links,
.executive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.snapshot li,
.quick-links li,
.executive-list li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}

.snapshot li::before,
.quick-links li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ---------- Two Column ---------- */

.two-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

/* ---------- KPI Grid ---------- */

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.kpi-card {
  background: var(--white);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.kpi-value {
  font-size: 2rem;
  font-weight: 600;
  color: var(--navy);
}

.kpi-label {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--gray);
}

.kpi-card.green { border-top: 4px solid #3fa36c; }
.kpi-card.yellow { border-top: 4px solid #e0b84f; }
.kpi-card.red { border-top: 4px solid #d36b6b; }

/* ---------- Images ---------- */

img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---------- Footer ---------- */

.footer {
  background: var(--navy-dark);
  color: #cfd3e0;
  text-align: center;
  padding: 32px 20px;
  font-size: 0.85rem;
  margin-top: 80px;
}

/* ---------- Responsive ---------- */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.3rem;
  }

  .container {
    padding: 40px 18px;
  }
}
/* ---------- Executive Branding Image (Small) ---------- */

.executive-brand {
  text-align: center;
  margin: 40px 0;
}

.brand-image.small {
  max-width: 120px;   /* ขนาดเล็ก เหมาะกับ Executive */
  width: 100%;
  height: auto;
  opacity: 0.85;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-image.small:hover {
  transform: scale(1.05);
  opacity: 1;
}
/* ---------- Language Switch ---------- */

.lang-switch {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 0.85rem;
}

.lang-switch button {
  background: none;
  border: none;
  color: #cfd6ea;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.lang-switch button.active {
  color: #d4af37; /* Executive Gold */
}

.lang-switch span {
  margin: 0 6px;
  color: rgba(255,255,255,0.5);
}
.snapshot.badge{
  list-style: none;
  counter-reset: step;
  padding-left: 0;
}

.snapshot.badge li{
  counter-increment: step;
  position: relative;
  padding-left: 3.2rem;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.snapshot.badge strong{
  display: block;
  margin-bottom: .25rem;
}

.snapshot.badge li::before{
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.15rem;

  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;

  background: #0a1a3c;
  color: #ffffff;

  font-weight: 800;
  font-size: 1rem;

  display: flex;                /* 🔥 สำคัญ */
  align-items: center;          /* 🔥 กลางแนวตั้ง */
  justify-content: center;      /* 🔥 กลางแนวนอน */

  text-align: center;
}
