/* ── ANA SAYFA (ui-ux-pro-max) ── */
body.sm-home-page{
  --sm-home-ink:#0A1322;
  --sm-home-body:#334155;
  --sm-home-muted:#64748B;
  --sm-home-line:#E1E7F0;
  --sm-home-accent:#1E5BD6;
  --sm-home-accent-soft:#EAF1FF;
  --sm-home-bg:#F6F8FC;
  --sm-home-surface:#fff;
  --sm-home-radius:18px;
  --sm-home-shadow:0 10px 30px rgba(10,19,34,.06);
  --sm-home-ease:cubic-bezier(.22,1,.36,1);
  background:var(--sm-home-bg);
}

body.sm-home-page .site-main,
body.sm-home-page .container.site-main{
  max-width:none;
  padding:0;
  margin:0;
}

.sm-home-wrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 clamp(16px,2.5vw,24px);
}

.sm-home-kicker{
  display:block;
  font-size:11px;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--sm-home-accent);
  margin-bottom:8px;
}

.sm-home-title{
  margin:0;
  font-size:clamp(24px,3vw,34px);
  font-weight:600;
  letter-spacing:-.03em;
  line-height:1.15;
  color:var(--sm-home-ink);
}

.sm-home-head{
  margin-bottom:clamp(20px,3vw,28px);
}

.sm-home-head--row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.sm-home-head--center{
  text-align:center;
}

.sm-home-head--center .sm-home-title{
  max-width:640px;
  margin:0 auto;
}

.sm-home-link{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  font-size:14px;
  font-weight:600;
  color:var(--sm-home-accent);
  text-decoration:none;
  transition:color .2s ease-out;
}

.sm-home-link:hover{
  color:#1A4FBC;
}

.sm-home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:background .2s ease-out,color .2s ease-out,border-color .2s ease-out,transform .2s ease-out;
  cursor:pointer;
  box-sizing:border-box;
  max-width:100%;
}

.sm-home-btn--primary{
  background:var(--sm-home-accent);
  color:#fff;
  box-shadow:0 10px 28px rgba(30,91,214,.28);
}

.sm-home-btn--primary:hover{
  background:#1A4FBC;
  color:#fff;
}

.sm-home-btn--ghost{
  border:1.5px solid rgba(255,255,255,.28);
  color:#fff;
  background:rgba(255,255,255,.06);
}

.sm-home-btn--ghost:hover{
  border-color:rgba(255,255,255,.5);
  background:rgba(255,255,255,.12);
  color:#fff;
}

.sm-home-btn--wa{
  background:#128C7E;
  color:#fff;
}

.sm-home-btn--wa:hover{
  background:#0F766E;
  color:#fff;
}

.sm-home-btn--ghost-dark{
  border:1.5px solid var(--sm-home-line);
  color:var(--sm-home-ink);
  background:#fff;
}

.sm-home-btn--ghost-dark:hover{
  border-color:#B8D0FF;
  color:var(--sm-home-accent);
}

.sm-home-reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .45s var(--sm-home-ease),transform .45s var(--sm-home-ease);
}

.sm-home-reveal.is-visible{
  opacity:1;
  transform:none;
}

/* ── HERO SLIDER ── */
.sm-home-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#0A1322 0%,#0F1B31 48%,#152a55 100%);
}

.sm-home-hero__slider{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:clamp(470px,40vw,540px);
}

.sm-home-hero__slides{
  position:relative;
  flex:1 1 auto;
  min-height:clamp(430px,36vw,500px);
}

.sm-home-hero__slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .55s var(--sm-home-ease),visibility .55s;
  pointer-events:none;
}

.sm-home-hero__slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  z-index:1;
}

.sm-home-hero__bg{
  position:absolute;
  inset:0;
  background:transparent;
}

.sm-home-hero__bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(900px 480px at 78% 12%,rgba(30,91,214,.38),transparent 62%);
  pointer-events:none;
}

.sm-home-hero__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:clamp(24px,4vw,48px);
  align-items:center;
  min-height:clamp(430px,36vw,500px);
  padding-top:clamp(24px,3vw,36px);
  padding-bottom:clamp(20px,3vw,32px);
}

.sm-home-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:6px 14px;
  border-radius:999px;
  border:1px solid rgba(91,140,255,.28);
  background:rgba(30,91,214,.14);
  color:#8FB4FF;
  font-size:11px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.sm-home-hero__title{
  margin:0 0 14px;
  font-size:clamp(30px,4.2vw,52px);
  font-weight:600;
  line-height:1.05;
  letter-spacing:-.03em;
  color:#fff!important;
}

.sm-home-hero__title em{
  display:block;
  font-style:normal;
  color:#8FB4FF;
}

.sm-home-hero__desc{
  margin:0;
  max-width:46ch;
  font-size:clamp(15px,1.6vw,17px);
  line-height:1.65;
  color:#A8B8D4;
  font-weight:400;
}

.sm-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.sm-home-hero__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}

.sm-home-hero__chips li{
  font-size:11.5px;
  font-weight:500;
  color:#C5D4EA;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:5px 12px;
  background:rgba(255,255,255,.04);
}

.sm-home-hero__visual{
  position:relative;
}

.sm-home-hero__frame{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 32px 80px rgba(0,0,0,.42);
  background:#fff;
}

.sm-home-hero__img{
  width:100%;
  height:clamp(280px,30vw,400px);
  object-fit:contain;
  background:#fff;
  display:block;
}

.sm-home-hero__placeholder{
  height:clamp(280px,30vw,400px);
  background:linear-gradient(145deg,#1a2d52,#0f1b31);
}

.sm-home-hero__badge{
  position:absolute;
  background:rgba(255,255,255,.97);
  color:var(--sm-home-ink);
  border-radius:14px;
  padding:10px 14px;
  box-shadow:0 16px 40px rgba(0,0,0,.28);
  animation:sm-home-float 5s ease-in-out infinite;
}

.sm-home-hero__badge strong{
  display:block;
  font-size:17px;
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.1;
}

.sm-home-hero__badge span{
  display:block;
  font-size:10.5px;
  color:var(--sm-home-muted);
  font-weight:500;
  margin-top:2px;
}

.sm-home-hero__badge--top{
  top:-12px;
  right:4px;
}

.sm-home-hero__badge--bottom{
  bottom:-14px;
  left:-4px;
  animation-delay:1.4s;
}

@keyframes sm-home-float{
  50%{transform:translateY(-6px)}
}

.sm-home-hero__nav{
  position:relative;
  flex-shrink:0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:4px 0 clamp(50px,5vw,64px);
}

body.sm-home-page .sm-home-hero__arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  padding:0!important;
  border-radius:8px;
  border:none!important;
  background:transparent!important;
  color:rgba(255,255,255,.55);
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  box-shadow:none!important;
  transition:color .2s,background .2s;
}

body.sm-home-page .sm-home-hero__arrow svg{
  width:16px;
  height:16px;
  display:block;
}

body.sm-home-page .sm-home-hero__arrow svg path{
  stroke-width:1.8;
}

body.sm-home-page .sm-home-hero__arrow:hover:not(:disabled){
  color:#fff;
  background:rgba(255,255,255,.1)!important;
}

body.sm-home-page .sm-home-hero__arrow:disabled{
  opacity:.35;
  cursor:not-allowed;
}

.sm-home-hero__dots{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.1);
}

body.sm-home-page .sm-home-hero__dot{
  width:8px;
  height:8px;
  min-width:8px;
  min-height:8px;
  padding:0!important;
  border:none!important;
  border-radius:999px;
  background:rgba(255,255,255,.32)!important;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  box-shadow:none!important;
  flex-shrink:0;
  line-height:0;
  font-size:0;
  transition:width .25s ease,background .25s ease;
}

body.sm-home-page .sm-home-hero__dot.is-active{
  width:28px;
  background:#fff!important;
}

/* ── ARAÇ/KATEGORİ SEÇİCİ (FINDER) ── */
.sm-home-finder{
  margin-top:clamp(-34px,-2.4vw,-22px);
  position:relative;
  z-index:7;
  padding:0 0 clamp(22px,3vw,30px);
}

.sm-home-finder__panel{
  display:flex;
  align-items:center;
  gap:clamp(16px,2vw,26px);
  padding:clamp(13px,1.5vw,17px) clamp(15px,1.8vw,21px);
  background:var(--sm-home-surface);
  border:1px solid var(--sm-home-line);
  border-radius:16px;
  box-shadow:0 18px 48px rgba(10,19,34,.12);
}

.sm-home-finder__intro{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}

.sm-home-finder__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:13px;
  background:linear-gradient(145deg,#EAF1FF 0%,#DDE8FF 100%);
  color:var(--sm-home-accent);
  flex-shrink:0;
  line-height:0;
}

.sm-home-finder__icon svg{
  width:24px;
  height:24px;
  display:block;
}

.sm-home-finder__intro-text{
  display:flex;
  flex-direction:column;
  line-height:1.2;
}

.sm-home-finder__title{
  font-size:15px;
  font-weight:700;
  letter-spacing:-.01em;
  color:var(--sm-home-ink);
}

.sm-home-finder__sub{
  font-size:12px;
  color:var(--sm-home-muted);
  margin-top:3px;
}

.sm-home-finder__controls{
  display:flex;
  align-items:center;
  gap:10px;
  flex:1;
  min-width:0;
}

.sm-home-finder__field{
  flex:1;
  min-width:0;
  position:relative;
}

.sm-home-finder__field::after{
  content:"";
  position:absolute;
  top:50%;
  right:16px;
  width:8px;
  height:8px;
  margin-top:-6px;
  border-right:2px solid #94A3B8;
  border-bottom:2px solid #94A3B8;
  transform:rotate(45deg);
  pointer-events:none;
}

body.sm-home-page .sm-home-finder__select{
  width:100%;
  min-height:52px;
  padding:0 40px 0 16px;
  box-sizing:border-box;
  border:1.5px solid var(--sm-home-line);
  border-radius:12px;
  background:#F8FAFD;
  color:var(--sm-home-ink);
  font-size:14px;
  font-weight:500;
  font-family:inherit;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;
}

body.sm-home-page .sm-home-finder__select:hover:not(:disabled){
  border-color:#B8D0FF;
  background:#fff;
}

body.sm-home-page .sm-home-finder__select:focus{
  outline:none;
  border-color:var(--sm-home-accent);
  background:#fff;
  box-shadow:0 0 0 3px rgba(30,91,214,.12);
}

body.sm-home-page .sm-home-finder__select:disabled{
  opacity:.6;
  cursor:not-allowed;
}

body.sm-home-page .sm-home-finder__btn{
  flex-shrink:0;
  min-height:52px;
  gap:6px;
  white-space:nowrap;
}

body.sm-home-page .sm-home-finder__btn:disabled{
  opacity:.5;
  cursor:not-allowed;
  box-shadow:none;
}

body.sm-home-page .sm-home-finder__btn:disabled:hover{
  background:var(--sm-home-accent);
}

/* ── TRUST ── */
.sm-home-trust{
  padding:clamp(6px,1.2vw,14px) 0 clamp(36px,5vw,52px);
}

.sm-home-trust__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}

.sm-home-trust__item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 20px;
  min-height:88px;
  background:var(--sm-home-surface);
  border:1px solid var(--sm-home-line);
  border-radius:14px;
  box-shadow:var(--sm-home-shadow);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.sm-home-trust__item:hover{
  border-color:#B8D0FF;
  box-shadow:0 16px 40px rgba(10,19,34,.1);
  transform:translateY(-2px);
}

.sm-home-trust__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:12px;
  background:linear-gradient(145deg,#EAF1FF 0%,#DDE8FF 100%);
  color:var(--sm-home-accent);
  flex-shrink:0;
  line-height:0;
}

.sm-home-trust__icon svg{
  display:block;
  width:22px;
  height:22px;
  flex-shrink:0;
}

.sm-home-trust__body{
  flex:1;
  min-width:0;
}

.sm-home-trust__item strong{
  display:block;
  font-size:14px;
  font-weight:600;
  color:var(--sm-home-ink);
  line-height:1.35;
  letter-spacing:-.01em;
}

.sm-home-trust__body > span{
  display:block;
  font-size:12.5px;
  color:#475569;
  margin-top:4px;
  line-height:1.45;
}

/* ── CATEGORIES ── */
.sm-home-cats{
  padding:clamp(40px,5vw,56px) 0;
}

.sm-home-cats__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.sm-home-cat{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:200px;
  padding:20px;
  border-radius:calc(var(--sm-home-radius) + 2px);
  border:1px solid var(--sm-home-line);
  background:var(--sm-home-surface);
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  box-shadow:var(--sm-home-shadow);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
  cursor:pointer;
}

.sm-home-cat:hover{
  border-color:#B8D0FF;
  box-shadow:0 18px 44px rgba(10,19,34,.1);
  transform:translateY(-2px);
}

.sm-home-cat__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.14;
  transition:opacity .3s ease,transform .4s ease;
}

.sm-home-cat:hover .sm-home-cat__bg{
  opacity:.22;
  transform:scale(1.04);
}

.sm-home-cat__icon{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:var(--sm-home-accent-soft);
  color:var(--sm-home-accent);
  margin-bottom:14px;
}

.sm-home-cat__icon svg{
  width:22px;
  height:22px;
}

.sm-home-cat__body{
  position:relative;
  z-index:1;
  margin-top:auto;
}

.sm-home-cat__body strong{
  display:block;
  font-size:17px;
  font-weight:600;
  color:var(--sm-home-ink);
  margin-bottom:6px;
}

.sm-home-cat__body span{
  display:block;
  font-size:13px;
  color:var(--sm-home-muted);
  line-height:1.5;
}

.sm-home-cat__arrow{
  position:absolute;
  top:18px;
  right:18px;
  z-index:1;
  font-size:18px;
  color:var(--sm-home-accent);
  opacity:.7;
}

/* ── PRODUCTS ── */
.sm-home-products{
  padding:clamp(36px,5vw,52px) 0;
}

body.sm-home-page .sm-home-products ul.products.sm-home-products__grid{
  grid-template-columns:repeat(4,1fr)!important;
}

body.sm-home-page .sm-home-products .sm-urun:hover{
  transform:none;
  box-shadow:0 14px 36px rgba(10,19,34,.1);
}

/* ── PILLARS ── */
.sm-home-pillars{
  padding:clamp(36px,5vw,52px) 0;
}

.sm-home-pillars__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.sm-home-pillar{
  padding:clamp(20px,3vw,26px);
  background:var(--sm-home-surface);
  border:1px solid var(--sm-home-line);
  border-radius:calc(var(--sm-home-radius) + 2px);
  box-shadow:var(--sm-home-shadow);
}

.sm-home-pillar h3{
  margin:0 0 10px;
  font-size:17px;
  font-weight:600;
  color:var(--sm-home-ink);
}

.sm-home-pillar p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:var(--sm-home-body);
  font-weight:400;
}

/* ── REVIEWS on homepage ── */
.sm-home .zt-reviews{
  padding:clamp(36px,5vw,52px) 0;
}

.sm-home .zt-reviews .wrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 clamp(16px,2.5vw,24px);
}

body.sm-home-page .zt-reviews-arrow,
body.sm-home-page .zt-carousel-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:12px;
  border:1.5px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.1);
  color:#fff;
  cursor:pointer;
  transition:background .2s;
}

body.sm-home-page .zt-reviews-arrow:hover:not(:disabled),
body.sm-home-page .zt-carousel-arrow:hover:not(:disabled){
  background:rgba(255,255,255,.2);
}

body.sm-home-page .zt-reviews-arrow:disabled{
  opacity:.35;
  cursor:not-allowed;
}

body.sm-home-page .zt-review:hover{
  transform:none;
}

/* ── BLOG ── */
.sm-home-blog{
  padding:clamp(36px,5vw,52px) 0 clamp(48px,6vw,64px);
}

.sm-home-blog__grid{
  grid-template-columns:repeat(3,1fr);
}

/* ── CTA ── */
.sm-home-cta{
  padding:0 0 clamp(48px,6vw,72px);
}

.sm-home-cta__panel{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:clamp(22px,3vw,32px);
  border-radius:calc(var(--sm-home-radius) + 4px);
  background:linear-gradient(135deg,#0A1322 0%,#132847 55%,#1E5BD6 100%);
  color:#fff;
  box-shadow:0 20px 56px rgba(10,19,34,.16);
}

.sm-home-cta__copy h2{
  margin:0 0 8px;
  font-size:clamp(20px,2.6vw,26px);
  font-weight:600;
  letter-spacing:-.02em;
}

.sm-home-cta__copy p{
  margin:0;
  font-size:14px;
  color:rgba(255,255,255,.78);
  max-width:48ch;
  line-height:1.6;
}

.sm-home-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* ── RESPONSIVE ── */
@media (max-width:1024px){
  /* Dikey dizilimde slide'lar aynı grid hücresinde üst üste yığılır;
     kapsayıcı en uzun slide'ın içeriğine göre boyutlanır → taşma/bozulma olmaz. */
  .sm-home-hero__slider{
    min-height:0;
  }

  .sm-home-hero__slides{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:"stack";
    min-height:0;
  }

  .sm-home-hero__slide{
    position:relative;
    inset:auto;
    grid-area:stack;
    min-width:0;
  }

  .sm-home-hero__inner{
    grid-template-columns:minmax(0,1fr);
    text-align:center;
    min-height:auto;
    padding-bottom:24px;
  }

  .sm-home-hero__content{
    order:2;
    min-width:0;
  }

  .sm-home-hero__visual{
    order:1;
    max-width:560px;
    margin:0 auto;
  }

  .sm-home-hero__desc{
    margin:0 auto;
    max-width:100%;
  }

  .sm-home-hero__actions,
  .sm-home-hero__chips{
    justify-content:center;
  }

  .sm-home-finder__panel{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }

  .sm-home-finder__controls{
    flex-wrap:wrap;
  }

  .sm-home-finder__field{
    flex:1 1 100%;
  }

  body.sm-home-page .sm-home-finder__btn{
    flex:1 1 100%;
    width:100%;
  }

  .sm-home-trust__grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .sm-home-trust__item{
    min-height:0;
    padding:16px 18px;
  }

  body.sm-home-page .sm-home-products ul.products.sm-home-products__grid{
    grid-template-columns:repeat(3,1fr)!important;
  }
}

@media (max-width:768px){
  .sm-home-hero__img,
  .sm-home-hero__placeholder{
    height:clamp(220px,58vw,320px);
  }

  .sm-home-hero__badge{
    display:none;
  }

  .sm-home-hero__nav{
    padding-bottom:clamp(20px,4vw,28px);
  }

  .sm-home-finder{
    margin-top:0;
    padding-top:clamp(16px,4vw,22px);
  }

  .sm-home-trust{
    margin-top:0;
    padding-top:12px;
  }

  .sm-home-trust__grid,
  .sm-home-cats__grid,
  .sm-home-pillars__grid,
  .sm-home-blog__grid{
    grid-template-columns:1fr;
  }

  body.sm-home-page .sm-home-products ul.products.sm-home-products__grid{
    grid-template-columns:repeat(2,1fr)!important;
  }

  .sm-home-cta__actions{
    width:100%;
  }

  .sm-home-cta__actions .sm-home-btn{
    flex:1;
    min-width:140px;
  }

  body.sm-home-page{
    padding-bottom:62px;
  }
}

@media (max-width:480px){
  body.sm-home-page .sm-home-products ul.products.sm-home-products__grid{
    grid-template-columns:1fr!important;
  }

  .sm-home-hero__actions{
    flex-direction:column;
    width:100%;
  }

  .sm-home-hero__actions .sm-home-btn{
    width:100%;
  }
}

@media (prefers-reduced-motion:reduce){
  .sm-home-hero__slide,
  .sm-home-hero__dot,
  .sm-home-hero__badge,
  .sm-home-reveal,
  .sm-home-cat{
    transition:none!important;
    animation:none!important;
  }
}
