body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f3f6f1;
  color: #14251d;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

#content-area {
  position: relative;
  z-index: 2;
  min-height: 80vh;
  background: #f3f6f1;
}

.site-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 16px 0 0;
  color: #ffffff;
}

.ust-row {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff !important;
}

.site-logo {
  width: 62px;
  height: 62px;
  max-width: 62px;
  max-height: 62px;
  object-fit: cover;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
}

.site-brand-title {
  max-width: 170px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.12;
  text-transform: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.site-brand:hover,
.site-brand:focus {
  color: #ffffff !important;
  text-decoration: none;
}

.site-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.site-logo-text strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: #2f6b45;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.site-logo-text em {
  max-width: 190px;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
  text-transform: none !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.header-president {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  background: rgba(20, 37, 29, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  max-width: 100%;
}

.header-dag-evleri {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  background: rgba(255, 184, 54, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.header-dag-evleri:hover {
  color: #10271a;
  background: #ffd06d;
}

.header-dag-evleri img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.header-dag-evleri span {
  max-width: 96px;
}

.site-menu {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.site-menu > li {
  display: inline-block;
  position: relative;
}

.site-menu > li > a {
  display: inline-block;
  padding: 12px 11px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.site-menu > li.site-menu-feature > a {
  margin-left: 6px;
  padding: 9px 12px;
  color: #10271a;
  background: #ffc53d;
  border-radius: 8px;
  font-size: 13px;
  text-shadow: none;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.site-menu > li.site-menu-feature > a:hover {
  color: #10271a;
  background: #ffd66e;
}

.site-navbar .site-navigation .site-menu > li.site-menu-feature > a,
.site-navbar .site-navigation .site-menu > li.site-menu-feature > a span {
  color: #10271a !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-shadow: none !important;
}

.site-navbar .site-navigation .site-menu .has-children > a span:before,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
  content: "\f107" !important;
  position: static !important;
  display: inline-block !important;
  margin-left: 8px;
  font-family: FontAwesome !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  transform: none !important;
  vertical-align: 1px;
}

.site-menu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  padding: 10px;
  display: none;
  list-style: none;
  text-align: left;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.site-menu .has-children:hover .dropdown {
  display: block;
}

.site-menu .dropdown a {
  display: block;
  padding: 9px 12px;
  color: #131d3b;
  font-size: 13px;
  font-weight: 800;
  border-radius: 6px;
}

.site-menu .dropdown a:hover {
  background: #edf4eb;
  color: #2f6b45;
}

.my-right-menu {
  position: fixed;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.my-item {
  width: 84px;
  min-height: 68px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
  border-left: 4px solid #2f6b45;
  box-shadow: 0 10px 24px rgba(16, 43, 61, 0.16);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.my-item:hover,
.my-item.active {
  background: #2f6b45;
  transform: translateX(-6px);
}

.my-item.active {
  border-left-color: #e4b048;
}

.my-item a {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f6b45;
}

.my-item-content {
  width: 100%;
  padding: 7px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
}

.my-item i {
  font-size: 28px;
  color: #2f6b45;
  line-height: 1;
  margin-bottom: 4px;
  transition: 0.25s ease;
}

.my-item span {
  display: block;
  color: #14251d;
  font-size: 9px;
  line-height: 10px;
  font-weight: 800;
}

.my-item:hover i,
.my-item:hover span,
.my-item.active i,
.my-item.active span {
  color: #ffffff;
}

.mobile-quick-toggle {
  display: none;
}

.hero-vitrin {
  width: 100%;
  height: 78vh;
  position: relative;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.fallback-slide {
  background: linear-gradient(135deg, #2f6b45, #102b3d 58%, #e4b048);
}

.hero-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(13, 30, 24, 0.84) 0%, rgba(13, 30, 24, 0.58) 46%, rgba(13, 30, 24, 0.16) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 120px 0 70px;
  position: relative;
  z-index: 5;
}

.hero-text-box {
  display: block;
  width: min(720px, calc(100% - 40px));
  margin-left: max(24px, calc((100vw - 1140px) / 2));
  padding: 0 0 0 24px;
  border-left: 5px solid #e4b048;
  background: transparent;
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-kicker {
  margin-bottom: 10px;
  color: #e4b048;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.65);
}

.hero-copy {
  max-width: 540px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  background: #e4b048;
  color: #14251d;
  font-weight: 900;
  border-radius: 8px;
  transition: 0.25s;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.hero-btn:hover {
  background: #ffffff;
  color: #2f6b45;
  transform: translateY(-3px);
}

.top-strip-news {
  background: linear-gradient(120deg, #183529, #2f6b45);
  padding: 26px 0;
}

.strip-card {
  height: 100%;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.strip-title {
  margin-bottom: 12px;
  color: #e4b048;
  font-size: 15px;
  font-weight: 900;
}

.weather-box,
.weather-placeholder {
  min-height: 110px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.weather-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  font-weight: 800;
}

.weather-placeholder i {
  color: #e4b048;
  font-size: 34px;
}

.weather-placeholder strong {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.weather-placeholder small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
}

.site-navbar .site-navigation .site-menu .has-children > a span:before,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
  content: "\f107" !important;
  font-family: FontAwesome !important;
}

.mini-news-list {
  display: grid;
  gap: 12px;
  max-height: 190px;
  overflow: hidden;
}

.mini-news-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 10px;
  color: #131d3b;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.mini-news-item img {
  width: 110px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.mini-news-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.mini-news-item small {
  color: #777777;
  font-size: 12px;
}

.home-section {
  padding: 60px 0;
}

.grey-section {
  background: #f9f9f9;
}

.home-title {
  margin-bottom: 20px;
  color: #131d3b;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.bordered-column {
  border-right: 1px solid #e8e8e8;
}

.cards-box {
  height: 100%;
  padding: 22px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
}

.duyuru-box {
  display: grid;
  gap: 10px;
}

.duyuru-item {
  display: block;
  padding: 12px 14px;
  color: #131d3b;
  background: #f8f9ff;
  border-radius: 14px;
}

.duyuru-item span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.duyuru-item small {
  display: block;
  margin-top: 7px;
  color: #777777;
  font-size: 12px;
}

.baskan-card {
  width: 100%;
  padding: 18px;
  text-align: center;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.baskan-card img {
  width: 100%;
  height: 320px;
  margin-bottom: 16px;
  object-fit: cover;
  border-radius: 18px;
}

.baskan-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  margin-bottom: 16px;
  color: #ffffff;
  background: #0f6f43;
  border-radius: 18px;
  font-size: 72px;
}

.baskan-card h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
}

.baskan-card p {
  margin-bottom: 14px;
  color: #666666;
  font-size: 14px;
}

.baskan-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  color: #ffffff;
  background: #131d3b;
  border-radius: 12px;
  font-weight: 800;
}

.quick-menu-header {
  padding: 22px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.78);
  font-size: 22px;
  font-weight: 900;
}

.quick-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.quick-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  color: #131d3b;
  background: #f8f9ff;
  border-radius: 14px;
  font-weight: 800;
}

.quick-info-box {
  margin-bottom: 14px;
  padding: 16px;
  text-align: center;
  background: #f8f9ff;
  border-radius: 16px;
}

.quick-info-box h4 {
  margin: 0;
  color: #131d3b;
  font-size: 16px;
  font-weight: 900;
}

.quick-info-box p,
.quick-info-box a {
  margin: 6px 0 0;
  color: #555555;
  font-size: 13px;
}

.empty-line {
  padding: 14px;
  color: #777777;
  background: #f8f9ff;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}

.site-footer {
  width: 100%;
  margin-top: 80px;
  padding: 22px 0;
  color: #ffffff;
  background: #0f172a;
  border-top: 3px solid #d6a74f;
}

.footer-wrap {
  max-width: 1250px;
  margin: auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
}

.footer-left strong {
  font-size: 15px;
  font-weight: 800;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.footer-center {
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-weight: 600;
}

.footer-center a {
  padding: 6px 10px;
  color: #ffffff;
  border-radius: 10px;
}

.footer-center a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd24d;
}

.footer-right {
  display: flex;
  gap: 12px;
}

.footer-right a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.inner-page {
  min-height: 70vh;
  background: #f4f6f2;
}

.inner-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(13, 67, 43, 0.92), rgba(17, 28, 52, 0.72)),
    url("/images/ResimliKategori.jpg") center/cover;
  padding: 220px 0 58px;
}

.inner-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
}

.inner-hero p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.inner-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.inner-breadcrumb a {
  color: #ffffff;
}

.inner-content {
  padding: 54px 0 70px;
}

.content-panel {
  background: #ffffff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(16, 24, 39, 0.08);
}

.content-panel h2,
.content-panel h3,
.content-panel h4 {
  color: #131d3b;
  font-weight: 900;
  letter-spacing: 0;
}

.content-panel img,
.content-panel iframe,
.content-panel object,
.content-panel video {
  max-width: 100%;
}

.content-body {
  color: #2f3854;
  font-size: 16px;
  line-height: 1.75;
}

.content-body a {
  color: #0f6f43;
  font-weight: 800;
}

.content-media {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 22px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.content-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #131d3b;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(16, 24, 39, 0.08);
}

.content-card img,
.content-card .card-placeholder {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #0f6f43;
}

.content-card .card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 46px;
}

.content-card img + .media-fallback {
  display: none;
}

.content-card-body {
  padding: 18px;
}

.content-card-body h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
}

.content-card-body p {
  margin: 0 0 14px;
  color: #5f687d;
  font-size: 14px;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  color: #ffffff !important;
  background: #131d3b;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.data-list {
  display: grid;
  gap: 14px;
}

.data-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  color: #131d3b;
  background: #ffffff;
  border-left: 5px solid #0f6f43;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(16, 24, 39, 0.07);
}

.data-row strong {
  font-weight: 900;
}

.data-row span {
  color: #6b7280;
  white-space: nowrap;
}

.empty-state {
  padding: 22px;
  color: #5f687d;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(16, 24, 39, 0.06);
}

.leadership-hero {
  background:
    linear-gradient(115deg, rgba(24, 53, 41, 0.94), rgba(47, 107, 69, 0.76)),
    url("/images/ResimliKategori.jpg") center/cover;
}

.leader-profile {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.leader-photo-panel,
.leader-content,
.leader-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 43, 61, 0.09);
}

.leader-photo-panel {
  overflow: hidden;
  border-bottom: 5px solid #2f6b45;
}

.leader-photo-panel img,
.leader-photo-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #183529;
  font-size: 58px;
}

.leader-nameplate {
  padding: 18px 20px;
}

.leader-nameplate strong,
.leader-nameplate span {
  display: block;
}

.leader-nameplate strong {
  color: #14251d;
  font-size: 22px;
  font-weight: 900;
}

.leader-nameplate span {
  margin-top: 5px;
  color: #2f6b45;
  font-weight: 800;
}

.leader-content {
  padding: 32px;
  min-height: 420px;
}

.section-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  color: #ffffff;
  background: #2f6b45;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.leader-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pill-link.secondary {
  background: #2f6b45;
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.leader-card {
  overflow: hidden;
  color: #14251d;
  transition: 0.22s ease;
}

.leader-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 43, 61, 0.15);
}

.leader-card img,
.leader-card-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #183529;
  font-size: 42px;
}

.leader-card-body {
  padding: 18px;
  border-top: 4px solid #2f6b45;
}

.leader-card-body span {
  color: #2f6b45;
  font-size: 13px;
  font-weight: 900;
}

.leader-card-body h3 {
  margin: 7px 0 12px;
  color: #14251d;
  font-size: 21px;
  font-weight: 900;
}

.leader-card-body em {
  color: #5f687d;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.simple-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.simple-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  color: #131d3b;
  background: #ffffff;
  border-radius: 8px;
  font-weight: 900;
}

.simple-pagination .active a {
  color: #ffffff;
  background: #0f6f43;
}

@media (max-width: 1199px) {
  .site-navbar .d-none.d-xl-block {
    display: block !important;
  }

  .site-navigation {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .site-menu {
    display: flex;
    width: max-content;
    min-width: 100%;
    margin-top: 10px;
    gap: 2px;
  }

  .site-menu > li {
    display: block;
  }

  .site-menu > li > a {
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 13px;
  }

  .site-menu .dropdown {
    position: static;
    min-width: 210px;
    margin-top: 4px;
  }
}

@media (max-width: 991px) {
  .bordered-column {
    border-right: none;
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-vitrin {
    height: 68vh;
    min-height: 560px;
  }

  .hero-text-box {
    width: calc(100% - 44px);
    margin-left: 22px;
    padding-left: 18px;
  }
}

@media (max-width: 768px) {
  .site-navbar {
    padding-top: 12px;
  }

  .ust-row {
    display: block;
    text-align: left;
  }

  .site-logo {
    width: 54px;
    height: 54px;
    max-width: 54px;
    max-height: 54px;
  }

  .site-brand-title {
    max-width: 150px;
    font-size: 13px;
  }

  .header-president {
    margin-top: 10px;
    min-height: 44px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .hero-vitrin {
    height: auto;
    min-height: 680px;
  }

  .hero-overlay {
    align-items: flex-end;
    padding: 190px 0 118px;
    background: linear-gradient(180deg, rgba(13, 30, 24, 0.62), rgba(13, 30, 24, 0.86));
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.12;
  }

  .hero-copy {
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
  }

  .my-right-menu {
    top: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transform: none;
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    pointer-events: auto;
  }

  .my-item {
    position: static;
    width: auto;
    min-height: 54px;
    height: auto;
    border-radius: 8px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .my-item a {
    min-height: 54px;
    height: auto;
  }

  .my-item i {
    margin: 0;
    font-size: 18px;
  }

  .my-item span {
    display: block;
    font-size: 8px;
    line-height: 9px;
  }

  .mobile-quick-toggle {
    display: none;
  }

  .mobile-quick-toggle.open {
    background: #2f6b45;
    color: #ffffff;
    transform: none;
  }

  .footer-wrap {
    flex-direction: column;
    text-align: center;
  }

  .footer-center {
    flex-wrap: wrap;
    justify-content: center;
  }

  .inner-hero {
    min-height: 360px;
    padding: 220px 0 42px;
  }

  .inner-hero h1 {
    font-size: 30px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .leader-profile,
  .leader-grid {
    grid-template-columns: 1fr;
  }

  .leader-content {
    padding: 22px;
    min-height: 0;
  }

  .leader-photo-panel img,
  .leader-photo-placeholder {
    aspect-ratio: 16 / 11;
  }

  .data-row {
    display: block;
  }

  .data-row span {
    display: block;
    margin-top: 6px;
    white-space: normal;
  }
}
