:root {
  --navy: #27292f;
  --brand-strong: #86ab28;
  --accent: #a7cf3a;
  --accent-dark: #86ab28;
  --accent-muted: #e8f0d8;
  --soft: #f0f3eb;
  --surface: #ffffff;
  --ink: #2f3136;
  --white: #ffffff;
  --line: rgba(39, 41, 47, 0.1);
  --line-strong: rgba(39, 41, 47, 0.14);
  --accent-line: rgba(134, 171, 40, 0.35);
  --shadow: 0 4px 24px rgba(39, 41, 47, 0.06);
  --shadow-sm: 0 1px 2px rgba(39, 41, 47, 0.04);
  --shadow-md: 0 8px 32px rgba(39, 41, 47, 0.08);
  --shadow-accent: 0 4px 20px rgba(134, 171, 40, 0.22);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 18px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
}

body.site-body--light {
  background: linear-gradient(180deg, #f7f8f5 0%, #f3f5ef 50%, #f0f2eb 100%);
}

h1,
h2,
h3,
.section-subtitle {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.btn {
  border-radius: var(--radius-sm);
  padding: 0.75rem 1.35rem;
  font-weight: 600;
}

.btn-accent {
  color: var(--navy);
  background: var(--accent);
  border: 1px solid transparent;
  box-shadow: var(--shadow-accent);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-accent:hover,
.btn-accent:focus {
  color: var(--white);
  background: var(--navy);
  border-color: transparent;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.btn-outline-primary {
  color: var(--navy);
  border: 1px solid rgba(39, 41, 47, 0.2);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: var(--white);
  background: var(--navy);
}

.btn-outline-accent {
  color: var(--navy);
  border: 1px solid var(--line-strong);
  background: var(--surface);
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn-outline-accent:hover,
.btn-outline-accent:focus {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible;
}

.site-header .navbar {
  position: relative;
  overflow: visible;
}

.site-header .navbar .container {
  overflow: visible;
}

@media (min-width: 992px) {
  .site-header .navbar-collapse {
    overflow: visible;
  }

  .site-header .navbar-nav {
    overflow: visible;
  }

  /* Mega panel tam genişlikte üstteyken diğer menü linklerinin üstünü kapatmasın */
  .site-header .navbar-nav > .nav-item {
    position: relative;
    z-index: 2;
  }

  .site-header .navbar-nav > .nav-item.dropdown-mega:hover,
  .site-header .navbar-nav > .nav-item.dropdown-mega:focus-within {
    z-index: 1035;
  }
}

.site-header--light {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 24px rgba(39, 41, 47, 0.04);
}

.navbar {
  padding: 1rem 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(47, 49, 54, 0.82);
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--accent-dark);
}

.nav-link-stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.45rem 0.55rem;
  line-height: 1.15;
  text-align: left;
}

.nav-link-stacked.nav-mega-label {
  cursor: default;
}

.nav-link__title {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.nav-link__subtitle {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(47, 49, 54, 0.52);
  max-width: 11rem;
  line-height: 1.25;
}

.navbar-light .nav-link-stacked:hover .nav-link__title,
.navbar-light .nav-link-stacked:focus .nav-link__title {
  color: var(--accent-dark);
}

.navbar-light .nav-link-stacked:hover .nav-link__subtitle,
.navbar-light .nav-link-stacked:focus .nav-link__subtitle {
  color: var(--accent-dark);
  opacity: 1;
}

.nav-link-stacked__main {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
}

.nav-link-stacked__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
}

.nav-link-stacked__caret {
  font-size: 0.65rem;
  margin-top: 0.2rem;
  opacity: 0.55;
  flex-shrink: 0;
}

.dropdown-mega:hover .nav-link-stacked__caret,
.dropdown-mega:focus-within .nav-link-stacked__caret {
  opacity: 0.85;
  color: var(--accent-dark);
}

.navbar-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--line);
}

@media (min-width: 992px) {
  .navbar-cta-group {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    justify-content: flex-end;
    flex-shrink: 0;
  }

  #siteNav {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem 0.75rem;
  }

  #siteNav .navbar-nav {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.navbar-cta-group .btn-nav-phone,
.navbar-cta-group .btn-nav-remote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: var(--radius-sm);
  box-sizing: border-box;
}

.btn-nav-phone {
  gap: 0.5rem;
  font-weight: 700;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  box-shadow: var(--shadow-sm);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.btn-nav-phone:hover,
.btn-nav-phone:focus {
  color: var(--white);
  background: #1a1c21;
  border-color: #1a1c21;
  box-shadow: var(--shadow-sm);
  transform: none;
}

.btn-nav-remote {
  gap: 0.5rem;
  font-weight: 700;
  color: var(--navy);
  background: var(--accent);
  border: 1px solid rgba(134, 171, 40, 0.45);
  box-shadow: var(--shadow-accent);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.btn-nav-remote .bi {
  font-size: 1.05rem;
  flex-shrink: 0;
}

.btn-nav-remote:hover,
.btn-nav-remote:focus {
  color: var(--navy);
  background: #b8d94a;
  border-color: var(--brand-strong);
  box-shadow: 0 4px 18px rgba(134, 171, 40, 0.28);
}

.nav-mega-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: default;
  user-select: none;
  padding: var(--bs-nav-link-padding-y, 0.5rem) var(--bs-nav-link-padding-x, 0.5rem);
}

.nav-mega-label.nav-link-stacked--mega {
  padding: 0.45rem 0.55rem;
}

.nav-mega-label::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  margin-left: 0.2rem;
  margin-top: -0.15rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.65;
}

.nav-link-stacked--mega.nav-mega-label::after {
  display: none;
}

@media (min-width: 992px) {
  /* inline-flex, alt satırda hit alanı / hover kaybı; iki satır tek flex sütunu */
  .dropdown-mega > .nav-mega-label.nav-link-stacked {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: 3;
  }

  .dropdown-mega > .nav-mega-label.nav-link-stacked .nav-link-stacked__main {
    width: 100%;
    align-items: flex-start;
  }

  .dropdown-mega > .nav-mega-label.nav-link-stacked .nav-link-stacked__text {
    position: relative;
    z-index: 1;
    pointer-events: auto;
  }

  /* Etiket–panel arası boşlukta :hover düşmesin (menü kapanmasın) */
  .dropdown-mega > .nav-mega-label.nav-link-stacked::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1.75rem;
    pointer-events: auto;
  }
}

.navbar-light .nav-mega-label {
  color: rgba(47, 49, 54, 0.82);
  font-weight: 500;
}

.navbar-light .dropdown-mega:hover > .nav-mega-label,
.navbar-light .dropdown-mega:focus-within > .nav-mega-label {
  color: var(--accent-dark);
}

.navbar-light .dropdown-mega:hover > .nav-mega-label .nav-link__title,
.navbar-light .dropdown-mega:focus-within > .nav-mega-label .nav-link__title {
  color: var(--accent-dark);
}

.navbar-light .dropdown-mega:hover > .nav-mega-label .nav-link__subtitle,
.navbar-light .dropdown-mega:focus-within > .nav-mega-label .nav-link__subtitle {
  color: var(--accent-dark);
  opacity: 1;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
}

.brand-mark:hover,
.brand-mark:focus {
  color: var(--navy);
}

.brand-logo {
  display: block;
  height: 3rem;
  width: auto;
}

.brand-logo--footer {
  height: 3.25rem;
}

/* Mega menü — yalnızca hover / focus-within; panel navbar (sticky) ile kayar */
.mega-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 1px solid rgba(167, 207, 58, 0.2);
  box-shadow: var(--shadow-md);
}

@media (min-width: 992px) {
  /* Panel navbar satırının altında başlar; negatif margin + geniş ::before diğer linklerin hover'ını bozuyordu */
  .mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    margin-top: 0;
    padding-top: 0.65rem;
    z-index: 1025;
    display: none;
    visibility: hidden;
    pointer-events: none;
  }

  .dropdown-mega:hover > .mega-menu,
  .dropdown-mega:focus-within > .mega-menu {
    display: block !important;
    visibility: visible;
    pointer-events: auto;
  }
}

.mega-menu__kicker {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.mega-menu__tile {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: inherit;
  text-decoration: none;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.mega-menu__tile:hover,
.mega-menu__tile:focus {
  border-color: rgba(134, 171, 40, 0.35);
  background: var(--accent-muted);
  box-shadow: var(--shadow-sm);
  color: inherit;
}

.mega-menu__tile-icon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius-sm);
  font-size: 1.15rem;
  color: var(--navy);
  background: linear-gradient(145deg, #c5e06a 0%, var(--accent) 100%);
  box-shadow: 0 2px 8px rgba(134, 171, 40, 0.22);
}

.mega-menu__tile-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.mega-menu__tile-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--navy);
  line-height: 1.25;
}

.mega-menu__tile-desc {
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(47, 49, 54, 0.65);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mega-menu-services-layout {
  align-items: stretch;
}

.mega-menu__kicker--services {
  margin-bottom: 0.75rem;
}

.mega-menu__promo {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--accent-line);
  background: linear-gradient(155deg, rgba(232, 240, 216, 0.95) 0%, rgba(197, 224, 106, 0.35) 100%);
  box-shadow: var(--shadow-sm);
}

.mega-menu__promo-media {
  margin: 0;
  flex-shrink: 0;
  overflow: hidden;
  height: 6.5rem;
  border-bottom: 1px solid var(--accent-line);
  background: var(--navy);
}

.mega-menu__promo-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.mega-menu__promo-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.15rem 1.25rem 1.25rem;
  min-height: 0;
}

.mega-menu__promo-kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 0.5rem;
}

.mega-menu__promo-title {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
}

.mega-menu__promo-text {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(47, 49, 54, 0.72);
}

.mega-menu__promo-body > .btn {
  margin-top: auto;
  align-self: flex-start;
}

.mega-menu__footer {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.mega-menu__all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--navy);
}

.mega-menu__all-link:hover,
.mega-menu__all-link:focus {
  color: var(--accent-dark);
}

.mega-menu__all-link .bi {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.mega-menu__all-link:hover .bi,
.mega-menu__all-link:focus .bi {
  transform: translateX(3px);
}

.mega-menu__sector {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  color: inherit;
  text-decoration: none;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.mega-menu__sector:hover,
.mega-menu__sector:focus {
  border-color: rgba(134, 171, 40, 0.35);
  background: var(--accent-muted);
  box-shadow: var(--shadow-sm);
  color: inherit;
}

.mega-menu__sector-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}

.mega-menu__sector-desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(47, 49, 54, 0.68);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .mega-menu {
    position: static;
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 100%;
    margin-top: 0.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
  }

  .mega-menu .container {
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu__promo {
    min-height: 0;
  }

  .nav-mega-label::after {
    display: none;
  }
}

.hero-section,
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #ffffff 0%, #fafbf8 55%, #f4f7f0 100%);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.hero-section .container,
.page-hero .container {
  position: relative;
  z-index: 1;
}

.hero-section {
  padding: 7rem 0 5rem;
}

.page-hero {
  padding: 5rem 0 3rem;
}

.page-hero--compact {
  padding-bottom: 2.5rem;
}

/* Microsoft çözümleri: ilk içerik bölümünde metin + görsel (hero’da görsel yok) */
.content-section.microsoft-solution-section--with-visual {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.microsoft-solution-section--with-visual .microsoft-solution-visual {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--surface);
}

@media (min-width: 992px) {
  .microsoft-solution-section--with-visual .microsoft-solution-visual {
    position: sticky;
    top: 6rem;
  }
}

.microsoft-solution-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center center;
}

/* Kendi bulut altyapısı sayfası */
.cloud-infra-hero-figure {
  margin-bottom: 0;
}

.cloud-tech-pillar {
  height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.cloud-tech-pillar__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.cloud-tech-pillar__text {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(47, 49, 54, 0.76);
}

.cloud-tech-pillar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cloud-tech-pillar__tags li {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-dark);
  background: var(--accent-muted);
  border-radius: 4px;
  border: 1px solid var(--accent-line);
}

.cloud-feature-tile {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cloud-feature-tile:hover {
  border-color: rgba(134, 171, 40, 0.28);
  box-shadow: var(--shadow-md);
}

.cloud-feature-tile__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-sm);
  font-size: 1.25rem;
  color: var(--navy);
  background: linear-gradient(145deg, #c5e06a 0%, var(--accent) 100%);
  box-shadow: 0 2px 10px rgba(134, 171, 40, 0.22);
}

.cloud-feature-tile__title {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  color: var(--navy);
}

.cloud-feature-tile__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(47, 49, 54, 0.74);
}

.cloud-platform-card {
  height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.cloud-platform-card__title {
  margin: 0 0 0.55rem;
  font-size: 1.02rem;
  color: var(--navy);
}

.cloud-platform-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(47, 49, 54, 0.75);
}

/* Bulut sayfası — operasyon başlıkları tek bölümde */
.section-heading--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.cloud-operations-hub__heading {
  margin-bottom: 2.25rem;
}

.cloud-operations-hub__heading p {
  margin: 0.65rem 0 0;
  color: rgba(47, 49, 54, 0.76);
  line-height: 1.75;
  font-size: 1.02rem;
}

.cloud-ops-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.cloud-ops-card:hover {
  border-color: rgba(134, 171, 40, 0.3);
  box-shadow: var(--shadow-md);
}

.cloud-ops-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.2rem 1.25rem 1rem;
  background: linear-gradient(180deg, rgba(167, 207, 58, 0.12) 0%, transparent 95%);
  border-bottom: 1px solid var(--line);
}

.cloud-ops-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  font-size: 1.15rem;
  color: var(--navy);
  background: linear-gradient(145deg, #c5e06a 0%, var(--accent) 100%);
  box-shadow: 0 2px 8px rgba(134, 171, 40, 0.22);
}

.cloud-ops-card__title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--navy);
  padding-top: 0.2rem;
}

.cloud-ops-card__body {
  padding: 1rem 1.25rem 1.35rem;
  flex: 1;
}

.cloud-ops-card__text {
  margin: 0 0 0.7rem;
  font-size: 0.88rem;
  line-height: 1.68;
  color: rgba(47, 49, 54, 0.76);
}

.cloud-ops-card__text:last-child {
  margin-bottom: 0;
}

.cloud-ops-card__bullets {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(47, 49, 54, 0.78);
}

.cloud-ops-card__bullets li + li {
  margin-top: 0.35rem;
}

/* Flat vector-style hero accents */
.hero-section::before,
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(42vw, 22rem);
  height: 100%;
  background: linear-gradient(160deg, var(--accent) 0%, #c5e06a 100%);
  opacity: 0.16;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero-section::after,
.page-hero::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: min(8vw, 4rem);
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid var(--accent-line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.page-hero::after {
  width: 3rem;
  height: 3rem;
  bottom: 1rem;
}

.hero-section h1,
.page-hero h1 {
  max-width: 15ch;
  font-size: clamp(1.95rem, 4.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 1.25rem;
  color: var(--navy);
}

.page-hero h1 {
  max-width: 26ch;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.14;
}

.hero-section .eyebrow,
.page-hero .eyebrow {
  color: var(--accent-dark);
}

.hero-section .eyebrow::before,
.page-hero .eyebrow::before {
  width: 3px;
  height: 1.05em;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  border: none;
  box-shadow: 0 0 0 1px rgba(39, 41, 47, 0.08);
  opacity: 1;
}

.hero-copy,
.page-hero p {
  max-width: 48rem;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(47, 49, 54, 0.78);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(47, 49, 54, 0.55);
}

.eyebrow::before {
  content: "";
  width: 3px;
  height: 1em;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  border: none;
  box-shadow: 0 0 0 1px rgba(39, 41, 47, 0.06);
  opacity: 1;
  flex-shrink: 0;
}

.text-primary-emphasis {
  color: var(--brand-strong) !important;
}

.text-accent {
  color: var(--accent) !important;
}

.contact-group {
  margin-top: 1.25rem;
}

.contact-group h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-group .feature-list {
  margin: 0;
}

.contact-group .feature-list li {
  padding: 0.2rem 0 0.2rem 1.5rem;
  line-height: 1.6;
}

.contact-group .feature-list li + li {
  margin-top: 0.25rem;
}

.contact-group .feature-list li::before {
  top: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.hero-badges span {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  box-shadow: var(--shadow-sm);
}

/* Home hero: layered vector background + abstract visual */
.hero-section--home {
  padding: 6.5rem 0 4.5rem;
}

.hero-section--home::before {
  width: min(48vw, 26rem);
  opacity: 0.12;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-section--home::after {
  display: none;
}

.hero-bg-layers {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-bg-layers__grid {
  position: absolute;
  inset: -20%;
  opacity: 0.45;
  background-image: linear-gradient(rgba(39, 41, 47, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 41, 47, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: rotate(-6deg);
  mask-image: radial-gradient(ellipse 70% 60% at 70% 40%, #000 0%, transparent 72%);
}

.hero-bg-layers__diagonal {
  position: absolute;
  top: -30%;
  left: -15%;
  width: 55%;
  height: 140%;
  background: repeating-linear-gradient(
    -32deg,
    transparent,
    transparent 14px,
    rgba(134, 171, 40, 0.07) 14px,
    rgba(134, 171, 40, 0.07) 15px
  );
  transform: skewY(-8deg);
  opacity: 0.85;
}

.hero-bg-layers__blob {
  position: absolute;
  bottom: -18%;
  right: -8%;
  width: min(55vw, 28rem);
  height: min(55vw, 28rem);
  border-radius: 45% 55% 52% 48% / 48% 42% 58% 52%;
  background: radial-gradient(circle at 35% 35%, rgba(167, 207, 58, 0.35) 0%, rgba(134, 171, 40, 0.08) 55%, transparent 70%);
  border: 1px solid rgba(134, 171, 40, 0.2);
}

.hero-bg-layers__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(39, 41, 47, 0.08);
}

.hero-bg-layers__ring--a {
  width: min(42vw, 16rem);
  height: min(42vw, 16rem);
  top: 8%;
  right: 6%;
  box-shadow: inset 0 0 0 1px rgba(134, 171, 40, 0.12);
}

.hero-bg-layers__ring--b {
  width: min(28vw, 11rem);
  height: min(28vw, 11rem);
  bottom: 18%;
  right: 22%;
  border-color: rgba(134, 171, 40, 0.22);
}

.hero-bg-layers__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(39, 41, 47, 0.12) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  opacity: 0.35;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 0%, #000 0%, transparent 55%);
}

.hero-section--home .hero-title {
  max-width: 20ch;
}

@media (min-width: 992px) {
  .hero-section--home .hero-title {
    max-width: 18ch;
  }
}

.hero-copy--wide {
  max-width: 38rem;
}

.hero-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust-line li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(47, 49, 54, 0.72);
}

.hero-trust-line .bi {
  color: var(--accent-dark);
  font-size: 1rem;
}

.hero-abstract {
  position: relative;
  margin: 0 auto;
  max-width: 22rem;
  aspect-ratio: 1;
  min-height: 16rem;
}

.hero-abstract__orbit {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 1px dashed rgba(134, 171, 40, 0.35);
  background: radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.9) 0%, rgba(240, 243, 235, 0.5) 45%, transparent 70%);
}

.hero-abstract__hub {
  position: absolute;
  inset: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--accent-line);
  box-shadow: var(--shadow-md);
}

.hero-abstract__logo {
  display: block;
  width: auto;
  height: 2.25rem;
  max-width: 70%;
  object-fit: contain;
}

.hero-abstract__node {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--accent-dark);
  font-size: 1.15rem;
  box-shadow: var(--shadow-sm);
}

.hero-abstract__node--1 {
  top: 6%;
  left: 12%;
}

.hero-abstract__node--2 {
  bottom: 14%;
  left: 4%;
}

.hero-abstract__node--3 {
  top: 18%;
  right: 2%;
}

.hero-abstract__bar {
  position: absolute;
  bottom: 32%;
  right: 8%;
  width: 3.5rem;
  height: 0.65rem;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-dark) 100%);
  opacity: 0.85;
  transform: rotate(-12deg);
}

.hero-abstract__square {
  position: absolute;
  top: 42%;
  right: 14%;
  width: 1.75rem;
  height: 1.75rem;
  border: 2px solid rgba(39, 41, 47, 0.12);
  border-radius: 6px;
  transform: rotate(18deg);
}

/* Ana sayfa odak alanları + subtle section pattern */
.section-pattern {
  position: relative;
  overflow: hidden;
}

.section-pattern::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: min(55vw, 28rem);
  height: min(55vw, 28rem);
  border-radius: 50%;
  border: 1px solid rgba(134, 171, 40, 0.14);
  pointer-events: none;
}

.section-pattern::after {
  content: "";
  position: absolute;
  bottom: -25%;
  left: -10%;
  width: 40%;
  height: 70%;
  background: repeating-linear-gradient(
    42deg,
    transparent,
    transparent 18px,
    rgba(39, 41, 47, 0.04) 18px,
    rgba(39, 41, 47, 0.04) 19px
  );
  pointer-events: none;
  opacity: 0.7;
}

.main-focus-section .container {
  position: relative;
  z-index: 1;
}

.main-focus {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .main-focus {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 3.5rem;
  }
}

.main-focus__lead {
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(47, 49, 54, 0.78);
  max-width: 40rem;
}

.main-focus__bullets {
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.main-focus__bullets li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.65rem;
  line-height: 1.65;
  color: rgba(47, 49, 54, 0.82);
}

.main-focus__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.main-focus__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.main-focus__pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.main-focus-pillar {
  padding: 1.25rem 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.main-focus-pillar__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border-radius: 10px;
  background: var(--accent-muted);
  color: var(--accent-dark);
  font-size: 1.2rem;
}

.main-focus-pillar__title {
  font-size: 1rem;
  margin: 0 0 0.45rem;
  color: var(--navy);
}

.main-focus-pillar__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(47, 49, 54, 0.72);
}

.hero-visual {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  vertical-align: middle;
}

.m365-visual {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.m365-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.testimonial-showcase {
  position: relative;
  background-color: var(--soft);
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.75) 100%),
    url("/images/stock/testimonial-bg.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-panel,
.info-panel,
.contact-card,
.testimonial-panel,
.cta-panel,
.cta-banner,
.stat-card,
.service-card,
.sector-card {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 1.35rem;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-panel__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--accent-muted);
  border: 1px solid var(--line);
}

.hero-panel__logo {
  max-width: 100%;
  height: auto;
  max-height: 3.8rem;
}

.support-strip {
  margin-top: -1.8rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.support-strip__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #d4e88f 0%, var(--accent) 48%, #b8d94a 100%);
  border: 1px solid var(--accent-line);
  box-shadow: var(--shadow);
}

.support-strip__card h2 {
  margin: 0.15rem 0 0.55rem;
  color: var(--navy);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.support-strip__card p {
  margin: 0;
  color: rgba(44, 62, 80, 0.78);
}

.hero-panel__item {
  padding: 1.15rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
}

.hero-panel__item + .hero-panel__item {
  margin-top: 0.85rem;
}

.hero-panel__item strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: var(--navy);
}

.hero-panel__item p {
  margin: 0;
  color: rgba(47, 49, 54, 0.72);
  line-height: 1.7;
}

.content-section {
  padding: 5rem 0;
}

.section-muted {
  background: var(--soft);
}

.section-heading {
  max-width: 56rem;
  margin-bottom: 2rem;
}

.section-heading--light h2,
.section-heading--light .eyebrow {
  color: var(--white);
}

.section-heading h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.section-heading p {
  margin: 0;
  color: rgba(44, 62, 80, 0.78);
  line-height: 1.8;
}

.info-panel,
.contact-card,
.testimonial-panel,
.cta-panel {
  height: 100%;
  padding: 2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.service-card,
.sector-card {
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.service-card__body,
.sector-card__body {
  padding: 2rem;
}

.service-card__media,
.sector-card__media {
  position: relative;
  height: 11rem;
  overflow: hidden;
  background: var(--navy);
  border-radius: var(--radius) var(--radius) 0 0;
}

.service-card__media img,
.sector-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.service-card:hover .service-card__media img,
.sector-card:hover .sector-card__media img {
  transform: scale(1.04);
}

.service-card:hover,
.sector-card:hover,
.info-panel:hover,
.contact-card:hover,
.testimonial-panel:hover,
.cta-panel:hover {
  border-color: rgba(134, 171, 40, 0.28);
  box-shadow: var(--shadow-md);
}

.service-card--primary {
  background: var(--surface);
}

.service-card--primary .service-card__body {
  background: var(--accent-muted);
}

.service-card--secondary {
  background: var(--surface);
}

.service-card__icon {
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.25rem;
  border-radius: var(--radius-sm);
  font-size: 1.3rem;
  color: var(--navy);
  background: linear-gradient(145deg, #c5e06a 0%, var(--accent) 100%);
  border: none;
  box-shadow: 0 2px 10px rgba(134, 171, 40, 0.25);
}

.service-card h3 {
  margin-bottom: 0.75rem;
  color: var(--navy);
  line-height: 1.24;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
}

.sector-card h3 {
  margin-bottom: 0.65rem;
  color: var(--navy);
  line-height: 1.38;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.sector-card__headline-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
}

.sector-card__headline-row h3 {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}

.sector-card__go {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: 0.02rem;
  border-radius: 50%;
  color: var(--navy);
  background: rgba(167, 207, 58, 0.22);
  border: 1px solid var(--accent-line);
  font-size: 1.05rem;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sector-card__go:hover,
.sector-card__go:focus {
  color: var(--navy);
  background: var(--accent);
  border-color: rgba(134, 171, 40, 0.45);
  transform: translateX(2px);
}

.sector-card__go:focus-visible {
  outline: 2px solid var(--accent-dark);
  outline-offset: 2px;
}

.info-panel h2,
.contact-card h2,
.testimonial-panel h2,
.cta-panel h2,
.cta-banner h2 {
  margin-bottom: 0.9rem;
  color: var(--navy);
  line-height: 1.2;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.service-card p,
.sector-card p,
.info-panel p,
.contact-card p,
.testimonial-panel p,
.cta-panel p {
  color: rgba(44, 62, 80, 0.78);
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--navy);
}

.text-link:hover,
.text-link:focus {
  color: var(--accent-dark);
}

.text-link::after {
  content: "\2192";
}

.sector-card__tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(167, 207, 58, 0.35);
  border: 1px solid var(--accent-line);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stats-section {
  background: linear-gradient(180deg, #edf3e2 0%, var(--accent-muted) 45%, #e4ecd6 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-section--light {
  background: var(--accent-muted);
}

.stats-showcase--light .stats-showcase__intro {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.stats-showcase--light .stats-showcase__intro h2 {
  color: var(--navy);
}

.stats-showcase--light .stats-showcase__intro p {
  color: rgba(47, 49, 54, 0.76);
}

.stats-showcase--light .stats-showcase__intro .eyebrow {
  color: var(--accent-dark);
}

.stats-showcase--light .stats-showcase__intro .eyebrow::before {
  background: var(--accent);
  opacity: 1;
}

.stats-showcase--light .stats-showcase__highlights span {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--navy);
  box-shadow: var(--shadow-sm);
}

.stats-showcase--light .stat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--navy);
  box-shadow: var(--shadow);
}

.stats-showcase--light .stat-card strong {
  color: var(--accent-dark);
}

.stats-showcase--light .stat-card span {
  color: rgba(47, 49, 54, 0.72);
}

.stats-showcase--light .stat-card__index {
  color: rgba(47, 49, 54, 0.35);
}

.stats-showcase--light .stat-card--featured {
  background: linear-gradient(145deg, #c5e06a 0%, var(--accent) 100%);
  border-color: var(--accent-line);
  box-shadow: var(--shadow-accent);
}

.stats-showcase--light .stat-card--featured strong {
  color: var(--navy);
}

/* Rakamlarla Yörünge: tek düzen — lacivert zemin, üst metin, altta eşit yeşil kartlar */
.stats-section--numbers {
  background: linear-gradient(168deg, #121c32 0%, #0a1020 40%, #060a14 100%);
  border-top: 1px solid rgba(100, 140, 200, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.stats-section--numbers::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(167, 207, 58, 0.1) 0%, transparent 55%);
}

.stats-section--numbers > .container {
  position: relative;
  z-index: 1;
}

.stats-showcase--numbers .stats-showcase__intro {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: none;
  padding: 2rem 2.25rem;
  max-width: none;
}

.stats-showcase--numbers .stats-showcase__intro h2 {
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 0.85rem;
}

.stats-showcase--numbers .stats-showcase__intro p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 40rem;
}

.stats-showcase--numbers .stats-showcase__intro .eyebrow {
  color: var(--accent);
}

.stats-showcase--numbers .stats-showcase__intro .eyebrow::before {
  background: linear-gradient(180deg, var(--accent) 0%, var(--brand-strong) 100%);
  box-shadow: 0 0 0 1px rgba(167, 207, 58, 0.25);
}

.stats-showcase--numbers .stats-showcase__highlights span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: none;
}

.stats-showcase--numbers .stats-showcase__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 992px) {
  .stats-showcase--numbers .stats-showcase__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.stats-showcase--numbers .stat-card {
  background: var(--accent-muted);
  border: 1px solid rgba(134, 171, 40, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  min-height: 7.5rem;
  padding: 1.5rem 1.1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.stats-showcase--numbers .stat-card:hover {
  border-color: rgba(134, 171, 40, 0.55);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.stats-showcase--numbers .stat-card strong {
  color: var(--navy);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
}

.stats-showcase--numbers .stat-card span {
  color: rgba(39, 41, 47, 0.72);
  font-weight: 600;
  font-size: 0.92rem;
}

.stats-showcase--numbers .stat-card__index {
  color: rgba(39, 41, 47, 0.28);
}

.stats-showcase--numbers .stat-card--featured {
  background: linear-gradient(165deg, #dce8c4 0%, var(--accent-muted) 100%);
  border-color: rgba(134, 171, 40, 0.5);
  box-shadow: var(--shadow-accent), 0 8px 28px rgba(0, 0, 0, 0.2);
}

.stats-showcase--numbers .stat-card--featured strong {
  color: var(--navy);
}

.stats-showcase--numbers .stat-card--featured span {
  color: rgba(39, 41, 47, 0.7);
}

.stat-card.stat-card--light {
  background: var(--white);
  color: var(--navy);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.stat-card.stat-card--light strong {
  color: var(--navy);
  font-size: clamp(2.4rem, 4.5vw, 3.5rem);
  font-weight: 800;
}

.stat-card.stat-card--light span {
  color: var(--navy);
  font-weight: 600;
  font-size: 1.05rem;
  opacity: 0.75;
}

.stats-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

/* Rakamlarla Yörünge: dikey düzen (grid tabanından sonra — öncelik) */
.stats-showcase.stats-showcase--numbers {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  grid-template-columns: unset;
}

.stats-showcase__intro,
.stat-card {
  padding: 2rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.stats-showcase__intro {
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats-showcase__intro h2 {
  color: var(--navy);
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 2.4vw, 2.45rem);
  line-height: 1.15;
}

.stats-showcase__intro p {
  margin: 0;
  max-width: 34rem;
  color: rgba(47, 49, 54, 0.76);
  line-height: 1.85;
}

.stats-showcase__intro .eyebrow {
  color: var(--accent-dark);
}

.stats-showcase__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.stats-showcase__highlights span {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}

.stats-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  position: relative;
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--navy);
  padding: 1.5rem 1rem;
}

.stat-card--featured {
  background: var(--accent-muted);
}

.stat-card__index {
  position: absolute;
  top: 1.35rem;
  right: 1.5rem;
  font-size: 0.88rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(47, 49, 54, 0.4);
}

.stat-card strong {
  display: block;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 0.55rem;
  color: rgba(47, 49, 54, 0.72);
  font-size: 0.98rem;
}

.testimonial-item {
  margin: 0;
  padding: 1.25rem 0;
}

.testimonial-item + .testimonial-item {
  border-top: 1px solid var(--line);
}

.testimonial-item p {
  margin-bottom: 0.85rem;
  font-size: 1.03rem;
}

.testimonial-item footer {
  font-weight: 700;
  color: var(--navy);
}

.testimonial-item footer span {
  display: block;
  margin-top: 0.25rem;
  font-weight: 500;
  color: rgba(44, 62, 80, 0.62);
}

.feature-list,
.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.75;
  color: rgba(44, 62, 80, 0.82);
}

.feature-list li + li {
  margin-top: 0.8rem;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2px;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-dark) 100%);
  border: none;
  box-shadow: 0 0 0 1px rgba(39, 41, 47, 0.1);
}

.feature-list--light li {
  color: rgba(255, 255, 255, 0.82);
}

.info-panel--dark {
  background: linear-gradient(165deg, #2e3138 0%, #1f2126 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-md);
}

.info-panel--dark h2,
.info-panel--dark p,
.info-panel--dark .eyebrow,
.info-panel--dark .feature-list--light li {
  color: var(--white);
}

.info-panel--dark .eyebrow::before {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.section-subtitle {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-dark);
}

.timeline-list {
  display: grid;
  gap: 1.2rem;
}

.timeline-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.timeline-item span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(145deg, #c5e06a 0%, var(--accent) 100%);
  border: none;
  box-shadow: 0 2px 8px rgba(134, 171, 40, 0.3);
  color: var(--navy);
  font-weight: 800;
}

.timeline-item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--navy);
}

.commitment-box {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.commitment-box h3 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: 1.15rem;
}

.contact-form-card {
  position: relative;
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-form-card > * {
  position: relative;
  z-index: 1;
}

.contact-form-card__header {
  margin-bottom: 1.5rem;
}

.form-status,
.form-validation-summary {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
}

.form-status--success {
  color: #0c5b47;
  background: rgba(15, 127, 99, 0.1);
  border: 1px solid rgba(15, 127, 99, 0.18);
}

.form-status--error,
.form-validation-summary {
  color: #9f2d2d;
  background: rgba(217, 78, 78, 0.08);
  border: 1px solid rgba(217, 78, 78, 0.16);
}

.form-validation-summary:empty {
  display: none;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.form-field label {
  font-weight: 700;
  color: #454a57;
}

.field-validation-error {
  font-size: 0.88rem;
  color: #b33636;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--navy);
  padding: 0.85rem 1rem;
  outline: none;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--navy) 50%),
    linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position:
    calc(100% - 1.5rem) calc(50% - 0.15rem),
    calc(100% - 1.15rem) calc(50% - 0.15rem);
  background-size: 0.45rem 0.45rem, 0.45rem 0.45rem;
  background-repeat: no-repeat;
  padding-right: 3rem;
}

.form-field textarea {
  min-height: 4rem;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--accent-line);
  background: rgba(232, 240, 216, 0.45);
  box-shadow: 0 0 0 3px rgba(167, 207, 58, 0.2);
}

.form-field--wide,
.form-field--full {
  grid-column: 1 / -1;
}

.form-check-custom {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  color: #4a4f5c;
  margin-top: -0.5rem;
}

.form-check-custom + .form-check-custom,
.form-check-custom + .field-validation-error + .form-check-custom {
  margin-top: -0.6rem;
}

.form-check-custom ~ .form-field--full:last-child {
  margin-top: 0.5rem;
}

.privacy-content {
  max-width: 52rem;
}

.privacy-block {
  margin-bottom: 2.5rem;
}

.privacy-block h2 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--navy);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.privacy-block p {
  color: rgba(44, 62, 80, 0.82);
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.privacy-block .feature-list {
  margin-top: 0.5rem;
}

.form-check-custom input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  accent-color: var(--accent-dark);
}

.btn-dark-submit {
  color: var(--navy);
  background: var(--accent);
  border: 1px solid transparent;
  box-shadow: var(--shadow-accent);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-dark-submit:hover,
.btn-dark-submit:focus {
  color: var(--white);
  background: var(--navy);
  border-color: transparent;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(232, 240, 216, 0.9) 0%, var(--accent-muted) 100%);
  border: 1px solid var(--line);
  color: var(--navy);
  box-shadow: var(--shadow);
}

.cta-banner h2,
.cta-banner .eyebrow {
  color: var(--navy);
}

.cta-banner p {
  color: rgba(47, 49, 54, 0.76);
}

.site-footer {
  padding: 4rem 0 2rem;
  color: rgba(255, 255, 255, 0.78);
  background: #1d1f24;
}

.site-footer--light {
  color: rgba(47, 49, 54, 0.78);
  background: linear-gradient(180deg, #fafbf8 0%, #f3f5ef 100%);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 32px rgba(39, 41, 47, 0.04);
}

.brand-mark--footer {
  margin-bottom: 1rem;
}

.footer-copy {
  max-width: 18rem;
  line-height: 1.8;
}

.footer-socials {
  display: flex;
  gap: 0.8rem;
}

.footer-socials a {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.site-footer--light .footer-socials a {
  color: var(--navy);
  background: var(--accent);
  border: 1px solid var(--accent-line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.site-footer--light .footer-socials a:hover,
.site-footer--light .footer-socials a:focus {
  background: var(--navy);
  color: var(--white);
}

.site-footer h6 {
  margin-bottom: 1rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.site-footer--light h6 {
  color: var(--navy);
}

.footer-links li + li {
  margin-top: 0.7rem;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer--light .footer-links a,
.site-footer--light .footer-links span {
  color: rgba(47, 49, 54, 0.72);
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--white);
}

.site-footer--light .footer-links a:hover,
.site-footer--light .footer-links a:focus {
  color: var(--accent-dark);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer--light .footer-bottom {
  border-top-color: var(--line);
}

.footer-bottom__links {
  display: flex;
  gap: 1rem;
}

.footer-bottom__links a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer--light .footer-bottom span,
.site-footer--light .footer-bottom__links a {
  color: rgba(47, 49, 54, 0.62);
}

.site-footer--light .footer-bottom__links a:hover,
.site-footer--light .footer-bottom__links a:focus {
  color: var(--accent-dark);
}

.whatsapp-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  display: inline-grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: #25d366;
  border: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  font-size: 1.45rem;
  z-index: 1001;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus {
  color: var(--white);
  transform: scale(1.05);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45);
}

@media (max-width: 991.98px) {
  .stats-showcase:not(.stats-showcase--numbers) {
    grid-template-columns: 1fr;
  }

  .stats-showcase.stats-showcase--numbers {
    display: flex;
  }

  .support-strip {
    margin-top: 0;
    padding-top: 1.5rem;
  }

  .support-strip__card {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: var(--radius);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .hero-section::after,
  .page-hero::after {
    display: none;
  }

  .cta-banner,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section {
    padding-top: 6rem;
  }
}

@media (max-width: 767.98px) {
  .stats-showcase__grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    min-height: 10.5rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 4rem 0;
  }

  .hero-section,
  .page-hero {
    padding-top: 5rem;
  }

  .hero-section h1 {
    max-width: none;
  }

  .service-card,
  .sector-card {
    padding: 0;
  }

  .service-card__body,
  .sector-card__body {
    padding: 1.5rem;
  }

  .info-panel,
  .contact-card,
  .testimonial-panel,
  .cta-panel,
  .cta-banner {
    padding: 1.5rem;
  }

  .hero-section h1,
  .page-hero h1 {
    max-width: none;
  }

  .whatsapp-fab {
    right: 1rem;
    bottom: 1rem;
  }
}

.about-page-visual {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 16rem;
}

.about-page-visual__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  object-position: center;
}

.about-page-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: rgba(47, 49, 54, 0.78);
}

/* Microsoft 365 Section */
.m365-intro {
  padding-right: 2rem;
}

@media (max-width: 991.98px) {
  .m365-intro {
    padding-right: 0;
  }
}

.m365-intro h2 {
  margin-bottom: 1rem;
  color: var(--navy);
  line-height: 1.2;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.m365-intro p {
  color: var(--ink);
  opacity: 0.78;
  line-height: 1.72;
}

.m365-feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.m365-feature:hover {
  background: var(--accent-muted);
  border-color: rgba(134, 171, 40, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.m365-feature__icon {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 1.1rem;
  color: var(--navy);
  background: linear-gradient(145deg, #c5e06a 0%, var(--accent) 100%);
  border: none;
  box-shadow: 0 2px 10px rgba(134, 171, 40, 0.25);
}

.m365-feature h4 {
  margin-bottom: 0.4rem;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.m365-feature p {
  margin-bottom: 0;
  color: var(--ink);
  opacity: 0.72;
  font-size: 0.82rem;
  line-height: 1.55;
}