:root {
  --primary-orange: #F57C00;
  --navy: #0B1F3B;
  --muted-bg: #f6f7fb;
  --soft-border: #e6e9f0;
}

body {
  background: var(--muted-bg);
  color: #1c1f2a;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--navy);
}

a:hover {
  color: var(--primary-orange);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--navy) !important;
}

.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: transparent;
}

.maintenance-admin-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2100;
  background: #f57c00;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  padding: 0.28rem 0.75rem;
  letter-spacing: 0.01em;
}

.maintenance-admin-visible .top-nav {
  margin-top: 30px;
}

.logo-mark {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  border: 2px solid var(--primary-orange);
  color: var(--primary-orange);
  font-size: 1.2rem;
}

.logo-img {
  height: 110px;
  width: auto;
}

.footer-logo {
  height: 72px;
  width: auto;
}

.main-menu > li > a {
  padding: 1.05rem 1.35rem !important;
  color: #fff !important;
  font-size: 1.08rem;
}

.btn-orange {
  background: var(--primary-orange);
  color: #fff;
  border: none;
  box-shadow: 0 8px 18px rgba(245, 124, 0, 0.25);
}

.btn-orange:hover {
  background: #e96e00;
  color: #fff;
}

.btn-outline-navy {
  color: var(--navy);
  border-color: var(--navy);
}

.btn-outline-navy:hover {
  background: var(--navy);
  color: #fff;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-outline-ghost {
  border: 1px solid rgba(255,255,255,0.8);
  color: #fff;
  background: transparent;
  box-shadow: none;
  border-radius: 999px !important;
  font-weight: 500;
  padding: 0.45rem 1rem;
  font-size: 1rem;
}

.btn-outline-ghost:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border: 1px solid #25D366;
  box-shadow: none;
  border-radius: 999px !important;
  font-weight: 600;
  padding: 0.45rem 1.15rem;
  font-size: 1rem;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  color: #fff;
  border-color: #1ebe5d;
}

.facts-carousel .btn-outline-navy {
  border-color: #fff;
  color: #fff;
}

.facts-carousel .btn-outline-navy:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.navbar {
  background: transparent !important;
}

.home-page .top-nav {
  background: transparent;
}

body:not(.home-page) .top-nav {
  position: relative;
  background: var(--navy);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  z-index: 1300;
}

.auth-page .top-nav,
.solid-nav .top-nav {
  position: relative;
  background: var(--navy);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  z-index: 1300;
}

.auth-page .navbar .nav-link,
.solid-nav .navbar .nav-link,
.auth-page .btn-outline-ghost,
.solid-nav .btn-outline-ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,0.8);
}

.auth-page .btn-outline-ghost:hover,
.solid-nav .btn-outline-ghost:hover {
  background: rgba(255,255,255,0.15);
}

.navbar .nav-link {
  color: #fff !important;
}

.navbar .dropdown-menu {
  color: var(--navy);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e");
}

.navbar .dropdown-toggle::after {
  display: none !important;
}

.nav-ataturk {
  width: auto;
  height: 60px;
  margin-left: 6px;
}

.article-grid .card {
  height: 100%;
}

.article-grid .card-img-top {
  height: 200px;
  object-fit: cover;
}

.news-list-grid .card-img-top {
  height: 220px;
  object-fit: cover;
}

.simple-editor-wrap {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.simple-editor-toolbar {
  display: flex;
  gap: 6px;
  padding: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: #f8f9fa;
}

.simple-editor {
  min-height: 160px;
  padding: 12px;
  outline: none;
}

.tags-badges .badge {
  font-weight: 500;
}

.text-bg-navy {
  background: var(--navy);
  color: #fff;
}

.top-actions {
  background: transparent;
}

.top-actions-inside {
  gap: 0.4rem;
}

.top-actions-inside .btn {
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem;
}

.top-actions-inside .btn i {
  font-size: 0.88rem;
}

.btn-phone {
  background: var(--primary-orange);
  color: #fff;
  border: 1px solid var(--primary-orange);
  box-shadow: none;
  border-radius: 999px !important;
  font-weight: 600;
  padding: 0.45rem 1.15rem;
  font-size: 1rem;
}

.btn-phone:hover,
.btn-phone:focus {
  background: #d9671a;
  color: #fff;
  border-color: #d9671a;
}

.admin-name {
  color: var(--primary-orange) !important;
  font-weight: 700;
}

.group-member-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(245, 124, 0, 0.12);
  color: #8a4d00;
  font-size: 0.78rem;
  font-weight: 700;
}

.group-member-badge-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.role-member-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.role-member-badge-admin {
  background: rgba(245, 124, 0, 0.14);
  color: #8a4d00;
}

.role-member-badge-writer {
  background: rgba(13, 110, 253, 0.14);
  color: #0a4fa5;
}

.oncu-mini-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: -3px;
}

.profile-weather-full {
  border: 1px solid rgba(11, 31, 59, 0.08);
  box-shadow: 0 10px 22px rgba(11, 31, 59, 0.06);
  background: linear-gradient(135deg, #f5f9ff, #eef6ff);
  overflow: hidden;
}

.profile-weather-banner {
  padding: 0.8rem 1rem;
}

.profile-weather-visual {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 31, 59, 0.08);
  color: #0b1f3b;
  font-size: 1.45rem;
}

.profile-weather-temp {
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  line-height: 1;
}

.profile-weather-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(11, 31, 59, 0.08);
  font-size: 0.85rem;
  color: #334155;
}

.home-weather-card {
  border: 1px solid rgba(11, 31, 59, 0.08);
  background: linear-gradient(120deg, #f3f8ff 0%, #ffffff 60%, #fff5eb 100%);
}

.home-weather-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #0b1f3b;
  background: rgba(11, 31, 59, 0.08);
}

.home-weather-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(11, 31, 59, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-size: 0.84rem;
}

@media (max-width: 576px) {
  .profile-weather-banner {
    padding: 0.75rem 0.85rem;
  }
  .profile-weather-chip {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
  }
  .home-weather-meta {
    width: 100%;
    justify-content: space-between;
  }
  .home-weather-chip {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
  }
}

.navbar-collapse .btn-close {
  position: absolute;
  top: 2rem;
  right: 1.4rem;
  width: 2.25rem;
  height: 2.25rem;
}

.secondary-menu {
  position: sticky;
  top: 120px;
  z-index: 1020;
  background: #fff;
  border-bottom: 1px solid var(--soft-border);
  box-shadow: 0 6px 12px rgba(11, 31, 59, 0.05);
}

.secondary-menu .nav-link {
  padding: 0.75rem 1.2rem;
  margin-right: 0.35rem;
  border-radius: 999px;
  color: var(--navy);
  font-weight: 600;
  border: 1px solid transparent;
}

.secondary-menu .nav-link.active,
.secondary-menu .nav-link:hover {
  background: rgba(245, 124, 0, 0.1);
  border-color: rgba(245, 124, 0, 0.25);
  color: var(--primary-orange);
}

.mega-menu {
  width: 100%;
  max-width: min(1140px, calc(100vw - 2rem));
  border: none;
  border-radius: 18px;
  margin-top: 0.75rem;
  left: 50% !important;
  transform: translateX(-50%);
  right: auto !important;
  background: #fff;
  box-shadow: 0 15px 40px rgba(11, 31, 59, 0.12);
}

.mega-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.corner-ataturk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
  z-index: 1400;
  pointer-events: none;
}

.mega-trigger .dropdown-menu .dropdown-item {
  padding-left: 0;
}

.mega-trigger .dropdown-menu .dropdown-item:hover {
  color: var(--primary-orange);
  background: transparent;
}

.card {
  border: none;
  box-shadow: 0 10px 20px rgba(11, 31, 59, 0.05);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.card-hero {
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  margin: -17px -17px 17px -17px;
  position: relative;
  overflow: hidden;
}

.card-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,31,59,0.45), rgba(11,31,59,0.7));
}

.card-hero .card-hero-text {
  position: absolute;
  left: 16px;
  bottom: 12px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  font-size: 1.1rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.card-title {
  color: var(--navy);
  font-weight: 700;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  color: var(--navy);
}

.section-heading::after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(245, 124, 0, 0.5), rgba(11, 31, 59, 0.4));
}

.heading-no-after::after {
  display: none;
}

.badge-date {
  color: var(--primary-orange);
  font-weight: 600;
  text-align: left;
  padding: 0;;
}

.list-hover:hover .badge-date {
  color: #fff;
}

.thumb img {
  width: 82px;
  height: 60px;
  object-fit: cover;
  border-radius: 2px;
}

.mini-thumb img {
  width: 48px;
  height: 36px;
  object-fit: cover;
}

.thumb {
  position: relative;
}

.thumb i {
  position: absolute;
  bottom: 6px;
  right: 8px;
  color: #fff;
  background: rgba(11,31,59,0.65);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
}

.list-hover:hover {
  background: var(--primary-orange);
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}

.pratik-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0rem;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px dashed var(--soft-border);
  font-size: 0.9rem;
}

.pratik-list li a:hover {
  color: var(--primary-orange);
  background: rgba(245,124,0,0.06);
}

.pratik-group-title {
  font-weight: 700;
  color: var(--navy);
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
}

.hero-carousel .carousel-item {
  min-height: 580px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(11,31,59,0.55) 45%, rgba(0,0,0,0.85) 100%);
  color: #fff;
  min-height: 580px;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-caption-wrap {
  display: flex;
  justify-content: center;
}

.hero-caption-box {
  max-width: 720px;
  width: 100%;
  text-align: center;
}

.live-stream-banner-wrap {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.live-stream-banner {
  width: 100%;
  border: none;
  border-radius: 14px;
  background: linear-gradient(110deg, #cf1717, #f23e28 45%, #ff6a3d);
  color: #fff;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  box-shadow: 0 12px 24px rgba(207, 23, 23, 0.25);
}

.live-stream-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.75);
  animation: livePulse 1.5s infinite;
}

.live-stream-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  color: #d91414;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.live-stream-action .live-stream-logo {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  font-size: 0.9rem;
}

.live-stream-text {
  flex: 1;
  text-align: left;
  font-weight: 700;
}

.live-stream-action {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

.live-stream-modal-content {
  border-radius: 16px;
  border: 1px solid rgba(11,31,59,0.08);
}

@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.8); }
  70% { box-shadow: 0 0 0 9px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.modal-backdrop {
  z-index: 2990;
}

.modal {
  z-index: 3000;
}

/* Fancybox, sabit header/nav katmanının üstünde açılmalı */
.fancybox__container {
  z-index: 4000 !important;
}

.hero-title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.hero-text {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-badge {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(245, 124, 0, 0.18);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.hero-badge.navy {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.career-page {
  --career-navy: #0b1f3b;
  --career-orange: #f07a28;
}

.career-hero {
  background: linear-gradient(120deg, rgba(11, 31, 59, 0.96), rgba(19, 49, 88, 0.9) 58%, rgba(240, 122, 40, 0.93));
  border-radius: 20px;
  padding: 1.4rem 1.5rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.career-title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
}

.career-subtitle {
  color: rgba(255, 255, 255, 0.88);
}

.career-form-card,
.career-detail-card,
.career-list-card {
  border: 1px solid rgba(11, 31, 59, 0.08);
  box-shadow: 0 14px 28px rgba(11, 31, 59, 0.08);
}

.career-list-group .list-group-item {
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

.career-list-group .list-group-item:hover {
  border-left-color: var(--career-orange);
  background: #fff8f3;
}

.career-meta {
  color: #5f6b7a;
}

.career-dot {
  margin: 0 0.32rem;
  color: #f07a28;
}

.career-detail-text {
  color: #24384f;
  line-height: 1.7;
}

.career-contact {
  color: #607188;
}

.calendar-table th,
.calendar-table td {
  text-align: center;
  vertical-align: middle;
}

.calendar-table td {
  height: 58px;
  border: 1px solid var(--soft-border);
  position: relative;
  background: #fff;
  padding: 0.35rem;
  width: 14.28%;
}

.calendar-table td.empty {
  background: transparent;
  border: none;
}

.calendar-day {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: var(--navy);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.calendar-day:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 18px rgba(11, 31, 59, 0.08);
  background: rgba(245, 124, 0, 0.08);
}

.calendar-day .dow {
  font-size: 0.75rem;
  color: #8a8fa3;
}

.calendar-day.has-event::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary-orange);
  position: absolute;
  top: 8px;
  right: 8px;
  box-shadow: 0 0 0 4px rgba(245, 124, 0, 0.15);
}

.tab-pane .list-group-item {
  border: none;
  border-bottom: 1px solid var(--soft-border);
}

.poll-results {
  display: none;
}

.facts-carousel {
  background: var(--primary-orange);
  border-radius: 20px;
  border: none;
  box-shadow: 0 12px 24px rgba(11,31,59,0.08);
  color: #fff;
}

.with-icon::before {
  font-family: "Bootstrap-icons";
  margin-right: 8px;
  vertical-align: middle;
}

.heading-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(245,124,0,0.12);
  color: var(--primary-orange);
  margin-right: 8px;
}

.pill-tabs {
  background: rgba(11,31,59,0.04);
  border-radius: 14px;
  gap: 0.5rem;
}

.pill-tabs .nav-link {
  border-radius: 12px;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
  border: none;
}

.pill-tabs .nav-link.active {
  background: var(--primary-orange);
  color: #fff;
}

.pill-tabs-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 0.15rem;
}

.news-slide {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.news-overlay {
  background: linear-gradient(120deg, rgba(11,31,59,0.75), rgba(11,31,59,0.45));
  color: #fff;
  min-height: 320px;
  display: grid;
  align-content: end;
  justify-items: center;
  text-align: center;
}

#haberCarousel .carousel-indicators [data-bs-target] {
  display: none;
}

#heroSlider .carousel-item,
#haberCarousel .carousel-item {
  transition: transform 0.4s ease-in-out;
}


.orange-band {
  background: var(--primary-orange);
  color: #fff;
  padding: 1.6rem 0;
  margin-bottom: 1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.orange-band .icon-circle {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

.hero-frosted {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -185px;
  z-index: 1050;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.frosted-menu {
  padding: 0;
  border-radius: 0;
  background: rgba(255,255,255,0.02);
  border: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.glassy a {
  pointer-events: auto;
}

.frosted-menu .glassy-links a {
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease, backdrop-filter 0.2s ease;
  padding: 3rem;
  border-radius: 0;
  font-size: 1.12rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.frosted-menu .glassy-links a:hover {
  background: rgba(255,255,255,0.08);
}

main.container {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.icon-menu {
  background: #fff;
  border-top: none;
  box-shadow: 0 -6px 12px rgba(11, 31, 59, 0.05);
}

.icon-menu .item {
  padding: 1rem 0.75rem;
  transition: background 0.2s ease, transform 0.2s ease;
  border-radius: 12px;
}

.icon-menu .item:hover {
  background: rgba(245, 124, 0, 0.06);
  transform: translateY(-3px);
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(11, 31, 59, 0.08);
  color: var(--navy);
  margin: 0 auto 0.5rem;
}

.main-footer {
  background: linear-gradient(135deg, var(--navy), #07152a);
}

.text-orange {
  color: var(--primary-orange);
}

.text-navy {
  color: var(--navy);
}

.quick-panel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 31, 59, 0.38);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1600;
}

.quick-panel-overlay.show {
  opacity: 1;
  visibility: visible;
}

.quick-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 540px;
  max-width: 94vw;
  background: #fff;
  box-shadow: -16px 0 40px rgba(11, 31, 59, 0.15);
  padding: 1.5rem 1.75rem;
  transform: translateX(100%);
  transition: transform 0.26s ease;
  z-index: 1610;
  display: flex;
  flex-direction: column;
}

.quick-panel.open {
  transform: translateX(0);
}

body.quick-panel-open {
  overflow: hidden;
}

.quick-panel-head {
  border-bottom: 1px solid var(--soft-border);
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}

.quick-panel-close {
  font-size: 1.1rem;
  color: var(--navy);
}

.letter-spaced {
  letter-spacing: 0.08em;
}

.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.quick-action {
  border: 1px solid var(--soft-border);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(245, 124, 0, 0.05), rgba(11, 31, 59, 0.02));
  padding: 0.85rem;
  text-align: left;
  color: var(--navy);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.quick-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(11, 31, 59, 0.08);
  border-color: rgba(245, 124, 0, 0.4);
  text-decoration: none;
}

.quick-action:focus {
  outline: 2px solid rgba(245, 124, 0, 0.25);
  outline-offset: 2px;
}

.quick-action-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(245, 124, 0, 0.14), rgba(11, 31, 59, 0.08));
  color: var(--navy);
  font-size: 1.1rem;
}

.quick-action-title {
  font-weight: 700;
  font-size: 0.98rem;
}

.quick-action-desc {
  color: #6b7185;
  font-size: 0.86rem;
}

.pratik-shortcuts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.pratik-shortcuts .btn i {
  color: var(--primary-orange);
}

.resmi-item-title {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resmi-accordion .accordion-item {
  border: 1px solid rgba(11, 31, 59, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(11, 31, 59, 0.06);
  margin-bottom: 12px;
}

.resmi-accordion .accordion-button {
  background: linear-gradient(135deg, rgba(16, 74, 130, 0.08), rgba(16, 74, 130, 0.02));
  color: #0b1f3b;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.resmi-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(16, 74, 130, 0.14), rgba(16, 74, 130, 0.05));
  color: #0b1f3b;
  box-shadow: none;
}

.resmi-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 74, 130, 0.15);
}

.resmi-accordion .accordion-button::after {
  filter: saturate(0.2);
}

.resmi-accordion .accordion-body {
  background: #fff;
}

@media (max-width: 991px) {
  .hero-frosted {
    margin-top: -145px;
  }

  .secondary-menu {
    top: 96px;
  }
  .pratik-menu {
    max-height: none;
  }
  .icon-menu .item {
    width: 100%;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-overlay {
    padding: 3rem 0;
  }

  .navbar-collapse {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    padding: 2rem;
    z-index: 1200;
    height: 100%;
  }

  .navbar-collapse.show {
    display: grid !important;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    justify-items: center;
    text-align: center;
  }

  .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 0.8rem 0;
    text-align: center;
  }

  .frosted-menu .glassy-links a {
    padding: 1.1rem 0.9rem;
  }

  .navbar-nav {
    align-items: center;
    gap: 0.25rem;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    width: 100%;
  }

  .top-actions-inside {
    justify-content: flex-start !important;
    width: 100%;
    margin-bottom: 1rem;
    align-self: start;
  }

  .top-actions-inside .btn {
    padding: 0.35rem 0.75rem;
    font-size: 0.95rem;
  }

  .quick-panel {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }

  .quick-actions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .career-hero {
    padding: 1.2rem 1.1rem;
  }
}

@media (max-width: 576px) {
  .secondary-menu .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.4rem;
  }
  .secondary-menu .nav-link {
    margin-bottom: 0.25rem;
  }
  .hero-carousel .carousel-item {
    min-height: 360px;
  }

  .quick-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-hero {
    flex-direction: column;
    align-items: flex-start;
  }
}
