:root{
  --lc-bg:#05080d;
  --lc-bg-soft:#0c121a;
  --lc-panel:#0c1219;
  --lc-line:#697582;
  --lc-silver:#e6e9ed;
  --lc-muted:#99a3ae;
  --lc-green:#0b9f38;
  --lc-blue:#176ebc;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.livoto-premium-theme{
  margin:0;
  color:#f5f7f9;
  background:
    radial-gradient(circle at 50% -10%,#26313d 0,#101720 32%,#05080d 72%) fixed;
  font-family:"Segoe UI",Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.livoto-premium-theme a{text-decoration:none}

/* HEADER */
.lc-header{
  position:relative;
  z-index:1000;
  background:linear-gradient(180deg,#0d1219 0,#070b11 100%);
  border-bottom:1px solid rgba(219,226,234,.48);
  box-shadow:0 10px 34px rgba(0,0,0,.42);
}
.lc-header-inner{
  width:min(1435px,94%);
  min-height:112px;
  margin:0 auto;
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  align-items:center;
  gap:54px;
}
.lc-logo{display:flex;align-items:center;justify-content:flex-start;min-width:0}
.lc-logo img{
  display:block;
  width:330px;
  max-width:100%;
  height:92px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.55));
}
.lc-nav{min-width:0;justify-self:stretch}
.lc-nav>ul{
  margin:0;
  padding:0 18px;
  min-height:70px;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  border:1px solid #7d8792;
  border-radius:11px;
  background:linear-gradient(180deg,#171e27 0,#090e14 100%);
  box-shadow:inset 0 1px rgba(255,255,255,.09),0 14px 28px rgba(0,0,0,.32);
}
.lc-nav li{position:relative}
.lc-nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:22px 19px;
  color:#fff;
  font-size:15px;
  font-weight:500;
  line-height:1;
  letter-spacing:.15px;
  white-space:nowrap;
  transition:color .18s ease,background .18s ease;
}
.lc-nav>ul>li:not(.lc-home-item)>a:hover{color:#69baf0}
.lc-home-item a{
  margin-right:10px;
  padding:13px 19px;
  border:1px solid #36414e;
  border-radius:8px;
  background:linear-gradient(180deg,#27313d,#10161e);
  box-shadow:inset 0 1px rgba(255,255,255,.09);
  font-size:18px;
}
.lc-submenu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  margin:0;
  padding:8px;
  list-style:none;
  background:#0c1219;
  border:1px solid #4f5b68;
  border-radius:10px;
  box-shadow:0 18px 38px rgba(0,0,0,.52);
}
.lc-nav li:hover>.lc-submenu{display:block}
.lc-submenu a{justify-content:flex-start;padding:12px 13px}
.lc-mobile-toggle{display:none;background:#18212b;color:#fff;border:1px solid #64707c;border-radius:8px;padding:10px 14px}

/* HERO: görseldeki tasarımın tek parça, bozulmadan gösterimi */
.lc-main{background:transparent}
.lc-hero-static{
  width:100%;
  overflow:hidden;
  background:#080d13;
  border-bottom:1px solid rgba(255,255,255,.34);
  box-shadow:0 12px 36px rgba(0,0,0,.34);
}
.lc-hero-static img{
  display:block;
  width:100%;
  height:auto;
  min-height:330px;
  object-fit:cover;
  object-position:center;
}

/* PRICE SECTION */
.lc-pricing-section{
  padding:25px 0 74px;
  background:
    radial-gradient(circle at 50% -15%,#26313d 0,#101720 36%,#06090e 78%);
}
.lc-wide-container{width:min(1460px,94%);margin:0 auto}
.lc-section-title{display:flex;align-items:center;justify-content:center;gap:32px;text-align:center;margin:0 auto 26px}
.lc-section-title>span{height:2px;width:145px;background:linear-gradient(90deg,transparent,#d7dce2)}
.lc-section-title>span:last-child{background:linear-gradient(90deg,#d7dce2,transparent)}
.lc-section-title h2{
  margin:0;
  font-size:52px;
  line-height:1;
  font-weight:700;
  letter-spacing:-1px;
  background:linear-gradient(180deg,#fff 0,#a8afb7 100%);
  -webkit-background-clip:text;
  color:transparent;
  text-shadow:0 6px 18px rgba(0,0,0,.48);
}
.lc-section-title p{margin:8px 0 0;color:#8f99a5;font-size:19px;letter-spacing:.4px}
.lc-vehicle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.lc-vehicle-card{
  overflow:hidden;
  border:1px solid #697582;
  border-radius:14px;
  background:linear-gradient(180deg,#141b24 0,#080d13 100%);
  box-shadow:0 20px 40px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.045);
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.lc-vehicle-card:hover{transform:translateY(-4px);border-color:#a1abb5;box-shadow:0 26px 46px rgba(0,0,0,.48)}
.lc-vehicle-image{
  height:210px;
  padding:10px 14px 0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  background:radial-gradient(circle at 50% 88%,#4b5866 0,#1c2530 33%,#0c1117 72%);
}
.lc-vehicle-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 17px 15px rgba(0,0,0,.58))}
.lc-vehicle-body{padding:15px}
.lc-vehicle-body h3{margin:0 0 10px;color:#fff;font-size:23px;font-weight:650;line-height:1.15}
.lc-specs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:10px}
.lc-specs span{padding:6px 10px;border:1px solid #394552;border-radius:7px;background:#111821;color:#f1f3f5;font-size:13px}
.lc-specs i{margin-right:7px}
.lc-price-row{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin:8px 0 10px;border:1px solid #394552;border-radius:8px;background:rgba(3,6,10,.25)}
.lc-price-row div{text-align:center;padding:8px 4px;border-right:1px solid #394552}
.lc-price-row div:last-child{border-right:0}
.lc-price-row small{display:block;margin-bottom:3px;color:#d4d8dd;font-size:12px}
.lc-price-row strong{display:block;color:#fff;font-size:18px;white-space:nowrap}
.lc-card-btn{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px;border-radius:9px;font-weight:650;font-size:15px}
.lc-whatsapp{color:#fff!important;background:linear-gradient(180deg,#13ab41,#027a29);border:1px solid #2dde68;box-shadow:inset 0 1px rgba(255,255,255,.27)}
.lc-call{color:#080c11!important;background:linear-gradient(180deg,#fafbfc,#9ba2ab);border:1px solid #fff}

/* FOOTER */
.search_section{background:#0b1118!important}
.footer_section{background:#070b11!important}
.footer_widget_area{background:linear-gradient(180deg,#0d131b,#080d13)!important;color:#d7dce2!important;border-top:1px solid rgba(255,255,255,.08)}
.footer_widget_area h3,.footer_widget_area a{color:#fff!important}
.footer_widget_area p{color:#aeb7c1!important}
.footer_bottom{background:#05080c!important;border-top:1px solid rgba(255,255,255,.08)}

/* FIXED CONTACT */
.lc-floating-actions{position:fixed;right:22px;bottom:24px;z-index:9999;display:flex;flex-direction:column;gap:14px}
.lc-floating-actions a{width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;border:3px solid rgba(255,255,255,.78);box-shadow:0 9px 24px rgba(0,0,0,.58),inset 0 1px rgba(255,255,255,.2)}
.lc-floating-actions .wa{background:linear-gradient(180deg,#13b644,#07852e)}
.lc-floating-actions .phone{background:linear-gradient(180deg,#2583d4,#145a9c)}
.backtotop{display:none!important}
[data-aos]{opacity:1!important;transform:none!important;transition:none!important}
.lc-inner-page{padding-top:20px}

@media(max-width:1250px){
  .lc-header-inner{grid-template-columns:290px minmax(0,1fr);gap:25px}
  .lc-logo img{width:275px;height:82px}
  .lc-nav a{padding:21px 13px;font-size:14px}
}
@media(max-width:1040px){
  .lc-header-inner{display:flex;min-height:92px;justify-content:space-between;gap:20px}
  .lc-logo{width:275px}
  .lc-logo img{height:78px}
  .lc-mobile-toggle{display:block}
  .lc-nav{display:none;position:absolute;top:100%;left:3%;right:3%}
  .lc-nav.open{display:block}
  .lc-nav>ul{flex-direction:column;align-items:stretch;padding:9px;min-height:0}
  .lc-nav a{justify-content:flex-start;padding:14px}
  .lc-home-item a{margin-right:0}
  .lc-submenu{position:static;box-shadow:none}
  .lc-vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .lc-header-inner{width:92%;min-height:82px}
  .lc-logo{width:225px}
  .lc-logo img{height:68px}
  .lc-hero-static img{min-height:300px;object-position:center}
  .lc-section-title{gap:15px}
  .lc-section-title>span{width:44px}
  .lc-section-title h2{font-size:39px}
  .lc-section-title p{font-size:16px}
  .lc-vehicle-grid{grid-template-columns:1fr;gap:20px}
  .lc-vehicle-image{height:230px}
  .lc-floating-actions{right:14px;bottom:16px}
  .lc-floating-actions a{width:56px;height:56px;font-size:25px}
}
@media(max-width:520px){
  .lc-hero-static img{min-height:250px;object-fit:cover;object-position:center}
  .lc-price-row strong{font-size:16px}
}

/* V5 MOBILE UYUM DÜZELTMELERİ */
@media (max-width: 767px){
  html,body{overflow-x:hidden}

  .lc-header-inner{
    width:94%;
    min-height:88px;
    padding:5px 0;
  }

  .lc-logo{
    width:260px;
    height:78px;
    overflow:visible;
    flex:0 0 260px;
  }

  .lc-logo img{
    width:260px;
    max-width:none;
    height:78px;
    object-fit:contain;
    object-position:left center;
    transform:scale(1.22);
    transform-origin:left center;
  }

  .lc-mobile-toggle{
    position:relative;
    z-index:2;
    flex:0 0 auto;
    width:58px;
    height:58px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:27px;
    border-radius:13px;
  }

  /* Hero görselinin tamamını göster; mobilde sağ/sol kırpma yapma */
  .lc-hero-static{
    width:100%;
    overflow:hidden;
    background:#080d13;
  }

  .lc-hero-static img{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    max-height:none;
    object-fit:contain;
    object-position:center center;
  }
}

@media (max-width: 480px){
  .lc-header-inner{min-height:82px}
  .lc-logo{width:225px;height:70px;flex-basis:225px}
  .lc-logo img{
    width:225px;
    height:70px;
    transform:scale(1.25);
  }
  .lc-mobile-toggle{width:54px;height:54px;font-size:25px}
  .lc-pricing-section{padding-top:22px}
}

@media (max-width: 390px){
  .lc-logo{width:205px;flex-basis:205px}
  .lc-logo img{width:205px;transform:scale(1.24)}
  .lc-mobile-toggle{width:50px;height:50px}
}

/* AFİŞ GÜNCELLEMESİ — yalnızca üst görsel ve başlık */
.lc-poster-hero{
  padding:28px 18px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  background:
    radial-gradient(circle at 50% 0%,#202b38 0,#0b1119 42%,#05080d 100%);
}
.lc-poster-hero img{
  display:block;
  width:min(100%,1054px);
  height:auto;
  min-height:0;
  object-fit:contain;
  object-position:center top;
  border-radius:12px;
  box-shadow:0 24px 60px rgba(0,0,0,.55);
}

@media(max-width:767px){
  .lc-poster-hero{
    padding:0;
    background:#05080d;
  }
  .lc-poster-hero img{
    width:100%;
    max-width:none;
    height:auto;
    min-height:0;
    object-fit:contain;
    object-position:center top;
    border-radius:0;
    box-shadow:none;
  }
  .lc-section-title h2{
    font-size:36px;
    letter-spacing:-.5px;
  }
}

@media(max-width:420px){
  .lc-section-title h2{font-size:32px}
}

/* V6 — MASAÜSTÜ ESKİ BANNER BOYUTU, MOBİL TAM AFİŞ */
@media (min-width: 768px){
  .lc-poster-hero{
    width:100%;
    height:620px;
    padding:0;
    overflow:hidden;
    background:#05080d;
  }

  .lc-poster-hero img{
    width:100%;
    max-width:none;
    height:100%;
    min-height:0;
    border-radius:0;
    box-shadow:none;
    object-fit:cover;
    object-position:center 46%;
  }
}

@media (max-width: 767px){
  .lc-poster-hero{
    width:100%;
    height:auto;
    min-height:0;
    padding:0;
    overflow:visible;
    background:#05080d;
  }

  .lc-poster-hero img{
    display:block;
    width:100%;
    max-width:none;
    height:auto;
    min-height:0;
    border-radius:0;
    box-shadow:none;
    object-fit:contain;
    object-position:center top;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
  .lc-poster-hero{height:520px}
}

/* V7 — WEB AFİŞİ ALANA TAM SIĞDIRMA (KIRPMA YOK) */
@media (min-width: 768px){
  .lc-poster-hero{
    width:100%;
    height:620px;
    padding:14px 24px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:
      radial-gradient(circle at 50% 40%,#1a2531 0,#0b1119 45%,#05080d 100%);
  }

  .lc-poster-hero img{
    display:block;
    width:auto;
    max-width:100%;
    height:100%;
    max-height:100%;
    min-height:0;
    object-fit:contain;
    object-position:center center;
    border-radius:8px;
    box-shadow:0 20px 55px rgba(0,0,0,.5);
  }
/* LivotoCars yatay afiş — yalnızca masaüstü */
@media (min-width: 992px) {
    .livotocars-poster,
    .premium-hero,
    .hero-banner {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #070c13 !important;
    }

    .livotocars-poster img,
    .premium-hero img,
    .hero-banner img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center top !important;
        margin: 0 auto !important;
    }
}
}

@media (min-width: 768px) and (max-width: 1199px){
  .lc-poster-hero{height:520px;padding:10px 18px}
}

/* Mobile hero recovery: keep image and copy in one full-width column. */
@media (max-width: 767px){
  .lc-poster-hero{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }
  .lc-poster-hero > img,
  .lc-poster-hero > .lc-hero-copy{
    display:block;
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }
  .lc-poster-hero > .lc-hero-copy p{
    width:100%;
    max-width:760px;
    overflow-wrap:anywhere;
  }
}

/* =========================================================
   LIVOTOCARS — SAĞ ÜST REZERVASYON HATTI
   Yalnızca CSS ile eklenmiştir; PHP/header yapısına dokunmaz.
   ========================================================= */
@media (min-width:1450px){
  .lc-header-inner{
    padding-right:190px;
  }

  .lc-header::before{
    content:"REZERVASYON HATTI";
    position:absolute;
    right:max(3%, calc((100vw - 1435px) / 2));
    top:39px;
    z-index:1002;
    color:#c9aa69;
    font-size:9px;
    font-weight:600;
    line-height:1;
    letter-spacing:2px;
    text-transform:uppercase;
    white-space:nowrap;
    pointer-events:none;
  }

  .lc-header::after{
    content:"0541 470 63 33";
    position:absolute;
    right:max(3%, calc((100vw - 1435px) / 2));
    top:57px;
    z-index:1002;
    color:#ffffff;
    font-size:14px;
    font-weight:500;
    line-height:1;
    letter-spacing:.2px;
    white-space:nowrap;
    pointer-events:none;
    text-shadow:0 2px 8px rgba(0,0,0,.45);
  }
}

