/* ========================================
   İçerik Sayfası (Hakkımızda vb.) — Kurumsal Tema
   ======================================== */

.mesaj-page {
  --seyir-primary: #003970;
  --seyir-primary-dark: #002364;
  --seyir-accent: #015ee1;
  --seyir-text: #1e2d3d;
  --seyir-muted: #5a6b7d;
  --seyir-border: rgba(0, 57, 112, 0.12);
  --seyir-shadow: 0 8px 32px rgba(0, 57, 112, 0.1);
  --seyir-radius: 16px;
  --seyir-radius-sm: 12px;
}

.mesaj-page .main-wrapper.scrollspy-container {
  margin-top: 0;
}

/* ---- Hero ---- */
.mesaj-page-hero {
  position: relative;
  background: linear-gradient(135deg, var(--seyir-primary-dark) 0%, var(--seyir-primary) 55%, #0a4d8f 100%);
  padding: 36px 0 56px;
  overflow: hidden;
}

.mesaj-page-hero::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -10%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(1, 94, 225, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.mesaj-page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--seyir-primary-dark) 0%, var(--seyir-accent) 100%);
}

.mesaj-page-hero .container {
  position: relative;
  z-index: 1;
}

.mesaj-page-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0 0 20px;
}

.mesaj-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mesaj-page-hero .breadcrumb-item a:hover {
  color: #fff;
}

.mesaj-page-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.95);
}

.mesaj-page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}

.mesaj-page-hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

/* ---- Main ---- */
.mesaj-page-main {
  background: #f4f7fb;
  padding: 0 0 72px;
}

.mesaj-page-main .container {
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

.mesaj-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

/* ---- Content Card ---- */
.mesaj-page-content-card {
  background: #fff;
  border-radius: var(--seyir-radius);
  box-shadow: var(--seyir-shadow);
  border: 1px solid var(--seyir-border);
  overflow: hidden;
}

.mesaj-page-content-card-header {
  padding: 28px 36px 0;
  border-bottom: 1px solid var(--seyir-border);
  margin-bottom: 0;
}

.mesaj-page-content-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--seyir-accent);
  margin-bottom: 8px;
}

.mesaj-page-content-card-label i {
  font-size: 13px;
}

.mesaj-page-content-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--seyir-text);
  margin: 0 0 24px;
  line-height: 1.3;
}

.mesaj-page-content {
  padding: 32px 36px 40px;
  color: var(--seyir-text);
  font-size: 16px;
  line-height: 1.8;
}

.mesaj-page-content > p:first-child {
  font-size: 17px;
  color: var(--seyir-muted);
  line-height: 1.85;
}

.mesaj-page-content p {
  margin: 0 0 18px;
}

.mesaj-page-content p:last-child {
  margin-bottom: 0;
}

.mesaj-page-content h2,
.mesaj-page-content h3,
.mesaj-page-content h4 {
  font-family: "Montserrat", sans-serif;
  color: var(--seyir-text);
  font-weight: 700;
  margin: 32px 0 14px;
  line-height: 1.35;
}

.mesaj-page-content h2 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--seyir-border);
}

.mesaj-page-content h3 {
  font-size: 19px;
}

.mesaj-page-content h4 {
  font-size: 17px;
}

.mesaj-page-content ul,
.mesaj-page-content ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.mesaj-page-content li {
  margin-bottom: 8px;
}

.mesaj-page-content li::marker {
  color: var(--seyir-accent);
}

.mesaj-page-content a {
  color: var(--seyir-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.mesaj-page-content a:hover {
  color: var(--seyir-primary);
}

.mesaj-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--seyir-radius-sm);
  margin: 24px 0;
  box-shadow: 0 4px 20px rgba(0, 57, 112, 0.08);
}

.mesaj-page-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(0, 57, 112, 0.04) 0%, rgba(1, 94, 225, 0.06) 100%);
  border-left: 4px solid var(--seyir-accent);
  border-radius: 0 var(--seyir-radius-sm) var(--seyir-radius-sm) 0;
  font-style: italic;
  color: var(--seyir-muted);
}

.mesaj-page-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: var(--seyir-radius-sm);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 57, 112, 0.06);
}

.mesaj-page-content table th,
.mesaj-page-content table td {
  padding: 12px 16px;
  border: 1px solid var(--seyir-border);
  text-align: left;
}

.mesaj-page-content table th {
  background: var(--seyir-primary);
  color: #fff;
  font-weight: 600;
}

.mesaj-page-content table tr:nth-child(even) td {
  background: #f8fafc;
}

/* ---- Sidebar ---- */
.mesaj-page-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}

.mesaj-page-sidebar-card {
  background: #fff;
  border-radius: var(--seyir-radius);
  box-shadow: var(--seyir-shadow);
  border: 1px solid var(--seyir-border);
  padding: 24px;
}

.mesaj-page-sidebar-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--seyir-text);
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--seyir-border);
}

.mesaj-page-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mesaj-page-sidebar-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(0, 57, 112, 0.06);
}

.mesaj-page-sidebar-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mesaj-page-sidebar-list li:first-child {
  padding-top: 0;
}

.mesaj-page-sidebar-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 57, 112, 0.08) 0%, rgba(1, 94, 225, 0.12) 100%);
  color: var(--seyir-primary);
  font-size: 15px;
}

.mesaj-page-sidebar-text {
  flex: 1;
  min-width: 0;
}

.mesaj-page-sidebar-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--seyir-muted);
  margin-bottom: 3px;
}

.mesaj-page-sidebar-value {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.mesaj-page-sidebar-value a {
  color: var(--seyir-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.mesaj-page-sidebar-value a:hover {
  color: var(--seyir-accent);
}

.mesaj-page-cta {
  background: linear-gradient(135deg, var(--seyir-primary-dark) 0%, var(--seyir-primary) 100%);
  border: none;
  color: #fff;
  text-align: center;
}

.mesaj-page-cta-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  font-size: 22px;
}

.mesaj-page-cta-title {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}

.mesaj-page-cta-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px;
  line-height: 1.55;
}

.mesaj-page-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background: #fff;
  color: var(--seyir-primary);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mesaj-page-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: var(--seyir-primary-dark);
}

/* ---- Features Strip ---- */
.mesaj-page-features {
  background: #fff;
  padding: 56px 0 64px;
  border-top: 1px solid var(--seyir-border);
}

.mesaj-page-features-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--seyir-text);
  text-align: center;
  margin: 0 0 36px;
}

.mesaj-page-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mesaj-page-feature-item {
  text-align: center;
  padding: 20px 16px;
}

.mesaj-page-feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 57, 112, 0.06) 0%, rgba(1, 94, 225, 0.1) 100%);
  color: var(--seyir-primary);
  font-size: 22px;
}

.mesaj-page-feature-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--seyir-text);
  margin: 0 0 8px;
}

.mesaj-page-feature-desc {
  font-size: 13px;
  color: var(--seyir-muted);
  margin: 0;
  line-height: 1.55;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .mesaj-page-grid {
    grid-template-columns: 1fr;
  }

  .mesaj-page-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .mesaj-page-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .mesaj-page-hero {
    padding: 28px 0 44px;
  }

  .mesaj-page-hero-title {
    font-size: 28px;
  }

  .mesaj-page-content-card-header,
  .mesaj-page-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mesaj-page-content-card-header {
    padding-top: 24px;
  }

  .mesaj-page-content {
    padding-top: 24px;
    padding-bottom: 28px;
    font-size: 15px;
  }

  .mesaj-page-sidebar {
    grid-template-columns: 1fr;
  }

  .mesaj-page-features {
    padding: 40px 0 48px;
  }

  .mesaj-page-features-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mesaj-page-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid var(--seyir-border);
  }

  .mesaj-page-feature-item:last-child {
    border-bottom: none;
  }

  .mesaj-page-feature-icon {
    margin: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .mesaj-page-main {
    padding-bottom: 48px;
  }

  .mesaj-page-content-card-title {
    font-size: 20px;
  }
}
