/* sitewide-continuous-grid-v4 */
/* ExcelArşiv sitewide continuous grid v4
   Purpose: one uninterrupted spreadsheet-paper background across routes.
   No diagonal split, no raster background, no dark theme dependency. */
:root{
  --ea-grid-paper:#fbfaf6;
  --ea-grid-line:rgba(18,33,58,.052);
  --ea-grid-x:64px;
  --ea-grid-y:42px;
}
html{
  background-color:var(--ea-grid-paper)!important;
}
body{
  padding:0!important;
  background-color:var(--ea-grid-paper)!important;
  background-image:
    linear-gradient(to right,var(--ea-grid-line) 1px,transparent 1px),
    linear-gradient(to bottom,var(--ea-grid-line) 1px,transparent 1px)!important;
  background-size:var(--ea-grid-x) var(--ea-grid-y)!important;
  background-position:0 0!important;
  background-repeat:repeat!important;
}
body>main{
  background-color:transparent!important;
}

/* Commerce surfaces: keep premium colored cards, but let the page paper continue between blocks. */
body.ea-home-color-v3 .home-v2{
  background-color:transparent!important;
}
body.ea-home-color-v3 .catalog-proof,
body.ea-home-color-v3 .custom-build,
body.ea-home-color-v3 .decision-help,
body.ea-home-color-v3 .faq-close{
  background-color:rgba(251,250,246,.90)!important;
}
body.ea-about-color-v3 #icerik,
body.ea-guide-color-v3 #icerik,
body.ea-how-color-v3 #icerik,
body.ea-catalog-color-v3 #icerik{
  background-color:transparent!important;
}

/* Special systems route: remove the old diagonal/split canvas and expose one continuous grid. */
body.special-light-v1[data-special-innovation="v4"]{
  background-color:var(--ea-grid-paper)!important;
  background-image:
    linear-gradient(to right,var(--ea-grid-line) 1px,transparent 1px),
    linear-gradient(to bottom,var(--ea-grid-line) 1px,transparent 1px)!important;
  background-size:var(--ea-grid-x) var(--ea-grid-y)!important;
  background-position:0 0!important;
  background-repeat:repeat!important;
}
body.special-light-v1[data-special-innovation="v4"] .hero,
body.special-light-v1[data-special-innovation="v4"] .iv-lab,
body.special-light-v1[data-special-innovation="v4"] .trust,
body.special-light-v1[data-special-innovation="v4"] .solutions,
body.special-light-v1[data-special-innovation="v4"] .benefits,
body.special-light-v1[data-special-innovation="v4"] .section,
body.special-light-v1[data-special-innovation="v4"] .section-soft,
body.special-light-v1[data-special-innovation="v4"] .process,
body.special-light-v1[data-special-innovation="v4"] .comparison,
body.special-light-v1[data-special-innovation="v4"] .cta,
body.special-light-v1[data-special-innovation="v4"] .faq{
  background-color:rgba(251,250,246,.88)!important;
  background-image:none!important;
}
body.special-light-v1[data-special-innovation="v4"] .hero::before,
body.special-light-v1[data-special-innovation="v4"] .hero::after{
  display:none!important;
}

/* Approved process visual: fill the former empty lower half of the left process card. */
body.special-light-v1[data-special-innovation="v4"] .process-card{
  position:relative!important;
  overflow:hidden!important;
  min-height:650px!important;
  padding-bottom:455px!important;
  background:rgba(255,255,255,.94)!important;
  border-color:#d6e1dc!important;
  box-shadow:0 22px 48px rgba(18,33,58,.10)!important;
}
body.special-light-v1[data-special-innovation="v4"] .process-card::after{
  content:""!important;
  position:absolute!important;
  left:28px!important;
  right:28px!important;
  bottom:26px!important;
  height:405px!important;
  border:1px solid #dbe5e0!important;
  border-radius:16px!important;
  background-color:#f8fbf9!important;
  background-image:url("/images/ozel-excel/sahadan-uzmanlik-process-panel.webp")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  box-shadow:0 16px 34px rgba(18,33,58,.09)!important;
}
body.special-light-v1[data-special-innovation="v4"] .process-card .steps{
  position:relative!important;
  z-index:2!important;
}

/* TABLODAN SISTEME: hard-color, light-theme, high-contrast premium treatment. */
body.special-light-v1[data-special-innovation="v4"] .native-info--special{
  --sp-blue:#176fe5;
  --sp-blue-soft:#edf4ff;
  --sp-green:#0a914a;
  --sp-green-dark:#067239;
  --sp-green-soft:#eaf8f0;
  --sp-amber:#ee9d00;
  --sp-amber-soft:#fff5df;
  --sp-coral:#f05a47;
  --sp-coral-soft:#fff0ed;
  position:relative!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.95)!important;
  color:#10213a!important;
  border:1px solid #cfdbe5!important;
  box-shadow:0 24px 60px rgba(18,33,58,.12)!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:6px!important;
  background:linear-gradient(90deg,var(--sp-blue) 0 25%,var(--sp-green) 25% 50%,var(--sp-amber) 50% 75%,var(--sp-coral) 75% 100%)!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special h2{
  color:#10213a!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__eyebrow{
  color:var(--sp-green-dark)!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__lead{
  color:#52647b!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__flow>.native-info__card:first-child{
  background:linear-gradient(145deg,#fff,var(--sp-blue-soft))!important;
  border:2px solid #91b8ff!important;
  border-left:6px solid var(--sp-blue)!important;
  box-shadow:0 14px 32px rgba(23,111,229,.12)!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__flow>.native-info__card:first-child small{
  color:#0d58c3!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__flow>.native-info__card:last-child{
  background:linear-gradient(145deg,#fff,var(--sp-amber-soft))!important;
  border:2px solid #f6c96a!important;
  border-left:6px solid var(--sp-amber)!important;
  box-shadow:0 14px 32px rgba(238,157,0,.12)!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__flow>.native-info__card:last-child small{
  color:#a75e00!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__card strong,
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes strong{
  color:#10213a!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__card span,
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes span,
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__footer p{
  color:#53657c!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__core{
  border:2px solid #05753a!important;
  background:linear-gradient(145deg,#0aa254,#06783d)!important;
  box-shadow:0 22px 38px rgba(10,145,74,.25),inset 0 1px 0 rgba(255,255,255,.25)!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__core span{
  color:#e3fff0!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__arrow{
  color:#1268d5!important;
  font-size:34px!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article{
  background:#fff!important;
  border-width:2px!important;
  box-shadow:0 12px 26px rgba(18,33,58,.07)!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(1){
  border-color:#95baff!important;
  border-bottom:5px solid var(--sp-blue)!important;
  background:linear-gradient(180deg,#fff,var(--sp-blue-soft))!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(1) b{color:var(--sp-blue)!important}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(2){
  border-color:#91d4ae!important;
  border-bottom:5px solid var(--sp-green)!important;
  background:linear-gradient(180deg,#fff,var(--sp-green-soft))!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(2) b{color:var(--sp-green)!important}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(3){
  border-color:#f2c862!important;
  border-bottom:5px solid var(--sp-amber)!important;
  background:linear-gradient(180deg,#fff,var(--sp-amber-soft))!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(3) b{color:#b86d00!important}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(4){
  border-color:#f5a296!important;
  border-bottom:5px solid var(--sp-coral)!important;
  background:linear-gradient(180deg,#fff,var(--sp-coral-soft))!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__outcomes article:nth-child(4) b{color:var(--sp-coral)!important}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__footer{
  border-color:#dce5ea!important;
}
body.special-light-v1[data-special-innovation="v4"] .native-info--special .native-info__cta{
  background:linear-gradient(180deg,#0aa254,#08783e)!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(10,145,74,.22)!important;
}

@media(max-width:1180px){
  body.special-light-v1[data-special-innovation="v4"] .process-card{
    min-height:720px!important;
    padding-bottom:500px!important;
  }
  body.special-light-v1[data-special-innovation="v4"] .process-card::after{
    height:450px!important;
  }
}
@media(max-width:720px){
  :root{--ea-grid-x:48px;--ea-grid-y:34px}
  body.special-light-v1[data-special-innovation="v4"] .process-card{
    min-height:650px!important;
    padding-bottom:400px!important;
  }
  body.special-light-v1[data-special-innovation="v4"] .process-card::after{
    left:18px!important;
    right:18px!important;
    bottom:18px!important;
    height:350px!important;
  }
}
@media(max-width:520px){
  body.special-light-v1[data-special-innovation="v4"] .process-card{
    min-height:610px!important;
    padding-bottom:350px!important;
  }
  body.special-light-v1[data-special-innovation="v4"] .process-card::after{
    height:300px!important;
    background-size:cover!important;
  }
}
@media(prefers-reduced-motion:reduce){
  body *{scroll-behavior:auto!important}
}


/* ExcelArşiv premium Excel grid overlay v5
   One continuous spreadsheet-paper language across the whole site.
   The grid is intentionally subtle: visible enough to signal Excel,
   quiet enough to stay behind content and hard-color surfaces. */
:root{
  --ea-v5-paper:#fbfaf6;
  --ea-v5-grid-minor:rgba(24,73,126,.034);
  --ea-v5-grid-major:rgba(24,73,126,.020);
  --ea-v5-grid-x:56px;
  --ea-v5-grid-y:38px;
  --ea-v5-grid-major-x:224px;
  --ea-v5-grid-major-y:152px;
}

html{
  background-color:var(--ea-v5-paper)!important;
}

body{
  background-color:var(--ea-v5-paper)!important;
  background-image:
    linear-gradient(to right,var(--ea-v5-grid-minor) 1px,transparent 1px),
    linear-gradient(to bottom,var(--ea-v5-grid-minor) 1px,transparent 1px),
    linear-gradient(to right,var(--ea-v5-grid-major) 1px,transparent 1px),
    linear-gradient(to bottom,var(--ea-v5-grid-major) 1px,transparent 1px),
    radial-gradient(circle at 12% 16%,rgba(33,115,70,.045),transparent 24%),
    radial-gradient(circle at 86% 12%,rgba(37,95,202,.040),transparent 22%),
    radial-gradient(circle at 78% 78%,rgba(199,123,24,.030),transparent 19%)!important;
  background-size:
    var(--ea-v5-grid-x) var(--ea-v5-grid-y),
    var(--ea-v5-grid-x) var(--ea-v5-grid-y),
    var(--ea-v5-grid-major-x) var(--ea-v5-grid-major-y),
    var(--ea-v5-grid-major-x) var(--ea-v5-grid-major-y),
    100% 100%,100% 100%,100% 100%!important;
  background-position:0 0,0 0,0 0,0 0,0 0,0 0,0 0!important;
  background-repeat:repeat,repeat,repeat,repeat,no-repeat,no-repeat,no-repeat!important;
}

/* Keep the page shell transparent so the same grid coordinate system continues
   from the header to the final CTA/footer instead of restarting per section. */
body>main,
body main.home-v2,
body main #icerik{
  background-color:transparent!important;
}

/* Premium grid-through-color treatment.
   Existing section colors/gradients remain intact. A very light spreadsheet grid
   is painted above the section surface but below its content, so colored blocks
   still feel like part of one Excel canvas. */
body>main>section,
body>main>article,
body>main>.home-v2>section,
body>main>#icerik>section,
body .home-v2>section,
body #icerik>section,
body.special-light-v1[data-special-innovation="v4"] .hero,
body.special-light-v1[data-special-innovation="v4"] .iv-lab,
body.special-light-v1[data-special-innovation="v4"] .trust,
body.special-light-v1[data-special-innovation="v4"] .solutions,
body.special-light-v1[data-special-innovation="v4"] .benefits,
body.special-light-v1[data-special-innovation="v4"] .section,
body.special-light-v1[data-special-innovation="v4"] .section-soft,
body.special-light-v1[data-special-innovation="v4"] .process,
body.special-light-v1[data-special-innovation="v4"] .comparison,
body.special-light-v1[data-special-innovation="v4"] .cta,
body.special-light-v1[data-special-innovation="v4"] .faq{
  position:relative!important;
  isolation:isolate;
}

body>main>section::after,
body>main>article::after,
body>main>.home-v2>section::after,
body>main>#icerik>section::after,
body .home-v2>section::after,
body #icerik>section::after,
body.special-light-v1[data-special-innovation="v4"] .hero::after,
body.special-light-v1[data-special-innovation="v4"] .iv-lab::after,
body.special-light-v1[data-special-innovation="v4"] .trust::after,
body.special-light-v1[data-special-innovation="v4"] .solutions::after,
body.special-light-v1[data-special-innovation="v4"] .benefits::after,
body.special-light-v1[data-special-innovation="v4"] .section::after,
body.special-light-v1[data-special-innovation="v4"] .section-soft::after,
body.special-light-v1[data-special-innovation="v4"] .process::after,
body.special-light-v1[data-special-innovation="v4"] .comparison::after,
body.special-light-v1[data-special-innovation="v4"] .cta::after,
body.special-light-v1[data-special-innovation="v4"] .faq::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(to right,rgba(24,73,126,.028) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(24,73,126,.028) 1px,transparent 1px),
    linear-gradient(to right,rgba(24,73,126,.014) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(24,73,126,.014) 1px,transparent 1px);
  background-size:
    var(--ea-v5-grid-x) var(--ea-v5-grid-y),
    var(--ea-v5-grid-x) var(--ea-v5-grid-y),
    var(--ea-v5-grid-major-x) var(--ea-v5-grid-major-y),
    var(--ea-v5-grid-major-x) var(--ea-v5-grid-major-y);
  background-position:0 0;
  background-attachment:fixed;
  opacity:.72;
}

/* Content stays above the grid overlay. */
body>main>section>* ,
body>main>article>* ,
body>main>.home-v2>section>* ,
body>main>#icerik>section>* ,
body .home-v2>section>* ,
body #icerik>section>* ,
body.special-light-v1[data-special-innovation="v4"] .hero>* ,
body.special-light-v1[data-special-innovation="v4"] .iv-lab>* ,
body.special-light-v1[data-special-innovation="v4"] .trust>* ,
body.special-light-v1[data-special-innovation="v4"] .solutions>* ,
body.special-light-v1[data-special-innovation="v4"] .benefits>* ,
body.special-light-v1[data-special-innovation="v4"] .section>* ,
body.special-light-v1[data-special-innovation="v4"] .section-soft>* ,
body.special-light-v1[data-special-innovation="v4"] .process>* ,
body.special-light-v1[data-special-innovation="v4"] .comparison>* ,
body.special-light-v1[data-special-innovation="v4"] .cta>* ,
body.special-light-v1[data-special-innovation="v4"] .faq>*{
  position:relative;
  z-index:1;
}

/* Cards remain readable. Their surfaces are slightly translucent rather than
   fully transparent: Excel is felt in the canvas, not printed over the copy. */
body .card,
body .product-card,
body .feature-card,
body .trust-card,
body .faq-card,
body .native-info,
body .process-card,
body .comparison-card{
  background-clip:padding-box;
}

@media(max-width:760px){
  :root{
    --ea-v5-grid-x:44px;
    --ea-v5-grid-y:32px;
    --ea-v5-grid-major-x:176px;
    --ea-v5-grid-major-y:128px;
    --ea-v5-grid-minor:rgba(24,73,126,.026);
    --ea-v5-grid-major:rgba(24,73,126,.014);
  }
  body>main>section::after,
  body>main>article::after,
  body>main>.home-v2>section::after,
  body>main>#icerik>section::after,
  body .home-v2>section::after,
  body #icerik>section::after,
  body.special-light-v1[data-special-innovation="v4"] .hero::after,
  body.special-light-v1[data-special-innovation="v4"] .iv-lab::after,
  body.special-light-v1[data-special-innovation="v4"] .trust::after,
  body.special-light-v1[data-special-innovation="v4"] .solutions::after,
  body.special-light-v1[data-special-innovation="v4"] .benefits::after,
  body.special-light-v1[data-special-innovation="v4"] .section::after,
  body.special-light-v1[data-special-innovation="v4"] .section-soft::after,
  body.special-light-v1[data-special-innovation="v4"] .process::after,
  body.special-light-v1[data-special-innovation="v4"] .comparison::after,
  body.special-light-v1[data-special-innovation="v4"] .cta::after,
  body.special-light-v1[data-special-innovation="v4"] .faq::after{
    opacity:.58;
  }
}

/* mobile-premium-v18-css */
@media(max-width:720px){
  body[data-mobile-premium-v18]{overflow-x:clip!important}

  /* HOME — first-screen decision architecture */
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__label-row{margin:0 6px 8px!important;font-size:13px!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__hint{display:none!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__form{grid-template-columns:24px minmax(0,1fr) 50px!important;min-height:62px!important;padding:6px 7px 6px 15px!important;border-radius:18px!important;box-shadow:0 16px 38px rgba(15,23,42,.12)!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__input{height:48px!important;padding:0 10px!important;font-size:16px!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__button{width:50px!important;height:50px!important;border-radius:14px!important;touch-action:manipulation;transition:transform .12s cubic-bezier(0.4,0,0.2,1)}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__button:active{transform:scale(0.94)}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__quick-wrap{margin-top:10px!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__quick{gap:7px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__quick::-webkit-scrollbar{display:none}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__quick-link{flex:0 0 auto!important;min-height:36px!important;display:inline-flex!important;align-items:center!important;padding:0 11px!important;border-radius:999px!important;font-size:11px!important;touch-action:manipulation;transition:transform .12s ease}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__quick-link:active{transform:scale(0.96)}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__panel{top:82px!important;position:fixed!important;left:10px!important;right:10px!important;max-height:calc(100dvh - 170px)!important;border-radius:20px!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__results{max-height:calc(100dvh - 310px)!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__results>li>a{grid-template-columns:38px minmax(0,1fr)!important;padding:12px!important}
  body[data-mobile-premium-v18] .hero-search--premium .hero-search__result-side{display:none!important}

  body[data-mobile-premium-v18] .finance-pillars{padding:48px 0!important;background:linear-gradient(180deg,#fff,#f8fbf9)!important}
  body[data-mobile-premium-v18] .finance-pillars__head{gap:12px!important;margin-bottom:20px!important}
  body[data-mobile-premium-v18] .finance-pillars__head h2{font-size:31px!important;line-height:1.02!important;text-wrap:balance}
  body[data-mobile-premium-v18] .finance-pillars__head>p{font-size:15px!important;line-height:1.62!important}
  body[data-mobile-premium-v18] .finance-pillars__grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  body[data-mobile-premium-v18] .finance-pillar{padding:21px 19px!important;border-radius:22px!important;box-shadow:0 12px 30px rgba(15,23,42,.065)!important}
  body[data-mobile-premium-v18] .finance-pillar::before{height:5px!important;border-radius:22px 22px 0 0!important}
  body[data-mobile-premium-v18] .finance-pillar__no{font-size:12px!important}
  body[data-mobile-premium-v18] .finance-pillar h3{margin-top:11px!important;font-size:21px!important;line-height:1.16!important}
  body[data-mobile-premium-v18] .finance-pillar ul{gap:8px!important;margin:15px 0 18px!important;font-size:14px!important;line-height:1.55!important}
  body[data-mobile-premium-v18] .finance-pillar>a{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border-radius:13px!important;background:#f1faf5!important;border:1px solid #cfe7d9!important;font-size:13px!important;touch-action:manipulation;transition:transform .12s ease}
  body[data-mobile-premium-v18] .finance-pillar>a:active{transform:scale(0.97)}
  body[data-mobile-premium-v18] .finance-pillar--blue>a{background:#f3f7ff!important;border-color:#d8e4fb!important;color:#1d4ed8!important}
  body[data-mobile-premium-v18] .finance-pillar--violet>a{background:#f8f5ff!important;border-color:#e6ddfb!important;color:#6d28d9!important}
  body[data-mobile-premium-v18] .finance-pillar--amber>a{background:#fff9ef!important;border-color:#f9dfb6!important;color:#a84f06!important}

  body[data-mobile-premium-v18] .high-ticket-bridge{padding:14px 0 18px!important;background:#fff!important;color:#0f172a!important}
  body[data-mobile-premium-v18] .high-ticket-bridge>.home-shell{width:calc(100% - 20px)!important}
  body[data-mobile-premium-v18] .high-ticket-bridge__inner{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;padding:25px 20px!important;border:1px solid #dfe5e0!important;border-radius:26px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important}
  body[data-mobile-premium-v18] .high-ticket-bridge h2{font-size:32px!important;line-height:1.02!important;color:#0f172a!important;text-wrap:balance}
  body[data-mobile-premium-v18] .high-ticket-bridge__copy>p:last-child{font-size:15px!important;line-height:1.65!important;color:#526176!important}
  body[data-mobile-premium-v18] .high-ticket-bridge__proof{padding:18px!important;border:1px solid #dfe5e0!important;border-radius:18px!important;background:#f8faf9!important}
  body[data-mobile-premium-v18] .high-ticket-bridge__proof ul{font-size:14px!important;line-height:1.5!important;color:#334155!important}
  body[data-mobile-premium-v18] .high-ticket-bridge__proof>a{min-height:52px!important;border-radius:14px!important;background:#059669!important;color:#fff!important;font-size:13px!important;text-align:center!important;touch-action:manipulation;transition:transform .12s ease}
  body[data-mobile-premium-v18] .high-ticket-bridge__proof>a:active{transform:scale(0.97)}

  body[data-mobile-premium-v18] .home-finance-close{padding:14px 0 30px!important;background:#fff!important}
  body[data-mobile-premium-v18] .home-finance-close>.home-shell{width:calc(100% - 20px)!important}
  body[data-mobile-premium-v18] .home-finance-close__inner{padding:22px 18px!important;border:1px solid #d8e8de!important;border-radius:24px!important;background:linear-gradient(135deg,#f0fdf4,#eff6ff)!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important}
  body[data-mobile-premium-v18] .home-finance-close h2{font-size:30px!important;line-height:1.04!important}
  body[data-mobile-premium-v18] .home-finance-close p:not(.eyebrow){font-size:15px!important;line-height:1.6!important}
  body[data-mobile-premium-v18] .home-finance-close__cta{min-height:52px!important;border-radius:14px!important;font-size:14px!important;touch-action:manipulation;transition:transform .12s ease}
  body[data-mobile-premium-v18] .home-finance-close__cta:active{transform:scale(0.97)}

  /* HOME — premium mobile someka cards & clean tabs (2 sütunlu çiftli kutu) */
  body[data-mobile-premium-v18] .soho-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:18px!important}
  body[data-mobile-premium-v18] .someka-product-custom-card{border-radius:6px!important;box-shadow:0 1px 3px rgba(0,0,0,0.05)!important;border:1px solid #e2e8f0!important;background:#fff!important}
  body[data-mobile-premium-v18] .someka-card-thumb-wrap{aspect-ratio:16/10!important;border-bottom:1px solid #e2e8f0!important}
  body[data-mobile-premium-v18] .someka-category-tag{display:none!important}
  body[data-mobile-premium-v18] .someka-card-details{padding:8px 6px 10px!important;text-align:center!important}
  body[data-mobile-premium-v18] .single-post-title,
  body[data-mobile-premium-v18] .single-post-title a{font-size:12.5px!important;font-weight:700!important;color:#4a97c2!important;min-height:32px!important;margin:2px 0 4px!important;line-height:1.28!important;text-align:center!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  body[data-mobile-premium-v18] .vcex-star-rating{display:block!important;margin-bottom:4px!important;font-size:11px!important;text-align:center!important;color:#f59e0b!important}
  body[data-mobile-premium-v18] .vcex-post-excerpt{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:10.5px!important;line-height:1.35!important;min-height:auto!important;margin:0!important;color:#64748b!important;text-align:center!important}
  body[data-mobile-premium-v18] .someka-card-price{display:none!important}
  body[data-mobile-premium-v18] .someka-card-bottom{display:none!important}
  body[data-mobile-premium-v18] .soho-reviews-bar{margin-top:0!important;margin-bottom:20px!important;padding:12px 0!important}
  body[data-mobile-premium-v18] .soho-reviews-inner{flex-direction:column!important;align-items:stretch!important;gap:10px!important}
  body[data-mobile-premium-v18] .soho-trustpilot-box{justify-content:center!important}
  body[data-mobile-premium-v18] .soho-companies-strip{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:6px!important;padding-bottom:2px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}
  body[data-mobile-premium-v18] .soho-companies-strip::-webkit-scrollbar{display:none!important}
  body[data-mobile-premium-v18] .soho-company-badge{flex:0 0 auto!important;font-size:11px!important;padding:4px 8px!important}
  body[data-mobile-premium-v18] .soho-tabs-nav{gap:4px!important;margin-bottom:14px!important;padding:3px!important;border-radius:8px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}
  body[data-mobile-premium-v18] .soho-tabs-nav::-webkit-scrollbar{display:none!important}
  body[data-mobile-premium-v18] .soho-tab-btn{flex:0 0 auto!important;padding:7px 12px!important;font-size:12px!important;border-radius:6px!important}

  /* SPECIAL — compact premium mobile system architecture */
  body[data-special-mobile-premium-v18]{padding-bottom:calc(86px + env(safe-area-inset-bottom))!important;overflow-x:clip!important;background:#fff!important}
  body[data-special-mobile-premium-v18] .site-nav{min-height:60px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 5px 18px rgba(15,23,42,.035)!important}
  body[data-special-mobile-premium-v18] .site-nav .wrap-wide{width:calc(100% - 20px)!important}
  body[data-special-mobile-premium-v18] .nav-inner{min-height:60px!important;gap:8px!important}
  body[data-special-mobile-premium-v18] .brand{gap:8px!important}
  body[data-special-mobile-premium-v18] .brand img{width:34px!important;height:34px!important}
  body[data-special-mobile-premium-v18] .brand-copy strong{font-size:16px!important}
  body[data-special-mobile-premium-v18] .brand-copy small{display:none!important}
  body[data-special-mobile-premium-v18] .nav-links{display:none!important}
  body[data-special-mobile-premium-v18] .nav-actions{gap:7px!important;margin-left:auto!important}
  body[data-special-mobile-premium-v18] .nav-cta{min-height:40px!important;padding-inline:12px!important;border-radius:12px!important;font-size:12px!important;white-space:nowrap!important}
  body[data-special-mobile-premium-v18] .mobile-menu{display:block!important}
  body[data-special-mobile-premium-v18] .mobile-menu summary{width:40px!important;height:40px!important;border-radius:12px!important}
  body[data-special-mobile-premium-v18] .mobile-panel{position:fixed!important;top:68px!important;left:10px!important;right:10px!important;width:auto!important;padding:10px!important;border-radius:20px!important;box-shadow:0 24px 64px rgba(15,23,42,.18)!important}
  body[data-special-mobile-premium-v18] .mobile-panel a{min-height:48px!important;display:flex!important;align-items:center!important;padding:0 13px!important;font-size:14px!important;font-weight:650!important}

  body[data-special-mobile-premium-v18] .hero{padding:16px 0 32px!important;background:linear-gradient(180deg,#f5faf7 0%,#fff 100%)!important}
  body[data-special-mobile-premium-v18] .hero>.wrap-wide{width:calc(100% - 20px)!important}
  body[data-special-mobile-premium-v18] .hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;padding:22px 18px 18px!important;border:1px solid #dfe8e2!important;border-radius:26px!important;background:linear-gradient(145deg,#fff 0%,#fff 72%,#f3faf6 100%)!important;box-shadow:0 16px 42px rgba(15,23,42,.09)!important}
  body[data-special-mobile-premium-v18] .hero-copy{padding:0!important}
  body[data-special-mobile-premium-v18] .hero .eyebrow{width:100%!important;justify-content:flex-start!important;margin:0 0 16px!important;padding:9px 11px!important;border-radius:14px!important;font-size:12.5px!important;line-height:1.3!important}
  body[data-special-mobile-premium-v18] .hero h1{max-width:14ch!important;font-size:clamp(32px,8.5vw,38px)!important;line-height:1.1!important;letter-spacing:-.035em!important;color:#222222!important}
  body[data-special-mobile-premium-v18] .hero-lead{max-width:38ch!important;margin-top:14px!important;font-size:16px!important;line-height:1.6!important;color:#444444!important}
  body[data-special-mobile-premium-v18] .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:20px!important}
  body[data-special-mobile-premium-v18] .hero-actions .btn{width:100%!important;min-height:50px!important;padding:0 14px!important;border-radius:14px!important;font-size:15px!important;font-weight:700!important;text-align:center!important}
  body[data-special-mobile-premium-v18] .hero-bullets{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:16px!important}
  body[data-special-mobile-premium-v18] .hero-bullets li{min-height:44px!important;align-items:flex-start!important;padding:9px 10px!important;border:1px solid #e0e7e3!important;border-radius:13px!important;background:#fff!important;font-size:13px!important;line-height:1.4!important;color:#444444!important}
  body[data-special-mobile-premium-v18] .hero-bullets li::before{width:18px!important;height:18px!important;flex:0 0 18px!important}

  body[data-special-mobile-premium-v18] .workbook{display:block!important;margin-top:2px!important;border-radius:18px!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important}
  body[data-special-mobile-premium-v18] .wb-top{padding:12px!important}
  body[data-special-mobile-premium-v18] .wb-title{font-size:13px!important}.wb-note{font-size:10px!important}
  body[data-special-mobile-premium-v18] .wb-body{padding:10px!important}
  body[data-special-mobile-premium-v18] .metric-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
  body[data-special-mobile-premium-v18] .metric{padding:10px!important;border-radius:10px!important}
  body[data-special-mobile-premium-v18] .metric small{font-size:10.5px!important}.metric strong{margin-top:4px!important;font-size:16px!important}.metric span{font-size:10px!important}
  body[data-special-mobile-premium-v18] .wb-chart-grid,body[data-special-mobile-premium-v18] .wb-lists{display:none!important}

  body[data-special-mobile-premium-v18] .hero-proof-premium{padding:0 0 42px!important}
  body[data-special-mobile-premium-v18] .hero-proof-premium__grid{width:calc(100% - 24px)!important;grid-template-columns:1fr!important;gap:10px!important;padding-top:16px!important}
  body[data-special-mobile-premium-v18] .hero-proof-premium__card{grid-template-columns:48px 1fr!important;gap:13px!important;padding:17px!important;border-radius:18px!important;box-shadow:0 9px 24px rgba(15,23,42,.055)!important}
  body[data-special-mobile-premium-v18] .hero-proof-premium__icon{width:48px!important;height:48px!important}
  body[data-special-mobile-premium-v18] .hero-proof-premium__card strong{font-size:17px!important;color:#222222!important}.hero-proof-premium__card span{font-size:14px!important;line-height:1.5!important;color:#555555!important}

  body[data-special-mobile-premium-v18] .section{padding:48px 0!important}
  body[data-special-mobile-premium-v18] .section .wrap-wide,body[data-special-mobile-premium-v18] .section .wrap{width:calc(100% - 24px)!important}
  body[data-special-mobile-premium-v18] .section-head{max-width:none!important;margin-bottom:22px!important}
  body[data-special-mobile-premium-v18] .section-kicker{font-size:12px!important;letter-spacing:.08em!important}
  body[data-special-mobile-premium-v18] .section-head h2{font-size:28px!important;line-height:1.15!important;letter-spacing:-.03em!important;text-wrap:balance;color:#222222!important}
  body[data-special-mobile-premium-v18] .section-head p{max-width:38ch!important;font-size:15.5px!important;line-height:1.6!important;color:#555555!important}
  body[data-special-mobile-premium-v18] .problem-grid,body[data-special-mobile-premium-v18] .area-grid,body[data-special-mobile-premium-v18] .process-grid,body[data-special-mobile-premium-v18] .why-grid{grid-template-columns:1fr!important;gap:11px!important}
  body[data-special-mobile-premium-v18] .problem-card,body[data-special-mobile-premium-v18] .area-card,body[data-special-mobile-premium-v18] .process-card,body[data-special-mobile-premium-v18] .why-card{padding:19px!important;border-radius:20px!important;box-shadow:0 9px 24px rgba(15,23,42,.05)!important}
  body[data-special-mobile-premium-v18] .problem-card h3,body[data-special-mobile-premium-v18] .area-card h3,body[data-special-mobile-premium-v18] .process-card h3,body[data-special-mobile-premium-v18] .why-card h3{font-size:18px!important;line-height:1.25!important;color:#222222!important}
  body[data-special-mobile-premium-v18] .problem-card p,body[data-special-mobile-premium-v18] .area-card p,body[data-special-mobile-premium-v18] .process-card p,body[data-special-mobile-premium-v18] .why-card p{font-size:14.5px!important;line-height:1.58!important;color:#555555!important}
  body[data-special-mobile-premium-v18] .area-icon{min-width:48px!important;height:48px!important;border-radius:13px!important}

  body[data-special-mobile-premium-v18] .authority-rail{grid-template-columns:1fr!important;gap:8px!important;margin:0 0 22px!important;padding:14px!important;border-radius:18px!important}
  body[data-special-mobile-premium-v18] .authority-item{display:grid!important;grid-template-columns:auto 1fr!important;gap:8px!important;align-items:start!important;padding:10px 11px!important;border-radius:12px!important;background:#f8fafc!important}
  body[data-special-mobile-premium-v18] .authority-item strong{font-size:14px!important;color:#222222!important}.authority-item span{font-size:13.5px!important;line-height:1.45!important;color:#444444!important}

  body[data-special-mobile-premium-v18] .comparison-wrap{overflow:visible!important}
  body[data-special-mobile-premium-v18] .comparison{display:grid!important;gap:10px!important;background:transparent!important;border:0!important}
  body[data-special-mobile-premium-v18] .comparison-head{display:none!important}
  body[data-special-mobile-premium-v18] .comparison-row{display:grid!important;grid-template-columns:1fr!important;gap:0!important;border:1px solid #dfe6eb!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 22px rgba(15,23,42,.045)!important}
  body[data-special-mobile-premium-v18] .comparison-row>div{display:block!important;padding:12px 14px!important;border:0!important;border-bottom:1px solid #edf1f4!important;font-size:13.5px!important;line-height:1.5!important}
  body[data-special-mobile-premium-v18] .comparison-row>div:first-child{background:#f8fafc!important;color:#222222!important;font-size:15px!important;font-weight:800!important}
  body[data-special-mobile-premium-v18] .comparison-row>div:last-child{border-bottom:0!important;background:#eef9f2!important;color:#107c41!important}
  body[data-special-mobile-premium-v18] .comparison-row>div:not(:first-child)::before{content:attr(data-label);display:block;margin-bottom:4px;color:#7a8797;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}

  body[data-special-mobile-premium-v18] .special-mid-cta{padding:12px 0 20px!important;background:#fff!important}
  body[data-special-mobile-premium-v18] .special-mid-cta>.wrap-wide{width:calc(100% - 24px)!important}
  body[data-special-mobile-premium-v18] .special-mid-cta__inner{grid-template-columns:1fr!important;gap:16px!important;padding:20px!important;border-radius:22px!important}
  body[data-special-mobile-premium-v18] .special-mid-cta__inner strong{font-size:20px!important;line-height:1.2!important;color:#222222!important}.special-mid-cta__inner span{font-size:14.5px!important;line-height:1.55!important;color:#555555!important}
  body[data-special-mobile-premium-v18] .special-mid-cta__inner>a{width:100%!important;min-height:50px!important;border-radius:14px!important;text-align:center!important}

  body[data-special-mobile-premium-v18] .faq-grid{grid-template-columns:1fr!important;gap:18px!important}
  body[data-special-mobile-premium-v18] .faq-list{display:grid!important;gap:8px!important}
  body[data-special-mobile-premium-v18] .faq-list details{border-radius:16px!important;overflow:hidden!important}
  body[data-special-mobile-premium-v18] .faq-list summary{min-height:54px!important;display:flex!important;align-items:center!important;padding:0 14px!important;font-size:15px!important;color:#222222!important}
  body[data-special-mobile-premium-v18] .faq-list details p{font-size:14.5px!important;line-height:1.58!important;color:#444444!important}

  body[data-special-mobile-premium-v18] .floating-whatsapp{display:none!important}
  .special-mobile-dock{position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:120;display:grid;grid-template-columns:.8fr 1.2fr;gap:8px;padding:7px;border:1px solid rgba(220,235,226,.85);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 20px 48px -10px rgba(11,116,64,.2),0 8px 24px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(28px) saturate(190%);-webkit-backdrop-filter:blur(28px) saturate(190%);touch-action:manipulation;-webkit-user-select:none;user-select:none}
  .special-mobile-dock a{position:relative;min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:14px;text-decoration:none;font-size:13px;font-weight:850;text-align:center;touch-action:manipulation;transition:transform .14s cubic-bezier(0.16,1,0.3,1),box-shadow .15s ease}
  .special-mobile-dock a:active{transform:scale(0.95)}
  .special-mobile-dock__systems{border:1px solid #dce5df;background:#f7faf8;color:#17452d}
  .special-mobile-dock__wa{overflow:hidden;background:linear-gradient(135deg,#059669 0%,#047857 100%);color:#fff;box-shadow:0 10px 24px -4px rgba(5,150,105,.42)}
  .special-mobile-dock__wa::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transform:translateX(-100%);animation:mce-shimmer 3.4s infinite cubic-bezier(0.4,0,0.2,1);pointer-events:none}
}
@media(min-width:721px){.special-mobile-dock{display:none!important}}

/* home-desktop-premium-v19-css */
@media(min-width:1021px){
  body[data-desktop-premium-v19] .site-header{border-bottom:1px solid rgba(15,23,42,.07)!important;background:rgba(255,255,255,.96)!important;box-shadow:0 8px 28px rgba(15,23,42,.035)!important;backdrop-filter:blur(16px)!important}
  body[data-desktop-premium-v19] .site-header .site-container{width:min(1150px,calc(100% - 40px))!important}
  body[data-desktop-premium-v19] .site-header__inner{min-height:62px!important;gap:20px!important}
  body[data-desktop-premium-v19] .site-header__brand{gap:10px!important}
  body[data-desktop-premium-v19] .site-header__logo-wrap,body[data-desktop-premium-v19] .site-header__logo{width:36px!important;height:36px!important}
  body[data-desktop-premium-v19] .site-header__wordmark{font-size:17px!important;letter-spacing:-.025em!important}
  body[data-desktop-premium-v19] .site-header__tagline{font-size:10px!important;color:#7b8791!important}
  body[data-desktop-premium-v19] .site-header__nav{gap:3px!important}
  body[data-desktop-premium-v19] .site-header__link{padding:7px 10px!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;color:#475569!important}
  body[data-desktop-premium-v19] .site-header__link:hover,body[data-desktop-premium-v19] .site-header__link.is-active{background:#f0f8f3!important;color:#087a46!important}
  body[data-desktop-premium-v19] .site-header__cta{height:38px!important;padding-inline:16px!important;border-radius:8px!important;background:linear-gradient(135deg,#087a46,#059669)!important;font-size:12.5px!important;box-shadow:0 4px 14px rgba(5,150,105,.2)!important}

  body[data-desktop-premium-v19] .hero-section{margin:12px 0 24px!important;padding:8px 0 0!important;background:#fff!important}
  body[data-desktop-premium-v19] .hero-shell{width:min(1150px,calc(100% - 40px))!important;padding-bottom:0!important}
  body[data-desktop-premium-v19] .hero-panel{position:relative!important;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr)!important;min-height:380px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 36px rgba(15,23,42,.06)!important}
  body[data-desktop-premium-v19] .hero-panel::after{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:3px!important;z-index:4!important;background:linear-gradient(90deg,#059669 0 25%,#2563eb 25% 50%,#f59e0b 50% 75%,#ef4444 75% 100%)!important}
  body[data-desktop-premium-v19] .hero-copy{padding:28px 24px 28px 32px!important;justify-content:center!important}
  body[data-desktop-premium-v19] .hero-trust{margin-bottom:12px!important;padding:6px 10px!important;border-color:#cce7d8!important;background:#f4fbf6!important;color:#14532d!important;font-size:12px!important}
  body[data-desktop-premium-v19] .hero-copy h1{max-width:520px!important;font-size:clamp(30px,2.4vw,38px)!important;line-height:1.08!important;letter-spacing:-.03em!important;color:#111827!important}
  body[data-desktop-premium-v19] .hero-copy h1 span{color:#087a46!important}
  body[data-desktop-premium-v19] .hero-summary{max-width:540px!important;margin-top:14px!important;font-size:15px!important;line-height:1.5!important;color:#526176!important}
  body[data-desktop-premium-v19] .hero-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;margin-top:20px!important;max-width:540px!important}
  body[data-desktop-premium-v19] .hero-actions a{min-height:56px!important;padding:10px 14px!important;border-radius:10px!important}
  body[data-desktop-premium-v19] .hero-actions a span{font-size:13px!important}
  body[data-desktop-premium-v19] .hero-actions a small{font-size:10.5px!important}
  body[data-desktop-premium-v19] .hero-actions__primary{background:linear-gradient(135deg,#087a46,#059669)!important;box-shadow:0 8px 20px rgba(5,150,105,.2)!important}
  body[data-desktop-premium-v19] .hero-actions__secondary{border:1.5px solid #172033!important;background:#fff!important;box-shadow:0 6px 16px rgba(15,23,42,.04)!important}
  body[data-desktop-premium-v19] .hero-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;max-width:540px!important;margin-top:14px!important}
  body[data-desktop-premium-v19] .hero-chips a{min-height:36px!important;padding:0 10px!important;border-radius:8px!important;font-size:11.5px!important;line-height:1.2!important;box-shadow:0 2px 8px rgba(15,23,42,.03)!important}
  body[data-desktop-premium-v19] .hero-chips a:nth-child(1){border-color:#cce7d8!important;background:#f4fbf6!important}
  body[data-desktop-premium-v19] .hero-chips a:nth-child(2){border-color:#d6e3fb!important;background:#f5f8ff!important}
  body[data-desktop-premium-v19] .hero-chips a:nth-child(3){border-color:#fde0b4!important;background:#fff9ef!important}
  body[data-desktop-premium-v19] .hero-chips a:nth-child(4){border-color:#f6d2d2!important;background:#fff6f6!important}
  body[data-desktop-premium-v19] .hero-chips a:nth-child(2)>span{color:#2563eb!important}
  body[data-desktop-premium-v19] .hero-chips a:nth-child(3)>span{color:#d97706!important}
  body[data-desktop-premium-v19] .hero-chips a:nth-child(4)>span{color:#dc2626!important}
  body[data-desktop-premium-v19] .hero-artwork{align-self:stretch!important;aspect-ratio:auto!important;min-height:452px!important;margin:24px 24px 24px 0!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:24px!important;background:#f2f6f4!important;box-shadow:0 18px 44px rgba(15,23,42,.09)!important}
  body[data-desktop-premium-v19] .hero-artwork::before{background:linear-gradient(90deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,.08) 14%,rgba(255,255,255,0) 36%)!important}
  body[data-desktop-premium-v19] .hero-artwork img{height:100%!important;object-fit:cover!important;object-position:center!important}
  body[data-desktop-premium-v19] .hero-search-rail{position:relative!important;left:auto!important;bottom:auto!important;transform:none!important;width:min(880px,calc(100% - 120px))!important;margin:18px auto 0!important}
  body[data-desktop-premium-v19] .hero-search--premium .hero-search__form{min-height:64px!important;border:1px solid #dbe5df!important;border-radius:18px!important;background:#fff!important;box-shadow:0 16px 40px rgba(15,23,42,.09)!important}
  body[data-desktop-premium-v19] .hero-search--premium .hero-search__input{font-size:16px!important}
  body[data-desktop-premium-v19] .hero-search--premium .hero-search__button{border-radius:13px!important;box-shadow:0 8px 18px rgba(5,150,105,.18)!important}

  body[data-desktop-premium-v19] .finance-pillars{padding:48px 0 44px!important;background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%)!important}
  body[data-desktop-premium-v19] .finance-pillars>.home-shell,body[data-desktop-premium-v19] .catalog-proof>.home-shell,body[data-desktop-premium-v19] .custom-build>.home-shell,body[data-desktop-premium-v19] .decision-help>.home-shell,body[data-desktop-premium-v19] .difference>.home-shell,body[data-desktop-premium-v19] .authority>.home-shell,body[data-desktop-premium-v19] .faq-close>.home-shell{width:min(1150px,calc(100% - 40px))!important}
  body[data-desktop-premium-v19] .finance-pillars__head{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;gap:40px!important;margin-bottom:24px!important}
  body[data-desktop-premium-v19] .finance-pillars__head h2{font-size:clamp(30px,2.6vw,40px)!important;line-height:1.06!important;letter-spacing:-.04em!important}
  body[data-desktop-premium-v19] .finance-pillars__head>p{font-size:15px!important;line-height:1.65!important}
  body[data-desktop-premium-v19] .finance-pillars__grid{gap:14px!important}
  body[data-desktop-premium-v19] .finance-pillar{min-height:300px!important;padding:22px!important;border-radius:18px!important;border-color:#e0e7e3!important;box-shadow:0 10px 26px rgba(15,23,42,.045)!important;transition:transform .18s ease,box-shadow .18s ease!important}
  body[data-desktop-premium-v19] .finance-pillar:hover{transform:translateY(-3px)!important;box-shadow:0 16px 36px rgba(15,23,42,.08)!important}
  body[data-desktop-premium-v19] .finance-pillar::before{height:4px!important;border-radius:18px 18px 0 0!important}
  body[data-desktop-premium-v19] .finance-pillar h3{font-size:19px!important;line-height:1.2!important}
  body[data-desktop-premium-v19] .finance-pillar ul{font-size:13px!important;line-height:1.5!important}
  body[data-desktop-premium-v19] .finance-pillar>a{min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border:1px solid #dbe7df!important;border-radius:11px!important;background:#f6faf7!important;text-align:center!important}
  body[data-desktop-premium-v19] .finance-pillar--blue>a{border-color:#d9e4fb!important;background:#f6f8ff!important;color:#1d4ed8!important}
  body[data-desktop-premium-v19] .finance-pillar--violet>a{border-color:#e5dcfb!important;background:#faf8ff!important;color:#6d28d9!important}
  body[data-desktop-premium-v19] .finance-pillar--amber>a{border-color:#f7ddb3!important;background:#fff9ef!important;color:#a84f06!important}

  body[data-desktop-premium-v19] .catalog-proof{padding:48px 0!important;background:#fff!important}
  body[data-desktop-premium-v19] .section-head{margin-bottom:24px!important}
  body[data-desktop-premium-v19] .featured-grid{gap:16px!important}
  body[data-desktop-premium-v19] .featured-grid article{overflow:hidden!important;border-color:#dfe6e1!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.05)!important;transition:transform .18s ease,box-shadow .18s ease!important}
  body[data-desktop-premium-v19] .featured-grid article:hover{transform:translateY(-3px)!important;box-shadow:0 18px 40px rgba(15,23,42,.08)!important}
  body[data-desktop-premium-v19] .featured-grid h3{font-size:16px!important;line-height:1.3!important;min-height:44px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  body[data-desktop-premium-v19] .featured-grid p{font-size:12.5px!important;line-height:1.55!important;color:#607067!important;min-height:56px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}

  body[data-desktop-premium-v19] .custom-build,body[data-desktop-premium-v19] .decision-help,body[data-desktop-premium-v19] .faq-close{padding:48px 0!important}
  body[data-desktop-premium-v19] .custom-step,body[data-desktop-premium-v19] .decision-card,body[data-desktop-premium-v19] .faq-list details{border-radius:16px!important;box-shadow:0 8px 22px rgba(15,23,42,.04)!important}
  body[data-desktop-premium-v19] .custom-cta-card{border-radius:18px!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important}

  body[data-desktop-premium-v19] .high-ticket-bridge{padding:30px 0 78px!important;background:#fff!important}
  body[data-desktop-premium-v19] .high-ticket-bridge__inner{width:min(1150px,calc(100% - 40px))!important;padding:54px 56px!important;border:1px solid #dfe5e0!important;border-radius:30px!important;background:#fff!important;box-shadow:0 18px 48px rgba(15,23,42,.06)!important}
  body[data-desktop-premium-v19] .high-ticket-bridge h2{color:#0f172a!important}
  body[data-desktop-premium-v19] .high-ticket-bridge__copy>p:last-child{color:#526176!important}
  body[data-desktop-premium-v19] .high-ticket-bridge__proof{border:1px solid #dfe5e0!important;border-radius:22px!important;background:#f8faf9!important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important}
  body[data-desktop-premium-v19] .high-ticket-bridge__proof ul{color:#334155!important}
  body[data-desktop-premium-v19] .high-ticket-bridge__proof>a{background:linear-gradient(135deg,#087a46,#059669)!important;color:#fff!important}

  body[data-desktop-premium-v19] .home-finance-close{padding:0 0 76px!important;border-bottom:0!important;background:#fff!important}
  body[data-desktop-premium-v19] .home-finance-close__inner{width:min(1150px,calc(100% - 40px))!important;padding:34px 38px!important;border:1px solid #d8e7de!important;border-radius:26px!important;background:linear-gradient(135deg,#effcf3 0%,#f4f8ff 55%,#fff8ed 100%)!important;box-shadow:0 18px 42px rgba(15,23,42,.06)!important}
  body[data-desktop-premium-v19] .home-finance-close__cta{min-height:54px!important;padding-inline:26px!important;border-radius:14px!important;background:linear-gradient(135deg,#087a46,#059669)!important}

  /* Someka Sadeliği — Göz yoran devasa infografik, problem mağazası ve danışmanlık bloklarını gizle */
  body[data-desktop-premium-v19] .finance-pillars,
  body[data-desktop-premium-v19] .high-ticket-bridge,
  body[data-desktop-premium-v19] .home-finance-close,
  body[data-desktop-premium-v19] .custom-build,
  body[data-desktop-premium-v19] .custom-build-v20,
  body[data-desktop-premium-v19] .decision-help,
  body[data-desktop-premium-v19] .authority,
  body[data-desktop-premium-v19] .native-info--home {
    display: none !important;
  }
}

/* home-conversion-v20-css */
.hero-decision-note-v20{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:650px;margin-top:12px}.hero-decision-note-v20 span{min-width:0;padding:9px 11px;border:1px solid #e3e8e5;border-radius:11px;background:rgba(255,255,255,.78);color:#6b7787;font:650 10.5px/1.35 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.hero-decision-note-v20 b{color:#172033;font-weight:850}.hero-decision-note-v20 span:first-child b{color:#087a46}.hero-decision-note-v20 span:last-child b{color:#2563eb}
.custom-build-v20{position:relative;background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin:32px 0}.custom-build-v20__shell{position:relative;z-index:1;padding-block:36px;max-width:1150px;margin-inline:auto}.custom-build-v20__intro{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.custom-build-v20__copy h2{margin:6px 0 0;color:#0f172a;font-size:26px;line-height:1.15;letter-spacing:-.025em}.custom-build-v20__lead{margin:10px 0 0;color:#475569;font-size:13.5px;line-height:1.55}.custom-build-v20__signal{display:none!important}.custom-build-v20__triggers{display:grid;gap:8px}.custom-build-v20__triggers article{display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:center;padding:10px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.03)}.trigger-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;font:750 11px/1 ui-monospace,monospace}.trigger-icon--green{background:#eaf8ef;color:#087a46}.trigger-icon--blue{background:#eef4ff;color:#2563eb}.trigger-icon--amber{background:#fff6e7;color:#c76a05}.custom-build-v20__triggers strong{display:block;color:#1e293b;font-size:13.5px;line-height:1.2}.custom-build-v20__triggers p{margin:2px 0 0;color:#64748b;font-size:11.5px;line-height:1.4}.custom-build-v20__process{display:none!important}.custom-build-v20__five-pillars{display:none!important}.custom-build-v20__close{margin-top:20px;padding:6px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.03)}.custom-build-v20__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-radius:10px;background:#f1f5f9}.custom-build-v20__trust span{padding:8px 12px;background:#f8fafc;color:#475569;font-size:11px;font-weight:650;text-align:center}.custom-build-v20__trust span::before{content:"✓";margin-right:5px;color:#059669;font-weight:900}.custom-build-v20__close-copy{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px}.custom-build-v20__close-copy small{color:#087a46;font:750 10px/1.2 ui-monospace,monospace;letter-spacing:.1em}.custom-build-v20__close-copy h3{margin:4px 0 0;color:#0f172a;font-size:18px;line-height:1.15;letter-spacing:-.02em}.custom-build-v20__close-copy p{margin:6px 0 0;color:#64748b;font-size:12.5px;line-height:1.45}.custom-build-v20__cta-group{display:flex;gap:8px}.custom-build-v20__cta-group>a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;text-decoration:none;font-size:12.5px;font-weight:700;line-height:1.2;white-space:nowrap}.custom-build-v20__cta-group>a small{display:none!important}.custom-build-v20__primary{background:#107c41;color:#fff!important}.custom-build-v20__secondary{border:1px solid #cbd5e1;background:#fff;color:#334155!important}@media(max-width:1020px){.custom-build-v20__intro{grid-template-columns:1fr;gap:24px}.custom-build-v20__process{grid-template-columns:1fr 1fr}.custom-build-v20__close-copy{grid-template-columns:1fr;gap:20px}.custom-build-v20__trust{grid-template-columns:1fr}}
@media(max-width:720px){.hero-decision-note-v20{grid-template-columns:1fr;gap:7px;max-width:none;margin-top:12px}.hero-decision-note-v20 span{padding:10px 11px;border-radius:12px;font-size:11px}.custom-build-v20__shell{width:calc(100% - 20px)!important;padding-block:50px}.custom-build-v20__copy h2{font-size:31px;line-height:1.03}.custom-build-v20__lead{font-size:15px;line-height:1.64}.custom-build-v20__signal{padding:15px;border-radius:15px}.custom-build-v20__triggers article{grid-template-columns:44px 1fr;padding:15px;border-radius:17px}.trigger-icon{width:44px;height:44px;border-radius:13px}.custom-build-v20__triggers strong{font-size:15px}.custom-build-v20__triggers p{font-size:12.5px}.custom-build-v20__process{grid-template-columns:1fr;gap:9px;margin-top:22px}.custom-build-v20__process article{display:grid;grid-template-columns:38px 1fr;column-gap:12px;padding:15px;border-radius:17px}.custom-build-v20__process article>span{grid-row:1 / span 2;width:38px;height:38px}.custom-build-v20__process strong{margin-top:1px;font-size:14px}.custom-build-v20__process p{margin-top:5px;font-size:12.5px}.custom-build-v20__close{margin-top:18px;border-radius:22px}.custom-build-v20__trust{border-radius:15px 15px 7px 7px}.custom-build-v20__trust span{padding:11px 9px;font-size:10.5px}.custom-build-v20__close-copy{padding:20px 14px 14px}.custom-build-v20__close-copy h3{font-size:27px}.custom-build-v20__close-copy p{font-size:13px}.custom-build-v20__cta-group>a{min-height:62px;border-radius:14px;font-size:13.5px}}

.custom-build-v20__five-pillars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:30px}
.pillar-mini-box{padding:18px 16px;border-radius:18px;background:rgba(255,255,255,.94);border:1px solid #e0e7e3;box-shadow:0 8px 20px rgba(15,23,42,.035);display:flex;flex-direction:column}
.pillar-mini-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.p-no{font:800 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#087a46}
.p-tag{font:800 9.5px/1 ui-sans-serif,system-ui,sans-serif;letter-spacing:.06em;color:#64748b}
.pillar-mini-box strong{font-size:14px;line-height:1.25;color:#0f172a;margin-bottom:6px;display:block}
.pillar-mini-box p{margin:0;font-size:12px;line-height:1.5;color:#64748b}
.home-card-installments{margin-top:18px;display:flex;flex-direction:column;gap:8px}
.hci-title{font-size:12px;font-weight:750;color:#0f172a}
.hci-badges{display:flex;flex-wrap:wrap;gap:6px}
.hci-badges span{padding:4px 10px;border-radius:6px;background:#f1f5f9;color:#334155;font-size:11px;font-weight:750;border:1px solid #e2e8f0}
@media(max-width:1100px){.custom-build-v20__five-pillars{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.custom-build-v20__five-pillars{grid-template-columns:1fr}}
.single-post-title a,.single-post-title,.card__title a,.card__title,.tcard__title a,.tcard__title,.mce-quick-card__title,.mce-template-card__title,[data-template-card] .card__title a,[data-template-card] .card__title,.soho-product-grid .single-post-title a,.soho-product-grid .single-post-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.35!important;color:#222222!important;text-decoration:none!important;transition:color .15s ease!important;letter-spacing:-0.01em!important}
.single-post-title a:hover,.card__title a:hover,.tcard__title a:hover,[data-template-card] .card__title a:hover,.soho-product-grid .single-post-title a:hover{color:#107c41!important}

/* home-native-info-hard-color-v33 */
/* ExcelArşiv — Home Native Decision Map Hard Color v3.3
   Light-only. Aggressive finance color coding without dark theme.
   green=accounting/decision • blue=current account/data • amber=cash • coral=management/risk */

body.ea-home-color-v3 .native-info--home{
  --hm-green:#0a914a;
  --hm-green-2:#10b85d;
  --hm-blue:#176fe5;
  --hm-blue-2:#3189f5;
  --hm-amber:#ee9d00;
  --hm-amber-2:#ffb91f;
  --hm-coral:#f05a47;
  --hm-coral-2:#ff7461;
  --hm-ink:#0b203b;
  --hm-muted:#5e7187;
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  width:min(1180px,calc(100% - 48px))!important;
  margin:58px auto!important;
  padding:46px 44px 34px!important;
  border:1px solid #b8cad8!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 86% 22%,rgba(23,111,229,.11),transparent 24%),
    radial-gradient(circle at 72% 78%,rgba(238,157,0,.10),transparent 25%),
    linear-gradient(132deg,#f7fff9 0%,#fff 30%,#f4f8ff 58%,#fff9ec 79%,#fff2ef 100%)!important;
  box-shadow:0 30px 74px rgba(16,43,74,.14),0 4px 16px rgba(16,43,74,.06)!important;
  color:var(--hm-ink)!important;
}
body.ea-home-color-v3 .native-info--home::before{
  content:""!important;
  position:absolute!important;
  z-index:5!important;
  inset:0 0 auto!important;
  height:9px!important;
  background:linear-gradient(90deg,var(--hm-green) 0 24%,var(--hm-blue) 24% 49%,var(--hm-amber) 49% 74%,var(--hm-coral) 74% 100%)!important;
}
body.ea-home-color-v3 .native-info--home::after{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  top:26px!important;
  right:24px!important;
  width:330px!important;
  height:205px!important;
  opacity:.28!important;
  background-image:radial-gradient(circle,rgba(10,145,74,.42) 1.3px,transparent 1.5px)!important;
  background-size:12px 12px!important;
  -webkit-mask-image:linear-gradient(115deg,transparent 4%,#000 52%,transparent 100%)!important;
  mask-image:linear-gradient(115deg,transparent 4%,#000 52%,transparent 100%)!important;
  pointer-events:none!important;
}
body.ea-home-color-v3 .native-info--home>*{position:relative!important;z-index:1!important}
body.ea-home-color-v3 .native-info--home .native-info__eyebrow{
  margin-bottom:12px!important;
  color:#087c40!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.15em!important;
}
body.ea-home-color-v3 .native-info--home h2{
  max-width:980px!important;
  color:var(--hm-ink)!important;
  font-size:clamp(36px,4.1vw,54px)!important;
  line-height:1.03!important;
  letter-spacing:-.052em!important;
}
body.ea-home-color-v3 .native-info--home .native-info__lead{
  max-width:900px!important;
  margin-top:16px!important;
  color:#526980!important;
  font-size:16px!important;
  line-height:1.72!important;
}

body.ea-home-color-v3 .native-info--home .native-info__flow{
  grid-template-columns:minmax(0,1fr) 42px minmax(300px,1.08fr) 42px minmax(0,1fr)!important;
  gap:14px!important;
  margin-top:30px!important;
  align-items:stretch!important;
}
body.ea-home-color-v3 .native-info--home .native-info__group{gap:12px!important}
body.ea-home-color-v3 .native-info--home .native-info__card{
  position:relative!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:132px!important;
  padding:20px 20px 20px 84px!important;
  border-width:1.5px!important;
  border-style:solid!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(16,43,74,.085)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__card::before{
  position:absolute!important;
  left:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  border-radius:12px!important;
  color:#fff!important;
  font:950 23px/1 ui-sans-serif,system-ui,sans-serif!important;
  box-shadow:0 10px 20px rgba(16,43,74,.16)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__group:first-child .native-info__card:nth-child(1){
  border-color:#66cf98!important;
  background:linear-gradient(118deg,#fff 0%,#eefcf4 74%,#ddf7e8 100%)!important;
  box-shadow:inset 6px 0 0 var(--hm-green),0 12px 28px rgba(10,145,74,.10)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__group:first-child .native-info__card:nth-child(1)::before{content:"▦"!important;background:linear-gradient(145deg,var(--hm-green-2),#07833f)!important}
body.ea-home-color-v3 .native-info--home .native-info__group:first-child .native-info__card:nth-child(2){
  border-color:#75aaf2!important;
  background:linear-gradient(118deg,#fff 0%,#eef5ff 74%,#e0ecff 100%)!important;
  box-shadow:inset 6px 0 0 var(--hm-blue),0 12px 28px rgba(23,111,229,.10)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__group:first-child .native-info__card:nth-child(2)::before{content:"◎"!important;background:linear-gradient(145deg,var(--hm-blue-2),#135fc5)!important}
body.ea-home-color-v3 .native-info--home .native-info__group:last-child .native-info__card:nth-child(1){
  border-color:#efbc4f!important;
  background:linear-gradient(118deg,#fff 0%,#fff8e8 74%,#fff0c9 100%)!important;
  box-shadow:inset 6px 0 0 var(--hm-amber),0 12px 28px rgba(238,157,0,.11)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__group:last-child .native-info__card:nth-child(1)::before{content:"₺"!important;background:linear-gradient(145deg,var(--hm-amber-2),#d98800)!important}
body.ea-home-color-v3 .native-info--home .native-info__group:last-child .native-info__card:nth-child(2){
  border-color:#f28d80!important;
  background:linear-gradient(118deg,#fff 0%,#fff2ef 74%,#ffe3de 100%)!important;
  box-shadow:inset 6px 0 0 var(--hm-coral),0 12px 28px rgba(240,90,71,.11)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__group:last-child .native-info__card:nth-child(2)::before{content:"↗"!important;background:linear-gradient(145deg,var(--hm-coral-2),#db4938)!important}
body.ea-home-color-v3 .native-info--home .native-info__card small{
  margin-bottom:7px!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.08em!important;
}
body.ea-home-color-v3 .native-info--home .native-info__group:first-child .native-info__card:nth-child(1) small{color:#087d40!important}
body.ea-home-color-v3 .native-info--home .native-info__group:first-child .native-info__card:nth-child(2) small{color:#145fc4!important}
body.ea-home-color-v3 .native-info--home .native-info__group:last-child .native-info__card:nth-child(1) small{color:#aa6900!important}
body.ea-home-color-v3 .native-info--home .native-info__group:last-child .native-info__card:nth-child(2) small{color:#cc4435!important}
body.ea-home-color-v3 .native-info--home .native-info__card strong{color:var(--hm-ink)!important;font-size:18px!important;line-height:1.22!important}
body.ea-home-color-v3 .native-info--home .native-info__card span{color:#5d7186!important;font-size:12.5px!important;line-height:1.55!important}

body.ea-home-color-v3 .native-info--home .native-info__core{
  position:relative!important;
  overflow:hidden!important;
  min-height:276px!important;
  padding:30px 28px!important;
  border:3px solid #9be8ba!important;
  border-radius:22px!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.09) 0 16%,transparent 16% 32%,rgba(255,255,255,.045) 32% 47%,transparent 47% 100%),
    linear-gradient(145deg,#0fbd61 0%,#07994d 48%,#06753d 100%)!important;
  box-shadow:0 25px 54px rgba(6,117,61,.30),0 0 0 7px rgba(16,184,93,.09)!important;
  color:#fff!important;
}
body.ea-home-color-v3 .native-info--home .native-info__core::after{
  content:""!important;
  position:absolute!important;
  right:-54px!important;
  bottom:-72px!important;
  width:220px!important;
  height:220px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.17)!important;
  box-shadow:0 0 0 38px rgba(255,255,255,.035),0 0 0 76px rgba(255,255,255,.02)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__core>div{position:relative!important;z-index:1!important;width:100%!important}
body.ea-home-color-v3 .native-info--home .native-info__core b{
  display:grid!important;
  place-items:center!important;
  width:68px!important;
  height:60px!important;
  margin:0 auto!important;
  clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)!important;
  background:linear-gradient(145deg,#71db46,#39b844)!important;
  color:#fff!important;
  font-size:36px!important;
  text-shadow:0 2px 6px rgba(0,0,0,.16)!important;
  box-shadow:none!important;
}
body.ea-home-color-v3 .native-info--home .native-info__core strong{
  max-width:290px!important;
  margin:18px auto 0!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}
body.ea-home-color-v3 .native-info--home .native-info__core span{
  display:inline-flex!important;
  margin-top:18px!important;
  padding:9px 13px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:999px!important;
  background:rgba(2,78,40,.18)!important;
  color:#effff5!important;
  font-size:11.5px!important;
  font-weight:750!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__arrow{
  color:#087d40!important;
  font-size:38px!important;
  text-shadow:0 5px 13px rgba(10,145,74,.18)!important;
}

body.ea-home-color-v3 .native-info--home .native-info__outcomes{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:20px!important;
}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article{
  position:relative!important;
  overflow:hidden!important;
  min-height:126px!important;
  padding:20px 19px!important;
  border-width:1.5px!important;
  border-style:solid!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 13px 28px rgba(16,43,74,.08)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:6px!important;
}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article::after{
  position:absolute!important;
  right:15px!important;
  top:16px!important;
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid currentColor!important;
  font-size:18px!important;
  font-weight:950!important;
  opacity:.86!important;
}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(1){border-color:#72cf9d!important;background:linear-gradient(135deg,#fff,#e9faef)!important;color:#088144!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(1)::before{background:var(--hm-green)!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(1)::after{content:"↔"!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(2){border-color:#80acf0!important;background:linear-gradient(135deg,#fff,#ebf3ff)!important;color:#1767d5!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(2)::before{background:var(--hm-blue)!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(2)::after{content:"✓"!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(3){border-color:#efbf58!important;background:linear-gradient(135deg,#fff,#fff5dd)!important;color:#c77900!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(3)::before{background:var(--hm-amber)!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(3)::after{content:"▦"!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(4){border-color:#f29487!important;background:linear-gradient(135deg,#fff,#ffede9)!important;color:#dd4938!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(4)::before{background:var(--hm-coral)!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes article:nth-child(4)::after{content:"◎"!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes b{color:currentColor!important;font-size:25px!important;font-weight:950!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes strong{max-width:75%!important;margin-top:8px!important;color:var(--hm-ink)!important;font-size:14px!important;line-height:1.24!important}
body.ea-home-color-v3 .native-info--home .native-info__outcomes span{color:#5d7085!important;font-size:11.5px!important;line-height:1.45!important}

body.ea-home-color-v3 .native-info--home .native-info__footer{
  margin-top:24px!important;
  padding:20px 20px 0!important;
  border-top:1px solid #bfd5c9!important;
  background:linear-gradient(90deg,rgba(232,249,239,.92),rgba(239,246,255,.82) 52%,rgba(255,246,225,.72))!important;
  border-radius:14px!important;
}
body.ea-home-color-v3 .native-info--home .native-info__footer p{
  max-width:760px!important;
  color:#526a70!important;
  font-size:13px!important;
  line-height:1.65!important;
}
body.ea-home-color-v3 .native-info--home .native-info__cta{
  min-height:50px!important;
  padding:0 22px!important;
  border:1px solid #0a8544!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#10aa57,#08783e)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
  box-shadow:0 13px 28px rgba(8,120,62,.24)!important;
}
body.ea-home-color-v3 .native-info--home .native-info__cta:hover{background:linear-gradient(180deg,#0b944a,#066d38)!important;transform:translateY(-1px)!important}

@media(max-width:980px){
  body.ea-home-color-v3 .native-info--home{width:min(100% - 28px,1180px)!important;padding:36px 28px 28px!important}
  body.ea-home-color-v3 .native-info--home .native-info__flow{grid-template-columns:1fr!important;gap:12px!important}
  body.ea-home-color-v3 .native-info--home .native-info__arrow{min-height:28px!important;transform:rotate(90deg)!important}
  body.ea-home-color-v3 .native-info--home .native-info__core{min-height:230px!important}
  body.ea-home-color-v3 .native-info--home .native-info__outcomes{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.ea-home-color-v3 .native-info--home .native-info__footer{align-items:flex-start!important;flex-direction:column!important;padding-bottom:20px!important}
}
@media(max-width:620px){
  body.ea-home-color-v3 .native-info--home{margin:38px auto!important;padding:30px 18px 22px!important;border-radius:20px!important}
  body.ea-home-color-v3 .native-info--home h2{font-size:32px!important;line-height:1.04!important}
  body.ea-home-color-v3 .native-info--home .native-info__lead{font-size:14px!important}
  body.ea-home-color-v3 .native-info--home .native-info__card{min-height:116px!important;padding:18px 16px 18px 70px!important}
  body.ea-home-color-v3 .native-info--home .native-info__card::before{left:14px!important;width:42px!important;height:42px!important;border-radius:11px!important;font-size:20px!important}
  body.ea-home-color-v3 .native-info--home .native-info__core{min-height:210px!important;padding:25px 18px!important}
  body.ea-home-color-v3 .native-info--home .native-info__core strong{font-size:24px!important}
  body.ea-home-color-v3 .native-info--home .native-info__outcomes{grid-template-columns:1fr!important;gap:10px!important}
  body.ea-home-color-v3 .native-info--home .native-info__outcomes article{min-height:112px!important}
  body.ea-home-color-v3 .native-info--home .native-info__cta{width:100%!important}
}
@media(prefers-reduced-motion:reduce){
  body.ea-home-color-v3 .native-info--home .native-info__cta{transition:none!important;transform:none!important}
}

/* home-authority-label-contrast-v34 */
/* ExcelArşiv — Homepage authority metric label contrast v3.4
   Fixes KATALOG / KAPSAM / SEÇENEK readability on light tinted metric cards.
   Loaded after all previous homepage color layers. */

body.ea-home-color-v3 .home-v2 .authority-metrics article small{
  opacity:1!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  text-shadow:none!important;
}

body.ea-home-color-v3 .home-v2 .authority-metrics article:nth-child(1) small{
  color:#075c31!important;
}

body.ea-home-color-v3 .home-v2 .authority-metrics article:nth-child(2) small{
  color:#114fac!important;
}

body.ea-home-color-v3 .home-v2 .authority-metrics article:nth-child(3) small{
  color:#8a5200!important;
}

/* Decision guide CTA must retain white text over its green button surface. */
body.ea-home-color-v3 .home-v2 .decision-intro .decision-all-btn,
body.ea-home-color-v3 .home-v2 .decision-intro .decision-all-btn:visited,
body.ea-home-color-v3 .home-v2 .decision-intro .decision-all-btn:hover,
body.ea-home-color-v3 .home-v2 .decision-intro .decision-all-btn:focus-visible{
  color:#fff!important;
}

/* FAQ cards: keep question and answer copy comfortably clear of the colored left rail. */
body.ea-home-color-v3 .home-v2 .faq-list details{
  padding:18px 24px 18px 28px!important;
}

body.ea-home-color-v3 .home-v2 .faq-list summary{
  padding-inline-start:2px!important;
}

body.ea-home-color-v3 .home-v2 .faq-list p{
  margin-top:10px!important;
  padding-inline-start:2px!important;
}

@media(max-width:620px){
  body.ea-home-color-v3 .home-v2 .faq-list details{
    padding:16px 18px 16px 22px!important;
  }
}

/* dual-funnel-home-v17-css */
.finance-pillars{padding:60px 0;border-bottom:1px solid #dfe5e0;background:#fff}

/* 5 Saniyede Anlaşılan Değer Vaadi */
.decision-clarity-head{margin-bottom:34px}
.decision-eyebrow{color:#059669;font:850 11px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;margin-bottom:10px}
.decision-clarity-head h2{margin:0 0 14px;color:#0f172a;font-size:clamp(28px,3.5vw,46px);line-height:1.06;letter-spacing:-.04em}
.decision-lead{max-width:820px;margin:0 0 24px;color:#475569;font-size:16px;line-height:1.6}

.decision-quick-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:38px}
.quick-step-box{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(15,23,42,.02)}
.step-num{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;border-radius:10px;background:#059669;color:#fff;font:850 13px/1 ui-monospace,monospace}
.quick-step-box strong{display:block;color:#0f172a;font-size:14.5px;font-weight:800;margin-bottom:4px}
.quick-step-box small{display:block;color:#64748b;font-size:12.5px;line-height:1.45}

/* 4 Bento Acı & Karar Kartı (iyzico tarzı) */
.pain-decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:46px}
.decision-card{padding:28px 26px;border-radius:22px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.04);display:flex;flex-direction:column;position:relative;overflow:hidden}
.decision-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px}
.decision-card--navy::before{background:#1e3a8a}
.decision-card--emerald::before{background:#059669}
.decision-card--violet::before{background:#7c3aed}
.decision-card--amber::before{background:#d97706}

.decision-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.tag-pill{padding:4px 10px;border-radius:8px;font:800 10.5px/1 ui-monospace,monospace;letter-spacing:.06em}
.tag-pill--alert{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}
.tag-pill--success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}
.tag-pill--purple{background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}
.tag-pill--warn{background:#fffbeb;color:#d97706;border:1px solid #fde68a}
.card-icon{font-size:24px}

.decision-card h3{margin:0 0 16px;color:#0f172a;font-size:21px;letter-spacing:-.03em;font-weight:800}
.pain-point{padding:12px 14px;border-radius:12px;background:#fef2f2;border-left:3px solid #ef4444;margin-bottom:12px}
.pain-point strong{display:block;color:#991b1b;font-size:11.5px;font-weight:850;margin-bottom:3px}
.pain-point p{margin:0;color:#7f1d1d;font-size:13px;line-height:1.5}

.solution-point{padding:12px 14px;border-radius:12px;background:#f0fdf4;border-left:3px solid #10b981;margin-bottom:20px}
.solution-point strong{display:block;color:#065f46;font-size:11.5px;font-weight:850;margin-bottom:3px}
.solution-point p{margin:0;color:#064e3b;font-size:13px;line-height:1.5}

.decision-link{margin-top:auto;display:inline-flex;align-items:center;color:#059669;font-size:13.5px;font-weight:800;text-decoration:none}
.decision-link:hover{text-decoration:underline}

/* Slayt 3 Mockup Sahnesi */

/* Problem Mağazası Stilleri (PDF Şablon Kutuları) */
.problem-store-section{margin:36px 0 44px;padding:36px 32px;border-radius:26px;background:linear-gradient(180deg,#f8faf9 0%,#f0fdf4 100%);border:1px solid #d1fae5}
.problem-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}
.problem-store-card{position:relative;padding:24px 26px;border-radius:20px;background:#ffffff;border:1px solid #dbe5de;box-shadow:0 4px 16px rgba(15,23,42,.03);display:flex;flex-direction:column;text-decoration:none;transition:all .2s ease;overflow:hidden}
.problem-store-card:hover{transform:translateY(-4px);border-color:#059669;box-shadow:0 16px 36px rgba(5,150,105,.12)}
.psc-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.psc-badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:8px;background:#ecfdf5;color:#047857;font:850 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;border:1px solid #bbf7d0}
.psc-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#f0fdf4;border:1px solid #dcfce7;font-size:17px;flex-shrink:0}
.problem-store-card h4{margin:0 0 14px;color:#0f172a;font-size:18px;font-weight:800;letter-spacing:-.025em;line-height:1.3;min-height:46px}
.psc-solution-box{padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:18px;display:grid;gap:4px}
.psc-solution-box small{color:#059669;font-weight:850;font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;font-family:ui-monospace,monospace}
.psc-solution-box p{margin:0;color:#334155;font-size:13px;font-weight:700;line-height:1.45}
.psc-cta{margin-top:auto;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;background:#f0fdf4;color:#087a46;font-size:12.5px;font-weight:800;border:1px solid #bbf7d0;width:fit-content;transition:all .15s ease}
.problem-store-card:hover .psc-cta{background:#059669;color:#ffffff;border-color:#059669}
.problem-store-card:nth-child(1){background:#f0f7ff;border-color:#dbeafe}
.problem-store-card:nth-child(2){background:#f0fdf4;border-color:#dcfce7}
.problem-store-card:nth-child(3){background:#fff7ed;border-color:#ffedd5}
.problem-store-card:nth-child(4){background:#f5f3ff;border-color:#ede9fe}
.problem-store-card:nth-child(5){background:#fff1f2;border-color:#ffe4e6}
.problem-store-card:nth-child(6){background:#fffbeb;border-color:#fef3c7}
.problem-store-card .psc-solution-box{background:rgba(255,255,255,0.65)}
@media(max-width:820px){.problem-store-grid{grid-template-columns:1fr}}

.section-divider-title{margin:36px 0 18px}
.section-divider-title h3{margin:0 0 6px;color:#0f172a;font-size:22px;letter-spacing:-.03em}
.section-divider-title p{margin:0;color:#64748b;font-size:14.5px}

/* Slayt 3 15 Numaralı Matris */
.finance-needs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:44px}
.finance-need-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e1e8e3;border-radius:14px;background:#f8faf9;color:#18221b;text-decoration:none;font-size:13.5px;font-weight:700;transition:all .15s ease;box-shadow:0 2px 6px rgba(15,23,42,.02)}
.finance-need-item:hover{background:#fff;border-color:#059669;color:#059669;box-shadow:0 8px 18px rgba(5,150,105,.1);transform:translateY(-1.5px)}
.need-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:9px;background:#eaf6ee;color:#087a46;font:850 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.need-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}


/* Slayt 21 7 Numaralı Standart */
.pdf-reasons-timeline-card{margin:0 0 44px;padding:34px;border-radius:24px;background:#fff;border:1px solid #dfe5e0;box-shadow:0 10px 32px rgba(15,23,42,.04)}
.timeline-head{margin-bottom:24px}
.timeline-head h4{margin:8px 0 0;color:#0f172a;font-size:clamp(22px,2.2vw,30px);letter-spacing:-.03em}
.pdf-reasons-list{display:grid;gap:12px}
.reason-row{display:grid;grid-template-columns:40px 1fr;gap:16px;align-items:start;padding:14px 18px;border-radius:14px;background:#f8faf9;border:1px solid #e6ede8}
.r-no{width:36px;height:36px;border-radius:10px;background:#059669;color:#fff;display:grid;place-items:center;font:850 14px/1 ui-monospace,monospace}
.r-content strong{display:block;color:#0f172a;font-size:14.5px;font-weight:800;margin-bottom:3px}
.r-content p{margin:0;color:#526176;font-size:13px;line-height:1.5}

/* Slayt 7 Chat Dialog */
.pdf-chat-dialog-card{margin:0 0 44px;padding:26px 30px;border-radius:24px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:0 8px 26px rgba(15,23,42,.03)}
.pdf-chat-header{margin-bottom:18px}
.pdf-chat-kicker{color:#059669;font:800 10.5px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}
.pdf-chat-header h4{margin:6px 0 0;color:#0f172a;font-size:19px;letter-spacing:-.03em}
.pdf-chat-bubbles{display:grid;gap:14px;margin-bottom:18px}
.chat-bubble{padding:16px 20px;border-radius:18px;border:1px solid #e2e8f0}
.chat-bubble--client{background:#fff;border-left:4px solid #f59e0b}
.chat-bubble--advisor{background:#ecfdf5;border-left:4px solid #059669}
.bubble-meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.bubble-meta .avatar{font-size:16px}
.bubble-meta strong{color:#0f172a;font-size:13.5px}
.bubble-meta small{color:#64748b;font-size:11px}
.b-tag{margin-left:auto;padding:3px 8px;border-radius:6px;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.05em}
.b-tag--alert{background:#fef3c7;color:#b45309}
.b-tag--success{background:#d1fae5;color:#047857}
.chat-bubble p{margin:0;color:#334155;font-size:13.5px;line-height:1.6}
.chat-divider{display:flex;align-items:center;gap:14px;margin:2px 0}
.divider-line{flex:1;height:1px;background:#cbd5e1}
.divider-badge{padding:4px 12px;border-radius:999px;background:#0f172a;color:#fff;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
.chat-outcome-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px 20px;border-radius:16px;background:#fff;border:1px solid #e2e8f0}
.outcome-stat strong{display:block;color:#059669;font-size:16px;font-weight:850}
.outcome-stat span{color:#64748b;font-size:12px}


.high-ticket-bridge{padding:64px 0;background:#fff;color:#0f172a}.high-ticket-bridge__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:68px;align-items:center;padding:48px 44px;border:1px solid #dfe5e0;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(18,42,26,.05)}.high-ticket-kicker{margin:0;color:#059669;font:850 11px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em}.high-ticket-bridge h2{max-width:760px;margin:12px 0 0;color:#0f172a;font-size:clamp(32px,4vw,50px);line-height:1.02;letter-spacing:-.045em}.high-ticket-bridge__copy>p:last-child{max-width:760px;margin:20px 0 0;color:#526176;font-size:16px;line-height:1.7}.high-ticket-bridge__proof{padding:26px;border:1px solid #dfe5e0;border-radius:18px;background:#f8faf9;box-shadow:0 8px 24px rgba(18,42,26,.04)}.high-ticket-bridge__proof ul{display:grid;gap:12px;margin:0 0 22px;padding:0;list-style:none;color:#334155;font-size:14px;line-height:1.45}.high-ticket-bridge__proof li{position:relative;padding-left:22px}.high-ticket-bridge__proof li::before{content:"✓";position:absolute;left:0;color:#059669;font-weight:900}.high-ticket-bridge__proof>a{min-height:48px;display:flex;align-items:center;justify-content:center;padding:0 18px;border-radius:12px;background:#059669;color:#fff;font-size:13px;font-weight:850;text-decoration:none;box-shadow:0 8px 20px rgba(5,150,105,.2)}.home-finance-close{padding:52px 0;border-bottom:1px solid #dfe5e0;background:linear-gradient(90deg,#f0fdf4,#eff6ff)}.home-finance-close__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center}.home-finance-close h2{margin:9px 0 0;color:#0f172a;font-size:clamp(28px,3.2vw,42px);line-height:1.05;letter-spacing:-.04em}.home-finance-close p:not(.decision-eyebrow){max-width:760px;margin:12px 0 0;color:#526176;font-size:15px;line-height:1.65}.home-finance-close__cta{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:12px;background:#059669;color:#fff;font-size:14px;font-weight:850;text-decoration:none;box-shadow:0 12px 28px rgba(5,150,105,.2)}

/* PDF Slayt 2 & 24: Kurumsal Güven ve Finans Mimarisi */
.pdf-ecosystem-hero-card{padding:38px 36px;border-radius:28px;background:linear-gradient(140deg,#f8fafc 0%,#eff6ff 60%,#ecfdf5 100%);border:1px solid #dbeafe;box-shadow:0 12px 34px rgba(15,23,42,.04);margin-bottom:44px}

@media(max-width:980px){
  .decision-quick-steps{grid-template-columns:1fr}
  .pain-decision-grid{grid-template-columns:1fr}

  .finance-needs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .chat-outcome-bar{grid-template-columns:1fr}
  .high-ticket-bridge__inner{grid-template-columns:1fr;gap:28px}
}
@media(max-width:768px){
  .finance-pillars{padding:36px 0;overflow-x:clip}
  .decision-clarity-head{margin-bottom:24px}
  .decision-clarity-head h2{font-size:clamp(23px,5.8vw,34px);line-height:1.15;letter-spacing:-.03em}
  .decision-lead{font-size:14.5px;line-height:1.55;margin-bottom:18px}
  .decision-quick-steps{gap:10px;margin-bottom:28px}
  .quick-step-box{padding:14px 16px;border-radius:14px}
  .pain-decision-grid{gap:14px;margin-bottom:32px}
  .decision-card{padding:20px 18px;border-radius:18px}
  .decision-card h3{font-size:18px;margin-bottom:12px}
  .pain-point,.solution-point{padding:10px 12px;margin-bottom:10px}
  .pain-point p,.solution-point p{font-size:12.5px}

  /* Problem Mağazası Mobil Standardı */
  .problem-store-section{margin:24px 0 32px;padding:20px 14px;border-radius:20px}
  .problem-store-grid{grid-template-columns:1fr;gap:12px;margin-top:16px}
  .problem-store-card{padding:18px 16px;border-radius:16px}
  .problem-store-card h4{font-size:16px;min-height:auto;margin-bottom:12px;line-height:1.35}
  .psc-solution-box{padding:10px 12px;border-radius:10px;margin-bottom:14px}
  .psc-solution-box p{font-size:12.5px;line-height:1.45}
  .psc-cta{width:100%;box-sizing:border-box;justify-content:center;min-height:44px;font-size:13px;border-radius:10px;touch-action:manipulation}

  /* 15 İhtiyaç Matrisi */
  .finance-needs-grid{grid-template-columns:1fr;gap:8px;margin-bottom:32px}
  .finance-need-item{padding:11px 14px;font-size:13px;min-height:44px;border-radius:12px}
  .need-name{white-space:normal;line-height:1.3}
  /* Alt Dönüşüm Köprüleri */
  .high-ticket-bridge{padding:36px 0;overflow-x:clip}
  .high-ticket-bridge__inner{padding:26px 18px;border-radius:20px;gap:22px}
  .high-ticket-bridge h2{font-size:clamp(22px,5.5vw,32px);line-height:1.1}
  .high-ticket-bridge__copy>p:last-child{font-size:14px;margin-top:14px;line-height:1.6}
  .high-ticket-bridge__proof{padding:18px 16px;border-radius:16px}
  .high-ticket-bridge__proof ul{font-size:13px;gap:10px;margin-bottom:18px}
  .high-ticket-bridge__proof>a{min-height:46px;font-size:12.5px;text-align:center;padding:0 14px}
  .home-finance-close{padding:32px 0;overflow-x:clip}
  .home-finance-close__inner{grid-template-columns:1fr;gap:18px}
  .home-finance-close h2{font-size:clamp(21px,5vw,30px);line-height:1.2}
  .home-finance-close p:not(.decision-eyebrow){font-size:13.5px;line-height:1.55}
  .home-finance-close__cta{min-height:48px;font-size:13.5px;width:100%;box-sizing:border-box;text-align:center;padding:0 16px}
}
@media(max-width:480px){
  .quick-step-box{flex-direction:column;gap:8px}
  .step-num{width:28px;height:28px;font-size:12px;border-radius:8px}
  .table-mock-head,.table-mock-row{grid-template-columns:30px 1fr 1fr;font-size:10px}
  .table-mock-head span:nth-child(3),.table-mock-row span:nth-child(3){display:none}
  .r-content strong{font-size:13.5px}
  .bento-item h4{font-size:15px}
  .eco-logos-grid{grid-template-columns:1fr}
}

/* native-seo-infographics */
/* NATIVE SEO INFOGRAPHICS v1 — semantic HTML/CSS infographics, no text trapped in raster images. */
.native-info{--ni-green:#0b7a43;--ni-green-2:#0f5f38;--ni-navy:#0b1f3a;--ni-ink:#15221b;--ni-muted:#637168;--ni-line:#dfe7e2;--ni-soft:#f6faf7;--ni-card:#fff;--ni-gold:#c7a15b;width:min(1180px,calc(100% - 48px));margin:64px auto;padding:34px;border:1px solid var(--ni-line);border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbf9);box-shadow:0 18px 52px rgba(15,35,24,.08);color:var(--ni-ink)}
.native-info *{box-sizing:border-box}.native-info__eyebrow{margin:0 0 10px;color:var(--ni-green);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.native-info h2{max-width:900px;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.045em;color:var(--ni-navy)}.native-info__lead{max-width:820px;margin:14px 0 0;color:var(--ni-muted);font-size:15px;line-height:1.75}.native-info__flow{display:grid;grid-template-columns:1fr auto 1.05fr auto 1fr;align-items:stretch;gap:12px;margin-top:28px}.native-info__group{display:grid;gap:10px}.native-info__card{position:relative;min-height:104px;padding:18px;border:1px solid var(--ni-line);border-radius:18px;background:var(--ni-card)}.native-info__card small{display:block;margin-bottom:7px;color:var(--ni-green);font-size:10px;font-weight:900;letter-spacing:.09em}.native-info__card strong{display:block;color:var(--ni-navy);font-size:17px;line-height:1.25}.native-info__card span{display:block;margin-top:7px;color:var(--ni-muted);font-size:12px;line-height:1.55}.native-info__core{display:grid;place-items:center;min-height:218px;padding:24px;border:1px solid #0b6e3b;border-radius:22px;background:linear-gradient(145deg,#0b6f3d,#0d8a4a);color:#fff;text-align:center;box-shadow:0 18px 32px rgba(10,111,61,.2)}.native-info__core b{display:block;font-size:30px;line-height:1}.native-info__core strong{display:block;margin-top:12px;font-size:24px;line-height:1.15}.native-info__core span{display:block;margin-top:9px;color:#d9f6e7;font-size:12px;line-height:1.5}.native-info__arrow{display:grid;place-items:center;color:var(--ni-navy);font-size:28px;font-weight:900}.native-info__outcomes{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.native-info__outcomes article{padding:15px;border:1px solid var(--ni-line);border-radius:16px;background:#fff}.native-info__outcomes b{color:var(--ni-green);font-size:18px}.native-info__outcomes strong{display:block;margin-top:6px;color:var(--ni-navy);font-size:14px}.native-info__outcomes span{display:block;margin-top:5px;color:var(--ni-muted);font-size:11px;line-height:1.45}.native-info__footer{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:22px;padding-top:20px;border-top:1px solid var(--ni-line)}.native-info__footer p{max-width:760px;margin:0;color:var(--ni-muted);font-size:12px;line-height:1.65}.native-info__cta{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 17px;border-radius:12px;background:var(--ni-navy);color:#fff!important;font-size:13px;font-weight:900;text-decoration:none;white-space:nowrap}.native-info__cta:hover{background:#132c4e}.native-info--special{background:#0c1d32;color:#fff;border-color:#1c3656}.native-info--special h2{color:#fff}.native-info--special .native-info__eyebrow{color:#7ee2a8}.native-info--special .native-info__lead{color:#c8d5e4}.native-info--special .native-info__card{background:#112943;border-color:#284560}.native-info--special .native-info__card strong{color:#fff}.native-info--special .native-info__card span{color:#c5d1dd}.native-info--special .native-info__card small{color:#7ee2a8}.native-info--special .native-info__arrow{color:#d9e7f4}.native-info--special .native-info__outcomes article{background:#112943;border-color:#284560}.native-info--special .native-info__outcomes strong{color:#fff}.native-info--special .native-info__outcomes span{color:#c5d1dd}.native-info--special .native-info__footer{border-color:#284560}.native-info--special .native-info__footer p{color:#c5d1dd}.native-info--guide .native-info__flow{grid-template-columns:repeat(3,1fr)}.native-info--guide .native-info__arrow{display:none}.native-info--guide .native-info__card{min-height:150px}.native-info--product{margin-top:34px;margin-bottom:34px;padding:26px}.native-info--product h2{font-size:clamp(26px,3vw,38px)}.native-info--product .native-info__flow{grid-template-columns:1fr auto 1fr auto 1fr}.native-info--product .native-info__core{min-height:154px;padding:18px}.native-info--product .native-info__core strong{font-size:20px}.native-info--product .native-info__card{min-height:154px}.product-section--flow{position:relative}.product-section--flow .section-head--light h2,.product-section--flow .section-head--light p,.product-section--flow .io-card h3,.product-section--flow .io-card li,.product-section--flow .product-details summary{color:#fff!important}.product-section--flow .section-kicker,.product-section--flow .io-card>span{color:#9df0bc!important}.product-section--flow .io-card{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.06)!important}.product-section--flow .product-details{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.06)!important}
@media(max-width:900px){.native-info{width:min(100% - 28px,1180px);margin:42px auto;padding:24px}.native-info__flow,.native-info--product .native-info__flow{grid-template-columns:1fr}.native-info__arrow{transform:rotate(90deg);min-height:28px}.native-info__outcomes{grid-template-columns:1fr 1fr}.native-info__footer{align-items:flex-start;flex-direction:column}.native-info--guide .native-info__flow{grid-template-columns:1fr}.native-info__core{min-height:150px}}
@media(max-width:560px){.native-info{padding:20px;border-radius:20px}.native-info__outcomes{grid-template-columns:1fr}.native-info h2{font-size:30px}.native-info__core strong{font-size:21px}}

/* home-original-hero-v21-css */
@media(min-width:1021px){
body[data-desktop-premium-v19] .hero-section{position:relative!important;z-index:60!important;margin:16px 0 28px!important;padding:8px 0 0!important;background:transparent!important}
body[data-desktop-premium-v19] .hero-shell{position:relative!important;z-index:60!important;width:min(1150px,calc(100% - 40px))!important;margin-inline:auto!important;padding-bottom:56px!important}
body[data-desktop-premium-v19] .hero-mobile-copy{position:absolute!important;z-index:66!important;left:4%!important;top:10%!important;width:min(48%,520px)!important;height:auto!important;padding:0!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;border:0!important}
body[data-desktop-premium-v19] .hero-mobile-copy__eyebrow{margin:0!important;font:800 12.5px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;letter-spacing:.08em!important;color:#107c41!important}
body[data-desktop-premium-v19] .hero-title{max-width:520px!important;margin:8px 0 0!important;font:800 clamp(32px,2.6vw,40px)/1.12 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:-.03em!important;color:#222222!important;text-wrap:balance!important}
body[data-desktop-premium-v19] .hero-mobile-copy__summary{max-width:500px!important;margin:10px 0 0!important;font:500 16px/1.55 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:#444444!important}
body[data-desktop-premium-v19] .hero-artwork{position:relative!important;display:block!important;overflow:hidden!important;width:100%!important;margin:0 auto!important;aspect-ratio:3 / 1!important;min-height:0!important;border:1px solid rgba(16,124,65,.12)!important;border-radius:16px!important;background:#eef3f6!important;box-shadow:0 12px 32px rgba(24,55,38,.07)!important}
body[data-desktop-premium-v19] .hero-artwork::before{content:none!important;background:none!important}
body[data-desktop-premium-v19] .hero-panel::after{content:none!important;background:none!important}
body[data-desktop-premium-v19] .hero-artwork::after{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(90deg,#f7faf8 0%,#f7faf8 48%,rgba(247,250,248,.96) 54%,rgba(247,250,248,.72) 60%,rgba(247,250,248,0) 68%)!important}
body[data-desktop-premium-v19] .hero-artwork img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
body[data-desktop-premium-v19] .hero-tech-visual{position:absolute!important;right:0!important;top:0!important;bottom:0!important;width:55%!important;z-index:3!important;pointer-events:none!important;display:flex!important;align-items:center!important;justify-content:center!important}
body[data-desktop-premium-v19] .hero-search-rail{position:absolute!important;left:4%!important;bottom:0!important;z-index:70!important;width:min(520px,calc(50% - 20px))!important;margin:0!important;transform:none!important;scroll-margin-top:90px!important}
body[data-desktop-premium-v19] .home-shell{width:min(1150px,calc(100% - 40px))!important}
body[data-desktop-premium-v19] .soho-reviews-bar{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:10px 16px!important;margin-top:0!important;margin-bottom:24px!important}
body[data-desktop-premium-v19] .soho-category-headband{margin-top:32px!important;border-bottom:2px solid #eeeeee!important;padding-bottom:2px!important;display:flex!important;align-items:baseline!important;justify-content:space-between!important}
body[data-desktop-premium-v19] .soho-category-title{font-size:22px!important;font-weight:700!important;color:#222222!important;border-bottom:2px solid #107c41!important;padding-bottom:3px!important;margin:0!important}
body[data-desktop-premium-v19] .soho-category-title a{color:#222222!important;text-decoration:none!important}
body[data-desktop-premium-v19] .soho-category-more a{color:#107c41!important;font-size:14.5px!important;font-weight:600!important;text-decoration:none!important}
body[data-desktop-premium-v19] .soho-category-more a:hover{text-decoration:underline!important}
body[data-desktop-premium-v19] .soho-category-desc{margin:8px 0 20px!important;font-size:14.5px!important;line-height:1.55!important;color:#555555!important;font-weight:400!important}

/* SOMEKA KART STİLİ %100 BİREBİR */
body[data-desktop-premium-v19] .soho-product-grid{gap:16px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-bottom:28px!important}
body[data-desktop-premium-v19] .someka-product-custom-card{border:1px solid #d6dce4!important;border-radius:4px!important;background:#ffffff!important;box-shadow:0 1px 3px rgba(0,0,0,0.05)!important;transition:box-shadow .2s ease,transform .18s ease!important;overflow:hidden!important}
body[data-desktop-premium-v19] .someka-product-custom-card:hover{box-shadow:0 8px 24px rgba(15,23,42,.09)!important;transform:translateY(-2px)!important;border-color:#cbd5e1!important}
body[data-desktop-premium-v19] .someka-card-thumb-wrap{position:relative!important;display:block!important;aspect-ratio:16 / 10!important;background:#f8fafc!important;border-bottom:1px solid #eee!important;overflow:hidden!important}
body[data-desktop-premium-v19] .someka-thumb-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important;margin-top:0!important;display:block!important;transition:transform .2s ease!important}
body[data-desktop-premium-v19] .someka-card-thumb-wrap:hover .someka-thumb-img{transform:scale(1.03)!important}
body[data-desktop-premium-v19] .someka-category-tag{display:none!important}
body[data-desktop-premium-v19] .someka-card-details{padding:12px 10px 14px!important;text-align:center!important;display:flex!important;flex-direction:column!important;flex:1!important}
body[data-desktop-premium-v19] .single-post-title{margin:2px 0 4px!important;min-height:38px!important;line-height:1.35!important;text-align:center!important}
body[data-desktop-premium-v19] .single-post-title a{color:#222222!important;font-size:16px!important;font-weight:700!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;text-decoration:none!important;transition:color .15s ease!important}
body[data-desktop-premium-v19] .single-post-title a:hover{color:#107c41!important}
body[data-desktop-premium-v19] .vcex-star-rating{display:none!important}
body[data-desktop-premium-v19] .vcex-post-excerpt{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:14px!important;line-height:1.5!important;color:#555555!important;margin:4px 0 0!important;min-height:35px!important;text-align:center!important}
body[data-desktop-premium-v19] .someka-card-bottom{display:none!important}
}
/* SOMEKA BOLD TİPOGRAFİ STANDARDI — TÜM SİTE VE TÜM SAYFALAR */
.single-post-title,
.single-post-title a,
.card__title,
.card__title a,
.tcard__title,
.tcard__title a,
.mce-quick-card__title,
.mce-template-card__title,
[data-template-card] .card__title,
[data-template-card] .card__title a,
.soho-product-grid .single-post-title,
.soho-product-grid .single-post-title a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #222222 !important;
  text-decoration: none !important;
  transition: color .15s ease !important;
  letter-spacing: -0.01em !important;
}
.single-post-title a:hover,
.card__title a:hover,
.tcard__title a:hover,
[data-template-card] .card__title a:hover,
.soho-product-grid .single-post-title a:hover {
  color: #107c41 !important;
}

/* data-contextual-imagery */
.contextual-excel-visual{position:relative;overflow:hidden;border:1px solid rgba(22,101,52,.16);background:#eef6f1;box-shadow:0 18px 48px rgba(15,50,31,.10)}
  .contextual-excel-visual img{display:block;width:100%;height:100%;object-fit:cover}
  .contextual-excel-visual--home{margin-top:24px;aspect-ratio:16/10;border-radius:20px}
  .contextual-excel-visual--guide{margin-top:30px;aspect-ratio:16/6;border-radius:20px}
  .contextual-excel-visual--special{aspect-ratio:16/5.5;max-height:145px;border-radius:18px 18px 0 0;border-width:0 0 1px 0;box-shadow:none}
  .contextual-excel-caption{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(15,41,66,.88);color:#fff;font:700 10px/1.2 ui-sans-serif,system-ui,sans-serif;letter-spacing:.01em;backdrop-filter:blur(8px)}
  @media(max-width:900px){.contextual-excel-visual--home{aspect-ratio:16/9}.contextual-excel-visual--guide{aspect-ratio:16/8}}
  @media(max-width:620px){.contextual-excel-visual--home,.contextual-excel-visual--guide{margin-top:20px;aspect-ratio:16/9;border-radius:16px}.contextual-excel-visual--special{aspect-ratio:16/8}.contextual-excel-caption{left:10px;bottom:10px;font-size:9px}}

/* data-ea-typography-mandate */
:root{
    --ea-font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    --ea-type-body:16px;
    --ea-type-nav:15px;
    --ea-type-small:13.5px;
    --ea-type-h1:clamp(32px,4vw,44px);
    --ea-type-h2:clamp(24px,2.8vw,32px);
    --ea-type-h3:clamp(19px,2vw,24px);
    --ea-type-h4:17px;
    --ea-leading-body:1.6;
    --ea-color-body:#444444;
    --ea-color-heading:#222222;
    --ea-color-muted:#666666;
    --ea-color-accent:#107c41;
  }
  html{font-size:16px!important}
  body,button,input,select,textarea{font-family:var(--ea-font-sans)!important}
  body{font-size:16px!important;line-height:var(--ea-leading-body)!important;color:#444444!important;background:#ffffff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  
  /* Someka Başlık Renkleri & Hiyerarşisi */
  h1,h2,h3,h4,h5,h6,.display,.hero-title,.section-title{color:#222222!important;font-weight:700!important;line-height:1.25!important;letter-spacing:-0.02em}
  h1,.display,.hero-title{font-size:clamp(32px,4vw,44px)!important;font-weight:800!important;line-height:1.15!important;letter-spacing:-0.03em!important}
  h2,.section-title{font-size:clamp(24px,2.8vw,32px)!important;font-weight:700!important}
  h3{font-size:clamp(19px,2vw,24px)!important}
  h4{font-size:17px!important}
  h5,h6{font-size:15px!important}

  /* Someka Gövde Metinleri & Paragraflar */
  main p,main li,main td,main th,main details,main summary,article p,article li{font-family:var(--ea-font-sans)!important;font-size:16px!important;line-height:1.6!important;color:#444444!important}
  main p{margin-bottom:1.2em}
  
  /* Someka Kart Başlıkları & Ürün Başlıkları (Okunaklı & Tok) */
  .single-post-title,.single-post-title a,.card__title,.card__title a,.tcard__title,.tcard__title a,[data-template-card] h3,[data-template-card] a,.mce-quick-card__title,.mce-template-card__title{font-family:var(--ea-font-sans)!important;font-size:16px!important;font-weight:700!important;line-height:1.35!important;color:#222222!important}
  .single-post-title a:hover,.card__title a:hover,.tcard__title a:hover,[data-template-card] a:hover{color:#107c41!important}

  /* Someka Kart Özetleri & Açıklamaları (Asla mikroskobik 11px/12px değil) */
  .vcex-post-excerpt,.card__desc,.tcard__desc,[data-template-card] p,.template-card-desc,.soho-category-desc{font-size:14px!important;line-height:1.55!important;color:#555555!important}

  /* Navigasyon & Butonlar */
  header nav a,header [role="navigation"] a,nav[aria-label] a{font-size:15px!important;font-weight:600!important;line-height:1.4!important;color:#222222!important}
  main button,main a[class*="btn"],main a[class*="button"]{font-size:15px!important;font-weight:600!important}
  main input,main select,main textarea{font-size:15px!important;line-height:1.45!important;color:#222222!important}

  /* Eyebrow / Kicker / Etiketler */
  .eyebrow,.kicker,.hub-kicker,.hero-mobile-copy__eyebrow{font-size:12.5px!important;font-weight:700!important;letter-spacing:.06em!important;color:#107c41!important}

  /* Yardımcı Metinler & Muted Bilgiler */
  main small,.text-muted,.meta,span.text-xs{font-size:13.5px!important;line-height:1.5!important;color:#666666!important}

  /* Footer */
  footer,footer a{font-family:var(--ea-font-sans)!important;font-size:13.5px!important;line-height:1.55!important;color:#666666!important}
  footer strong,footer h3,footer h4{color:#222222!important;font-size:15px!important}

  @media(max-width:760px){
    :root{--ea-type-body:15.5px;--ea-type-nav:14.5px;--ea-type-small:13px}
    body{font-size:15.5px!important}
    h1,.display,.hero-title{font-size:28px!important}
    h2,.section-title{font-size:22px!important}
    h3{font-size:18px!important}
    main p,main li,main td,main th,main details,main summary{font-size:15.5px!important}
  }