/* ============================================================
   Demirkıran Prefabrik — 2026 arayüz sistemi
   Temiz kırmızı/beyaz ilan (marketplace) tasarımı
   ============================================================ */

:root{
  --brand:#e11b22;        /* ana kırmızı (buton, rozet, vurgu) */
  --brand-600:#c20f16;    /* koyu kırmızı (hover) */
  --brand-050:#fdecec;    /* çok açık kırmızı zemin */
  --wa:#25d366;           /* whatsapp yeşili */
  --wa-600:#1ebe5a;
  --ink:#141a25;          /* koyu metin (başlık) */
  --ink-2:#2b3340;        /* gövde metni */
  --slate:#6b7482;        /* soluk metin */
  --slate-2:#959dab;      /* daha soluk */
  --bg:#f1f4f8;           /* sayfa arka planı */
  --card:#ffffff;
  --line:#e6eaf0;         /* kenarlık */
  --line-2:#eff2f7;       /* yumuşak kenarlık/ayraç */
  --navy:#131b28;         /* koyu footer */
  --navy-2:#1c2636;
  --r:16px;               /* kart köşe yarıçapı */
  --r-sm:11px;
  --r-xs:8px;
  --shadow:0 14px 40px rgba(18,26,42,.08);
  --shadow-sm:0 4px 16px rgba(18,26,42,.06);
  --shadow-hover:0 20px 50px rgba(18,26,42,.14);
  --head:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  --body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--bg);color:var(--ink-2);
  font-family:var(--body);font-size:15px;line-height:1.6;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
h1,h2,h3,h4{font-family:var(--head);color:var(--ink);margin:0;line-height:1.15;font-weight:700;letter-spacing:-.01em}
.container{width:min(var(--wrap),calc(100% - 44px));margin-inline:auto}
.rd-body{background:var(--bg)}

/* ---------- yardımcılar ---------- */
.txt-red{color:var(--brand)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ============================================================
   BUTONLAR
   ============================================================ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:var(--head);font-weight:600;font-size:14px;line-height:1;
  padding:13px 22px;border-radius:999px;border:1.5px solid transparent;
  transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s;white-space:nowrap}
.btn svg{width:17px;height:17px;flex:none}
.btn-red{background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(225,27,34,.28)}
.btn-red:hover{background:var(--brand-600);box-shadow:0 10px 26px rgba(225,27,34,.36)}
.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--brand);color:var(--brand)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#000}
.btn-wa{background:var(--wa);color:#fff;box-shadow:0 8px 22px rgba(37,211,102,.3)}
.btn-wa:hover{background:var(--wa-600)}
.btn-wa-ghost{background:#fff;color:var(--ink);border-color:var(--line)}
.btn-wa-ghost:hover{border-color:var(--wa);color:var(--wa-600)}
.btn-wa-ghost svg{color:var(--wa)}
.btn-block{width:100%}
.btn-lg{padding:16px 28px;font-size:15px}
.btn-sm{padding:10px 16px;font-size:13px}

/* ============================================================
   ÜST BAR + HEADER
   ============================================================ */
.rd-topbar{background:var(--navy);color:#cbd2dd;font-size:12.5px}
.rd-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;height:40px}
.rd-topbar a{color:#cbd2dd;display:inline-flex;align-items:center;gap:7px}
.rd-topbar a:hover{color:#fff}
.rd-topbar svg{width:14px;height:14px}
.rd-topbar-left{display:flex;gap:22px;align-items:center}
.rd-topbar-right{display:flex;gap:16px;align-items:center}
.rd-topbar-social{display:flex;gap:9px}
.rd-topbar-social a{width:26px;height:26px;border-radius:50%;background:#ffffff14;display:grid;place-items:center}
.rd-topbar-social a:hover{background:var(--brand)}
.rd-topbar-social svg{width:13px;height:13px;fill:currentColor}

.rd-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 2px 14px rgba(18,26,42,.05)}
.rd-header-inner{display:flex;align-items:center;gap:26px;height:76px}
.rd-logo{display:flex;align-items:center;gap:12px;flex:none}
.rd-logo img{height:44px;width:auto}
.rd-nav{display:flex;gap:6px;margin-inline:auto}
.rd-nav a{font-family:var(--head);font-weight:500;font-size:14.5px;color:var(--ink-2);
  padding:10px 13px;border-radius:8px;position:relative;transition:color .16s,background .16s;white-space:nowrap}
.rd-nav a:hover{color:var(--brand);background:var(--brand-050)}
.rd-nav a.active{color:var(--brand)}
.rd-nav a.active::after{content:"";position:absolute;left:13px;right:13px;bottom:2px;height:2.5px;border-radius:3px;background:var(--brand)}
.rd-head-actions{display:flex;align-items:center;gap:12px;flex:none}
.rd-icon-btn{width:42px;height:42px;border-radius:50%;border:1.5px solid var(--line);background:#fff;
  display:grid;place-items:center;color:var(--ink-2);transition:border-color .16s,color .16s}
.rd-icon-btn:hover{border-color:var(--brand);color:var(--brand)}
.rd-icon-btn svg{width:19px;height:19px}

/* dil seçici */
.rd-lang{position:relative}
.rd-lang-btn{display:flex;align-items:center;gap:7px;height:42px;padding:0 12px;border:1.5px solid var(--line);
  border-radius:999px;background:#fff;color:var(--ink-2);font-family:var(--head);font-weight:600;font-size:13px}
.rd-lang-btn img{width:22px;height:15px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px #0000000f}
.rd-lang-btn svg{width:13px;height:13px;color:var(--slate)}
.rd-lang:hover .rd-lang-menu{opacity:1;visibility:visible;transform:translateY(0)}
.rd-lang-menu{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);
  border-radius:12px;box-shadow:var(--shadow);padding:6px;min-width:150px;display:flex;flex-direction:column;gap:2px;
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:.16s;z-index:5}
.rd-lang-menu a{display:flex;align-items:center;gap:9px;padding:9px 11px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--ink-2)}
.rd-lang-menu a:hover{background:var(--bg)}
.rd-lang-menu img{width:22px;height:15px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px #0000000f}

.rd-burger{display:none;width:44px;height:44px;border-radius:10px;border:1.5px solid var(--line);
  background:#fff;color:var(--ink);font-size:20px;place-items:center}

/* mobil panel */
.rd-mobile{display:none}

/* ============================================================
   ROZET / MİNİ BİLEŞENLER
   ============================================================ */
.badge{display:inline-flex;align-items:center;gap:6px;background:var(--brand);color:#fff;
  font-family:var(--head);font-weight:600;font-size:12px;padding:6px 12px;border-radius:999px;letter-spacing:.005em}
.badge.badge-alt{background:var(--ink)}
.chip{display:inline-flex;align-items:center;gap:6px;background:var(--brand-050);color:var(--brand);
  font-family:var(--head);font-weight:600;font-size:12.5px;padding:6px 13px;border-radius:999px}
.section-label{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-family:var(--head);
  font-weight:600;font-size:13px;letter-spacing:.03em;margin-bottom:12px}
.section-label::before{content:"";width:22px;height:3px;border-radius:3px;background:var(--brand)}

.heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}
.heading-row h2{font-size:clamp(24px,3.4vw,32px)}
.heading-accent{position:relative;padding-bottom:14px}
.heading-accent::after{content:"";position:absolute;left:0;bottom:0;width:48px;height:3.5px;border-radius:3px;background:var(--brand)}
.link-more{display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-family:var(--head);
  font-weight:600;font-size:14px}
.link-more:hover{gap:11px}
.link-more svg{width:15px;height:15px;transition:transform .16s}

/* ============================================================
   İLAN KARTI
   ============================================================ */
.listing-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s,border-color .2s}
.listing-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#dbe1ea}
.listing-media{position:relative;aspect-ratio:16/11;overflow:hidden;background:var(--line-2)}
.listing-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.listing-card:hover .listing-media img{transform:scale(1.05)}
.listing-badge{position:absolute;top:12px;left:12px;z-index:2}
.listing-fav{position:absolute;top:12px;right:12px;z-index:2;width:34px;height:34px;border-radius:50%;
  background:#ffffffee;border:none;display:grid;place-items:center;color:var(--slate);box-shadow:0 3px 10px #0002;transition:.16s}
.listing-fav svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
.listing-fav:hover{color:var(--brand)}
.listing-fav.is-active{color:var(--brand)}
.listing-fav.is-active svg{fill:var(--brand);stroke:var(--brand)}
.listing-body{padding:16px 17px 17px;display:flex;flex-direction:column;flex:1}
.listing-title{font-size:16.5px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.25}
.listing-loc{display:flex;align-items:center;gap:6px;color:var(--slate);font-size:13px;margin-bottom:13px}
.listing-loc svg{width:14px;height:14px;color:var(--brand);flex:none}
.listing-price{font-family:var(--head);font-weight:700;font-size:21px;color:var(--brand);margin-bottom:14px}
.listing-price small{font-weight:500;font-size:13px;color:var(--slate)}
.listing-specs{display:flex;gap:16px;flex-wrap:wrap;padding-top:13px;border-top:1px solid var(--line-2);
  color:var(--ink-2);font-size:13px;margin-top:auto}
.listing-spec{display:inline-flex;align-items:center;gap:6px}
.listing-spec svg{width:15px;height:15px;color:var(--slate);flex:none}
.listing-cta{margin-top:14px}

/* fiyat al varyantı (fiyat gizli) */
.listing-card .listing-getprice{margin-top:auto}

/* ============================================================
   ANA SAYFA — düzen
   ============================================================ */
.home-wrap{padding:26px 0 60px}
.home-grid{display:grid;grid-template-columns:1fr 340px;gap:26px;align-items:start}
.home-main{min-width:0}
.home-side{display:flex;flex-direction:column;gap:20px;position:sticky;top:96px}

/* arama şeridi */
.home-search{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:12px;
  display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:10px;box-shadow:var(--shadow-sm);margin-bottom:22px}
.home-search .fld{display:flex;align-items:center;gap:9px;background:var(--bg);border:1px solid var(--line-2);
  border-radius:10px;padding:0 13px;height:48px}
.home-search .fld svg{width:16px;height:16px;color:var(--slate);flex:none}
.home-search input,.home-search select{border:none;background:transparent;width:100%;height:100%;
  font-family:var(--body);font-size:14px;color:var(--ink);outline:none}
.home-search select{color:var(--ink-2);cursor:pointer}

/* teslimat şeridi */
.delivery-band{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:20px 22px;
  display:flex;align-items:center;gap:26px;box-shadow:var(--shadow-sm);margin-bottom:30px;flex-wrap:wrap}
.delivery-lead{display:flex;align-items:center;gap:16px;flex:none}
.delivery-ic{width:52px;height:52px;border-radius:14px;background:var(--brand-050);color:var(--brand);
  display:grid;place-items:center;flex:none}
.delivery-ic svg{width:28px;height:28px}
.delivery-lead h3{font-size:17px;color:var(--ink);line-height:1.2}
.delivery-lead span{color:var(--slate);font-size:13px;font-weight:500}
.delivery-sep{width:1px;align-self:stretch;background:var(--line);flex:none}
.delivery-feats{display:flex;gap:24px;flex-wrap:wrap;flex:1;justify-content:space-between}
.delivery-feat{display:flex;align-items:center;gap:10px}
.delivery-feat svg{width:24px;height:24px;color:var(--brand);flex:none}
.delivery-feat b{display:block;font-family:var(--head);font-weight:600;font-size:13px;color:var(--ink);line-height:1.2}
.delivery-feat span{color:var(--slate);font-size:12px}

/* öne çıkan ilan gridi */
.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.listing-grid.cols-2{grid-template-columns:repeat(2,1fr)}

/* ---------- yan panel kartları ---------- */
.side-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:20px;box-shadow:var(--shadow-sm)}
.side-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.side-head svg{width:20px;height:20px;color:var(--brand);flex:none}
.side-head h3{font-size:17px}
.side-head.with-line{padding-bottom:14px;border-bottom:1px solid var(--line-2)}

.branch-row{display:flex;align-items:center;gap:13px;padding:11px 0;border-bottom:1px solid var(--line-2)}
.branch-row:last-child{border-bottom:none;padding-bottom:0}
.branch-row:first-of-type{padding-top:0}
.branch-thumb{width:56px;height:46px;border-radius:10px;object-fit:cover;flex:none}
.branch-info{flex:1;min-width:0}
.branch-info b{display:block;font-family:var(--head);font-weight:600;font-size:14px;color:var(--ink)}
.branch-info span{display:block;color:var(--slate);font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.branch-row .chev{color:var(--slate-2);flex:none}
.branch-row .chev svg{width:16px;height:16px}
.branch-row:hover .branch-info b{color:var(--brand)}

.contact-card .phone-big{font-family:var(--head);font-weight:700;font-size:25px;color:var(--ink);
  display:flex;align-items:center;gap:10px;margin:6px 0 4px}
.contact-card .phone-big svg{width:22px;height:22px;color:var(--brand)}
.contact-card .phone-sub{color:var(--slate);font-size:12.5px;margin-bottom:16px}
.contact-card .lead-sm{color:var(--slate);font-size:13px;margin-bottom:8px}
.social-row{display:flex;gap:10px;margin-top:16px}
.social-row a{width:38px;height:38px;border-radius:50%;background:var(--bg);color:var(--ink-2);
  display:grid;place-items:center;transition:.16s}
.social-row a:hover{background:var(--brand);color:#fff}
.social-row svg{width:17px;height:17px;fill:currentColor}

.about-side p{color:var(--slate);font-size:13.5px;line-height:1.7;margin:0 0 16px}

.support-card{display:flex;align-items:center;gap:14px}
.support-ic{width:46px;height:46px;border-radius:12px;background:var(--brand-050);color:var(--brand);display:grid;place-items:center;flex:none}
.support-ic svg{width:24px;height:24px}
.support-card h3{font-size:16px}
.support-card p{color:var(--slate);font-size:13px;margin:2px 0 0}

/* ============================================================
   ÖZELLİK ŞERİDİ (footer üstü)
   ============================================================ */
.feature-strip{background:#fff;border-top:1px solid var(--line)}
.feature-strip-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:34px 0}
.feature-item{display:flex;align-items:center;gap:14px}
.feature-item .fi-ic{width:46px;height:46px;border-radius:12px;background:var(--bg);color:var(--brand);
  display:grid;place-items:center;flex:none}
.feature-item .fi-ic svg{width:24px;height:24px}
.feature-item b{display:block;font-family:var(--head);font-weight:600;font-size:14.5px;color:var(--ink);line-height:1.25}
.feature-item span{color:var(--slate);font-size:12.5px;line-height:1.4}

/* ============================================================
   FOOTER
   ============================================================ */
.rd-footer{background:var(--navy);color:#aeb7c4}
.rd-footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding:56px 0 44px}
.rd-footer-brand img{height:46px;margin-bottom:16px}
.rd-footer-brand p{font-size:13.5px;line-height:1.7;color:#9aa3b1;max-width:290px;margin:0 0 18px}
.rd-footer-social{display:flex;gap:10px}
.rd-footer-social a{width:38px;height:38px;border-radius:50%;background:#ffffff12;color:#fff;display:grid;place-items:center;transition:.16s}
.rd-footer-social a:hover{background:var(--brand)}
.rd-footer-social svg{width:17px;height:17px;fill:currentColor}
.rd-footer-col h4{color:#fff;font-size:15px;margin-bottom:16px}
.rd-footer-col a,.rd-footer-col p{display:block;color:#9aa3b1;font-size:13.5px;line-height:1.55;margin-bottom:11px}
.rd-footer-col a:hover{color:#fff}
.foot-contact{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}
.foot-contact svg{width:17px;height:17px;color:var(--brand);flex:none;margin-top:2px}
.foot-contact span{color:#c3cad5;font-size:13.5px;line-height:1.5}
.rd-footer-bottom{border-top:1px solid #ffffff14;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}
.rd-footer-bottom p{margin:0;font-size:12.5px;color:#7e8797}
.rd-footer-bottom .cred{font-size:12.5px;color:#7e8797}

/* ============================================================
   FLOATING butonlar
   ============================================================ */
.rd-wa{position:fixed;right:20px;bottom:22px;z-index:55;background:var(--wa);color:#fff;height:56px;
  padding:0 20px 0 12px;border-radius:999px;display:flex;align-items:center;gap:11px;
  box-shadow:0 12px 34px rgba(37,211,102,.4);font-family:var(--head);font-weight:600;font-size:14px}
.rd-wa:hover{background:var(--wa-600)}
.rd-wa svg{width:34px;height:34px;flex:none;fill:currentColor}
.rd-calc-fab{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:54;background:var(--brand);
  color:#fff;padding:20px 12px;border-radius:14px 0 0 14px;box-shadow:0 14px 34px rgba(225,27,34,.4);
  display:flex;align-items:center;gap:8px}
.rd-calc-fab b{writing-mode:vertical-rl;transform:rotate(180deg);font-family:var(--head);font-weight:700;
  font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.rd-calc-fab svg{width:20px;height:20px}
.rd-calc-fab:hover{background:var(--brand-600)}

/* ============================================================
   İÇ SAYFA HERO (breadcrumb + başlık)
   ============================================================ */
.rd-page-hero{position:relative;overflow:hidden;background:var(--navy);color:#fff}
.rd-page-hero .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.32}
.rd-page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,var(--navy) 20%,rgba(19,27,40,.6))}
.rd-page-hero .container{position:relative;z-index:2;padding:46px 0 52px}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#aeb7c4;margin-bottom:20px}
.breadcrumb a:hover{color:#fff}
.breadcrumb svg{width:13px;height:13px;opacity:.6}
.breadcrumb .cur{color:#fff}
.rd-page-hero h1{font-size:clamp(30px,5vw,44px);color:#fff;margin-bottom:12px}
.rd-page-hero p{color:#c3cad5;font-size:15px;max-width:560px}

/* ============================================================
   İLANLAR (katalog) sayfası
   ============================================================ */
.catalog-wrap{padding:30px 0 56px}
.catalog-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.catalog-top h1{font-size:clamp(24px,3.4vw,32px)}
.catalog-top .count{color:var(--slate);font-size:14px;font-weight:500}
.sort-select{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);
  border-radius:10px;height:44px;padding:0 12px}
.sort-select svg{width:15px;height:15px;color:var(--slate)}
.sort-select select{border:none;background:transparent;font-family:var(--head);font-weight:500;font-size:13.5px;color:var(--ink);outline:none;cursor:pointer}

.catalog-grid{display:grid;grid-template-columns:280px 1fr;gap:26px;align-items:start}
.filter-panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:20px;
  box-shadow:var(--shadow-sm);position:sticky;top:96px}
.filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;padding-bottom:14px;border-bottom:1px solid var(--line-2)}
.filter-head h3{font-size:17px;display:flex;align-items:center;gap:9px}
.filter-head h3 svg{width:18px;height:18px;color:var(--brand)}
.filter-clear{color:var(--slate);font-size:12.5px;font-weight:500;background:none;border:none}
.filter-clear:hover{color:var(--brand)}
.filter-group{padding:16px 0;border-bottom:1px solid var(--line-2)}
.filter-group:last-child{border-bottom:none;padding-bottom:4px}
.filter-group>h4{font-family:var(--head);font-weight:600;font-size:13.5px;color:var(--ink);margin-bottom:12px;text-transform:uppercase;letter-spacing:.02em}
.fopt{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;font-size:14px;color:var(--ink-2)}
.fopt input{width:17px;height:17px;accent-color:var(--brand);cursor:pointer;flex:none}
.fopt .cnt{margin-left:auto;color:var(--slate-2);font-size:12.5px}
.fopt:hover{color:var(--brand)}
.range-row{display:flex;gap:10px}
.range-row .fld{flex:1;display:flex;align-items:center;background:var(--bg);border:1px solid var(--line-2);border-radius:9px;padding:0 11px;height:42px}
.range-row input{border:none;background:transparent;width:100%;font-family:var(--body);font-size:13.5px;color:var(--ink);outline:none}
.filter-apply{margin-top:16px}

.catalog-results{min-width:0}
.catalog-results .listing-grid{grid-template-columns:repeat(3,1fr)}
.catalog-empty{background:#fff;border:1px dashed var(--line);border-radius:var(--r);padding:56px 26px;text-align:center}
.catalog-empty svg{width:46px;height:46px;color:var(--brand);margin-bottom:14px}
.catalog-empty h3{font-size:20px;margin-bottom:8px}
.catalog-empty p{color:var(--slate);font-size:14px;max-width:440px;margin:0 auto}
.no-result{grid-column:1/-1;text-align:center;padding:40px;color:var(--slate)}

.pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}
.pagination button{min-width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;
  font-family:var(--head);font-weight:600;font-size:14px;color:var(--ink-2);padding:0 10px}
.pagination button:hover{border-color:var(--brand);color:var(--brand)}
.pagination button.active{background:var(--brand);color:#fff;border-color:var(--brand)}
.pagination button:disabled{opacity:.4;cursor:not-allowed}

/* ============================================================
   ÜRÜN DETAY
   ============================================================ */
.detail-wrap{padding:28px 0 56px}
.detail-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:34px;align-items:start}
.gallery-main{border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;background:var(--line-2);position:relative}
.gallery-main img{width:100%;height:100%;object-fit:cover}
.gallery-main .listing-fav{width:40px;height:40px}
.gallery-main .listing-fav svg{width:20px;height:20px}
.gallery-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}
.gallery-thumbs img{width:96px;height:74px;border-radius:10px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:.16s}
.gallery-thumbs img:hover,.gallery-thumbs img.active{border-color:var(--brand)}

.detail-info h1{font-size:clamp(26px,3.6vw,34px);margin-bottom:12px}
.detail-loc{display:flex;align-items:center;gap:7px;color:var(--slate);font-size:15px;margin-bottom:18px}
.detail-loc svg{width:17px;height:17px;color:var(--brand)}
.detail-price{font-family:var(--head);font-weight:700;font-size:32px;color:var(--brand);margin-bottom:22px}
.detail-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}
.detail-spec{background:var(--bg);border:1px solid var(--line-2);border-radius:12px;padding:15px 14px;text-align:center}
.detail-spec svg{width:22px;height:22px;color:var(--brand);margin-bottom:8px}
.detail-spec b{display:block;font-family:var(--head);font-weight:700;font-size:17px;color:var(--ink)}
.detail-spec span{color:var(--slate);font-size:12px}
.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.detail-links{display:flex;gap:22px}
.detail-links a{display:inline-flex;align-items:center;gap:7px;color:var(--slate);font-size:13.5px;font-weight:500}
.detail-links a:hover{color:var(--brand)}
.detail-links svg{width:16px;height:16px}

.detail-desc{margin-top:44px;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:30px 32px}
.detail-desc h2{font-size:24px;margin-bottom:14px}
.detail-desc p{color:var(--ink-2);font-size:15px;line-height:1.85;margin:0 0 16px}
.detail-desc h3{font-size:19px;margin:24px 0 10px}
.detail-desc ul{padding-left:20px;color:var(--ink-2);line-height:1.9}
.detail-desc table{width:100%;border-collapse:collapse;margin:18px 0}
.detail-desc th,.detail-desc td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line-2);font-size:14px}
.detail-desc th{background:var(--bg);font-family:var(--head);font-weight:600;color:var(--ink);width:40%}
.detail-featbar{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px;padding-top:26px;border-top:1px solid var(--line-2)}
.detail-featbar .fb{text-align:center}
.detail-featbar .fb svg{width:28px;height:28px;color:var(--brand);margin-bottom:8px}
.detail-featbar .fb b{display:block;font-family:var(--head);font-weight:600;font-size:14px;color:var(--ink)}

/* ============================================================
   HESAPLAMA (calculator) sayfası
   ============================================================ */
.calc-hero{position:relative;overflow:hidden;background:#fff;border-bottom:1px solid var(--line)}
.calc-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:48px 0}
.calc-hero-copy .chip{margin-bottom:16px}
.calc-hero-copy h1{font-size:clamp(34px,5.2vw,52px);line-height:1.05;margin-bottom:18px}
.calc-hero-copy h1 .r2{color:var(--brand);display:block}
.calc-hero-copy>p{color:var(--slate);font-size:15.5px;line-height:1.7;max-width:480px;margin-bottom:24px}
.calc-hero-feats{display:flex;gap:26px;flex-wrap:wrap}
.calc-hero-feat{display:flex;align-items:center;gap:10px}
.calc-hero-feat svg{width:22px;height:22px;color:var(--brand);flex:none}
.calc-hero-feat b{display:block;font-family:var(--head);font-weight:600;font-size:13.5px;color:var(--ink);line-height:1.2}
.calc-hero-feat span{color:var(--slate);font-size:12px}
.calc-hero-media{border-radius:var(--r);overflow:hidden;aspect-ratio:5/4;box-shadow:var(--shadow)}
.calc-hero-media img{width:100%;height:100%;object-fit:cover}

.calc-wrap{padding:44px 0 60px}
.calc-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:26px;align-items:start}
.calc-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px;box-shadow:var(--shadow-sm)}
.calc-card-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.calc-card-head .ci{width:52px;height:52px;border-radius:14px;background:var(--brand);color:#fff;display:grid;place-items:center;flex:none}
.calc-card-head .ci svg{width:26px;height:26px}
.calc-card-head h2{font-size:22px}
.calc-card-head p{color:var(--slate);font-size:13.5px;margin:3px 0 0}
.calc-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.calc-field{display:flex;flex-direction:column;gap:8px}
.calc-field.full{grid-column:1/-1}
.calc-field label{display:flex;align-items:center;gap:8px;font-family:var(--head);font-weight:600;font-size:13.5px;color:var(--ink)}
.calc-field label svg{width:16px;height:16px;color:var(--brand)}
.calc-field input,.calc-field select{height:50px;border:1.5px solid var(--line);border-radius:11px;padding:0 14px;
  font-family:var(--body);font-size:14.5px;color:var(--ink);background:#fff;outline:none;transition:border-color .16s}
.calc-field input:focus,.calc-field select:focus{border-color:var(--brand)}
.calc-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7482' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px}
.calc-note{display:flex;gap:11px;align-items:flex-start;background:var(--brand-050);border-radius:12px;padding:14px 16px;margin:20px 0;color:var(--ink-2);font-size:13.5px;line-height:1.55}
.calc-note svg{width:19px;height:19px;color:var(--brand);flex:none;margin-top:1px}
.calc-note b{color:var(--brand)}
.calc-submit{margin-top:4px}
.calc-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px;padding-top:22px;border-top:1px solid var(--line-2)}
.calc-mini .cm{display:flex;flex-direction:column;gap:4px}
.calc-mini .cm svg{width:22px;height:22px;color:var(--brand)}
.calc-mini .cm b{font-family:var(--head);font-weight:600;font-size:13px;color:var(--ink)}
.calc-mini .cm span{color:var(--slate);font-size:11.5px;line-height:1.4}

/* sonuç paneli */
.calc-result h2{font-size:22px;margin-bottom:18px}
.calc-share-box{background:linear-gradient(135deg,var(--brand-050),#fff);border:1px solid var(--line);border-radius:14px;
  padding:20px;display:flex;gap:15px;align-items:flex-start;margin-bottom:20px}
.calc-share-box .sb-ic{width:48px;height:48px;border-radius:12px;background:#fff;color:var(--brand);display:grid;place-items:center;flex:none;box-shadow:var(--shadow-sm)}
.calc-share-box .sb-ic svg{width:26px;height:26px}
.calc-share-box b{display:block;font-family:var(--head);font-weight:600;font-size:15px;color:var(--ink);margin-bottom:4px}
.calc-share-box p{color:var(--slate);font-size:13px;line-height:1.55;margin:0}
.calc-selected{background:var(--bg);border-radius:12px;padding:6px 16px;margin-bottom:20px}
.calc-sel-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}
.calc-sel-row:last-child{border-bottom:none}
.calc-sel-row .k{display:flex;align-items:center;gap:9px;color:var(--ink-2)}
.calc-sel-row .k svg{width:16px;height:16px;color:var(--slate)}
.calc-sel-row .v{font-family:var(--head);font-weight:600;color:var(--ink)}
.calc-sel-row .v.empty{color:var(--slate-2);font-weight:500}
.calc-wa-note{display:flex;gap:9px;align-items:flex-start;margin-top:14px;color:var(--slate);font-size:12.5px;line-height:1.5}
.calc-wa-note svg{width:15px;height:15px;color:var(--wa-600);flex:none;margin-top:1px}

/* ============================================================
   BASİT İÇERİK (iletişim / genel) 
   ============================================================ */
.rd-section{padding:50px 0}
.rd-section-sm{padding:38px 0}
.info-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:start}
.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px;box-shadow:var(--shadow-sm)}
.contact-lines{display:flex;flex-direction:column}
.contact-line{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line-2)}
.contact-line:last-child{border-bottom:none}
.contact-line .ci{width:44px;height:44px;border-radius:12px;background:var(--brand-050);color:var(--brand);display:grid;place-items:center;flex:none}
.contact-line .ci svg{width:20px;height:20px}
.contact-line small{display:block;color:var(--slate);font-size:12px;margin-bottom:3px}
.contact-line b,.contact-line a{font-family:var(--head);font-weight:600;font-size:16px;color:var(--ink)}
.contact-line a:hover{color:var(--brand)}

.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:28px;box-shadow:var(--shadow-sm)}
.form-grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ff{display:flex;flex-direction:column;gap:7px}
.ff.full{grid-column:1/-1}
.ff label{font-family:var(--head);font-weight:500;font-size:13px;color:var(--ink-2)}
.ff input,.ff textarea{border:1.5px solid var(--line);border-radius:11px;padding:13px 14px;font-family:var(--body);font-size:14.5px;color:var(--ink);outline:none;transition:border-color .16s}
.ff input:focus,.ff textarea:focus{border-color:var(--brand)}
.ff textarea{min-height:120px;resize:vertical}

.rd-map{border-radius:var(--r);overflow:hidden;border:1px solid var(--line);margin-top:30px}
.rd-map-copy{background:#fff;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.rd-map-copy h3{font-size:19px;margin-bottom:4px}
.rd-map-copy p{color:var(--slate);font-size:14px;margin:0}

/* proje / bayi kartları (yeni stil) */
.tile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.tile{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:box-shadow .2s,transform .2s}
.tile:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}
.tile-media{aspect-ratio:16/11;overflow:hidden;position:relative}
.tile-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.tile:hover .tile-media img{transform:scale(1.05)}
.tile-media .badge{position:absolute;top:12px;left:12px}
.tile-body{padding:18px 19px}
.tile-body small{color:var(--brand);font-family:var(--head);font-weight:600;font-size:12px}
.tile-body h3{font-size:18px;margin:8px 0 8px}
.tile-body p{color:var(--slate);font-size:13.5px;line-height:1.6;margin:0}
.tile-actions{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}

/* about özel */
.about-who{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center}
.about-who-copy h2{font-size:clamp(26px,3.6vw,34px);margin-bottom:16px}
.about-who-copy p{color:var(--ink-2);font-size:15px;line-height:1.85;margin:0 0 16px}
.about-stats{display:flex;flex-direction:column;gap:6px}
.about-stat{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}
.about-stat:last-child{border-bottom:none}
.about-stat .as-ic{width:48px;height:48px;border-radius:12px;background:var(--brand-050);color:var(--brand);display:grid;place-items:center;flex:none}
.about-stat .as-ic svg{width:24px;height:24px}
.about-stat b{display:block;font-family:var(--head);font-weight:700;font-size:20px;color:var(--ink);line-height:1.1}
.about-stat span{color:var(--slate);font-size:13.5px}
.about-why{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.about-check{display:flex;flex-direction:column;gap:4px}
.check-row{display:flex;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid var(--line-2);font-size:15.5px;color:var(--ink-2)}
.check-row:last-child{border-bottom:none}
.check-row .ck{width:26px;height:26px;border-radius:8px;background:var(--brand);color:#fff;display:grid;place-items:center;flex:none}
.check-row .ck svg{width:15px;height:15px;stroke-width:3}
.about-why-media{border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow)}
.about-why-media img{width:100%;height:100%;object-fit:cover}
.about-branches{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.branch-list-lg{display:flex;flex-direction:column;gap:2px;margin-bottom:22px}
.branch-lg{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line-2)}
.branch-lg .bp{width:42px;height:42px;border-radius:12px;background:var(--brand-050);color:var(--brand);display:grid;place-items:center;flex:none}
.branch-lg .bp svg{width:20px;height:20px}
.branch-lg b{display:block;font-family:var(--head);font-weight:600;font-size:16px;color:var(--ink)}
.branch-lg span{color:var(--slate);font-size:13px}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1080px){
  .home-grid{grid-template-columns:1fr}
  .home-side{position:static;display:grid;grid-template-columns:1fr 1fr;gap:18px}
  .listing-grid{grid-template-columns:repeat(3,1fr)}
  .catalog-results .listing-grid{grid-template-columns:repeat(2,1fr)}
  .rd-footer-top{grid-template-columns:1fr 1fr;gap:32px}
  .calc-hero-grid,.detail-grid,.about-who,.about-why,.about-branches{grid-template-columns:1fr;gap:30px}
  .calc-hero-media,.about-why-media{order:-1;max-width:520px}
}
@media(max-width:960px){
  .rd-nav{display:none}
  .rd-burger{display:grid}
  .rd-head-actions .rd-icon-btn.opt,.rd-topbar-left .opt{display:none}
  .calc-grid{grid-template-columns:1fr;gap:20px}
  .listing-grid,.catalog-grid{grid-template-columns:1fr}
  .catalog-grid{grid-template-columns:1fr}
  .filter-panel{position:static}
  .detail-actions{grid-template-columns:1fr}
  .feature-strip-inner,.detail-featbar,.calc-mini{grid-template-columns:1fr 1fr}
  .info-grid{grid-template-columns:1fr;gap:28px}
}
@media(max-width:960px){
  /* mobil menü */
  .rd-mobile{display:block;position:fixed;inset:0 0 0 auto;width:min(340px,86vw);background:#fff;z-index:80;
    transform:translateX(100%);transition:transform .28s ease;box-shadow:-16px 0 50px #0003;
    padding:22px 22px calc(30px + env(safe-area-inset-bottom));overflow-y:auto;visibility:hidden}
  .rd-mobile.open{transform:none;visibility:visible}
  .rd-mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--line)}
  .rd-mobile-head img{height:38px}
  .rd-mobile-close{width:42px;height:42px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:22px;display:grid;place-items:center;color:var(--ink)}
  .rd-mobile-nav a{display:block;padding:15px 6px;font-family:var(--head);font-weight:500;font-size:17px;color:var(--ink);border-bottom:1px solid var(--line-2)}
  .rd-mobile-nav a.active{color:var(--brand)}
  .rd-mobile .btn{margin-top:20px}
  .rd-mobile-langs{display:flex;gap:8px;margin-top:22px}
  .rd-mobile-langs a{width:44px;height:32px;border-radius:8px;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}
  .rd-mobile-langs img{width:100%;height:100%;object-fit:cover}
  .rd-backdrop{position:fixed;inset:0;background:#0006;z-index:79;opacity:0;visibility:hidden;transition:.28s}
  .rd-backdrop.open{opacity:1;visibility:visible}
  body.menu-open{overflow:hidden}
}
@media(max-width:760px){
  .container{width:calc(100% - 32px)}
  .rd-topbar-left .rd-topbar-mail{display:none}
  .rd-header-inner{height:66px;gap:14px}
  .rd-logo img{height:38px}
  .home-side{grid-template-columns:1fr}
  .home-search{grid-template-columns:1fr;gap:8px}
  .delivery-band{gap:16px}
  .delivery-sep{display:none}
  .delivery-feats{gap:16px}
  .listing-grid,.catalog-results .listing-grid,.tile-grid{grid-template-columns:1fr 1fr}
  .rd-footer-top{grid-template-columns:1fr;gap:26px;padding:44px 0 34px}
  .rd-footer-bottom{flex-direction:column;text-align:center;gap:8px}
  .calc-fields{grid-template-columns:1fr}
  .calc-mini,.feature-strip-inner,.detail-featbar{grid-template-columns:1fr 1fr}
  .detail-specs{grid-template-columns:repeat(3,1fr)}
  .form-grid2{grid-template-columns:1fr}
  .rd-wa span{display:none}
  .rd-wa{padding:0;width:56px;justify-content:center;right:14px;bottom:calc(14px + env(safe-area-inset-bottom))}
  .about-stat,.check-row{font-size:14.5px}
}
@media(max-width:460px){
  .listing-grid,.catalog-results .listing-grid,.tile-grid{grid-template-columns:1fr}
  .detail-specs{grid-template-columns:1fr}
  .calc-mini,.feature-strip-inner,.detail-featbar{grid-template-columns:1fr}
  .detail-actions{grid-template-columns:1fr}
  .home-side{grid-template-columns:1fr}
  .rd-page-hero h1{font-size:28px}
}

/* erişilebilirlik */
:focus-visible{outline:2.5px solid var(--brand);outline-offset:2px;border-radius:4px}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* blog kartları <a> olarak: link stilini nötrle */
a.tile{display:block;color:inherit;text-decoration:none}
a.tile:hover{color:inherit}
