/* ===================================================
   S.S VIP Develi Tasima Koop – Kurumsal Tasarim
   =================================================== */

:root {
  --navy:        #0b1f3a;
  --navy-deep:   #071529;
  --navy-mid:    #122848;
  --accent:      #c9a84c;
  --accent-dark: #a8852f;
  --white:       #ffffff;
  --off-white:   #f4f6f9;
  --ink:         #1a2840;
  --muted:       #566678;
  --line:        #d0d9e6;
  --radius:      4px;
  --transition:  0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--accent); color: var(--navy-deep);
  padding: 10px 18px; font-weight: 700; z-index: 9999;
}
.skip-link:focus { left: 10px; top: 10px; }

/* ===================== UTILITIES ===================== */
.mb-0 { margin-bottom: 0 !important; }
.color-white { color: var(--white) !important; }

/* Section başlık yardımcıları */
.section-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.section-heading-center {
  text-align: center;
  margin-bottom: 52px;
}

.section-heading-center h2 { margin-top: 4px; }

.section-intro {
  max-width: 680px;
  margin-bottom: 56px;
}

.section-intro-desc {
  color: var(--muted);
  margin-top: 12px;
}

/* section-label ortalanmış (pseudo before gizle) */
.section-label--center {
  display: inline-flex !important;
  padding-left: 0 !important;
}
.section-label--center::before { display: none; }

/* ===================== TYPOGRAPHY ===================== */
h1, h2, h3, h4 {
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  line-height: 1.2;
  color: var(--navy);
  font-weight: 700;
}

h1 { font-size: clamp(2rem, 4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
h4 { font-size: 1.05rem; }

.section-label {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}
.section-label::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 18px; height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
}

/* ===================== LAYOUT ===================== */
.container {
  width: min(1160px, 92%);
  margin-inline: auto;
}

.section { padding: 96px 0; }
.section--dark { background: var(--navy); color: var(--white); }
.section--dark h2 { color: var(--white); }
.section--dark .section-label { color: var(--accent); }
.section--light { background: var(--off-white); }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  padding: 14px 30px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--transition), color var(--transition),
              border-color var(--transition), transform var(--transition),
              box-shadow var(--transition);
}

.btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.btn-gold {
  background: var(--accent);
  color: var(--navy-deep);
  border-color: var(--accent);
}
.btn-gold:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
  transform: translateY(-1px);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
}

.btn-outline-navy {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

/* ===================== HEADER ===================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 900;
  background: var(--navy-deep);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: box-shadow var(--transition), background var(--transition);
}

.site-header.is-scrolled {
  background: rgba(7, 21, 41, 0.97);
  box-shadow: 0 6px 28px rgba(0,0,0,0.35);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 24px;
}

.brand {
  display: flex; align-items: center; gap: 12px;
}
.brand-mark {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--accent);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.brand-mark span {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--navy-deep);
  letter-spacing: 0.05em;
}
.brand-name {
  display: flex; flex-direction: column;
}
.brand-name strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.04em;
}
.brand-name small {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.06em;
}

.site-nav {
  display: flex; align-items: center; gap: 4px;
}
.site-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  padding: 8px 12px;
  border-radius: var(--radius);
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a.active { color: var(--white); background: rgba(255,255,255,0.08); }
.site-nav a:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}

.nav-cta {
  background: var(--accent) !important;
  color: var(--navy-deep) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  padding: 10px 18px !important;
  margin-left: 8px;
}
.nav-cta:hover { background: var(--accent-dark) !important; }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}
.menu-toggle span {
  display: block; width: 20px; height: 2px;
  background: var(--white);
  transition: transform var(--transition), opacity var(--transition);
}

/* ===================== HERO ===================== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 60%, #1a3a6b 100%);
  position: relative;
  display: flex; align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(201,168,76,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(255,255,255,0.03) 0%, transparent 60%);
  pointer-events: none;
}

.hero-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  padding: 80px 0;
}

.hero-tagline {
  margin-bottom: 20px;
}

.hero-title {
  color: var(--white);
  margin-bottom: 20px;
}

.hero-title em {
  font-style: normal;
  color: var(--accent);
}

.hero-desc {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  max-width: 52ch;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex; gap: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.hero-stat strong {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.hero-stat span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
  display: block;
}

/* Hero panel sağ */
.hero-panel {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 36px;
  backdrop-filter: blur(6px);
}

.hero-panel h3 {
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.route-display {
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 24px;
}

.route-city {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.04em;
}

.route-arrow {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px;
  margin: 12px 0;
}

.route-arrow::before, .route-arrow::after {
  content: ""; width: 1px; height: 20px;
  background: rgba(255,255,255,0.25);
}

.route-arrow-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--accent);
  display: grid; place-items: center;
  color: var(--navy-deep);
  font-size: 1rem;
}

.panel-details {
  list-style: none;
}

.panel-details li {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.panel-details li:last-child { border: none; }

.panel-details li::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* ===================== INTRO BAND ===================== */
.intro-band {
  background: var(--accent);
  padding: 20px 0;
}

.intro-band-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}

.intro-band p {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: var(--navy-deep);
  font-size: 1rem;
}

/* ===================== ABOUT TEASER ===================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-img-block {
  background: var(--navy);
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: grid; place-items: center;
}

.about-img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--navy-mid) 0%, #1e4080 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px;
}

.about-img-placeholder .big-icon {
  font-size: 5rem;
  opacity: 0.25;
}

.about-img-placeholder p {
  color: rgba(255,255,255,0.3);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.about-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  width: 110px; height: 110px;
  background: var(--accent);
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2px;
  box-shadow: 0 12px 32px rgba(201,168,76,0.4);
}

.about-badge strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--navy-deep);
  line-height: 1;
}

.about-badge span {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--navy-deep);
  text-align: center;
  line-height: 1.2;
}

.about-copy h2 { margin-bottom: 16px; }
.about-copy > p {
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 52ch;
}

.about-values {
  list-style: none;
  display: flex; flex-direction: column; gap: 16px;
  margin-bottom: 36px;
}

.about-values li {
  display: flex; align-items: flex-start; gap: 14px;
}

.value-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(11,31,58,0.06);
  border-radius: 6px;
  display: grid; place-items: center;
  font-size: 1.1rem;
  color: var(--navy);
}

.value-text strong { display: block; font-weight: 700; margin-bottom: 2px; }
.value-text p { margin: 0; color: var(--muted); font-size: 0.9rem; }

/* ===================== SERVICES ===================== */
.services-list {
  display: flex; flex-direction: column; gap: 0;
}

.service-row {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 32px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.service-row:last-child { border-bottom: none; }

.service-num {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: rgba(11,31,58,0.07);
  line-height: 1;
}

.service-row h3 { margin-bottom: 4px; }
.service-row p { color: var(--muted); margin: 0; }

/* ===================== MISSION / VISION TEASER ===================== */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.mv-block {
  padding: 64px 56px;
  background: var(--navy);
}

.mv-block:first-child {
  border-right: 1px solid rgba(255,255,255,0.07);
}

.mv-block .section-label { margin-bottom: 16px; }

.mv-block h3 {
  color: var(--white);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin-bottom: 16px;
}

.mv-block p { color: rgba(255,255,255,0.6); max-width: 46ch; }

/* ===================== WHY US ===================== */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.why-item {
  background: var(--white);
  padding: 40px 36px;
}

.why-item-num {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 12px;
}

.why-item h4 { margin-bottom: 8px; font-size: 1.1rem; }
.why-item p { color: var(--muted); margin: 0; font-size: 0.93rem; }

/* ===================== CTA BAND ===================== */
.cta-band {
  background: var(--navy);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 80% 50%, rgba(201,168,76,0.1) 0%, transparent 60%);
  pointer-events: none;
}

.cta-band-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}

.cta-band h2 { color: var(--white); margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,0.6); max-width: 50ch; }

.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ===================== CONTACT ===================== */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  align-items: start;
}

.contact-info h2 { margin-bottom: 12px; }
.contact-info > p { color: var(--muted); margin-bottom: 36px; }

.contact-items {
  display: flex; flex-direction: column; gap: 0;
}

.contact-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.contact-item:last-child { border-bottom: none; }

.contact-item-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--navy);
  border-radius: 6px;
  display: grid; place-items: center;
  font-size: 1.1rem;
  color: var(--accent);
}

.contact-item strong { display: block; font-weight: 700; margin-bottom: 2px; }
.contact-item a { color: var(--accent); }
.contact-item a:hover { text-decoration: underline; }
.contact-item p { margin: 0; color: var(--muted); font-size: 0.93rem; }

.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.map-wrap {
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ===================== FOOTER ===================== */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.55);
}

.footer-main {
  padding: 60px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
}

.footer-brand .brand-name strong { color: var(--white); font-size: 1rem; }
.footer-brand .brand-name small { color: rgba(255,255,255,0.4); }
.footer-brand p {
  margin-top: 16px;
  font-size: 0.88rem;
  line-height: 1.7;
  max-width: 34ch;
}

.footer-col h5 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a {
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  transition: color var(--transition);
}
.footer-col ul a:hover { color: var(--white); }
.footer-col address { font-style: normal; font-size: 0.88rem; line-height: 1.8; }

.footer-bottom {
  padding: 20px 0;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  font-size: 0.83rem;
}

.footer-bottom a { color: rgba(255,255,255,0.45); }
.footer-bottom a:hover { color: var(--white); }

/* ============== PAGE INNER HEADER ============== */
.page-header {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 100%);
  padding: 140px 0 72px;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.page-header-inner { position: relative; z-index: 1; }

.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}

.breadcrumb a { color: rgba(255,255,255,0.5); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: rgba(255,255,255,0.25); }

.page-header h1 { color: var(--white); margin-bottom: 8px; }
.page-header p { color: rgba(255,255,255,0.55); max-width: 55ch; }

/* ============== MISSION / VISION PAGE ============== */
.mv-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}

.mv-intro p { color: var(--muted); }

.mv-page-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--navy-deep);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 80px;
}

.mv-page-block {
  padding: 56px 48px;
  background: var(--navy);
}

.mv-page-block .section-label { margin-bottom: 14px; }
.mv-page-block h2 { color: var(--white); margin-bottom: 16px; }
.mv-page-block p { color: rgba(255,255,255,0.6); }

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.principle-item {
  padding: 36px 32px;
  background: var(--white);
}

.principle-item strong { display: block; font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.principle-item p { color: var(--muted); font-size: 0.9rem; margin: 0; }

/* ============== SERVICES PAGE ============== */
.services-detail {
  display: flex; flex-direction: column; gap: 0;
}

.service-detail-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 28px;
  align-items: start;
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}

.service-detail-row:last-child { border: none; }

.sdr-num {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: rgba(11,31,58,0.06);
  line-height: 1;
  padding-top: 4px;
}

.sdr-body h3 { margin-bottom: 8px; }
.sdr-body p { color: var(--muted); max-width: 58ch; margin: 0; }

.sdr-tag {
  background: rgba(201,168,76,0.12);
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
  align-self: flex-start;
  margin-top: 4px;
}

/* ============== INFO BAND (iletişim sayfası alt band) ============== */
.info-band {
  background: var(--off-white);
  padding: 56px 0;
  border-top: 1px solid var(--line);
}

.info-band-inner {
  text-align: center;
}

.info-band-inner h2 {
  margin: 8px 0 16px;
}

.info-band-inner > p {
  color: var(--muted);
  max-width: 52ch;
  margin: 0 auto 28px;
}

/* ============== ROUTE DIAGRAM (hizmetler sayfası) ============== */
.route-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.route-diagram-label {
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.route-diagram-name {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
}

.route-diagram-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.route-diagram-line {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.2);
}

.route-diagram-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  color: var(--navy-deep);
}

.route-diagram-km {
  color: rgba(255,255,255,0.4);
  font-size: 0.78rem;
}

/* ============== CONTACT PAGE ============== */
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}

.contact-page-info h2 { margin-bottom: 12px; }
.contact-page-info > p { color: var(--muted); margin-bottom: 40px; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; max-width: 100%; }
  .hero-panel { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-visual { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .mv-intro { grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; }
  .contact-page-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-wrapper { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  /* Genel */
  html, body { overflow-x: hidden; }
  .section { padding: 52px 0; }

  /* Header – fixed olduğu için nav fixed pozisyonda kalmalı */
  .menu-toggle { display: flex; }

  .site-nav {
    position: fixed;
    left: 0; right: 0; top: 80px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: var(--navy-deep);
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 20px;
    z-index: 899;
  }
  .site-nav.open { display: flex; }
  .site-nav a {
    padding: 15px 6%;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 1rem;
  }
  .nav-cta {
    margin: 14px 6% 0 !important;
    border-radius: var(--radius) !important;
    text-align: center;
    padding: 14px !important;
  }

  /* Marka adı uzun metni küçült */
  .brand-name strong { font-size: 0.82rem; }
  .brand-name small  { font-size: 0.62rem; }

  /* Hero */
  .hero { min-height: auto; padding-top: 80px; }
  .hero-inner { padding: 52px 0 44px; }
  .hero-title  { font-size: clamp(1.7rem, 6vw, 2.2rem); }
  .hero-desc   { font-size: 0.95rem; }
  .hero-stats  { gap: 20px; flex-wrap: wrap; padding-top: 24px; }
  .hero-stat strong { font-size: 1.5rem; }
  .hero-stat span   { font-size: 0.75rem; }

  /* Intro band */
  .intro-band-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .intro-band-inner .btn { width: 100%; text-align: center; }

  /* Hakkımızda */
  .about-copy > p { max-width: 100%; }

  /* Misyon/Vizyon blokları */
  .mv-grid { grid-template-columns: 1fr; }
  .mv-block { padding: 40px 24px; }
  .mv-page-blocks { grid-template-columns: 1fr; margin-bottom: 40px; }
  .mv-page-block { padding: 40px 24px; }
  .mv-intro { margin-bottom: 0; }

  /* Neden biz */
  .why-grid { grid-template-columns: 1fr; }
  .why-item { padding: 28px 24px; }

  /* Hizmetler satırı */
  .service-row { grid-template-columns: 1fr; gap: 8px; }
  .service-num { display: none; }
  .service-detail-row { grid-template-columns: 1fr; gap: 12px; padding: 32px 0; }
  .sdr-num { display: none; }
  .sdr-tag { white-space: normal; display: inline-block; }

  /* Temel ilkeler */
  .principles { grid-template-columns: 1fr; }
  .principle-item { padding: 24px 20px; }

  /* CTA band */
  .cta-band { padding: 56px 0; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; }

  /* İletişim */
  .map-wrap { height: 280px; }
  .contact-items { gap: 0; }

  /* Footer */
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }

  /* Sayfa başlığı */
  .page-header { padding: 110px 0 48px; }

  /* Section label */
  .section-label { padding-left: 26px; }

  /* Section üst satırı: başlık + buton dikey düzen */
  .section-top-row { flex-direction: column; align-items: flex-start; margin-bottom: 32px; }
  .section-top-row .btn { align-self: flex-start; }

  /* Hizmetler sayfası route diagram */
  .route-diagram {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 320px;
  }
  .route-diagram-mid { flex-direction: row; }
  .route-diagram-line { width: 32px; height: 1px; }
  .route-diagram-name { font-size: 1.25rem; }
}

@media (max-width: 480px) {
  .container { width: 94%; }

  /* Butonlar tam genişlik */
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn { text-align: center; width: 100%; }
  .cta-band-actions { flex-direction: column; width: 100%; }
  .cta-band-actions .btn { text-align: center; width: 100%; }
  .contact-actions { flex-direction: column; }
  .contact-actions .btn { text-align: center; width: 100%; }

  /* Hizmetler sayfası hat gösterimi */
  .service-page-route { grid-template-columns: 1fr !important; text-align: center; }

  /* Küçük başlık boyutu */
  h1 { font-size: clamp(1.5rem, 7vw, 2rem); }
  h2 { font-size: clamp(1.25rem, 5vw, 1.7rem); }

  /* Küçük ekranda hero istatistikleri dikey */
  .hero-stats { flex-direction: column; gap: 16px; }

  .mv-block,
  .mv-page-block { padding: 32px 18px; }
  .why-item { padding: 24px 18px; }
  .principle-item { padding: 20px 18px; }

  /* Footer brand satırı taşmasın */
  .brand-name strong { font-size: 0.78rem; }
  .footer-bottom { font-size: 0.78rem; }
}
