/* ==========================================================================
   Servismi.Org — Findee tema üzerine site kabuğu + PC geniş düzen
   Mobil = Findee app görünümü (varsayılan) · Masaüstü = geniş yatay düzen
   ========================================================================== */
:root{
  --sm-primary:#14B8A6;       /* zümrüt/teal — ana marka rengi */
  --sm-primary-d:#0E9384;
  --sm-primary-soft:#E6FBF8;  /* açık teal zemin */
  --sm-ink:#121927;
  --sm-muted:#64666C;
  --sm-line:#EAEAEA;
  --sm-bg:#F5F5F7;
  --sm-radius:14px;
  /* Findee temasının kendi --Primary değişkenini de teale çevir (40+ bileşen) */
  --Primary:#14B8A6;
}

/* ---- Genel ---- */
.sm-body{ background:#fff; }
.sm-topnav, .sm-footer{ display:none; }           /* mobilde gizli */
.header-avt.sm-header{ z-index:1001; background:#fff; box-shadow:0 1px 10px rgba(0,0,0,.06);
  padding:10px 12px; gap:8px; }

/* Menü + logo solda gruplu (mobil) */
.sm-head-left{ display:flex !important; align-items:center; gap:10px; width:auto !important; min-width:0; }
.sm-menu-btn{ display:flex; color:var(--sm-ink); flex:none; }
.sm-logo{ display:flex; align-items:center; min-width:0; }
/* büyük dur ama dar ekranda orantılı küçül (taşma yok) */
.sm-logo img{ max-height:54px; max-width:52vw; width:auto; height:auto; display:block; }
.sm-head-right{ display:flex !important; align-items:center; gap:10px; width:auto !important;
  margin-left:auto; flex:none; }

/* Üst bar İlan Ver — yazılı buton (mobil) */
.sm-header-cta{
  display:inline-flex; align-items:center; gap:6px;
  background:var(--sm-primary); color:#fff !important;
  padding:8px 13px; border-radius:999px; font-size:13px; font-weight:600;
  line-height:1; white-space:nowrap; flex:none;
}
.sm-header-cta span{ display:inline; }
.sm-header-cta .icon{ font-size:14px; }

/* Yapışkan CTA (mobil) */
.sm-sticky-cta{
  position:fixed; left:0; right:0; bottom:64px; z-index:999;
  display:flex; gap:8px; padding:8px 12px;
  background:linear-gradient(to top, rgba(255,255,255,.96), rgba(255,255,255,.75));
}
.sm-sticky-btn{
  flex:1; display:inline-flex; align-items:center; justify-content:center; gap:6px;
  padding:11px 8px; border-radius:12px; font-size:13.5px; font-weight:600;
  color:#fff !important; box-shadow:0 6px 16px rgba(0,0,0,.12);
}
.sm-sticky-btn.call{ background:#16a34a; }
.sm-sticky-btn.wa{ background:#22c55e; }
.sm-sticky-btn.post{ background:var(--sm-primary); }

/* Alt nav ortadaki yükseltilmiş İlan Ver butonu */
.menubar-footer .sm-nav-center .sm-nav-plus{
  width:46px; height:46px; margin-top:-18px; border-radius:50%;
  background:var(--sm-primary); color:#fff !important;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 18px rgba(20,184,166,.45); font-size:20px;
}
.menubar-footer .sm-nav-center .text{ color:var(--sm-primary) !important; }

/* Sidebar başlık — logo üstte, tanıtım yazısı hemen altında (en üstte) */
.sm-sidebar-head{ flex-direction:column !important; align-items:flex-start !important;
  gap:6px !important; padding:16px 16px 14px !important; border-bottom:1px solid var(--sm-line); }
.sm-sidebar-head .sidebar-logo{ width:auto !important; height:auto !important; }
.sm-sidebar-head .sidebar-logo img{ height:50px; width:auto; display:block; }
.sm-sidebar-head p{ font-size:12px; color:var(--sm-muted); margin:0; line-height:1.4; }

/* Sidebar menü öğeleri */
.sm-sidebar-menu li{ list-style:none; margin:2px 0; }
.sm-sidebar-menu .nav-link-item{
  display:flex; align-items:center; gap:12px; padding:12px 10px;
  border-radius:10px; color:var(--sm-ink); font-weight:500;
}
.sm-sidebar-menu .nav-link-item:hover{ background:var(--sm-bg); }
.sm-sidebar-menu .nav-link-item .icon{ font-size:19px; color:var(--sm-primary); }

/* ---- Ortak bileşen yardımcıları ---- */
.sm-btn-primary{
  display:inline-flex; align-items:center; gap:7px; justify-content:center;
  background:var(--sm-primary); color:#fff !important; border:0;
  padding:12px 18px; border-radius:999px; font-weight:600; font-size:15px; cursor:pointer;
}
.sm-btn-primary:hover{ background:var(--sm-primary-d); }
.sm-btn-ghost{
  display:inline-flex; align-items:center; gap:7px; justify-content:center;
  background:#fff; color:var(--sm-ink) !important; border:1.5px solid var(--sm-line);
  padding:11px 18px; border-radius:999px; font-weight:600; font-size:15px;
}
.sm-btn-block{ width:100%; }
.sm-card{
  background:#fff; border:1px solid var(--sm-line); border-radius:var(--sm-radius);
  padding:16px; box-shadow:0 2px 10px rgba(18,25,39,.04);
}
.sm-section-title{ font-size:18px; font-weight:700; color:var(--sm-ink); margin:0; }
.sm-chip{
  display:inline-flex; align-items:center; gap:5px; padding:5px 11px; border-radius:999px;
  background:var(--sm-bg); color:var(--sm-muted); font-size:12.5px; font-weight:500;
}

/* ---- HERO (anasayfa) ---- */
.sm-hero{
  background:linear-gradient(135deg,#14B8A6 0%,#0E7C71 100%);
  color:#fff; border-radius:0 0 26px 26px;
  /* mobilde sabit header (~64px) altına girmesin */
  padding:78px 0 26px;
}
.sm-hero h1{ font-size:23px; font-weight:800; line-height:1.25; margin:0 0 8px; color:#fff; }
.sm-hero p{ font-size:14px; opacity:.92; margin:0 0 16px; }
.sm-hero .sm-hero-search{
  background:#fff; border-radius:14px; padding:10px; display:flex; gap:8px; flex-wrap:wrap;
}
.sm-hero .sm-hero-search select,
.sm-hero .sm-hero-search input{
  flex:1 1 100%; border:1px solid var(--sm-line); border-radius:10px; padding:11px 12px;
  font-size:14px; color:var(--sm-ink); background:#fff; min-width:0;
}
/* Ustanı Bul / Yetkili Servisi hero — görsel derinlik */
.sm-hero-sub{ position:relative; overflow:hidden; }
.sm-hero-sub > .tf-container{ position:relative; z-index:2; }
.sm-hero-sub::before{
  content:''; position:absolute; right:-70px; top:-60px; width:300px; height:300px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18), transparent 60%); pointer-events:none; z-index:1;
}
.sm-hero-sub::after{
  content:''; position:absolute; right:18px; bottom:-26px; width:170px; height:200px;
  background:url("../img/hero-appliance.svg") no-repeat center/contain; opacity:.13; pointer-events:none; z-index:1;
}

/* Ustanı Bul kartı — gerçek görsel / markalı placeholder */
/* Kapak görselleri 1110×409 banner. .sm-ilan-card'ın kare (84px) / sabit 170px thumb'ında
   kırpılmasınlar diye görsel üstte, kendi oranında. Bileşik seçici, min-width:1000px'teki
   .sm-ilan-card .thumb kuralından daha spesifik olsun diye. */
.sm-ilan-card.sm-find-card{ flex-direction:column; align-items:stretch; gap:0; padding:0; overflow:hidden; }
.sm-ilan-card.sm-find-card a.thumb{
  width:100%; height:auto; aspect-ratio:1110/409; border-radius:0; flex:none;
}
.sm-ilan-card.sm-find-card .body{ padding:12px; }
.sm-find-card a.thumb{ overflow:hidden; padding:0 !important; }
.sm-find-card a.thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.sm-find-card a.thumb .sm-thumb-ph{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
.sm-find-card a.thumb .sm-thumb-ph svg{ width:48%; height:48%; opacity:.95; }
/* Kapak görseli yoksa marka wordmark'ı: şeffaf koyu logo, gradient üstünde okunsun diye beyaz zeminde */
.sm-find-card a.thumb .sm-thumb-ph .sm-thumb-logo{
  width:auto; height:auto; max-width:76%; max-height:40%;
  object-fit:contain; background:#fff; padding:10px 14px;
  border-radius:10px; box-shadow:0 2px 10px rgba(0,0,0,.18);
}

.sm-hero-cta-row{ display:flex; gap:10px; margin-top:14px; }
.sm-hero-cta-row .sm-btn-primary{ background:#fff; color:var(--sm-primary) !important; }
.sm-hero-cta-row .sm-btn-ghost{ background:transparent; color:#fff !important; border-color:rgba(255,255,255,.55); }

/* Güven rozetleri şeridi */
.sm-trust{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:18px; }
.sm-trust .it{ text-align:center; }
.sm-trust .it img{ height:42px; width:auto; margin:0 auto 6px; display:block; }
.sm-trust .it span{ font-size:11.5px; color:var(--sm-muted); font-weight:600; display:block; line-height:1.3; }

/* İlan kartı */
.sm-ilan-grid{ display:grid; grid-template-columns:1fr; gap:12px; }
.sm-ilan-card{
  display:flex; gap:12px; background:#fff; border:1px solid var(--sm-line);
  border-radius:var(--sm-radius); padding:12px; align-items:flex-start;
}
.sm-ilan-card .thumb{
  width:84px; height:84px; border-radius:12px; object-fit:cover; flex:none; background:var(--sm-bg);
}
.sm-ilan-card .body{ min-width:0; flex:1; }
/* /ilanlar kartı: görseller 1110×409 banner. Kare thumb'da kırpılmasınlar diye
   görsel üstte tam genişlikte ve kendi oranında durur.
   Bileşik seçici (.sm-ilan-card.sm-page-card), min-width:1000px'teki .sm-ilan-card .thumb
   kuralından daha spesifik olsun diye tercih edildi. */
.sm-ilan-card.sm-page-card{ flex-direction:column; align-items:stretch; gap:0; padding:0; overflow:hidden; }
.sm-ilan-card.sm-page-card .thumb{
  width:100%; height:auto; aspect-ratio:1110/409; border-radius:0; object-fit:cover; flex:none;
}
.sm-ilan-card.sm-page-card .body{ padding:12px; }
.sm-ilan-card .title{ font-size:15px; font-weight:700; color:var(--sm-ink); margin:0 0 4px;
  display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sm-ilan-card .meta{ font-size:12.5px; color:var(--sm-muted); margin:0 0 8px; }
.sm-ilan-card .tags{ display:flex; gap:6px; flex-wrap:wrap; }

/* Marka ızgarası — logolar belirgin */
.sm-brand-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.sm-brand-card{
  display:flex; flex-direction:column; align-items:center; gap:8px;
  text-decoration:none; color:var(--sm-ink);
}
.sm-brand-card .logo{
  width:100%; height:84px; background:#fff; border:1px solid var(--sm-line);
  border-radius:14px; display:flex; align-items:center; justify-content:center;
  padding:14px; box-shadow:0 2px 10px rgba(18,25,39,.05); transition:.15s;
}
.sm-brand-card:hover .logo{ border-color:var(--sm-primary); box-shadow:0 6px 18px rgba(20,184,166,.16); transform:translateY(-2px); }
.sm-brand-card .logo img{ max-width:100%; max-height:100%; object-fit:contain; }
.sm-brand-card .logo .brand-name{ display:none; font-weight:800; font-size:16px; letter-spacing:.2px;
  color:var(--sm-primary); text-align:center; line-height:1.2; }
.sm-brand-card .logo.no-logo{ background:linear-gradient(135deg,#f4fdfb 0%,#eafaf7 100%); border-color:var(--sm-primary-soft); }
.sm-brand-card .logo.no-logo .brand-name{ display:block; }
.sm-brand-card .name{ font-size:12.5px; color:var(--sm-muted); font-weight:600; text-align:center; }

/* Bölüm sarmalı */
.sm-block{ margin-top:26px; }
.sm-block-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.sm-block-head a{ font-size:13px; color:var(--sm-primary); font-weight:600; }

/* Form */
.sm-form .label{ font-size:13px; font-weight:600; color:var(--sm-ink); margin-bottom:6px; display:block; }
.sm-form .field{ width:100%; border:1.5px solid var(--sm-line); border-radius:12px;
  padding:13px 14px; font-size:15px; color:var(--sm-ink); background:#fff; margin-bottom:16px; }
.sm-form textarea.field{ min-height:130px; resize:vertical; }
.sm-form .field:focus{ outline:none; border-color:var(--sm-primary); }
.sm-alert{ padding:12px 14px; border-radius:12px; font-size:14px; margin-bottom:16px; }
.sm-alert.err{ background:#fdecec; color:#b4231c; border:1px solid #f6c9c6; }
.sm-alert.ok{ background:#e9f8ef; color:#15803d; border:1px solid #bfe8cf; }
.sm-form-row{ display:flex; gap:12px; }
.sm-form-row > *{ flex:1; }

/* Auth ekranı dar kolon */
.sm-auth{ max-width:440px; margin:0 auto; }
.sm-auth h2{ text-align:center; font-size:24px; font-weight:800; color:var(--sm-ink); margin-bottom:6px; }
.sm-auth .sub{ text-align:center; color:var(--sm-muted); font-size:14px; margin-bottom:26px; }

/* ---- Giriş/Kayıt popup (modal) ---- */
.sm-modal{ position:fixed; inset:0; z-index:4000; display:none; }
.sm-modal.show{ display:block; }
.sm-modal-backdrop{ position:absolute; inset:0; background:rgba(15,19,32,.55); backdrop-filter:blur(2px); }
.sm-modal-card{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:calc(100% - 32px); max-width:420px; max-height:92vh; overflow-y:auto;
  background:#fff; border-radius:18px; box-shadow:0 24px 60px rgba(15,19,32,.35);
  padding:22px 22px 26px; animation:sm-modal-in .18s ease; }
@keyframes sm-modal-in{ from{ opacity:0; transform:translate(-50%,-46%); } to{ opacity:1; transform:translate(-50%,-50%); } }
.sm-modal-x{ position:absolute; right:14px; top:12px; border:0; background:transparent; cursor:pointer;
  font-size:26px; line-height:1; color:#9aa0b3; width:32px; height:32px; border-radius:8px; }
.sm-modal-x:hover{ background:var(--sm-bg); color:var(--sm-ink); }
.sm-modal-logo{ text-align:center; margin:4px 0 14px; }
.sm-modal-logo img{ height:42px; }
.sm-auth-tabs{ display:flex; gap:4px; background:var(--sm-bg); border-radius:12px; padding:4px; margin-bottom:18px; }
.sm-auth-tabs button{ flex:1; border:0; background:transparent; cursor:pointer; padding:10px; border-radius:9px;
  font-weight:700; font-size:14px; color:var(--sm-muted); }
.sm-auth-tabs button.active{ background:#fff; color:var(--sm-ink); box-shadow:0 1px 4px rgba(0,0,0,.08); }
.sm-auth-msg{ padding:11px 14px; border-radius:11px; font-size:13.5px; margin-bottom:14px; }
.sm-auth-msg.err{ background:#fef2f2; border:1px solid #fecaca; color:#b91c1c; }
.sm-auth-msg.ok{ background:#ecfdf5; border:1px solid #a7f3d0; color:#047857; }
.sm-pane-title{ font-size:13px; color:var(--sm-muted); margin:0 0 14px; line-height:1.5; }
.sm-auth-alt{ text-align:center; margin-top:16px; color:var(--sm-muted); font-size:13.5px; }
.sm-auth-alt a{ color:var(--sm-primary); font-weight:600; cursor:pointer; }

/* alt boşluk: mobilde fixed barlar için */
.app-content.sm-content{ padding-bottom:140px; }

/* ---- Anasayfa geliştirmeleri ---- */
/* Hero rozet + çipler */
.sm-hero-badge{ display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,.18);
  color:#fff; font-size:12px; font-weight:600; padding:6px 12px; border-radius:999px; margin-bottom:12px; }
.sm-hero-chips{ display:flex; gap:8px; flex-wrap:wrap; margin-top:14px; }
.sm-hero-chips a{ background:rgba(255,255,255,.16); color:#fff !important; font-size:12.5px; font-weight:500;
  padding:6px 12px; border-radius:999px; text-decoration:none; }
.sm-hero-chips a:hover{ background:rgba(255,255,255,.30); }

/* İstatistik kartı (hero altına taşar) */
.sm-stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:6px; background:#fff;
  border:1px solid var(--sm-line); border-radius:16px; padding:16px 8px;
  box-shadow:0 10px 26px rgba(18,25,39,.08); margin-top:-26px; position:relative; z-index:2; }
.sm-stats .it{ text-align:center; }
.sm-stats .num{ font-size:19px; font-weight:800; color:var(--sm-primary); line-height:1; }
.sm-stats .lbl{ font-size:10.5px; color:var(--sm-muted); font-weight:600; margin-top:4px; }

/* Kategori kartları */
.sm-cat-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.sm-cat-card{ display:flex; align-items:center; gap:12px; background:#fff; border:1px solid var(--sm-line);
  border-radius:14px; padding:13px; text-decoration:none; color:var(--sm-ink); transition:.15s; }
.sm-cat-card:hover{ border-color:var(--sm-primary); box-shadow:0 6px 16px rgba(20,184,166,.12); transform:translateY(-2px); }
.sm-cat-card .ic{ width:44px; height:44px; border-radius:12px; background:var(--sm-primary-soft);
  color:var(--sm-primary); display:flex; align-items:center; justify-content:center; font-size:20px; flex:none; }
.sm-cat-card .t{ font-size:14px; font-weight:600; line-height:1.25; }

/* Nasıl çalışır */
.sm-steps{ display:grid; grid-template-columns:1fr; gap:12px; }
.sm-step{ display:flex; gap:14px; align-items:flex-start; background:#fff; border:1px solid var(--sm-line);
  border-radius:14px; padding:16px; }
.sm-step .no{ width:38px; height:38px; border-radius:50%; background:var(--sm-primary); color:#fff;
  font-weight:800; display:flex; align-items:center; justify-content:center; flex:none; }
.sm-step h4{ font-size:15px; font-weight:700; margin:0 0 4px; color:var(--sm-ink); }
.sm-step p{ font-size:13px; color:var(--sm-muted); margin:0; line-height:1.5; }

/* Neden Servismi (rozet kartları) */
.sm-why{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.sm-why .c{ text-align:center; background:#fff; border:1px solid var(--sm-line); border-radius:14px; padding:16px 8px; }
.sm-why .c img{ height:44px; margin:0 auto 8px; display:block; }
.sm-why .c span{ font-size:12px; font-weight:600; color:var(--sm-ink); display:block; line-height:1.3; }

/* Popüler bölge çipleri */
.sm-region-chips{ display:flex; gap:8px; flex-wrap:wrap; }
.sm-region-chips a{ background:#fff; border:1px solid var(--sm-line); color:var(--sm-ink); font-size:13px;
  font-weight:500; padding:8px 14px; border-radius:999px; text-decoration:none; }
.sm-region-chips a:hover{ border-color:var(--sm-primary); color:var(--sm-primary); }

/* Hizmet/cihaz kartları (görsel + overlay) */
.sm-device-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.sm-device-card{ position:relative; border-radius:14px; overflow:hidden; display:block; aspect-ratio:16/11;
  background:var(--sm-bg); }
.sm-device-card img{ width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.sm-device-card:hover img{ transform:scale(1.06); }
.sm-device-card .ov{ position:absolute; inset:0; padding:14px; display:flex; align-items:flex-end;
  background:linear-gradient(to top, rgba(8,40,37,.88) 0%, rgba(8,40,37,.15) 55%, transparent 100%); }
.sm-device-card .ov h4{ color:#fff; font-size:14.5px; font-weight:700; margin:0; line-height:1.3; }
.sm-device-card .ov h4 span{ color:rgba(255,255,255,.82); font-weight:500; }

/* Marka hero özel */
.sm-mhero-logo{ width:74px; height:74px; border-radius:16px; background:#fff; padding:8px;
  display:flex; align-items:center; justify-content:center; margin-bottom:12px; box-shadow:0 8px 20px rgba(0,0,0,.18); }
.sm-mhero-logo img{ max-width:100%; max-height:100%; object-fit:contain; }
.sm-phone-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }
.sm-phone-btn{ flex:1 1 160px; display:flex; align-items:center; gap:10px; background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25); border-radius:12px; padding:11px 14px; color:#fff !important;
  text-decoration:none; }
.sm-phone-btn:hover{ background:rgba(255,255,255,.24); }
.sm-phone-btn .ic{ width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.2);
  display:flex; align-items:center; justify-content:center; flex:none; }
.sm-phone-btn .lbl{ font-size:11px; opacity:.85; }
.sm-phone-btn .num{ font-size:15px; font-weight:700; }

/* İçerik (CMS metni) */
.sm-prose{ color:#3a3f4d; font-size:15px; line-height:1.75; }
.sm-prose h1,.sm-prose h2,.sm-prose h3{ color:var(--sm-ink); font-weight:800; margin:18px 0 10px; line-height:1.3; }
.sm-prose h2{ font-size:20px; } .sm-prose h3{ font-size:17px; }
.sm-prose p{ margin:0 0 12px; } .sm-prose a{ color:var(--sm-primary); font-weight:600; }
.sm-prose img{ max-width:100%; height:auto; border-radius:12px; }
.sm-prose ul,.sm-prose ol{ padding-left:20px; margin:0 0 12px; } .sm-prose li{ margin:4px 0; list-style:disc; }

/* Yıldız puanlama */
.sm-rate{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.sm-rate-form{ display:inline-flex; gap:4px; }
.sm-star{ background:none; border:0; padding:0; cursor:pointer; font-size:24px; color:#E2E4E8; line-height:1; }
.sm-star.on{ color:#F5B301; }
.sm-star:hover{ color:#F5B301; }
.sm-rate .avg{ font-size:14px; font-weight:700; color:var(--sm-ink); }
.sm-rate .cnt{ font-size:13px; color:var(--sm-muted); }

/* ---- Blog editöryel/feed düzeni (alışılmışın dışında) ---- */
/* Öne çıkan büyük yazı */
.sm-feature-post{ position:relative; display:block; border-radius:18px; overflow:hidden;
  min-height:240px; margin-bottom:22px; }
.sm-feature-post img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.sm-feature-post:hover img{ transform:scale(1.05); }
.sm-feature-post .ov{ position:absolute; inset:0; display:flex; flex-direction:column;
  justify-content:flex-end; padding:20px;
  background:linear-gradient(to top, rgba(8,40,37,.92) 0%, rgba(8,40,37,.35) 55%, transparent 100%); }
.sm-feature-post .tag{ align-self:flex-start; background:var(--sm-primary); color:#fff; font-size:11px;
  font-weight:700; padding:5px 11px; border-radius:999px; margin-bottom:10px; }
.sm-feature-post h2{ color:#fff; font-size:22px; font-weight:800; margin:0 0 8px; line-height:1.25; }
.sm-feature-post p{ color:rgba(255,255,255,.85); font-size:14px; margin:0; }

/* Yatay satır akışı */
.sm-feed{ display:grid; grid-template-columns:1fr; gap:14px; }
.sm-feed-item{ display:flex; gap:14px; align-items:stretch; background:#fff; border:1px solid var(--sm-line);
  border-radius:14px; overflow:hidden; text-decoration:none; color:inherit; transition:.15s; }
.sm-feed-item:hover{ border-color:var(--sm-primary); box-shadow:0 6px 18px rgba(20,184,166,.12); transform:translateY(-2px); }
.sm-feed-item .thumb{ width:120px; flex:none; object-fit:cover; background:var(--sm-bg); }
.sm-feed-item .ph{ width:120px; flex:none; display:flex; align-items:center; justify-content:center; background:var(--sm-primary-soft); }
.sm-feed-item .ph i{ font-size:26px; color:var(--sm-primary); }
.sm-feed-item .fc{ padding:13px 16px 13px 0; display:flex; flex-direction:column; gap:6px; min-width:0; }
.sm-feed-item .fc h3{ font-size:15.5px; font-weight:700; color:var(--sm-ink); margin:0; line-height:1.35;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.sm-feed-item .fc p{ font-size:13px; color:var(--sm-muted); margin:0;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.sm-feed-item .fc .more{ margin-top:auto; color:var(--sm-primary); font-size:13px; font-weight:600; }

/* Sayfalama */
.sm-pager{ display:flex; flex-wrap:wrap; gap:6px; justify-content:center; margin-top:26px; }
.sm-pager a, .sm-pager span{ min-width:40px; height:40px; padding:0 12px; display:inline-flex;
  align-items:center; justify-content:center; border-radius:10px; border:1px solid var(--sm-line);
  font-size:14px; font-weight:600; color:var(--sm-ink); text-decoration:none; }
.sm-pager a:hover{ border-color:var(--sm-primary); color:var(--sm-primary); }
.sm-pager .cur{ background:var(--sm-primary); border-color:var(--sm-primary); color:#fff; }
.sm-pager .dis{ opacity:.4; }

/* İçerik + sağ sidebar düzeni */
.sm-layout{ display:block; }
.sm-side{ margin-top:26px; }
.sm-side-card{ background:#fff; border:1px solid var(--sm-line); border-radius:14px; overflow:hidden; }
.sm-side-title{ font-size:14px; font-weight:800; color:var(--sm-ink); text-transform:uppercase;
  letter-spacing:.3px; padding:13px 16px; background:var(--sm-primary-soft); margin:0; }
.sm-side-list{ display:flex; flex-direction:column; max-height:520px; overflow-y:auto; }
.sm-side-list a{ display:flex; align-items:center; gap:9px; padding:11px 16px; font-size:14px;
  font-weight:500; color:var(--sm-ink); text-decoration:none; border-top:1px solid var(--sm-line); }
.sm-side-list a:first-child{ border-top:0; }
.sm-side-list a:hover{ background:var(--sm-bg); color:var(--sm-primary); }
.sm-side-list a i{ color:var(--sm-primary); font-size:15px; flex:none; }

@media (min-width:1000px){
  .sm-layout{ display:grid; grid-template-columns:1fr 290px; gap:26px; align-items:start; }
  .sm-side{ margin-top:0; position:sticky; top:84px; }
  .sm-side-list{ max-height:calc(100vh - 160px); }
}

/* ---- İletişim sayfası ---- */
.sm-form-note{ font-size:13.5px; color:var(--sm-muted); margin:0 0 16px; line-height:1.55; }
.sm-map-card{ padding:0; overflow:hidden; margin-top:16px; }
.sm-map-card iframe{ display:block; width:100%; height:320px; border:0; }
.sm-contact-list{ display:flex; flex-direction:column; gap:12px; }
.sm-contact-item{ display:flex; gap:13px; align-items:center; background:#fff;
  border:1px solid var(--sm-line); border-radius:14px; padding:14px 15px;
  box-shadow:0 2px 10px rgba(18,25,39,.04); text-decoration:none; transition:border-color .15s,box-shadow .15s; }
a.sm-contact-item:hover{ border-color:var(--sm-primary); box-shadow:0 6px 18px rgba(20,184,166,.16); }
.sm-contact-item .ic{ width:46px; height:46px; flex:none; border-radius:12px;
  background:var(--sm-primary-soft); color:var(--sm-primary); display:flex;
  align-items:center; justify-content:center; font-size:21px; }
.sm-contact-item .bd{ min-width:0; }
.sm-contact-item .lbl{ font-size:12px; color:var(--sm-muted); font-weight:600; display:block; margin-bottom:2px; }
.sm-contact-item .val{ font-size:15px; color:var(--sm-ink); font-weight:700; line-height:1.4; display:block; }
a.sm-contact-item:hover .val{ color:var(--sm-primary); }

.sm-tags{ display:flex; flex-wrap:wrap; gap:7px; margin-top:16px; padding-top:14px; border-top:1px solid var(--sm-line); }
a.sm-chip:hover{ background:var(--sm-primary-soft); color:var(--sm-primary); }

/* ---- 404 ---- */
.sm-404{ max-width:580px; margin:0 auto; text-align:center; padding:30px 0 20px; }
.sm-404-badge{ width:72px; height:72px; margin:0 auto 6px; border-radius:50%;
  background:var(--sm-primary-soft); color:var(--sm-primary); display:flex;
  align-items:center; justify-content:center; font-size:32px; }
.sm-404 .code{ font-size:84px; font-weight:800; line-height:1; letter-spacing:-2px;
  background:linear-gradient(135deg,#14B8A6 0%,#0E7C71 100%);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  margin-bottom:6px; }
.sm-404 h1{ font-size:23px; font-weight:800; color:var(--sm-ink); margin:0 0 10px; }
.sm-404 p{ font-size:15px; color:var(--sm-muted); line-height:1.6; margin:0 auto 22px; max-width:460px; }
.sm-404-search{ display:flex; gap:8px; background:#fff; border:1px solid var(--sm-line);
  border-radius:14px; padding:8px; box-shadow:0 2px 10px rgba(18,25,39,.05); margin-bottom:18px; }
.sm-404-search input{ flex:1; min-width:0; border:0; outline:none; padding:11px 12px;
  font-size:15px; color:var(--sm-ink); background:transparent; }
.sm-404-search .sm-btn-primary{ flex:none; }
.sm-404-actions{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:26px; }
.sm-404-links{ display:flex; gap:7px; justify-content:center; align-items:center; flex-wrap:wrap;
  padding-top:20px; border-top:1px solid var(--sm-line); }
.sm-404-links .lbl{ font-size:13px; color:var(--sm-muted); font-weight:600; width:100%; margin-bottom:4px; }

/* Usta CTA bandı */
.sm-cta-band{ background:linear-gradient(135deg,#14B8A6 0%,#0E7C71 100%); border-radius:18px;
  padding:26px 20px; color:#fff; text-align:center; }
.sm-cta-band h3{ font-size:20px; font-weight:800; margin:0 0 6px; color:#fff; }
.sm-cta-band p{ font-size:14px; opacity:.93; margin:0 0 16px; }
.sm-cta-band .sm-btn-primary{ background:#fff; color:var(--sm-primary) !important; display:inline-flex; }

/* ============ MASAÜSTÜ (PC) GENİŞ DÜZEN ============ */
@media (min-width:1000px){
  /* mobil kabuğu gizle */
  .header-avt.sm-header,
  .menubar-footer.footer-fixed,
  .sm-sticky-cta{ display:none !important; }

  /* masaüstü nav + footer göster */
  .sm-topnav{ display:block; position:sticky; top:0; z-index:1000;
    background:#fff; border-bottom:1px solid var(--sm-line); box-shadow:0 1px 8px rgba(0,0,0,.04); }
  .sm-topnav-inner{ max-width:1200px; margin:0 auto; display:flex; align-items:center;
    gap:24px; padding:12px 24px; }
  .sm-topnav-menu{ display:flex; gap:6px; list-style:none; margin:0; padding:0; flex:1; }
  .sm-topnav-menu a{ padding:9px 14px; border-radius:10px; font-weight:600; font-size:14.5px;
    color:var(--sm-ink); }
  .sm-topnav-menu a:hover{ background:var(--sm-bg); }
  .sm-topnav-menu a.active{ color:var(--sm-primary); background:var(--sm-primary-soft); }
  .sm-topnav-cta{ display:flex; gap:10px; align-items:center; }

  .sm-footer{ display:block; background:#0f1320; color:#cfd2dc; margin-top:50px;
    border-top:3px solid var(--sm-primary); }

  /* Üst CTA şeridi */
  .sm-footer-cta{ background:linear-gradient(135deg,#14B8A6 0%,#0E7C71 100%); }
  .sm-footer-cta-inner{ max-width:1200px; margin:0 auto; padding:26px 24px;
    display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
  .sm-footer-cta .txt h4{ color:#fff; font-size:21px; font-weight:800; margin:0 0 4px; }
  .sm-footer-cta .txt p{ color:rgba(255,255,255,.9); font-size:14px; margin:0; }
  .sm-footer-cta .sm-btn-primary{ background:#fff; color:var(--sm-primary) !important; flex:none; }
  .sm-footer-cta .sm-btn-primary:hover{ background:#f0fdfa; }

  .sm-footer-inner{ max-width:1200px; margin:0 auto; display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1.4fr; gap:30px; padding:48px 24px 40px; }
  .sm-footer-brand p{ max-width:330px; line-height:1.65; color:#9aa0b3; }
  .sm-footer-col h5{ color:#fff; font-size:14px; font-weight:700; margin-bottom:16px;
    text-transform:uppercase; letter-spacing:.4px; position:relative; padding-bottom:10px; }
  .sm-footer-col h5::after{ content:""; position:absolute; left:0; bottom:0;
    width:28px; height:2px; background:var(--sm-primary); border-radius:2px; }
  .sm-footer-col ul{ list-style:none; margin:0; padding:0; }
  .sm-footer-col li{ margin-bottom:10px; }
  .sm-footer-col a{ color:#cfd2dc; font-size:14px; transition:color .15s, padding-left .15s; }
  .sm-footer-col li > a:hover{ color:#fff; padding-left:4px; }

  /* İletişim sütunu — ikonlu */
  .sm-footer-contact li{ margin-bottom:13px; }
  .sm-footer-contact a, .sm-footer-contact .addr{ display:flex; align-items:flex-start; gap:10px; color:#cfd2dc; }
  .sm-footer-contact .addr{ color:#9aa0b3; }
  .sm-footer-contact i{ color:var(--sm-primary); font-size:17px; flex:none; margin-top:2px; }
  .sm-footer-contact a span{ line-height:1.4; }
  .sm-footer-contact a:hover span{ color:#fff; }

  .sm-footer-social{ display:flex; gap:9px; margin-top:16px; }
  .sm-footer-social a{ display:inline-flex; width:40px; height:40px; border-radius:50%;
    background:#1b2030; align-items:center; justify-content:center; color:#fff; font-size:17px;
    transition:background .18s, transform .18s; }
  .sm-footer-social a:hover{ background:var(--sm-primary); transform:translateY(-3px); }

  .sm-footer-bottom{ border-top:1px solid #1b2030; padding:18px 24px;
    font-size:13px; color:#8b8fa3; max-width:1200px; margin:0 auto;
    display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; }
  .sm-footer-legal{ display:flex; gap:18px; }
  .sm-footer-legal a{ color:#8b8fa3; font-size:13px; transition:color .15s; }
  .sm-footer-legal a:hover{ color:var(--sm-primary); }

  /* geniş içerik alanı */
  .app-content.sm-content{ max-width:1200px; margin:0 auto; padding:24px !important; }
  .tf-container{ max-width:none !important; width:auto !important; padding-left:0 !important; padding-right:0 !important; }

  /* hero geniş */
  .sm-hero{ border-radius:22px; padding:44px 0; margin-top:6px; }
  .sm-hero .tf-container{ max-width:900px !important; margin:0 auto; text-align:center; }
  .sm-hero h1{ font-size:38px; }
  .sm-hero p{ font-size:17px; }
  .sm-hero .sm-hero-search{ max-width:760px; margin:0 auto; flex-wrap:nowrap; }
  .sm-hero .sm-hero-search select,
  .sm-hero .sm-hero-search input{ flex:1 1 auto; }
  .sm-hero-cta-row{ justify-content:center; }

  .sm-trust{ grid-template-columns:repeat(6,1fr); max-width:1000px; margin:26px auto 0; }
  .sm-brand-grid{ grid-template-columns:repeat(6,1fr); gap:16px; }
  .sm-brand-card .logo{ height:110px; padding:20px; }
  .sm-ilan-grid{ grid-template-columns:repeat(3,1fr); }

  .sm-stats{ padding:24px; margin-top:-38px; gap:10px; max-width:1000px; margin-left:auto; margin-right:auto; }
  .sm-stats .num{ font-size:30px; }
  .sm-stats .lbl{ font-size:13px; }
  .sm-cat-grid{ grid-template-columns:repeat(3,1fr); }
  .sm-device-grid{ grid-template-columns:repeat(3,1fr); }
  .sm-steps{ grid-template-columns:repeat(3,1fr); }
  .sm-feature-post{ min-height:360px; }
  .sm-feature-post h2{ font-size:30px; }
  .sm-feed{ grid-template-columns:repeat(2,1fr); gap:16px; }
  .sm-feed-item .thumb, .sm-feed-item .ph{ width:150px; }
  .sm-why{ grid-template-columns:repeat(6,1fr); }
  .sm-cta-band{ padding:46px 40px; display:flex; align-items:center; justify-content:space-between; text-align:left; gap:24px; }
  .sm-cta-band .txt h3{ font-size:27px; }
  .sm-cta-band p{ margin-bottom:0; }
  .sm-ilan-card{ flex-direction:column; }
  .sm-ilan-card .thumb{ width:100%; height:170px; }
  .sm-auth{ margin:30px auto; }
}

@media (min-width:1300px){
  .sm-topnav-inner, .sm-footer-inner, .app-content.sm-content{ max-width:1280px; }
}

/* ===== Yorum & Puanlama ===== */
.sm-stars{ display:inline-flex; gap:1px; line-height:1; white-space:nowrap; }
.sm-stars .s{ font-size:15px; color:#e2e3ea; }
.sm-stars .s.full{ color:#f5a623; }
.sm-stars .s.half{ position:relative; color:#e2e3ea; }
.sm-stars .s.half::before{ content:"★"; position:absolute; left:0; top:0; width:50%; overflow:hidden; color:#f5a623; }

.sm-card-puan{ display:flex; align-items:center; gap:5px; margin-top:5px; }
.sm-card-puan .ort{ font-size:13px; font-weight:700; color:var(--sm-ink); }
.sm-card-puan .adet{ font-size:12px; color:var(--sm-muted); }

.sm-yorum-liste{ display:flex; flex-direction:column; gap:14px; }
.sm-yorum{ padding:13px 14px; border:1px solid #eceef3; border-radius:12px; background:#fafbfc; }

/* İnteraktif yıldız seçimi — radio'lar ters (5..1) sıralı; hover/checked ile soldan dolar */
.sm-yildiz-sec{ display:inline-flex; flex-direction:row-reverse; gap:4px; }
.sm-yildiz-sec input{ display:none; }
.sm-yildiz-sec label{ font-size:34px; color:#e2e3ea; cursor:pointer; line-height:1; transition:color .12s, transform .1s; }
.sm-yildiz-sec label:hover{ transform:scale(1.12); }
.sm-yildiz-sec label:hover,
.sm-yildiz-sec label:hover ~ label,
.sm-yildiz-sec input:checked ~ label{ color:#f5a623; }

/* ===== Değerlendirme yazma kutusu (teklif formundan ayrı tasarım) ===== */
.sm-review-box{ border:1px solid #e7e9f0; border-radius:18px; overflow:hidden; background:#fff;
  box-shadow:0 6px 24px rgba(20,184,166,.07); }
.sm-review-head{ display:flex; align-items:center; gap:14px; padding:18px 22px;
  background:linear-gradient(120deg, var(--sm-primary,#14B8A6), #0ea5a2); color:#fff; }
.sm-review-head .ico{ flex-shrink:0; width:46px; height:46px; border-radius:13px; background:rgba(255,255,255,.18);
  display:flex; align-items:center; justify-content:center; font-size:24px; color:#ffd76a; }
.sm-review-head .t{ font-size:17px; font-weight:800; line-height:1.2; }
.sm-review-head .s{ font-size:12.5px; opacity:.92; margin-top:3px; line-height:1.4; }
.sm-review-body{ padding:22px; }

/* Yıldız + etiket: ortalanmış, vurgulu bölge */
.sm-rate-pick{ display:flex; flex-direction:column; align-items:center; gap:8px;
  padding:16px; margin-bottom:18px; background:#f8fafb; border:1px dashed #d9e6e4; border-radius:14px; }
.sm-rate-label{ font-size:14px; font-weight:700; color:#9aa0ad; }
.sm-rate-label.aktif{ color:var(--sm-primary,#14B8A6); }

.sm-review-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media (max-width:640px){ .sm-review-grid{ grid-template-columns:1fr; gap:0; } }

.sm-review-submit{ margin-top:18px; width:100%; justify-content:center; }

/* ===== SEO landing iç-link chip'leri ===== */
.sm-chip-link{ text-decoration:none; cursor:pointer; transition:background .12s,color .12s,border-color .12s; }
.sm-chip-link:hover{ background:var(--sm-primary,#14B8A6); color:#fff; border-color:var(--sm-primary,#14B8A6); }

/* ---------- Servis Talebi sayfası ---------- */
.sm-talep-hero{ text-align:center; padding:6px 0 20px; }
.sm-talep-hero h1{ font-size:24px; font-weight:800; color:var(--sm-ink); margin:0 0 6px; }
.sm-talep-hero p{ font-size:14px; color:var(--sm-muted); margin:0; }

.sm-talep-grid{ display:grid; grid-template-columns:1fr; gap:16px; align-items:start; }
.sm-talep-form{ background:#fff; border:1px solid var(--sm-line); border-radius:var(--sm-radius); padding:18px; }

/* honeypot — ekran dışında, ekran okuyucudan da gizli */
.sm-hp{ position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.sm-req{ color:#e11d48; }
.sm-hint{ display:block; font-size:12px; color:var(--sm-muted); margin:6px 0 14px; }
.sm-hint.sm-center{ text-align:center; margin-top:10px; }

.sm-talep-yan{ display:grid; gap:14px; }
.sm-talep-cta{ text-align:center; padding:18px; }
.sm-talep-cta img{ width:100%; max-height:150px; object-fit:cover; border-radius:12px; margin-bottom:12px; display:block; }
.sm-talep-cta h3{ font-size:17px; font-weight:800; color:var(--sm-ink); margin:0 0 6px; }
.sm-talep-cta p{ font-size:13px; color:var(--sm-muted); margin:0 0 14px; }
.sm-talep-cta .sm-btn-primary{ margin-bottom:8px; }
.sm-wa{ border-color:#25D366 !important; color:#128C4A !important; }
.sm-wa-submit{ background:#25D366 !important; }
.sm-wa-submit:hover{ background:#1DA851 !important; }

.sm-talep-guven{ padding:6px 18px; }
.sm-talep-guven ul{ list-style:none; margin:0; padding:0; }
.sm-talep-guven li{ padding:12px 0; border-bottom:1px solid var(--sm-line); }
.sm-talep-guven li:last-child{ border-bottom:0; }
.sm-talep-guven strong{ display:block; font-size:14px; font-weight:700; color:var(--sm-ink); }
.sm-talep-guven span{ font-size:12.5px; color:var(--sm-muted); }

@media (min-width:1000px){
  .sm-talep-hero{ padding:10px 0 26px; }
  .sm-talep-hero h1{ font-size:30px; }
  .sm-talep-grid{ grid-template-columns:minmax(0,1fr) 340px; gap:22px; }
  .sm-talep-form{ padding:26px; }
}
