/*
Theme Name: Raca Teknoloji
Theme URI: https://racateknoloji.com
Author: Raca Teknoloji A.Ş.
Author URI: https://racateknoloji.com
Description: DİA Bulut ERP, HarmonyERP/HarmonyCloud ve SAP Business One çözüm ortağı Raca Teknoloji için özel kurumsal WordPress teması.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raca-teknoloji
*/

/* ==========================================================================
   Raca Teknoloji - Site Stylesheet
   DİA Yazılım görsel diline ilham alınarak hazırlanmıştır.
   ========================================================================== */

:root{
  --primary: #2f62ac;
  --primary-dark: #1f4683;
  --primary-light: #eaf1fb;
  --navy: #102a4c;
  --accent: #ff7a30;
  --accent-dark: #e8631c;
  --text: #2c3744;
  --text-light: #6b7785;
  --bg-light: #f4f7fb;
  --border: #e2e8f0;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(16, 42, 76, 0.08);
  --shadow-lg: 0 20px 50px rgba(16, 42, 76, 0.14);
  --container: 1180px;
  --transition: all .25s ease;
}

*{ box-sizing: border-box; margin:0; padding:0; }

html{ scroll-behavior: smooth; }

body{
  font-family: 'Segoe UI', 'Inter', Arial, sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img{ max-width:100%; display:block; }

a{ color: inherit; text-decoration:none; }

ul{ list-style:none; }

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

section{ padding: 80px 0; }

.section-tag{
  display:inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 12px;
}

.section-head{
  text-align:center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.section-head h2{
  font-size: 34px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
}

.section-head p{
  color: var(--text-light);
  font-size: 16px;
}

.bg-light{ background: var(--bg-light); }
.bg-navy{ background: var(--navy); color: var(--white); }
.bg-navy h2, .bg-navy .section-head p{ color: var(--white); }
.bg-navy .section-head p{ color: rgba(255,255,255,.75); }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor:pointer;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-primary{ background: var(--accent); color:#fff; }
.btn-primary:hover{ background: var(--accent-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline{ border-color: var(--white); color: var(--white); }
.btn-outline:hover{ background: var(--white); color: var(--primary); }
.btn-blue{ background: var(--primary); color:#fff; }
.btn-blue:hover{ background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-block{ width:100%; }

/* ---------- Topbar ---------- */
.topbar{
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: 13px;
}
.topbar .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:8px;
  padding-bottom:8px;
  flex-wrap: wrap;
  gap:8px;
}
.topbar a{ color: rgba(255,255,255,.85); }
.topbar a:hover{ color: var(--accent); }
.topbar-left, .topbar-right{ display:flex; gap:20px; align-items:center; flex-wrap:wrap; }
.topbar-right .partner-badges{ display:flex; gap:8px; }
.topbar-right .partner-badges span{
  background: rgba(255,255,255,.1);
  border-radius: 4px;
  padding: 2px 8px;
  font-weight:600;
  font-size:11px;
  letter-spacing:.5px;
}

/* ---------- Header / Nav ---------- */
.site-header{
  position: sticky;
  top:0;
  z-index: 999;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(16,42,76,.06);
}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 16px 0;
}
.logo{
  font-size: 24px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: .5px;
}
.logo span{ color: var(--accent); }
.logo-image{ display:flex; align-items:center; }
.logo-image a{ display:flex; align-items:center; }
.logo-image img{
  max-height: 56px;
  width: auto;
  display:block;
}

.main-nav{
  display:flex;
  gap: 32px;
  align-items:center;
}
.main-nav a{
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
  transition: var(--transition);
  padding: 8px 0;
  position:relative;
}
.main-nav a:hover, .main-nav a.active{ color: var(--primary); }
.main-nav a.active::after{
  content:'';
  position:absolute;
  bottom:-4px; left:0; right:0;
  height:3px;
  background: var(--accent);
  border-radius: 2px;
}

.nav-cta{ display:flex; align-items:center; gap:14px; }
.nav-toggle{ display:none; background:none; border:none; font-size:26px; color: var(--primary); cursor:pointer; }

@media (max-width: 960px){
  .main-nav{
    position:absolute;
    top:100%; left:0; right:0;
    background:#fff;
    flex-direction:column;
    align-items:flex-start;
    padding: 16px 24px;
    gap: 14px;
    box-shadow: var(--shadow);
    display:none;
  }
  .main-nav.open{ display:flex; }
  .nav-toggle{ display:block; }
  .nav-cta .btn-blue span.cta-text{ display:none; }
}

/* ---------- Hero ---------- */
.hero{
  background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
  padding: 90px 0;
}
.hero::after{
  content:'';
  position:absolute;
  right:-120px; top:-120px;
  width:480px; height:480px;
  background: radial-gradient(circle, rgba(255,122,48,.25) 0%, transparent 70%);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items:center;
  position:relative;
  z-index:1;
}
.hero h1{
  font-size: 46px;
  font-weight: 900;
  line-height:1.2;
  margin-bottom: 20px;
}
.hero h1 em{
  font-style:normal;
  color: var(--accent);
}
.hero p{
  font-size: 18px;
  color: rgba(255,255,255,.85);
  margin-bottom: 32px;
  max-width: 540px;
}
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom: 40px; }
.hero-stats{
  display:flex;
  gap: 36px;
  flex-wrap:wrap;
}
.hero-stats div strong{
  display:block;
  font-size: 30px;
  font-weight: 900;
  color: var(--accent);
}
.hero-stats div span{
  font-size: 13px;
  color: rgba(255,255,255,.7);
}
.hero-visual{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius);
  padding: 28px;
  backdrop-filter: blur(6px);
}
.hero-visual .partner-card{
  background: #fff;
  color: var(--text);
  border-radius: 10px;
  padding: 18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 14px;
  font-weight:800;
  box-shadow: var(--shadow);
}
.hero-visual .partner-card:last-child{ margin-bottom:0; }
.hero-visual .partner-card .tag{
  font-size:11px;
  font-weight:700;
  background: var(--primary-light);
  color: var(--primary);
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing:.5px;
}

@media (max-width: 900px){
  .hero-grid{ grid-template-columns: 1fr; }
  .hero h1{ font-size: 34px; }
}

/* ---------- Logo strip ---------- */
.logo-strip{
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
}
.logo-strip p{
  text-align:center;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  font-weight:700;
  color: var(--text-light);
  margin-bottom:24px;
}
.logo-strip-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 50px;
  flex-wrap:wrap;
}
.logo-strip-row .badge{
  font-weight:900;
  font-size:20px;
  color: var(--primary);
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 10px 24px;
}
.logo-strip-row .badge.harmony{ color: var(--navy); }
.logo-strip-row .badge.sap{ color: var(--accent); }

/* ---------- Cards grid ---------- */
.grid{
  display:grid;
  gap: 28px;
}
.grid-3{ grid-template-columns: repeat(3, 1fr); }
.grid-4{ grid-template-columns: repeat(4, 1fr); }
.grid-2{ grid-template-columns: repeat(2, 1fr); }

@media (max-width: 960px){
  .grid-3, .grid-4{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .grid-2, .grid-3, .grid-4{ grid-template-columns: 1fr; }
}

.card{
  background:#fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: var(--transition);
}
.card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.card .icon{
  width: 56px; height:56px;
  border-radius: 14px;
  background: var(--primary-light);
  color: var(--primary);
  display:flex; align-items:center; justify-content:center;
  font-size: 26px;
  font-weight:900;
  margin-bottom: 18px;
}
.card .icon.harmony{ background: rgba(16,42,76,.08); color: var(--navy); }
.card .icon.sap{ background: rgba(255,122,48,.12); color: var(--accent); }
.card h3{
  font-size:19px;
  font-weight:800;
  color: var(--navy);
  margin-bottom: 10px;
}
.card p{ color: var(--text-light); font-size:14.5px; margin-bottom: 14px; }
.card .link{ font-weight:700; color: var(--primary); font-size:14px; }
.card .link:hover{ color: var(--accent); }

/* ---------- Partner solution blocks ---------- */
.solution-block{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items:center;
  padding: 60px 0;
  border-bottom: 1px solid var(--border);
}
.solution-block:last-child{ border-bottom:none; }
.solution-block.reverse .solution-text{ order:2; }
.solution-block.reverse .solution-visual{ order:1; }

.solution-visual{
  background: var(--primary-light);
  border-radius: var(--radius);
  padding: 40px;
  min-height: 280px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.solution-visual .ph{
  font-size: 54px;
  font-weight: 900;
  color: var(--primary);
}
.solution-text .badge-tag{
  display:inline-block;
  background: var(--primary-light);
  color: var(--primary);
  font-weight:800;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  padding:6px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.solution-text h2{
  font-size: 28px;
  font-weight:800;
  color: var(--navy);
  margin-bottom: 14px;
}
.solution-text p{ color: var(--text-light); margin-bottom: 18px; }
.solution-text ul{ margin-bottom: 24px; }
.solution-text ul li{
  position:relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight:600;
  color: var(--text);
}
.solution-text ul li::before{
  content:'✓';
  position:absolute; left:0; top:0;
  color: var(--accent);
  font-weight:900;
}

@media (max-width: 900px){
  .solution-block, .solution-block.reverse{ grid-template-columns: 1fr; }
  .solution-block.reverse .solution-text{ order:1; }
  .solution-block.reverse .solution-visual{ order:2; }
}

/* ---------- Why us ---------- */
.why-list{ display:flex; flex-direction:column; gap:20px; }
.why-item{ display:flex; gap:18px; align-items:flex-start; }
.why-item .num{
  flex-shrink:0;
  width:46px; height:46px;
  border-radius: 12px;
  background: var(--accent);
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  font-size:18px;
}
.why-item h4{ font-size:17px; font-weight:800; color:var(--navy); margin-bottom:4px; }
.why-item p{ color: var(--text-light); font-size:14.5px; }

/* ---------- Testimonials ---------- */
.testi-card{
  background:#fff;
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  height:100%;
  display:flex;
  flex-direction:column;
}
.testi-card p.quote{
  font-size:15px;
  color: var(--text);
  font-style: italic;
  margin-bottom: 20px;
  flex:1;
}
.testi-card .author{ display:flex; align-items:center; gap:12px; }
.testi-card .avatar{
  width:46px; height:46px; border-radius:50%;
  background: var(--primary-light);
  color: var(--primary);
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
}
.testi-card .author strong{ display:block; font-size:14px; color: var(--navy); }
.testi-card .author span{ font-size:12.5px; color: var(--text-light); }

/* ---------- CTA band ---------- */
.cta-band{
  background: linear-gradient(120deg, var(--primary) 0%, var(--navy) 100%);
  color:#fff;
  border-radius: var(--radius);
  padding: 50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}
.cta-band h3{ font-size:26px; font-weight:800; margin-bottom:8px; }
.cta-band p{ color: rgba(255,255,255,.8); }
.cta-band .actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* ---------- Page header (inner pages) ---------- */
.page-header{
  background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%);
  color:#fff;
  padding: 60px 0;
  text-align:center;
}
.page-header h1{ font-size:38px; font-weight:900; margin-bottom:10px; }
.page-header .breadcrumb{ font-size:14px; color: rgba(255,255,255,.7); }
.page-header .breadcrumb a{ color: rgba(255,255,255,.9); font-weight:700; }
.page-header .breadcrumb a:hover{ color: var(--accent); }

/* ---------- About page ---------- */
.about-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:56px;
  align-items:center;
}
.about-visual{
  background: var(--primary-light);
  border-radius: var(--radius);
  padding: 50px;
  text-align:center;
}
.about-visual .ph{ font-size:60px; font-weight:900; color:var(--primary); }
.stat-grid{
  display:grid;
  grid-template-columns: repeat(5,1fr);
  gap:24px;
  text-align:center;
  margin-top: 50px;
}
.stat-grid .stat strong{
  display:block;
  font-size:36px;
  font-weight:900;
  color: var(--primary);
}
.stat-grid .stat span{ color: var(--text-light); font-size:14px; }

@media (max-width: 900px){
  .about-grid{ grid-template-columns:1fr; }
  .stat-grid{ grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 560px){
  .stat-grid{ grid-template-columns: repeat(2,1fr); }
}

.timeline{ display:flex; flex-direction:column; gap:0; margin-top:30px; }
.timeline-item{
  display:grid;
  grid-template-columns: 110px 1fr;
  gap:24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.timeline-item:last-child{ border-bottom:none; }
.timeline-item .year{ font-weight:900; color:var(--primary); font-size:26px; }
.timeline-item h4{ font-size:16px; font-weight:800; color:var(--navy); margin-bottom:4px; }
.timeline-item p{ color: var(--text-light); font-size:14.5px; }

/* ---------- Sectors ---------- */
.sector-pill-grid{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
}
.sector-pill{
  background: var(--white);
  border:1px solid var(--border);
  border-radius: 50px;
  padding: 12px 24px;
  font-weight:700;
  font-size:14px;
  color: var(--navy);
  transition: var(--transition);
}
.sector-pill:hover{ background: var(--primary); color:#fff; border-color:var(--primary); }

/* ---------- Forms ---------- */
.form-card{
  background:#fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
}
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; margin-bottom:18px; }
@media (max-width:640px){ .form-row{ grid-template-columns:1fr; } }
.form-group{ display:flex; flex-direction:column; gap:6px; margin-bottom:18px; }
.form-group label{ font-size:14px; font-weight:700; color: var(--navy); }
.form-group input, .form-group select, .form-group textarea{
  padding: 13px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: var(--transition);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
  outline:none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-light);
}
.form-group textarea{ resize: vertical; min-height: 120px; }
.form-note{ font-size:12.5px; color: var(--text-light); margin-top:10px; }

/* ---------- Contact info ---------- */
.contact-info-list{ display:flex; flex-direction:column; gap:24px; }
.contact-info-item{ display:flex; gap:16px; align-items:flex-start; }
.contact-info-item .icon{
  width:48px; height:48px; flex-shrink:0;
  border-radius:12px;
  background: var(--primary-light);
  color: var(--primary);
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  font-size:20px;
}
.contact-info-item h4{ font-size:15px; font-weight:800; color:var(--navy); margin-bottom:4px; }
.contact-info-item p, .contact-info-item a{ color: var(--text-light); font-size:14.5px; }
.map-frame{
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid var(--border);
  height: 320px;
}
.map-frame iframe{ width:100%; height:100%; border:0; }

/* ---------- Footer ---------- */
.site-footer{
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 64px 0 0;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-grid h4{ color:#fff; font-size:15px; font-weight:800; margin-bottom: 18px; }
.footer-grid p{ font-size: 14px; margin-bottom:14px; }
.footer-grid ul li{ margin-bottom:10px; }
.footer-grid ul a{ font-size:14px; transition: var(--transition); }
.footer-grid ul a:hover{ color: var(--accent); }
.footer-logo{ font-size:24px; font-weight:900; color:#fff; margin-bottom:14px; }
.footer-logo span{ color: var(--accent); }
.footer-logo-image img{ max-height:48px; width:auto; display:block; }
.footer-social{ display:flex; gap:10px; margin-top:16px; }
.footer-social a{
  width:38px; height:38px;
  border-radius:50%;
  background: rgba(255,255,255,.08);
  display:flex; align-items:center; justify-content:center;
  font-weight:700;
  transition: var(--transition);
}
.footer-social a:hover{ background: var(--accent); color:#fff; }
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-size:13px;
}
.footer-bottom a:hover{ color: var(--accent); }
.footer-bottom-links{ display:flex; gap:20px; }

@media (max-width: 900px){
  .footer-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px){
  .footer-grid{ grid-template-columns: 1fr; }
  .hero-stats{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:24px 16px;
  }
  .hero-visual .partner-card{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .topbar-right{ display:none; }
  section{ padding: 56px 0; }
  .cta-band{ padding:30px; flex-direction:column; text-align:center; }
}

/* ---------- WhatsApp float ---------- */
.float-whatsapp{
  position: fixed;
  bottom: 24px; right: 24px;
  width: 58px; height:58px;
  border-radius:50%;
  background: #25D366;
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:28px;
  box-shadow: var(--shadow-lg);
  z-index: 998;
  transition: var(--transition);
}
.float-whatsapp:hover{ transform: scale(1.08); }

/* ==========================================================================
   v9 Additions: Kurumsal Dropdown, Language Toggle, Team Cards, HBYS
   ========================================================================== */

/* ---------- Language toggle (TR/EN) ---------- */
.lang-en { display: none !important; }
body.lang-active-en .lang-tr { display: none !important; }
body.lang-active-en .lang-en { display: inline !important; }
/* block-level lang wrappers */
.lang-tr-block { display: block; }
.lang-en-block { display: none; }
body.lang-active-en .lang-tr-block { display: none; }
body.lang-active-en .lang-en-block { display: block; }

.lang-toggle {
  background: none;
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 1px;
}
.lang-toggle:hover {
  background: var(--primary);
  color: #fff;
}

/* ---------- Nav Dropdown (Kurumsal) ---------- */
.nav-dropdown {
  position: relative;
}
.dropdown-trigger {
  background: none;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: var(--transition);
}
.dropdown-trigger:hover,
.nav-dropdown.open .dropdown-trigger {
  color: var(--primary);
}
.dropdown-arrow {
  font-size: 12px;
  transition: transform .2s ease;
  display: inline-block;
}
.nav-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}
.nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  min-width: 200px;
  z-index: 1000;
  overflow: hidden;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown.open .dropdown-menu {
  display: block;
}
.nav-dropdown .dropdown-menu a {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.nav-dropdown .dropdown-menu a:last-child { border-bottom: none; }
.nav-dropdown .dropdown-menu a:hover {
  background: var(--primary-light);
  color: var(--primary);
}
.nav-dropdown.active-parent .dropdown-trigger {
  color: var(--primary);
}

/* Mobile dropdown inside open nav */
@media (max-width: 960px) {
  .nav-dropdown {
    width: 100%;
  }
  .dropdown-trigger {
    width: 100%;
    justify-content: space-between;
  }
  .nav-dropdown .dropdown-menu {
    position: static;
    transform: none;
    left: auto;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-left: 3px solid var(--primary-light);
    margin-left: 12px;
    background: var(--bg-light);
    display: none;
  }
  .nav-dropdown.open .dropdown-menu {
    display: block;
  }
  .nav-dropdown .dropdown-menu a {
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* ---------- Team Grid & Cards ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 960px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

.team-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.team-card .team-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  color: var(--primary);
}
.team-card .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}
.team-card .position {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 14px;
}
.team-card .dept-tag {
  display: inline-block;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.team-card .linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0a66c2;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  transition: var(--transition);
}
.team-card .linkedin-btn:hover {
  background: #004182;
  transform: translateY(-1px);
}

/* Department section heading */
.dept-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  margin-top: 48px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--primary-light);
}
.dept-heading h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
}
.dept-heading .dept-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

/* ---------- Values grid (HR & Ekibimiz pages) ---------- */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .values-grid { grid-template-columns: 1fr; }
}
.value-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 24px;
  transition: var(--transition);
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.value-card .v-icon {
  font-size: 32px;
  margin-bottom: 14px;
}
.value-card h4 {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
}
.value-card p {
  color: var(--text-light);
  font-size: 14.5px;
}

/* ---------- Why-grid (used in multiple inner pages) ---------- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; gap: 36px; }
}
.why-visual {
  background: var(--primary-light);
  border-radius: var(--radius);
  padding: 40px 36px;
}
.stat-big {
  font-size: 52px;
  font-weight: 900;
  color: var(--primary);
}
.why-visual hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 20px 0;
}

/* ---------- Feature blocks (Çözümler / HBYS service list) ---------- */
.feature-blocks { display: flex; flex-direction: column; gap: 0; }
.feature-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.feature-block:last-child { border-bottom: none; }
.fb-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: var(--primary-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-block h4 {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.feature-block p {
  color: var(--text-light);
  font-size: 14.5px;
  margin: 0;
}

/* ---------- HBYS module grid ---------- */
.hbys-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
@media (max-width: 900px) {
  .hbys-module-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hbys-module-grid { grid-template-columns: 1fr; }
}
.hbys-module {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: var(--transition);
}
.hbys-module:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}
.hbys-module .m-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.hbys-module h4 {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 3px;
}
.hbys-module p {
  font-size: 13px;
  color: var(--text-light);
  margin: 0;
}

/* Sağlık section separator */
.section-divider {
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 0;
}
.section-divider-label {
  display: inline-block;
  background: linear-gradient(90deg, var(--primary) 0%, var(--navy) 100%);
  color: #fff;
  padding: 10px 32px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ---------- Page header subtitle ---------- */
.page-header .subtitle {
  font-size: 17px;
  color: rgba(255,255,255,.8);
  margin-top: 10px;
  margin-bottom: 0;
}
