/* ════════════════════════════════════════════════════════════════════════════
   REAP Battery — otomatik üretilen birleşik CSS
   Üretim: 2026-05-30 17:13:04
   Üreten script: __tools/consolidate-css.php
   Düzenleme: KAYNAK dosyaları düzenle, sonra script'i tekrar çalıştır.
   ════════════════════════════════════════════════════════════════════════════ */

/* ECO — eco-mode package (data-eco='1' veya body.eco-mode altında scoped) */

/* ═══════════ SOURCE: themes/reap/assets/css/_source/eco.css ═══════════ */
/* ================================================================
   REAP Battery — Eco Mode v5 (Hero + temiz SVG infografik)
   ----------------------------------------------------------------
   Palet: Reap Green #00b294 + Beyaz #FFFFFF.
   Tek sayfa, animasyonsuz. /eco-mode/ üzerinde TEK BAŞINA yüklenir.
   Chevron ve figure-8 şekilleri SVG ile çizilir (border+clip-path
   bug'ı yok). Yetkinlik kartları içerik-genişliğinde.
   ================================================================ */

/* --- 1. Reset --------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; color-scheme: light; }
body {
  background: #FFFFFF;
  color: #00b294;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: #00b294; text-decoration: none; }
a:focus-visible { outline: 2px solid #00b294; outline-offset: 3px; }
h1, h2, h3 { font-weight: 800; line-height: 1.15; color: #00b294; }
ul { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* --- 2. Layout -------------------------------------------------- */
.eco-wrap { width: min(1280px, 100%); margin: 0 auto; padding: 0 24px; }
.eco-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;
}
.eco-skip { position: absolute; left: -9999px; top: 0; }
.eco-skip:focus {
  left: 12px; top: 12px; z-index: 100;
  background: #00b294; color: #FFFFFF; padding: 8px 14px; border-radius: 4px;
}

/* --- 3. Notice strip ------------------------------------------- */
.eco-notice {
  background: #00b294; color: #FFFFFF;
  font-size: 13px; line-height: 1.4; text-align: center; padding: 9px 20px;
}
.eco-notice strong { font-weight: 800; }
.eco-notice a { color: #FFFFFF; border-bottom: 1px solid rgba(255,255,255,0.6); margin-left: 6px; }
.eco-notice__sep { margin: 0 8px; opacity: 0.55; }

/* --- 4. Header -------------------------------------------------- */
.eco-header { border-bottom: 1px solid rgba(0, 178, 148,0.22); background: #FFFFFF; }
.eco-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 18px 0; flex-wrap: wrap;
}
.eco-logo {
  display: inline-flex; align-items: baseline; gap: 2px;
  font-size: 22px; font-weight: 800; letter-spacing: -0.02em;
  color: #00b294; text-transform: lowercase;
}
.eco-logo span { font-weight: 500; font-size: 13px; letter-spacing: 0.02em; }
.eco-header__right { display: flex; align-items: center; gap: 14px; }
.eco-lang { display: flex; gap: 4px; }
.eco-lang a { font-size: 13px; padding: 6px 10px; border-radius: 4px; color: rgba(0, 178, 148,0.7); }
.eco-lang a[aria-current="true"] { background: rgba(0, 178, 148,0.10); color: #00b294; font-weight: 700; }

.eco-toggle {
  display: inline-flex; align-items: center; gap: 9px; color: #00b294;
  -webkit-user-select: none; user-select: none;
}
.eco-toggle__label { font-size: 13px; font-weight: 700; white-space: nowrap; }
.eco-toggle__track {
  position: relative; width: 48px; height: 26px;
  border-radius: 999px; background: #00b294; flex: 0 0 auto;
}
.eco-toggle__knob { position: absolute; top: 3px; left: 25px; width: 20px; height: 20px; border-radius: 50%; background: #FFFFFF; }
.eco-toggle__state { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; color: #00b294; }
.eco-toggle:hover .eco-toggle__track { opacity: 0.85; }
.eco-toggle:focus-visible { outline: 2px solid #00b294; outline-offset: 3px; border-radius: 4px; }

/* --- 5. HERO — metin tabanlı (sade, tek-ton #00b294, eco-uyumlu) --- */
.eco-hero {
  width: 100%;
  background: linear-gradient(180deg, #F1FAF6 0%, #FFFFFF 100%);
  border-bottom: 1px solid rgba(0, 178, 148,0.12);
}
.eco-hero img { width: 100%; height: auto; display: block; }
.eco-hero__inner { padding: clamp(48px, 8vw, 104px) 24px; text-align: center; }
.eco-hero__eyebrow {
  display: inline-block; font-size: 12px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase; color: #00b294;
  border: 1.5px solid rgba(0, 178, 148,0.35); border-radius: 999px;
  padding: 7px 18px; margin-bottom: 22px;
}
.eco-hero__title {
  font-size: clamp(30px, 5vw, 52px); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.08; color: #00b294; margin: 0 0 18px;
}
.eco-hero__sub {
  max-width: 680px; margin: 0 auto 30px;
  font-size: clamp(15px, 1.5vw, 18px); font-weight: 600;
  line-height: 1.55; color: rgba(0, 178, 148,0.82);
}
.eco-hero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; }
.eco-hero__meta span { font-size: 14px; font-weight: 600; color: rgba(0, 178, 148,0.7); }
.eco-hero__meta strong { color: #00b294; font-weight: 800; font-size: 18px; margin-right: 2px; }

/* --- 6. Page wrapper + section heading ------------------------- */
.eco-page { width: min(1240px, 100%); margin: 0 auto; padding: 8px 24px 0; }
.eco-shead { text-align: center; margin: 88px 0 46px; }
.eco-shead:first-of-type { margin-top: clamp(56px, 7vw, 84px); }
.eco-shead__eyebrow {
  display: inline-block; font-size: 12px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #00b294; padding: 7px 18px;
  border: 1.5px solid rgba(0, 178, 148,0.35); border-radius: 999px; margin-bottom: 18px;
}
.eco-shead__title {
  font-size: clamp(26px, 3.6vw, 38px); font-weight: 800; letter-spacing: -0.025em;
}
.eco-shead__title::after {
  content: ""; display: block; width: 54px; height: 4px; border-radius: 99px;
  background: #00b294; margin: 18px auto 0;
}

/* ================================================================
   --- 7. YETKİNLİKLER — 2 kolon, içerik-genişliği kartlar --------
   ================================================================ */
.capabilities {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 130px;
  padding: 12px 0 28px;
}
/* merkez dikey hat */
.cap-center-line {
  position: absolute; left: 50%; top: 6px; bottom: 6px;
  width: 3px; background: #00b294; transform: translateX(-50%); border-radius: 99px;
}
.cap-center-line::before, .cap-center-line::after {
  content: ""; position: absolute; left: 50%;
  width: 16px; height: 16px; border-radius: 50%; background: #00b294;
  transform: translateX(-50%);
}
.cap-center-line::before { top: -8px; }
.cap-center-line::after  { bottom: -8px; }

.cap-column { display: flex; flex-direction: column; gap: 42px; }

/* referans birebir: ikon kartın hemen yanında — sol [ikon][kart], sağ [kart][ikon] */
.cap-item {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}
.cap-column.right .cap-item { grid-template-columns: minmax(0, 1fr) 66px; }

.cap-icon {
  width: 66px; height: 66px; border-radius: 50%;
  background: #00b294; color: #FFFFFF;
  display: grid; place-items: center;
}
.cap-icon svg {
  width: 36px; height: 36px;
  stroke: currentColor; stroke-width: 2.4; fill: none;
  stroke-linecap: round; stroke-linejoin: round;
}

/* kart kolonu doldurur; pill/desc ikon tarafına yaslı, konnektör merkeze gider */
.cap-card { position: relative; width: 100%; min-width: 0;
  display: flex; flex-direction: column; }
.cap-column.left  .cap-card { align-items: flex-start; }
.cap-column.right .cap-card { align-items: flex-end; }

/* karttan merkez omurgaya konnektör (çizgi + nokta) */
.cap-card::after {
  content: ""; position: absolute; top: 26px;
  width: 56px; height: 3px; background: #00b294;
}
.cap-card::before {
  content: ""; position: absolute; top: 18px;
  width: 16px; height: 16px; border-radius: 50%; background: #00b294; z-index: 2;
}
.cap-column.left  .cap-card::after  { right: -66px; }
.cap-column.left  .cap-card::before { right: -26px; }
.cap-column.right .cap-card::after  { left: -66px; }
.cap-column.right .cap-card::before { left: -26px; }

.cap-title {
  display: inline-flex; align-items: center;
  min-height: 52px; padding: 8px 24px; max-width: 100%;
  background: #00b294; color: #FFFFFF;
  border-radius: 0 26px 26px 0;
  font-size: clamp(17px, 1.6vw, 24px); font-weight: 800; line-height: 1.15;
}
.cap-column.right .cap-title { border-radius: 26px 0 0 26px; }

.cap-desc {
  display: inline-flex; align-items: center;
  margin-top: 7px; min-height: 42px; padding: 7px 18px; max-width: 100%;
  border: 2.5px solid #00b294; border-radius: 0 22px 22px 0;
  color: #00b294; background: #FFFFFF;
  font-size: 14px; font-weight: 700; line-height: 1.25;
}
.cap-column.right .cap-desc { border-radius: 22px 0 0 22px; }

/* ================================================================
   --- 8. FAZLAR — SVG chevron (border bug yok) -------------------
   ================================================================ */
.phases {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px; align-items: start;
  padding: 8px 0 24px; margin-top: 12px;
}
.phase {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
}
/* head + body — SVG şekil arka planda, içerik üstte */
.phase-head, .phase-body {
  position: relative; width: 100%; max-width: 220px;
}
.phase-head { min-height: 132px; }
.phase-body { min-height: 250px; margin-top: -30px; }
.phase-shape {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.phase-shape path {
  fill: #FFFFFF; stroke: #00b294; stroke-width: 3;
}
.phase--done .phase-body .phase-shape path { fill: #00b294; }
.phase-head__label, .phase-body__content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  height: 100%;
}
.phase-head__label {
  font-size: 26px; font-weight: 800; color: #00b294;
  padding-bottom: 22px;
}
.phase-body__content { padding: 26px 18px 46px; }
.phase-num  { font-size: 64px; line-height: .85; font-weight: 800; }
.phase-unit { font-size: 20px; font-weight: 800; margin: 4px 0 12px; }
.phase-text { font-size: 15px; font-weight: 700; line-height: 1.25; max-width: 20ch; }
.phase--done .phase-num,
.phase--done .phase-unit,
.phase--done .phase-text { color: #FFFFFF; }
.phase:not(.phase--done) .phase-num,
.phase:not(.phase--done) .phase-unit,
.phase:not(.phase--done) .phase-text { color: #00b294; }

/* COMPLETED damgası */
.stamp {
  position: absolute; left: -18px; bottom: 18px;
  width: 116px; height: 116px;
  transform: rotate(-12deg); z-index: 10;
}

/* (9. Ekosistem artık saf HTML/CSS ağ diyagramı: .econet ailesi — bkz. aşağıdaki
    "EKOSİSTEM AĞ DİYAGRAMI" bölümü. Eski raster .eco-net-img + .partner kuralları
    2026-05-31'de kaldırıldı. EN ve TR sayfaları ortak.) */

/* --- 10. Footer ------------------------------------------------ */
.eco-footer {
  border-top: 1px solid rgba(0, 178, 148,0.22);
  padding: 32px 0 44px;
  font-size: 13px; color: rgba(0, 178, 148,0.8); text-align: center;
}
.eco-footer p + p { margin-top: 7px; }
.eco-footer strong { color: #00b294; font-weight: 800; }
.eco-footer a { color: rgba(0, 178, 148,0.8); border-bottom: 1px solid rgba(0, 178, 148,0.3); }
.eco-footer a:hover { color: #00b294; border-bottom-color: #00b294; }
.eco-footer__sep { margin: 0 8px; opacity: 0.5; }
.eco-footer__mini { margin-top: 18px; font-size: 12px; color: rgba(0, 178, 148,0.6); }

/* ================================================================
   --- 11. RESPONSIVE --------------------------------------------
   ================================================================ */
@media (max-width: 1000px) {
  .capabilities { grid-template-columns: 1fr; gap: 18px; }
  .cap-center-line { display: none; }
  .cap-card::after, .cap-card::before { display: none; }
  /* tek-sütunda tüm öğeler tutarlı: [ikon][kart], pill/desc sola yaslı */
  .cap-column.left  .cap-item,
  .cap-column.right .cap-item { grid-template-columns: 66px minmax(0, 1fr); }
  .cap-column.right .cap-icon { order: -1; }
  .cap-column.left  .cap-card,
  .cap-column.right .cap-card { align-items: flex-start; }
  .cap-column.left  .cap-title,
  .cap-column.right .cap-title { border-radius: 0 26px 26px 0; }
  .cap-column.left  .cap-desc,
  .cap-column.right .cap-desc  { border-radius: 0 22px 22px 0; }
}

@media (max-width: 720px) {
  .eco-wrap { padding: 0 16px; }
  .eco-page { padding: 8px 16px 0; }
  .phases { grid-template-columns: 1fr; gap: 28px; }
  .phase-head, .phase-body { max-width: 240px; }
  .stamp { left: 6px; }
}

/* ================================================================
   --- 13. BRAND PILL — büyük "reap battery" rozeti (SVG) ---------
   ================================================================ */
.eco-brand-pill {
  width: min(720px, 100%);
  margin: 6px auto 48px;
  display: flex; align-items: center; justify-content: center;
  border: 3px solid #00b294;
  border-radius: 999px;
  padding: 24px 40px;
}
.eco-brand-pill__logo { width: auto; height: auto; max-height: 74px; display: block; }
.eco-brand-pill svg { width: 100%; height: auto; display: block; }

/* (14. Partner tipografik markaları kaldırıldı — ekosistem artık tek parça
    infografik görsel; .pbrand* ailesi her iki sayfada da kullanılmıyordu.) */

/* ================================================================
   --- 15. ÜRÜNLER — 2×2, illüstrasyon + metin -------------------
   ================================================================ */
.eco-products {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; padding: 8px 0 40px;
}
.eco-prod {
  display: grid; grid-template-columns: 132px 1fr; gap: 20px; align-items: center;
  background: rgba(0, 178, 148,0.045);
  border: 1px solid rgba(0, 178, 148,0.12); border-radius: 18px; padding: 22px 24px;
}
.eco-prod__art { width: 100%; }
.eco-prod__art svg,
.eco-prod__img { width: 100%; height: auto; display: block; }

/* Ekosistem — tek parça infografik görsel (eko_sistem.png, 1774x887 ≈ 2:1) */
.ecosystem { display: block; padding: 16px 0 44px; }
.eco-net-img { width: 100%; max-width: 1040px; height: auto; margin: 0 auto; display: block; }

.eco-prod__title {
  font-size: clamp(16px, 1.5vw, 19px); font-weight: 800;
  color: #00b294; line-height: 1.2; margin-bottom: 8px;
}
.eco-prod__text { font-size: 14px; font-weight: 600; line-height: 1.5; color: rgba(0, 178, 148,0.85); }

/* ── Referans bantları: Ürünler + Fazlar soluk tam-genişlik arka plan ── */
.eco-band--faint {
  background: #F2F7F4;
  margin: clamp(28px, 4vw, 56px) -24px 0;
  padding: 2px 24px clamp(28px, 4vw, 48px);
}
.eco-band--faint > .eco-shead,
.eco-band--faint > .eco-shead:first-of-type { margin-top: clamp(40px, 5vw, 60px); }
/* Bant içindeki ürün kartları: beyaz zemin + ince kenarlık (referans) */
.eco-band--faint .eco-prod { background: #FFFFFF; border-color: rgba(0, 178, 148,0.16); }

@media (max-width: 1000px) {
  .eco-products { gap: 18px; }
  .eco-prod { padding: 20px; }
}
@media (max-width: 720px) {
  .eco-brand-pill { margin: 0 auto 32px; padding: 18px 28px; }
  /* mobilde eco-page padding 16px → bant margin'i de -16px olmalı (taşma önleme) */
  .eco-band--faint { margin-inline: -16px; padding-inline: 16px; }
  .eco-products { grid-template-columns: 1fr; gap: 16px; }
  /* Sabit 96px yerine esnek kolon — dar ekranda kırılma olmasın */
  .eco-prod { grid-template-columns: minmax(78px, 104px) 1fr; gap: 16px; padding: 16px 18px; }
  /* Geniş ekosistem infografiği telefonda okunamayacak kadar küçülmesin →
     yatay kaydırma, min genişlikle etiketler okunur kalır. */
  .ecosystem { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
  .eco-net-img { min-width: 640px; }
}

/* ================================================================
   --- 17. ECONET — HTML/CSS Ağ Diyagramı (econet__ öneki) --------
   ================================================================ */

/* Ana grid: sol partnerlar | merkez ağ | sağ partnerlar */
.econet {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 20px;
  align-items: center;
  padding: 25px 0 45px;
  background: #fff;
}

/* ---- Yan partner kolonları ---- */
.econet__side {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 54px;
}

.econet__partner {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  gap: 12px;
}

.econet__partner:not(:last-child)::after {
  content: "";
  width: 220px;
  height: 2px;
  background: #00b294;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

/* ---- Marka logoları ---- */
.econet__brand {
  font-weight: 900;
  color: #00b294;
  line-height: 1;
  letter-spacing: -1px;
}

.econet__brand--yeo {
  width: 92px; height: 92px;
  border: 6px solid #00b294;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 41px; font-weight: 900;
  letter-spacing: -6px; text-transform: lowercase;
}

.econet__brand--ratio  { font-size: 36px; letter-spacing: 1px; }
.econet__brand--cn     { font-size: 42px; letter-spacing: -4px; }
.econet__brand--brandit{ font-size: 29px; letter-spacing: -1px; }
.econet__brand--gp     { font-size: 32px; letter-spacing: -1px; }
.econet__brand--nicat  { font-size: 42px; letter-spacing: -2px; text-transform: lowercase; }
.econet__brand--seiso  { font-size: 44px; letter-spacing: -2px; text-transform: lowercase; }
.econet__brand--ion    { font-size: 28px; letter-spacing: 0; text-transform: uppercase; }

.econet__brand--tier {
  display: inline-grid; place-items: center;
  width: 72px; height: 72px;
  background: #00b294; color: #fff;
  font-weight: 900; font-size: 22px;
  line-height: .85; margin-left: 12px;
  border: 3px solid #00b294;
}

/* Yan yana marka kombinasyonu (CN Power|Brand IT, seiso|ION MEMBRANES).
   NOT: bu econet__* kuralları artık ÖLÜ KOD — ekosistem şeması tek parça raster
   görsele (eko_sistem-dark.png) geçtiğinde markup kalktı; hiçbir blade kullanmıyor. */
.econet__brand-combo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.econet__divider-v {
  height: 54px; width: 2px;
  background: #00b294;
}

/* Partner başlık metni */
.econet__label {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}

/* ---- Merkez ağ bölümü ---- */
.econet__center {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;        /* 1fr track'in 650px şekle göre genişleyip sayfayı taşırmasını engelle */
  overflow: hidden;    /* şekil merkez sütunu aşarsa sayfayı taşırmasın */
}

.econet__shape {
  width: 650px;
  height: 410px;
  position: relative;
}

/* İki büyük daire */
.econet__bigcircle {
  width: 330px; height: 330px;
  border-radius: 50%;
  background: #00b294;
  position: absolute; top: 40px;
}
.econet__bigcircle--left  { left: 50px; }
.econet__bigcircle--right { right: 50px; }

/* Ortadaki köprü şekli */
.econet__bridge {
  position: absolute;
  left: 305px; top: 54px;
  width: 72px; height: 302px;
  background: #00b294;
  clip-path: polygon(0 0, 50% 24%, 100% 0, 100% 100%, 50% 76%, 0 100%);
}

/* Kesik daireler (negatif boşluk) */
.econet__cut {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}
.econet__cut--lg        { width: 150px; height: 150px; top: 129px; }
.econet__cut--lg-left   { left: 164px; }
.econet__cut--lg-right  { right: 164px; }
.econet__cut--sm        { width: 82px; height: 82px; }
.econet__cut--s1 { left: 160px; top: 63px; }
.econet__cut--s2 { left: 70px;  top: 205px; }
.econet__cut--s3 { left: 160px; bottom: 63px; }
.econet__cut--s4 { right: 160px; top: 63px; }
.econet__cut--s5 { right: 70px;  top: 205px; }
.econet__cut--s6 { right: 160px; bottom: 63px; }

/* Merkez logo dairesi */
.econet__logo {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 132px; height: 132px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #00b294;
  z-index: 5;
  display: grid; place-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 42px;
  line-height: .72;
  letter-spacing: -3px;
  color: #00b294;
}
.econet__logo small {
  display: block;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 800;
}

/* Radyal bağlantı çizgileri */
.econet__line {
  position: absolute;
  height: 3px;
  background: #00b294;
  z-index: 6;
  transform-origin: left center;
}
.econet__line::before,
.econet__line::after {
  content: "";
  position: absolute;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: #00b294;
  top: 50%; transform: translateY(-50%);
}
.econet__line::before { left: -6px; }
.econet__line::after  { right: -6px; }

/* Sol çizgiler */
.econet__line--l1 { left: -5px; top: 82px;    width: 170px; transform: rotate(38deg); }
.econet__line--l2 { left: -5px; top: 205px;   width: 118px; }
.econet__line--l3 { left: -5px; bottom: 76px; width: 170px; transform: rotate(-38deg); }
/* Sağ çizgiler */
.econet__line--r1 { right: -5px; top: 82px;    width: 170px; transform: rotate(142deg); }
.econet__line--r2 { right: -5px; top: 205px;   width: 118px; transform: rotate(180deg); }
.econet__line--r3 { right: -5px; bottom: 76px; width: 170px; transform: rotate(-142deg); }

/* ---- Responsive: ≤1200px (tablet + küçük laptop) ----
   3-kolon yerleşim 650px ağ şeklini ancak ~1260px+ ekranda taşmadan
   sığdırır; bu yüzden ≤1200px'te tek kolona düşürüyoruz. */
@media (max-width: 1200px) {
  .econet {
    grid-template-columns: 1fr;
    gap: 28px;
    overflow: hidden;          /* güvenlik: ağ çizgileri/şekil taşmasını kırp */
  }
  /* flex yerine auto-fit grid → dar ekranda taşma matematiksel olarak imkansız */
  .econet__side {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
    gap: 20px;
    align-items: start;
    min-width: 0;
  }
  .econet__partner {
    min-height: 110px;
    min-width: 0;
    max-width: none;
  }
  .econet__partner:not(:last-child)::after { display: none; }
  .econet__brand-combo { flex-wrap: wrap; min-width: 0; }
  .econet__label { overflow-wrap: anywhere; }
  .econet__center {
    order: -1;
    overflow: hidden;
    min-width: 0;
    width: 100%;
  }
  .econet__shape {
    transform: scale(0.82);
    transform-origin: center;
    margin: -37px -59px;       /* (1-0.82)/2 * 650≈59, *410≈37 → ölçek kutusunu çökert */
  }
}

/* ---- Responsive: ≤640px (telefon) ---- */
@media (max-width: 640px) {
  .econet__side {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .econet__partner { max-width: 340px; }
  .econet__shape {
    transform: scale(0.52);
    transform-origin: center;
    margin: -98px -156px;      /* (1-0.52)/2 * 650≈156, *410≈98 → tam çökert */
  }
}

/* --- 16. Print ------------------------------------------------- */
@media print {
  .eco-notice, .eco-header, .eco-footer { display: none; }
}
