:root{
  --bg:#f7f8fb;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --line:#e5e7eb;
  --brand:#27277a;
  --brand2:#22c55e;
  --radius:18px;

  --shadow: 0 10px 25px rgba(0,0,0,0.06);
  --shadow2: 0 14px 40px rgba(0,0,0,0.10);

  --container: 1100px;
  --containerPad: 16px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
}

a{color:inherit}

/* ===== CONTAINERS ===== */
.container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--containerPad);
}
.container-fluid{
  width:100%;
  margin:0;
  padding:0 var(--containerPad);
}

/* ===== TOPBAR / NAV ===== */
.topbar{
  position:sticky; top:0; z-index:20;
  background:rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0; gap:12px;
}
.brand{
  display:flex; align-items:center; gap:10px;
  text-decoration:none; font-weight:800; letter-spacing:.2px;
}
.brand-badge{
  width:34px; height:34px; border-radius:10px;
  background:linear-gradient(135deg,var(--brand),#111827);
  display:inline-block;
}
.navlinks{display:flex; gap:14px; flex-wrap:wrap; align-items:center;}
.navlinks a{
  font-size:14px; color:var(--muted);
  text-decoration:none; padding:8px 10px; border-radius:12px;
}
.navlinks a:hover{background:#f1f5f9; color:var(--text);}
.navRight{display:flex; align-items:center; gap:10px;}

.navToggle{
  display:none;
  width:42px; height:42px;
  border-radius:12px;
  border:1px solid var(--line);
  background:#fff;
  font-size:20px;
  cursor:pointer;
}



/* ===== BUTTONS ===== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:10px 14px; border-radius:14px; text-decoration:none;
  border:1px solid var(--line);
  background:var(--card);
  color:var(--text);
  font-weight:700; font-size:14px;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
  user-select:none;
}
.btn:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.btn:active{ transform: translateY(1px); }

.btnPrimary{background:var(--brand); color:#fff; border-color:var(--brand);}
.btnGhost{background:transparent;}
.btnGreen{background:var(--brand2); color:#083015; border-color:var(--brand2);}

/* ===== PAGE ===== */
.section{margin:16px 0;}
.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
  box-shadow: none;
}
.grid{display:grid; gap:12px;}
.grid3{grid-template-columns:repeat(3,minmax(0,1fr));}
.grid4{grid-template-columns:repeat(4,minmax(0,1fr));}
@media (max-width:900px){ .grid3,.grid4{grid-template-columns:1fr} }

.h1{font-size:36px; line-height:1.1; margin:0 0 8px;}
.p{color:var(--muted); margin:0; line-height:1.6;}
.kicker{color:var(--muted); font-size:13px; margin-top:10px;}

.hero{
  padding:22px;
  border-radius:22px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#ffffff, #f8fafc);
}
.heroRow{display:flex; gap:14px; flex-wrap:wrap; margin-top:14px;}
.heroRow .btn{padding:12px 16px}

/* ===== TRUST BAR ===== */
.trustbar{display:grid; gap:12px; grid-template-columns:repeat(4,minmax(0,1fr));}
@media (max-width:900px){ .trustbar{grid-template-columns:1fr} }
.trustItem h3{margin:0 0 6px; font-size:16px}
.trustItem p{margin:0; color:var(--muted); font-size:14px; line-height:1.5}

/* ===== SECTION HEAD ===== */
.sectionHead{
  display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap;
  margin-bottom:10px;
}
.sectionTitle{margin:0; font-size:22px;}
.sectionSub{margin:0; color:var(--muted);}

/* ===== STEPS ===== */
.stepCard h3{margin:0 0 6px}
.stepCard p{margin:0; color:var(--muted);}

/* ===== FAQ ===== */
.faqItem{
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  overflow:hidden;
}
.faqQ{
  width:100%;
  text-align:left;
  padding:14px 14px;
  background:#fff;
  border:0;
  font-weight:800;
  cursor:pointer;
}
.faqA{
  display:none;
  padding:0 14px 14px;
  color:var(--muted);
  line-height:1.6;
}
.faqItem.open .faqA{display:block}

/* ===== FOOTER ===== */
.footer{
  border-top:1px solid var(--line);
  background:#fff;
  padding:18px 0;
}
.footerGrid{display:grid; gap:12px; grid-template-columns:2fr 1fr 1fr;}
@media (max-width:900px){ .footerGrid{grid-template-columns:1fr} }
.small{font-size:13px; color:var(--muted)}


/* ===========================================
   HERO DARK — FULL WIDTH BACKGROUND
   İçerik: 1100px ortalı
=========================================== */

.heroDarkWrap{
  width:100%;
  margin:16px 0 22px;
}

/* full-width background */
.heroDark{
  width:100%;
  color:#e5e7eb;
  border-top:1px solid rgba(255,255,255,0.06);
  border-bottom:1px solid rgba(255,255,255,0.06);
  background:
    radial-gradient(1200px 600px at 10% 10%, rgba(34,197,94,0.18), transparent 60%),
    radial-gradient(900px 500px at 90% 15%, rgba(39,39,122,0.25), transparent 55%),
    linear-gradient(180deg, #0b1220, #050b14);
}

/* inner content (ortalanmış) */
.heroDarkInner{
  max-width: var(--container);
  margin: 0 auto;
  padding: 26px var(--containerPad);

  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap:18px;
  align-items:start;
}

/* pill */
.heroPill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.06);
  color:#cbd5e1;
  font-size:13px;
  margin-bottom:14px;
}

/* heading */
.heroH{
  margin:0 0 10px 0;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-0.6px;
}

/* sub */
.heroSub{
  margin:0 0 16px 0;
  color:#cbd5e1;
  line-height:1.55;
  font-size:15px;
  max-width:58ch;
}

/* buttons */
.heroBtns{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:14px 0 10px 0;
}
.heroBtns .btn{
  padding:12px 16px;
  border-radius:14px;
  border:1px solid transparent; /* dark override */
  background:rgba(255,255,255,0.06);
  color:#e5e7eb;
  box-shadow:none;
}
.heroBtns .btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

/* dark button */
.btnDark{
  border-color:rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.06);
  color:#e5e7eb;
}
.btnDark:hover{
  background:rgba(255,255,255,0.09);
  border-color:rgba(255,255,255,0.22);
}

/* green strong */
.btnGreenStrong{
  background: linear-gradient(180deg, #22c55e, #16a34a);
  border-color: rgba(34,197,94,0.35);
  color:#052e16;
  box-shadow: 0 10px 24px rgba(34,197,94,0.18);
}
.btnGreenStrong:hover{
  box-shadow: 0 14px 30px rgba(34,197,94,0.22);
}

/* media */
.heroMedia{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.04);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
  min-height:220px;

  /* mini kartlara binmeyi engelle */
  margin-bottom:16px;
}

/* img/video */
.heroMedia img,
.heroVideo{
  width:100%;
  display:block;
  object-fit:cover;
  aspect-ratio: 16 / 10;
  border-radius:0; /* wrapper already rounds */
}
.heroVideo{background:#000}

/* video ready fade-in */
.heroMediaVideo .heroVideo{
  opacity:0;
  transition: opacity .35s ease;
}
.heroMediaVideo.isReady .heroVideo{opacity:1;}

/* caption (altta kart gibi) */
.heroMediaCaption{
  position:relative;
  margin:12px;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.06);
  color:#cbd5e1;
  font-size:13px;
  display:flex;
  gap:8px;
  align-items:center;
}

/* mini cards row */
.heroMiniCards{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--containerPad) 22px var(--containerPad);

  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.heroMini{
  border-radius:18px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(255,255,255,0.05);
  padding:12px;
  color:#e5e7eb;
  backdrop-filter: blur(6px);
}
.heroMini .t{font-weight:800; margin:0 0 4px;}
.heroMini .d{margin:0; color:#94a3b8; font-size:13px; line-height:1.5;}

/* HERO responsive */
@media (max-width:900px){
  .heroDarkInner{
    grid-template-columns:1fr;
    padding:18px var(--containerPad);
  }
  .heroBtns{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .heroBtns .btn{width:100%;}
  .heroMiniCards{
    grid-template-columns:1fr;
    padding: 0 var(--containerPad) 18px var(--containerPad);
  }
  .heroMedia{ margin-bottom:20px; }
}


/* ===== Packages Grid Component ===== */
.packagesLinks{display:flex;gap:14px;flex-wrap:wrap;align-items:center}

.pCard{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:380px;
  box-shadow: var(--shadow);
  transition: transform .12s ease, box-shadow .12s ease;
}
.pCard:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow2);
}

.pTitleRow{display:flex;gap:10px;align-items:flex-start}
.pBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#f8fafc;
  font-size:14px;
}
.pTitle{font-weight:900; font-size:18px; line-height:1.2;}
.pSub{font-size:13px;color:var(--muted);line-height:1.5}

.pList{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.65;
  font-size:13px;
}
.pList li{margin:4px 0}

.pPrice{margin-top:auto}
.pTry{
  font-weight:900;
  color:var(--brand2);
  font-size:22px;
  letter-spacing:-0.2px;
}
.pMeta{margin-top:4px;font-size:12px;color:var(--muted)}
.pUsd{margin-top:6px;font-size:13px;color:var(--muted);opacity:.7}

.pActions{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.pPrimary{width:fit-content}
.pLink{
  font-size:13px;
  color:var(--muted);
  text-decoration:none;
  width:fit-content;
}
.pLink:hover{color:var(--text); text-decoration:underline}

.pNote{
  margin-top:6px;
  font-size:13px;
  color:var(--muted);
  border-top:1px dashed var(--line);
  padding-top:10px;
}

/* Mobil */
@media (max-width:900px){
  .pCard{min-height:auto}
  .pPrimary{width:100%}
}

/* ===== Lead Form ===== */
.leadCard{padding:22px;}
.leadForm{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:12px;
}
.leadForm input,
.leadForm select,
.leadForm textarea{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  font-size:14px;
  width:100%;
}
.leadForm textarea{
  min-height:90px;
  resize:vertical;
}

/* ===== Why Us ===== */
.whyGrid{gap:14px;}
.whyCard{
  padding:18px;
  border-radius:18px;
  box-shadow: var(--shadow);
  transition: transform .12s ease, box-shadow .12s ease;
}
.whyCard:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow2);
}
.whyIcon{
  width:38px; height:38px;
  display:flex; align-items:center; justify-content:center;
  border-radius:12px;
  border:1px solid var(--line);
  background:#f8fafc;
  font-size:18px;
  margin-bottom:10px;
}
.whyTitle{
  font-weight:900;
  font-size:16px;
  margin-bottom:6px;
}
.whyText{
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

/* ===== References Grid ===== */
.refsGrid{gap:14px;}
.refsCard{
  display:block;
  text-decoration:none;
  color:inherit;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow: var(--shadow);
  transition: transform .12s ease, box-shadow .12s ease;
}
.refsCard:hover{
  transform:translateY(-1px);
  box-shadow: var(--shadow2);
}
.refsMedia{padding:12px;}
.refsImg{
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit:cover;
  border-radius:14px;
  display:block;
}
.refsImgPh{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f1f5f9;
  color:var(--muted);
  font-size:13px;
}
.refsBody{padding:2px 14px 14px;}
.refsTitle{font-weight:900; font-size:15px; margin:6px 0 6px;}
.refsText{color:var(--muted); font-size:13px; line-height:1.5;}

/* ===== Mobile horizontal scroll wrappers ===== */
.packagesScroll,
.refsScroll,
.whyScroll,
.blogScroll{ overflow: visible; }

/* Packages: force horizontal scroll on mobile */
@media (max-width:900px){
  .packagesSection .packagesScroll{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    padding-bottom:6px;
    margin:0 calc(-1 * var(--containerPad));
    padding-left:var(--containerPad);
    padding-right:var(--containerPad);
  }
  .packagesSection .packagesGrid{
    display:flex !important;
    gap:12px !important;
  }
  .packagesSection .packagesGrid .pCard{
    flex:0 0 86% !important;
    max-width:86% !important;
    scroll-snap-align:start;
  }
}

/* Refs: mobile horizontal scroll */
@media (max-width:900px){
  .refsSection .refsScroll{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    padding-bottom:6px;
    margin:0 calc(-1 * var(--containerPad));
    padding-left:var(--containerPad);
    padding-right:var(--containerPad);
  }
  .refsSection .refsGrid{
    display:flex !important;
    gap:12px !important;
  }
  .refsSection .refsGrid .refsCard{
    flex:0 0 86% !important;
    max-width:86% !important;
    scroll-snap-align:start;
  }
}

/* Why Us: mobile horizontal scroll */
@media (max-width:900px){
  .whySection .whyScroll{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    padding-bottom:6px;
    margin:0 calc(-1 * var(--containerPad));
    padding-left:var(--containerPad);
    padding-right:var(--containerPad);
  }
  .whySection .whyGrid{
    display:flex !important;
    gap:12px !important;
  }
  .whySection .whyGrid .whyCard{
    flex:0 0 86% !important;
    max-width:86% !important;
    scroll-snap-align:start;
  }
}

/* ===== Blog Grid ===== */
.blogCard{
  display:block;
  text-decoration:none;
  color:inherit;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  box-shadow: var(--shadow);
  transition: transform .12s ease, box-shadow .12s ease;
}
.blogCard:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow2);
}
.blogMedia{background:#f1f5f9;}
.blogImg{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
}
.blogImgPh{
  height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  font-weight:700;
}
.blogBody{padding:14px;}
.blogDate{font-size:12px; color:var(--muted); margin-bottom:6px;}
.blogTitle{font-weight:900; font-size:16px; line-height:1.25; margin-bottom:8px;}
.blogText{font-size:13px; color:var(--muted); line-height:1.5;}

/* Blog: mobile swipe */
@media (max-width:900px){
  .blogSection .blogScroll{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    padding-bottom:6px;
    margin:0 calc(-1 * var(--containerPad));
    padding-left:var(--containerPad);
    padding-right:var(--containerPad);
  }
  .blogSection .blogGrid{
    display:flex !important;
    gap:12px !important;
  }
  .blogSection .blogGrid .blogCard{
    flex:0 0 86% !important;
    max-width:86% !important;
    scroll-snap-align:start;
  }
}

/* ===== Store Map ===== */
.storeMapCard{
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow: var(--shadow);
}
.storeMapWrap{
  position:relative;
  width:100%;
  height:420px;
  background:#f1f5f9;
}
.storeMapWrap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
@media (max-width:900px){
  .storeMapWrap{ height:360px; }
}
.brand-logo{
  height:34px;
  width:auto;
  display:block;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:800;
}

.embedCard{ padding:0; overflow:hidden; }
.embedFrameWrap{
  width:100%;
  height: var(--embedH, 980px);
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(148,163,184,.18);
  background: rgba(0,0,0,.20);
}
.embedFrame{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
@media (max-width: 860px){
  .embedFrameWrap{ height: var(--embedHm, 1200px); }
}

.embedFrameWrap{
  height: var(--embedH, 1400px);
}
@media (max-width:860px){
  .embedFrameWrap{
    height: var(--embedHm, 2200px);
  }
}

.blogText{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faqItem .faqA {
  display: none;
  padding: 10px 0 0;
  color: #475569;
}

.faqItem.isOpen .faqA {
  display: block;
}

.faqQ {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 14px 0;
  font-weight: 600;
  cursor: pointer;
}
/* === TOPBAR PREMIUM === */
.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15,23,42,.06);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:72px;
  gap:16px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:-0.02em;
}

.brand-logo{
  width:36px;
  height:auto;
}

.navlinks{
  display:flex;
  gap:22px;
}

.navlinks a{
  font-weight:500;
  color:#0f172a;
  opacity:.85;
}

.navlinks a:hover{
  opacity:1;
}

/* CTA */
.ctaRow{
  display:flex;
  gap:10px;
}

.btnPrimary{
  background:#16a34a;
  color:#fff;
  border-radius:999px;
  padding:8px 16px;
}

.btnGhost{
  border-radius:999px;
  padding:8px 16px;
  border:1px solid rgba(15,23,42,.15);
}

/* mobile */
.navToggle{
  display:none;
}

@media (max-width: 900px){
  .navlinks{ display:none; }
  .ctaRow{ display:none; }
  .navToggle{
    display:block;
    font-size:20px;
    background:none;
    border:0;
  }
}

/* =========================
   FOOTER – MINIMAL BAR
   ========================= */

.footer{
  background: linear-gradient(180deg, #020617 0%, #020617 100%);
  margin-top: 80px;
  padding: 18px 0;
}

.footerBar{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footerCopyright{
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 8px;
}

.footerLinks{
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.footerLinks a{
  font-size: 13px;
  color: #cbd5e1;
  opacity: .85;
  text-decoration: none;
}

.footerLinks a:hover{
  opacity: 1;
  color: #ffffff;
}
/* iframe embed hissini öldür */
.embedInline{ padding:0; margin-top:12px; }
.embedFrameWrapPlain{
  border:0 !important;
  border-radius:0 !important;
  background: transparent !important;
  box-shadow:none !important;
  overflow: hidden;
}
.embedFrame{
  border:0;
  width:100%;
  height:100%;
  display:block;
  background: transparent;
}

/* İstersen üst-alt boşluğu section ile uyumlu kalsın */
.section .embedInline{ margin-top: 14px; }
/* Dark hero full video mod */
.heroDark{
  position:relative;
  overflow:hidden;
  min-height:620px;
  display:flex;
  align-items:center;
  padding:100px 0 80px;
}

.heroDarkInner{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  text-align:left;
}

.heroDarkContent{
  max-width:760px;
}

.heroH{
  font-size:52px;
  line-height:1.1;
  font-weight:800;
  margin:18px 0;
}

.heroSub{
  font-size:18px;
  opacity:.95;
  margin-bottom:28px;
}

.heroBtns{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.heroMiniCards{
  margin-top:40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:1200px;
  padding:0 24px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:2;
}

.heroMini{
  background:rgba(0,0,0,.55);
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:18px;
}

@media(max-width:900px){
  .heroDark{
    min-height:720px;
    padding:80px 0;
  }

  .heroH{
    font-size:34px;
  }

  .heroMiniCards{
    grid-template-columns:1fr;
  }
}
/* ===== Full-bleed: container içinden 100vw taşır ===== */
.fullBleed{
  width:100vw;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
}

/* ===== Hero Slider ===== */
body.hasTransparentHeader .heroSliderWrap{ padding-top: 0 !important; }


.heroSlider{
  position:relative;
  height:var(--hsH, 72vh);
  min-height:580px;
  overflow:hidden;
  border-radius:22px;
}

/* Mobilde full width daha doğal dursun */
@media(max-width:900px){
  .heroSlider{ border-radius:0; min-height:560px; }
  .heroSliderWrap{ margin-top:0; }
}

.heroSlides{ position:relative; height:100%; }

.heroSlide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.02);
  transition:opacity .75s ease, transform .9s ease;
}

.heroSlide.isActive{
  opacity:1;
  transform:scale(1.0);
  z-index:2;
}

.heroSlideVideo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.02);
}

.heroSlideFallback{
  background:#0b1220;
}

.heroSlideOverlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.50); /* tek, dengeli overlay */
}


.heroSlideInner{
  position:relative;
  z-index:3;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
}

.heroSlideText{
  max-width:980px;
  text-align:center;
  color:#fff;
  transform:translateY(14px);
  opacity:0;
  transition:opacity .7s ease, transform .7s ease;
}

.heroSlide.isActive .heroSlideText{
  opacity:1;
  transform:translateY(0);
}

.hsTitle{
  margin:0 0 12px;
  font-weight:900;
  letter-spacing:-.02em;
  line-height:1.06;
  font-size:56px;
  text-shadow:0 12px 40px rgba(0,0,0,.45);
}

.hsSub{
  margin:0 auto 26px;
  max-width:720px;
  font-size:19px;
  opacity:.92;
  line-height:1.45;
  text-shadow:0 10px 28px rgba(0,0,0,.35);
}

@media(max-width:900px){
  .hsTitle{ font-size:34px; }
  .hsSub{ font-size:16px; margin-bottom:20px; }
}

/* ===== Buttons (etkileyici) ===== */
.hsBtns{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

.hsBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:13px 22px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  will-change:transform;
}

.hsBtnPrimary{
  /* color:#06210f; */
  background:linear-gradient(135deg, #22c55e, #a3e635);
  box-shadow:0 14px 46px rgba(34,197,94,.28);
}

.hsBtnPrimary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 64px rgba(34,197,94,.40);
}

.hsBtnGhost{
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
}

.hsBtnGhost:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.40);
  background:rgba(255,255,255,.16);
}

/* ===== Arrows ===== */
.hsArrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.28);
  color:#fff;
  font-size:34px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(10px);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.hsArrow:hover{
  transform:translateY(-50%) scale(1.04);
  background:rgba(0,0,0,.42);
  border-color:rgba(255,255,255,.32);
}

.hsPrev{ left:18px; }
.hsNext{ right:18px; }

@media(max-width:900px){
  .hsArrow{ width:46px; height:46px; font-size:30px; }
  .hsPrev{ left:10px; }
  .hsNext{ right:10px; }
}

/* ===== Dots ===== */
.hsDots{
  position:absolute;
  left:0; right:0; bottom:14px;
  z-index:4;
  display:flex;
  gap:10px;
  justify-content:center;
}

.hsDot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.35);
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, width .18s ease;
}

.hsDot.isActive{
  background:rgba(255,255,255,.95);
  width:28px;
}

/* Motion reduce */
@media (prefers-reduced-motion: reduce){
  .heroSlide, .heroSlideText{ transition:none; }
}
.trustSection{
  position:relative;
  margin-top:calc(var(--tsLift, 60px) * -1);
  padding:0 20px var(--tsPadB, 60px);
  z-index:5;
}

.trustWrap{
  max-width:var(--tsMax, 1200px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(var(--tsMin, 200px), 1fr));
  background:#fff;
  border-radius:18px;
  box-shadow:0 30px 80px rgba(0,0,0,.08);
  overflow:hidden;
}

.trustItem{
  padding:34px 22px;
  text-align:center;
  border-right:1px solid #f0f0f0;
  transition:transform .25s ease;
}

.trustItem:last-child{ border-right:none; }

.trustItem:hover{ transform:translateY(-6px); }

.trustIcon{
  font-size:34px;
  margin-bottom:12px;
}

.trustItem h4{
  font-size:18px;
  font-weight:800;
  margin:0 0 8px;
  color:#111827;
}

.trustItem p{
  font-size:14px;
  color:#6b7280;
  margin:0;
}

/* ✅ MOBILE: alt alta */
@media (max-width: 900px){
  .trustSection{
    padding:0 12px 48px;
  }

  .trustWrap{
    display:block;            /* grid'i kapat */
    padding:0;                /* iç padding varsa sıfırla */
  }

  .trustItem{
    display:block;            /* flex kalıntılarını öldür */
    min-height:unset !important;
    height:auto !important;

    padding:26px 16px;
    border-right:none;
    border-bottom:1px solid #f0f0f0;
    text-align:center;
  }

  .trustItem:last-child{
    border-bottom:none;
  }

  /* ikon / başlık / açıklama daha dengeli olsun */
  .trustIcon{
    font-size:34px;
    line-height:1;
    margin:0 0 10px;
  }

  .trustItem h4{
    font-size:18px;
    font-weight:800;
    margin:0 0 8px;
  }

  .trustItem p{
    font-size:14px;
    line-height:1.45;
    margin:0;
    color:#6b7280;
  }
}
.trustIcon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:0 auto 14px;
  color:#22c55e;              /* emoji için */
  font-size:34px;             /* emoji için */
  line-height:1;
}

.trustIcon svg{
  width:44px;
  height:44px;
  display:block;
  stroke: currentColor;       /* ✅ renk tek yerden */
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.trustIcon{ display:flex; justify-content:center; margin:0 auto 14px; }
.trustIcon .ti{ width:44px; height:44px; color:#22c55e; }
.trustIcon .ti *{ stroke:currentColor; }
/* ===== Lead (green split) ===== */
.leadSection{
  position:relative;
  padding:48px 0;
  background: linear-gradient(0deg, rgba(22,163,74,.92), rgba(22,163,74,.92));
  overflow:hidden;
}

/* optional background image */
.leadSection::before{
  content:"";
  position:absolute; inset:0;
  background-image: var(--leadBg);
  background-size: cover;
  background-position: center;
  opacity:.25;
  filter: saturate(1.1) contrast(1.05);
  pointer-events:none;
}

.leadInner{
  position:relative;
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:28px;
  align-items:center;
}

.leadLeft{ color:#fff; }
.leadKicker{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  font-weight:700;
  letter-spacing:.2px;
  margin-bottom:12px;
}
.leadHeadline{
  margin:0 0 10px;
  font-size:44px;
  line-height:1.05;
  letter-spacing:-.6px;
  font-weight:900;
}
.leadLeftText{
  margin:0 0 14px;
  max-width:52ch;
  font-size:16px;
  line-height:1.6;
  opacity:.95;
}
.leadMini{
  margin-top:10px;
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.18);
  font-weight:600;
}

/* right card */
.leadRight{ display:flex; justify-content:center; }
.leadCard{
  width:min(560px, 100%);
  background:#fff;
  border-radius:16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  border:1px solid rgba(0,0,0,.06);
  padding:20px;
}
.leadCardHead{ margin-bottom:14px; }
.leadCardTitle{
  font-size:18px;
  font-weight:900;
  margin:0 0 4px;
  color:#0f172a;
}
.leadCardSub{
  font-size:13px;
  line-height:1.5;
  color:#64748b;
}

/* form */
.leadForm{ display:flex; flex-direction:column; gap:12px; }
.leadGrid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}

.fGroup label{
  display:block;
  font-size:12px;
  font-weight:800;
  color:#0f172a;
  margin:0 0 6px;
}
.fGroup input,
.fGroup select,
.fGroup textarea{
  width:100%;
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:12px;
  padding:12px 12px;
  font-size:14px;
  outline:none;
  transition: box-shadow .15s, border-color .15s;
}
.fGroup textarea{ min-height:92px; resize:vertical; }
.fGroup input:focus,
.fGroup select:focus,
.fGroup textarea:focus{
  border-color: rgba(22,163,74,.55);
  box-shadow: 0 0 0 4px rgba(22,163,74,.18);
}

.leadSubmit{
  margin-top:4px;
  width:100%;
  border:0;
  border-radius:12px;
  padding:13px 14px;
  font-weight:900;
  cursor:pointer;
  color:#052e16;
  background: linear-gradient(180deg, #4ade80, #22c55e);
  box-shadow: 0 14px 28px rgba(34,197,94,.28);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.leadSubmit .arr{ font-weight:900; }
.leadSubmit:hover{ filter:brightness(.98); transform: translateY(-1px); }
.leadSubmit:active{ transform: translateY(0); }

.leadHint{
  font-size:12px;
  color:#64748b;
  text-align:center;
}

/* ===== Mobile ===== */
@media (max-width: 900px){
  .leadInner{ grid-template-columns: 1fr; gap:16px; }
  .leadHeadline{ font-size:32px; }
}

@media (max-width: 560px){
  .leadSection{ padding:34px 0; }
  .leadCard{ padding:16px; border-radius:14px; }
  .leadGrid2{ grid-template-columns: 1fr; }
  .leadHeadline{ font-size:28px; }
}
/* === Lead section full-bleed (revslider gibi) === */
html, body { overflow-x: hidden; }

.leadSection{
  /* tam ekran genişlik, sağ/sol sıfır */
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

/* Eğer senin genel layout .section'e padding veriyorsa
   leadSection zaten section içinde değil, ama yine de güvence */
.leadSection .section,
.leadSection .container{
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* İçeriği yine ortalı tut (REV slider gibi full background + centered content) */
.leadInner{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Mobilde de sağ/sol boşluk düzgün kalsın ama full-bleed background devam */
@media (max-width: 560px){
  .leadInner{
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* 0) Yatay taşmayı engelle */
html, body { overflow-x: hidden; }

/* 1) Yeşil arka plan FULL BLEED olsun */
.leadSection{
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 80px 0;            /* üst-alt nefes */
  border-radius: 0 !important;
  background: linear-gradient(180deg, #34c36b 0%, #1fa857 100%) !important;
}

/* 2) İçeriği ortala ama arka planı kısıtlama */
.leadInner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;            /* sadece içerik kenar boşluğu */
}

/* 3) Eğer leadSection bir container/section içine girip daralıyorsa, kır */
.section .leadSection,
.container .leadSection{
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* 4) Mobil ayar */
@media (max-width: 680px){
  .leadSection{ padding: 56px 0; }
  .leadInner{ padding: 0 14px; }
}
/* SADECE imageCarousel full-bleed */
.imageCarouselSection.fullBleed{
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* normal section */
.imageCarouselSection{
  position: relative;
  padding: 48px 0;
  transform: translateY(var(--icLift, 0px));
}

.imageCarouselInner{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 18px;
}

.imageCarousel{
  position: relative;
  margin-top: 16px;
}

.icTrack{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(360px, 40vw, 640px); /* daha büyük */
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 8px 64px; /* oklar için */
  justify-content: start;
  scrollbar-width: none;
}
.icTrack::-webkit-scrollbar{ display:none; }

.icLink{ display:block; text-decoration:none; }

.icItem{
  scroll-snap-align: start;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.06);
}

.icMedia{
  aspect-ratio: 16 / 9; /* daha “hero” gibi */
  position: relative;
  background: #e5e7eb;
}

.icImg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* oklar */
.icArrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.50);
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  cursor: pointer;
  z-index: 5;
  backdrop-filter: blur(6px);
}
.icArrow:hover{ background: rgba(0,0,0,.70); }
.icPrev{ left: 14px; }
.icNext{ right: 14px; }

@media (max-width: 680px){
  .imageCarouselInner{ padding: 0 14px; }
  .icTrack{
    grid-auto-columns: 88%;
    padding: 8px 14px;
    gap: 14px;
  }
  .icArrow{ display:none; }
}
.lbOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 18px;
}
.lbOverlay.isOpen{ display:flex; }

.lbPanel{
  position: relative;
  max-width: min(1100px, 96vw);
  max-height: 92vh;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #0b0f14;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

.lbImg{
  width: 100%;
  height: 92vh;
  max-height: 92vh;
  object-fit: contain;
  display: block;
  background: #0b0f14;
}

.lbClose{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  cursor: pointer;
  z-index: 2;
}
.lbClose:hover{ background: rgba(0,0,0,.65); }
/* === How We Work (premium) === */
.howSection{
  padding: 56px 0;
}
.howInner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 18px;
}
.howHead{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 16px;
}

.howScroll{
  margin-top: 18px;
}

/* Track: desktop grid, mobile snap */
.howTrack{
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 6px 12px;
  scrollbar-width: none;
}
.howTrack::-webkit-scrollbar{ display:none; }

/* İnce çizgi hissi (timeline) */
.howTrack::before{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  top: 28px;
  height: 1px;
  background: rgba(0,0,0,.08);
  pointer-events:none;
}

.howCard{
  scroll-snap-align: start;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  padding: 18px 18px 16px;
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
}
.howCard:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
}

.howTop{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 10px;
}

.howBadge{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 700;
  letter-spacing: .5px;
  background: rgba(16,185,129,.12); /* yeşil ton (markana uyar) */
  color: #065f46;
  border: 1px solid rgba(16,185,129,.18);
  flex: 0 0 auto;
  z-index: 1;
}

.howTitle{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.howText{
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,.72);
}

/* Desktop’ta 4’lü görünüm daha dengeli */
@media (min-width: 980px){
  .howTrack{
    grid-auto-columns: minmax(260px, 1fr);
  }
}

/* Mobile: daha iri kart, net snap */
@media (max-width: 680px){
  .howInner{ padding: 0 14px; }
  .howTrack{
    grid-auto-columns: 86%;
    gap: 12px;
    padding: 8px 2px 12px;
  }
  .howTrack::before{
    left: 8px;
    right: 8px;
  }
}
/* === Hero Split Media (like screenshot) === */
.hsSection{
  padding: 64px 0;
}
.hsInner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 18px;
}
.hsGrid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 32px;
  align-items: center;
}

/* Media */
.hsMediaCol{ position: relative; }
.hsMedia{
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
  aspect-ratio: 16 / 10;
}
.hsMedia img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.hsPlay{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.hsPlay::before{
  content:"";
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  display:block;
}
.hsPlay{
  color:#111;
}
.hsPlay{ }
.hsMedia .hsPlay{
  pointer-events:none;
}
.hsMedia .hsPlay{
  transform: translateZ(0);
}
.hsMedia .hsPlay{
  display:grid;
}
.hsMedia .hsPlay{
  place-items:center;
}
.hsMedia .hsPlay{
  font-weight:700;
}
.hsMedia .hsPlay{
  text-shadow:none;
}
.hsMedia .hsPlay{
  gap:0;
}
.hsMedia .hsPlay{
  mix-blend-mode: normal;
}
.hsMedia .hsPlay{
  /* text centering */
}
.hsMedia .hsPlay{
  /* arrow */
}

/* Content */
.hsTopStat{
  font-size: 13px;
  color: rgba(0,0,0,.70);
  margin-bottom: 10px;
}
.hsPill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(16,185,129,.12);
  border: 1px solid rgba(16,185,129,.18);
  color: #065f46;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 14px;
}

.hsTitle{
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}
.hsText{
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0,0,0,.70);
  max-width: 56ch;
}

.hsActions{
  display:flex;
  gap: 12px;
  align-items:center;
  margin-bottom: 18px;
}
.hsBtn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  /* background: #06210f; */
  color: #0f172a;
  text-decoration:none;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}
.hsBtn:hover{ transform: translateY(-1px); }

/* Bottom box (green-ish) */
.hsBox{
  border-radius: 16px;
  background: rgba(16,185,129,.10);
  border: 1px solid rgba(16,185,129,.14);
  padding: 16px 16px 14px;
}
.hsBoxTitle{
  font-weight: 800;
  margin-bottom: 10px;
}
.hsList{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}
.hsList li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(0,0,0,.72);
  font-size: 14px;
  line-height: 1.45;
}
.hsTick{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(16,185,129,.18);
  border: 1px solid rgba(16,185,129,.22);
  color: #065f46;
  font-weight: 900;
  flex: 0 0 auto;
}

/* Responsive */
@media (max-width: 980px){
  .hsGrid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .hsMedia{ aspect-ratio: 16 / 9; }
}
@media (max-width: 680px){
  .hsInner{ padding: 0 14px; }
}
/* === Hero Split Media – EXTRA WIDE === */
.hsSection{
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 72px 0;
}

/* İçerik artık daha geniş bir “rail”de */
.hsInner{
  max-width: 1720px;     /* ← kritik fark burada */
  margin: 0 auto;
  padding: 0 28px;      /* kenara daha yakın */
}
.vbOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 18px;
}
.vbOverlay.isOpen{ display:flex; }

.vbPanel{
  position: relative;
  max-width: min(1100px, 96vw);
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #0b0f14;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.vbVideo{
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
  background: #0b0f14;
}
.vbClose{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  cursor: pointer;
  z-index: 2;
}
.vbClose:hover{ background: rgba(0,0,0,.65); }
.hsMedia.hsVideo{
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
}
.hsMedia.hsVideo iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hsVideoThumb{
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: #e5e7eb;
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
}
.hsVideoThumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

.hsPlayBtn{
  all: unset;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}

.hsPlayIcon{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.hsPlayIcon::before{
  content:"";
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
}
.hsPlayIcon{
  color:#111;
  font-weight: 900;
}
.ytOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.ytOverlay.open{ display:flex; }

.ytPanel{
  position: relative;
  width: min(1000px, 92vw);
  aspect-ratio: 16 / 9;
  background:#000;
  border-radius: 16px;
  overflow:hidden;
}
.ytPanel iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ytClose{
  position:absolute;
  top:10px;
  right:10px;
  width:42px;
  height:42px;
  border-radius:999px;
  background:rgba(0,0,0,.5);
  color:#fff;
  border:none;
  font-size:24px;
  cursor:pointer;
  z-index:2;
}
.ytOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 18px;
}
.ytOverlay.open{ display:flex; }

.ytPanel{
  position: relative;
  width: min(1000px, 92vw);
  aspect-ratio: 16 / 9;
  background:#000;
  border-radius: 16px;
  overflow:hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.ytPanel iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ytClose{
  position:absolute;
  top:10px;
  right:10px;
  width:42px;
  height:42px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  color:#fff;
  border:none;
  font-size:24px;
  cursor:pointer;
  z-index:2;
}
.hsVideoThumb{
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 46px rgba(0,0,0,.14);
}

.hsPlayBtn{
  all: unset;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.hsVideoThumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 🔴 PLAY TUŞU */
.hsPlayIcon{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 3;                /* FOTOĞRAFIN ÜSTÜNE ÇIK */
  pointer-events: none;     /* TIKLAMAYI ENGELLEME */
  font-size: 26px;
  font-weight: 900;
  color: #111;
}

/* DAİRE */
.hsPlayIcon::before{
  content:"";
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

/* ÜÇGEN (▶) ÖNE GELSİN */
.hsPlayIcon{
  z-index: 4;
}
.hsPlayIcon::before{
  z-index: -1;
}

/* HOVER */
.hsPlayBtn:hover .hsPlayIcon::before{
  transform: scale(1.06);
}
/* === FAQ Section === */
.faqSection{
  padding: 72px 0;
}

.faqInner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

.faqHead{
  text-align: center;
  margin-bottom: 40px;
}

.faqEyebrow{
  display: block;
  color: #22c55e;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.faqTitle{
  font-size: clamp(28px, 3vw, 42px);
  margin: 0;
  letter-spacing: -0.6px;
}

/* Grid */
.faqGrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 22px;
}

/* Card */
.faqCard{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

/* Question */
.faqQ{
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.faqIcon{
  font-size: 20px;
  font-weight: 700;
  transition: transform .2s ease;
}

/* Answer */
.faqA{
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease, padding .25s ease;
  padding: 0 18px;
}

.faqA p{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0,0,0,.75);
}

/* Active */
.faqCard.isOpen .faqA{
  max-height: 220px;
  padding: 0 18px 18px;
}

.faqCard.isOpen .faqIcon{
  transform: rotate(45deg); /* + -> x */
}

/* Mobile */
@media (max-width: 820px){
  .faqGrid{
    grid-template-columns: 1fr;
  }
}
.faqA{
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease, padding .25s ease;
  padding: 0 18px;
}
.faqCard.isOpen .faqA{
  padding: 0 18px 18px;
}
.faqCard{ position: relative; }
.faqQ{
  position: relative;
  z-index: 5;              /* üstte */
  pointer-events: auto;    /* tıklanabilir */
  cursor: pointer;
}
.faqIcon{
  pointer-events: none;    /* ikon tıklamayı bölmesin */
}
.faqCard{ position: relative; }
.faqQ{ position: relative; z-index: 5; pointer-events: auto; cursor: pointer; }
.faqIcon{ pointer-events: none; }
/* FAQ Answer: kapalı */
.faqA{
  display:block;          /* none olmasın */
  height:auto;            /* 0 olmasın */
  max-height:0;
  overflow:hidden;
  padding: 0 18px;
  transition: max-height .25s ease, padding .25s ease;
}

/* Açık */
.faqCard.isOpen .faqA{
  max-height: 800px;      /* büyük bir değer ver */
  padding: 0 18px 18px;
}
/* Açık olan FAQ kartı: görseldeki gibi */
.faqCard.isOpen{
  border-color: #22c55e;
  box-shadow: 0 12px 30px rgba(34,197,94,.10);
}

/* Soru metni yeşil olsun */
.faqCard.isOpen .faqQ{
  color: #16a34a;
}

/* + ikonu da yeşile dönsün (istersen) */
.faqCard.isOpen .faqIcon{
  color: #16a34a;
}

/* Açıkken içerik alanı daha oturaklı */
.faqCard.isOpen .faqA{
  padding: 0 18px 18px;
}

/* İçerik metni biraz daha yumuşak */
.faqCard.isOpen .faqA p{
  color: rgba(0,0,0,.62);
}
/* === Blog Grid (Recent Articles style) === */
.blogxSection{ padding: 72px 0; }
.blogxInner{ max-width: 1200px; margin: 0 auto; padding: 0 18px; }

.blogxHead{ text-align:center; margin-bottom: 34px; }
.blogxEyebrow{ color:#22c55e; font-weight:700; font-size:14px; margin-bottom: 8px; }
.blogxTitle{ margin:0; font-size: clamp(28px, 3vw, 44px); letter-spacing: -0.6px; }

.blogxGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.blogxCard{
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  overflow:hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.blogxCard:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(0,0,0,.12);
}

.blogxLink{ display:block; color:inherit; text-decoration:none; }

.blogxMedia{
  position:relative;
  aspect-ratio: 16 / 10;
  background:#e5e7eb;
  overflow:hidden;
}

.blogxImg{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  transform: scale(1.02);
}

.blogxPh{
  position:absolute; inset:0;
  display:grid; place-items:center;
  color: rgba(0,0,0,.45);
  font-weight:700;
}

.blogxPill{
  position:absolute;
  left: 18px;
  bottom: 14px;
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.blogxBody{ padding: 18px 18px 18px; }
.blogxH3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

.blogxMeta{
  font-size: 12px;
  color: rgba(0,0,0,.55);
  margin-bottom: 12px;
}

.blogxText{
  margin: 0 0 16px;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  line-height: 1.6;
}

.blogxBtn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.18);
  font-weight: 700;
  font-size: 13px;
  background: #fff;
}

.blogxFoot{ margin-top: 18px; text-align:center; }

@media (max-width: 980px){
  .blogxGrid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px){
  .blogxGrid{ grid-template-columns: 1fr; }
}
.hsArrow{ pointer-events:auto; z-index: 50; }
.heroSlideOverlay{ pointer-events:none; }


/* Lightbox panel */
.lbPanel{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 92vw;
  max-height: 92vh;
}

/* Image */
.lbImg{
  max-width: 92vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

/* Arrows ON TOP OF IMAGE */
.lbArrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;

  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition: opacity .15s ease, background .15s ease, transform .15s ease;
  opacity: .9;
}

.lbArrow:hover{
  background: rgba(0,0,0,.70);
  opacity: 1;
}

/* left/right edges of the image (inside) */
.lbPrev{ left: 14px; }
.lbNext{ right: 14px; }

/* Mobil: biraz küçült */
@media (max-width: 680px){
  .lbArrow{
    width: 44px;
    height: 44px;
    font-size: 26px;
  }
  .lbPrev{ left: 10px; }
  .lbNext{ right: 10px; }
}
/* =========================
   CONTACT (cards + hours)
   Professional UI patch
   ========================= */

/* genel section başlıkları biraz daha düzgün */
.contactCardsSection .sectionHead .sectionTitle,
.hoursSection .sectionHead .sectionTitle{
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  font-weight: 800;
  color: #0f172a;
}
.contactCardsSection .sectionHead .sectionSub,
.hoursSection .sectionHead .sectionSub{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

/* grid aralığı ve kart hizası */
.contactCards{
  gap: 16px;
  align-items: stretch;
}
.cCard{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px 16px 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(2,6,23,.05);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  min-height: 126px;
  display: flex;
  flex-direction: column;
}
.cCard:hover{
  transform: translateY(-2px);
  border-color: #dbe2ea;
  box-shadow: 0 16px 44px rgba(2,6,23,.08);
}

/* ikon + başlık hiyerarşisi */
.cIcon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #f1f5f9;
  color: #0f172a;
  margin-bottom: 10px;
  font-size: 18px;
}
.cTitle{
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #0f172a;
}
.cText{
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 12px;
}

/* butonlar aynı hizada dursun */
.cCard .btn{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

/* yeşil/dark/ghost butonlarınız varsa daha düzgün görünsün */
.cCard .btnGreenStrong{
  background: #16a34a;
  color: #fff;
  border: 1px solid rgba(0,0,0,.05);
}
.cCard .btnGreenStrong:hover{ filter: brightness(.98); }

.cCard .btnDark{
  background: #0f172a;
  color: #fff;
  border: 1px solid rgba(0,0,0,.08);
}
.cCard .btnDark:hover{ filter: brightness(.98); }

.cCard .btnGhost{
  background: #fff;
  color: #0f172a;
  border: 1px solid #e5e7eb;
}
.cCard .btnGhost:hover{ border-color: #cbd5e1; }

/* alt kicker (not) */
.contactCardsSection .kicker{
  margin-top: 14px;
  font-size: 13px;
  color: #475569;
}

/* =========================
   HOURS (table look)
   ========================= */

.hoursCard{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(2,6,23,.05);
  padding: 10px;
}

.hoursTable{
  display: grid;
  gap: 6px;
}

.hoursRow{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.hoursRow:nth-child(odd){
  background: #ffffff;
}

.hoursDay{
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.2;
}

.hoursHr{
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.hoursNote{
  grid-column: 1 / -1;
  margin-top: 4px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}

/* =========================
   Responsive polish
   ========================= */
@media (max-width: 980px){
  .contactCardsSection .sectionHead .sectionTitle,
  .hoursSection .sectionHead .sectionTitle{
    font-size: 24px;
  }
}

@media (max-width: 720px){
  .contactCards{
    gap: 12px;
  }
  .cCard{
    padding: 14px;
    min-height: 118px;
  }
  .cIcon{
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .hoursRow{
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .hoursHr{
    justify-self: start;
  }
}
.articleSection{ padding: 44px 0; }
.articleInner{ max-width: 1120px; margin: 0 auto; padding: 0 16px; }

.articleHead{
  padding: 22px 0 18px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  margin-bottom: 18px;
}
.articleHead[style*="--articleHero"]{
  background-image: var(--articleHero);
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  padding: 28px 22px;
  border: 1px solid rgba(0,0,0,.08);
}

.articleTitle{ font-size: 34px; line-height: 1.15; margin: 0; }
.articleSub{ margin: 10px 0 0; font-size: 16px; opacity: .8; max-width: 70ch; }
.articleMeta{ margin-top: 10px; font-size: 13px; opacity: .7; }

.articleCtaRow{ margin-top: 14px; display:flex; gap:10px; flex-wrap:wrap; }

.articleGrid{
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 18px;
  align-items: start;
}

.articleMain{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px;
}

.articleAside{
  position: sticky;
  top: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 16px;
}
.articleAsideTitle{ font-weight: 700; margin-bottom: 8px; }

.articleToc{
  border: 1px dashed rgba(0,0,0,.15);
  border-radius: 14px;
  padding: 12px 12px;
  margin-bottom: 14px;
  background: rgba(0,0,0,.02);
}
.articleTocTitle{ font-weight: 700; margin-bottom: 8px; }
.articleToc ul{ margin: 0; padding-left: 18px; }
.articleToc li{ margin: 6px 0; }

.articleContent{ font-size: 15.5px; line-height: 1.7; }
.articleContent h2{ margin: 18px 0 8px; font-size: 22px; line-height: 1.25; }
.articleContent h3{ margin: 14px 0 6px; font-size: 18px; }
.articleContent p{ margin: 10px 0; }
.articleContent ul, .articleContent ol{ margin: 10px 0; padding-left: 18px; }
.articleContent blockquote{
  margin: 14px 0;
  padding: 12px 14px;
  border-left: 4px solid rgba(0,0,0,.18);
  background: rgba(0,0,0,.03);
  border-radius: 12px;
}

@media (max-width: 980px){
  .articleGrid{ grid-template-columns: 1fr; }
  .articleAside{ position: static; }
  .articleTitle{ font-size: 28px; }
}
.aboutX{ padding: 38px 0 56px; background: #fff; }
.aboutX__wrap{ max-width: 1180px; margin: 0 auto; padding: 0 16px; }

/* HERO */
.aboutX__hero{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #0b1220;
  position: relative;
  min-height: 220px;
}
.aboutX__hero[style*="--aboutHero"]{
  background-image: var(--aboutHero);
  background-size: cover;
  background-position: center;
}
.aboutX__hero::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(11,18,32,.92), rgba(11,18,32,.55), rgba(11,18,32,.25));
}
.aboutX__heroInner{
  position: relative;
  padding: 34px 28px;
  max-width: 820px;
}
.aboutX__heroKicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
  color: rgba(255,255,255,.85);
}
.aboutX__title{
  margin: 10px 0 0;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
}
.aboutX__sub{
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,.86);
  max-width: 70ch;
}
.aboutX__meta{
  margin-top: 14px;
  font-size: 12.5px;
  color: rgba(255,255,255,.75);
}
.aboutX__badges{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.aboutX__badge{
  display:inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(6px);
}

/* QUICK */
.aboutX__quick{
  margin-top: 16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.aboutX__qCard{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: #fff;
  padding: 14px 14px;
  box-shadow: 0 14px 28px rgba(2,6,23,.06);
}
.aboutX__qT{ font-weight: 800; font-size: 14px; margin-bottom: 6px; color:#0f172a; }
.aboutX__qX{ font-size: 13.5px; line-height: 1.5; color: rgba(15,23,42,.78); }

/* GRID */
.aboutX__grid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1fr 360px;
  gap: 14px;
  align-items: start;
}
.aboutX__main{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 16px 34px rgba(2,6,23,.06);
}
.aboutX__content{
  font-size: 15.8px;
  line-height: 1.75;
  color:#0f172a;
}
.aboutX__content h2{
  margin: 22px 0 10px;
  font-size: 22px;
  line-height: 1.25;
}
.aboutX__content h3{
  margin: 18px 0 8px;
  font-size: 18px;
}
.aboutX__content p{ margin: 12px 0; color: rgba(15,23,42,.86); }
.aboutX__content ul, .aboutX__content ol{ margin: 12px 0; padding-left: 18px; color: rgba(15,23,42,.86); }
.aboutX__content blockquote{
  margin: 14px 0;
  padding: 12px 14px;
  border-left: 4px solid rgba(37,99,235,.35);
  background: rgba(37,99,235,.05);
  border-radius: 14px;
}

/* ASIDE */
.aboutX__aside{ position: sticky; top: 14px; }
.aboutX__asideCard{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 16px 34px rgba(2,6,23,.06);
}
.aboutX__asideTitle{
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 10px;
  color:#0f172a;
}
.aboutX__values{
  list-style: none;
  margin: 0;
  padding: 0;
}
.aboutX__values li{
  padding: 10px 10px;
  border-radius: 14px;
  background: rgba(0,0,0,.025);
  border: 1px solid rgba(0,0,0,.05);
  margin-bottom: 10px;
  color: rgba(15,23,42,.88);
  font-size: 14px;
  line-height: 1.45;
}
.aboutX__values li:last-child{ margin-bottom: 0; }

@media (max-width: 980px){
  .aboutX__title{ font-size: 32px; }
  .aboutX__quick{ grid-template-columns: 1fr; }
  .aboutX__grid{ grid-template-columns: 1fr; }
  .aboutX__aside{ position: static; }
}
/* ===== Brands Marquee (bulletproof) ===== */
.bmSection{
  position: relative;
  isolation: isolate;           /* z-index savaşını bitirir */
  z-index: 1;
  background: #fff;
  padding: 22px 0;
  margin: 0;
}

.bmInner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
}

.bmHead{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 12px;
}

.bmTitle{ font-weight: 800; font-size: 18px; }
.bmSub{ color: #64748b; font-size: 13px; }

.bmMask{
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(2,6,23,.06);
  padding: 14px 0;
}

/* track */
.bmTrack{
  display:flex;
  align-items:center;
  gap: 28px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
}

/* items */
.bmItem{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 8px 14px;
  border-radius: 12px;
  text-decoration:none;
  user-select:none;
  -webkit-tap-highlight-color: transparent;
}

.bmItem:hover{
  background: #f8fafc;
}

.bmLogoWrap{
  height: 44px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bmLogo{
  height: 34px;
  width: auto;
  object-fit: contain;
  display:block;
  filter: saturate(1);
  opacity: .95;
}

/* mobile */
@media (max-width: 640px){
  .bmHead{ flex-direction:column; align-items:flex-start; }
  .bmTitle{ font-size:16px; }
  .bmSub{ font-size:12px; }
  .bmTrack{ gap: 18px; }
  .bmLogoWrap{ height: 40px; }
  .bmLogo{ height: 30px; }
}