
:root{
  --bg:#020b17;
  --white:#f4f7fb;
  --muted:rgba(255,255,255,.66);
  --red:#ff1e24;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.home-sayfasi{
  background:var(--bg);
  color:var(--white);
  font-family:'Public Sans',sans-serif;
  overflow-x:hidden;
}
body.home-sayfasi a{text-decoration:none;color:inherit}
body.home-sayfasi .container{
  width:min(1440px, calc(100% - 60px));
  margin:0 auto;
  position:relative;
  z-index:3;
}

/* HERO */
.home-hero{
  min-height:100vh;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#020b17;
  isolation:isolate;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.home-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.62;
  filter:brightness(.68) contrast(1.25) saturate(1.14);
  transform:scale(1.04);
}
.home-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg, rgba(2,11,23,.58), rgba(2,11,23,.28) 48%, rgba(2,11,23,.78)),
    radial-gradient(circle at 50% 42%, rgba(255,30,36,.42), transparent 34%),
    radial-gradient(circle at 50% 52%, rgba(255,255,255,.08), transparent 22%),
    radial-gradient(circle at 78% 30%, rgba(0,120,255,.14), transparent 34%);
}
.home-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.026) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(180deg, rgba(255,255,255,.018) 0 1px, transparent 1px 82px);
  opacity:.34;
}
.home-hero-inner{
  z-index:4;
  max-width:1180px;
  padding:120px 0 90px;
  margin:0 auto;
}
.home-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:#ff3a3f;
  font-family:'Rajdhani',sans-serif;
  font-size:17px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  text-shadow:0 0 14px rgba(255,30,36,.55);
  user-select:none;
  cursor:default;
}
.home-kicker.small{
  font-size:15px;
  margin-bottom:18px;
}
.home-kicker i{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ff1e24;
  box-shadow:0 0 0 8px rgba(255,30,36,.10), 0 0 18px rgba(255,30,36,.75);
}
.home-hero h1{
  margin:22px auto 20px;
  font-family:'Orbitron',sans-serif;
  font-size:clamp(58px, 8vw, 128px);
  line-height:.92;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#fff;
  text-shadow:
    0 0 10px rgba(255,255,255,.86),
    0 0 26px rgba(255,30,36,1),
    0 0 72px rgba(255,30,36,.72),
    0 0 130px rgba(255,30,36,.38);
  animation:homeTitleBreath 4s ease-in-out infinite;
  user-select:none;
  cursor:default;
}
.home-hero p{
  max-width:850px;
  margin:0 auto;
  color:rgba(255,255,255,.86);
  font-size:22px;
  line-height:1.7;
  font-weight:700;
  text-shadow:0 3px 12px rgba(0,0,0,.7);
  user-select:none;
  cursor:default;
}
.home-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:34px;
}
.home-primary-btn,
.home-secondary-btn{
  min-width:205px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  font-family:'Rajdhani',sans-serif;
  font-size:17px;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
  transition:.28s ease;
  cursor:pointer;
}
.home-primary-btn{
  background:#ff1e24;
  color:#fff;
  box-shadow:0 0 24px rgba(255,30,36,.44),0 18px 38px rgba(255,30,36,.24), inset 0 0 0 1px rgba(255,255,255,.12);
}
.home-secondary-btn{
  border:2px solid rgba(255,255,255,.76);
  color:#fff;
  background:rgba(255,255,255,.025);
  backdrop-filter:blur(8px);
}
.home-primary-btn:hover,
.home-secondary-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 0 28px rgba(255,30,36,.55),0 16px 34px rgba(255,30,36,.25);
}
.home-secondary-btn:hover{
  border-color:#ff1e24;
  background:rgba(255,30,36,.10);
}
@keyframes homeTitleBreath{
  0%,100%{filter:brightness(1);transform:translateY(0) scale(1)}
  50%{filter:brightness(1.12);transform:translateY(-2px) scale(1.01)}
}

/* HERO NETWORK */
.home-network{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  mix-blend-mode:screen;
  opacity:.72;
}
.home-node{
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff1e24;
  box-shadow:0 0 0 5px rgba(255,30,36,.09), 0 0 18px rgba(255,30,36,.75);
  animation:homeBlink 2.4s ease-in-out infinite;
}
.home-node.n1{left:24%;top:36%}
.home-node.n2{left:38%;top:66%;animation-delay:.4s}
.home-node.n3{left:68%;top:34%;animation-delay:.8s}
.home-node.n4{left:78%;top:68%;animation-delay:1.2s}
.home-line{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,30,36,.82), transparent);
  box-shadow:0 0 14px rgba(255,30,36,.2);
  overflow:hidden;
  transform-origin:left center;
}
.home-line::before{
  content:"";
  position:absolute;
  top:0;
  left:-60px;
  width:60px;
  height:1px;
  background:linear-gradient(90deg, transparent, #fff, #ff1e24, transparent);
  animation:homeFlow 4s linear infinite;
}
.home-line.l1{left:24%;top:36%;width:300px;transform:rotate(22deg)}
.home-line.l2{left:38%;top:66%;width:380px;transform:rotate(-28deg)}
.home-line.l3{left:68%;top:34%;width:260px;transform:rotate(52deg)}
@keyframes homeBlink{
  0%,100%{opacity:.45;transform:scale(.88)}
  50%{opacity:1;transform:scale(1.2)}
}
@keyframes homeFlow{
  0%{transform:translateX(0);opacity:0}
  20%{opacity:1}
  100%{transform:translateX(420px);opacity:0}
}

/* COMMON */
.home-category-section,
.home-trust-section,
.home-showcase-section,
.home-system-section{
  position:relative;
  padding:105px 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(255,30,36,.08), transparent 28%),
    linear-gradient(180deg,#020b17,#030d19);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.home-section-head{
  max-width:900px;
  margin-bottom:38px;
}
.home-section-head.centered{
  text-align:center;
  margin:0 auto 48px;
}
.home-section-head span{
  color:#ff5a60;
  font-family:'Rajdhani',sans-serif;
  font-size:16px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.home-section-head h2{
  margin:12px 0 0;
  font-family:'Orbitron',sans-serif;
  font-size:clamp(34px, 4vw, 62px);
  line-height:1.08;
  text-transform:uppercase;
}

/* CATEGORY */
.home-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.home-category-card,
.home-product-card{
  position:relative;
  overflow:hidden;
  min-height:285px;
  padding:34px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  transition:.35s ease;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 34px),calc(100% - 34px) 100%,0 100%);
}
.home-category-card::before,
.home-product-card::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:0;
  background:radial-gradient(circle at 20% 20%, rgba(255,30,36,.18), transparent 38%);
  transition:.32s ease;
}
.home-category-card:hover,
.home-product-card:hover{
  transform:translateY(-9px);
  border-color:rgba(255,30,36,.52);
  box-shadow:0 20px 50px rgba(0,0,0,.45),0 0 26px rgba(255,30,36,.14);
}
.home-category-card:hover::before,
.home-product-card:hover::before{opacity:1}
.home-category-card i,
.home-product-icon{
  position:relative;
  z-index:2;
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  background:#ff1e24;
  color:#fff;
  font-size:24px;
  box-shadow:0 0 24px rgba(255,30,36,.32);
}
.home-category-card h3,
.home-category-card p,
.home-product-card h3,
.home-product-card p,
.home-product-card a{
  position:relative;
  z-index:2;
}
.home-category-card h3,
.home-product-card h3{
  margin:0 0 12px;
  font-family:'Rajdhani',sans-serif;
  font-size:28px;
  text-transform:uppercase;
}
.home-category-card p,
.home-product-card p{
  margin:0;
  color:rgba(255,255,255,.66);
  line-height:1.75;
}

/* TRUST */
.home-trust-grid{
  display:grid;
  grid-template-columns:1fr 520px;
  gap:60px;
  align-items:center;
}
.home-trust-copy h2,
.home-system-copy h2{
  margin:0 0 22px;
  font-family:'Orbitron',sans-serif;
  font-size:clamp(34px, 4vw, 60px);
  line-height:1.08;
  text-transform:uppercase;
}
.home-trust-copy p{
  max-width:760px;
  color:var(--muted);
  font-size:18px;
  line-height:1.78;
}
.home-trust-items{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.home-trust-item{
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  transition:.3s ease;
}
.home-trust-item:hover{
  transform:translateY(-6px);
  border-color:rgba(255,30,36,.48);
  box-shadow:0 0 26px rgba(255,30,36,.10);
}
.home-trust-item strong{
  font-family:'Orbitron',sans-serif;
  font-size:46px;
  color:#fff;
  text-shadow:0 0 28px rgba(255,30,36,.34);
}
.home-trust-item span{
  color:rgba(255,255,255,.62);
  font-family:'Rajdhani',sans-serif;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* SHOWCASE */
.home-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}
.home-product-card{
  min-height:330px;
}
.home-product-card a{
  position:absolute;
  left:34px;
  bottom:30px;
  color:#ff5a60;
  font-family:'Rajdhani',sans-serif;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

/* SYSTEM FLOW */
.home-system-wrap{
  display:grid;
  grid-template-columns:460px 1fr;
  gap:70px;
  align-items:center;
}
.home-system-flow{
  position:relative;
  width:430px;
  height:430px;
  border-radius:50%;
  margin:auto;
  background:
    radial-gradient(circle, rgba(255,30,36,.16), transparent 62%),
    radial-gradient(circle, rgba(255,255,255,.05), transparent 42%);
  border:1px solid rgba(255,255,255,.08);
}
.flow-core{
  position:absolute;
  left:50%;
  top:50%;
  width:86px;
  height:86px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:#ff1e24;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:30px;
  box-shadow:0 0 28px rgba(255,30,36,.7), 0 0 80px rgba(255,30,36,.28);
}
.flow-dot{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 16px rgba(255,30,36,.9);
}
.flow-dot.d1{left:62%;top:24%}
.flow-dot.d2{left:25%;top:64%}
.flow-dot.d3{left:76%;top:68%}
.flow-line{
  position:absolute;
  left:50%;
  top:50%;
  width:48%;
  height:2px;
  background:linear-gradient(90deg, #ff1e24, transparent);
  transform-origin:left center;
  box-shadow:0 0 12px rgba(255,30,36,.65);
}
.flow-line.f1{animation:flowSweep 3.2s linear infinite}
.flow-line.f2{animation:flowSweep 4.6s linear infinite reverse;opacity:.55}
@keyframes flowSweep{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
.home-system-copy p,
.home-system-copy li{
  color:var(--muted);
}
.home-system-copy ul{
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:13px;
}
.home-system-copy li{
  position:relative;
  padding-left:28px;
  font-weight:700;
}
.home-system-copy li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:12px;
  height:3px;
  background:#ff1e24;
  box-shadow:0 0 10px rgba(255,30,36,.6);
}

/* FINAL CTA */
.home-final-cta{
  position:relative;
  overflow:hidden;
  padding:110px 0 120px;
  text-align:center;
  background:
    radial-gradient(circle at center, rgba(255,30,36,.24), transparent 48%),
    linear-gradient(180deg,#030d19,#010711);
}
.home-final-cta span{
  color:#ff5a60;
  font-family:'Rajdhani',sans-serif;
  font-weight:900;
  letter-spacing:.22em;
}
.home-final-cta h2{
  max-width:920px;
  margin:14px auto 30px;
  font-family:'Orbitron',sans-serif;
  font-size:clamp(34px,4vw,58px);
  line-height:1.1;
  text-transform:uppercase;
}

/* Reveal */
.reveal{
  opacity:0;
  transform:translateY(38px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.active{
  opacity:1;
  transform:translateY(0);
}
.reveal-delay-1{transition-delay:.10s}
.reveal-delay-2{transition-delay:.20s}
.reveal-delay-3{transition-delay:.30s}

/* Floating CTA */
.floating-cta{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  height:42px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,30,36,.88);
  color:#fff;
  font-family:'Rajdhani',sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  box-shadow:0 12px 28px rgba(255,30,36,.20);
  transform:translateY(16px);
  opacity:0;
  pointer-events:none;
  transition:.28s;
}
.floating-cta.is-visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.floating-cta:hover{
  transform:translateY(-2px);
  background:#ff1e24;
  box-shadow:0 16px 34px rgba(255,30,36,.26);
}

/* Responsive */
@media(max-width:1180px){
  .home-product-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .home-trust-grid,
  .home-system-wrap{
    grid-template-columns:1fr;
  }
  .home-trust-items{
    max-width:680px;
  }
  .home-system-flow{
    width:360px;
    height:360px;
  }
}
@media(max-width:900px){
  .home-category-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  body.home-sayfasi .container{
    width:calc(100% - 28px);
  }
  .home-hero{
    min-height:86vh;
  }
  .home-hero-inner{
    padding:84px 0 70px;
  }
  .home-hero h1{
    font-size:clamp(42px, 12vw, 72px);
  }
  .home-hero p{
    font-size:16px;
  }
  .home-actions{
    display:grid;
  }
  .home-category-section,
  .home-trust-section,
  .home-showcase-section,
  .home-system-section{
    padding:72px 0;
  }
  .home-product-grid,
  .home-trust-items{
    grid-template-columns:1fr;
  }
  .home-system-flow{
    width:280px;
    height:280px;
  }
}

/* Hero compact final override - 2026-05-02
   The default homepage hero was still too dominant because the active pack is
   `default`, so the actual active selectors are `.home-hero` / `.home-hero h1`,
   not only `.mockup-hero`. These rules intentionally come last. */
body.home-sayfasi .home-hero{
  min-height: 72vh !important;
  align-items: center !important;
}
body.home-sayfasi .home-hero-inner{
  max-width: 920px !important;
  padding: 78px 0 54px !important;
}
body.home-sayfasi .home-kicker{
  font-size: 13px !important;
  gap: 9px !important;
  letter-spacing: .18em !important;
}
body.home-sayfasi .home-kicker i{
  width: 9px !important;
  height: 9px !important;
  box-shadow: 0 0 0 6px rgba(255,30,36,.09), 0 0 13px rgba(255,30,36,.58) !important;
}
body.home-sayfasi .home-hero h1{
  font-size: clamp(40px, 5.6vw, 82px) !important;
  line-height: .96 !important;
  letter-spacing: .035em !important;
  margin: 16px auto 16px !important;
  text-shadow:
    0 0 6px rgba(255,255,255,.55),
    0 0 18px rgba(255,30,36,.58),
    0 0 46px rgba(255,30,36,.34) !important;
  animation: none !important;
}
body.home-sayfasi .home-hero p{
  max-width: 720px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}
body.home-sayfasi .home-actions{
  margin-top: 24px !important;
  gap: 12px !important;
}
body.home-sayfasi .home-primary-btn,
body.home-sayfasi .home-secondary-btn{
  min-width: 170px !important;
  height: 48px !important;
  padding: 0 22px !important;
  font-size: 15px !important;
}
body.home-sayfasi .home-hero-video{
  opacity: .54 !important;
  transform: scale(1.015) !important;
}
body.home-sayfasi .home-hero::before{
  background:
    linear-gradient(180deg, rgba(2,11,23,.64), rgba(2,11,23,.32) 48%, rgba(2,11,23,.76)),
    radial-gradient(circle at 50% 42%, rgba(255,30,36,.26), transparent 31%),
    radial-gradient(circle at 78% 30%, rgba(0,120,255,.10), transparent 34%) !important;
}
@media(max-width: 900px){
  body.home-sayfasi .home-hero{min-height: 66vh !important;}
  body.home-sayfasi .home-hero-inner{padding: 62px 0 44px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(34px, 9vw, 58px) !important;}
  body.home-sayfasi .home-hero p{font-size: 16px !important;}
}
@media(max-width: 560px){
  body.home-sayfasi .home-hero{min-height: auto !important;}
  body.home-sayfasi .home-hero-inner{padding: 46px 0 34px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(30px, 10.5vw, 44px) !important;}
  body.home-sayfasi .home-primary-btn,
  body.home-sayfasi .home-secondary-btn{width: 100% !important;}
}

/* Index hero final compact + partner slider - 2026-05-02 */
body.home-sayfasi .home-hero{
  min-height: 62vh !important;
}
body.home-sayfasi .home-hero-inner{
  max-width: 820px !important;
  padding: 58px 0 38px !important;
}
body.home-sayfasi .home-hero h1{
  font-size: clamp(36px, 4.7vw, 68px) !important;
  line-height: .98 !important;
  margin: 12px auto 12px !important;
  letter-spacing: .028em !important;
  text-shadow:
    0 0 5px rgba(255,255,255,.42),
    0 0 14px rgba(255,30,36,.48),
    0 0 32px rgba(255,30,36,.25) !important;
}
body.home-sayfasi .home-hero p{
  max-width: 640px !important;
  font-size: 16px !important;
  line-height: 1.48 !important;
}
body.home-sayfasi .home-actions{
  margin-top: 18px !important;
}
body.home-sayfasi .home-primary-btn,
body.home-sayfasi .home-secondary-btn{
  min-width: 154px !important;
  height: 44px !important;
  padding: 0 18px !important;
  font-size: 14px !important;
}
body.home-sayfasi .home-hero-partners{
  width: min(680px, 100%);
  margin: 22px auto 0;
  display: grid;
  gap: 10px;
}
body.home-sayfasi .home-hero-partners-label{
  font-family:'Rajdhani',sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
}
body.home-sayfasi .home-hero-logo-slider{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(2,11,23,.48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
body.home-sayfasi .home-hero-logo-track{
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  animation: homeHeroLogoMove 22s linear infinite;
}
body.home-sayfasi .home-hero-logo-slider:hover .home-hero-logo-track{animation-play-state: paused;}
body.home-sayfasi .home-hero-logo{
  min-width: 106px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  box-shadow: inset 0 0 18px rgba(255,255,255,.025);
}
body.home-sayfasi .home-hero-logo strong{
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  white-space: nowrap;
}
body.home-sayfasi .home-hero-logo img{
  max-width: 86px;
  max-height: 22px;
  object-fit: contain;
  filter: none;
  opacity: .96;
  display:block;
}
body.home-sayfasi .home-hero-logo:has(img){
  background: rgba(255,255,255,.92);
  border-color: rgba(255,255,255,.35);
}
@keyframes homeHeroLogoMove{
  from{transform: translateX(0);}
  to{transform: translateX(-50%);}
}
@media(max-width: 900px){
  body.home-sayfasi .home-hero{min-height: 60vh !important;}
  body.home-sayfasi .home-hero-inner{padding: 48px 0 34px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(32px, 7.8vw, 52px) !important;}
  body.home-sayfasi .home-hero-partners{margin-top: 18px;}
}
@media(max-width: 560px){
  body.home-sayfasi .home-hero{min-height: auto !important;}
  body.home-sayfasi .home-hero-inner{padding: 40px 0 28px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(28px, 9vw, 38px) !important;}
  body.home-sayfasi .home-hero p{font-size: 14px !important;}
  body.home-sayfasi .home-hero-logo{min-width: 92px;height: 30px;}
}

/* FINAL OVERRIDE: active index hero extra compact + hero partner slider - 2026-05-02 */
body.home-sayfasi .home-hero{
  min-height: 52vh !important;
}
body.home-sayfasi .home-hero-inner{
  max-width: 760px !important;
  padding: 40px 0 28px !important;
}
body.home-sayfasi .home-kicker{
  transform: scale(.88);
  margin-bottom: 4px !important;
}
body.home-sayfasi .home-hero h1{
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: .98 !important;
  margin: 8px auto 8px !important;
  letter-spacing: .022em !important;
  text-shadow:
    0 0 4px rgba(255,255,255,.34),
    0 0 10px rgba(255,30,36,.35),
    0 0 22px rgba(255,30,36,.18) !important;
}
body.home-sayfasi .home-hero p{
  max-width: 580px !important;
  font-size: 15px !important;
  line-height: 1.42 !important;
  margin-bottom: 0 !important;
}
body.home-sayfasi .home-actions{
  margin-top: 14px !important;
  gap: 10px !important;
}
body.home-sayfasi .home-primary-btn,
body.home-sayfasi .home-secondary-btn{
  min-width: 140px !important;
  height: 40px !important;
  padding: 0 15px !important;
  font-size: 13px !important;
}
body.home-sayfasi .home-hero-partners{
  width: min(600px, 100%) !important;
  margin: 14px auto 0 !important;
  gap: 7px !important;
}
body.home-sayfasi .home-hero-partners-label{
  font-size: 11px !important;
  letter-spacing: .15em !important;
}
body.home-sayfasi .home-hero-logo-track{
  gap: 10px !important;
  padding: 6px 10px !important;
  animation-duration: 24s !important;
}
body.home-sayfasi .home-hero-logo{
  min-width: 92px !important;
  height: 30px !important;
  padding: 0 10px !important;
}
body.home-sayfasi .home-hero-logo strong{
  font-size: 11px !important;
}
body.home-sayfasi .home-hero-logo img{
  max-width: 74px !important;
  max-height: 18px !important;
}
@media(max-width: 900px){
  body.home-sayfasi .home-hero{min-height: 50vh !important;}
  body.home-sayfasi .home-hero-inner{padding: 34px 0 24px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(28px, 6.8vw, 44px) !important;}
  body.home-sayfasi .home-hero-partners{margin-top: 12px !important;}
}
@media(max-width: 560px){
  body.home-sayfasi .home-hero{min-height: auto !important;}
  body.home-sayfasi .home-hero-inner{padding: 28px 0 22px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(25px, 8vw, 34px) !important;}
  body.home-sayfasi .home-hero p{font-size: 13.5px !important;}
  body.home-sayfasi .home-actions{margin-top: 12px !important;}
}


/* FINAL FIX: active index hero balanced + larger admin-controlled logo slider - 2026-05-03 */
body.home-sayfasi .home-hero{
  min-height: 60vh !important;
}
body.home-sayfasi .home-hero-inner{
  max-width: 880px !important;
  padding: 62px 0 46px !important;
}
body.home-sayfasi .home-kicker{
  transform: scale(.92) !important;
  margin-bottom: 7px !important;
}
body.home-sayfasi .home-hero h1{
  font-size: clamp(34px, 4.65vw, 64px) !important;
  line-height: 1.02 !important;
  margin: 10px auto 10px !important;
  letter-spacing: .02em !important;
  text-shadow:
    0 0 5px rgba(255,255,255,.34),
    0 0 12px rgba(255,30,36,.38),
    0 0 24px rgba(255,30,36,.22) !important;
}
body.home-sayfasi .home-hero p{
  max-width: 680px !important;
  font-size: 16px !important;
  line-height: 1.48 !important;
  margin-bottom: 0 !important;
}
body.home-sayfasi .home-actions{
  margin-top: 18px !important;
  gap: 12px !important;
}
body.home-sayfasi .home-primary-btn,
body.home-sayfasi .home-secondary-btn{
  min-width: 150px !important;
  height: 44px !important;
  padding: 0 18px !important;
  font-size: 13.5px !important;
}
body.home-sayfasi .home-hero-partners{
  width: min(820px, 94vw) !important;
  margin: 22px auto 0 !important;
  gap: 0 !important;
}
body.home-sayfasi .home-hero-partners-label{
  display: none !important;
}
body.home-sayfasi .home-hero-logo-slider{
  border-radius: 22px !important;
}
body.home-sayfasi .home-hero-logo-track{
  gap: 14px !important;
  padding: 9px 14px !important;
  animation-duration: 28s !important;
}
body.home-sayfasi .home-hero-logo{
  min-width: 126px !important;
  height: 42px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
}
body.home-sayfasi .home-hero-logo strong{
  font-size: 13px !important;
  line-height: 1 !important;
}
body.home-sayfasi .home-hero-logo img{
  max-width: 108px !important;
  max-height: 28px !important;
  width: auto !important;
  height: auto !important;
}
@media(max-width: 900px){
  body.home-sayfasi .home-hero{min-height: 58vh !important;}
  body.home-sayfasi .home-hero-inner{padding: 50px 0 38px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(30px, 6.2vw, 50px) !important;}
  body.home-sayfasi .home-hero-partners{width:min(700px,94vw) !important; margin-top:18px !important;}
  body.home-sayfasi .home-hero-logo{min-width:112px !important;height:38px !important;}
  body.home-sayfasi .home-hero-logo img{max-width:94px !important;max-height:25px !important;}
}
@media(max-width: 560px){
  body.home-sayfasi .home-hero{min-height:auto !important;}
  body.home-sayfasi .home-hero-inner{padding:38px 0 30px !important;}
  body.home-sayfasi .home-hero h1{font-size: clamp(27px, 8.4vw, 38px) !important;}
  body.home-sayfasi .home-hero p{font-size:14px !important;}
  body.home-sayfasi .home-actions{margin-top:14px !important;}
  body.home-sayfasi .home-hero-logo{min-width:98px !important;height:34px !important;padding:0 12px !important;}
  body.home-sayfasi .home-hero-logo img{max-width:82px !important;max-height:22px !important;}
  body.home-sayfasi .home-hero-logo strong{font-size:12px !important;}
}
