/* Bella Maison Kariyer Portalı – Evin Tarzı ruhu (bellamaison.com) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@400;500;600&display=swap');

:root {
  /* Ana renk: #063970 (Bella Maison mavi) */
  --bm-primary: #063970;
  --bm-primary-hover: #052d54;
  --bm-primary-light: #e3eaf2;
  --bm-accent: #063970;
  --bm-accent-hover: #052d54;
  --bm-dark: #063970;
  --bm-dark-soft: #0a4a85;
  /* Nötr palet */
  --bm-cream: #faf8f5;
  --bm-warm-white: #fffefb;
  --bm-sand: #e8e2da;
  --bm-brown: #2c3e50;
  --bm-brown-soft: #3d5166;
  --bm-muted: #6b7c8d;
  --bm-bg: #faf8f5;
  --bm-card-bg: #fffefb;
  --bm-radius: 10px;
  --bm-radius-lg: 14px;
  --bm-shadow: 0 2px 12px rgba(6, 57, 112, 0.08);
  --bm-shadow-hover: 0 8px 32px rgba(6, 57, 112, 0.12);
  --bm-border: 1px solid rgba(6, 57, 112, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bm-bg);
  min-height: 100vh;
  color: var(--bm-brown-soft);
  line-height: 1.65;
}

/* Brand banner – logo + slogan, sıcak arka plan */
.brand-banner {
  background: linear-gradient(180deg, var(--bm-warm-white) 0%, var(--bm-cream) 100%);
  color: var(--bm-brown);
  padding: 1.5rem 0;
  box-shadow: 0 1px 0 rgba(92, 74, 58, 0.06);
  position: relative;
}

.brand-banner .container {
  position: relative;
  z-index: 1;
}

.brand-banner a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.brand-banner .site-logo {
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.brand-banner .slogan {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  color: var(--bm-muted);
  margin-top: 0.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Breadcrumb */
.breadcrumb-wrap {
  padding: 0.75rem 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}

.breadcrumb-item a {
  color: var(--bm-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-item a:hover {
  color: var(--bm-accent);
}

.breadcrumb-item.active {
  color: var(--bm-brown);
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: var(--bm-muted);
  font-weight: 300;
}

/* Content area */
.content-wrap {
  max-width: 920px;
  margin: 0 auto;
  background: var(--bm-card-bg);
  min-height: 60vh;
  border-radius: var(--bm-radius-lg);
  box-shadow: var(--bm-shadow);
  border: var(--bm-border);
  padding: 2rem;
  transition: box-shadow 0.25s ease;
}

@media (min-width: 768px) {
  .content-wrap {
    padding: 2.5rem;
  }
}

/* Job cards - modern list */
.job-card {
  background: var(--bm-card-bg);
  border-radius: var(--bm-radius);
  border: var(--bm-border);
  padding: 1.5rem 1.75rem;
  margin-bottom: 1rem;
  transition: all 0.25s ease;
  border-left: 4px solid var(--bm-accent);
  box-shadow: var(--bm-shadow);
}

.job-card:hover {
  box-shadow: var(--bm-shadow-hover);
  border-left-color: var(--bm-accent-hover);
  transform: translateY(-2px);
}

.job-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bm-brown);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

.job-card .job-meta {
  font-size: 0.875rem;
  color: var(--bm-muted);
}

.job-card .job-meta i {
  opacity: 0.8;
  margin-right: 0.35rem;
}

/* Buttons */
.btn-bm {
  background: var(--bm-primary);
  color: #fff !important;
  border: none;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 10px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(6, 57, 112, 0.35);
}

.btn-bm:hover {
  background: var(--bm-primary-hover);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(6, 57, 112, 0.4);
}

.btn-bm:active {
  transform: translateY(0);
}

/* Top bar (language + link) */
.top-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.top-bar .btn-lang {
  font-size: 0.875rem;
  color: var(--bm-muted);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.4rem 0.75rem;
  background: #fff;
  transition: all 0.2s;
}

.top-bar .btn-lang:hover {
  border-color: var(--bm-primary);
  color: var(--bm-primary);
}

.top-bar .link-legal {
  font-size: 0.875rem;
  color: var(--bm-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.top-bar .link-legal:hover {
  color: var(--bm-accent-hover);
  text-decoration: underline;
}

/* Page titles */
.content-wrap .page-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bm-brown);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.content-wrap .section-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bm-muted);
  margin-bottom: 0.75rem;
}

.content-wrap .section-body {
  color: #475569;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

/* Zengin metin sayfa içeriği (Aydınlatma Metni vb.) */
.page-content-body p { margin: 0 0 1rem; }
.page-content-body p:last-child { margin-bottom: 0; }
.page-content-body h1, .page-content-body h2, .page-content-body h3 {
  margin: 1.25rem 0 0.5rem;
  color: var(--bm-brown);
  font-weight: 600;
}
.page-content-body h1:first-child, .page-content-body h2:first-child, .page-content-body h3:first-child { margin-top: 0; }
.page-content-body ul, .page-content-body ol { margin: 0.5rem 0 1rem; padding-left: 1.5rem; }
.page-content-body li { margin-bottom: 0.35rem; }
.page-content-body a { color: var(--bm-accent); text-decoration: underline; }
.page-content-body a:hover { color: var(--bm-accent-hover); }

/* Detail page apply CTA */
.apply-cta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  text-align: center;
}

/* Footer */
.site-footer {
  padding: 2rem 0;
  margin-top: 3rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--bm-muted);
  border-top: 1px solid var(--bm-sand);
  background: var(--bm-warm-white);
}

.site-footer a {
  color: var(--bm-accent);
  text-decoration: none;
  font-weight: 500;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Success page */
.success-icon {
  font-size: 4rem;
  color: var(--bm-accent);
  margin-bottom: 0.5rem;
}

.content-wrap .success-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--bm-brown);
  margin-bottom: 0.5rem;
}

/* Form styling in content */
.content-wrap .form-label {
  font-weight: 500;
  color: var(--bm-dark);
}

.content-wrap .form-control,
.content-wrap .form-select {
  border-radius: 8px;
  border-color: #e2e8f0;
}

.content-wrap .form-control:focus,
.content-wrap .form-select:focus {
  border-color: var(--bm-primary);
  box-shadow: 0 0 0 3px var(--bm-primary-light);
}

/* Badge / step indicator */
.step-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: var(--bm-primary-light);
  color: var(--bm-primary);
}

/* Equality text */
.equality-note {
  font-size: 0.875rem;
  color: var(--bm-muted);
  padding: 1rem;
  background: var(--bm-primary-light);
  border-radius: 8px;
  margin-top: 1rem;
  border: var(--bm-border);
}

/* İlan detay sayfası – görseldeki düzen (BELLA MAISON / EVİN TARZI) */
.ilan-branding {
  text-align: center;
  margin-bottom: 2rem;
}

.ilan-branding-main {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--bm-dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ilan-branding-sub {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bm-dark);
  margin-top: 0.25rem;
  letter-spacing: 0.01em;
}

.ilan-branding-logo {
  max-width: 260px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.ilan-detay-wrap .ilan-baslik {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bm-dark);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.ilan-detay-wrap .ilan-meta {
  font-size: 0.95rem;
  color: var(--bm-muted);
  margin-bottom: 1rem;
}

.ilan-detay-wrap .ilan-sirket {
  font-weight: 500;
  color: #475569;
}

.ilan-detay-wrap .ilan-konum {
  display: block;
  font-size: 0.875rem;
  color: var(--bm-muted);
  margin-top: 0.2rem;
}

.ilan-ayirici {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 1.25rem 0 1.5rem;
}

.ilan-section {
  margin-bottom: 2rem;
}

.ilan-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--bm-brown);
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--bm-sand);
}

.ilan-section .ilan-section-title:first-child {
  text-transform: uppercase;
}

.ilan-section-body {
  color: #475569;
  line-height: 1.7;
}

.ilan-section-body .ilan-para {
  margin: 0 0 0.75rem;
}

.ilan-section-body .ilan-para + .ilan-list,
.ilan-section-body .ilan-list,
.ilan-section-body .ilan-criteria-list {
  margin: 0.5rem 0 1rem;
  padding-left: 1.35rem;
  list-style: disc;
}

.ilan-section-body .ilan-list li,
.ilan-section-body .ilan-criteria-list li {
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
}

.ilan-section-body .ilan-criteria-list li strong {
  color: var(--bm-brown);
  font-weight: 700;
}

.ilan-section-body .ilan-list li:last-child {
  margin-bottom: 0;
}

.ilan-section-body .ilan-criterion {
  margin: 0 0 0.75rem;
}

.ilan-section-body .ilan-criterion strong {
  color: var(--bm-brown);
}

/* ========== CV Form (tek sayfa, iki sütun) ========== */
.cv-form-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--bm-card-bg);
  border-radius: var(--bm-radius-lg);
  box-shadow: var(--bm-shadow);
  border: var(--bm-border);
  overflow: hidden;
}

.cv-form-row {
  display: flex;
  flex-wrap: wrap;
  min-height: 60vh;
}

.cv-form-left {
  flex: 0 0 100%;
  background: #f1f5f9;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .cv-form-left {
    flex: 0 0 380px;
    min-height: 100%;
    padding: 1.75rem;
  }
}

.cv-form-right {
  flex: 1 1 0%;
  min-width: 0;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .cv-form-right {
    padding: 1.75rem;
  }
}

.cv-form-left .form-label,
.cv-form-right .form-label {
  font-weight: 500;
  color: var(--bm-dark);
  font-size: 0.875rem;
}

.cv-form-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bm-muted);
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.cv-form-card {
  background: #fff;
  border-radius: var(--bm-radius);
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  border: 1px solid #e2e8f0;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.cv-form-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bm-dark);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cv-form-card h3 i {
  color: var(--bm-primary);
}

.btn-sira-ekle {
  font-size: 0.8rem;
  color: var(--bm-muted);
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  margin-top: 0.5rem;
}
.btn-sira-ekle:hover {
  border-color: var(--bm-primary);
  color: var(--bm-primary);
}

.cv-form-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
