/*
Theme Name: ИАТ38
Theme URI: https://iat38.ru
Description: Официальная тема сайта МУП «Иркутскавтотранс» г. Иркутска
Version: 1.0
Author: IAT Developer
Text Domain: iat38
*/

/* ─── TOKENS ─── */
:root {
  --green: #217a42;
  --green-dark: #23843f;
  --green-light: #e8f4ed;
  --green-mid: #2d8a52;
  --white: #ffffff;
  --off-white: #f7f8f6;
  --gray-100: #f0f2ef;
  --gray-200: #d8ddd6;
  --gray-400: #a8b2a6;
  --gray-500: #7a8678;
  --gray-700: #404e3d;
  --gray-800: #2c3329;
  --text: #1a2018;
  --font-main: 'Golos Text', sans-serif;
  --radius: 4px;
}

body.accessible {
  --green: #005522; --green-dark: #003d18; --green-light: #d0ecd8;
  --text: #000; --gray-800: #000; font-size: 18px !important;
}
body.accessible * { font-family: Arial, sans-serif !important; letter-spacing: 0.02em; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-main); color: var(--text); background: var(--white); line-height: 1.6; font-size: 16px; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* ─── TOP BAR ─── */
.topbar {
  background: var(--green-dark); color: rgba(255,255,255,0.7);
  font-size: 13px; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; height: 36px;
}
.topbar-left { display: flex; align-items: center; gap: 16px; }
.topbar a { color: rgba(255,255,255,0.7); transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar-right { display: flex; align-items: center; gap: 24px; }
.access-btn {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.8); font-size: 12px; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 4px 10px; border: 1px solid rgba(255,255,255,0.3); border-radius: 3px;
  transition: all .2s; cursor: pointer; background: none; font-family: var(--font-main);
}
.access-btn:hover { background: rgba(255,255,255,0.12); color: #fff; }

/* ─── HEADER ─── */
header {
  background: var(--white); border-bottom: 1px solid var(--gray-200);
  position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
.header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; height: 72px; gap: 40px;
}
.logo { display: flex; align-items: center; gap: 12px; }
nav { display: flex; align-items: center; gap: 2px; }
nav a { font-size: 14px; font-weight: 500; color: var(--gray-800); padding: 6px 12px; border-radius: 3px; transition: all .2s; white-space: nowrap; }
nav a:hover { background: var(--green-light); color: var(--green); }
nav a.active { color: var(--green); font-weight: 700; }
.header-phone { font-size: 14px; font-weight: 700; color: var(--green); white-space: nowrap; }
.header-phone span { display: block; font-size: 11px; font-weight: 400; color: var(--gray-500); text-align: right; }

.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.mobile-menu-btn span { display: block; width: 24px; height: 2px; background: var(--green); border-radius: 2px; transition: all 0.3s; }
.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* ─── PAGE HERO ─── */
.page-hero { background: var(--green); padding: 56px 80px; border-bottom: 4px solid var(--green-dark); }
.page-hero-inner { max-width: 1200px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.5); transition: color .2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,0.8); }
.page-hero h1 { font-size: 44px; font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.1; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.7); margin-top: 12px; max-width: 560px; }

/* ─── PAGE CONTENT ─── */
.page-content { max-width: 1280px; margin: 0 auto; padding: 56px 80px; }

/* ─── SECTION TITLE ─── */
.section-title { font-size: 28px; font-weight: 900; color: var(--gray-800); letter-spacing: -0.01em; margin-bottom: 32px; }
.section-title::before { content: ''; display: inline-block; width: 4px; height: 22px; background: var(--green); border-radius: 2px; margin-right: 12px; vertical-align: middle; }

/* ─── HOME: HERO ─── */
.hero {
  background: var(--green); min-height: 580px;
  display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden;
}
.hero-left {
  padding: 64px 40px 64px 80px;
  display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85); font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 3px;
  margin-bottom: 24px; width: fit-content;
}
.hero-badge::before { content: '●'; color: #6ee89a; font-size: 8px; }
.hero h1 { font-size: 52px; font-weight: 900; color: #fff; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 16px; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 36px; max-width: 380px; line-height: 1.5; }
.hero-right { position: relative; overflow: hidden; min-height: 580px; }
.bus-panel { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #134d2a; overflow: hidden; }

/* Hero Carousel */
.hero-carousel { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.hero-carousel-track { position: relative; width: 100%; height: 100%; }
.hero-carousel-slide { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.6s ease; }
.hero-carousel-slide.active { opacity: 1; }
.hero-carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.35); color: #fff; border: none; cursor: pointer;
  width: 40px; height: 40px; border-radius: 50%; font-size: 22px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s; z-index: 10;
}
.hero-carousel-btn:hover { background: rgba(0,0,0,0.6); }
.hero-carousel-btn.prev { left: 12px; }
.hero-carousel-btn.next { right: 12px; }
.hero-carousel-dots {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
}
.hero-carousel-dot {
  width: 8px; height: 8px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,0.45); padding: 0; transition: background .2s;
}
.hero-carousel-dot.active { background: #fff; }
.bus-illustration { width: 100%; height: 100%; object-fit: cover; }

/* ─── STATS ─── */
.stats { background: var(--green-dark); padding: 28px 80px; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { display: flex; flex-direction: column; align-items: center; padding: 8px 20px; border-right: 1px solid rgba(255,255,255,0.12); text-align: center; }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 42px; font-weight: 900; color: #fff; line-height: 1; letter-spacing: -0.02em; }
.stat-num span { font-size: 24px; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.07em; margin-top: 4px; font-weight: 500; }

/* ─── QUICK ACCESS ─── */
.quick-access { background: var(--off-white); padding: 56px 80px; }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 32px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quick-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; transition: all .2s; color: var(--text); }
.quick-card:hover { border-color: var(--green); box-shadow: 0 4px 20px rgba(27,107,58,0.1); transform: translateY(-2px); }
.quick-icon { width: 48px; height: 48px; background: var(--green-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 22px; }
.quick-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--gray-800); }
.quick-card p { font-size: 13px; color: var(--gray-500); line-height: 1.5; flex: 1; }
.card-link { margin-top: 16px; font-size: 13px; font-weight: 700; color: var(--green); display: flex; align-items: center; gap: 4px; }

/* ─── ANNOUNCEMENTS ─── */
.announcements { background: var(--green-light); padding: 48px 80px; }
.announce-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 20px; margin-top: 32px; }
.announce-card { background: var(--white); border-radius: var(--radius); padding: 24px; border: 1px solid var(--gray-200); }
.announce-card.featured { border-left: 4px solid var(--green); }
.announce-date { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--green); margin-bottom: 8px; }
.announce-card h4 { font-size: 15px; font-weight: 700; color: var(--gray-800); margin-bottom: 8px; line-height: 1.4; }
.announce-card p { font-size: 13px; color: var(--gray-500); line-height: 1.5; }

/* ─── FEEDBACK ─── */
.feedback-section { padding: 64px 80px; background: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.feedback-info h2 { font-size: 36px; font-weight: 900; color: var(--gray-800); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; }
.feedback-info p { font-size: 15px; color: var(--gray-500); line-height: 1.6; margin-bottom: 32px; }
.contact-lines { display: flex; flex-direction: column; gap: 16px; }
.contact-line { display: flex; align-items: flex-start; gap: 12px; }
.contact-icon { width: 36px; height: 36px; background: var(--green-light); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-line-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--gray-800); }
.contact-line-text span { font-size: 13px; color: var(--gray-500); }
.feedback-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-500); }
.field input, .field textarea, .field select { border: 1.5px solid var(--gray-200); border-radius: 4px; padding: 10px 14px; font-size: 14px; font-family: var(--font-main); color: var(--text); background: var(--off-white); outline: none; transition: border-color .2s; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); background: #fff; }
.field textarea { min-height: 120px; }
.submit-btn { background: var(--green); color: #fff; padding: 14px 32px; border-radius: 4px; font-size: 15px; font-weight: 700; font-family: var(--font-main); transition: all .2s; cursor: pointer; border: none; align-self: flex-start; }
.submit-btn:hover { background: var(--green-dark); }
.form-note { font-size: 12px; color: var(--gray-500); line-height: 1.5; }
.form-success, .success-msg { display: none; background: var(--green-light); border: 1px solid var(--green); border-radius: 4px; padding: 16px 20px; font-size: 14px; font-weight: 600; color: var(--green-dark); }

/* ─── FOOTER ─── */
footer { background: var(--green-dark); color: rgba(255,255,255,0.7); padding: 48px 80px 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-about { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-top: 12px; }
.footer-col h5 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }
.social-links { display: flex; gap: 12px; }
.social-link { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,0.5); transition: all .2s; }
.social-link:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

/* ─── ROUTES PAGE ─── */
.routes-layout { max-width: 900px; }
.routes-stats { display: flex; gap: 16px; margin-bottom: 36px; }
.routes-stat { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 20px 28px; display: flex; flex-direction: column; gap: 4px; }
.routes-stat .num { font-size: 36px; font-weight: 900; color: var(--green); line-height: 1; }
.routes-stat .lbl { font-size: 12px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.07em; font-weight: 600; }
.route-card { border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.route-card:hover { border-color: var(--green); box-shadow: 0 2px 12px rgba(27,107,58,0.08); }
.route-card-header { display: grid; grid-template-columns: 60px 1fr auto auto; gap: 16px; align-items: center; padding: 18px 20px; background: #fff; }
.route-schedule-btn { font-size: 12px; font-weight: 600; color: var(--green); border: 1.5px solid var(--green); background: #fff; border-radius: 4px; padding: 5px 12px; cursor: pointer; white-space: nowrap; transition: background .2s, color .2s; }
.route-schedule-btn:hover { background: var(--green); color: #fff; }
.route-num-badge { width: 48px; height: 48px; background: var(--green); color: #fff; font-size: 18px; font-weight: 900; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.route-title { font-size: 15px; font-weight: 700; color: var(--gray-800); }
.route-type-badge { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.type-city { background: var(--green-light); color: var(--green); }
.type-suburb { background: #fef3c7; color: #92400e; }
.type-garden { background: #dbeafe; color: #1e40af; }

/* ─── VACANCIES PAGE ─── */
.vac-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.vac-list { display: flex; flex-direction: column; gap: 16px; }
.vac-card { border: 1px solid var(--gray-200); border-radius: var(--radius); background: #fff; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.vac-card:hover { border-color: var(--green); box-shadow: 0 4px 16px rgba(27,107,58,0.08); }
.vac-card-top { padding: 24px; cursor: pointer; }
.vac-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.vac-title { font-size: 18px; font-weight: 800; color: var(--gray-800); margin-bottom: 8px; }
.vac-salary { font-size: 20px; font-weight: 900; color: var(--green); white-space: nowrap; }
.vac-salary span { display: block; font-size: 11px; font-weight: 400; color: var(--gray-500); text-align: right; margin-top: 2px; }
.vac-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.vac-tag { font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; background: var(--gray-100); color: var(--gray-500); }
.vac-tag.highlight { background: var(--green-light); color: var(--green); }
.vac-body { display: none; padding: 0 24px 24px; border-top: 1px solid var(--gray-100); background: var(--off-white); }
.vac-body.open { display: block; }
.vac-section { margin-top: 20px; }
.vac-section h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-500); margin-bottom: 10px; }
.vac-section ul { display: flex; flex-direction: column; gap: 6px; }
.vac-section li { font-size: 14px; color: var(--gray-800); display: flex; gap: 8px; }
.vac-section li::before { content: '—'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.vac-actions { display: flex; gap: 12px; margin-top: 20px; }
.btn-primary { background: var(--green); color: #fff; padding: 10px 24px; border-radius: 4px; font-size: 14px; font-weight: 700; font-family: var(--font-main); cursor: pointer; border: none; transition: background .2s; }
.btn-primary:hover { background: var(--green-dark); }
.btn-outline { background: #fff; color: var(--green); border: 1.5px solid var(--green); padding: 10px 20px; border-radius: 4px; font-size: 14px; font-weight: 700; font-family: var(--font-main); cursor: pointer; transition: all .2s; }
.btn-outline:hover { background: var(--green-light); }
.new-badge { background: #f87171; color: #fff; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 20px; letter-spacing: 0.06em; text-transform: uppercase; vertical-align: middle; margin-left: 8px; }
.vac-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 88px; }
.sidebar-card { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; }
.sidebar-card h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-500); margin-bottom: 16px; }
.benefit-item { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--gray-200); }
.benefit-item:last-child { border-bottom: none; }
.benefit-icon { font-size: 20px; flex-shrink: 0; }
.benefit-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--gray-800); }
.benefit-text span { font-size: 12px; color: var(--gray-500); }

/* ─── ABOUT PAGE ─── */
.about-grid { display: grid; grid-template-columns: 1fr 340px; gap: 64px; }
.about-text p { font-size: 16px; color: var(--gray-800); line-height: 1.8; margin-bottom: 20px; }
.about-text h3 { font-size: 22px; font-weight: 900; color: var(--gray-800); margin: 36px 0 16px; }
.milestones { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
.milestone { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--gray-100); align-items: start; }
.milestone-year { font-size: 22px; font-weight: 900; color: var(--green); letter-spacing: -0.02em; }
.milestone-desc { font-size: 14px; color: var(--gray-800); line-height: 1.6; padding-top: 4px; }
.about-sidebar { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; }
.info-card h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-500); margin-bottom: 16px; }
.info-row { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--gray-200); font-size: 14px; }
.info-row:last-child { border-bottom: none; }
.info-row span:first-child { color: var(--gray-500); }
.info-row span:last-child { font-weight: 700; color: var(--gray-800); text-align: right; max-width: 180px; }
.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px; }
.stat-card { background: var(--green); border-radius: var(--radius); padding: 20px 16px; text-align: center; }
.stat-card .num { font-size: 36px; font-weight: 900; color: #fff; line-height: 1; }
.stat-card .lbl { font-size: 11px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

/* ─── DOCUMENTS PAGE ─── */
.docs-layout { max-width: 860px; }
.doc-category { margin-bottom: 40px; }
.doc-category-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--green); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--green-light); }
.doc-card { border: 1px solid var(--gray-200); border-radius: var(--radius); margin-bottom: 8px; overflow: hidden; transition: border-color .2s; }
.doc-card:hover { border-color: var(--green); }
.doc-card-header { display: flex; align-items: center; gap: 14px; padding: 16px 20px; cursor: pointer; background: #fff; user-select: none; }
.doc-icon { width: 36px; height: 36px; background: var(--green-light); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--green); }
.doc-icon svg { width: 18px; height: 18px; }
.doc-title { font-size: 15px; font-weight: 600; color: var(--gray-800); flex: 1; }
.doc-arrow { color: var(--gray-400); transition: transform .2s; flex-shrink: 0; }
.doc-card.open .doc-arrow { transform: rotate(180deg); }
.doc-card-body { display: none; padding: 20px 24px; background: var(--off-white); border-top: 1px solid var(--gray-200); }
.doc-card.open .doc-card-body { display: block; }
.doc-content { font-size: 14px; line-height: 1.7; color: var(--gray-700); }
.doc-content h3 { font-size: 14px; font-weight: 700; color: var(--gray-800); margin: 18px 0 6px; }
.doc-content p { margin: 6px 0; }
.doc-content ul { margin: 6px 0 6px 20px; list-style: disc; }
.doc-content li { margin: 3px 0; }
.doc-content table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 12px 0; }
.doc-content th { background: var(--green-light); color: var(--green); font-weight: 700; padding: 8px 10px; text-align: left; border: 1px solid var(--gray-200); }
.doc-content td { padding: 7px 10px; border: 1px solid var(--gray-200); vertical-align: top; }

/* ─── CONTACTS PAGE ─── */
.contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.contact-block { margin-bottom: 32px; }
.contact-block h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-500); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--gray-200); }
.contact-entry { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--gray-100); }
.contact-entry:last-child { border-bottom: none; }
.contact-entry-icon { width: 38px; height: 38px; background: var(--green-light); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-entry-body strong { display: block; font-size: 15px; font-weight: 700; color: var(--gray-800); }
.contact-entry-body span { font-size: 13px; color: var(--gray-500); }
.contact-entry-body a { color: var(--green); font-weight: 700; }
.map-embed { background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: var(--radius); height: 360px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; margin-bottom: 56px; }
.map-embed p { font-size: 14px; color: var(--gray-500); }
.departments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.dept-card { border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 20px; background: var(--off-white); }
.dept-card h4 { font-size: 14px; font-weight: 700; color: var(--gray-800); margin-bottom: 10px; }
.dept-card p { font-size: 13px; color: var(--gray-500); margin-bottom: 6px; }
.dept-card a { font-size: 14px; font-weight: 700; color: var(--green); }
.feedback-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.feedback-info h2 { font-size: 32px; font-weight: 900; color: var(--gray-800); letter-spacing: -0.02em; margin-bottom: 12px; }
.feedback-info p { font-size: 15px; color: var(--gray-500); line-height: 1.6; }
.form-col { display: flex; flex-direction: column; gap: 14px; }

/* ─── EMPLOYEES PAGE ─── */
.emp-grid { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.quick-tile { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px 20px; display: flex; flex-direction: column; gap: 10px; transition: all .2s; color: var(--text); }
.quick-tile:hover { border-color: var(--green); background: var(--green-light); }
.quick-tile-icon { font-size: 26px; }
.quick-tile h4 { font-size: 14px; font-weight: 700; color: var(--gray-800); }
.quick-tile p { font-size: 12px; color: var(--gray-500); line-height: 1.5; }
.doc-list { display: flex; flex-direction: column; gap: 0; }
.doc-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--gray-100); }
.doc-item:last-child { border-bottom: none; }
.doc-info { flex: 1; }
.doc-name { font-size: 14px; font-weight: 600; color: var(--gray-800); }
.doc-meta { font-size: 12px; color: var(--gray-500); margin-top: 2px; }
.doc-download { font-size: 12px; font-weight: 700; color: var(--green); white-space: nowrap; padding: 6px 14px; border: 1.5px solid var(--green); border-radius: 4px; transition: all .2s; }
.doc-download:hover { background: var(--green-light); }
.ann-list { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.ann-item { border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 18px; background: #fff; }
.ann-item.pinned { border-left: 4px solid var(--green); }
.ann-date { font-size: 11px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 6px; }
.ann-title { font-size: 14px; font-weight: 700; color: var(--gray-800); margin-bottom: 4px; }
.ann-body { font-size: 13px; color: var(--gray-500); line-height: 1.5; }
.emp-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 88px; }
.sidebar-block { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px; }
.sidebar-block h4 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-500); margin-bottom: 14px; }

/* ─── MOBILE ─── */
@media (max-width: 768px) {
  .topbar { padding: 0 16px; font-size: 11px; height: 32px; justify-content: flex-end; }
  .topbar-left { display: none; }
  .topbar-right { gap: 12px; }
  .access-btn { font-size: 10px; padding: 3px 8px; }
  .header-inner { padding: 0 16px; height: 60px; grid-template-columns: 1fr auto; gap: 16px; }
  .header-phone { display: none; }
  .mobile-menu-btn { display: flex; }
  nav { position: fixed; top: 92px; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; box-shadow: 0 8px 16px rgba(0,0,0,0.1); border-top: 1px solid var(--gray-200); z-index: 99; }
  nav.open { max-height: 400px; }
  nav a { padding: 16px 20px; border-radius: 0; border-bottom: 1px solid var(--gray-100); font-size: 15px; }
  .page-hero { padding: 32px 16px; }
  .page-hero h1 { font-size: 28px; }
  .page-hero p { font-size: 14px; margin-top: 8px; }
  .page-content { padding: 32px 16px; }
  .section-title { font-size: 22px; margin-bottom: 20px; }
  .hero { grid-template-columns: 1fr; padding: 32px 16px; min-height: auto; }
  .hero-left { padding: 0; }
  .hero h1 { font-size: 28px; }
  .hero-right { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); padding: 24px 16px; gap: 16px; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 16px 12px; }
  .stat-item:nth-child(2n) { border-right: none; }
  .stat-item:nth-last-child(-n+2) { border-bottom: none; }
  .stat-num { font-size: 32px; }
  .quick-access { padding: 32px 16px; }
  .quick-grid { grid-template-columns: 1fr; gap: 12px; }
  .quick-card { padding: 20px 16px; }
  .announcements { padding: 32px 16px; }
  .announce-grid { grid-template-columns: 1fr; gap: 16px; }
  .feedback-section { grid-template-columns: 1fr; gap: 32px; padding: 40px 16px; }
  .feedback-info h2 { font-size: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .submit-btn { width: 100%; }
  footer { padding: 40px 16px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; padding-top: 20px; text-align: center; }
  .social-links { justify-content: center; }
  .routes-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .routes-stat { padding: 14px 16px; }
  .routes-stat .num { font-size: 26px; }
  .route-card-header { grid-template-columns: 48px 1fr; gap: 8px 12px; padding: 14px 16px; }
  .route-num-badge { width: 40px; height: 40px; font-size: 16px; }
  .route-title { font-size: 14px; }
  .vac-layout { grid-template-columns: 1fr; gap: 24px; }
  .vac-card-top { padding: 20px 16px; }
  .vac-header { flex-direction: column; gap: 12px; }
  .vac-sidebar { position: static; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .stat-cards { grid-template-columns: repeat(2, 1fr); }
  .contacts-grid { grid-template-columns: 1fr; gap: 32px; }
  .departments-grid { grid-template-columns: 1fr; }
  .feedback-grid { grid-template-columns: 1fr; gap: 32px; }
  .emp-grid { grid-template-columns: 1fr; }
  .emp-sidebar { position: static; }
  .doc-card-header { padding: 14px 16px; }
  .map-embed { height: 240px; }
}
