@charset "UTF-8";

:root {
  --lacivert: #062d63;
  --koyu: #071a3f;
  --turuncu: #ff7a1a;
  --turkuaz: #2b9a94;
  --zemin: #f7f9fc;
  --cizgi: #e4eaf2;
  --metin: #4f5b70;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--koyu);
  background: var(--zemin);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container-wide { width: min(100% - 48px, 1440px); margin: auto; }
.container-page { width: min(100% - 48px, 1280px); margin: auto; }

.topbar {
  background: #052955;
  color: #fff;
  min-height: 70px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
.topbar-inner { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.ata { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.ata span:first-child {
  width: 48px; height: 48px; border-radius: 50%;
  background: #061c3b; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.2);
}
.top-link { display: inline-flex; align-items: center; gap: 8px; }
.pill-btn {
  color: #fff; border-radius: 6px; padding: 12px 16px;
  display: inline-flex; align-items: center; gap: 8px;
}
.blue { background: #2477d9; }
.orange { background: var(--turuncu); }
.green { background: #79b943; }

.header { background: #fff; border-bottom: 1px solid var(--cizgi); }
.nav { min-height: 120px; display: flex; align-items: center; gap: 28px; }
.logo { display: flex; align-items: center; gap: 16px; margin-right: auto; font-weight: 900; }
.logo-mark {
  width: 74px; height: 74px; border-radius: 50%;
  background: repeating-conic-gradient(from -35deg, #ff7a1a 0 18deg, transparent 18deg 29deg);
  border: 2px solid #e4edf7; position: relative;
}
.logo-mark:after {
  content: ""; position: absolute; inset: 18px; border-radius: 50%;
  border: 4px solid #1e7ccc; border-left-color: transparent; background: #fff;
}
.menu { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 900; }
.menu a { white-space: nowrap; }
.search { font-size: 24px; color: var(--lacivert); }

.hero {
  min-height: 500px; color: #fff; position: relative; overflow: hidden;
  background:
          linear-gradient(90deg, rgba(3,27,60,.96), rgba(3,27,60,.75), rgba(3,27,60,.08)),
          url("https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.hero .container-wide { min-height: 500px; display: flex; align-items: center; }
.hero-copy { width: min(540px, 90vw); }
.eyebrow { color: var(--turuncu); font-weight: 900; margin-bottom: 16px; }
.hero h1 { font-size: clamp(34px, 4vw, 52px); line-height: 1.14; margin: 0 0 24px; font-weight: 900; }
.hero p { line-height: 1.7; margin-bottom: 28px; }
.btn-cmo {
  border: 0; background: var(--turuncu); color: #fff; border-radius: 6px;
  padding: 14px 24px; font-weight: 900; display: inline-flex; gap: 10px; align-items: center;
}
.btn-cmo.dark { background: var(--lacivert); }

.value-grid { display: grid; grid-template-columns: repeat(6, 1fr); background: #fff; border-bottom: 1px solid var(--cizgi); }
.value { padding: 30px 22px; display: flex; gap: 14px; align-items: center; }
.value i { width: 54px; height: 54px; border-radius: 50%; background: #eef6ff; color: var(--lacivert); display: grid; place-items: center; font-size: 24px; }
.value h3 { font-size: 15px; margin: 0 0 6px; font-weight: 900; }
.value p { margin: 0; color: var(--metin); font-size: 12px; }

.section { padding: 46px 0; }
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.panel, .card-box, .filter, .form-box {
  background: #fff; border: 1px solid var(--cizgi); border-radius: 6px;
  box-shadow: 0 10px 26px rgba(6,45,99,.06);
}
.panel-head { padding: 24px 26px 12px; display: flex; justify-content: space-between; align-items: center; }
.panel-head h2 { font-size: 22px; margin: 0; font-weight: 900; }
.panel-body { padding: 0 26px 24px; }
.mini { display: grid; grid-template-columns: 112px 1fr; gap: 16px; padding: 12px 0; align-items: center; }
.mini img { width: 112px; height: 78px; object-fit: cover; border-radius: 6px; background: #e8eef6; }
.mini h3, .line h3 { margin: 0 0 6px; font-size: 15px; line-height: 1.35; font-weight: 900; }
.date { color: #70798c; font-size: 13px; }
.line { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; padding: 18px 0; }
.line i { color: #2477d9; font-size: 24px; }

.quick-title { text-align: center; font-weight: 900; font-size: 22px; margin: 0 0 26px; }
.quick-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.quick { min-height: 108px; display: grid; place-items: center; text-align: center; gap: 8px; color: var(--lacivert); font-weight: 900; padding: 12px; }
.quick i { font-size: 28px; }

.footer { background: #052955; color: #fff; padding: 34px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; }
.footer h3 { font-size: 15px; font-weight: 900; margin-bottom: 16px; }
.footer p, .footer li { color: rgba(255,255,255,.75); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }

.page-main { padding: 50px 0 78px; }
.crumb { display: flex; gap: 12px; align-items: center; color: #667086; margin-bottom: 34px; }
.crumb a { color: #0d60a8; }
.page-title { font-size: clamp(40px, 4vw, 58px); margin: 0 0 14px; font-weight: 900; }
.lead { font-size: 19px; color: var(--metin); margin-bottom: 38px; }
.form-box { padding: 48px; }
.form-intro { display: grid; grid-template-columns: 74px 1fr; gap: 22px; align-items: center; margin-bottom: 36px; }
.intro-icon { width: 74px; height: 74px; border-radius: 50%; background: #eaf4ff; color: #0c69bd; display: grid; place-items: center; font-size: 30px; }
.form-label { font-weight: 900; color: var(--koyu); }
.form-control, .form-select { min-height: 56px; border-color: #d6dee9; border-radius: 5px; }
textarea.form-control { min-height: 150px; }
.actions { border-top: 1px solid var(--cizgi); margin-top: 34px; padding-top: 28px; display: flex; gap: 16px; }
.btn-ghost { border: 1px solid #cbd5e1; background: #f8fafc; border-radius: 6px; padding: 14px 30px; font-weight: 900; }

.filter { padding: 26px; display: grid; grid-template-columns: 1.4fr 1.4fr 1fr 210px; gap: 22px; margin-bottom: 34px; }
.news-list { overflow: hidden; }
.news-row { display: grid; grid-template-columns: 320px 1fr 40px; gap: 24px; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--cizgi); }
.news-row img { width: 320px; height: 130px; border-radius: 6px; object-fit: cover; }
.news-row h2 { font-size: 21px; line-height: 1.35; font-weight: 900; margin: 0 0 16px; }
.news-pagination {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding-top: 24px;
}
.pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination-number,
.pagination-step {
  min-width: 48px;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dbe2ec;
  border-radius: 6px;
  background: #fff;
  color: var(--koyu);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.pagination-step { min-width: 104px; }
.pagination-number:hover,
.pagination-step:hover {
  color: var(--lacivert);
  border-color: #7ba0c8;
  box-shadow: 0 4px 12px rgba(6,45,99,.09);
}
.pagination-number.active {
  color: #fff;
  background: var(--lacivert);
  border-color: var(--lacivert);
}
.pagination-ellipsis {
  min-width: 34px;
  text-align: center;
  color: var(--koyu);
  font-weight: 700;
}
.news-pagination p {
  margin: 0;
  color: #4f5b70;
  font-size: 14px;
}

.detail { width: min(100% - 48px, 1050px); margin: auto; background: #fff; border-inline: 1px solid var(--cizgi); padding: 40px 76px 70px; }
.back { color: #006aa5; font-weight: 900; display: inline-flex; gap: 10px; margin-bottom: 38px; }
.detail h1 { font-size: clamp(34px, 4vw, 50px); line-height: 1.12; font-weight: 900; margin-bottom: 24px; }
.meta { display: flex; gap: 24px; color: var(--metin); margin-bottom: 28px; }
.cover { width: 100%; aspect-ratio: 16/8.4; object-fit: cover; border-radius: 8px; margin-bottom: 28px; }
.article { font-size: 18px; line-height: 1.65; }
.share { border-top: 1px solid var(--cizgi); padding-top: 24px; display: flex; align-items: center; gap: 14px; }
.share a { width: 40px; height: 40px; border-radius: 50%; color: #fff; display: grid; place-items: center; background: var(--lacivert); }

.contact-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; }
.info-row { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--cizgi); }
.info-row i { width: 46px; height: 46px; border-radius: 50%; background: #edf6ff; color: var(--lacivert); display: grid; place-items: center; }
.branch { margin-top: 40px; }
.branch-item { background: #fff; border: 1px solid var(--cizgi); border-radius: 4px; margin-bottom: 9px; overflow: hidden; }
.branch-head { background: var(--lacivert); color: #fff; padding: 20px 26px; font-weight: 900; }
.branch-body { padding: 24px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }

.board { text-align: center; }
.board-title { font-size: clamp(46px, 5vw, 70px); font-weight: 900; margin: 0; }
.rule { width: 78px; height: 4px; background: var(--turkuaz); margin: 18px auto 28px; }
.board-filter { width: min(100%, 980px); margin: 0 auto 34px; padding: 28px 42px; display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 24px; align-items: center; }
.member-grid { width: min(100%, 980px); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.member { padding: 28px; }
.avatar { width: 148px; height: 148px; border-radius: 50%; margin: auto auto 24px; border: 1px dashed var(--turkuaz); background: #f1f8f8; color: var(--turkuaz); display: grid; place-items: center; font-size: 60px; }
.member h2 { font-size: 23px; font-weight: 900; margin: 0 0 8px; }
.role { color: var(--turkuaz); font-weight: 900; }

.download-box { background: #eef7ff; border: 1px solid #cfe1f5; border-radius: 6px; padding: 40px 48px; display: grid; grid-template-columns: 74px 1fr; gap: 24px; margin-bottom: 32px; }
.file-row { display: grid; grid-template-columns: 70px 1fr 52px; gap: 20px; align-items: center; border: 1px solid var(--cizgi); border-radius: 6px; padding: 22px; }
.pdf { width: 56px; height: 64px; background: #0a4fc0; color: #fff; border-radius: 5px; display: grid; place-items: center; font-weight: 900; }

@media (max-width: 1100px) {
  .menu { display: none; }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .cards3, .contact-grid, .filter { grid-template-columns: 1fr; }
  .quick-grid, .member-grid { grid-template-columns: repeat(2, 1fr); }
  .branch-body { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .container-wide, .container-page, .detail { width: min(100% - 28px, 100%); }
  .value-grid, .quick-grid, .footer-grid, .member-grid, .board-filter, .download-box, .form-intro { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: 1fr; }
  .news-row img { width: 100%; height: 210px; }
  .form-box, .detail { padding: 28px 20px; }
  .actions { flex-direction: column; }
  .news-pagination { padding-top: 20px; }
  .pagination-pages { gap: 7px; }
  .pagination-number,
  .pagination-step { min-width: 40px; height: 42px; padding-inline: 10px; }
  .pagination-step { min-width: 42px; }
  .pagination-step span { display: none; }
}

/* Subpage typography and spacing refinement */
body:not(.home-page) {
  font-size: 14px;
  font-weight: 400;
}

body:not(.home-page) .container-page {
  width: min(100% - 96px, 1376px);
}

body:not(.home-page) .page-main {
  padding: 34px 0 64px;
}

body:not(.home-page) .crumb {
  gap: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

body:not(.home-page) .crumb strong {
  font-weight: 600;
}

body:not(.home-page) .page-title {
  margin-bottom: 10px;
  font-size: clamp(32px, 2.7vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

body:not(.home-page) .lead {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

body:not(.home-page) .form-box {
  padding: 34px;
}

body:not(.home-page) .form-intro {
  grid-template-columns: 60px 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

body:not(.home-page) .intro-icon {
  width: 60px;
  height: 60px;
  font-size: 25px;
}

body:not(.home-page) .form-intro h2,
body:not(.home-page) .form-box > h2,
body:not(.home-page) .contact-grid h2,
body:not(.home-page) .branch > h2,
body:not(.home-page) .download-box h2 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}

body:not(.home-page) .form-intro p,
body:not(.home-page) .download-box p {
  margin: 0;
  color: var(--metin);
  font-size: 15px;
  line-height: 1.55;
}

body:not(.home-page) .form-label {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

body:not(.home-page) .form-control,
body:not(.home-page) .form-select {
  min-height: 50px;
  font-size: 14px;
}

body:not(.home-page) .btn-cmo,
body:not(.home-page) .btn-ghost {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
}

body:not(.home-page) .filter {
  padding: 24px;
  margin-bottom: 30px;
}

body:not(.home-page) .news-row {
  grid-template-columns: 268px 1fr 28px;
  gap: 22px;
  padding: 9px 16px;
}

body:not(.home-page) .news-row img {
  width: 268px;
  height: 116px;
}

body:not(.home-page) .news-row h2 {
  margin-bottom: 13px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

body:not(.home-page) .detail {
  width: min(100% - 48px, 1035px);
  padding: 30px 64px 46px;
}

body:not(.home-page) .detail .crumb {
  margin-bottom: 30px;
  font-size: 13px;
}

body:not(.home-page) .back {
  margin-bottom: 32px;
  font-size: 13px;
  font-weight: 600;
}

body:not(.home-page) .detail h1 {
  margin-bottom: 22px;
  font-size: clamp(28px, 2.5vw, 34px);
  line-height: 1.2;
  font-weight: 700;
}

body:not(.home-page) .meta {
  margin-bottom: 24px;
  font-size: 13px;
}

body:not(.home-page) .cover {
  margin-bottom: 24px;
}

body:not(.home-page) .article {
  font-size: 14px;
  line-height: 1.55;
}

body:not(.home-page) .article p {
  margin-bottom: 12px;
}

.detail-share {
  gap: 12px;
  padding-top: 16px;
}

.detail-share > span {
  margin-right: 5px;
  color: #687386;
  font-size: 13px;
}

.detail-share a {
  width: 34px;
  height: 34px;
  font-size: 14px;
  box-shadow: none;
  transition: transform .18s ease, filter .18s ease;
}

.detail-share .social-facebook {
  background: #3b5998;
}

.detail-share .social-x {
  background: #000;
}

.detail-share .social-linkedin {
  background: #0077b5;
}

.detail-share a:hover {
  color: #fff;
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.article-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
  border: 1px solid #dde4ed;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}

.article-navigation-item {
  min-width: 0;
  min-height: 112px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
  transition: background-color .18s ease, color .18s ease;
}

.article-navigation-item + .article-navigation-item {
  border-left: 1px solid #dde4ed;
}

.article-navigation-item.next {
  grid-template-columns: 1fr 34px;
}

.article-navigation-item > i {
  color: #071a3f;
  font-size: 20px;
}

.article-navigation-item.next > i {
  justify-self: end;
}

.article-navigation-item span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.article-navigation-item small {
  color: #687386;
  font-size: 12px;
}

.article-navigation-item strong {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.article-navigation-item:hover {
  color: #0759a5;
  background: #f7faff;
}

body:not(.home-page) .contact-grid .form-box {
  padding: 24px;
}

body:not(.home-page) .contact-grid .actions {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.message-count {
  margin-top: 8px;
  color: #687386;
  font-size: 12px;
}

body:not(.home-page) .info-row {
  padding: 16px 0;
}

body:not(.home-page) .info-row {
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
}

body:not(.home-page) .info-row > i {
  width: 42px;
  height: 42px;
  background: #edf5ff;
  color: #0864c0;
  font-size: 16px;
}

body:not(.home-page) .info-row h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
}

body:not(.home-page) .info-row p,
body:not(.home-page) .branch-body p {
  margin: 0;
  color: var(--metin);
  font-size: 13px;
  line-height: 1.5;
}

body:not(.home-page) .branch-head {
  width: 100%;
  padding: 13px 18px;
  border: 0;
  background: #fff;
  color: var(--koyu);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

body:not(.home-page) .branch-head > i {
  color: #758095;
  font-size: 13px;
}

body:not(.home-page) .branch-item.is-open .branch-head {
  background: var(--lacivert);
  color: #fff;
}

body:not(.home-page) .branch-item.is-open .branch-head > i {
  color: #fff;
}

body:not(.home-page) .branch-body {
  padding: 22px 18px;
  grid-template-columns: 1.35fr 1fr 1.2fr 1fr 1fr;
  gap: 22px;
}

body:not(.home-page) .branch-body[hidden] {
  display: none !important;
}

.branch-info {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
}

.branch-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #edf5ff;
  color: #0864c0;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.branch-info strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}

body:not(.home-page) .branch-info p {
  font-size: 12px;
}

.branch-info a {
  color: #0864c0;
  font-weight: 600;
}

.branch-head:hover {
  background: #f5f8fc;
}

body:not(.home-page) .board-title {
  font-size: clamp(38px, 3.4vw, 50px);
  font-weight: 700;
}

body:not(.home-page) .board-filter,
body:not(.home-page) .member-grid {
  width: min(100%, 1120px);
}

body:not(.home-page) .board-filter label {
  font-size: 14px;
  font-weight: 500;
}

body:not(.home-page) .member {
  padding: 24px;
}

body:not(.home-page) .member h2 {
  font-size: 19px;
  font-weight: 700;
}

body:not(.home-page) .role {
  font-size: 14px;
  font-weight: 600;
}

/* Board page */
.board-page .member-grid {
  gap: 22px;
}

.board-page .member {
  min-height: 306px;
  padding: 22px 22px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-color: #e8edf2;
  box-shadow: 0 7px 22px rgba(6,45,99,.055);
}

.board-page .avatar {
  width: 136px;
  height: 136px;
  flex: 0 0 136px;
  margin: 0 auto 18px;
  border-color: #79bcb7;
  background: #f3faf9;
  color: #329b94;
  font-size: 52px;
}

.board-page .member h2 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.board-page .role {
  color: #168c88;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.member-contact {
  width: 100%;
  margin-top: auto;
  padding-top: 11px;
  border-top: 1px solid #e7ebef;
  display: flex;
  justify-content: center;
}

.member-contact a {
  width: 36px;
  height: 36px;
  border: 1px solid #168c88;
  border-radius: 50%;
  color: #168c88;
  display: grid;
  place-items: center;
  font-size: 15px;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.member-contact a:hover {
  background: #168c88;
  color: #fff;
  transform: translateY(-2px);
}

.board-notice {
  width: min(100%, 1120px);
  min-height: 54px;
  margin: 22px auto 0;
  padding: 11px 22px;
  border: 1px solid #e2edf3;
  border-radius: 5px;
  background: #eef6fb;
  color: #274d60;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.board-notice-icon {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border: 1.5px solid #168c88;
  border-radius: 50%;
  color: #168c88;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.board-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

body:not(.home-page) .download-box {
  padding: 30px;
}

body:not(.home-page) .file-row h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
}

/* Complaint page */
.complaint-page .container-page {
  width: min(100% - 48px, 1360px);
}

.complaint-page .crumb {
  margin-bottom: 48px;
}

.complaint-page .page-title {
  margin-bottom: 16px;
  font-size: clamp(36px, 3vw, 44px);
  font-weight: 700;
}

.complaint-page .lead {
  margin-bottom: 34px;
  font-size: 17px;
}

.complaint-page .lead a {
  color: #176cb7;
  font-weight: 600;
}

.complaint-download {
  min-height: 204px;
  padding: 30px;
  border: 1px solid #cfe2f5;
  border-radius: 7px;
  background: #edf6ff;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 28px;
  align-items: start;
}

.complaint-info-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #237bdd;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 25px;
}

.complaint-download-content h2 {
  margin: 3px 0 10px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
}

.complaint-download-content p {
  margin: 0 0 20px;
  color: #586578;
  font-size: 16px;
  line-height: 1.5;
}

.complaint-download-button {
  min-height: 58px;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid #176cb7;
  border-radius: 6px;
  background: #fff;
  color: #176cb7;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.complaint-download-button:hover {
  background: #176cb7;
  color: #fff;
  box-shadow: 0 6px 16px rgba(23,108,183,.16);
}

.complaint-card {
  margin-top: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6,45,99,.05);
  overflow: hidden;
}

.complaint-card-top {
  padding: 30px;
}

.complaint-meta {
  padding: 4px 2px 30px;
  border-bottom: 1px solid #e5eaf0;
  color: #657185;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 15px;
}

.complaint-meta span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.complaint-meta i {
  color: #1972c9;
  font-size: 21px;
}

.complaint-share {
  padding-top: 28px;
}

.complaint-share h2,
.complaint-files h2 {
  margin: 0 0 18px;
  font-size: 19px;
  font-weight: 700;
}

.complaint-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.complaint-socials a {
  min-height: 48px;
  padding: 0 17px;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: filter .18s ease, transform .18s ease;
}

.complaint-socials i {
  font-size: 21px;
}

.complaint-socials a:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.complaint-facebook { background: #3b5998; }
.complaint-twitter { background: #35a9e8; }
.complaint-linkedin { background: #087caf; }

.complaint-files {
  padding: 30px 30px 40px;
  border-top: 1px solid #e5eaf0;
}

.complaint-files h2 {
  margin-bottom: 24px;
}

.complaint-file-row {
  min-height: 112px;
  padding: 18px 22px;
  border: 1px solid #dfe5ec;
  border-radius: 7px;
  display: grid;
  grid-template-columns: 66px 1fr 52px;
  gap: 20px;
  align-items: center;
}

.complaint-pdf-icon {
  color: #174ac1;
  font-size: 54px;
}

.complaint-file-info h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
}

.complaint-file-info p {
  margin: 0;
  color: #657185;
  font-size: 15px;
}

.complaint-file-download {
  width: 52px;
  height: 52px;
  border: 1px solid #dfe5ec;
  border-radius: 7px;
  color: #176cb7;
  display: grid;
  place-items: center;
  font-size: 18px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.complaint-file-download:hover {
  border-color: #176cb7;
  background: #176cb7;
  color: #fff;
}

@media (max-width: 1100px) {
  body:not(.home-page) .branch-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .complaint-page .container-page {
    width: min(100% - 28px, 100%);
  }

  body:not(.home-page) .container-page,
  body:not(.home-page) .detail {
    width: min(100% - 28px, 100%);
  }

  body:not(.home-page) .page-main {
    padding-top: 24px;
  }

  body:not(.home-page) .crumb {
    flex-wrap: wrap;
    row-gap: 7px;
    margin-bottom: 24px;
    font-size: 12px;
  }

  body:not(.home-page) .page-title {
    font-size: 31px;
  }

  body:not(.home-page) .lead {
    margin-bottom: 24px;
    font-size: 14px;
  }

  body:not(.home-page) .filter {
    gap: 12px;
    padding: 16px;
    margin-bottom: 24px;
  }

  body:not(.home-page) .board-filter {
    padding: 18px;
  }

  body:not(.home-page) .form-box,
  body:not(.home-page) .detail {
    padding: 24px 18px;
  }

  body:not(.home-page) .news-row {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  body:not(.home-page) .news-row img {
    width: 100%;
    height: 200px;
  }

  body:not(.home-page) .news-row > i:last-child {
    display: none;
  }

  body:not(.home-page) .news-row h2 {
    font-size: 16px;
  }

  body:not(.home-page) .form-intro {
    gap: 14px;
    margin-bottom: 24px;
  }

  body:not(.home-page) .actions {
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
  }

  body:not(.home-page) .actions button {
    width: 100%;
    justify-content: center;
  }

  .board-page .member {
    min-height: 292px;
  }

  .board-notice {
    padding: 12px 14px;
    align-items: flex-start;
  }

  .pagination-pages {
    max-width: 100%;
  }

  .article-navigation {
    grid-template-columns: 1fr;
  }

  .article-navigation-item {
    min-height: 96px;
    padding: 16px;
  }

  .article-navigation-item + .article-navigation-item {
    border-top: 1px solid #dde4ed;
    border-left: 0;
  }

  body:not(.home-page) .branch-body {
    grid-template-columns: 1fr;
  }

  .complaint-page .crumb {
    margin-bottom: 32px;
  }

  .complaint-page .lead {
    font-size: 15px;
  }

  .complaint-download {
    min-height: 0;
    padding: 22px 18px;
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .complaint-info-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .complaint-download-content h2 {
    font-size: 18px;
  }

  .complaint-download-content p {
    font-size: 14px;
  }

  .complaint-download-button {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    font-size: 14px;
  }

  .complaint-card-top,
  .complaint-files {
    padding: 20px 18px;
  }

  .complaint-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    font-size: 13px;
  }

  .complaint-socials a {
    min-height: 44px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .complaint-file-row {
    min-height: 96px;
    padding: 14px;
    grid-template-columns: 50px 1fr 44px;
    gap: 12px;
  }

  .complaint-pdf-icon {
    font-size: 44px;
  }

  .complaint-file-download {
    width: 44px;
    height: 44px;
  }
}

/* Homepage refinement */
.home-page {
  background: #f6f8fb;
  color: #071a3f;
  font-size: 14px;
}

.home-page a,
.home-page button {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

.home-container {
  width: min(100% - 104px, 1288px);
  margin-inline: auto;
}

.home-top {
  background: #052955;
  color: #fff;
}

.home-top-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.top-image-link {
  width: 170px;
  height: 48px;
  display: flex;
  align-items: center;
  flex: 0 0 170px;
}

.top-image-link img {
  width: 170px;
  height: 48px;
  object-fit: contain;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: auto;
  font-size: 12px;
  font-weight: 700;
}

.top-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.92);
}

.top-nav a:hover {
  color: #fff;
  transform: translateY(-1px);
}

.top-cta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.top-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 0 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.top-button:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.top-button-blue { background: #2878d7; }
.top-button-orange { background: #ff7a1a; }
.top-button-green { background: #79b943; }

.home-header {
  background: #fff;
  border-bottom: 1px solid #e5ebf3;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.home-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-right: auto;
  color: #071a3f;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 850;
  padding: 2px 0;
}

.home-brand:hover {
  color: #062d63;
}

.cmo-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 60px;
  position: relative;
  background:
          radial-gradient(circle at 46% 50%, #fff 0 27%, transparent 28%),
          repeating-conic-gradient(from -28deg, #f58220 0 13deg, transparent 13deg 21deg);
  border: 1px solid #dfe8f2;
}

.cmo-logo::after {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  border: 4px solid #1f7cc2;
  border-left-color: transparent;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 800;
}

.main-menu a,
.main-menu button {
  color: #071a3f;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  position: relative;
}

.main-menu button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

.main-menu a:hover,
.main-menu button:hover {
  color: #ff7a1a;
}

.main-menu a::after,
.main-menu button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 3px;
  border-radius: 999px;
  background: #ff7a1a;
  transform: scaleX(0);
  transform-origin: center;
}

.main-menu a:hover::after,
.main-menu a:focus-visible::after,
.main-menu button:hover::after,
.main-menu button:focus-visible::after {
  transform: scaleX(1);
}

.main-menu .menu-search {
  font-size: 21px;
  min-width: 36px;
  justify-content: center;
}

.menu-search::after {
  display: none;
}

.search-mobile-label {
  display: none;
}

.menu-dropdown {
  min-height: 92px;
  position: relative;
  display: flex;
  align-items: stretch;
}

.submenu {
  position: absolute;
  z-index: 50;
  top: calc(100% - 1px);
  left: -12px;
  width: 190px;
  padding: 5px 0;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 14px 28px rgba(6,45,99,.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.submenu-group {
  position: relative;
}

.main-menu .submenu a,
.main-menu .submenu .submenu-link {
  min-height: 38px;
  padding: 0 12px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #24334d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 11px;
  font-weight: 500;
}

.main-menu .submenu a::after,
.main-menu .submenu .submenu-link::after {
  display: none;
}

.main-menu .submenu a > i,
.main-menu .submenu .submenu-link > i {
  color: #7d8798;
  font-size: 10px;
}

.main-menu .submenu a:hover,
.main-menu .submenu .submenu-link:hover,
.submenu-group.is-open > .submenu-link {
  color: #ff7a1a;
  background: #f7f9fc;
}

.submenu-child {
  position: absolute;
  z-index: 55;
  top: -6px;
  left: calc(100% - 1px);
  width: 170px;
  padding: 5px 0;
  border: 1px solid #e1e7ef;
  background: #fff;
  box-shadow: 0 14px 28px rgba(6,45,99,.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-6px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.submenu-group:hover > .submenu-child,
.submenu-group:focus-within > .submenu-child,
.submenu-group.is-open > .submenu-child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.submenu-group.is-open > .submenu-link > i {
  transform: rotate(180deg);
}

.menu-dropdown:hover .submenu,
.menu-dropdown:focus-within .submenu,
.menu-dropdown.is-open .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-dropdown.is-open > .has-menu > i {
  transform: rotate(180deg);
}

.mobile-menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #dce5ef;
  border-radius: 5px;
  background: #fff;
  color: #062d63;
}

.mobile-menu:hover,
.mobile-menu.is-open {
  color: #fff;
  background: #062d63;
  border-color: #062d63;
}

.home-hero {
  height: 456px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #031b3c;
}

.hero-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .55s ease, visibility .55s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,25,55,.96) 0%, rgba(3,25,55,.82) 34%, rgba(3,25,55,.22) 65%, rgba(3,25,55,.04) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 456px;
  display: flex;
  align-items: center;
}

.hero-text {
  width: min(470px, 88vw);
  margin-left: 44px;
}

.hero-label {
  color: #ff7a1a;
  font-size: 11px;
  font-weight: 850;
  margin-bottom: 15px;
}

.hero-text h1 {
  margin: 0 0 18px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-text p {
  width: min(380px, 100%);
  margin: 0 0 24px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}

.primary-action {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  padding: 0 18px;
  color: #fff;
  background: #ff7a1a;
  font-size: 13px;
  font-weight: 800;
}

.primary-action:hover {
  color: #fff;
  background: #ff8e39;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255,122,26,.25);
}

.hero-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,26,63,.32);
  color: #fff;
}

.hero-control:hover {
  background: rgba(255,122,26,.9);
}

.hero-prev { left: 36px; }
.hero-next { right: 36px; }

.hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}

.hero-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(7,26,63,.12);
  transition: background-color .18s ease, transform .18s ease;
}

.hero-dots button:hover {
  transform: scale(1.18);
}

.hero-dots .active {
  background: #ff7a1a;
}

body.modal-open {
  overflow: hidden;
}

.search-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease;
}

.search-modal[hidden] {
  display: none;
}

.search-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.search-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(3,22,49,.68);
  cursor: default;
}

.search-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 30px;
  border: 1px solid #dfe6ef;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(3,22,49,.28);
  transform: translateY(12px);
  transition: transform .18s ease;
}

.search-modal.is-open .search-dialog {
  transform: translateY(0);
}

.search-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #dce4ee;
  border-radius: 50%;
  background: #fff;
  color: #536176;
  display: grid;
  place-items: center;
}

.search-dialog-close:hover {
  border-color: #062d63;
  background: #062d63;
  color: #fff;
}

.search-dialog h2 {
  margin: 0 46px 8px 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.search-dialog > p {
  margin: 0 0 22px;
  color: #687386;
  font-size: 14px;
}

.search-dialog-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.search-input-wrap {
  height: 52px;
  padding: 0 16px;
  border: 1px solid #cad5e2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #66758a;
}

.search-input-wrap:focus-within {
  border-color: #176cb7;
  box-shadow: 0 0 0 3px rgba(23,108,183,.1);
}

.search-input-wrap input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #071a3f;
  background: transparent;
  font-size: 15px;
}

.search-dialog-actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.search-dialog-actions button {
  min-width: 104px;
  height: 44px;
  padding: 0 18px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
}

.search-cancel {
  border: 1px solid #cad5e2;
  background: #fff;
  color: #071a3f;
}

.search-cancel:hover {
  background: #f4f7fa;
}

.search-submit {
  border: 1px solid #062d63;
  background: #062d63;
  color: #fff;
}

.search-submit:hover {
  border-color: #0b4d91;
  background: #0b4d91;
}

.promise-band {
  background: #fff;
  border-bottom: 1px solid #e7edf5;
  margin: 30px 30px 0px;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.promise-item {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 5px;
  color: #071a3f;
}

.promise-item:hover {
  background: #f8fbff;
  color: #062d63;
}

.promise-item i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  font-size: 25px;
  background: #edf6ff;
  box-shadow: inset 0 0 0 1px rgba(6,45,99,.035);
}

.green-icon i { color: #7eb943; background: #f2faec; }
.blue-icon i { color: #2376d1; background: #edf5ff; }
.orange-icon i { color: #f28a28; background: #fff3e8; }
.purple-icon i { color: #9b62bc; background: #f7effb; }
.teal-icon i { color: #2b9a94; background: #edf9f8; }
.navy-icon i { color: #2d6fb4; background: #edf5ff; }

.promise-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 800;
}

.promise-item small {
  display: block;
  margin-top: 5px;
  color: #697489;
  font-size: 10px;
  line-height: 1.35;
}

.home-section {
  padding: 30px 0 26px;
}

.three-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.home-panel {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 5px;
  box-shadow: 0 8px 22px rgba(6,45,99,.045);
}

.home-panel:hover {
  box-shadow: 0 14px 28px rgba(6,45,99,.08);
}

.home-panel-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px 8px;
}

.home-panel-head h2,
.home-title {
  margin: 0;
  color: #071a3f;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 850;
}

.home-panel-head a {
  color: #0d63ad;
  font-size: 11px;
  font-weight: 800;
}

.home-panel-head a:hover {
  color: #ff7a1a;
}

.home-panel-body {
  padding: 0 22px 18px;
}

.mini-news,
.notice-row,
.press-row {
  display: grid;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  color: #071a3f;
}

.mini-news {
  grid-template-columns: 86px 1fr;
}

.mini-news img {
  width: 86px;
  height: 58px;
  object-fit: cover;
  border-radius: 4px;
  background: #e8eef6;
}

.notice-row {
  grid-template-columns: 46px 1fr;
  min-height: 70px;
}

.press-row {
  grid-template-columns: 96px 1fr;
  min-height: 70px;
}

.notice-row i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf6ff;
  color: #1d73ca;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(29,115,202,.05);
}

.press-logo-img {
  width: 96px;
  height: 30px;
  object-fit: contain;
}

.mini-news strong,
.notice-row strong,
.press-row strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.mini-news small,
.notice-row small,
.press-row small {
  display: block;
  margin-top: 5px;
  color: #70798c;
  font-size: 10.5px;
}

.mini-news:hover,
.notice-row:hover,
.press-row:hover {
  color: #0d63ad;
  transform: translateX(2px);
}

.quick-section {
  padding: 0 0 30px;
}

.home-title {
  text-align: center;
  width: max-content;
  margin: 0 auto 22px;
  position: relative;
  padding-bottom: 9px;
}

.home-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: #ff7a1a;
  transform: translateX(-50%);
}

.quick-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.quick-list a {
  min-height: 84px;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #12386d;
  text-align: center;
  font-size: 11px;
  line-height: 1.28;
  font-weight: 850;
  box-shadow: 0 5px 14px rgba(6,45,99,.035);
}

.quick-list i {
  font-size: 22px;
}

.quick-list a:hover {
  color: #ff7a1a;
  border-color: #ffd3b4;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(6,45,99,.08);
}

.bottom-home-section {
  padding: 0 0 26px;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.event-panel,
.library-panel {
  min-height: 250px;
}

.event-body {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 18px;
  padding: 8px 20px 20px;
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 11px;
  color: #12386d;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px 5px;
  text-align: center;
  font-size: 10.5px;
  font-weight: 700;
}

.calendar-grid b {
  color: #6d7486;
  font-weight: 700;
}

.calendar-grid span {
  min-height: 20px;
  border-radius: 4px;
  display: grid;
  place-items: center;
}

.calendar-grid .selected {
  color: #fff;
  background: #ff7a1a;
  font-weight: 800;
}

.event-list a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 6px 0;
  color: #071a3f;
  align-items: center;
}

.event-list a:hover {
  color: #0d63ad;
}

.event-list b {
  color: #0d63ad;
  text-align: center;
  font-size: 20px;
  line-height: .95;
  background: #f4f8fe;
  border-radius: 5px;
  padding: 8px 0;
}

.event-list b small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}

.event-list strong {
  display: block;
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 800;
}

.event-list span small {
  color: #70798c;
  font-size: 10px;
}

.library-grid {
  padding: 8px 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: calc(100% - 58px);
}

.library-grid a {
  min-height: 86px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 1fr 16px;
  align-items: center;
  gap: 6px;
  border: 1px solid #e6ebf2;
  border-radius: 4px;
  color: #12386d;
  font-size: 10.5px;
  font-weight: 850;
  background: #fff;
}

.library-grid a span i {
  display: grid;
  place-items: center;
  font-size: 27px;
  margin: 0 0 9px;
}

.library-grid a span {
  display: flex;
  min-height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-column: 1;
  grid-row: 1;
}

.library-grid a strong {
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 850;
}

.library-grid a > i:last-child {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  color: #7b8496;
  font-size: 13px;
}

.library-blue span i { color: #2376c8; }
.library-green span i { color: #79b943; }
.library-orange span i { color: #f28a28; }
.library-purple span i { color: #a855c5; }
.library-teal span i { color: #2b9a94; }
.library-gray span i { color: #8a94a6; }

.library-grid a:hover {
  color: #ff7a1a;
  border-color: #ffd3b4;
  transform: translateY(-2px);
}

.ask-band {
  background: #fff3e8;
  padding: 20px 0;
}

.ask-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  align-items: center;
}

.ask-inner h2 {
  margin: 0 0 7px;
  font-size: 19px;
  font-weight: 850;
}

.ask-inner p {
  margin: 0;
  color: #596478;
  font-size: 12px;
}

.ask-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr 130px;
  gap: 10px;
}

.ask-form input,
.ask-form button {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #e0e6ee;
  padding: 0 13px;
  font-size: 12px;
}

.ask-form button {
  border: 0;
  background: #ff7a1a;
  color: #fff;
  font-weight: 800;
}

.ask-form button:hover {
  background: #ff8e39;
  transform: translateY(-1px);
}

.home-footer {
  background: #052955;
  color: #fff;
  padding: 28px 0 20px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr .9fr 1fr;
  gap: 32px;
}

.footer-main h3 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 850;
}

.footer-main p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.75;
}

.footer-links {
  display: grid;
  gap: 6px;
}

.footer-links a {
  width: fit-content;
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

.footer-links a:hover {
  color: #ff9a4e;
}

.footer-brand {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
  font-size: 12px;
}

.footer-brand img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.footer-brand .cmo-logo {
  width: 66px;
  height: 66px;
  flex-basis: 66px;
}

.footer-brand a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin: 0 3px;
  background: rgba(255,255,255,.1);
  color: #fff;
}

.footer-brand a:hover {
  background: #ff7a1a;
}

.store {
  display: block;
  width: 150px;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #101522;
  color: #fff;
  font-size: 11px;
}

.store:hover {
  color: #fff;
  background: #171e30;
}

@media (max-width: 1100px) {
  .home-top-inner {
    padding: 8px 0;
    flex-wrap: wrap;
  }

  .top-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .main-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    display: grid;
    gap: 0;
    padding: 8px;
    background: #fff;
    border: 1px solid #e1e8f1;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 18px 34px rgba(6,45,99,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    z-index: 40;
  }

  .main-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-menu a,
  .main-menu button {
    min-height: 44px;
    width: 100%;
    padding: 0 14px;
    border-radius: 4px;
    justify-content: space-between;
    text-align: left;
  }

  .main-menu a::after,
  .main-menu button::after {
    display: none;
  }

  .main-menu a:hover,
  .main-menu button:hover {
    color: #062d63;
    background: #f5f8fc;
  }

  .search-mobile-label {
    display: inline;
  }

  .menu-dropdown {
    min-height: 0;
    width: 100%;
    display: block;
  }

  .submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height .22s ease;
  }

  .menu-dropdown:hover .submenu,
  .menu-dropdown:focus-within .submenu {
    max-height: 0;
    pointer-events: none;
  }

  .menu-dropdown.is-open .submenu,
  .menu-dropdown.is-open:hover .submenu,
  .menu-dropdown.is-open:focus-within .submenu {
    max-height: 460px;
    padding-bottom: 6px;
    pointer-events: auto;
  }

  .menu-dropdown.is-open > .has-menu {
    color: #062d63;
    background: #edf4fb;
  }

  .main-menu .submenu a,
  .main-menu .submenu .submenu-link {
    min-height: 38px;
    padding-left: 14px;
    border-left: 2px solid #e4eaf2;
    border-radius: 0;
    font-size: 12px;
  }

  .submenu-child {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 0 0 16px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height .22s ease;
  }

  .submenu-group:hover > .submenu-child,
  .submenu-group:focus-within > .submenu-child {
    max-height: 0;
    pointer-events: none;
  }

  .submenu-group.is-open > .submenu-child,
  .submenu-group.is-open:hover > .submenu-child,
  .submenu-group.is-open:focus-within > .submenu-child {
    max-height: 130px;
    pointer-events: auto;
  }

  .main-menu .submenu-child a {
    min-height: 34px;
    padding-left: 12px;
    font-size: 11px;
    color: #405067;
  }

  .mobile-menu {
    display: grid;
    place-items: center;
  }

  .promise-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .three-column,
  .bottom-grid,
  .ask-inner {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .home-container {
    width: min(100% - 28px, 100%);
  }

  .top-cta {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .top-button {
    justify-content: center;
  }

  .promise-band {
    margin: 14px 0 0;
  }

  .home-hero,
  .hero-inner {
    height: 410px;
  }

  .hero-text {
    margin-left: 0;
  }

  .hero-control {
    display: none;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .promise-grid,
  .quick-list,
  .library-grid,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-body,
  .ask-form {
    grid-template-columns: 1fr;
  }

  .promise-item {
    min-height: 82px;
  }

  .quick-list a {
    min-height: 72px;
  }
}

@media (max-width: 560px) {
  .home-brand {
    font-size: 13px;
  }

  .cmo-logo {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .home-panel-head,
  .home-panel-body,
  .library-grid,
  .event-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mini-news {
    grid-template-columns: 78px 1fr;
  }

  .mini-news img {
    width: 78px;
  }

  .hero-text h1 {
    font-size: 24px;
  }

  .promise-grid,
  .quick-list,
  .library-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .search-modal {
    padding: 14px;
  }

  .search-dialog {
    padding: 24px 18px 18px;
  }

  .search-dialog h2 {
    font-size: 21px;
  }

  .search-dialog-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .search-dialog-actions button {
    min-width: 0;
    width: 100%;
  }
}

.member-ops-page {
  min-height: 100vh;
  background: #fbfcfe;
  color: #071a3f;
}

.member-top {
  height: 54px;
  padding: 0 20px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6ebf2;
  background: #fff;
}

.member-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #071a3f;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
}

.member-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.member-close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #071a3f;
  font-size: 23px;
  transition: color .18s ease, background .18s ease;
}

.member-close:hover {
  color: #ff7a1a;
  background: #f4f7fb;
}

.member-shell {
  min-height: calc(100vh - 54px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 286px;
}

.member-content {
  padding: 22px 36px 34px;
}

.member-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid #e5eaf1;
}

.member-heading h1 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.member-heading span {
  display: block;
  width: 31px;
  height: 2px;
  margin-top: 18px;
  background: #e89a32;
}

.ops-section {
  padding: 13px 0 10px;
  border-bottom: 1px solid #e7ebf1;
}

.ops-section h2 {
  min-height: 21px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #152846;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.ops-section h2 em {
  color: #66748a;
  font-style: normal;
  font-weight: 600;
}

.ops-section h2 > i {
  width: 18px;
  font-size: 15px;
}

.ops-section .dot {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
}

.ops-grid {
  display: grid;
  gap: 8px;
}

.ops-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ops-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ops-card {
  min-height: 36px;
  padding: 7px 16px 7px 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(7,26,63,.025);
  font-size: 12px;
  line-height: 1.22;
  font-weight: 700;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ops-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(7,26,63,.08);
}

.ops-card i {
  width: 22px;
  flex: 0 0 22px;
  text-align: center;
  font-size: 20px;
}

.ops-card strong {
  font-weight: 800;
}

.span-2 {
  grid-column: span 2;
}

.ops-green h2,
.ops-green .ops-card i {
  color: #3b9c62;
}

.ops-green .ops-card {
  border-color: #dfece3;
  background: #fbfdfb;
}

.ops-green .ops-card:hover {
  border-color: #afd8bd;
  background: #f3fbf5;
}

.ops-orange h2,
.ops-orange .ops-card i {
  color: #ef9a22;
}

.ops-orange .dot {
  background: #ff9918;
}

.ops-orange .ops-card {
  border-color: #f3eadf;
  background: #fffaf5;
}

.ops-orange .ops-card:hover {
  border-color: #edc890;
  background: #fff5e8;
}

.ops-blue h2,
.ops-blue .ops-card i {
  color: #2491cc;
}

.ops-blue .dot {
  background: #2d9fe0;
}

.ops-blue .ops-card {
  border-color: #dfedf6;
  background: #f8fcff;
}

.ops-blue .ops-card:hover {
  border-color: #add5ed;
  background: #eef9ff;
}

.ops-purple h2,
.ops-purple .ops-card i {
  color: #8b4cc8;
}

.ops-purple .dot {
  background: #8c4ad1;
}

.ops-purple .ops-card {
  border-color: #ebe2f5;
  background: #fdfaff;
}

.ops-purple .ops-card:hover {
  border-color: #d2b7ec;
  background: #f8f1ff;
}

.ops-cyan h2,
.ops-cyan .ops-card i {
  color: #128fbf;
}

.ops-cyan .dot {
  background: #0a9dd8;
}

.ops-cyan .ops-card {
  border-color: #dfeef6;
  background: #f7fcff;
}

.ops-cyan .ops-card:hover {
  border-color: #abd7ea;
  background: #eef9fe;
}

.ops-steel h2,
.ops-steel .ops-card i {
  color: #4d6f91;
}

.ops-steel .dot {
  background: #4e6f94;
}

.ops-steel .ops-card {
  border-color: #e3e8ef;
  background: #fafbfd;
}

.ops-steel .ops-card:hover {
  border-color: #bac8d7;
  background: #f4f8fc;
}

.member-sidebar {
  padding: 27px 24px;
  border-left: 1px solid #e6ebf2;
  background: #fafbfe;
}

.member-sidebar h2 {
  margin: 0 0 38px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.cevre-card {
  min-height: 80px;
  margin-bottom: 20px;
  padding: 18px 19px;
  display: grid;
  grid-template-columns: 38px 1fr 16px;
  align-items: center;
  gap: 15px;
  border: 1px solid #e6ebf2;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(7,26,63,.04);
  color: #071a3f;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cevre-card:hover {
  transform: translateY(-1px);
  border-color: #c9d7ea;
  box-shadow: 0 10px 22px rgba(7,26,63,.09);
}

.cevre-card span {
  color: #326fd0;
  font-size: 26px;
}

.cevre-card strong {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.cevre-card small {
  display: block;
  margin-top: 2px;
  color: #66748a;
  font-size: 12px;
  font-weight: 700;
}

.cevre-card > i {
  color: #326fd0;
  font-size: 16px;
}

.cevre-card.purple span,
.cevre-card.purple > i {
  color: #9550bc;
}

@media (max-width: 1280px) {
  .member-shell {
    grid-template-columns: 1fr;
  }

  .member-sidebar {
    border-left: 0;
    border-top: 1px solid #e6ebf2;
  }

  .member-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .member-sidebar h2 {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  .cevre-card {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .member-content {
    padding: 22px 24px 28px;
  }

  .ops-grid-4,
  .ops-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .member-top {
    height: auto;
    min-height: 54px;
    gap: 12px;
    padding: 10px 14px;
  }

  .member-logo {
    font-size: 12px;
  }

  .member-logo img {
    width: 32px;
    height: 32px;
  }

  .member-content {
    padding: 20px 16px 24px;
  }

  .member-heading h1 {
    font-size: 24px;
  }

  .ops-grid-4,
  .ops-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }

  .ops-card {
    min-height: 48px;
    padding: 10px 12px;
    gap: 12px;
  }

  .member-sidebar {
    padding: 20px 16px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .ops-grid-4,
  .ops-grid-5 {
    grid-template-columns: 1fr;
  }

  .ops-section h2 {
    align-items: flex-start;
  }
}

.branch-page {
  background: #f7f9fc;
  color: #071a3f;
}

.branch-page a,
.branch-page button {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, opacity .18s ease;
}

.branch-top {
  background:
          linear-gradient(90deg, rgba(4,32,68,.55), rgba(4,32,68,.96) 30%, #052955 100%),
          radial-gradient(circle at 10% 30%, rgba(198,20,31,.7), transparent 22%);
}

.branch-top .home-top-inner {
  min-height: 52px;
}

.branch-top-nav {
  gap: 20px;
  font-size: 12px;
}

.branch-header .header-inner {
  min-height: 106px;
}

.branch-header .main-menu a,
.branch-header .main-menu button,
.branch-header .menu-dropdown {
  min-height: 106px;
}

.branch-brand {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.08;
}

.branch-brand img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.branch-brand small {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 800;
}

.branch-main {
  padding: 42px 0 54px;
}

.branch-shortcuts {
  margin-bottom: 36px;
}

.branch-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.branch-shortcut-grid a {
  min-height: 74px;
  padding: 15px 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #edf1f6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(7,26,63,.035);
}

.branch-shortcut-grid a:hover,
.branch-shortcut-grid a.active {
  border-color: #e7edf7;
  box-shadow: 0 12px 24px rgba(7,26,63,.07);
  transform: translateY(-1px);
}

.branch-shortcut-grid i {
  color: #2b55c7;
  font-size: 24px;
}

.branch-shortcut-grid strong {
  display: block;
  color: #071a3f;
  font-size: 11px;
  line-height: 1.24;
  font-weight: 850;
}

.branch-shortcut-grid small {
  display: block;
  margin-top: 3px;
  color: #7c8797;
  font-size: 10px;
  font-weight: 600;
}

.branch-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 348px;
  gap: 20px;
  margin-bottom: 28px;
}

.branch-slider,
.branch-calendar,
.branch-news-panel,
.branch-list-panel {
  border: 1px solid #edf1f6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(7,26,63,.035);
}

.branch-slider {
  min-height: 430px;
  position: relative;
  overflow: hidden;
}

.branch-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 32px;
  padding: 32px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(18px);
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
}

.branch-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.branch-slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 3px;
}

.branch-slide-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3px;
}

.branch-slide-copy h1 {
  width: min(100%, 430px);
  margin: 0 0 22px;
  color: #071a3f;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
}

.branch-slide-copy p {
  width: min(100%, 410px);
  margin: 0;
  color: #66748a;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.branch-slide-copy a {
  margin-top: auto;
  margin-left: auto;
  min-height: 45px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #073b99;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.branch-slide-copy a:hover {
  color: #fff;
  background: #ff7a1a;
  transform: translateY(-1px);
}

.branch-slider-btn {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #7c8797;
  box-shadow: 0 6px 16px rgba(7,26,63,.08);
  transform: translateY(-50%);
}

.branch-slider-prev {
  left: 12px;
}

.branch-slider-next {
  right: 24px;
}

.branch-slider-btn:hover {
  color: #073b99;
  box-shadow: 0 8px 20px rgba(7,26,63,.13);
}

.branch-slider-dots {
  position: absolute;
  left: 415px;
  bottom: 35px;
  display: flex;
  gap: 9px;
}

.branch-slider-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d0d6e1;
}

.branch-slider-dots button.active {
  background: #ff8a16;
}

.branch-calendar {
  padding: 27px 22px 30px;
}

.branch-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 19px;
}

.branch-panel-head h2 {
  margin: 0;
  color: #071a3f;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

.branch-panel-head a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1b86d2;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.branch-panel-head a:hover {
  color: #ff7a1a;
}

.branch-calendar-top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 1px solid #edf1f6;
  border-radius: 5px;
  color: #071a3f;
  font-size: 13px;
}

.branch-calendar-top span {
  display: flex;
  gap: 8px;
  color: #a7b0bf;
}

.branch-calendar-top i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #edf1f6;
  border-radius: 4px;
}

.branch-calendar-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid #edf1f6;
  border-left: 1px solid #edf1f6;
}

.branch-calendar-grid b,
.branch-calendar-grid span {
  height: 42px;
  display: grid;
  place-items: center;
  border-right: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
  color: #071a3f;
  font-size: 12px;
}

.branch-calendar-grid b {
  height: 44px;
  background: #fbfcfe;
  font-weight: 800;
}

.branch-calendar-grid span.selected {
  background: #fff2e8;
  color: #ff7a1a;
  font-weight: 850;
}

.branch-news-panel {
  padding: 24px 22px 20px;
  margin-bottom: 28px;
}

.branch-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e8edf5;
  border-left: 1px solid #e8edf5;
}

.branch-news-grid a {
  min-height: 154px;
  padding: 23px 22px;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  border-right: 1px solid #e8edf5;
  border-bottom: 1px solid #e8edf5;
  background: #fff;
}

.branch-news-grid a:hover {
  background: #fbfdff;
}

.branch-news-grid img {
  width: 92px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
}

.branch-news-grid strong {
  display: block;
  color: #071a3f;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
}

.branch-news-grid small,
.branch-list-panel small {
  display: block;
  margin-top: 16px;
  color: #69778a;
  font-size: 11px;
  font-weight: 600;
}

.branch-news-grid small i,
.branch-list-panel small i {
  margin-right: 6px;
  color: #5d6880;
}

.branch-lists {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.branch-list-panel {
  padding: 22px 21px 20px;
}

.branch-list-panel > a {
  min-height: 59px;
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #edf1f6;
}

.branch-list-panel > a:last-child {
  border-bottom: 0;
}

.branch-list-panel > a:hover strong {
  color: #0b63bd;
}

.branch-list-panel strong {
  display: block;
  color: #071a3f;
  font-size: 11px;
  line-height: 1.42;
  font-weight: 750;
}

.branch-list-panel small {
  margin-top: 6px;
}

.branch-footer {
  padding-top: 38px;
}

.branch-footer-bottom {
  margin-top: 31px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.branch-footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.branch-footer-bottom a:hover {
  color: #ff9a4e;
}

@media (max-width: 1220px) {
  .branch-header .main-menu a,
  .branch-header .main-menu button,
  .branch-header .menu-dropdown {
    min-height: 44px;
  }

  .branch-shortcut-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .branch-feature {
    grid-template-columns: 1fr;
  }

  .branch-slider-dots {
    left: 415px;
  }
}

@media (max-width: 980px) {
  .branch-slide {
    grid-template-columns: 310px 1fr;
    gap: 24px;
  }

  .branch-slide img {
    height: 330px;
  }

  .branch-slider {
    min-height: 400px;
  }

  .branch-slider-dots {
    left: 335px;
  }

  .branch-news-grid,
  .branch-lists {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .branch-main {
    padding-top: 24px;
  }

  .branch-brand {
    min-width: 0;
  }

  .branch-shortcut-grid {
    grid-template-columns: 1fr 1fr;
  }

  .branch-slider {
    min-height: 0;
  }

  .branch-slide {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .branch-slide.is-active {
    display: grid;
  }

  .branch-slide img {
    height: 250px;
  }

  .branch-slide-copy h1 {
    font-size: 20px;
  }

  .branch-slider-dots {
    position: static;
    padding: 0 18px 18px;
  }

  .branch-slider-btn {
    top: 142px;
  }

  .branch-news-grid,
  .branch-lists {
    grid-template-columns: 1fr;
  }

  .branch-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .branch-shortcut-grid {
    grid-template-columns: 1fr;
  }

  .branch-news-grid a {
    grid-template-columns: 82px 1fr;
    padding: 16px;
  }

  .branch-news-grid img {
    width: 82px;
    height: 72px;
  }

  .branch-calendar {
    padding: 20px 14px;
  }

  .branch-calendar-grid b,
  .branch-calendar-grid span {
    height: 36px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .branch-slide,
  .search-modal,
  .search-dialog {
    transition: none;
  }
}


/* =========================================================
   CMO - Şube & Temsilcilikler dropdown
   Sadece .cmo-branch-menu altında çalışır. Diğer dropdownları etkilemez.
   ========================================================= */
.home-header {
  position: relative;
  z-index: 1000;
}

.main-menu .cmo-branch-menu {
  position: static;
}

.main-menu .cmo-branch-menu > .cmo-branch-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  width: min(1180px, calc(100vw - 32px));
  max-height: calc(100vh - 130px);
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 0 0 18px 18px;
  background: transparent;
  box-shadow: 0 24px 70px rgba(7, 32, 78, 0.18);
  transform: translateX(-50%);
}

/* Aç/kapa davranışı mevcut data-submenu-toggle sistemine bırakıldı. */

.cmo-branch-panel {
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(12, 44, 91, 0.08);
  border-radius: 0 0 18px 18px;
}

.cmo-branch-top {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: 24px;
  align-items: center;
  padding: 10px 24px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(16, 55, 112, 0.08);
  border-radius: 16px;
}

.cmo-branch-eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ff7a00;
  text-transform: uppercase;
}

.cmo-branch-intro h2 {
  margin: 0 0 8px;
  color: #082f66;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
}

.cmo-branch-intro p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #55708f;
  font-size: 14px;
  line-height: 1.55;
}

.cmo-branch-select-wrap {
  position: relative;
  display: block;
  max-width: 520px;
}

.cmo-branch-select-wrap > span {
  display: block;
  margin-bottom: 7px;
  color: #0a366e;
  font-size: 12px;
  font-weight: 800;
}

.cmo-branch-select-wrap select {
  width: 100%;
  height: 46px;
  padding: 0 44px 0 16px;
  border: 1px solid #dce6f4;
  border-radius: 10px;
  appearance: none;
  background: #ffffff;
  color: #082f66;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  box-shadow: 0 10px 28px rgba(8, 47, 102, 0.06);
}

.cmo-branch-select-wrap select:focus {
  border-color: #ff7a00;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.14);
}

.cmo-branch-select-wrap > i {
  position: absolute;
  right: 16px;
  bottom: 15px;
  color: #7990ad;
  pointer-events: none;
}

.cmo-branch-map-wrap {
  min-width: 0;
}

.cmo-branch-svg-map,
.cmo-branch-svg-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.cmo-branch-svg-map svg path {
  fill: #b9cbf7;
  stroke: #ffffff;
  stroke-width: 0.7px;
  transition: fill 0.18s ease, opacity 0.18s ease;
}

.cmo-branch-svg-map svg g {
  cursor: pointer;
}

.cmo-branch-svg-map svg g:hover path,
.cmo-branch-svg-map svg g.is-active path {
  fill: #ff7a00;
}

.cmo-branch-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.cmo-branch-column {
  min-width: 0;
}

.cmo-branch-column h3 {
  margin: 0 0 10px;
  color: #082f66;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.cmo-branch-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmo-branch-item {
  overflow: hidden;
  border: 1px solid #e7edf6;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(8, 47, 102, 0.045);
  padding: 0 20px;
}

.cmo-branch-trigger {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border: 0;
  background: #ffffff;
  color: #0a366e;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  transition: background 0.18s ease, color 0.18s ease;
}

.cmo-branch-trigger i {
  flex: 0 0 auto;
  color: #8ca0bb;
  font-size: 12px;
  transition: transform 0.18s ease, color 0.18s ease;
}

.cmo-branch-trigger:hover,
.cmo-branch-item.is-open > .cmo-branch-trigger {
  /* background: #f5f9ff; */
  color: #ff7a00;
}

.cmo-branch-item.is-open > .cmo-branch-trigger i {
  color: #ff7a00;
  transform: rotate(180deg);
}

.cmo-branch-detail {
  padding: 12px 14px 14px;
  border-top: 1px solid #eaf0f8;
  background: #fbfdff;
}

.cmo-branch-info-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmo-branch-info-row {
  color: #4c6686;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.cmo-branch-info-row b {
  display: inline-block;
  min-width: 62px;
  margin-right: 4px;
  color: #082f66;
  font-weight: 900;
}

.cmo-branch-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.cmo-branch-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cmo-branch-action:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.cmo-branch-action-map {
  background: #0b3d7d;
  box-shadow: 0 8px 18px rgba(11, 61, 125, 0.16);
}

.cmo-branch-action-home {
  background: #ff7a00;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.18);
}

@media (max-width: 1100px) {
  .main-menu .cmo-branch-menu > .cmo-branch-submenu {
    width: calc(100vw - 24px);
  }

  .cmo-branch-top {
    grid-template-columns: 1fr;
  }

  .cmo-branch-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .main-menu .cmo-branch-menu {
    position: relative;
  }

  .main-menu .cmo-branch-menu > .cmo-branch-submenu {
    position: static;
    width: 100%;
    max-height: none;
    transform: none;
    box-shadow: none;
  }

  .cmo-branch-panel {
    padding: 14px;
    border-radius: 14px;
  }

  .cmo-branch-top {
    padding: 14px;
  }

  .cmo-branch-columns {
    grid-template-columns: 1fr;
  }

  .cmo-branch-actions {
    grid-template-columns: 1fr;
  }
}


/* CMO Branch Map Highlight - sadece şube dropdown içi */
[data-cmo-branch-panel] .cmo-branch-svg-map g {
  cursor: pointer;
}

[data-cmo-branch-panel] .cmo-branch-svg-map g path {
  transition: fill 0.2s ease, opacity 0.2s ease, stroke 0.2s ease;
}

/* Aynı şube/temsilcilik/bölgeye bağlı diğer iller */
[data-cmo-branch-panel] .cmo-branch-svg-map g.is-related path {
  fill: #ff7a00 !important;
  opacity: 0.55;
  stroke: rgba(255, 255, 255, 0.35);
}

/* Direkt seçilen il */
[data-cmo-branch-panel] .cmo-branch-svg-map g.is-active path {
  fill: #ff7a00 !important;
  opacity: 1;
  stroke: #ff7a00;
}

/* Hover sadece bu map içinde çalışsın */
[data-cmo-branch-panel] .cmo-branch-svg-map g:hover path {
  fill: #ff9a3d !important;
  opacity: 1;
}


/*
yeni gidebilir*/

/* -----------------------------------
   Home Events Calendar Theme Fix
   Sadece anasayfa etkinlik takvimini etkiler
----------------------------------- */

.event-panel .event-body {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: start;
}

.event-panel .calendar-box {
  min-width: 0;
}

.event-panel .calendar-head {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.event-panel .calendar-head strong {
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #00265d;
}

.event-panel .calendar-nav,
.event-panel [data-calendar-prev],
.event-panel [data-calendar-next] {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #00265d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.event-panel .calendar-nav i,
.event-panel [data-calendar-prev] i,
.event-panel [data-calendar-next] i {
  font-size: 13px;
  line-height: 1;
}

.event-panel .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px 10px;
  align-items: center;
}

.event-panel .calendar-grid b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  font-size: 12px;
  font-weight: 800;
  color: #7b8798;
}

.event-panel .calendar-grid span,
.event-panel .calendar-grid button {
  width: 100%;
  min-width: 0;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 7px;
  background: transparent;
  color: #00265d;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.event-panel .calendar-grid button {
  cursor: pointer;
}

.event-panel .calendar-grid button:hover {
  background: rgba(255, 122, 0, 0.12);
  color: #ff7a00;
}

.event-panel .calendar-grid button.has-event {
  color: #ff7a00;
}

.event-panel .calendar-grid button.selected,
.event-panel .calendar-grid button.is-today {
  background: #ff7a00;
  color: #ffffff;
}

.event-panel .calendar-grid button.selected.has-event,
.event-panel .calendar-grid button.is-today.has-event {
  background: #ff7a00;
  color: #ffffff;
}

.event-panel .calendar-grid .calendar-empty {
  display: block;
  height: 24px;
  pointer-events: none;
}

.event-panel .event-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.event-panel .event-list a {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  color: #00265d;
  text-decoration: none;
}

.event-panel .event-list a > b {
  width: 56px;
  min-height: 56px;
  border-radius: 6px;
  background: #f2f6fb;
  color: #005baa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.event-panel .event-list a > b small {
  margin-top: 4px;
  color: #005baa;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.event-panel .event-list span {
  display: block;
  min-width: 0;
}

.event-panel .event-list span strong {
  display: block;
  color: #00265d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
}

.event-panel .event-list span small {
  display: block;
  color: #8a95a6;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.event-panel .event-empty {
  color: #00265d;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 4px;
}

@media (max-width: 768px) {
  .event-panel .event-body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .event-panel .calendar-grid {
    gap: 7px;
  }
}

.form-result-message {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.form-result-success {
  color: #16833a;
}

.form-result-error {
  color: #c62828;
}

.contact-grid a,
.branch-accordion a {
  color: inherit;
  text-decoration: none;
}

.contact-grid a:hover,
.branch-accordion a:hover {
  color: #ff7a00;
}

/*MODAL*/
/* -----------------------------------
   CMO Custom Modal
   Eski modal sisteminden bağımsızdır
----------------------------------- */

body.cmo-modal-open {
  overflow: hidden;
}

[data-cmo-modal] {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

[data-cmo-modal].is-open {
  display: block;
}

[data-cmo-modal][hidden] {
  display: none !important;
}

[data-cmo-modal].is-fullscreen {
  width: 100%;
  height: 100vh;
}

[data-cmo-modal] .modal-header {
  position: sticky;
  top: 0;
  z-index: 5;
}

[data-cmo-modal] .modal-container {
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

[data-cmo-modal] .member-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

/* -----------------------------------
   Member Ops Fullscreen Modal Fix
   Sadece Üye - Oda İşlemleri panelini etkiler
----------------------------------- */

.top-panel.member-ops-page[data-cmo-modal],
.top-panel.member-ops-page.is-open {
  position: fixed;
  inset: 0;
  z-index: 99999;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  background: #f6f8fb;
  display: flex;
  flex-direction: column;
}

.top-panel.member-ops-page[hidden] {
  display: none !important;
}

/* Header sabit yükseklikli üst alan */
.top-panel.member-ops-page .member-modal-header,
.top-panel.member-ops-page .modal-header {
  flex: 0 0 auto;
  position: relative;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e3e8f0;
}

/* Logo solda, X sağda */
.top-panel.member-ops-page .member-top {
  width: 100%;
  min-height: 72px;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo linki alan kaplasın ama X'i sıkıştırmasın */
.top-panel.member-ops-page .member-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.top-panel.member-ops-page .member-logo img {
  display: block;
  flex: 0 0 auto;
}

.top-panel.member-ops-page .member-logo span {
  display: block;
  min-width: 0;
  font-weight: 800;
  line-height: 1.2;
}

/* Kapatma butonu her zaman sağda */
.top-panel.member-ops-page .member-close {
  flex: 0 0 auto;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #001f4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.top-panel.member-ops-page .member-close i {
  font-size: 24px;
  line-height: 1;
}

.top-panel.member-ops-page .member-close:hover {
  background: rgba(0, 31, 79, 0.08);
}

/* Scroll sadece modal body içinde olsun */
.top-panel.member-ops-page .member-modal-body,
.top-panel.member-ops-page .modal-container {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

/* İçerik alta kadar rahat aksın */
.top-panel.member-ops-page .member-shell {
  min-height: 100%;
  padding-bottom: 48px;
}

/* Body arkada scroll etmesin */
body.cmo-modal-open {
  overflow: hidden;
}

/* Mobilde header sıkışmasın */
@media (max-width: 768px) {
  .top-panel.member-ops-page .member-top {
    min-height: 64px;
    padding: 12px 16px;
    gap: 14px;
  }

  .top-panel.member-ops-page .member-logo span {
    font-size: 13px;
  }

  .top-panel.member-ops-page .member-close {
    width: 38px;
    height: 38px;
  }

  .top-panel.member-ops-page .member-close i {
    font-size: 22px;
  }
}

/* -----------------------------------
   Detail Attachments + Gallery
   Sadece içerik detay sayfasını etkiler
----------------------------------- */

.detail-section-head {
  margin: 28px 0 16px;
  padding-top: 22px;
  border-top: 1px solid var(--cizgi);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.detail-section-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #edf5ff;
  color: #0864c0;
  display: grid;
  place-items: center;
  font-size: 17px;
}

.detail-section-head h2 {
  margin: 0 0 5px;
  color: var(--koyu);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.detail-section-head p {
  margin: 0;
  color: #687386;
  font-size: 13px;
  line-height: 1.5;
}

/* Ekler / Dosyalar */
.detail-file-list {
  display: grid;
  gap: 10px;
}

.detail-file-row {
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid #dfe5ec;
  border-radius: 7px;
  background: #fff;
  display: grid;
  grid-template-columns: 50px 1fr 42px;
  gap: 14px;
  align-items: center;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.detail-file-row:hover {
  color: var(--lacivert);
  border-color: #a9c2df;
  background: #f8fbff;
  box-shadow: 0 8px 18px rgba(6,45,99,.06);
  transform: translateY(-1px);
}

.detail-file-type {
  width: 48px;
  height: 54px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.detail-file-pdf {
  color: #c62828;
  background: #fff0f0;
}

.detail-file-doc {
  color: #174ac1;
  background: #edf3ff;
}

.detail-file-info {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.detail-file-info strong {
  color: var(--koyu);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.detail-file-info small {
  color: #657185;
  font-size: 12px;
}

.detail-file-action {
  width: 42px;
  height: 42px;
  border: 1px solid #dfe5ec;
  border-radius: 7px;
  color: #176cb7;
  display: grid;
  place-items: center;
  font-size: 16px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.detail-file-row:hover .detail-file-action {
  border-color: #176cb7;
  background: #176cb7;
  color: #fff;
}

/* Galeri */
.detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.detail-gallery-item {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #e8eef6;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  aspect-ratio: 4 / 3;
}

.detail-gallery-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(7, 26, 63, .78);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
  pointer-events: none;
}

.detail-gallery-item:hover .detail-gallery-zoom {
  opacity: 1;
  transform: translateY(0);
}

.detail-gallery-item:hover .detail-gallery-zoom {
  background: rgba(255, 122, 26, .95);
}

.detail-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease, filter .18s ease;
}

.detail-gallery-item:hover img {
  transform: scale(1.045);
  filter: brightness(.92);
}

.detail-gallery-item:hover .detail-gallery-zoom {
  opacity: 1;
  transform: translateY(0);
}

/* Galeri Modal */
.detail-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.detail-gallery-modal[hidden] {
  display: none !important;
}

.detail-gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 22, 49, .76);
}

.detail-gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: calc(100vh - 48px);
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(3,22,49,.32);
}

.detail-gallery-dialog img {
  width: 100%;
  max-height: calc(100vh - 130px);
  object-fit: contain;
  border-radius: 6px;
  background: #f2f5f9;
}

.detail-gallery-dialog p {
  margin: 10px 4px 0;
  color: #657185;
  font-size: 13px;
  line-height: 1.45;
}

.detail-gallery-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--lacivert);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.detail-gallery-close:hover {
  background: #ff7a1a;
}

/* Share ile aralık dengesi */
.detail-gallery + .detail-share,
.detail-files + .detail-share {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .detail-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .detail-section-head {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .detail-section-icon {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .detail-file-row {
    grid-template-columns: 44px 1fr 38px;
    gap: 12px;
    padding: 12px;
  }

  .detail-file-type {
    width: 42px;
    height: 48px;
    font-size: 24px;
  }

  .detail-file-action {
    width: 38px;
    height: 38px;
  }

  .detail-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .detail-gallery-modal {
    padding: 14px;
  }

  .detail-gallery-close {
    top: 8px;
    right: 8px;
  }
}


.news-empty {
  padding: 28px;
  color: #657185;
  font-size: 15px;
  line-height: 1.5;
}

.pagination-step.is-disabled {
  opacity: .45;
  pointer-events: none;
  cursor: default;
}

/*KURULLAR ADDITION*/

/* Board dynamic page additions */

.board-selected-title {
  width: min(100%, 1120px);
  margin: 0 auto 24px;
  color: var(--koyu);
  text-align: center;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.board-loading {
  width: min(100%, 1120px);
  min-height: 52px;
  margin: 0 auto 20px;
  padding: 12px 18px;
  border: 1px solid #dfe8f2;
  border-radius: 6px;
  background: #fff;
  color: #176cb7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.board-loading[hidden] {
  display: none !important;
}

.board-empty {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #fff;
  color: #657185;
  text-align: center;
  font-size: 15px;
}

.board-page .avatar {
  overflow: hidden;
}

.board-page .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-registry {
  margin: 10px 0 16px;
  color: #657185;
  display: grid;
  gap: 3px;
  font-size: 12px;
  line-height: 1.35;
}

.member-registry strong {
  color: var(--koyu);
  font-weight: 700;
}

.board-page .member-contact {
  gap: 10px;
}

.member-resume-button {
  width: 36px;
  height: 36px;
  border: 1px solid #168c88;
  border-radius: 50%;
  background: #fff;
  color: #168c88;
  display: grid;
  place-items: center;
  font-size: 15px;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.member-resume-button:hover {
  background: #168c88;
  color: #fff;
  transform: translateY(-2px);
}

.board-resume-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  padding: 24px;
  display: grid;
  place-items: center;
}

.board-resume-modal[hidden] {
  display: none !important;
}

.board-resume-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 22, 49, .72);
}

.board-resume-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(3, 22, 49, .32);
  text-align: left;
}

.board-resume-dialog h2 {
  margin: 0 48px 22px 0;
  color: var(--koyu);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.board-resume-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid #dce4ee;
  border-radius: 50%;
  background: #fff;
  color: #536176;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.board-resume-close:hover {
  border-color: var(--lacivert);
  background: var(--lacivert);
  color: #fff;
}

.board-resume-list {
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #f8fbff;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px 18px;
}

.board-resume-list dt {
  color: var(--koyu);
  font-size: 13px;
  font-weight: 700;
}

.board-resume-list dd {
  margin: 0;
  color: #657185;
  font-size: 13px;
  line-height: 1.5;
}

.board-resume-list a {
  color: #176cb7;
  font-weight: 600;
}

.board-resume-text {
  color: #4f5b70;
  font-size: 14px;
  line-height: 1.65;
}

.board-resume-text p {
  margin-top: 0;
}

@media (max-width: 700px) {
  .board-selected-title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .board-resume-dialog {
    padding: 22px 18px;
  }

  .board-resume-list {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* -----------------------------------
   Mevzuat Anasayfa
----------------------------------- */

.legislation-page .lead {
  max-width: 760px;
}

.legislation-overview {
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 240px));
  gap: 14px;
}

.legislation-overview-card {
  min-height: 86px;
  padding: 18px;
  border: 1px solid var(--cizgi);
  border-radius: 7px;
  background: #fff;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  box-shadow: 0 8px 22px rgba(6,45,99,.045);
}

.legislation-overview-card > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf6ff;
  color: #176cb7;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.legislation-overview-card strong {
  display: block;
  color: var(--koyu);
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
}

.legislation-overview-card small {
  display: block;
  margin-top: 6px;
  color: #657185;
  font-size: 13px;
  line-height: 1.35;
}

.legislation-grid {
  /* display: grid; */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.legislation-card {
  overflow: hidden;
}

.legislation-card-head {
  min-height: 102px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--cizgi);
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px;
  align-items: center;
}

.legislation-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf6ff;
  color: var(--lacivert);
  display: grid;
  place-items: center;
  font-size: 22px;
}

.legislation-card-head h2 {
  margin: 0 0 6px;
  color: var(--koyu);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
}

.legislation-card-head p {
  margin: 0;
  color: #657185;
  font-size: 13px;
  line-height: 1.45;
}

.legislation-count {
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff3e8;
  color: var(--turuncu);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
}

.legislation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legislation-list li + li {
  border-top: 1px solid #edf1f6;
}

.legislation-list a {
  min-height: 58px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--koyu);
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.legislation-list a:hover {
  color: #0d63ad;
  background: #f8fbff;
}

.legislation-link-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #edf6ff;
  color: #176cb7;
  display: grid;
  place-items: center;
  font-size: 12px;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.legislation-list a:hover .legislation-link-icon {
  background: var(--turuncu);
  color: #fff;
  transform: translateX(2px);
}

.legislation-link-text {
  min-width: 0;
}

.legislation-link-text strong {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.legislation-empty {
  padding: 22px 24px;
  color: #657185;
  font-size: 14px;
  line-height: 1.5;
}

.legislation-empty-main {
  border: 1px solid var(--cizgi);
  border-radius: 7px;
  background: #fff;
}

@media (max-width: 1100px) {
  .legislation-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .legislation-overview {
    grid-template-columns: 1fr;
  }

  .legislation-card-head {
    grid-template-columns: 44px 1fr;
    padding: 18px;
  }

  .legislation-card-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .legislation-count {
    grid-column: 1 / -1;
    justify-self: start;
    height: 34px;
    min-width: 38px;
    font-size: 13px;
  }

  .legislation-list a {
    padding: 13px 16px;
  }
}

/* -----------------------------------
   Şube anasayfası dinamik ekleri
----------------------------------- */

.branch-titlebar {
  padding: 30px 0 16px;
  background: #f6f8fb;
}

.branch-titlebar-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}

.branch-titlebar .crumb {
  margin-bottom: 14px;
}

.branch-titlebar h1 {
  margin: 0;
  color: var(--koyu);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
  font-weight: 800;
}

.branch-titlebar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.branch-titlebar-actions a {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #dce5ef;
  border-radius: 5px;
  background: #fff;
  color: var(--lacivert);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
}

.branch-titlebar-actions a:hover {
  border-color: var(--lacivert);
  background: var(--lacivert);
  color: #fff;
}

.branch-empty {
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #fff;
  color: #657185;
  font-size: 14px;
  line-height: 1.5;
}

.branch-calendar-top {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 8px;
}

.branch-calendar-top strong {
  text-align: center;
  text-transform: capitalize;
}

.branch-calendar-top button {
  width: 34px;
  height: 34px;
  border: 1px solid #dce5ef;
  border-radius: 50%;
  background: #fff;
  color: var(--lacivert);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.branch-calendar-top button:hover {
  background: var(--lacivert);
  color: #fff;
  border-color: var(--lacivert);
}

.branch-calendar-grid a,
.branch-calendar-grid span,
.branch-calendar-grid b {
  min-height: 28px;
  border-radius: 5px;
  display: grid;
  place-items: center;
}

.branch-calendar-grid a {
  color: var(--lacivert);
  background: #edf6ff;
  font-weight: 800;
}

.branch-calendar-grid .has-event {
  color: #fff;
  background: var(--turuncu);
}

.branch-calendar-grid .selected {
  color: #fff;
  background: var(--lacivert);
}

.branch-calendar-events {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.branch-calendar-events a {
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
}

.branch-calendar-events a:hover {
  border-color: #b9cce3;
  background: #f8fbff;
}

.branch-calendar-events b {
  color: #176cb7;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.branch-calendar-events span {
  color: var(--koyu);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.branch-calendar-empty {
  margin: 0;
  color: #657185;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .branch-titlebar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .branch-titlebar-actions {
    justify-content: flex-start;
  }
}


/* Branch calendar button fix */
.branch-calendar-top {
  height: 50px;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid #edf1f6;
  border-radius: 5px;
  color: #071a3f;
  font-size: 13px;
}

.branch-calendar-top strong {
  text-align: center;
  text-transform: capitalize;
  font-weight: 800;
}

.branch-calendar-top button {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  border: 1px solid #dce5ef;
  border-radius: 50%;
  background: #fff;
  color: var(--lacivert);
  display: grid;
  place-items: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

/* Eski statik CSS .branch-calendar-top i kutu çiziyordu; onu burada sıfırlıyoruz */
.branch-calendar-top button i {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  display: block;
  font-size: 13px;
  line-height: 1;
}

.branch-calendar-top button:hover {
  background: var(--lacivert);
  color: #fff;
  border-color: var(--lacivert);
}

/* Grid içinde event günü link olursa span gibi düzgün görünsün */
.branch-calendar-grid a,
.branch-calendar-grid span,
.branch-calendar-grid b {
  min-height: 42px;
  height: 42px;
  border-right: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
  display: grid;
  place-items: center;
  color: #071a3f;
  font-size: 12px;
}

.branch-calendar-grid a {
  text-decoration: none;
}

.branch-calendar-grid .has-event {
  color: #fff;
  background: var(--turuncu);
  font-weight: 850;
}

.branch-calendar-grid .selected:not(.has-event) {
  color: #ff7a1a;
  background: #fff2e8;
  font-weight: 850;
}

.branch-calendar-grid .is-today:not(.has-event) {
  color: var(--lacivert);
  background: #edf6ff;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px #b9cce3;
}

.branch-calendar-grid .has-event {
  color: #fff;
  background: var(--turuncu);
  font-weight: 850;
}

.branch-calendar-grid .is-today.has-event {
  color: #fff;
  background: var(--turuncu);
  box-shadow: inset 0 0 0 2px var(--lacivert);
}

/* Anasayfa takvimi: bugün / etkinlik / seçili gün renk ayrımı */
.calendar-grid .selected:not(.has-event):not(.is-today) {
  color: #fff;
  background: var(--lacivert);
}

.calendar-grid .is-today:not(.has-event) {
  color: var(--lacivert);
  background: #edf6ff;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px #b9cce3;
}

.calendar-grid .has-event {
  color: #fff;
  background: var(--turuncu);
  font-weight: 850;
}

.calendar-grid .is-today.has-event {
  color: #fff;
  background: var(--turuncu);
  box-shadow: inset 0 0 0 2px var(--lacivert);
}

/* -----------------------------------
   Sümer Eğitimleri
----------------------------------- */

.sumer-page .sumer-panel {
  overflow: hidden;
}

.sumer-application-link {
  padding: 22px 24px;
  border-bottom: 1px solid var(--cizgi);
  background: #fff;
}

.sumer-application-link a {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #dce7f3;
  border-radius: 6px;
  background: #f8fbff;
  color: var(--lacivert);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 750;
}

.sumer-application-link a:hover {
  border-color: var(--lacivert);
  background: var(--lacivert);
  color: #fff;
}

.sumer-filter {
  padding: 22px 24px;
  border-bottom: 1px solid var(--cizgi);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sumer-filter label {
  display: grid;
  gap: 8px;
}

.sumer-filter label > span {
  color: var(--koyu);
  font-size: 13px;
  font-weight: 800;
}

.sumer-filter select {
  width: 100%;
}

.sumer-filter .required-msg {
  margin: 0;
  color: #9a4b00;
  font-size: 12px;
  line-height: 1.35;
}

.sumer-course-list {
  width: 100%;
  overflow-x: auto;
}

.sumer-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.sumer-table thead th {
  padding: 15px 18px;
  border-bottom: 1px solid var(--cizgi);
  background: #f8fbff;
  color: var(--koyu);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

.sumer-table tbody td {
  padding: 16px 18px;
  border-bottom: 1px solid #edf1f6;
  color: #465268;
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

.sumer-table tbody tr:hover {
  background: #fbfdff;
}

.sumer-table tbody tr:last-child td {
  border-bottom: 0;
}

.sumer-table a {
  color: var(--lacivert);
}

.sumer-table a:hover {
  color: var(--turuncu);
}

.sumer-table h5 {
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;
}

@media (max-width: 900px) {
  .sumer-filter {
    grid-template-columns: 1fr;
  }

  .sumer-application-link,
  .sumer-filter {
    padding: 18px;
  }

  .sumer-table {
    min-width: 760px;
  }
}

/* Sümer filtre alanı oran düzeltmesi */
.sumer-page .sumer-filter {
  padding: 22px 24px;
  border-bottom: 1px solid var(--cizgi);
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(220px, 360px);
  justify-content: start;
  align-items: start;
  gap: 22px;
}

.sumer-page .sumer-filter label {
  display: grid;
  gap: 8px;
}

.sumer-page .sumer-filter label > span {
  color: var(--koyu);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.sumer-page .sumer-filter select {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 13px;
  border: 1px solid #cfd9e6;
  border-radius: 5px;
  background-color: #fff;
  color: var(--koyu);
  font-size: 14px;
  line-height: 44px;
}

.sumer-page .sumer-filter .required-msg {
  min-height: 17px;
  margin: 0;
  color: #9a4b00;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .sumer-page .sumer-filter {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }
}

/* Mobil menü dropdown kapalı/açık kontrolü */
@media (max-width: 1100px) {
  .main-menu .menu-dropdown > .dropdown-panel,
  .main-menu .menu-dropdown > .menu-dropdown-panel,
  .main-menu .submenu-group > .submenu-panel,
  .main-menu .submenu-group > .submenu-menu {
    display: none;
  }

  .main-menu .menu-dropdown.is-open > .dropdown-panel,
  .main-menu .menu-dropdown.is-open > .menu-dropdown-panel,
  .main-menu .submenu-group.is-open > .submenu-panel,
  .main-menu .submenu-group.is-open > .submenu-menu {
    display: block;
  }

  .main-menu [data-cmo-branch-panel] {
    display: none;
  }

  .main-menu .menu-dropdown.is-open [data-cmo-branch-panel],
  .main-menu .submenu-group.is-open [data-cmo-branch-panel] {
    display: block;
  }
}

/* Menü dropdown: tıklayınca zorla kapatma */
.main-menu .menu-dropdown.is-force-closed .dropdown-panel,
.main-menu .menu-dropdown.is-force-closed .menu-dropdown-panel,
.main-menu .menu-dropdown.is-force-closed [data-cmo-branch-panel],
.main-menu .submenu-group.is-force-closed .submenu-panel,
.main-menu .submenu-group.is-force-closed .submenu-menu,
.main-menu .submenu-group.is-force-closed [data-cmo-branch-panel] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Mobil menüde Şube ve Temsilcilikler panelini kendi butonunun altında aç */
@media (max-width: 1100px) {
  .main-menu [data-cmo-branch-panel] {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 8px 0 0 !important;
    padding: 14px !important;

    border-radius: 10px !important;
    box-shadow: none !important;
    z-index: auto !important;
  }

  .main-menu .menu-dropdown:not(.is-open) [data-cmo-branch-panel],
  .main-menu .submenu-group:not(.is-open) [data-cmo-branch-panel] {
    display: none !important;
  }

  .main-menu .menu-dropdown.is-open [data-cmo-branch-panel],
  .main-menu .submenu-group.is-open [data-cmo-branch-panel] {
    display: block !important;
  }

  .main-menu [data-cmo-branch-panel] .cmo-branch-panel,
  .main-menu [data-cmo-branch-panel] .cmo-branch-wrap {
    width: 100% !important;
    max-width: none !important;
  }
}


/* -----------------------------------
   Sümer Eğitim Detay
----------------------------------- */

.sumer-detail-page .sumer-detail {
  overflow: hidden;
  background: #fff;
}

.sumer-detail-header {
  padding: 30px 34px;
  border-bottom: 1px solid var(--cizgi);
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.sumer-detail-header h1 {
  margin: 0 0 24px;
  color: var(--koyu);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 800;
}

.sumer-detail-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sumer-detail-meta div {
  min-height: 82px;
  padding: 15px 16px;
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  background: #fff;
  display: grid;
  align-content: center;
  gap: 6px;
}

.sumer-detail-meta span {
  color: #657185;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.sumer-detail-meta strong {
  color: var(--koyu);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.sumer-detail-image {
  margin: 0;
  padding: 28px 34px 0;
  text-align: center;
}

.sumer-detail-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: inline-block;
}

.sumer-detail-body {
  padding: 30px 34px 34px;
  display: grid;
  gap: 18px;
}

.sumer-detail-section {
  padding: 24px;
  border: 1px solid #e2e9f2;
  border-radius: 8px;
  background: #fff;
}

.sumer-detail-section h2 {
  margin: 0 0 14px;
  color: var(--koyu);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.sumer-rich-text {
  color: #465268;
  font-size: 15px;
  line-height: 1.75;
}

.sumer-rich-text p {
  margin-top: 0;
}

.sumer-rich-text p:last-child {
  margin-bottom: 0;
}

.sumer-teacher-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sumer-teacher-list span {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #dfe8f3;
  border-radius: 999px;
  background: #f8fbff;
  color: var(--lacivert);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 750;
}

.sumer-price-list {
  display: grid;
  gap: 10px;
}

.sumer-price-list div {
  padding: 14px 16px;
  border: 1px solid #e2e9f2;
  border-radius: 7px;
  background: #f8fbff;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.sumer-price-list span {
  color: #465268;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.sumer-price-list strong {
  color: var(--turuncu);
  font-size: 16px;
  white-space: nowrap;
}

.sumer-participant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sumer-participant-grid div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid #e2e9f2;
  border-radius: 8px;
  background: #f8fbff;
  display: grid;
  align-content: center;
  gap: 8px;
}

.sumer-participant-grid span {
  color: #657185;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.sumer-participant-grid strong {
  color: var(--koyu);
  font-size: 25px;
  line-height: 1;
  font-weight: 850;
}

.sumer-contact-list {
  display: grid;
  gap: 12px;
}

.sumer-contact-list div {
  padding: 14px 16px;
  border: 1px solid #e2e9f2;
  border-radius: 7px;
  background: #f8fbff;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
}

.sumer-contact-list span {
  color: #657185;
  font-size: 13px;
  font-weight: 800;
}

.sumer-contact-list a {
  color: var(--lacivert);
  font-size: 14px;
  font-weight: 750;
  word-break: break-word;
}

.sumer-contact-list a:hover {
  color: var(--turuncu);
}

@media (max-width: 1000px) {
  .sumer-detail-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sumer-participant-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .sumer-detail-header,
  .sumer-detail-body {
    padding: 22px 18px;
  }

  .sumer-detail-image {
    padding: 20px 18px 0;
  }

  .sumer-detail-meta {
    grid-template-columns: 1fr;
  }

  .sumer-detail-section {
    padding: 18px;
  }

  .sumer-price-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .sumer-contact-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* -----------------------------------
   Tescilli Şirketler
----------------------------------- */

.registered-firms-page .registered-firms-panel {
  overflow: hidden;
}

.registered-firms-filter {
  padding: 22px 24px;
  border-bottom: 1px solid var(--cizgi);
  display: grid;
  grid-template-columns: minmax(220px, 360px);
  gap: 18px;
  justify-content: start;
}

.registered-firms-filter label {
  display: grid;
  gap: 8px;
}

.registered-firms-filter label > span {
  color: var(--koyu);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.registered-firms-filter select {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 13px;
  border: 1px solid #cfd9e6;
  border-radius: 5px;
  background-color: #fff;
  color: var(--koyu);
  font-size: 14px;
  line-height: 44px;
}

.registered-firms-result {
  width: 100%;
}

.registered-firms-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.registered-firms-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.registered-firms-table thead th {
  padding: 18px 22px;
  border-bottom: 1px solid var(--cizgi);
  background: #f8fbff;
  color: var(--koyu);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 850;
  text-align: left;
}

.registered-firms-table tbody td {
  padding: 18px 22px;
  border-bottom: 1px solid #edf1f6;
  color: #465268;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

.registered-firms-table tbody tr:hover {
  background: #fbfdff;
}

.registered-firms-table tbody tr:last-child td {
  border-bottom: 0;
}

.registered-firm-name {
  width: 34%;
  color: var(--koyu);
}

.registered-firm-name strong {
  color: var(--koyu);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.registered-firm-detail {
  width: 66%;
}

.registered-firm-contact {
  display: grid;
  gap: 5px;
}

.registered-firm-contact span {
  display: block;
  color: #465268;
  font-size: 14px;
  line-height: 1.5;
}

.registered-firm-smmh {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #dce5ef;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.registered-firm-smmh strong {
  color: var(--koyu);
  font-size: 14px;
  font-weight: 800;
}

.registered-firm-smmh > a {
  color: var(--lacivert);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.registered-firm-smmh > a:hover {
  color: var(--turuncu);
}

.registered-firm-smmh .smmh {
  flex: 1 1 100%;
  display: block;
}

.registered-smmh-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.registered-smmh-list li {
  padding: 9px 11px;
  border: 1px solid #e2e9f2;
  border-radius: 6px;
  background: #f8fbff;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.registered-smmh-list li strong {
  color: var(--lacivert);
  font-size: 13px;
  font-weight: 850;
}

.registered-smmh-list li span {
  color: var(--koyu);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .registered-firms-filter {
    grid-template-columns: minmax(0, 1fr);
    padding: 18px;
  }

  .registered-firms-table {
    min-width: 760px;
  }

  .registered-firms-table thead th,
  .registered-firms-table tbody td {
    padding: 15px 16px;
  }
}

/* -----------------------------------
   Anasayfa etkinlik takvimi - ay etkinlik listesi
----------------------------------- */

.event-panel .event-body {
  align-items: start;
}

.event-panel .calendar-box {
  display: grid;
  gap: 14px;
}

.event-panel .calendar-month-events {
  display: grid;
  gap: 8px;
}

.event-panel .calendar-month-events a {
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
}

.event-panel .calendar-month-events a:hover {
  border-color: #b9cce3;
  background: #f8fbff;
}

.event-panel .calendar-month-events b {
  color: #176cb7;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.event-panel .calendar-month-events span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.event-panel .calendar-month-events strong {
  color: var(--koyu);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.event-panel .calendar-month-events small {
  color: #657185;
  font-size: 11px;
  line-height: 1.3;
}

.event-panel .calendar-month-empty {
  margin: 0;
  padding: 12px;
  border: 1px dashed #d8e2ee;
  border-radius: 6px;
  background: #f8fbff;
  color: #657185;
  font-size: 13px;
  line-height: 1.45;
}

.event-panel .event-list {
  max-height: 640px;
  overflow-y: auto;
  padding-right: 4px;
}

.event-panel .event-list a[hidden] {
  display: none !important;
}

/* Takvim renk ayrımı */
.event-panel .calendar-grid .selected {
  background: transparent !important;
  color: #00265d !important;
  box-shadow: none !important;
}

.event-panel .calendar-grid span.is-today:not(.has-event),
.event-panel .calendar-grid button.is-today:not(.has-event) {
  background: #edf6ff !important;
  color: #005baa !important;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px #b9cce3 !important;
}

.event-panel .calendar-grid button.has-event {
  background: #ff7a00 !important;
  color: #ffffff !important;
  font-weight: 850;
}

.event-panel .calendar-grid button.has-event:hover {
  background: #e96f00 !important;
  color: #ffffff !important;
}

.event-panel .calendar-grid button.is-today.has-event {
  background: #ff7a00 !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px #005baa !important;
}

@media (max-width: 900px) {
  .event-panel .event-list {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }

  .event-panel .calendar-month-events a {
    grid-template-columns: 64px 1fr;
  }
}

.news-pagination {
  margin: 22px 0;
  display: flex;
  justify-content: center;
}

.pagination-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.pagination-number,
.pagination-ellipsis {
  min-width: 38px;
  height: 38px;
  padding: 0 11px;
  border: 1px solid #dce5ef;
  border-radius: 6px;
  background: #fff;
  color: var(--koyu);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 750;
}

.pagination-number:hover {
  border-color: var(--lacivert);
  background: #edf6ff;
  color: var(--lacivert);
}

.pagination-number.active {
  border-color: var(--lacivert);
  background: var(--lacivert);
  color: #fff;
  cursor: default;
}

.pagination-step {
  font-size: 13px;
}

.pagination-number.disabled {
  opacity: .42;
  cursor: default;
  pointer-events: none;
}

.pagination-ellipsis {
  border-color: transparent;
  background: transparent;
  color: #7b8798;
  padding: 0 4px;
  min-width: 28px;
}

@media (max-width: 600px) {
  .pagination-number,
  .pagination-ellipsis {
    min-width: 34px;
    height: 34px;
    padding: 0 9px;
    font-size: 13px;
  }
}

.bayrak {
  height: 48px;
  width: auto;
  display: flex;
  align-items: center;

}

.home-top-inner {
  position: relative;
  min-height: 42px;
  padding: 8px 58px 8px 7px; /* sağda bayrak için boşluk bırakır */
  /* background: var(--lacivert); */
}

.topbar-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.topbar-content a {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.topbar-flag {
  position: absolute;
  top: 7px;
  right: 16px;
  width: auto;
  height: 48px;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  z-index: 5;
}

.topbar-flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .topbar {
    padding-right: 54px;
  }

  .topbar-content {
    padding-right: 0;
    gap: 8px 12px;
  }

  /* .topbar-flag {
     top: 8px;
     right: 12px;
     width: 28px;
     height: 20px;
   }*/
}


  