:root {
  --navy-950: #0a1334;
  --navy-900: #101c4c;
  --navy-800: #14245f;
  --navy-700: #1d3278;
  --blue: #377cf6;
  --red: #f04452;
  --cream: #f7f8fc;
  --white: #ffffff;
  --ink: #17203d;
  --muted: #68718b;
  --line: #e5e8f1;
  --shadow: 0 22px 70px rgba(20, 36, 95, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.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; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20; height: 88px;
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.10);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 43px; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-mark path { fill: none; stroke-linecap: round; }
.logo-ring { stroke: var(--red); stroke-width: 7; }
.logo-ear-outer { stroke: #fff; stroke-width: 4; }
.logo-ear-inner { stroke: #fff; stroke-width: 3.6; }
.logo-wave-one { stroke: #73aaff; stroke-width: 3.6; }
.logo-wave-two { stroke: var(--blue); stroke-width: 3.6; }
.logo-dot { fill: #73aaff; }
.brand-word { display: inline-flex; align-items: baseline; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: 2.2px; }
.brand-o { color: var(--red); }
.brand-x { color: #73aaff; }

.header-nav { display: flex; align-items: center; gap: 10px; }
.header-nav a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 42px;
  padding: 0 14px; color: rgba(255,255,255,.82); text-decoration: none;
  border: 1px solid rgba(255,255,255,.12); border-radius: 13px;
  background: rgba(255,255,255,.07); font-size: 13px; font-weight: 700;
  transition: .2s ease;
}
.header-nav a:hover { color: #fff; background: rgba(255,255,255,.14); transform: translateY(-1px); }

.page-hero {
  position: relative; overflow: hidden; min-height: 650px; padding: 136px 0 88px;
  color: #fff; background:
    linear-gradient(145deg, #0a1334 0%, #101c4c 48%, #14245f 100%);
}
.page-hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 160px;
  background: linear-gradient(180deg, transparent, var(--cream));
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(28px, 5vw, 70px); align-items: center;
}
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: rgba(255,255,255,.64); font-size: 13px; font-weight: 700; }
.breadcrumb a { text-decoration: none; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  padding: 8px 12px; color: #dbe7ff; background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14); border-radius: 999px;
  font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px; margin-bottom: 22px;
  font: 800 clamp(42px, 7vw, 84px)/.95 "Manrope", sans-serif;
  letter-spacing: -2.8px;
}
h1 em { color: #85b6ff; font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 21px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 18px; border-radius: 15px; text-decoration: none;
  font-size: 14px; font-weight: 800; transition: .2s ease;
}
.hero-btn.primary { color: #fff; background: var(--red); }
.hero-btn.ghost { color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); }
.hero-btn:hover { transform: translateY(-2px); }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-card {
  min-height: 168px; padding: 22px; border-radius: 20px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.15);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.feature-card span {
  display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 16px;
  color: #fff; background: rgba(255,255,255,.12); border-radius: 15px;
}
.feature-card h3 { margin-bottom: 8px; color: #fff; font: 800 17px/1.25 "Manrope", sans-serif; }
.feature-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 13.5px; line-height: 1.55; }

.section { padding: 88px 0; }
.section-heading {
  display: flex; align-items: flex-start; gap: 18px; max-width: 800px; margin-bottom: 30px;
}
.section-icon {
  display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px;
  color: #fff; background: var(--navy-800); border-radius: 16px;
  box-shadow: 0 12px 28px rgba(20,36,95,.18);
}
.section-heading small {
  display: block; margin-bottom: 8px; color: var(--red); font-size: 11px;
  font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase;
}
.section-heading h2 {
  margin-bottom: 10px; color: var(--navy-950);
  font: 800 clamp(30px, 4vw, 48px)/1.02 "Manrope", sans-serif; letter-spacing: -1.4px;
}
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.intro-band { margin-top: -52px; padding-top: 0; padding-bottom: 36px; position: relative; z-index: 2; }
.intro-panel {
  display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.intro-item { padding: 28px; border-right: 1px solid var(--line); }
.intro-item:last-child { border-right: 0; }
.intro-item i { color: var(--red); font-size: 24px; margin-bottom: 14px; }
.intro-item h2 { margin-bottom: 10px; color: var(--navy-900); font: 800 21px/1.2 "Manrope", sans-serif; }
.intro-item p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.7; }

.staff-section { padding-top: 44px; }
.staff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.staff-card {
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px;
  min-height: 154px; padding: 20px; border-radius: 18px;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(20,36,95,.07);
  transition: .2s ease;
}
.staff-card:hover { transform: translateY(-3px); border-color: rgba(29,50,120,.2); box-shadow: 0 20px 50px rgba(20,36,95,.12); }
.avatar {
  width: 104px; height: 104px; overflow: hidden; flex: 0 0 auto;
  background: #eef2fb; border: 2px solid #eef1f8; border-radius: 18px;
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.staff-meta h3 { margin-bottom: 7px; color: var(--navy-800); font: 800 19px/1.2 "Manrope", sans-serif; }
.staff-meta p { margin-bottom: 13px; color: #3c465c; font-size: 14.5px; font-weight: 700; }
.staff-meta a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 13px;
  color: #fff; background: var(--navy-800); border-radius: 12px;
  text-decoration: none; font-size: 13px; font-weight: 800;
}

.lab-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.campus-address {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 16px;
  padding: 11px 14px; color: var(--navy-800); background: #f1f4fb;
  border: 1px solid #e2e7f3; border-radius: 14px;
  font-size: 14px; font-weight: 800; line-height: 1.45;
  font-style: normal;
}
.campus-address i { color: var(--red); }
.lab-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lab-card {
  position: relative; overflow: hidden; min-height: 250px; border-radius: 20px;
  background: var(--navy-900); box-shadow: 0 16px 44px rgba(20,36,95,.12);
}
.lab-card img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.lab-card:hover img { transform: scale(1.04); }

.site-footer { padding: 32px 0; color: #c7d2ef; background: var(--navy-950); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.site-footer strong { display: block; margin-bottom: 4px; color: #fff; font: 800 18px "Manrope", sans-serif; letter-spacing: 1px; }
.site-footer span { color: #aab5d3; font-size: 13px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  display: grid; place-items: center; width: 40px; height: 40px;
  color: #fff; background: rgba(255,255,255,.08); border-radius: 12px; text-decoration: none;
}

@media (max-width: 980px) {
  .hero-content { grid-template-columns: 1fr; }
  .feature-grid, .intro-panel, .staff-grid, .lab-grid { grid-template-columns: 1fr 1fr; }
  .intro-item:nth-child(2) { border-right: 0; }
  .intro-item:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: auto; padding: 18px 0; }
  .header-inner { align-items: flex-start; flex-direction: column; }
  .header-nav { width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .header-nav a { white-space: nowrap; }
  .page-hero { min-height: auto; padding: 150px 0 86px; }
  h1 { letter-spacing: -1.6px; }
  .feature-grid, .intro-panel, .staff-grid, .lab-grid { grid-template-columns: 1fr; }
  .intro-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .intro-item:last-child { border-bottom: 0; }
  .staff-card { grid-template-columns: 86px 1fr; padding: 16px; }
  .avatar { width: 86px; height: 86px; border-radius: 15px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

/* === 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;
}

/* === Hakkimizda typography alignment === */
.site-header {
  height: 78px;
}

.brand-mark {
  width: 43px;
  height: 41px;
}

.brand-word {
  font-size: 20px;
  letter-spacing: 2px;
}

.page-hero {
  min-height: 0;
  padding: 59px 0 66px;
}

.page-hero::after {
  display: none;
}

.hero-content {
  grid-template-columns: 1fr .82fr;
  gap: 72px;
}

.breadcrumb {
  margin-bottom: 29px;
  color: #7382b0;
  font-size: 10px;
}

.eyebrow {
  margin-bottom: 0;
  padding: 0;
  color: #aec5ff;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 1.5px;
}

h1,
.hero-copy h1 {
  max-width: 680px;
  margin: 14px 0 22px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -3.2px;
}

.hero-copy > p {
  max-width: 650px;
  color: #b7c1df !important;
  font-size: 14px;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 24px;
}

.hero-btn {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 12px;
}

.page-hero .feature-grid {
  gap: 12px;
}

.page-hero .feature-card {
  min-height: 150px;
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .075) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.page-hero .feature-card span {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  color: #fff;
  background: rgba(240, 68, 82, .22);
  border-radius: 13px;
}

.page-hero .feature-card h3 {
  margin-bottom: 7px;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -.2px;
}

.page-hero .feature-card p {
  color: #c4cdec !important;
  font-size: 12px;
  line-height: 1.58;
}

.section {
  padding: 72px 0;
}

.intro-band {
  margin-top: 0;
  padding-top: 42px;
  padding-bottom: 24px;
}

.intro-item {
  padding: 22px;
}

.intro-item h2 {
  font-size: 19px;
}

.intro-item p {
  font-size: 13px;
  line-height: 1.65;
}

.section-heading {
  gap: 14px;
  max-width: 860px;
  margin-bottom: 18px;
}

.section-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.section-heading small {
  font-size: 10px;
  letter-spacing: 1.2px;
}

.section-heading h2 {
  margin: 4px 0 6px;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -1px;
}

.section-heading p {
  max-width: 760px;
  font-size: 13px;
  line-height: 1.6;
}

.staff-section {
  padding-top: 38px;
}

.staff-grid {
  gap: 13px;
}

.staff-card {
  min-height: 126px;
  padding: 16px;
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(20, 36, 95, .08) !important;
}

.avatar {
  width: 86px;
  height: 86px;
  border-radius: 15px;
}

.staff-meta h3 {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -.2px;
}

.staff-meta p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.staff-meta a {
  min-height: 34px;
  padding: 0 11px;
  border-radius: 11px;
  font-size: 11px;
}

.lab-section {
  background: #fff;
}

.campus-address {
  font-size: 12px;
}

.lab-grid {
  gap: 13px;
}

.lab-card {
  min-height: 220px;
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(20, 36, 95, .08) !important;
}

@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 70px;
    padding: 0;
  }

  .header-inner {
    align-items: center;
    flex-direction: row;
  }

  .header-nav {
    width: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .header-nav a {
    width: 38px;
    height: 38px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
  }

  .header-nav a span {
    display: none;
  }

  .page-hero {
    padding: 45px 0 54px;
  }

  h1,
  .hero-copy h1 {
    font-size: clamp(41px, 12vw, 56px);
    letter-spacing: -2.7px;
  }

  .page-hero .feature-card {
    min-height: 0;
  }

  .section {
    padding: 58px 0;
  }

  .intro-band {
    padding-top: 30px;
  }

  .staff-card {
    grid-template-columns: 76px 1fr;
  }

  .avatar {
    width: 76px;
    height: 76px;
  }
}

/* === 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;
  }
}
