@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;
}

.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: 92px;
  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: 26px;
  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;
}

.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: 20px 18px;
  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 1.58fr;
  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 .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: 1220px) {
  .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;
  }

  .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%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .search-modal,
  .search-dialog {
    transition: none;
  }
}
