/* ==============================================================
   greek.css — Biblical Greek course theme
   Classical Aegean / Hellenistic palette
   ============================================================== */

:root {
  --bg-color:           #eef4fb;
  --text-color:         #1a2c3d;
  --text-muted:         #4e7090;
  --accent-color:       #1a5276;
  --card-bg:            #ffffff;
  --card-header-bg:     #ddeef7;
  --card-header-hover:  #c4e0f0;
  --border-color:       #aec8df;
  --row-hover:          #e8f3fa;
  --table-header-text:  #ffffff;
  --footer-bg:          #1a3a5c;
  --footer-text:        rgba(232, 244, 253, 0.72);
  --hero-gradient:      linear-gradient(160deg, #1a3a5c 0%, #1d5f96 55%, #2d87c8 100%);
}

body {
  background: var(--bg-color);
  color: var(--text-color);
}

/* Decorative stripe at hero base — evokes a classical frieze */
.lang-hero {
  border-bottom: 5px solid #1a5276;
  box-shadow: 0 4px 0 rgba(45, 135, 200, 0.45);
}
