/* ============================================================
   Technikerschulen Aschaffenburg – Haupt-Stylesheet
   Farben: #005995 (Blau), #ffffff (Weiß), #1a1a2e (Dunkel)
   ============================================================ */

:root {
  --blue:     #005995;
  --blue-l:   #0073bf;
  --blue-d:   #003f6b;
  --accent:   #f0a500;
  --dark:     #1a1a2e;
  --dark2:    #16213e;
  --text:     #2d2d2d;
  --muted:    #6c757d;
  --bg:       #f8f9fa;
  --white:    #ffffff;
  --border:   #dee2e6;
  --radius:   8px;
  --radius-l: 16px;
  --shadow:   0 4px 20px rgba(0,89,149,.12);
  --shadow-l: 0 8px 40px rgba(0,89,149,.18);
  --font:     'Source Sans 3', 'Segoe UI', Arial, sans-serif;
  --font-h:   'Exo 2', 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 20px; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.9; font-size: 1rem; }
p, li, td, label, .card p { font-size: 1rem; }
.muted, .hint, .small { font-size: 0.85rem; }
img  { max-width: 100%; height: auto; }
a    { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-l); text-decoration: underline; }

/* TYPOGRAPHY */
h1,h2,h3,h4,h5 { font-family: var(--font-h); font-weight: 700; color: var(--dark); line-height: 1.2; }
h1 { font-size: clamp(28px, 5vw, 48px); }
h2 { font-size: clamp(22px, 3.5vw, 36px); margin-bottom: 16px; }
h3 { font-size: clamp(18px, 2.5vw, 24px); margin-bottom: 12px; }
p  { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* LAYOUT */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.section-bg { background: var(--bg); }

/* GRID */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 24px; }

/* NAVBAR */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(0,89,149,.97); backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.navbar-inner { display: flex; align-items: center; gap: 0; min-height: 68px; }
.navbar-logos { display: flex; align-items: center; gap: 10px; padding-right: 18px; border-right: 1px solid rgba(255,255,255,.2); margin-right: 18px; flex-shrink: 0; }
.navbar-logos img { height: 40px; width: auto; background: #fff; border-radius: 4px; padding: 2px; }
.navbar-brand { font-family: var(--font-h); font-size: 13px; font-weight: 700; color: #fff; line-height: 1.2; margin-right: 8px; flex-shrink: 0; }
.navbar-brand span { display: block; font-size: 11px; font-weight: 400; opacity: .75; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; flex-wrap: nowrap; }
.nav-links a { color: rgba(255,255,255,.85); font-size: 13px; font-weight: 500; padding: 8px 8px; border-radius: 6px; transition: .15s; white-space: nowrap; }
.nav-dropdown { position: relative; display: inline-block; }
.nav-dropdown > a { cursor: pointer; }
.nav-dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: var(--dark); border-radius: 8px; min-width: 220px; box-shadow: 0 8px 24px rgba(0,0,0,.3); z-index: 200; overflow: hidden; }
.nav-dropdown-menu a { display: block; padding: 12px 18px; color: rgba(255,255,255,.85); font-size: 14px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-dropdown-menu a:last-child { border-bottom: none; }
.nav-dropdown-menu a:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.15); color: #fff; text-decoration: none; }
.nav-links .btn-nav { background: var(--accent); color: var(--dark) !important; font-weight: 700; }
.nav-links .btn-nav:hover { background: #ffc107; }
.nav-links .apply-nav { position: relative; overflow: visible; }
.nav-links .intranet-link { font-size: 11px; padding: 6px 6px; opacity: .8; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; margin-left: auto; padding: 8px; }
@media(max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: flex-start; background: var(--blue-d); padding: 16px; gap: 4px; }
  .nav-links.open { display: flex; }
  .navbar-inner { flex-wrap: wrap; height: auto; padding: 12px 0; }
}

/* HERO */
.hero {
  background: linear-gradient(135deg, var(--dark) 0%, var(--blue-d) 40%, var(--blue) 100%);
  color: #fff; padding: 44px 0 72px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; }
.hero-badge { display: inline-block; background: var(--accent); color: var(--dark); font-size: 13px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: .05em; }
.hero h1 { color: #fff; margin-bottom: 20px; max-width: 700px; }
.hero p  { font-size: 18px; opacity: .85; max-width: 600px; margin-bottom: 32px; }
.hero-logos { display: flex; align-items: center; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-logos img { height: 60px; width: auto; background: #fff; border-radius: 6px; padding: 4px; opacity: .95; }
.hero-logos .divider { width: 1px; height: 50px; background: rgba(255,255,255,.3); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: flex-start; }
.hero-apply-wrap { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; }
.hero-apply-note { display: flex; flex-direction: column; align-items: center; gap: 4px; font-family: var(--font-h); font-size: 12px; font-weight: 700; letter-spacing: .01em; color: rgba(255,255,255,.92); background: none; border: none; padding: 0; border-radius: 0; transform: none; box-shadow: none; }
.hero-apply-line { display: block; text-align: center; }


.hero-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 48px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 32px;
}
.hero-copy { padding: 0; min-width: 0; }
.hero-cert-box {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  backdrop-filter: blur(4px);
  width: 100%;
  max-width: 340px;
  justify-self: end;
}
.hero-cert-slide { width: 100%; }
.hero-cert-logo {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-cert-logo-img { max-height: 70px; max-width: 200px; width: auto; object-fit: contain; }
.hero-cert-title { color: #fff; display: block; font-size: 17px; margin-bottom: 6px; }
.hero-cert-text { color: rgba(255,255,255,.7); font-size: 14px; display: block; margin-bottom: 18px; }
.hero-cert-button { width: 100%; display: inline-flex; justify-content: center; }
.hero-cert-dots { display:flex; justify-content:center; gap:8px; margin-top:18px; }
@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; gap: 32px; }
  .hero-cert-box { max-width: 100%; justify-self: stretch; }
}
@media (max-width: 768px) {
  .hero-layout { padding-top: 0; gap: 24px; }
  .hero h1 { max-width: 100%; }
  .hero-points { max-width: 100%; margin-bottom: 24px; }
  .hero-points li { font-size: 17px; line-height: 1.55; margin-bottom: 10px; }
  .hero-actions { align-items: stretch; }
  .hero-apply-wrap { width: 100%; align-items: stretch; }
  .hero-apply-wrap .btn,
  .hero-actions > .btn { width: 100%; justify-content: center; }
  .hero-cert-box { padding: 20px; }
  .hero-cert-logo { min-height: 72px; padding: 12px; }
  .hero-cert-logo-img { max-height: 56px; max-width: 160px; }
}
@media (max-width: 480px) {
  .hero-cert-box { padding: 18px; border-radius: 12px; }
  .hero-cert-title { font-size: 16px; }
  .hero-cert-text { font-size: 13px; margin-bottom: 14px; }
  .hero-cert-button { padding-left: 16px; padding-right: 16px; }
}

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: var(--radius); font-family: var(--font-h); font-weight: 700; font-size: 15px; cursor: pointer; transition: .2s; text-decoration: none; border: 2px solid transparent; line-height: 1; }
.btn-primary  { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-l); text-decoration: none; color: #fff; }
.btn-accent   { background: var(--accent); color: var(--dark); border-color: var(--accent); }
.btn-accent:hover { background: #ffc107; text-decoration: none; color: var(--dark); }
.btn-outline  { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline:hover { background: rgba(255,255,255,.1); text-decoration: none; color: #fff; }
.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn-lg { padding: 16px 36px; font-size: 17px; }

/* CARDS */
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-l); padding: 28px; transition: .2s; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card-icon svg { width: 26px; height: 26px; fill: none; stroke: #fff; stroke-width: 2; }

/* SCHOOL CARDS */
.school-card { background: #fff; border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow); transition: .25s; display: flex; flex-direction: column; }
.school-card:hover { box-shadow: var(--shadow-l); transform: translateY(-4px); }
.school-card-head { background: var(--blue); padding: 28px; text-align: center; }
.school-card-head img { height: 70px; width: auto; background: #fff; border-radius: 6px; padding: 4px; }
.school-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.school-card-body h3 { color: var(--blue); }
.school-card-body ul { list-style: none; margin: 12px 0; }
.school-card-body ul li { padding: 5px 0; padding-left: 20px; position: relative; font-size: 14px; }
.school-card-body ul li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.school-card-body .btn { margin-top: auto; }

/* AUKOM HIGHLIGHT */
.aukom-highlight { background: linear-gradient(135deg, #1a1a2e 0%, #003f6b 100%); color: #fff; border-radius: var(--radius-l); padding: 40px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
@media(max-width:600px) { .aukom-highlight { grid-template-columns: 1fr; } }
.aukom-highlight h3 { color: var(--accent); font-size: 22px; margin-bottom: 8px; }
.aukom-highlight p  { opacity: .85; margin-bottom: 0; }
.aukom-badge { text-align: center; }
.aukom-badge .badge-num { font-family: var(--font-h); font-size: 48px; font-weight: 800; color: var(--accent); line-height: 1; }
.aukom-badge .badge-label { font-size: 12px; opacity: .7; margin-top: 4px; }

/* STATS BAR */
.stats-bar { background: var(--blue); color: #fff; padding: 40px 0; }
.stats-bar .grid-4 { text-align: center; }
.stat-num   { font-family: var(--font-h); font-size: 42px; font-weight: 800; color: var(--accent); line-height: 1; }
.stat-label { font-size: 14px; opacity: .8; margin-top: 6px; }

/* ACCORDION / FAQ */
.accordion { border: 1px solid var(--border); border-radius: var(--radius-l); overflow: hidden; }
.acc-item   { border-bottom: 1px solid var(--border); }
.acc-item:last-child { border-bottom: none; }
.acc-head   { width: 100%; background: none; border: none; padding: 18px 24px; text-align: left; font-family: var(--font); font-size: 15px; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: .15s; }
.acc-head:hover { background: var(--bg); }
.acc-head .acc-icon { color: var(--blue); font-size: 20px; transition: .2s; flex-shrink: 0; }
.acc-head.open .acc-icon { transform: rotate(45deg); }
.acc-body   { display: none; padding: 0 24px 20px; color: var(--muted); font-size: 15px; }
.acc-body.open { display: block; }

/* FORM */
.form-group { margin-bottom: 20px; }
label       { display: block; font-weight: 600; margin-bottom: 6px; font-size: 14px; }
input, select, textarea {
  width: 100%; padding: 10px 14px; border: 1px solid var(--border);
  border-radius: var(--radius); font-family: var(--font); font-size: 15px;
  transition: .2s; background: #fff; color: var(--text);
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,89,149,.12); }
input.error, select.error { border-color: #dc3545; }
.field-hint { font-size: 12px; color: var(--muted); margin-top: 4px; }
.field-error { font-size: 12px; color: #dc3545; margin-top: 4px; }
textarea { min-height: 100px; resize: vertical; }

/* ALERTS */
.alert { padding: 14px 20px; border-radius: var(--radius); margin-bottom: 20px; font-size: 14px; }
.alert-success { background: #d1f2e0; color: #0d6832; border: 1px solid #a3e0be; }
.alert-error   { background: #fde8e8; color: #8b0000; border: 1px solid #f5c6c6; }
.alert-info    { background: #dbeafe; color: #1e40af; border: 1px solid #bfdbfe; }
.alert-warning { background: #fff3cd; color: #856404; border: 1px solid #ffe69c; }

/* BADGE */
.badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.badge-blue    { background: rgba(0,89,149,.12); color: var(--blue); }
.badge-green   { background: #d1f2e0; color: #0d6832; }
.badge-orange  { background: #fff3cd; color: #856404; }
.badge-red     { background: #fde8e8; color: #8b0000; }
.badge-gray    { background: var(--bg); color: var(--muted); }

/* FOOTER */
footer { background: var(--dark); color: rgba(255,255,255,.7); padding: 60px 0 28px; }
.footer-topbar { margin-bottom: 28px; }
.footer-brandblock { display:flex; flex-direction:column; gap:10px; }
.footer-brandblock p { font-size:14px; line-height:1.8; color:rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 40px; margin-bottom: 48px; }
.footer-grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .07em; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,.78); font-size: 14px; transition: .15s; }
.footer-col ul li a:hover { color: #fff; text-decoration: none; }
.footer-col p { font-size: 14px; line-height: 1.8; }
.footer-logos { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.footer-logos img { height: 40px; width: auto; background: #fff; border-radius: 4px; padding: 2px; opacity: .9; }
.footer-logos img:hover { opacity: 1; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.footer-bs1 { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 16px 20px; display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.footer-bs1 img { height: 36px; background: #fff; border-radius: 4px; padding: 2px; opacity: .9; }
.footer-bs1 p  { margin: 0; font-size: 13px; color: rgba(255,255,255,.65); }
.footer-bs1 a  { color: var(--accent); font-weight: 700; }

/* SECTION HEADER */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header .eyebrow { display: inline-block; color: var(--blue); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.section-header h2 { margin-bottom: 16px; }
.section-header p  { color: var(--muted); font-size: 17px; max-width: 600px; margin: 0 auto; }

/* BREADCRUMB */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 24px; flex-wrap: wrap; }
.breadcrumb a { color: var(--blue); }
.breadcrumb span { color: var(--muted); }

/* TABLE */
.table-wrap { overflow-x: auto; }
table.data-table { width: 100%; border-collapse: collapse; }
table.data-table th { background: var(--blue); color: #fff; padding: 12px 16px; text-align: left; font-size: 13px; font-weight: 700; white-space: nowrap; }
table.data-table td { padding: 11px 16px; border-bottom: 1px solid var(--border); font-size: 1rem; }
table.data-table tr:hover td { background: var(--bg); }

/* UTILITIES */
.text-center { text-align: center; }
.text-muted  { color: var(--muted); }
.text-blue   { color: var(--blue); }
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; }
.mb-0 { margin-bottom: 0; } .mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; }
.gap-1 { gap: 8px; } .gap-2 { gap: 16px; }
.d-flex { display: flex; } .align-center { align-items: center; } .justify-between { justify-content: space-between; }
.w-100 { width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media(max-width:480px) {
  .section { padding: 48px 0; }
  .hero { padding: 36px 0 48px; }
  .stats-bar .grid-4 { grid-template-columns: 1fr 1fr; }
}


/* STARTSEITEN-LAUFBAND */
.site-ticker {
  background: var(--accent);
  color: var(--dark);
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.site-ticker-viewport {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 52px;
  display: flex;
  align-items: center;
}
.site-ticker-track {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  white-space: nowrap;
  min-width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
}
.site-ticker-group {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}
.site-ticker-item,
.site-ticker-sep {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
  white-space: nowrap;
}
.site-ticker-item {
  font-weight: 700;
  font-size: 15px;
}
.site-ticker-sep {
  font-weight: 700;
  opacity: .65;
  padding: 0 20px;
}

.hero-points {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  max-width: 700px;
}
.hero-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.65;
  opacity: .9;
}
.hero-points li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--accent);
}

@media (prefers-reduced-motion: reduce) {
  .site-ticker-track { white-space: normal; display:block; }
  .site-ticker-viewport { white-space: normal; }
  .site-ticker-item { white-space: normal; }
}

@media(max-width:900px){ .footer-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media(max-width:560px){ .footer-grid-4 { grid-template-columns: 1fr; } }

/* ============================================================
   Mobile Surefix – Programmer review
   ============================================================ */
.nav-toggle { line-height: 1; }
.nav-toggle .nav-toggle-icon { display:inline-block; }

.cta-section-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}

.checkbox-row {
  display:grid;
  grid-template-columns: 22px 1fr;
  gap:12px;
  align-items:start;
}
.checkbox-row input[type="checkbox"] {
  width:18px;
  height:18px;
  margin-top:4px;
}
.checkbox-row label,
.checkbox-row .checkbox-text {
  margin:0;
}

@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
  }
  .hero-copy,
  .hero-content {
    max-width: 100%;
  }
  .hero-cert-box {
    justify-self: stretch;
    max-width: 420px;
    margin: 0 auto;
  }
  .cta-section-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  html { font-size: 18px; }
  body { line-height: 1.7; }
  .container { padding: 0 16px; }
  .section { padding: 44px 0; }
  .section-sm { padding: 32px 0; }

  .navbar-inner {
    min-height: 64px;
    padding: 10px 0;
    align-items: center;
  }
  .navbar-logos {
    gap: 8px;
    padding-right: 12px;
    margin-right: 12px;
  }
  .navbar-logos img {
    height: 34px;
  }
  .navbar-brand {
    font-size: 12px;
    margin-right: 0;
  }
  .navbar-brand span {
    font-size: 10px;
  }
  .nav-toggle {
    margin-left: auto;
    padding: 8px 10px;
    font-size: 30px;
  }
  .nav-links {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,.16);
    border-radius: 0 0 12px 12px;
  }
  .nav-links a,
  .nav-dropdown > a {
    width: 100%;
    font-size: 15px;
    padding: 12px 14px;
  }
  .nav-links .btn-nav {
    margin-top: 4px;
  }
  .nav-links .intranet-link {
    font-size: 13px;
    opacity: 1;
  }
  .nav-dropdown {
    width: 100%;
  }
  .nav-dropdown-menu {
    position: static;
    display: block;
    background: rgba(0,0,0,.12);
    box-shadow: none;
    border-radius: 8px;
    margin-top: 4px;
    min-width: 0;
  }
  .nav-dropdown-menu a {
    font-size: 14px;
    padding-left: 22px;
  }

  .site-ticker-viewport {
    height: 44px;
  }
  .site-ticker-item {
    font-size: 14px;
  }
  .site-ticker-sep {
    padding: 0 14px;
  }

  .hero {
    padding: 28px 0 40px;
  }
  .hero-badge {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .hero-logos {
    gap: 14px;
    margin-bottom: 20px;
  }
  .hero-logos img {
    height: 48px;
  }
  .hero-logos .divider {
    height: 38px;
  }
  .hero h1 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 9vw, 3.1rem);
  }
  .hero-points {
    margin-bottom: 22px;
  }
  .hero-points li {
    font-size: 1.45rem;
    line-height: 1.45;
    padding-left: 18px;
    margin-bottom: 12px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-apply-note {
    text-align: center;
  }
  .hero-cert-box {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
    padding: 16px;
  }
  .hero-cert-logo {
    min-height: 88px;
  }
  .hero-cert-button {
    width: 100%;
  }

  .card,
  .school-card-body,
  .school-card-head,
  .aukom-highlight,
  .footer-bs1 {
    padding: 20px;
  }

  .footer-grid {
    gap: 26px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-section-grid {
    gap: 22px;
  }

  .cert-slide-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
  .cert-logo-wrap {
    min-height: 96px;
    padding: 18px;
  }
  .cert-content p,
  .cert-content .badge {
    font-size: 14px;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    gap: 18px;
  }
}

@media (max-width: 480px) {
  html { font-size: 17px; }
  .navbar-logos img { height: 32px; }
  .navbar-brand { font-size: 11px; }
  .hero h1 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }
  .hero-points li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .btn,
  .btn-lg {
    padding: 14px 18px;
    font-size: 15px;
  }
  .hero-cert-title {
    font-size: 15px;
  }
  .hero-cert-text,
  .stat-label,
  .footer-col ul li a,
  .footer-col p {
    font-size: 13px;
  }
  .footer-bs1 {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
}
