/* Yerel font dosyaları - GDPR/DSGVO uyumlu */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/libre-franklin-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/libre-franklin-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --blue-deep: #0a2540;
    --blue-mid: #1a4a7a;
    --blue-accent: #2979c8;
    --blue-light: #e8f1fb;
    --blue-pale: #f4f8ff;
    --teal: #00bcd4;
    --white: #ffffff;
    --text: #1a2a3a;
    --text-muted: #5a7a9a;
    --border: #d0e2f5;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; overflow-x: clip; }
  body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text); overflow-x: clip; -webkit-font-smoothing: antialiased; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 5%;
    background: #ffffff;
    border-bottom: 1px solid var(--border);
  }
  nav ul { list-style: none; display: flex; gap: 20px; }
  nav ul a { text-decoration: none; color: var(--text-muted); font-size: 0.85rem; font-weight: 500; transition: color 0.2s; }
  nav ul a:hover { color: var(--blue-accent); }
  .nav-cta { background: var(--blue-accent) !important; color: white !important; padding: 10px 22px; border-radius: 50px; font-weight: 500 !important; transition: background 0.2s !important; text-decoration: none !important; }
  .nav-randevu { background: transparent !important; border: 1.5px solid var(--blue-accent) !important; color: var(--blue-accent) !important; }
  .nav-randevu:hover { background: var(--blue-accent) !important; color: white !important; }
  .nav-cta:hover { background: var(--blue-mid) !important; }

  /* HERO */
  .hero {
    min-height: 100vh;
    background: url('../images/hero-bg.webp') center center / cover no-repeat;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    padding: 60px 5% 80px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(
      135deg,
      rgba(7, 22, 47, 0.72) 0%,
      rgba(10, 30, 60, 0.55) 50%,
      rgba(7, 22, 47, 0.45) 100%
    );
  }
  .hero-title {
    position: absolute;
    top: 200px;
    left: 0; right: 0;
    text-align: center;
    z-index: 1;
    margin: 0;
    padding: 0 5%;
    white-space: nowrap;
  }
  .hero-tagline {
    position: absolute;
    bottom: 72px;
    left: 5%;
    max-width: 460px;
    font-size: 0.97rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
    z-index: 1;
    margin: 0;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
    animation: fadeUp 0.9s 0.4s ease both;
  }
  h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; line-height: 1.15; color: white; margin-bottom: 24px; }
  .hero-title { font-size: clamp(1.9rem, 3.5vw, 3.2rem); animation: fadeUp 0.8s 0.1s ease both; }
  .hero-title em { color: var(--teal); font-style: normal; }
  h1 em { color: var(--teal); font-style: normal; }
  .hero-desc { font-size: 1.1rem; line-height: 1.7; color: rgba(255,255,255,0.78); margin-bottom: 40px; max-width: 540px; }
  .hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: white; color: var(--blue-deep);
    padding: 16px 28px; border-radius: 50px;
    font-weight: 600; font-size: 0.95rem; text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.25); }
  .btn-secondary {
    display: inline-flex; align-items: center; gap: 10px;
    background: transparent; border: 1.5px solid rgba(255,255,255,0.4);
    color: white; padding: 16px 28px; border-radius: 50px;
    font-weight: 500; font-size: 0.95rem; text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
  }
  .btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: white; }

  /* HERO BADGE */
  .hero-badge {
    position: absolute;
    top: 88px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(10, 37, 64, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 8px 10px 8px 24px;
    color: white;
    font-size: 0.94rem;
    animation: fadeUp 0.8s 0.2s ease both;
  }
  .hero-badge-text { opacity: 0.96; margin-right: 4px; }
  .hero-badge-text strong { font-weight: 700; color: #fff; text-decoration: underline; text-underline-offset: 3px; }
  .hero-badge-btn {
    background: var(--teal); color: white;
    text-decoration: none; padding: 10px 24px;
    border-radius: 50px; font-weight: 600; font-size: 0.9rem;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap; flex-shrink: 0;
  }
  .hero-badge-btn:hover { background: #00a5bb; transform: scale(1.04); }

  @media (max-width: 900px) {
    .hero { padding: 85px 5% 40px; min-height: 100vh; justify-content: flex-start; }
    .hero-title { position: relative; top: auto; left: auto; right: auto; margin-bottom: 20px; font-size: clamp(2rem, 6vw, 2.5rem); }
    .hero-tagline { position: relative; bottom: auto; left: auto; margin-top: auto; margin-bottom: 30px; }
    .hero-badge {
      position: relative; top: auto;
      flex-direction: column; align-items: center; text-align: center;
      border-radius: 18px; padding: 14px; width: 100%;
      margin: 0 0 12px; gap: 8px; background: rgba(10, 37, 64, 0.65);
    }
    .hero-badge-btn { width: 100%; justify-content: center; }
    .hero-badge-text strong { display: block; margin-bottom: 2px; }
  }

  /* SECTION */
  section { padding: 90px 5%; }
  .section-label { font-size: 0.78rem; font-weight: 600; color: var(--blue-accent); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; }
  h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.2; color: var(--blue-deep); margin-bottom: 16px; }
  .section-desc { font-size: 1.05rem; color: var(--text-muted); line-height: 1.7; max-width: 560px; margin-bottom: 50px; }

  /* SERVICES */
  #hizmetler { background: white; }
  .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
  .service-card {
    background: #ffffff; border: 1px solid #e0ecf8;
    border-radius: 20px; padding: 36px 32px;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative; overflow: hidden;
    display: flex; flex-direction: column;
  }
  .service-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--blue-accent), var(--teal));
    opacity: 0; transition: opacity 0.25s;
  }
  .service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(10,37,64,0.12); }
  .service-card:hover::before { opacity: 1; }
  .service-icon { font-size: 2.2rem; margin-bottom: 18px; height: 160px; display: flex; align-items: center; justify-content: center; }
  .service-title { font-size: 1.25rem; font-weight: 700; color: var(--blue-deep); margin-bottom: 10px; }
  .service-price { font-size: 1.5rem; font-weight: 700; color: var(--blue-accent); margin-bottom: 14px; }
  .service-price span { font-size: 0.85rem; color: var(--text-muted); font-weight: 400; }
  .service-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; }
  .service-features { list-style: none; margin-bottom: 20px; }
  .service-features li {
    font-size: 0.88rem; color: var(--text); padding: 7px 0;
    border-bottom: 1px solid var(--border);
    display: flex; gap: 10px; align-items: flex-start;
  }
  .service-features li::before { content: '✓'; color: var(--blue-accent); font-weight: 700; flex-shrink: 0; }
  .btn-card {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--blue-accent); color: white;
    padding: 13px 24px; border-radius: 50px;
    font-weight: 500; font-size: 0.88rem; text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    width: 100%; justify-content: center; margin-top: auto;
  }
  .btn-card:hover { background: var(--blue-mid); transform: translateY(-1px); }
  .btn-card.whatsapp { background: #25D366; }
  .btn-card.whatsapp:hover { background: #1da951; }

  .service-card.featured {
    background: linear-gradient(145deg, var(--blue-deep), var(--blue-mid));
    border-color: transparent;
  }
  .service-card.featured .service-title,
  .service-card.featured .service-desc { color: rgba(255,255,255,0.85); }
  .service-card.featured .service-price { color: var(--teal); }
  .service-card.featured .service-features li { color: rgba(255,255,255,0.85); border-bottom-color: rgba(255,255,255,0.15); }
  .service-card.featured .service-features li::before { color: var(--teal); }

  /* ACCORDION */
  .accordion { margin-bottom: 8px; }
  .acc-item { border-bottom: 1px solid var(--border); }
  .acc-header {
    width: 100%; background: none; border: none; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    padding: 13px 0; font-size: 0.9rem; font-weight: 600;
    color: var(--blue-deep); text-align: left;
    font-family: 'DM Sans', sans-serif;
    transition: color 0.2s;
  }
  .acc-header:hover { color: var(--blue-accent); }
  .acc-icon { font-size: 1.5rem; font-weight: 900; transition: transform 0.3s; color: var(--blue-accent); flex-shrink: 0; line-height: 1; }
  .acc-icon.open { transform: rotate(180deg); }
  .acc-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; }
  .acc-body.open { max-height: 800px; padding-bottom: 14px; }
  .acc-body p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }
  .acc-list { list-style: none; padding: 0; }
  .acc-list li { font-size: 0.87rem; color: var(--text-muted); line-height: 1.6; padding: 8px 0; border-bottom: 1px solid var(--blue-pale); }
  .acc-list li:last-child { border-bottom: none; }
  .acc-price { font-size: 1.2rem; font-weight: 700; color: var(--blue-accent); margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--border); }
  .acc-price small { font-size: 0.78rem; color: var(--text-muted); font-weight: 400; }
  .service-card.featured .acc-header { color: rgba(255,255,255,0.9); }
  .service-card.featured .acc-header:hover { color: var(--teal); }
  .service-card.featured .acc-icon { color: var(--teal); }
  .service-card.featured .acc-body p,
  .service-card.featured .acc-list li { color: rgba(255,255,255,0.7); }
  .service-card.featured .acc-item { border-bottom-color: rgba(255,255,255,0.15); }
  .service-card.featured .acc-list li { border-bottom-color: rgba(255,255,255,0.1); }

  /* JOB LISTINGS */
  #is-ilanlari { background: var(--blue-pale); }
  .job-card {
    background: white; border: 1px solid var(--border); border-radius: 20px;
    padding: 36px; display: flex; justify-content: space-between;
    align-items: flex-start; gap: 24px; flex-wrap: wrap;
    transition: transform 0.2s, box-shadow 0.2s; margin-bottom: 20px;
  }
  .job-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(10,37,64,0.1); }
  .job-info { flex: 1; min-width: 250px; }
  .job-tag { display: inline-block; background: var(--blue-light); color: var(--blue-accent); font-size: 0.75rem; font-weight: 600; padding: 5px 14px; border-radius: 50px; margin-bottom: 14px; }
  .job-title { font-size: 1.4rem; font-weight: 700; color: var(--blue-deep); margin-bottom: 8px; }
  .job-location { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 16px; }
  .job-salary { font-size: 1.3rem; font-weight: 700; color: var(--blue-accent); }
  .job-salary small { font-size: 0.78rem; color: var(--text-muted); font-weight: 400; }
  .job-requirements { margin-top: 18px; }
  .job-requirements h4 { font-size: 0.82rem; font-weight: 600; color: var(--text-muted); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
  .job-requirements ul { list-style: none; }
  .job-requirements li { font-size: 0.87rem; color: var(--text); padding: 4px 0; display: flex; gap: 8px; }
  .job-requirements li::before { content: '→'; color: var(--blue-accent); }
  .job-action { display: flex; flex-direction: column; gap: 12px; min-width: 180px; align-items: flex-end; }

  /* CONTACT */
  #iletisim { background: linear-gradient(145deg, var(--blue-deep), var(--blue-mid)); color: white; }
  #iletisim h2 { color: white; }
  #iletisim .section-desc { color: rgba(255,255,255,0.7); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .contact-info { display: flex; flex-direction: column; gap: 28px; }
  .contact-item { display: flex; gap: 16px; align-items: flex-start; }
  .contact-icon { width: 48px; height: 48px; background: rgba(255,255,255,0.1); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
  .contact-item-text h4 { color: white; font-size: 0.9rem; font-weight: 600; margin-bottom: 4px; }
  .contact-item-text p { color: rgba(255,255,255,0.65); font-size: 0.88rem; }
  .contact-item-text p a { color: rgba(255,255,255,0.65); text-decoration: none; }
  .contact-actions { display: flex; flex-direction: column; gap: 16px; }
  .btn-contact { display: flex; align-items: center; gap: 14px; padding: 20px 28px; border-radius: 16px; text-decoration: none; font-weight: 500; transition: transform 0.2s, box-shadow 0.2s; }
  .btn-contact:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
  .btn-contact.wa { background: #25D366; color: white; }
  .btn-contact.calendar { background: rgba(255,255,255,0.12); border: 1.5px solid rgba(255,255,255,0.25); color: white; }
  .btn-contact-icon { font-size: 1.6rem; }
  .btn-contact-text { display: flex; flex-direction: column; }
  .btn-contact-text strong { font-size: 1rem; font-weight: 600; }
  .btn-contact-text small { font-size: 0.78rem; opacity: 0.75; margin-top: 2px; }

  /* FOOTER */
  footer { background: var(--blue-deep); padding: 40px 5%; border-top: 1px solid rgba(255,255,255,0.08); }
  .footer-inner { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 30px; }
  .footer-logo { display: flex; align-items: center; flex-shrink: 0; }
  .footer-links { display: flex; gap: 60px; }
  .footer-col h4 { color: rgba(255,255,255,0.55); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 12px 0; }
  .footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
  .footer-col ul li a { color: rgba(255,255,255,0.65); font-size: 0.85rem; text-decoration: none; transition: color 0.2s; }
  .footer-col ul li a:hover { color: white; }
  .footer-copyright { text-align: right; color: rgba(255,255,255,0.35); font-size: 0.78rem; white-space: nowrap; }
  footer p { color: rgba(255,255,255,0.4); font-size: 0.82rem; }

  /* ── Tablet: nav hamburger menü (iPad vb. 769px-1250px) ── */
  @media (max-width: 1250px) {
    nav > div:first-child ul { display: none; }
    nav > div:last-child .nav-cta { display: none; }
    #hamburger { display: flex !important; }
    /* Hero başlığı tablet'te sarabilsin */
    .hero-title { white-space: normal; font-size: clamp(2rem, 5vw, 3rem); }
  }

  @media (max-width: 768px) {
    /* NAV */
    nav { padding: 14px 5%; }
    nav > div:first-child ul { display: none; }
    nav > div:last-child .nav-cta { display: none; }
    #hamburger { display: flex !important; }

    /* HERO */
    .hero { padding: 71px 5% 60px; min-height: 100vh; min-height: 100svh; justify-content: flex-start; }
    h1 { font-size: 2rem; }
    .hero-desc { font-size: 0.97rem; }
    .hero-title { position: relative; z-index: 1; font-size: clamp(1.5rem, 5.5vw, 2rem); white-space: normal; text-align: left; padding: 0; margin-bottom: 8px; top: auto; left: auto; right: auto; }
    .hero-tagline { position: relative; z-index: 1; font-size: 0.92rem; max-width: 100%; margin-top: auto; margin-bottom: 30px; bottom: auto; left: auto; }
    .hero-buttons { flex-direction: column; }
    .btn-primary, .btn-secondary { width: 100%; justify-content: center; }

    /* SECTIONS */
    section { padding: 60px 5%; }
    h2 { font-size: 1.6rem; }
    .section-desc { font-size: 0.95rem; }

    /* SERVICE CARDS */
    .services-grid { grid-template-columns: 1fr; gap: 20px; }
    .service-card { padding: 28px 22px; }
    .service-icon { height: 120px; }
    .service-icon img { width: 100px !important; height: 100px !important; }

    /* JOB CARD */
    .job-card { flex-direction: column; padding: 24px; }
    .job-action { align-items: flex-start; width: 100%; }
    .job-action .btn-card { width: 100%; justify-content: center; }

    /* CONTACT */
    .contact-grid { grid-template-columns: 1fr; gap: 36px; }
    .btn-contact { padding: 16px 20px; }

    /* FOOTER */
    .footer-inner { flex-direction: column; align-items: center; text-align: center; }
    .footer-links { gap: 36px; }
    .footer-copyright { text-align: center; white-space: normal; }
  }

  @media (max-width: 480px) {
    nav > div:last-child a[href*="instagram"],
    nav > div:last-child a[href*="wa.me"] { width: 34px; height: 34px; }
    .service-price { font-size: 1.2rem; }
    .job-title { font-size: 1.2rem; }
    .job-salary { font-size: 1.1rem; }
  }

  /* ── Mobil Erişilebilirlik: Küçük metin boyutları ── */
  @media (max-width: 768px) {
    /* Küçük etiket ve meta metinleri mobilede en az 0.85rem olsun */
    .job-tag, .section-label, .blog-tag, .post-tag,
    .filter-label, .meta, .blog-num,
    .job-type, .job-loc, .job-date { font-size: 0.85rem !important; }

    /* Hamburger butonu: 44×44px dokunma alanı (mobil standart) */
    #hamburger {
      padding: 11px !important;
      min-width: 44px;
      min-height: 44px;
      align-items: center;
      justify-content: center;
    }
  }

  /* ── Z-Index hiyerarşisi (temiz ve çakışmasız) ─────
     nav          : 100  (en üstte, her zaman görünür)
     mobile-menu  : 99   (nav'ın hemen altında)
     cookie-banner: 90   (içerik üzerinde ama menünün altında)
     modal-overlay: 1000 (tüm içeriklerin üstünde)
  ────────────────────────────────────────────────── */
  nav { z-index: 100; }
  #mobile-menu { z-index: 99; }
  .modal-overlay { z-index: 1000; }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
  .hero-content > * { animation: fadeUp 0.7s ease both; }
  .hero-content > *:nth-child(1) { animation-delay: 0.1s; }
  .hero-content > *:nth-child(2) { animation-delay: 0.2s; }
  .hero-content > *:nth-child(3) { animation-delay: 0.35s; }

  /* ── KVKK Modal ── */
  .modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(5, 18, 35, 0.82);
    backdrop-filter: blur(6px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  .modal-overlay.open { display: flex; }
  .modal-box {
    background: #fff;
    border-radius: 16px;
    max-width: 780px;
    width: 100%;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 32px 80px rgba(0,0,0,0.3);
    overflow: hidden;
  }
  .modal-header {
    background: var(--blue-deep);
    padding: 28px 36px 22px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
  }
  .modal-header .modal-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 0 0 6px;
  }
  .modal-header h2 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
  }
  .modal-close {
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
    margin-top: 2px;
  }
  .modal-close:hover { background: rgba(255,255,255,0.22); }
  .modal-warning {
    background: #FFF8E1;
    border-left: 4px solid #F59E0B;
    padding: 12px 20px;
    font-size: 0.8rem;
    color: #7C5E10;
    line-height: 1.5;
    flex-shrink: 0;
  }
  .modal-warning strong { display: block; margin-bottom: 2px; }
  .modal-body {
    padding: 30px 36px 36px;
    overflow-y: auto;
    font-family: 'DM Sans', sans-serif;
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.85;
  }
  .modal-lang-switcher {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border);
  }
  .lang-btn {
    padding: 8px 18px;
    border: none;
    background: none;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(0,0,0,0.4);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.2s, border-color 0.2s;
  }
  .lang-btn.active { color: var(--blue-deep); border-bottom-color: var(--blue-deep); }
  .modal-lang-content { display: none; }
  .modal-lang-content.active { display: block; }
  .modal-body h3 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--blue-deep);
    margin: 28px 0 8px;
  }
  .modal-body h3:first-child { margin-top: 0; }
  .modal-body ul { padding-left: 18px; margin: 8px 0 0; }
  .modal-body ul li { margin-bottom: 5px; }
  .modal-body a { color: var(--blue-accent); }
  .modal-body .meta { font-size: 0.78rem; color: rgba(0,0,0,0.4); margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--border); }

  /* ── Kampanya Banner ── */
  .kampanya-banner {
    background: linear-gradient(90deg, #0a2540, #1a4a7a);
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .kampanya-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .kampanya-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .kampanya-icon { font-size: 1.4rem; flex-shrink: 0; line-height: 1; }
  .kampanya-text {
    color: rgba(255,255,255,0.92);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
  }
  .kampanya-btn {
    background: var(--teal);
    color: white;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.15s;
  }
  .kampanya-btn:hover { background: #00a5bb; transform: scale(1.03); }
  @media (max-width: 600px) {
    .kampanya-banner { padding: 14px 16px; }
    .kampanya-inner { flex-wrap: wrap; gap: 10px; }
    .kampanya-left { flex: unset; width: 100%; justify-content: center; }
    .kampanya-icon { display: none; }
    .kampanya-text { font-size: 0.88rem; text-align: center; white-space: normal; }
    .kampanya-btn { width: 100%; text-align: center; display: block; }
  }


  .biz-kimiz-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .biz-kimiz-card {
    background: white;
    border-radius: 16px;
    padding: 32px 36px;
    border: 1px solid var(--border);
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  }
  .biz-kimiz-card p {
    font-size: 0.93rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 12px;
  }
  .biz-kimiz-card p:last-child { margin-bottom: 0; }
  .biz-kimiz-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
    gap: 12px;
  }
  .biz-kimiz-ig {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f9f0f7;
    border: 1px solid #f0d6ec;
    color: #C13584;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
  }
  .biz-kimiz-ig:hover { background: #f0d6ec; }
  .biz-kimiz-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--blue-deep);
    margin-bottom: 4px;
  }
  .biz-kimiz-role {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--blue-accent);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .leyla-text {
    text-align: center;
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 36px;
  }
  .biz-kimiz-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  #biz-kimiz { padding-bottom: 40px; }
  .biz-kimiz-photos img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 14px;
    display: block;
  }
  @media (max-width: 768px) {
    .biz-kimiz-grid { grid-template-columns: 1fr; gap: 24px; }
    .biz-kimiz-card { padding: 24px; }
    .biz-kimiz-photos { gap: 10px; }
  }
/* Performance and UX polish */
img {
  max-width: 100%;
  height: auto;
}

.kampanya-banner {
  position: sticky;
  top: 73px;
  z-index: 90;
  backdrop-filter: blur(10px);
}

.kampanya-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.kampanya-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: unset;
  width: 100%;
}

.kampanya-btn {
  white-space: nowrap;
}

.biz-kimiz-photos img,
.service-icon img,
.footer-logo img,
nav img {
  display: block;
}

.contact-actions .btn-contact,
.job-action .btn-card,
.hero-buttons a {
  min-height: 52px;
}

.modal-box {
  max-height: min(88vh, 920px);
}

.modal-body {
  overscroll-behavior: contain;
}

@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .job-action {
    width: 100%;
    align-items: stretch;
  }

  .job-action .btn-card {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .kampanya-banner {
    top: 65px;
  }

  .kampanya-inner,
  .kampanya-left,
  .footer-inner,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .kampanya-btn,
  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary,
  .contact-actions .btn-contact {
    width: 100%;
    justify-content: center;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card,
  .job-card {
    padding: 26px 22px;
  }

  .footer-links {
    gap: 24px;
  }

  .footer-copyright {
    text-align: left;
    white-space: normal;
  }

  .modal-box {
    width: min(94vw, 720px);
    border-radius: 20px;
  }
}