/* ==========================================================================
   Fonte Global — hand-written stylesheet. No framework, no build step.
   Sections: variables -> reset -> layout -> header/nav -> footer -> buttons
   -> hero -> cards -> accordion -> carousel -> forms -> product pages
   -> utilities -> responsive
   ========================================================================== */

/* ---- Fonts: Google's Montserrat variable woff2, self-hosted (latin + latin-ext for
   Turkish, cyrillic for the Russian pages). One file per subset covers every
   weight — the per-weight URLs Google hands out are byte-identical variable
   fonts, so splitting them made the browser fetch the same file five times and
   the text visibly re-rendered as each copy landed. ---- */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-italic-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-italic-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat/montserrat-var-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-navy-950: #08131f;
  --color-navy-900: #0b1d2e;
  --color-navy-800: #10293f;
  --color-navy-700: #16374f;
  --color-teal-500: #59af9e;
  --color-teal-400: #6fc0af;
  --color-teal-300: #96d4c6;
  --color-white: #ffffff;
  --color-ink: #12202c;
  --color-body: #46586a;
  --color-line: #e3e9ee;
  --color-bg-alt: #f0f1f0;
  --color-danger: #c0392b;
  --color-success: #1e8a55;

  --font-base: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --header-height: 88px;
  --container-w: 1488px;   /* 24px ic bosluk dusunce icerik tam 1440px olur (orijinalle ayni) */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 96px;

  --shadow-card: 0 8px 30px rgba(11, 29, 46, 0.08);
  --transition: 200ms ease;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--color-ink);
  background: var(--color-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
/* Danca/Almanca tarzi uzun bilesik kelimeler kutudan tasmasin. */
h1, h2, h3, h4, h5, h6, p, li, a, span { overflow-wrap: break-word; }
/* break-word yalnizca satiri kirar, kutunun min-content genisligini kucultmez;
   dar kolonlarda kart basliklari icin 'anywhere' gerekiyor. */
.service-card h3,
.trust-card__title,
.sector-color-card__title,
.product-photo-card__title,
.sector-photo-card__title,
.accordion-item__trigger > span,
.product-sidebar__nav ul li a span { overflow-wrap: anywhere; }
/* Izgara ogeleri kendi icerigi yuzunden kolonu genisletmesin. */
.service-grid > *, .sector-color-grid > *, .trust-grid > *, .stat-grid > *,
.card-grid > *, .sector-card-grid > *, .product-photo-grid > * { min-width: 0; }
/* Sektör ve ürün sayfalarında zemin, orijinaldeki gibi baştan sona açık gri
   (#f2f2f2). Kendi rengini boyayan bölümler — "Neden Biz" beyaz, sayaçlar koyu
   yeşil — orijinalde olduğu gibi bunun üzerinde duruyor. */
body.page--grey { background: #f2f2f2; }
body.page--grey .services-section { background: #f2f2f2; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p { margin: 0 0 var(--space-3); }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; color: var(--color-ink); }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---- Layout ---- */
.container { max-width: var(--container-w); margin: 0 auto; padding: 0 var(--space-4); }
.section { padding: var(--space-7) 0; }
.eyebrow {
  color: var(--color-teal-500);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: var(--space-2);
}
main#main-content h1 { font-size: clamp(2rem, 4vw, 2.75rem); }
.section h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); max-width: 46rem; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  background: var(--color-teal-500);
  color: var(--color-white);
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  transition: background var(--transition), transform var(--transition);
  white-space: nowrap;
}
.btn:hover { background: var(--color-teal-400); transform: translateY(-1px); }
.btn--pill { border-radius: var(--radius-pill); }
.btn--outline { background: transparent; border: 1px solid var(--color-white); color: var(--color-white); }
.btn--outline:hover { background: rgba(255,255,255,0.1); }
.btn--block { width: 100%; }

/* ---- Header / Nav ----
   Sits transparent on top of the page's hero image (like the original
   site) so the photo shows through behind the logo/nav; once the user
   scrolls past the hero, .is-scrolled (added by main.js) gives it a
   solid, readable background. */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color var(--transition), border-color var(--transition), backdrop-filter var(--transition);
}
.site-header.is-scrolled {
  background: rgba(11, 29, 46, 0.92);
  backdrop-filter: blur(8px);
  border-bottom-color: rgba(255,255,255,0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}
/* The original pushes the nav across to sit right beside the CTA button rather
   than centring it, so the gap sits between the logo and the menu. */
.site-header__inner > .main-nav { margin-left: auto; }
.site-logo img { filter: brightness(0) invert(1); }
.main-nav > ul { display: flex; align-items: center; gap: var(--space-5); }
.main-nav a {
  color: var(--color-white);
  font-weight: 400;
  font-size: 0.95rem;
  padding: var(--space-2) 0;
}
.main-nav a[aria-current="page"] { color: var(--color-teal-300); }
.main-nav a:hover { color: var(--color-teal-300); }

.has-dropdown { position: relative; }
/* Orijinalde "Sektörlerimiz" baglantisinin sagında kucuk bir asagi ok var. */
.main-nav .dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; }
.main-nav .dropdown-toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
/* Orijinal acilir menu: beyaz kart, 15px kose, 20px/30px ic bosluk, golgesiz,
   link satirinin 30px altindan aciliyor (boylece "Görüşme Planla" butonunun altinda
   kaliyor) ve her satirin altinda 0.8px #d8d5d2 ayirici cizgi var.
   Tek fark: genislik orijinaldeki 270px yerine biraz daha dar. */
.dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 30px;
  width: 230px;
  padding: 20px 30px;
  background: var(--color-white);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  z-index: 20;
}
.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu,
.has-dropdown.is-open .dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
/* The gap between the trigger and the card would break :hover, so bridge it. */
.main-nav .has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  height: 30px;
  display: none;
}
.main-nav .has-dropdown:hover::after { display: block; }
.dropdown-menu li a {
  display: block;
  padding: 10px 0;
  color: #282a2c;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 0.8px solid #d8d5d2;
}
.dropdown-menu li a:hover { color: var(--color-teal-500); }
.dropdown-menu li a[aria-current="page"] { color: var(--color-teal-500); }

.site-header__actions { display: flex; align-items: center; gap: var(--space-3); }
.lang-switcher { position: relative; }
.lang-switcher__current {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-pill);
  color: var(--color-white);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
/* Dil secici ayni karti kullaniyor ama uc sutunlu kucuk bir izgara — ayirici cizgi,
   30px bosluk ve golgesiz gorunum oraya uymuyor. */
.lang-switcher .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 0;
  width: max-content;
  margin-top: var(--space-2);
  padding: 10px;
  box-shadow: 0 12px 34px rgba(11,29,46,0.12);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}
.lang-switcher .dropdown-menu li a { text-align: center; padding: 8px 14px; font-size: 0.85rem; font-weight: 600; border-bottom: 0; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
}
.nav-toggle__bar { width: 22px; height: 2px; background: var(--color-white); border-radius: 2px; }

/* ---- Footer ---- */
.site-footer { background: var(--color-navy-950); color: rgba(255,255,255,0.75); padding-top: var(--space-7); }
.site-footer a { color: rgba(255,255,255,0.75); }
.site-footer a:hover { color: var(--color-teal-300); }
.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-6);
  padding-bottom: var(--space-6);
}
.site-footer__logo { filter: brightness(0) invert(1); margin-bottom: var(--space-3); }
.site-footer__social { display: flex; gap: var(--space-3); margin-top: var(--space-3); }
.site-footer h3 { color: var(--color-white); font-size: 1rem; margin-bottom: var(--space-3); }
.site-footer__links li { margin-bottom: var(--space-2); }
.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: var(--space-4) 0;
  font-size: 0.85rem;
}

/* ---- Hero ---- */
.hero {
  --hero-image: none;
  /* Karartma orani. Orijinal sitede her sayfa icin ayri: ana sayfa 0.25,
     iletisim / saglik / sanayi 0.45, hakkimizda ve yapi/gida hero'larinda hic
     karartma yok — gorseller zaten koyu ya da renklendirilmis. Onceden hepsine
     tek tip koyu lacivert degradeleniyordu, bu yuzden ozellikle Fonte Gida'nin
     kirmizisi solmus ve fotograf bulanik gorunuyordu. */
  --hero-overlay: 0;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-navy-900);
  background-image:
    linear-gradient(rgba(0,0,0,var(--hero-overlay)), rgba(0,0,0,var(--hero-overlay))),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Hero tam olarak bir ekran yuksekligindedir: ne altinda beyaz serit kalir
     (bu yuzden 100svh — mobil tarayici cubuklari hesaba katilir, 100vh eski
     tarayicilar icin yedek), ne de ekrandan tasar. Sabit 1080px'lik bir taban
     denenmisti ama kisa ekranlarda hero'nun alt yarisi (butonlar dahil) katlanin
     altinda kaliyordu; artik her cozunurlukte hero bir ekran, hemen ardindan
     icerik basliyor. */
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + var(--space-4)) 0 var(--space-5);
}
.hero > .container { width: 100%; }
/* Orijinaldeki karartma oranlari (bkz. --hero-overlay). Sektor ve urun
   hero'larinin orani sectors.json'dan geldigi icin sablonda satir ici verilir. */
.hero--home { --hero-overlay: 0.25; }
.hero--contact { --hero-overlay: 0.45; }
.hero--page {
  min-height: 100vh;
  min-height: 100svh;
}
/* Ürün sayfalarında orijinal hero 636px — viewport'u doldurması yeterli. */
.hero--product {
  min-height: 100vh;
  min-height: 100svh;
}
.hero__intro { max-width: 42rem; color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-top: var(--space-3); }
.hero__breadcrumb a:hover { text-decoration: underline; }
.hero__eyebrow { color: var(--color-teal-300); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: var(--space-3); }
.hero h1 { color: var(--color-white); max-width: 40rem; }
/* Hakkımızda hero'su orijinalde 89px/600/-3px, BÜYÜK HARF ve sabit satir sonlu.
   Kullanicinin istegi uzerine bir tik altinda (84px) tutuluyor. */
#main-content .hero--about h1.hero__heading-lines {
  max-width: none;
  margin: 0;
  font-size: clamp(2.5rem, 5.5vw, 5.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.034em;
  text-transform: uppercase;
}
.hero--about .hero__heading-lines span { display: block; }
.hero p.lead { max-width: 38rem; color: rgba(255,255,255,0.85); font-size: 1.05rem; }
.hero__actions { display: flex; gap: var(--space-3); margin-top: var(--space-4); flex-wrap: wrap; }
/* Kisa ekranlarda (dizustu 1280x600 gibi) hero'nun bir ekrani asmamasi icin dikey
   bosluklar daraltilir; yoksa basligin uzun oldugu sektor sayfalarinda hero
   birkac piksel tasip alt bolumden bir serit gosteriyordu. */
@media (max-height: 720px) {
  .hero { padding: calc(var(--header-height) + var(--space-3)) 0 var(--space-4); }
}
@media (max-height: 600px) {
  .hero { padding: calc(var(--header-height) + var(--space-2)) 0 var(--space-3); }
}

/* ---- Cards / grids ---- */
.card-grid { display: grid; gap: var(--space-4); margin-top: var(--space-5); }
.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.sector-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
}
.sector-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(11,29,46,0.12); }
.sector-card__icon { margin-bottom: var(--space-3); width: 48px; height: 48px; object-fit: contain; object-position: left center; transition: transform var(--transition); }
.sector-card:hover .sector-card__icon { transform: scale(1.08) rotate(-2deg); }
/* Orijinal: beyaz kart, 30px ic bosluk, kare kose, golgesiz; 80px teal ikon. */
.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: var(--space-5); }
.service-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  padding: 30px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.service-card__icon { width: 80px; height: 80px; margin-bottom: var(--space-4); }
.services-section__heading {
  font-size: clamp(1.9rem, 4.2vw, 3.75rem);
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  color: #282a2c;
  max-width: none;
  margin-bottom: var(--space-5);
}
.services-section__heading span { display: block; }
.services-section__heading-accent { color: var(--color-teal-500); }
.sector-card h3 { font-size: 1.15rem; }
.service-card h3 { font-size: 1.5rem; font-weight: 500; line-height: 1.25; color: #282a2c; margin-bottom: 15px; }
.service-card p { font-size: 0.94rem; line-height: 1.6; color: #3c4449; margin: 0; }
.sector-card p { color: var(--color-body); font-size: 0.95rem; flex-grow: 1; }
.sector-card__link {
  display: inline-block;
  align-self: flex-start;
  margin-top: var(--space-2);
  padding-top: var(--space-2);
  font-weight: 700;
  color: var(--color-teal-500);
}

/* ---- Product photo cards (sector page product grid) — full-bleed photo with overlay title, matches original site ---- */
.product-photo-card {
  position: relative;
  display: block;
  /* Matches the original card proportions (328 x 540). */
  aspect-ratio: 328 / 540;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
}
.product-photo-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.product-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8,19,31,0.85) 100%);
  z-index: 1;
}
/* Orijinaldeki gibi: baslik solda altta 30px/500, chevron rozeti sag ustte. */
.product-photo-card__title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  color: var(--color-white);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.033em;
}
.product-photo-card__badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-teal-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.35rem;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}
.product-photo-card:hover .product-photo-card__img { transform: scale(1.06); }
.product-photo-card:hover .product-photo-card__badge { background: var(--color-teal-500); color: var(--color-white); transform: scale(1.08); }

/* ---- Hakkımızda: "SEKTÖRLERİMİZ" bolumu ----
   Orijinal olcumler: baslik 60px/700/-1px siyah, sagda 253x54 teal pill buton,
   dort kart 349x540, 15px aralik, kose yuvarlatmasi yok, ic bosluk 30px. */
.about-sectors { background: var(--color-bg-alt); }
.about-sectors__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  margin-bottom: 37px;
}
.about-sectors h2.about-sectors__heading {
  margin: 0;
  max-width: none;
  font-size: clamp(2rem, 3.9vw, 3.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.017em;
  color: #000;
}
.btn--wide {
  padding: 16px 40px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sector-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.sector-photo-card {
  position: relative;
  display: block;
  aspect-ratio: 349 / 540;
  overflow: hidden;
  isolation: isolate;
}
.sector-photo-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.sector-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8,19,31,0.7) 100%);
  z-index: 1;
}
.sector-photo-card__badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-teal-500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 700;
  transition: background var(--transition), color var(--transition), transform var(--transition);
}
.sector-photo-card__title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  color: var(--color-white);
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.033em;
}
.sector-photo-card:hover .sector-photo-card__img { transform: scale(1.06); }
.sector-photo-card:hover .sector-photo-card__badge { background: var(--color-teal-500); color: var(--color-white); transform: scale(1.08); }

/* ---- Homepage sector boxes: one solid brand colour per sector (matches the original site) ---- */
.sector-color-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-4); margin-top: var(--space-5); }
.sector-color-card {
  --card-color: var(--color-navy-800);
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: var(--space-5);
  background: var(--card-color);
  color: var(--color-white);
  transition: transform var(--transition), box-shadow var(--transition);
}
.sector-color-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(11,29,46,0.25); }
.sector-color-card__icon {
  width: 88px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: var(--space-4);
  transition: transform var(--transition);
}
.sector-color-card:hover .sector-color-card__icon { transform: scale(1.08); }
.sector-color-card__title { font-size: 1.5rem; font-weight: 800; letter-spacing: 0.02em; color: var(--color-white); margin-bottom: var(--space-3); }
.sector-color-card__body { color: rgba(255,255,255,0.88); font-size: 0.92rem; line-height: 1.6; flex-grow: 1; margin: 0; }
/* The original closes each box with the white sector lock-up, not a text link. */
.sector-color-card__logo { margin-top: var(--space-4); width: 170px; max-width: 100%; height: auto; align-self: flex-start; }

/* ---- "Tedarikten Pazara Uzanan Güven Zinciri" ----
   Orijinal olcumler: bolum 80px/40px cerceve, solda 648px metin sutunu (dikeyde ortali),
   sagda 2x2 izgara — kartlar 350x324, 10px aralik, rgba(0,0,0,.25) zemin, 40px ic bosluk. */
.trust-section {
  --section-image: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  min-height: 940px;
  padding: 80px 40px;
  background-color: #1b2320;
  background-image: var(--section-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-white);
}
.trust-section__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 0 0 45%;
  max-width: 45%;
}
.trust-section__heading {
  margin: 0;
  max-width: none;
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  color: #f2f2f2;
}
.trust-section__heading span { display: block; }
.trust-section__heading-strong { font-weight: 700; }
.trust-section__intro {
  margin: 0;
  max-width: 545px;
  font-size: 1.0625rem;
  font-style: italic;
  line-height: 1.6;
  color: #f2f2f2;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 10px;
  width: 710px;
  max-width: 100%;
  align-self: center;
}
.trust-card {
  min-height: 324px;
  padding: 40px;
  border-radius: 10px;
  background: rgba(0,0,0,0.25);
  transition: background var(--transition);
}
.trust-card:hover { background: rgba(0,0,0,0.42); }
.trust-card__icon { display: block; width: 60px; height: 60px; margin-bottom: 40px; }
.trust-card__title {
  margin: 0 0 12px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.045em;
  color: var(--color-white);
}
.trust-card__body {
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.6;
  color: var(--color-white);
}

/* ---- Oversized outlined section watermark (matches the original site's section headers) ---- */
/* The oversized word sits in normal flow so it reserves its own height; the small
   eyebrow is then centred on top of it. (Absolutely positioning the big word instead
   makes it overflow its container and collide with the heading underneath.) */
/* overflow:hidden burada zorunlu — kelime tek satir (nowrap) ve dar ekranlarda
   kutudan tasip sayfaya yatay kaydirma ekleyebiliyor. Ama satir yuksekligi 1.05
   oldugu icin Turkce aksanlar (Ö, İ noktasi) satir kutusunun ustune tasiyor ve
   kesiliyordu; 0.1em ust/alt pay bu tasmayi iceri aliyor, ayni miktar alt bosluktan
   dusuluyor ki altindaki baslik yerinden oynamasin. */
.ghost-head {
  --ghost-size: clamp(2.25rem, 8vw, 6.75rem);
  position: relative;
  font-size: var(--ghost-size);
  padding: 0.1em 0;
  margin-bottom: calc(var(--space-5) - 0.2em);
  max-width: 100%;
  overflow: hidden;
}
/* Orijinalde "NEDEN BİZ?" filigrani 72px — diger bolumlerdeki 108px'ten kucuk. */
.why-us-section .ghost-head { --ghost-size: clamp(1.9rem, 5.4vw, 4.5rem); }
.ghost-head__ghost {
  display: block;
  /* Original: 108px / 700 / 2.5px tracking. The wide tracking matters — at tighter
     spacing the 3px outlines of neighbouring letters touch and the word turns muddy. */
  font-size: 1em;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 2.5px;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  /* The original fills the letters with the section's own background colour, so the
     word reads as a clean outline rather than showing content through it. */
  color: var(--ghost-fill, var(--color-white));
  -webkit-text-fill-color: var(--ghost-fill, var(--color-white));
  /* Scale the outline with the type, otherwise it reads as a chunky blob on phones. */
  -webkit-text-stroke: clamp(1.5px, 0.22vw, 3px) rgba(89, 175, 158, 0.5);
  /* Paint the stroke first so the fill covers its inner half. Without this the
     stroke is drawn over the fill and every internal contour of the glyph shows
     as a seam (the A apex, the K junction) instead of one clean outline. */
  paint-order: stroke;
}
/* The original sets this label black at 13px/500 — the sitewide teal .eyebrow would
   sit teal-on-teal over the outlined word and lose all contrast. */
.ghost-head .ghost-head__eyebrow {
  position: absolute;
  left: 0.07em;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: #282a2c;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1;
  letter-spacing: 3px;
  white-space: nowrap;
}
.section--alt .ghost-head__ghost { --ghost-fill: var(--color-bg-alt); }

/* ---- Homepage "Hakkımızda" intro: white section, split heading/body, then the dark stats card ---- */
.about-intro { background: var(--color-white); }
.about-intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-6); align-items: start; }
/* Original: 60px / 66px, weight 500, three stacked lines with the middle one teal. */
.about-intro__heading {
  font-size: clamp(1.9rem, 4.4vw, 3.75rem);
  line-height: 1.1;
  font-weight: 500;
  color: #1e3d38;
  text-transform: uppercase;
  margin: 0;
}
.about-intro__heading span { display: block; }
.about-intro__heading-accent { color: var(--color-teal-500); }
.about-intro__body { color: var(--color-body); margin: 0; }

.about-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: var(--space-6);
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.about-card__photo { position: relative; min-height: 320px; }
.about-card__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-card__content {
  --section-image: none;
  padding: var(--space-6);
  background-color: var(--color-navy-900);
  background-image: linear-gradient(180deg, rgba(8,19,31,0.78), rgba(8,19,31,0.88)), var(--section-image);
  background-size: cover;
  background-position: center;
  color: var(--color-white);
}
.about-card__content h3 { color: var(--color-white); font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 600; line-height: 1.25; margin-bottom: var(--space-4); }
.about-card__stats { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-5); margin-top: var(--space-5); }
.about-card__stat-num { display: block; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--color-white); line-height: 1.05; }
.about-card__stat-label { display: block; margin-top: var(--space-1); font-weight: 700; color: var(--color-teal-300); font-size: 0.95rem; }
.about-card__stat p { margin: var(--space-2) 0 0; color: rgba(255,255,255,0.78); font-size: 0.88rem; line-height: 1.55; }

/* ---- "Rakamlarla Küresel Erişimimiz" ----
   Orijinal olcumler: koyu yesil (#1e3d38) bolum, 75px cerceve; baslik 54px/500/-2px,
   ucu 1140px genislikte sayac izgarasi (40px aralik), altinda 972x522 harita. */
.stats-section { background: #1e3d38; color: var(--color-white); padding: 75px; }
.stats-section__inner { max-width: 1140px; margin: 0 auto; }
.stats-section h2.stats-section__heading {
  margin: 0;
  max-width: none;
  text-align: center;
  font-size: clamp(2rem, 3.6vw, 3.375rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.037em;
  color: #f2f2f2;
}
.stats-section__heading-strong { font-weight: 700; }
.stats-section__heading-accent { font-weight: 700; color: var(--color-teal-500); }
.stats-section__heading-italic { font-style: italic; font-weight: 500; }

.stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 37.5px; text-align: center; }
.stat-card .stat-card__num {
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.031em;
  color: var(--color-white);
}
.stat-card__label {
  margin: 10px 0 0;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.048em;
  color: var(--color-teal-500);
}
.stat-card__desc {
  margin: 5px 0 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.055em;
  color: var(--color-white);
}

/* Harita: isaretler yuzde konumla duruyor, uzerine gelince ulke adi beliriyor. */
.world-map {
  position: relative;
  width: 100%;
  max-width: 972px;
  margin: 37.5px auto 0;
  aspect-ratio: 972 / 522;
  border-radius: 16px;
  overflow: hidden;
}
.world-map__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.world-map__spot {
  position: absolute;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
}
.world-map__dot {
  position: absolute;
  left: 50%; top: 50%;
  width: 10px; height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--color-white);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.55), 0 0 12px rgba(255,255,255,0.25);
}
.world-map__dot::before,
.world-map__dot::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 20px; height: 20px;
  transform: translate(-50%, -50%) scale(0.35);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.55);
  opacity: 0;
  pointer-events: none;
}
.world-map__label {
  position: absolute;
  left: calc(50% + 15px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  color: var(--color-white);
  font-size: 0.6875rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.world-map__spot:hover .world-map__label,
.world-map__spot:focus-within .world-map__label { opacity: 1; transform: translateY(-50%) translateX(0); }

@media (prefers-reduced-motion: no-preference) {
  .world-map__dot { animation: map-dot-glow 2.4s ease-in-out infinite; }
  .world-map__dot::before,
  .world-map__dot::after { animation: map-pulse-ring 1.35s ease-out infinite; }
  .world-map__dot::after { animation-delay: 0.675s; }
}
@keyframes map-dot-glow {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.06); }
}
@keyframes map-pulse-ring {
  0% { transform: translate(-50%, -50%) scale(0.35); opacity: 0; }
  12% { opacity: 0.9; }
  100% { transform: translate(-50%, -50%) scale(1.9); opacity: 0; }
}

.stats-section__tail {
  max-width: 800px;
  margin: 37.5px auto 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.062em;
  color: #f2f2f2;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: var(--space-2);
  font-weight: 600;
}
.check-list li::before {
  content: "";
  position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--color-teal-500);
}

/* ---- Sections with alt background ---- */
.section--alt, .services-section, .faq-section { background: var(--color-bg-alt); }

/* ---- Accordion (product features + FAQ) ---- */
.accordion-item { border-bottom: 1px solid var(--color-line); }
.accordion-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  background: none;
  border: none;
  text-align: left;
  padding: var(--space-4) 0;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-ink);
}
.accordion-item__icon { flex-shrink: 0; transition: transform var(--transition); }
.accordion-item.is-open .accordion-item__icon { transform: rotate(45deg); }
.accordion-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition);
}
.accordion-item.is-open .accordion-item__panel { max-height: 1200px; }
.accordion-item__panel-inner { padding-bottom: var(--space-4); color: var(--color-body); }

/* ---- SIKÇA SORULAN SORULAR (ana sayfa) ----
   Orijinal olcumler: bolum 50px cerceve, iki esit sutun + 50px bosluk,
   sag sutun 720px yuksekliginde foto, sol sutunda 72px/600 iki satirli baslik
   ve 30px icerlek beyaz akordeon kartlari (yukseklik 92px, kose 10px). */
.faq-section { padding: 50px; }
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}
.faq-layout__media {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.faq-section h2.faq-section__heading {
  margin: 0;
  max-width: none;
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.028em;
  text-transform: uppercase;
  color: #282a2c;
}
.faq-section__heading span { display: block; }
.faq-section__heading-accent { color: var(--color-teal-500); }

/* Kart gorunumlu akordeon — sadece ana sayfa SSS bolumunde kullaniliyor. */
.accordion--cards { padding: 30px; }
.accordion--cards .accordion-item {
  background: var(--color-white);
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 10px;
  margin-top: 1px;
}
.accordion--cards .accordion-item:first-child { margin-top: 0; }
.accordion--cards .accordion-item__trigger {
  padding: 30px;
  gap: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: #282a2c;
  transition: color var(--transition);
}
.accordion--cards .accordion-item.is-open .accordion-item__trigger { color: var(--color-teal-500); }
.accordion--cards .accordion-item__icon {
  width: 32px;
  height: 32px;
  border: 1px solid #d8d5d2;
  border-radius: 50%;
  background: var(--color-white);
  color: #282a2c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}
.accordion--cards .accordion-item__icon svg { width: 14px; height: 14px; display: block; }
.accordion--cards .accordion-item.is-open .accordion-item__icon {
  background: var(--color-teal-500);
  border-color: var(--color-teal-500);
  color: var(--color-white);
  transform: rotate(180deg);
}
.accordion--cards .accordion-item__panel-inner {
  padding: 0 30px 30px;
  font-size: 0.8125rem;
  line-height: 2.09;
  color: #3c4449;
}
.accordion--cards .accordion-item__panel-inner p { margin: 0; }
.accordion--cards .accordion-item__panel-inner ul {
  margin: 34px 0 0 34px;
  padding: 0;
  list-style: disc;
}
.accordion--cards .accordion-item__panel-inner li { margin-top: 6px; }
.accordion--cards .accordion-item__panel-inner li:first-child { margin-top: 0; }
.accordion--cards .accordion-item__panel-inner a { color: var(--color-teal-500); }
/* Ürün sayfalarinda ayni kartlar ana govdenin icinde, ek girinti olmadan duruyor. */
.accordion--flush { padding: 0; }
.product-main h2.product-main__portfolio-heading {
  font-size: clamp(1.35rem, 2vw, 1.875rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #282a2c;
  margin: var(--space-6) 0 var(--space-4);
  max-width: none;
}

@media (max-width: 1100px) {
  .section.faq-section { padding: var(--space-6) var(--space-4); }
  .faq-layout { grid-template-columns: minmax(0, 1fr); gap: var(--space-5); }
  .faq-layout__media { height: 420px; }
  .accordion--cards { padding: 0; }
  .accordion--cards .accordion-item__trigger { padding: 20px; gap: 12px; font-size: 1rem; }
  .accordion--cards .accordion-item__panel-inner { padding: 0 20px 20px; }
  .accordion--cards .accordion-item__panel-inner ul { margin: 20px 0 0 20px; }
}

/* ---- Carousel (testimonials) — no autoplay, prev/next only ---- */
.carousel { position: relative; margin-top: var(--space-5); }
.carousel__track {
  cursor: grab;
  display: flex;
  gap: var(--space-4);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: var(--space-3);
  scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track.is-dragging { cursor: grabbing; }
.carousel__track.is-dragging,
.carousel__track.is-animating { scroll-behavior: auto; scroll-snap-type: none; }
.carousel__track.is-dragging * { pointer-events: none; }
.testimonial-card {
  flex: 0 0 345px;
  scroll-snap-align: start;
  background: var(--color-white);
  border: 0;
  border-radius: 0;
  padding: 30px;
  margin: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.testimonial-card__stars { display: flex; gap: 4px; margin-bottom: var(--space-4); }
.testimonial-card__star { width: 22px; height: 22px; fill: var(--color-teal-500); }
.testimonial-card p { flex-grow: 1; color: #282a2c; font-size: 1.02rem; line-height: 1.55; }
.testimonial-card footer { margin-top: var(--space-4); }
.testimonial-card__author { display: block; font-size: 1.32rem; font-weight: 500; color: #282a2c; }
.testimonial-card__role { display: block; margin-top: 2px; font-size: 0.95rem; font-weight: 500; color: #73878b; }
.carousel__controls { display: flex; gap: var(--space-2); justify-content: flex-end; }
.carousel__btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--color-line);
  background: var(--color-white);
  font-size: 1rem;
}
.carousel__btn:hover { background: var(--color-teal-500); color: var(--color-white); border-color: var(--color-teal-500); }

/* ---- Forms ---- */
.contact-form { display: flex; flex-direction: column; gap: var(--space-3); }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  color: var(--color-ink);
}

.hp-field { position: absolute !important; left: -9999px !important; }
.form-message { padding: var(--space-2) var(--space-3); border-radius: var(--radius-sm); font-size: 0.9rem; margin: 0 0 var(--space-3); }
.form-message--success { background: #e5f6ec; color: var(--color-success); }
.form-message--error { background: #fbeae8; color: var(--color-danger); }

.contact-info-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-6); margin-top: var(--space-5); }
.contact-info-block h3 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--color-teal-500); }

/* ---- Product / sector pages ---- */
/* Orijinal olcumler: menu kutusu 355px genis, 0/40px ic bosluk, kose yuvarlatmasi
   yok ve zemin rengi her sektorun kendi markasindan geliyor. */
.product-layout { display: grid; grid-template-columns: 355px minmax(0, 1fr); gap: 20px; padding: var(--space-7) 0; }
.product-sidebar { position: sticky; top: 96px; align-self: start; }
.product-sidebar__nav {
  --sidebar-color: var(--color-navy-800);
  background: var(--sidebar-color);
  border-radius: 0;
  padding: 40px;
}
.product-sidebar__nav h3 { font-size: 1.375rem; font-weight: 500; color: var(--color-white); margin-bottom: var(--space-4); }
.product-sidebar__nav ul { display: flex; flex-direction: column; }
.product-sidebar__nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  font-weight: 400;
  font-size: 1rem;
  color: var(--color-white);
  transition: color var(--transition), padding-left var(--transition);
}
.product-sidebar__chevron { color: var(--color-teal-400); font-weight: 700; }
.product-sidebar__nav ul li a:hover { color: var(--color-white); padding-left: var(--space-2); }
.product-sidebar__nav ul li a[aria-current="page"] { color: var(--color-teal-300); }
.product-main img.product-hero { border-radius: 0; margin-bottom: var(--space-5); }
.product-main .intro { font-size: 1.05rem; color: var(--color-body); }
.product-main .why-us { background: var(--color-bg-alt); padding: var(--space-5); border-radius: 0; margin: var(--space-5) 0; }
.product-main h2 { font-size: 1.4rem; margin-top: var(--space-6); }
/* align-content/items: start — without these the grid stretches to match a taller
   sidebar and the spare height is dumped into the row gap, pushing the second row down. */
.product-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 41px;
  align-content: start;
  align-items: start;
}


/* ---- Appointment card under the sidebar ---- */
.appointment-card {
  margin-top: var(--space-4);
  background: var(--color-white);
  border: 0;
  border-radius: 0;
  padding: 40px;
  box-shadow: var(--shadow-card);
}
.appointment-card h3 { font-size: 1rem; line-height: 1.35; text-align: center; color: var(--color-ink); margin-bottom: var(--space-3); }
.appointment-form { display: flex; flex-direction: column; gap: var(--space-2); }
.appointment-form input {
  width: 100%;
  padding: 14.5px 25px;
  border: 0.8px solid #e8e8e8;
  border-radius: 7px;
  background: var(--color-white);
  color: var(--color-ink);
  font-family: inherit;
  font-size: 0.92rem;
}
.appointment-form input::placeholder { color: var(--color-body); opacity: 1; }
.appointment-form input:focus { outline: 2px solid var(--color-teal-500); outline-offset: 1px; }
.appointment-form .btn { margin-top: var(--space-2); }

/* ---- Contact page map ---- */
.contact-map { margin-top: var(--space-6); border-radius: 0; overflow: hidden; }
.contact-map iframe { display: block; width: 100%; height: 420px; border: 0; }

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .card-grid--3, .card-grid--4, .card-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sector-color-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sector-color-card { min-height: 0; }
  .contact-map iframe { height: 320px; }
  .about-intro__grid { grid-template-columns: minmax(0, 1fr); gap: var(--space-4); }
  .about-card { grid-template-columns: minmax(0, 1fr); }
  .about-card__photo { min-height: 240px; }
  .site-footer__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .product-layout { grid-template-columns: minmax(0, 1fr); }
  .product-sidebar { position: static; }
  .why-us-section__inner { grid-template-columns: minmax(0, 1fr) !important; }
          }

@media (max-width: 720px) {
  .main-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--color-navy-900);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition);
  }
  .main-nav.is-open { max-height: 480px; }
  .main-nav > ul { flex-direction: column; align-items: flex-start; gap: 0; padding: var(--space-3) var(--space-4); }
  .main-nav > ul > li { width: 100%; }
  .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; }
  .has-dropdown.is-open .dropdown-menu { display: block; }
  /* Hamburger menüde kart degil, girintili bir alt liste olarak akiyor. */
  .main-nav .dropdown-menu { margin-top: 0; width: auto; padding: 0 0 var(--space-2) var(--space-4); background: transparent; border-radius: 0; }
  .main-nav .dropdown-menu li a { color: rgba(255,255,255,0.8); border-bottom: 0; padding: var(--space-2) 0; }
  .main-nav .has-dropdown::after { content: none; }
  /* The language switcher isn't nested inside the mobile hamburger menu — it stays
     a floating card with its border/shadow even at mobile widths (matches desktop). */
  .lang-switcher .dropdown-menu {
    position: absolute;
    box-shadow: var(--shadow-card);
    display: none;
  }
  .lang-switcher.is-open .dropdown-menu { display: grid; }
  .nav-toggle { display: flex; }
  .site-header__actions .btn { display: none; }
  /* Mobilde .main-nav mutlak konumlandigi icin uzerindeki margin-left:auto
     bosluk yaratmiyor ve dil secici + hamburger logoya yapisik kaliyordu.
     Bosluk sag gruba veriliyor: logo solda, dil ve menu sagda hizali. */
  .site-header__actions { margin-left: auto; }
  .card-grid--2, .card-grid--3, .card-grid--4, .card-grid--5 { grid-template-columns: minmax(0, 1fr); }
  .product-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: minmax(0, 1fr); gap: var(--space-4); }
  .contact-info-grid { grid-template-columns: minmax(0, 1fr); }
  .testimonial-card { flex-basis: 85%; }
  .section { padding: var(--space-6) 0; }
}

@media (max-width: 480px) {
  .product-photo-grid { grid-template-columns: minmax(0, 1fr); }
  .sector-color-grid { grid-template-columns: minmax(0, 1fr); }
  .about-card__stats { grid-template-columns: minmax(0, 1fr); }
        }

/* ---- "Rakamlarla…" ve "Güven Zinciri" bolumlerinin dar ekran davranisi ----
   Kirilim noktalari ve degerler orijinaldeki Elementor tablet/mobil ayarlariyla ayni. */
@media (max-width: 1024px) {
  .hero, .hero--page { min-height: 100svh; }
  .section.stats-section { padding: 60px 30px; }
  .stat-grid { grid-template-columns: minmax(0, 1fr); gap: 15px; margin-top: 30px; }
  .world-map { margin-top: 30px; }
  .stats-section__tail { margin-top: 30px; }

  .trust-section { flex-direction: column; min-height: 500px; gap: 60px; padding: 60px 30px; }
  .trust-section__text { flex: 0 0 auto; max-width: none; }
  .trust-grid { width: 100%; align-self: stretch; }
}
@media (max-width: 767px) {
  /* Baslik + 'Tum Sektorlerimiz' butonu dar ekranda yan yana sigmiyordu. */
  .about-sectors__head { flex-direction: column; align-items: flex-start; gap: var(--space-4); }
  .about-sectors__head .btn { width: 100%; }
  .section.stats-section { padding: 60px 15px; }
  .stats-section__tail { font-size: 1.25rem; }
  .trust-section { padding: 60px 15px; }
  .trust-grid { grid-template-columns: minmax(0, 1fr); }
  .trust-card { min-height: 0; padding: var(--space-5); }
  .trust-card__icon { margin-bottom: var(--space-5); }
}

/* ---- Motion: scroll-reveal + hero network canvas ---- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
  .reveal-in { opacity: 1; transform: translateY(0); }
  .card-grid .reveal:nth-child(2) { transition-delay: 60ms; }
  .card-grid .reveal:nth-child(3) { transition-delay: 120ms; }
  .card-grid .reveal:nth-child(4) { transition-delay: 180ms; }
  .card-grid .reveal:nth-child(5) { transition-delay: 240ms; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__network { display: none; }
}

.hero { overflow: hidden; }
.hero__network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}
.hero .container { position: relative; z-index: 1; }

/* ---- Quote banner (services section lead-in) ---- */
.quote-banner {
  position: relative;
  background: var(--color-navy-950);
  color: var(--color-white);
  padding: var(--space-6) 0;
  text-align: center;
  overflow: hidden;
  background-image:
    linear-gradient(115deg, transparent 48%, rgba(150,212,198,0.25) 49%, rgba(150,212,198,0.25) 50%, transparent 51%),
    linear-gradient(65deg, transparent 68%, rgba(150,212,198,0.18) 69%, rgba(150,212,198,0.18) 70%, transparent 71%);
}
.quote-banner__text { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; font-style: italic; margin-bottom: var(--space-2); }
.quote-banner__sub { color: rgba(255,255,255,0.7); margin: 0; }

/* ---- World map strip (stats section) ---- */

/* ---- CTA photo (non-form pages) ---- */


/* ---- About page story block (stats strip + lead text + mission/vision cards) ---- */



/* ---- Sections layout helpers used by CTA/why-us blocks ---- */
/* ---- "Neden Biz?" — white section, two-tone heading, teal quote card (as on the original) ---- */
.why-us-section { background: var(--color-white); }
.why-us-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: var(--space-6);
  align-items: center;
}
.why-us-section__heading {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 1.15;
  text-transform: uppercase;
  color: #1e3d38;
  margin-bottom: var(--space-4);
  max-width: none;
}
.why-us-section__heading span { display: block; }
.why-us-section__heading-accent { color: var(--color-teal-500); }
.why-us-section p { color: var(--color-body); }
.why-us-section .check-list { margin: var(--space-4) 0 var(--space-5); }

/* Right-hand media: the tablet photo runs to the section edge, and the teal quote
   panel straddles its lower-left corner so it visually ties back into the text column. */
.why-us-media { position: relative; align-self: stretch; }
.why-us-media__main { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-us-media__quote {
  --quote-image: none;
  position: absolute;
  left: -18%;
  bottom: -6%;
  width: 74%;
  min-height: 180px;
  margin: 0;
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--color-teal-500);
  background-image: var(--quote-image);
  background-size: cover;
  background-position: center;
}
.why-us-media__quote blockquote {
  margin: 0;
  color: var(--color-white);
  font-style: italic;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.4;
}

/* ---- Closing CTA card (matches the original: patterned mint panel + teal form panel) ---- */
.cta-section { padding: var(--space-7) 0; background: var(--color-white); }
.cta-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); overflow: hidden; }
.cta-card__intro {
  --cta-pattern: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--space-7);
  background-color: #ddece4;
  background-image: var(--cta-pattern);
  background-size: cover;
  background-position: center;
}
.cta-card__heading {
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  color: #1e3d38;
  margin: 0 0 var(--space-5);
}
.cta-card__heading span { display: block; }
.cta-card__heading-accent { color: var(--color-teal-500); }

.cta-card__panel { padding: var(--space-7); background: var(--color-teal-500); color: var(--color-white); }
.cta-card__panel h3 { color: var(--color-white); font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 600; margin-bottom: var(--space-3); }
.cta-card__panel p { color: rgba(255,255,255,0.92); font-size: 0.95rem; }

.cta-form { display: flex; flex-direction: column; gap: var(--space-3); margin-top: var(--space-4); }
.cta-form__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-3); }
.cta-form input, .cta-form select, .cta-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 2px;
  background: #ededed;
  color: var(--color-ink);
  font-family: inherit;
  font-size: 0.95rem;
}
.cta-form input::placeholder, .cta-form textarea::placeholder { color: #6b7280; opacity: 1; }
.cta-form input:focus, .cta-form select:focus, .cta-form textarea:focus { outline: 2px solid #1e3d38; outline-offset: 1px; }
.cta-form textarea { resize: vertical; }

.btn--dark { background: #1e3d38; color: var(--color-white); }
.btn--dark:hover { background: #16302c; }

@media (max-width: 960px) {
  .cta-card { grid-template-columns: minmax(0, 1fr); }
  .cta-card__intro, .cta-card__panel { padding: var(--space-6); }
}
@media (max-width: 480px) {
  .cta-form__row { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 960px) {
  .why-us-media { margin-top: var(--space-6); }
  .why-us-media__quote { position: static; width: 100%; margin-top: var(--space-3); }
}

/* ---- Yorumlar: desenli nane bant, kare beyaz kartlar (orijinaldeki gibi) ---- */
.testimonials-section {
  --band-pattern: none;
  background-color: #dceae2;
  background-image: var(--band-pattern);
  background-size: cover;
  background-position: center;
}
.testimonials-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-4);
}
.testimonials-section__head h2 { margin-bottom: 0; }
.testimonials-section .carousel__btn { background: transparent; border-color: rgba(30,61,56,0.25); color: #1e3d38; }

@media (max-width: 960px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card h3 { font-size: 1.2rem; }
  .testimonials-section__head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .testimonial-card { flex-basis: 85%; }
}

/* ---- Hakkimizda govde: teal baslik + iki sutun duz metin (orijinaldeki gibi) ---- */
.about-story__heading {
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  font-weight: 700;
  color: var(--color-teal-500);
  max-width: none;
  margin-bottom: var(--space-5);
}
.about-story__columns { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-6); align-items: start; }
.about-story__columns p { color: var(--color-body); font-size: 1rem; line-height: 1.65; }
.about-story__columns strong { color: var(--color-ink); font-weight: 700; }

@media (max-width: 960px) {
  .about-story__columns { grid-template-columns: minmax(0, 1fr); gap: var(--space-4); }
}

/* ---- Yukari cik butonu (orijinal: 49px teal daire, sag 55 / alt 40) ---- */
.to-top {
  position: fixed;
  right: 55px;
  bottom: 40px;
  z-index: 40;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--color-teal-500);
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition), background var(--transition);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--color-teal-400); }
.to-top svg { width: 18px; height: 18px; }

@media (max-width: 720px) {
  .to-top { right: 20px; bottom: 20px; }
}

/* Sektor sayfasi urun listesi ustundeki baslik */
/* ---- Sektör sayfası: hero + "…Çözüm Ortağınız" blogu ---- */
/* Baslik + altindaki tanitim paragrafi birlikte ekrana sigsin diye punto
   orijinaldeki 80px'ten bir tik asagida (72px) tutuluyor. */
#main-content .hero--sector h1.hero__display {
  max-width: 8.5em;
  margin: 0;
  font-size: clamp(2rem, 4.7vw, 4.5rem);
  font-weight: 500;
  line-height: 1.2;
  /* Orijinalde harf araligi normal. */
  letter-spacing: normal;
  text-transform: uppercase;
}
/* Orijinalde baslik iki agirliktan olusuyor: ilk bolum 700, kalani 500
   ("<b>Kaliteli Gida,</b> Guclu Tedarik"). Kalin bolum icerikte <b> ile isaretli. */
.hero__display b { font-weight: 700; }
.hero--sector .hero__display-intro {
  max-width: 720px;
  margin: 48px 0 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f2f2f2;
}
@media (max-width: 720px) {
  .hero--sector .hero__display-intro { margin-top: var(--space-4); }
}
/* Alcak ekranlarda (dizustu + tarayici cubuklari) dev punto baslik ile giris
   paragrafi bir ekrana sigmiyordu; ozellikle Rusca ve Danca'da metin uzun.
   Yukseklik daraldikca once ara bosluk, sonra punto kucultuluyor — boylece
   hero her cozunurlukte tek ekranda kaliyor. */
@media (max-height: 780px) {
  #main-content .hero--sector h1.hero__display { font-size: clamp(1.9rem, 4vw, 3.5rem); }
  .hero--sector .hero__display-intro { margin-top: var(--space-4); }
}
@media (max-height: 660px) {
  #main-content .hero--sector h1.hero__display { font-size: clamp(1.7rem, 3.4vw, 2.9rem); }
  .hero--sector .hero__display-intro { margin-top: var(--space-3); font-size: 1rem; }
}
.solution-section__inner {
  display: grid;
  grid-template-columns: 686px minmax(0, 1fr);
  gap: 84px;
  align-items: center;
}
.solution-section__media img { width: 100%; height: auto; display: block; }
.solution-section h2.solution-section__heading {
  margin: 0 0 var(--space-4);
  max-width: none;
  font-size: clamp(1.5rem, 2.4vw, 2.125rem);
  font-weight: 700;
  line-height: 1.1;
  color: #282a2c;
}
.solution-section__heading-accent { color: var(--color-teal-500); }
.solution-section__text p { color: var(--color-body); }
.solution-section__text .btn { margin-top: var(--space-4); }
.solution-section--product .solution-section__inner { grid-template-columns: 590px minmax(0, 1fr); gap: 100px; }
.solution-section--product .solution-section__media img { height: 480px; object-fit: cover; }
.solution-section--product h2.solution-section__heading { font-size: clamp(1.6rem, 3vw, 2.875rem); }
@media (max-width: 1100px) {
  /* --product varyanti bu kuraldan sonra tanimli oldugu icin onu da acikca ezmek gerekiyor. */
  .solution-section__inner,
  .solution-section--product .solution-section__inner { grid-template-columns: minmax(0, 1fr); gap: var(--space-5); }
  .solution-section--product .solution-section__media img { height: auto; }
}

/* --------------------------------------------------------------------------
   Serbest sayfalar (_inc/page-template.php) — yonetim panelinden eklenen
   sayfalar sektor/urun duzenine dokunmadan ayni tipografiyi kullanir.
   -------------------------------------------------------------------------- */
.page-block { max-width: 900px; margin: 0 auto var(--space-6); }
.page-block:last-of-type { margin-bottom: var(--space-5); }
.page-block__heading {
  margin: 0 0 var(--space-3);
  font-size: clamp(1.35rem, 2.2vw, 1.875rem);
  font-weight: 700;
  line-height: 1.15;
  color: #282a2c;
}
.page-block__image { display: block; width: 100%; height: auto; margin: 0 0 var(--space-4); }
.page-block__body { color: var(--color-body); }
.page-block__body p { margin: 0 0 var(--space-3); }
.page-block__body p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   WhatsApp kutusu (_inc/partial-whatsapp.php)
   Sag altta sabit duran daire; tiklaninca ustunde mesaj yazma paneli acilir.
   Yukari-cik butonu bunun ustune kayar, ikisi ust uste binmez.
   -------------------------------------------------------------------------- */
.wa {
  --wa-green: #25d366;
  --wa-green-dark: #1da851;
  --wa-head: #075e54;
  position: fixed;
  right: 55px;
  bottom: 40px;
  z-index: 45;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.wa__fab {
  position: relative;
  width: 60px;
  height: 60px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--wa-green);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .38);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}
.wa__fab:hover { background: var(--wa-green-dark); transform: translateY(-2px); }
.wa__fab:focus-visible { outline: 3px solid var(--color-teal-300); outline-offset: 3px; }
.wa__fab svg { width: 32px; height: 32px; transition: opacity var(--transition), transform var(--transition); }
.wa__fab-close { position: absolute; width: 24px !important; height: 24px !important; opacity: 0; transform: rotate(-90deg); }
.wa.is-open .wa__fab-icon { opacity: 0; transform: rotate(90deg); }
.wa.is-open .wa__fab-close { opacity: 1; transform: rotate(0); }

/* Dikkat cekmek icin tek seferlik nabiz halkasi (hareket azaltma acikken yok) */
.wa__fab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--wa-green);
  animation: wa-pulse 2.4s ease-out 3;
}
.wa.is-open .wa__fab::after { display: none; }
@keyframes wa-pulse {
  0%   { transform: scale(1);   opacity: .7; }
  70%  { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

.wa__panel {
  order: -1;
  width: 340px;
  /* Cok alcak ekranlarda panel ekrandan tasmasin, kendi icinde kaysin. */
  max-height: calc(100svh - 130px);
  overflow-y: auto;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(11, 29, 46, .28);
  transform-origin: bottom right;
}
.wa__panel[hidden] { display: none; }
.wa.is-open .wa__panel { animation: wa-in .22s ease-out; }
@keyframes wa-in {
  from { opacity: 0; transform: translateY(12px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.wa__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--wa-head);
  color: #fff;
}
.wa__avatar {
  width: 40px; height: 40px; flex: none;
  border-radius: 50%; overflow: hidden; background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
}
.wa__avatar img { width: 100%; height: 100%; object-fit: contain; }
.wa__head-text { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.wa__head-text strong { font-size: 0.95rem; font-weight: 600; }
.wa__status { font-size: 0.75rem; opacity: .8; }
.wa__close {
  flex: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;
  border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer;
}
.wa__close:hover { background: rgba(255,255,255,.15); }
.wa__close svg { width: 16px; height: 16px; }

/* WhatsApp'in kendi sohbet zemini gibi acik yesil bir doku */
.wa__body {
  padding: 20px 16px;
  background: #e5ddd5;
  background-image: radial-gradient(rgba(255,255,255,.55) 1px, transparent 1px);
  background-size: 14px 14px;
}
.wa__bubble {
  position: relative;
  margin: 0;
  max-width: 90%;
  padding: 10px 13px;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-ink);
  box-shadow: 0 1px 2px rgba(11, 29, 46, .12);
}
.wa__bubble::before {
  content: "";
  position: absolute;
  top: 0; left: -7px;
  border: 7px solid transparent;
  border-top-color: #fff;
  border-right: 0;
}

.wa__compose { padding: 14px 16px 16px; }
.wa__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wa__input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  font: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-ink);
  resize: vertical;
  min-height: 74px;
}
.wa__input:focus { outline: 2px solid rgba(37, 211, 102, .45); border-color: var(--wa-green); }
.wa__send {
  width: 100%;
  margin-top: 10px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 16px;
  border: 0; border-radius: 999px;
  background: var(--wa-green); color: #fff;
  font: inherit; font-weight: 600; font-size: 0.9rem; cursor: pointer;
  transition: background var(--transition);
}
.wa__send:hover { background: var(--wa-green-dark); }
.wa__send:disabled { background: #b9c3cd; cursor: not-allowed; }
.wa__send svg { width: 17px; height: 17px; }
.wa__note { margin: 9px 0 0; font-size: 0.72rem; line-height: 1.45; color: var(--color-body); text-align: center; }

/* Yukari-cik butonu WhatsApp dairesinin ustune tasindi. */
.to-top { bottom: 112px; }

@media (max-width: 720px) {
  .wa { right: 20px; bottom: 20px; gap: 12px; }
  .wa__fab { width: 54px; height: 54px; }
  .wa__fab svg { width: 28px; height: 28px; }
  .to-top { right: 20px; bottom: 86px; }
}

@media (prefers-reduced-motion: reduce) {
  .wa__fab::after { animation: none; }
  .wa.is-open .wa__panel { animation: none; }
  .wa__fab:hover { transform: none; }
}
