
:root{
  --gold:#c59a35;
  --dark:#070707;
  --text:#121212;
  --muted:#666;
  --soft:#f7f4ee;
  --line:#eadfce;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--text);line-height:1.65;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#070707;color:#fff;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #eee}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:14px 0}
.logo-box{display:flex;align-items:center;background:#fff;border:1px solid #eee;border-radius:24px;padding:8px 18px;box-shadow:0 12px 30px rgba(0,0,0,.08);height:74px}
.logo-box img{height:54px;width:auto;object-fit:contain;border-radius:16px}
.nav{display:flex;align-items:center;gap:28px;font-weight:700}
.nav a{white-space:nowrap}
.nav a:hover{color:var(--gold)}
.actions{display:flex;align-items:center;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:#fff;border-radius:14px;padding:13px 22px;font-weight:800;border:1px solid var(--gold)}
.btn.dark{background:#111;border-color:#111}
.btn.outline{background:#fff;color:#111;border-color:var(--gold)}
.phone{font-weight:800;white-space:nowrap}
.mobile-menu{display:none}

.hero{background:linear-gradient(120deg,#fff 0%,#fff9ee 52%,#f2eadc 100%);padding:72px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.eyebrow{color:var(--gold);font-weight:800;letter-spacing:.4px;margin-bottom:12px;display:block}
h1{font-size:56px;line-height:1.08;margin:0 0 20px}
.hero p{font-size:20px;color:#4d4d4d;max-width:680px;margin-bottom:30px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.hero-badges{display:flex;gap:18px;flex-wrap:wrap;color:#333;font-weight:700;font-size:14px}
.hero-visual{border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.14);background:#fff;min-height:420px;display:flex;align-items:center;justify-content:center;padding:28px}
.mock-product{width:100%;height:360px;border-radius:22px;background:linear-gradient(90deg,#1d1d1d 0 18px,transparent 18px calc(100% - 18px),#1d1d1d calc(100% - 18px)),repeating-linear-gradient(90deg,#d2ae62 0 7px,#fff6e3 7px 18px);border:16px solid #252525;box-shadow:inset 0 0 0 6px #111;position:relative}
.mock-product:after{content:"ELSERA";position:absolute;right:28px;bottom:22px;font-size:42px;letter-spacing:10px;color:rgba(0,0,0,.25);font-weight:800}

.section{padding:76px 0}
.section.soft{background:#faf8f3}
.section-head{max-width:850px;margin-bottom:34px}
.section-head h2{font-size:40px;line-height:1.16;margin-top:8px}
.section-head p{color:#666;font-size:18px;margin-top:12px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 14px 40px rgba(0,0,0,.04)}
.card h3{font-size:24px;margin-bottom:10px}
.card p{color:#666}
.product-card{background:#fff;border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:0 14px 40px rgba(0,0,0,.05)}
.product-img{height:230px;background:linear-gradient(135deg,#fff5e2,#ece5d8);display:flex;align-items:center;justify-content:center;padding:22px}
.product-mini{width:88%;height:155px;border:12px solid #242424;border-radius:8px;background:repeating-linear-gradient(90deg,#d2ae62 0 6px,#fff 6px 16px)}
.product-content{padding:26px}
.product-content h3{font-size:26px;margin-bottom:10px}
.product-content p{color:#666;margin-bottom:18px}

.banner{background:#080808;color:#fff;border-radius:30px;padding:44px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border:1px solid rgba(197,154,53,.4)}
.banner h2{font-size:34px}
.banner p{color:#ddd;margin-top:6px}

.footer{background:#050505;color:#fff;padding-top:70px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px;padding-bottom:48px}
.footer-logo{background:linear-gradient(145deg,#111,#1a1a1a);border:1px solid rgba(197,154,53,.45);border-radius:24px;padding:18px;display:inline-flex;margin-bottom:22px;max-width:310px}
.footer-logo img{height:auto;width:260px;border-radius:16px;object-fit:contain}
.footer p{color:#d8d8d8}
.footer-title{color:var(--gold);font-size:24px;margin-bottom:18px;font-weight:800}
.footer-links{display:flex;flex-direction:column;gap:12px;color:#eee}
.footer-links a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:22px 0;color:#ccc}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:70;width:62px;height:62px;border-radius:50%;background:#25d366;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 35px rgba(0,0,0,.25)}
.page-hero{background:linear-gradient(120deg,#fff,#fff7e8);padding:68px 0;border-bottom:1px solid #eee}
.page-hero h1{font-size:48px}
.content{font-size:18px;color:#555}
.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.form-box input,.form-box textarea{width:100%;padding:15px 16px;margin-bottom:12px;border:1px solid #ddd;border-radius:12px;font-size:16px}
.form-box textarea{min-height:120px}
@media(max-width:1020px){
  .nav,.phone{display:none}
  .mobile-menu{display:block;font-weight:800}
  .hero-grid,.grid-3,.grid-4,.footer-grid,.contact-box,.banner{grid-template-columns:1fr}
  h1{font-size:40px}
  .hero{padding:48px 0}
  .section{padding:54px 0}
  .logo-box{height:64px}.logo-box img{height:46px}
}


/* Ürün detay ve galeri alanları */
.product-link-card{display:block;transition:.25s}
.product-link-card:hover{transform:translateY(-4px)}
.product-photo{height:250px;background:#f7f3ea;border-radius:22px;overflow:hidden;margin-bottom:20px;border:1px solid #eadfce}
.product-photo img{width:100%;height:100%;object-fit:cover}
.product-detail-hero{background:linear-gradient(120deg,#fff,#fff7e8);padding:66px 0;border-bottom:1px solid #eee}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.product-detail-hero h1{font-size:52px;line-height:1.1;margin:10px 0 18px}
.product-detail-hero p{font-size:19px;color:#555}
.product-detail-image{border-radius:30px;overflow:hidden;border:1px solid #eadfce;box-shadow:0 20px 60px rgba(0,0,0,.08);background:#fff}
.product-detail-image img{width:100%;height:auto;aspect-ratio:1200/800;object-fit:cover}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gallery-item{border-radius:24px;overflow:hidden;border:1px solid #eadfce;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.04)}
.gallery-item img{width:100%;height:260px;object-fit:cover}
.spec-table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;border:1px solid #eadfce}
.spec-table td{padding:18px 20px;border-bottom:1px solid #eee}
.spec-table tr:last-child td{border-bottom:0}
.spec-table td:first-child{font-weight:800;color:#111;width:35%}
.image-note{background:#fff8e8;border:1px dashed #c59a35;padding:18px 20px;border-radius:18px;color:#5d4a1f;margin-top:20px}
@media(max-width:900px){
.product-detail-grid,.gallery-grid{grid-template-columns:1fr}
.product-detail-hero h1{font-size:38px}
.gallery-item img{height:auto}
}

/* Ana sayfa uploads görsel düzeltmeleri */
.hero-visual{padding:0;background:transparent;min-height:0;border-radius:30px;overflow:hidden}
.hero-visual img{width:100%;height:auto;aspect-ratio:900/650;object-fit:cover;display:block;border:0}
.product-img{height:190px;background:#fff;padding:0;border:0;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover;display:block;border:0}
.product-card{border:1px solid #eadfce;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.whatsapp img{width:34px;height:34px;display:block}
@media(max-width:900px){
  .hero-visual img{aspect-ratio:4/3;object-fit:cover}
  .product-img{height:170px}
  .grid-3{gap:18px}
}


/* Premium Header + Footer Revizyonu */
.premium-header{
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(197,154,53,.16);
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}
.premium-header-inner{
  gap:22px;
}
.premium-logo{
  height:66px;
  min-width:190px;
  padding:7px 16px;
  border-radius:22px;
  border:1px solid rgba(197,154,53,.20);
  box-shadow:0 12px 26px rgba(0,0,0,.07);
}
.premium-logo img{
  height:48px;
  width:auto;
}
.premium-nav{
  gap:0;
  background:#fff;
  border:1px solid #eee3cf;
  border-radius:999px;
  padding:6px;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
}
.premium-nav a{
  padding:10px 13px;
  border-radius:999px;
  color:#111;
  font-size:14px;
  transition:.22s ease;
}
.premium-nav a:hover{
  background:#111;
  color:#fff;
}
.premium-actions{
  gap:10px;
}
.header-quote{
  padding:12px 18px;
  border-radius:999px;
  box-shadow:0 10px 22px rgba(197,154,53,.25);
}
.header-phone{
  font-weight:900;
  white-space:nowrap;
  color:#111;
  border:1px solid #eee3cf;
  border-radius:999px;
  padding:11px 14px;
  background:#fffaf0;
}

.premium-footer{
  background:
    radial-gradient(circle at 15% 0%,rgba(197,154,53,.18),transparent 28%),
    linear-gradient(135deg,#040404 0%,#0d0d0d 55%,#050505 100%);
  color:#eef2f6;
  padding:72px 0 24px;
}
.footer-top{
  display:grid;
  grid-template-columns:1.35fr .8fr .95fr .95fr;
  gap:54px;
  align-items:flex-start;
}
.premium-footer-logo{
  background:linear-gradient(135deg,#ffffff,#f6f1e7);
  border:1px solid rgba(197,154,53,.42);
  border-radius:28px;
  padding:24px;
  width:100%;
  max-width:360px;
  box-shadow:0 22px 54px rgba(0,0,0,.35);
  margin-bottom:22px;
}
.premium-footer-logo img{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:18px;
}
.footer-brand p{
  max-width:430px;
  color:#d9e0e8;
  font-size:16px;
  line-height:1.85;
}
.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.footer-badges span{
  border:1px solid rgba(197,154,53,.48);
  color:#e4bd63;
  background:rgba(197,154,53,.08);
  border-radius:999px;
  padding:8px 13px;
  font-size:13px;
  font-weight:800;
}
.footer-col h3{
  color:var(--gold);
  font-size:26px;
  line-height:1.1;
  margin:0 0 23px;
}
.footer-col a,
.footer-col span{
  display:block;
  color:#eef2f6;
  font-size:16px;
  margin-bottom:15px;
  transition:.22s ease;
}
.footer-col a:hover{
  color:var(--gold);
  transform:translateX(4px);
}
.footer-cta{
  display:inline-flex!important;
  width:max-content;
  margin-top:10px;
  background:var(--gold);
  color:#111!important;
  font-weight:900;
  padding:12px 18px;
  border-radius:13px;
}
.footer-cta:hover{
  background:#e2b64d;
  transform:none!important;
}
.premium-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:48px;
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  color:#cbd5df;
  font-size:14px;
}

@media(max-width:1160px){
  .premium-nav a{font-size:13px;padding:9px 10px}
  .header-phone{display:none}
}
@media(max-width:1020px){
  .premium-nav,.premium-actions{display:none}
  .footer-top{grid-template-columns:1fr;gap:32px}
  .premium-footer{padding:46px 0 22px}
  .premium-footer-logo{max-width:300px}
}


/* ELSERA ORTAK PREMIUM HEADER + MOBIL MENU + FOOTER FIX */
.premium-header{
  position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(197,154,53,.16);box-shadow:0 10px 30px rgba(0,0,0,.045);backdrop-filter:blur(12px);
}
.premium-header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 0!important;}
.premium-logo{height:auto!important;min-width:220px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;display:flex!important;align-items:center!important;}
.premium-logo img{height:64px!important;width:auto!important;max-width:240px!important;object-fit:contain!important;border-radius:0!important;display:block!important;}
.premium-nav{display:flex;align-items:center;gap:0!important;background:#fff;border:1px solid #eee3cf;border-radius:999px;padding:6px!important;box-shadow:0 10px 28px rgba(0,0,0,.04);}
.premium-nav a{white-space:nowrap;padding:10px 12px;border-radius:999px;color:#111!important;font-size:14px;font-weight:800;transition:.22s ease;}
.premium-nav a:hover{background:#111;color:#fff!important;}
.premium-actions{display:flex!important;align-items:center;gap:10px!important;}
.header-quote{padding:12px 18px!important;border-radius:999px!important;box-shadow:0 10px 22px rgba(197,154,53,.25);}
.header-phone{font-weight:900;white-space:nowrap;color:#111!important;border:1px solid #eee3cf;border-radius:999px;padding:11px 14px;background:#fffaf0;}
.mobile-menu{display:none;appearance:none;border:1px solid #eadfce;background:#fff;border-radius:14px;color:#111;font-size:26px;line-height:1;width:48px;height:46px;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.premium-footer{background:radial-gradient(circle at 15% 0%,rgba(197,154,53,.18),transparent 28%),linear-gradient(135deg,#040404 0%,#0d0d0d 55%,#050505 100%)!important;color:#eef2f6!important;padding:72px 0 24px!important;}
.footer-top{display:grid;grid-template-columns:1.35fr .8fr .95fr .95fr;gap:54px;align-items:flex-start;}
.premium-footer-logo{background:linear-gradient(135deg,#ffffff,#f6f1e7)!important;border:1px solid rgba(197,154,53,.42)!important;border-radius:28px!important;padding:24px!important;width:100%;max-width:360px;box-shadow:0 22px 54px rgba(0,0,0,.35);margin-bottom:22px;display:block!important;}
.premium-footer-logo img{width:100%!important;height:auto!important;object-fit:contain!important;border-radius:18px!important;}
.footer-brand p{max-width:430px;color:#d9e0e8!important;font-size:16px;line-height:1.85;}
.footer-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.footer-badges span{border:1px solid rgba(197,154,53,.48);color:#e4bd63;background:rgba(197,154,53,.08);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;}
.footer-col h3{color:var(--gold,#c59a35)!important;font-size:26px;line-height:1.1;margin:0 0 23px;}
.footer-col a,.footer-col span{display:block;color:#eef2f6!important;font-size:16px;margin-bottom:15px;transition:.22s ease;}
.footer-col a:hover{color:var(--gold,#c59a35)!important;transform:translateX(4px);}
.footer-cta{display:inline-flex!important;width:max-content;margin-top:10px;background:var(--gold,#c59a35);color:#111!important;font-weight:900;padding:12px 18px;border-radius:13px;}
.footer-cta:hover{background:#e2b64d;transform:none!important;}
.premium-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#cbd5df!important;font-size:14px;}
@media(max-width:1200px){.premium-nav a{font-size:13px;padding:9px 9px}.header-phone{display:none!important}.premium-logo{min-width:190px!important}.premium-logo img{height:58px!important;max-width:210px!important;}}
@media(max-width:1020px){
  .premium-header-inner{padding:9px 0!important;}
  .premium-logo{min-width:0!important;}
  .premium-logo img{height:56px!important;max-width:205px!important;}
  .mobile-menu{display:flex!important;}
  .premium-nav{display:none!important;position:absolute;left:0;right:0;top:calc(100% + 10px);flex-direction:column;align-items:stretch;gap:6px!important;background:#fff;border:1px solid #eadfce;border-radius:22px;padding:14px!important;box-shadow:0 20px 48px rgba(0,0,0,.18);z-index:1001;}
  .premium-header.is-open .premium-nav{display:flex!important;}
  .premium-nav a{display:block;width:100%;padding:13px 15px!important;border-radius:14px;text-align:left;font-size:15px;}
  .premium-actions{display:none!important;}
  .footer-top{grid-template-columns:1fr;gap:32px;}
  .premium-footer{padding:46px 0 22px!important;}
  .premium-footer-logo{max-width:310px;padding:20px!important;}
}
@media(max-width:520px){.premium-logo img{height:50px!important;max-width:180px!important}.mobile-menu{width:44px;height:42px;font-size:24px}.premium-nav{top:calc(100% + 8px)}}


/* FINAL FIX: Logo gerçek boyut + mobil açılır menü */
.header.premium-header{position:sticky!important;top:0!important;z-index:9999!important;background:rgba(255,255,255,.985)!important;border-bottom:1px solid rgba(197,154,53,.18)!important;box-shadow:0 10px 30px rgba(0,0,0,.045)!important;backdrop-filter:blur(12px)!important;}
.header.premium-header .premium-header-inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:10px 0!important;}
.header.premium-header .logo-box.premium-logo{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;height:auto!important;min-width:220px!important;width:auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;}
.header.premium-header .logo-box.premium-logo img{height:72px!important;width:auto!important;max-width:270px!important;object-fit:contain!important;border-radius:0!important;display:block!important;}
.header.premium-header .premium-nav{display:flex!important;align-items:center!important;gap:0!important;background:#fff!important;border:1px solid #eee3cf!important;border-radius:999px!important;padding:6px!important;box-shadow:0 10px 28px rgba(0,0,0,.04)!important;}
.header.premium-header .premium-nav a{white-space:nowrap!important;padding:10px 12px!important;border-radius:999px!important;color:#111!important;font-size:14px!important;font-weight:800!important;transition:.22s ease!important;}
.header.premium-header .premium-nav a:hover{background:#111!important;color:#fff!important;}
.header.premium-header .premium-actions{display:flex!important;align-items:center!important;gap:10px!important;}
.header.premium-header .header-quote{padding:12px 18px!important;border-radius:999px!important;box-shadow:0 10px 22px rgba(197,154,53,.25)!important;}
.header.premium-header .header-phone{font-weight:900!important;white-space:nowrap!important;color:#111!important;border:1px solid #eee3cf!important;border-radius:999px!important;padding:11px 14px!important;background:#fffaf0!important;text-decoration:none!important;}
.header.premium-header .mobile-menu{display:none!important;appearance:none!important;border:1px solid #eadfce!important;background:#fff!important;border-radius:14px!important;color:#111!important;font-size:26px!important;line-height:1!important;width:48px!important;height:46px!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 8px 22px rgba(0,0,0,.08)!important;}
.premium-footer{background:radial-gradient(circle at 15% 0%,rgba(197,154,53,.18),transparent 28%),linear-gradient(135deg,#040404 0%,#0d0d0d 55%,#050505 100%)!important;color:#eef2f6!important;padding:72px 0 24px!important;}
.premium-footer .footer-top{display:grid!important;grid-template-columns:1.35fr .8fr .95fr .95fr!important;gap:54px!important;align-items:flex-start!important;}
.premium-footer .premium-footer-logo{background:linear-gradient(135deg,#ffffff,#f6f1e7)!important;border:1px solid rgba(197,154,53,.42)!important;border-radius:28px!important;padding:24px!important;width:100%!important;max-width:360px!important;box-shadow:0 22px 54px rgba(0,0,0,.35)!important;margin-bottom:22px!important;display:block!important;}
.premium-footer .premium-footer-logo img{width:100%!important;height:auto!important;object-fit:contain!important;border-radius:18px!important;}
.premium-footer .footer-brand p{max-width:430px!important;color:#d9e0e8!important;font-size:16px!important;line-height:1.85!important;}
.premium-footer .footer-badges{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:22px!important;}
.premium-footer .footer-badges span{border:1px solid rgba(197,154,53,.48)!important;color:#e4bd63!important;background:rgba(197,154,53,.08)!important;border-radius:999px!important;padding:8px 13px!important;font-size:13px!important;font-weight:800!important;}
.premium-footer .footer-col h3{color:var(--gold,#c59a35)!important;font-size:26px!important;line-height:1.1!important;margin:0 0 23px!important;}
.premium-footer .footer-col a,.premium-footer .footer-col span{display:block!important;color:#eef2f6!important;font-size:16px!important;margin-bottom:15px!important;transition:.22s ease!important;}
.premium-footer .footer-col a:hover{color:var(--gold,#c59a35)!important;transform:translateX(4px)!important;}
.premium-footer .footer-cta{display:inline-flex!important;width:max-content!important;margin-top:10px!important;background:var(--gold,#c59a35)!important;color:#111!important;font-weight:900!important;padding:12px 18px!important;border-radius:13px!important;}
.premium-footer .premium-footer-bottom{border-top:1px solid rgba(255,255,255,.12)!important;margin-top:48px!important;padding-top:22px!important;display:flex!important;justify-content:space-between!important;gap:20px!important;flex-wrap:wrap!important;color:#cbd5df!important;font-size:14px!important;}
@media(max-width:1200px){.header.premium-header .premium-nav a{font-size:13px!important;padding:9px 9px!important}.header.premium-header .header-phone{display:none!important}.header.premium-header .logo-box.premium-logo{min-width:190px!important}.header.premium-header .logo-box.premium-logo img{height:66px!important;max-width:240px!important;}}
@media(max-width:1020px){
  .header.premium-header .premium-header-inner{padding:9px 0!important;}
  .header.premium-header .logo-box.premium-logo{min-width:0!important;}
  .header.premium-header .logo-box.premium-logo img{height:62px!important;max-width:225px!important;}
  .header.premium-header .mobile-menu{display:flex!important;}
  .header.premium-header .premium-nav{display:none!important;position:absolute!important;left:0!important;right:0!important;top:calc(100% + 10px)!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;background:#fff!important;border:1px solid #eadfce!important;border-radius:22px!important;padding:14px!important;box-shadow:0 20px 48px rgba(0,0,0,.18)!important;z-index:10000!important;}
  .header.premium-header.is-open .premium-nav{display:flex!important;}
  .header.premium-header .premium-nav a{display:block!important;width:100%!important;padding:13px 15px!important;border-radius:14px!important;text-align:left!important;font-size:15px!important;color:#111!important;}
  .header.premium-header .premium-nav a:hover{background:#111!important;color:#fff!important;}
  .header.premium-header .premium-actions{display:none!important;}
  .premium-footer .footer-top{grid-template-columns:1fr!important;gap:32px!important;}
  .premium-footer{padding:46px 0 22px!important;}
  .premium-footer .premium-footer-logo{max-width:310px!important;padding:20px!important;}
}
@media(max-width:520px){.header.premium-header .logo-box.premium-logo img{height:56px!important;max-width:200px!important}.header.premium-header .mobile-menu{width:44px!important;height:42px!important;font-size:24px!important}.header.premium-header .premium-nav{top:calc(100% + 8px)!important}}


/* Ana Sayfa Blog & Rehber Alanı */
.blog-home{
  padding:84px 0;
  background:linear-gradient(135deg,#fff 0%,#fffaf0 100%);
  border-top:1px solid #f0e5d4;
}
.blog-home-head{
  text-align:center;
  max-width:850px;
  margin:0 auto 42px;
}
.blog-home-head .eyebrow{
  display:inline-block;
  color:var(--gold,#c59a35);
  font-weight:900;
  letter-spacing:2px;
  font-size:13px;
  margin-bottom:12px;
}
.blog-home-head h2{
  font-size:42px;
  line-height:1.1;
  margin:0 0 14px;
  color:#111;
}
.blog-home-head p{
  color:#666;
  font-size:18px;
  margin:0;
}
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.blog-card{
  display:block;
  background:#fff;
  border:1px solid #eadfce;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(0,0,0,.055);
  transition:.25s ease;
}
.blog-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 52px rgba(0,0,0,.10);
}
.blog-card img{
  width:100%;
  height:235px;
  object-fit:cover;
  display:block;
}
.blog-card-body{
  padding:24px;
}
.blog-card-body span{
  display:inline-block;
  color:#c59a35;
  font-weight:900;
  font-size:13px;
  margin-bottom:8px;
}
.blog-card-body h3{
  font-size:24px;
  line-height:1.18;
  margin:0 0 10px;
  color:#111;
}
.blog-card-body p{
  color:#666;
  font-size:15px;
  margin:0;
}
.blog-home-btn{
  text-align:center;
  margin-top:40px;
}
@media(max-width:900px){
  .blog-home{padding:56px 0}
  .blog-grid{grid-template-columns:1fr}
  .blog-home-head h2{font-size:34px}
  .blog-card img{height:210px}
}

/* Footer blog kolonu için 5 kolon düzeni */
@media(min-width:1021px){
  .premium-footer .footer-top,
  .footer-top{
    grid-template-columns:1.25fr .75fr .9fr .9fr .9fr!important;
    gap:38px!important;
  }
}


/* ELSERA LIGHT CORPORATE FOOTER - FINAL */
.elsera-modern-footer{
  background:linear-gradient(135deg,#eef7fa 0%,#f8fbfd 42%,#eaf3f7 100%)!important;
  color:#263948!important;
  padding:64px 0!important;
  border-top:1px solid rgba(70,115,135,.10)!important;
}
.elsera-modern-footer .container{
  width:min(1280px,94%)!important;
  margin:auto!important;
}
.footer-panel{
  position:relative!important;
  display:grid!important;
  grid-template-columns:118px minmax(0,1fr)!important;
  gap:26px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(92,138,160,.18)!important;
  border-radius:30px!important;
  box-shadow:0 28px 75px rgba(37,65,78,.10)!important;
  padding:28px!important;
  overflow:hidden!important;
}
.footer-side-logo{
  border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff,#f3fbfd)!important;
  border:1px solid rgba(92,138,160,.14)!important;
  min-height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 18px 40px rgba(37,65,78,.08)!important;
}
.footer-side-logo img{
  width:84px!important;
  height:auto!important;
  transform:rotate(-90deg)!important;
  object-fit:contain!important;
}
.footer-main{
  min-width:0!important;
}
.footer-intro-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;
  gap:28px!important;
  align-items:start!important;
}
.footer-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  background:#fff!important;
  border:1px solid rgba(92,138,160,.16)!important;
  border-radius:999px!important;
  color:#2f4a5a!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.45px!important;
  padding:8px 13px!important;
  box-shadow:0 10px 26px rgba(37,65,78,.06)!important;
}
.footer-pill:before{
  content:""!important;
  width:9px!important;
  height:9px!important;
  border-radius:50%!important;
  background:#c59a35!important;
  box-shadow:0 0 0 4px rgba(197,154,53,.13)!important;
}
.footer-intro h2{
  font-size:24px!important;
  line-height:1.25!important;
  color:#263948!important;
  margin:22px 0 10px!important;
  max-width:720px!important;
}
.footer-intro p{
  color:#5a7180!important;
  font-size:15.5px!important;
  line-height:1.75!important;
  max-width:760px!important;
  margin:0!important;
}
.footer-mini-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:20px!important;
}
.footer-mini-tags span{
  background:#fff!important;
  border:1px solid rgba(92,138,160,.15)!important;
  color:#2f4a5a!important;
  border-radius:999px!important;
  padding:9px 14px!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:0 8px 22px rgba(37,65,78,.05)!important;
}
.footer-contact-cards{
  display:grid!important;
  gap:14px!important;
}
.footer-contact-card{
  display:block!important;
  background:#fff!important;
  border:1px solid rgba(92,138,160,.13)!important;
  border-radius:18px!important;
  padding:16px 18px!important;
  color:#263948!important;
  box-shadow:0 14px 30px rgba(37,65,78,.07)!important;
  transition:.22s ease!important;
}
.footer-contact-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 38px rgba(37,65,78,.11)!important;
}
.footer-contact-card b{
  display:block!important;
  color:#263948!important;
  font-size:14px!important;
  margin-bottom:3px!important;
}
.footer-contact-card span{
  display:block!important;
  color:#5a7180!important;
  font-size:14px!important;
}
.footer-map-cta{
  margin-top:22px!important;
  background:linear-gradient(135deg,#273f4d,#3f6578)!important;
  color:#fff!important;
  border-radius:22px!important;
  padding:24px!important;
  display:flex!important;
  justify-content:space-between!important;
  gap:20px!important;
  align-items:center!important;
  box-shadow:0 18px 45px rgba(37,65,78,.15)!important;
}
.footer-map-cta span{
  display:inline-flex!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  padding:7px 13px!important;
  font-size:12px!important;
  font-weight:900!important;
  margin-bottom:12px!important;
}
.footer-map-cta h3{
  color:#fff!important;
  font-size:23px!important;
  line-height:1.25!important;
  margin:0 0 8px!important;
}
.footer-map-cta p{
  color:#e9f2f6!important;
  font-size:14.5px!important;
  line-height:1.65!important;
  margin:0!important;
}
.footer-map-cta a{
  flex:0 0 auto!important;
  background:#fff!important;
  color:#263948!important;
  border-radius:999px!important;
  padding:13px 20px!important;
  font-weight:900!important;
  box-shadow:0 10px 28px rgba(0,0,0,.12)!important;
}
.footer-links-row{
  border-top:1px solid rgba(92,138,160,.14)!important;
  margin-top:24px!important;
  padding-top:16px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.footer-links-row a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  border:1px solid rgba(92,138,160,.14)!important;
  color:#2f4a5a!important;
  border-radius:999px!important;
  padding:9px 13px!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:0 8px 18px rgba(37,65,78,.04)!important;
  transition:.22s ease!important;
}
.footer-links-row a:hover{
  background:#263948!important;
  color:#fff!important;
}
.modern-footer-bottom{
  border-top:1px solid rgba(92,138,160,.14)!important;
  margin-top:18px!important;
  padding-top:18px!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:16px!important;
  flex-wrap:wrap!important;
  color:#627989!important;
  font-size:13.5px!important;
}
.footer-socials{
  display:flex!important;
  gap:10px!important;
}
.footer-socials a{
  width:38px!important;
  height:38px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid rgba(92,138,160,.14)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#2f4a5a!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:0 8px 20px rgba(37,65,78,.06)!important;
}

/* eski siyah/footer kolon stilleri çakışmasın */
.elsera-modern-footer .footer-pro-grid,
.elsera-modern-footer .footer-top,
.elsera-modern-footer .footer-grid,
.elsera-modern-footer .footer-col,
.elsera-modern-footer .footer-brand,
.elsera-modern-footer .premium-footer-logo,
.elsera-modern-footer .footer-logo{
  all:unset;
}
.elsera-modern-footer .footer-brand,
.elsera-modern-footer .footer-main,
.elsera-modern-footer .footer-intro,
.elsera-modern-footer .footer-contact-cards,
.elsera-modern-footer .footer-panel,
.elsera-modern-footer .footer-intro-grid,
.elsera-modern-footer .footer-links-row,
.elsera-modern-footer .footer-map-cta,
.elsera-modern-footer .footer-bottom{
  box-sizing:border-box!important;
}

@media(max-width:980px){
  .footer-panel{
    grid-template-columns:1fr!important;
    padding:22px!important;
  }
  .footer-side-logo{
    min-height:auto!important;
    padding:20px!important;
  }
  .footer-side-logo img{
    width:170px!important;
    transform:none!important;
  }
  .footer-intro-grid{
    grid-template-columns:1fr!important;
  }
  .footer-map-cta{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}
@media(max-width:620px){
  .elsera-modern-footer{
    padding:38px 0!important;
  }
  .footer-panel{
    border-radius:24px!important;
    padding:18px!important;
  }
  .footer-intro h2{
    font-size:21px!important;
  }
  .footer-map-cta h3{
    font-size:20px!important;
  }
  .footer-links-row a{
    width:100%!important;
    justify-content:flex-start!important;
  }
  .modern-footer-bottom{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}
