:root{
  --e3-ink:#0f172a;
  --e3-text:#344054;
  --e3-muted:#667085;
  --e3-line:#dbe5f2;
  --e3-soft:#f6f8fb;
  --e3-blue:#155eef;
  --e3-cyan:#06b6d4;
  --e3-green:#149647;
  --e3-orange:#f97316;
  --e3-shadow:0 18px 48px rgba(16,24,40,.10);
  --e3-shadow-soft:0 10px 28px rgba(16,24,40,.075);
}

.home-executive-hero{display:none!important}

.hero-carousel,
.page-home .hero-carousel{
  background:#fff!important;
  border:1px solid var(--e3-line)!important;
  border-radius:20px!important;
  overflow:hidden!important;
  box-shadow:var(--e3-shadow)!important;
}

.hero-slide,
.hero-banner-link{
  background:#fff!important;
  min-height:0!important;
}

.hero-slide img,
.hero-banner-link img{
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  background:#fff!important;
}

/* Ana sayfa kanal alanı */
.trust-row{
  padding:26px 0!important;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
}

.trust-box{
  border:1px solid var(--e3-line)!important;
  background:#fff!important;
  border-radius:22px!important;
  box-shadow:var(--e3-shadow-soft)!important;
  padding:22px!important;
  position:relative!important;
  overflow:hidden!important;
}

.trust-box:before{
  content:"";
  position:absolute;
  right:-80px;
  top:-80px;
  width:240px;
  height:240px;
  background:radial-gradient(circle,rgba(21,94,239,.10),transparent 62%);
  pointer-events:none;
}

.trust-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:18px!important;
  position:relative!important;
  z-index:1!important;
}

.trust-head b{
  font-size:18px!important;
  color:var(--e3-ink)!important;
  letter-spacing:-.02em!important;
  font-weight:850!important;
}

.trust-head span{
  font-size:12px!important;
  color:#194185!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
}

.trust-grid{
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  gap:12px!important;
  position:relative!important;
  z-index:1!important;
}

.trust-item{
  min-height:104px!important;
  border:1px solid #dbe5f2!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  border-radius:18px!important;
  color:#0f172a!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-weight:850!important;
  font-size:13px!important;
  line-height:1.15!important;
  text-align:center!important;
  box-shadow:0 8px 18px rgba(16,24,40,.055)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}

.trust-item:hover{
  transform:translateY(-3px)!important;
  border-color:#b8c8df!important;
  box-shadow:0 16px 30px rgba(16,24,40,.10)!important;
}

.trust-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#eef4ff;
  color:#155eef;
  border:1px solid #c7d7fe;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}

.trust-icon svg{
  width:24px;
  height:24px;
  display:block;
}

.trust-label{display:block}

.trust-item:nth-child(2n) .trust-icon{
  background:#ecfeff;
  color:#0891b2;
  border-color:#bae6fd;
}

.trust-item:nth-child(3n) .trust-icon{
  background:#fff7ed;
  color:#ea580c;
  border-color:#fed7aa;
}

.trust-item:nth-child(4n) .trust-icon{
  background:#ecfdf3;
  color:#087443;
  border-color:#bbf7d0;
}

/* İç sayfalar ortak sistem */
body.page-inner main{
  background:linear-gradient(180deg,#f8fbff 0%,#fff 46%,#fff 100%)!important;
  overflow:hidden!important;
}

body.page-inner .page-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.82fr)!important;
  align-items:center!important;
  gap:34px!important;
  position:relative!important;
  border:1px solid var(--e3-line)!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#fff 0%,#f8fbff 62%,#eef4ff 100%)!important;
  box-shadow:var(--e3-shadow)!important;
  padding:44px!important;
  overflow:hidden!important;
  margin-top:26px!important;
}

body.page-inner .page-hero:before{
  content:"";
  position:absolute;
  right:-140px;
  top:-140px;
  width:430px;
  height:430px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(21,94,239,.14),transparent 65%);
  pointer-events:none;
}

body.page-inner .page-hero:after{
  content:"";
  position:absolute;
  left:-120px;
  bottom:-160px;
  width:360px;
  height:360px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(20,150,71,.10),transparent 68%);
  pointer-events:none;
}

body.page-inner .page-hero>*,
body.page-inner .page-hero .inner-hero-copy{
  position:relative;
  z-index:1;
}

body.page-inner .page-hero .eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;
  max-width:100%!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  border:1px solid #c7d7fe!important;
  background:#eef4ff!important;
  color:#194185!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}

body.page-inner .page-hero .eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:99px;
  background:#149647;
  box-shadow:0 0 0 4px rgba(20,150,71,.14);
}

body.page-inner .page-hero h1{
  color:var(--e3-ink)!important;
  font-size:clamp(34px,4vw,56px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:900!important;
  max-width:900px!important;
  margin:16px 0!important;
}

body.page-inner .page-hero p{
  color:#475467!important;
  font-size:16px!important;
  line-height:1.75!important;
  font-weight:520!important;
  max-width:820px!important;
}

.hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:24px!important;
}

.hero-actions .btn,
.btn{
  border-radius:14px!important;
  font-weight:850!important;
}

.inner-hero-visual{
  min-height:310px;
  border-radius:26px;
  border:1px solid rgba(199,215,254,.9);
  background:#08111f;
  color:#fff;
  box-shadow:0 24px 60px rgba(15,23,42,.22);
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:18px;
  position:relative;
  overflow:hidden;
}

.inner-hero-visual:before{
  content:"";
  position:absolute;
  inset:-80px -100px auto auto;
  width:280px;
  height:280px;
  background:radial-gradient(circle,rgba(21,94,239,.45),transparent 64%);
}

.inner-hero-visual:after{
  content:"";
  position:absolute;
  left:-80px;
  bottom:-90px;
  width:240px;
  height:240px;
  background:radial-gradient(circle,rgba(20,150,71,.28),transparent 65%);
}

.inner-visual-top,
.inner-visual-grid,
.inner-visual-banner{
  position:relative;
  z-index:1;
}

.inner-visual-top{
  display:flex;
  align-items:center;
  gap:12px;
}

.inner-visual-logo{
  width:54px;
  height:54px;
  border-radius:18px;
  background:#fff;
  padding:7px;
  object-fit:contain;
  box-shadow:0 10px 22px rgba(0,0,0,.25);
}

.inner-visual-title{
  display:flex;
  flex-direction:column;
}

.inner-visual-title b{
  font-size:17px;
  letter-spacing:-.02em;
}

.inner-visual-title span{
  font-size:12px;
  color:#aab7ca;
  font-weight:700;
}

.inner-visual-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.inner-visual-item{
  min-height:86px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.07);
  border-radius:18px;
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
  backdrop-filter:blur(10px);
}

.inner-visual-item svg{
  width:25px;
  height:25px;
  color:#7dd3fc;
}

.inner-visual-item:nth-child(2) svg{color:#86efac}
.inner-visual-item:nth-child(3) svg{color:#fdba74}
.inner-visual-item:nth-child(4) svg{color:#c4b5fd}

.inner-visual-item b{font-size:13px}

.inner-visual-item span{
  font-size:11px;
  color:#b7c3d4;
  line-height:1.35;
}

.inner-visual-banner{
  margin-top:auto;
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(90deg,rgba(21,94,239,.35),rgba(20,150,71,.20));
  border-radius:18px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.inner-visual-banner b{font-size:13px}
.inner-visual-banner span{font-size:11px;color:#c8d3e4}

.inner-visual-banner svg{
  width:28px;
  height:28px;
  color:#fff;
  flex:0 0 auto;
}

/* İç sayfa banner/modül şeridi */
.iconic-band{
  margin:26px auto 0!important;
}

.iconic-band-inner{
  border-radius:28px;
  border:1px solid var(--e3-line);
  background:#fff;
  box-shadow:var(--e3-shadow-soft);
  padding:22px;
  display:grid;
  grid-template-columns:1fr 1.65fr;
  gap:18px;
  align-items:stretch;
  overflow:hidden;
  position:relative;
}

.iconic-band-inner:after{
  content:"";
  position:absolute;
  right:-120px;
  top:-160px;
  width:340px;
  height:340px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(21,94,239,.10),transparent 68%);
}

.iconic-band-brand,
.iconic-band-modules{
  position:relative;
  z-index:1;
}

.iconic-band-brand{
  border-radius:22px;
  background:linear-gradient(135deg,#0f172a,#132342);
  color:#fff;
  padding:22px;
  display:flex;
  align-items:center;
  gap:16px;
  min-height:150px;
}

.iconic-band-brand img{
  width:62px;
  height:62px;
  border-radius:19px;
  background:#fff;
  padding:8px;
  object-fit:contain;
}

.iconic-band-brand b{
  display:block;
  font-size:22px;
  letter-spacing:-.04em;
}

.iconic-band-brand span{
  display:block;
  margin-top:4px;
  color:#b7c3d4;
  font-size:13px;
  line-height:1.5;
}

.iconic-band-modules{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.iconic-band-pill{
  border:1px solid #dbe5f2;
  background:linear-gradient(180deg,#fff,#f8fafc);
  border-radius:18px;
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:150px;
}

.iconic-band-pill svg{
  width:30px;
  height:30px;
  color:#155eef;
}

.iconic-band-pill:nth-child(2) svg{color:#149647}
.iconic-band-pill:nth-child(3) svg{color:#f97316}
.iconic-band-pill:nth-child(4) svg{color:#7c3aed}

.iconic-band-pill b{
  font-size:14px;
  color:var(--e3-ink);
  letter-spacing:-.02em;
}

.iconic-band-pill span{
  font-size:12px;
  color:#667085;
  line-height:1.45;
  font-weight:550;
}

/* Kart ikonları */
body.page-inner .content-card,
body.page-inner .standard-box{
  border:1px solid var(--e3-line)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:var(--e3-shadow-soft)!important;
  position:relative!important;
  overflow:hidden!important;
}

body.page-inner .content-card:before{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:240px;
  height:240px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(21,94,239,.075),transparent 68%);
  pointer-events:none;
}

body.page-inner .content-card>*{
  position:relative;
  z-index:1;
}

body.page-inner .card{
  border:1px solid #e4eaf2!important;
  background:linear-gradient(180deg,#fff,#f9fbfe)!important;
  border-radius:20px!important;
  box-shadow:0 8px 20px rgba(16,24,40,.05)!important;
  position:relative!important;
  overflow:hidden!important;
}

body.page-inner .card .iconic-card-icon{
  width:42px;
  height:42px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  background:#eef4ff;
  color:#155eef;
  border:1px solid #c7d7fe;
}

.iconic-card-icon svg{
  width:23px;
  height:23px;
  display:block;
}

body.page-inner .card:nth-child(3n+2) .iconic-card-icon{
  background:#ecfdf3;
  color:#087443;
  border-color:#bbf7d0;
}

body.page-inner .card:nth-child(3n+3) .iconic-card-icon{
  background:#fff7ed;
  color:#ea580c;
  border-color:#fed7aa;
}

body.page-inner .card b{
  display:block;
  color:var(--e3-ink)!important;
  font-size:16px!important;
  letter-spacing:-.025em!important;
  margin-bottom:8px!important;
}

body.page-inner .card p{
  color:#475467!important;
  line-height:1.62!important;
  font-weight:520!important;
}

/* Paket kartlarına da SVG */
body.page-packages .price-card .package-icon{
  width:48px;
  height:48px;
  border-radius:17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#eef4ff;
  color:#155eef;
  border:1px solid #c7d7fe;
  margin-bottom:14px;
}

body.page-packages .price-card .package-icon svg{
  width:27px;
  height:27px;
}

body.page-packages .price-card.featured .package-icon{
  background:#eef4ff;
  color:#155eef;
  border-color:#b8c8ff;
}

body.page-packages .price-card.eexport .package-icon{
  background:#ecfdf3;
  color:#087443;
  border-color:#bbf7d0;
}

@media(max-width:1180px){
  .trust-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }

  body.page-inner .page-hero{
    grid-template-columns:1fr!important;
  }

  .inner-hero-visual{
    min-height:280px;
  }

  .iconic-band-inner{
    grid-template-columns:1fr!important;
  }

  .iconic-band-modules{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:720px){
  .trust-head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }

  .trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .trust-item{
    min-height:96px!important;
  }

  .trust-box{
    padding:16px!important;
    border-radius:18px!important;
  }

  body.page-inner .page-hero{
    padding:28px!important;
    border-radius:22px!important;
    margin-top:18px!important;
  }

  body.page-inner .page-hero h1{
    font-size:34px!important;
  }

  .inner-visual-grid{
    grid-template-columns:1fr;
  }

  .iconic-band-inner{
    padding:16px;
    border-radius:22px;
  }

  .iconic-band-brand{
    min-height:auto;
  }

  .iconic-band-modules{
    grid-template-columns:1fr;
  }

  .inner-hero-visual{
    display:none;
  }
}

/* 3E marketplace gerçek logo/wordmark düzeltmesi */
.trust-grid{
  grid-template-columns:repeat(11,minmax(0,1fr))!important;
  gap:10px!important;
}

.trust-item{
  min-height:106px!important;
  padding:12px 8px!important;
}

.trust-item.marketplace-logo-card{
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
}

.trust-item .market-logo{
  height:42px!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-bottom:8px!important;
}

.trust-item .market-logo svg{
  max-width:92px!important;
  width:92px!important;
  height:38px!important;
  display:block!important;
}

.trust-item .market-logo img{
  max-width:92px!important;
  max-height:38px!important;
  object-fit:contain!important;
  display:block!important;
}

.trust-item .market-label{
  display:block!important;
  font-size:12px!important;
  color:#0f172a!important;
  font-weight:850!important;
  line-height:1.15!important;
}

.trust-item .trust-icon{
  margin-bottom:8px!important;
}

.trust-item .trust-label{
  font-size:12px!important;
  line-height:1.15!important;
}

@media(max-width:1280px){
  .trust-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
}

@media(max-width:820px){
  .trust-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:520px){
  .trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
