:root {
  --navy-950:#0a1334;
  --navy-900:#101c4c;
  --navy-800:#14245f;
  --navy-700:#1d3278;
  --blue:#377cf6;
  --blue-soft:#edf3ff;
  --red:#f04452;
  --pink:#ed004f;
  --green:#16a36a;
  --violet:#7558d9;
  --amber:#f39c12;
  --cream:#f7f8fc;
  --white:#fff;
  --ink:#17203d;
  --muted:#68718b;
  --line:#e5e8f1;
  --shadow:0 20px 60px rgba(20,36,95,.11);
  --radius:20px;
  --container:1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 20px;
  top: -60px;
  z-index: 100;
  padding: 12px 18px;
  color: #fff;
  background: var(--red);
  border-radius: 10px;
  text-decoration: none;
}
.skip-link:focus { top: 20px; }

/* Header */
.site-header {
  height: 78px;
  color: #fff;
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 41px;
  flex: 0 0 auto;
}
.brand-mark svg { display: block; width: 100%; height: 100%; overflow: visible; }
.brand-mark path { fill: none; stroke-linecap: round; }
.brand-mark .logo-ring { stroke: var(--red); stroke-width: 7; }
.brand-mark .logo-ear-outer { stroke: #fff; stroke-width: 4; }
.brand-mark .logo-ear-inner { stroke: #fff; stroke-width: 3.6; }
.brand-mark .logo-wave-one { stroke: #73aaff; stroke-width: 3.6; }
.brand-mark .logo-wave-two { stroke: var(--blue); stroke-width: 3.6; }
.brand-mark .logo-dot { fill: #73aaff; }
.brand-word {
  display: inline-flex;
  font: 800 20px/1 "Manrope", sans-serif;
  letter-spacing: 2px;
}
.brand-o { color: var(--red); }
.brand-x { color: #73aaff; }
.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: #aeb9dc;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s;
}
.header-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.header-nav .nav-moodle {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

/* Hero */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 70px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800) 58%, #1a377c);
}
.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -160px;
  top: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55,124,246,.38), transparent 68%);
}
.data-lines { position: absolute; inset: 0; opacity: .08; }
.data-lines i {
  position: absolute;
  left: -5%;
  right: -5%;
  top: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transform: rotate(-5deg);
}
.data-lines i:nth-child(2) { transform: translateY(-34px) rotate(-4deg); }
.data-lines i:nth-child(3) { transform: translateY(34px) rotate(-6deg); }
.data-lines i:nth-child(4) { transform: translateY(68px) rotate(-7deg); }
.data-lines i:nth-child(5) { transform: translateY(-68px) rotate(-3deg); }
.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .7fr;
  align-items: center;
  gap: 90px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 31px;
  color: #7382b0;
  font-size: 10px;
  font-weight: 700;
}
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb i { font-size: 7px; }
.breadcrumb span { color: #aeb9dc; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #aec5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.eyebrow i { color: #ff7a86; }
.hero-copy h1 {
  margin: 15px 0 16px;
  font: 800 clamp(38px,4.8vw,60px)/1.04 "Manrope", sans-serif;
  letter-spacing: -3px;
}
.hero-copy h1 em {
  color: #7eb0ff;
  font-style: normal;
}
.hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: #b7c2e4;
  font-size: 15px;
  line-height: 1.7;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 26px;
  color: #9ba9d2;
  font-size: 11px;
}
.hero-meta span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.hero-meta strong {
  color: #fff;
  font-size: 17px;
}
.hero-stat-card {
  padding: 25px;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 23px;
  box-shadow: 0 28px 70px rgba(3,8,30,.3);
}
.stat-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--red);
  border-radius: 15px;
  font-size: 20px;
}
.hero-stat-card small {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.hero-stat-card h2 {
  margin: 7px 0 16px;
  font: 800 20px "Manrope", sans-serif;
  letter-spacing: -.5px;
}
.stat-list {
  display: grid;
  gap: 9px;
  margin-bottom: 17px;
}
.stat-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 12px;
  background: #f4f6fb;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.stat-list span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.stat-list strong {
  color: var(--navy-800);
  font: 800 18px "Manrope", sans-serif;
}
.hero-stat-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  color: #fff;
  background: var(--navy-800);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s;
}
.hero-stat-card a:hover {
  background: var(--red);
  transform: translateY(-2px);
}

/* Overview */
.overview-section {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.overview-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.overview-card > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  color: var(--red);
  background: #fff0f2;
  border-radius: 15px;
  font-size: 20px;
}
.overview-card small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.overview-card strong {
  color: var(--navy-800);
  font: 800 28px "Manrope", sans-serif;
}

/* Shared section headings */
.employment-section { padding: 58px 0 42px; }
.degree-section { padding: 42px 0 100px; }
.section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.section-icon {
  display: grid;
  place-items: center;
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 14px;
  font-size: 19px;
}
.section-icon.degree {
  color: var(--amber);
  background: #fff7e8;
}
.section-heading small {
  color: #9aa1b3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 3px 0 5px;
  font: 800 24px "Manrope", sans-serif;
  letter-spacing: -.8px;
}
.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Employment stats */
.od-stats {
  --stat-navy:#1d2c65;
  --stat-pink:#ed004f;
  --stat-green:#18a66a;
  --stat-red:#df4b52;
  --stat-blue:#377dff;
  --stat-slate:#77839a;
  --stat-surface:#ffffff;
  --stat-soft:#f4f6fa;
  --stat-line:#e3e7ef;
  --stat-text:#182033;
  --stat-muted:#687086;
  --stat-radius:16px;
  --stat-shadow:0 12px 34px rgba(29,44,101,.08);
  color: var(--stat-text);
}
.od-stats * { box-sizing: border-box; }
.od-mobile-picker {
  display: none;
  margin: 0 0 14px;
}
.od-mobile-picker-label {
  display: block;
  margin: 0 0 7px;
  color: var(--stat-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}
.od-select-wrap { position: relative; }
.od-select-wrap::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--stat-navy);
  border-bottom: 2px solid var(--stat-navy);
  transform: translateY(-68%) rotate(45deg);
  pointer-events: none;
}
.od-year-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--stat-line);
  background: #fff;
  color: var(--stat-navy);
  padding: 13px 46px 13px 15px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 7px 20px rgba(29,44,101,.07);
  cursor: pointer;
  outline: none;
}
.od-year-select:focus {
  border-color: var(--stat-pink);
  box-shadow: 0 0 0 3px rgba(237,0,79,.12), 0 7px 20px rgba(29,44,101,.07);
}
.od-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin: 0 0 18px;
}
.od-buttons button {
  appearance: none;
  border: 1px solid var(--stat-line);
  background: #fff;
  color: var(--stat-navy);
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.od-buttons button:hover {
  transform: translateY(-1px);
  border-color: var(--stat-pink);
  color: var(--stat-pink);
}
.od-buttons button.is-active {
  background: var(--stat-pink);
  border-color: var(--stat-pink);
  color: #fff;
  box-shadow: 0 7px 18px rgba(237,0,79,.2);
}
.od-container {
  display: none;
  background: var(--stat-surface);
  border: 1px solid var(--stat-line);
  border-radius: var(--stat-radius);
  box-shadow: var(--stat-shadow);
  padding: 20px;
}
.od-container.is-active { display: block; }
.od-title {
  text-align: center;
  margin: 2px 0 18px;
  color: var(--stat-navy);
  font-size: clamp(19px, 2.4vw, 25px);
  line-height: 1.3;
}
.od-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}
.od-kpi {
  min-height: 112px;
  padding: 15px;
  border: 1px solid var(--stat-line);
  border-radius: 13px;
  background: linear-gradient(180deg, #fff, var(--stat-soft));
}
.od-kpi-label {
  display: block;
  color: var(--stat-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 7px;
}
.od-kpi-value {
  display: block;
  color: var(--stat-navy);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 7px;
}
.od-kpi-note {
  display: block;
  color: var(--stat-muted);
  font-size: 11px;
  line-height: 1.45;
}
.od-kpi.od-employment .od-kpi-value { color: var(--stat-green); }
.od-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.od-chart-card {
  border: 1px solid var(--stat-line);
  border-radius: 13px;
  padding: 14px;
  background: #fff;
  min-width: 0;
}
.od-chart-wrap {
  position: relative;
  height: 315px;
}
.od-chart-wrap.od-short { height: 245px; }
.od-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  color: var(--stat-muted);
  font-size: 12px;
}

/* Degree cards */
.od-degree {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.degree-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.degree-year-btn {
  padding: 9px 16px;
  color: var(--navy-800);
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: .2s;
}
.degree-year-btn:hover {
  transform: translateY(-1px);
  color: var(--red);
  border-color: #ffd3da;
  background: #fff7f8;
}
.degree-year-btn.active {
  color: #fff;
  background: var(--navy-800);
  border-color: var(--navy-800);
  box-shadow: 0 8px 18px rgba(20,36,95,.17);
}
.degree-section-title {
  margin: 28px 0 15px;
  color: var(--ink);
  font: 800 20px "Manrope", sans-serif;
  letter-spacing: -.4px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
}
.degree-section-title:first-child { margin-top: 0; }
.podium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.podium-card {
  position: relative;
  overflow: hidden;
  padding: 24px 18px;
  text-align: center;
  color: #fff;
  background: linear-gradient(160deg, rgba(29,44,101,.95), rgba(29,44,101,.66));
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(29,44,101,.25);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.podium-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -56px;
  width: 120px;
  height: 120px;
  border: 19px solid rgba(255,255,255,.08);
  border-radius: 50%;
}
.podium-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(29,44,101,.35);
  background: linear-gradient(160deg, rgba(29,44,101,1), rgba(29,44,101,.75));
}
.podium-card .badge {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 9px;
  font-size: 30px;
}
.podium-card .place {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  color: #d0d4f0;
  font-size: 15px;
  font-weight: 800;
}
.podium-card .name {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

/* Footer */
.site-footer {
  padding: 30px 0;
  color: #8390b7;
  background: var(--navy-950);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-inner > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-inner strong {
  color: #fff;
  font: 800 15px "Manrope", sans-serif;
  letter-spacing: 1.4px;
}
.footer-inner span { font-size: 10px; }
.footer-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #aeb9dc;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}
.footer-inner > a:hover { color: #fff; }

a:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: 3px solid #79aaff;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .hero-content { grid-template-columns: 1fr .72fr; gap: 42px; }
  .od-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .od-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: 70px; }
  .brand-word { font-size: 17px; }
  .brand-mark { width: 39px; height: 37px; }
  .header-nav a span { display: none; }
  .header-nav a {
    width: 38px;
    height: 38px;
    justify-content: center;
    padding: 0;
  }
  .page-hero { padding: 45px 0 54px; }
  .hero-content { grid-template-columns: 1fr; gap: 30px; }
  .breadcrumb { margin-bottom: 24px; }
  .hero-copy h1 {
    font-size: clamp(37px, 11vw, 52px);
    letter-spacing: -2.5px;
  }
  .hero-stat-card { max-width: 520px; }
  .overview-section { margin-top: -18px; }
  .overview-grid { grid-template-columns: 1fr; }
  .employment-section { padding-top: 42px; }
  .section-heading { align-items: flex-start; }
  .od-stats { padding-left: 0; padding-right: 0; }
  .od-container { padding: 15px; }
  .od-mobile-picker { display: block; }
  .od-buttons { display: none; }
  .od-chart-wrap { height: 300px; }
  .podium { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .hero-meta { gap: 13px; }
  .hero-stat-card { padding: 20px; }
  .overview-card { min-height: 92px; }
  .od-kpis { grid-template-columns: 1fr; }
  .od-chart-wrap { height: 285px; }
  .od-chart-wrap.od-short { height: 230px; }
  .od-degree { padding: 15px; }
  .degree-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .degree-tabs::-webkit-scrollbar { display: none; }
  .degree-year-btn { white-space: nowrap; }
  .podium-card { padding: 22px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* === Odyoflix v4 design sync === */
:root {
  --navy-950: #0a1334;
  --navy-900: #101c4c;
  --navy-800: #14245f;
  --navy-700: #1d3278;
  --blue: #377cf6;
  --red: #f04452;
  --red-dark: #d93646;
  --cream: #f7f8fc;
  --white: #ffffff;
  --ink: #17203d;
  --muted: #68718b;
  --line: #e5e8f1;
  --shadow: 0 22px 70px rgba(20, 36, 95, .12);
  --radius: 24px;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% -10%, rgba(55, 124, 246, .12), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(240, 68, 82, .10), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--cream) 38%, #eef2fa 100%);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header,
.topbar {
  color: #fff;
  background: rgba(10, 19, 52, .96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .09) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 34px rgba(4, 9, 27, .18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand,
.nav .brand {
  color: #fff;
}

.brand-badge {
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16) !important;
}

.header-nav a,
.header-nav summary,
.nav-links a,
.chip {
  color: #aeb9dc !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

.header-nav a:hover,
.header-nav summary:hover,
.header-nav .is-active,
.header-nav .nav-moodle,
.header-nav .nav-help,
.header-nav .nav-login,
.nav-links a:hover,
.chip:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 255, 255, .12) !important;
}

.header-nav .header-cta,
.nav-links a:last-child {
  color: #fff !important;
  background: var(--red) !important;
  border-color: rgba(255, 255, 255, .14) !important;
  box-shadow: 0 12px 28px rgba(240, 68, 82, .22);
}

.page-hero,
.hero-card,
.login-card,
.topbar.card,
.topbar.large-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800) 58%, #1a377c) !important;
}

.page-hero::before,
.hero-card::after,
.login-card::after,
.topbar.card::after,
.topbar.large-card::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: -240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 124, 246, .38), transparent 68%);
  pointer-events: none;
}

.page-hero > *,
.hero-card > *,
.login-card > *,
.topbar.card > *,
.topbar.large-card > * {
  position: relative;
  z-index: 1;
}

.hero-card h1,
.page-hero h1,
.login-card h1,
.topbar h1,
.hero-copy h1 {
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hero-card p,
.page-hero p,
.login-card .muted,
.topbar .muted,
.hero-copy > p {
  color: #bcc7e8 !important;
}

.hero-card em,
.page-hero em,
.hero-copy h1 em {
  color: #7eb0ff !important;
  font-style: normal;
}

.eyebrow,
.section-kicker,
.breadcrumb,
.section-heading small {
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  color: #aec5ff;
}

.eyebrow i,
.section-kicker i,
.breadcrumb i {
  color: #ff7a86;
}

.hero-card,
.hero-visual,
.panel,
.metric,
.video-card,
.cta-box,
.quote-card,
.question-card,
.reference-card,
.today-card,
.hero-stat-card,
.hero-action-card,
.overview-card,
.priority-card,
.tool-card,
.campus-link,
.accreditation-card,
.booking-card,
.timer-card,
.od-container,
.od-degree,
.staff-card,
.lab-card,
.feature-card,
.intro-panel,
.card,
.inner-card,
.appointment-item,
.list-item,
.user-card,
.mobile-day-card {
  border-color: var(--line) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow) !important;
}

.panel,
.metric,
.video-card,
.cta-box,
.quote-card,
.question-card,
.reference-card,
.today-card,
.hero-visual,
.hero-stat-card,
.hero-action-card,
.overview-card,
.booking-card,
.timer-card,
.od-container,
.od-degree,
.staff-card,
.lab-card,
.feature-card,
.intro-panel,
.card,
.inner-card,
.appointment-item,
.list-item,
.user-card,
.mobile-day-card {
  background: rgba(255, 255, 255, .97) !important;
}

.btn,
.button,
.hero-btn,
.primary-btn,
.ghost-btn,
.control,
.filter,
.filter-button,
.class-filter,
.week-pill,
.small-btn,
.degree-year-btn,
.od-buttons button,
.nav-pills a,
.panel-actions a,
.panel-actions button {
  border-radius: 12px !important;
  font-weight: 800 !important;
}

.btn-primary,
.button-primary,
.hero-btn.primary,
.primary-btn,
.control.primary,
.update-notice-button,
.hero-action-card > a,
.hero-stat-card a,
.fallback-card a {
  color: #fff !important;
  background: var(--red) !important;
  border-color: var(--red) !important;
  box-shadow: 0 14px 34px rgba(240, 68, 82, .26) !important;
}

.btn-primary:hover,
.button-primary:hover,
.hero-btn.primary:hover,
.primary-btn:hover,
.control.primary:hover,
.update-notice-button:hover,
.hero-action-card > a:hover,
.hero-stat-card a:hover,
.fallback-card a:hover {
  background: var(--red-dark) !important;
}

.btn-secondary,
.button-ghost,
.hero-btn.ghost,
.ghost-btn,
.week-pill,
.control.fullscreen {
  color: var(--navy-800) !important;
  background: #fff !important;
  border: 1px solid var(--line) !important;
}

input,
select,
textarea,
.search-box input,
.tool-search input {
  color: var(--ink) !important;
  background: #f8faff !important;
  border: 1px solid var(--line) !important;
  border-radius: 13px !important;
}

input:focus,
select:focus,
textarea:focus,
.search-box input:focus,
.tool-search input:focus {
  background: #fff !important;
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 4px rgba(55, 124, 246, .10) !important;
}

.section-heading h2,
.section-head h2,
.card-head h2,
.panel h3,
.metric h3,
.question-card h3,
.quote-card h3,
.reference-card h3,
.video-copy h3,
.cta-box h3 {
  font-family: "Manrope", "Inter", sans-serif;
  letter-spacing: -0.03em;
}

.site-footer,
.footer {
  color: #8390b7 !important;
  background: var(--navy-950) !important;
}

.site-footer strong,
.footer strong,
.footer-line div,
.footer-inner strong {
  color: #fff !important;
}

@media (max-width: 760px) {
  .site-header,
  .topbar {
    min-height: 70px;
  }

  .header-nav a,
  .header-nav summary,
  .nav-links a,
  .chip {
    min-height: 38px;
  }

  .page-hero,
  .hero {
    padding-top: 52px;
    padding-bottom: 58px;
  }
}

/* === Odyoflix v4 decoration positioning fix === */
.page-hero > .hero-glow,
.page-hero > .sound-lines,
.page-hero > .schedule-lines,
.page-hero > .data-lines,
.hero > .hero-glow,
.hero > .wave-lines {
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none;
}

.page-hero > .container,
.hero > .container {
  position: relative;
  z-index: 1;
}

/* === Odyoflix shared footer === */
.site-footer {
  padding: 76px 0 25px !important;
  color: #fff !important;
  background: var(--navy-950) !important;
}

.footer-main {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr .7fr !important;
  gap: 80px !important;
  padding-bottom: 54px !important;
}

.brand-footer {
  margin-bottom: 20px !important;
}

.footer-brand p {
  max-width: 320px !important;
  margin: 0 !important;
  color: #828eb5 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.footer-links {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 38px !important;
}

.footer-links div {
  display: flex !important;
  flex-direction: column !important;
  gap: 13px !important;
}

.footer-links strong,
.footer-social > strong {
  margin-bottom: 5px !important;
  color: #fff !important;
  font: 800 12px "Manrope", sans-serif !important;
}

.footer-links a {
  color: #858fb2 !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

.footer-links a:hover {
  color: #fff !important;
}

.footer-social > div {
  display: flex !important;
  gap: 8px !important;
  margin-top: 15px !important;
}

.footer-social a {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .07) !important;
  border-radius: 11px !important;
  text-decoration: none !important;
  transition: .2s ease !important;
}

.footer-social a:hover {
  background: var(--red) !important;
  transform: translateY(-3px) !important;
}

.footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding-top: 24px !important;
  color: #667199 !important;
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
  font-size: 10px !important;
}

.footer-bottom p {
  margin: 0 !important;
}

.footer-bottom .footer-dot {
  display: inline-block !important;
  width: 3px !important;
  height: 3px !important;
  margin: 0 6px !important;
  background: var(--red) !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
}

@media (max-width: 760px) {
  .footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }

  .footer-brand {
    grid-column: 1 / -1 !important;
  }

  .site-footer {
    padding-bottom: 42px !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 9px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 520px) {
  .footer-main {
    grid-template-columns: 1fr !important;
  }

  .footer-brand {
    grid-column: auto !important;
  }

  .footer-social {
    margin-top: 8px !important;
  }
}
