*{margin:0;padding:0;box-sizing:border-box}
:root{
  --black:#030303;--gold:#caa14f;--gold2:#f4d37a;--white:#fff;--muted:#c9c1b4;
  --line:rgba(255,255,255,.13);--card:rgba(255,255,255,.055)
}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#030303;color:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
header{
  height:82px;position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5%;background:rgba(0,0,0,.82);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08)
}
.logo img{height:112px;width:auto;display:block;object-fit:contain;margin-top:20px}
nav{display:flex;gap:32px;align-items:center}
nav a{font-size:14px;color:#f0e7d8}
.head-actions{display:flex;align-items:center;gap:14px}
.langs{display:flex;gap:8px}
.langs a{
  width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.18);font-size:11px;font-weight:800
}
.langs a.active,.whatsapp,.btn.gold,.view-all{
  background:linear-gradient(135deg,var(--gold2),var(--gold));color:#070707
}
.whatsapp{padding:13px 22px;border-radius:999px;font-weight:850;font-size:14px}
.hero{
  position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;
  padding:120px 5% 48px;background:#000;
}
.hero-visual{
  position:absolute;
  inset:0;
background-image:url('/assets/images/calavip-luxury-hero.png?v=9999');  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  filter:saturate(1.08) contrast(1.06);
}
.hero-shade{
  position:absolute;inset:0;background:
    linear-gradient(90deg,rgba(0,0,0,.22) 0%,rgba(0,0,0,.08) 40%,rgba(0,0,0,.02) 100%),
    linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.18) 74%,rgba(0,0,0,.96) 100%)
}
.hero-content{position:relative;z-index:3;width:100%;max-width:1500px;margin:0 auto}
.hero-copy{max-width:700px;padding-top:62px}
.eyebrow{
  color:var(--gold2);font-weight:900;text-transform:uppercase;letter-spacing:.22em;
  font-size:12px;margin-bottom:18px
}
h1{font-size:clamp(44px,5.8vw,88px);line-height:.97;letter-spacing:-.058em;margin-bottom:24px}
.lead{font-size:18px;line-height:1.65;color:#f0e7db;max-width:680px}
.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:32px}
.btn{
  min-height:54px;padding:0 28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;transition:.2s
}
.btn:hover,.view-all:hover{transform:translateY(-2px)}
.btn.dark{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(10px)}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px;max-width:760px}
.feature{display:flex;align-items:center;gap:11px}
.feature span{
  width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(244,211,122,.65);color:var(--gold2);font-size:18px
}
.feature strong{display:block;font-size:13px}
.feature small{display:block;color:#ddd3c6;font-size:12px;margin-top:3px}
.section,.experience{padding:92px 5%}
.section-head{text-align:center;max-width:850px;margin:0 auto 42px}
.section-head h2,.cta h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.04em;line-height:1.08;margin-bottom:14px}
.section-head p,.cta p{color:var(--muted);font-size:16px;line-height:1.7}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-grid article,.price-card,.video-card{
  background:linear-gradient(180deg,rgba(255,255,255,.078),rgba(255,255,255,.033));
  border:1px solid var(--line);border-radius:26px;box-shadow:0 24px 80px rgba(0,0,0,.42)
}
.service-grid article{padding:32px}
.service-grid h3,.price-card h3,.video-card h3{font-size:23px;margin-bottom:12px}
.service-grid p,.price-card p,.video-card p{color:var(--muted);line-height:1.66}
.experience{
  background:linear-gradient(180deg,#050505,#0a0a0a);border-top:1px solid rgba(255,255,255,.08);
  text-align:center
}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1320px;margin:0 auto}
.video-card{position:relative;text-align:left;padding:8px;overflow:hidden}
.video-card video{width:100%;height:240px;object-fit:cover;border-radius:19px;background:#000;display:block}
.play-dot{
  position:absolute;left:50%;top:38%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;
  border:1px solid rgba(244,211,122,.8);background:rgba(0,0,0,.55);color:white;font-size:24px
}
.video-card div{padding:16px 10px 10px}
.view-all{
  display:inline-flex;margin-top:26px;min-height:48px;padding:0 30px;border-radius:999px;
  align-items:center;justify-content:center;font-weight:900
}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{padding:26px;min-height:210px}
.price-card strong{display:block;color:var(--gold2);font-size:34px;margin-top:22px}
.price-card .badge{
  display:inline-flex;border-radius:999px;background:var(--gold2);color:#050505;padding:6px 12px;
  font-size:12px;font-weight:900;margin-bottom:16px
}
.price-card.featured{border-color:rgba(244,211,122,.5);background:linear-gradient(180deg,rgba(202,161,79,.2),rgba(255,255,255,.04))}
.cta{
  margin:0 5% 80px;padding:78px 7%;border-radius:34px;border:1px solid var(--line);
  background:linear-gradient(120deg,rgba(0,0,0,.95),rgba(0,0,0,.62)),radial-gradient(circle at 84% 36%,rgba(202,161,79,.29),transparent 40%);
  box-shadow:0 30px 90px rgba(0,0,0,.45)
}
.cta p{max-width:760px}
.floating-wa{
  position:fixed;left:26px;bottom:26px;z-index:80;width:58px;height:58px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;background:#48d15f;color:white;font-weight:900;font-size:27px;
  box-shadow:0 14px 38px rgba(0,0,0,.4)
}
footer{text-align:center;padding:44px 5%;border-top:1px solid rgba(255,255,255,.08);color:#897f72}
footer img{width:190px;border-radius:8px;margin-bottom:16px}
body.rtl{direction:rtl}
body.rtl .hero-copy{text-align:right}
body.rtl .video-card{text-align:right}
body.rtl .eyebrow{letter-spacing:.12em}
@media(max-width:1180px){
  nav{display:none}
  .hero-visual{background-position:65% top}
  .video-grid,.price-grid{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  header{height:76px;padding:0 16px}
  .logo img{height:78px;margin-top:12px}
  .whatsapp{display:none}
  .langs a{width:31px;height:31px;font-size:10px}
  .hero{min-height:auto;padding:106px 20px 50px}
  .hero-visual{
    background-size:auto 58%;
    background-position:center top;
    opacity:.55
  }
  .hero-shade{background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.88) 48%,#000 100%)}
  .hero-copy{padding-top:235px}
  h1{font-size:39px}
  .lead{font-size:15.5px}
  .btn{width:100%;min-height:50px}
  .features{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}
  .feature span{width:38px;height:38px}
  .section,.experience{padding:64px 20px}
  .section-head h2,.cta h2{font-size:31px}
  .video-grid,.price-grid{grid-template-columns:1fr}
  .video-card video{height:auto;max-height:360px;object-fit:contain}
  .play-dot{top:34%}
  .price-card{min-height:auto}
  .cta{margin:0 20px 58px;padding:50px 22px;border-radius:26px}
  .floating-wa{width:52px;height:52px;left:18px;bottom:18px}
}
@media(max-width:390px){
  .logo img{height:68px}
  h1{font-size:34px}
  .hero{padding-left:16px;padding-right:16px}
  .features{grid-template-columns:1fr}
}


/* PRICE SECTION SIZE UPDATE */
.price-grid{
  max-width:1280px;
  margin:0 auto;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.price-card{
  padding:20px;
  min-height:170px;
  border-radius:22px;
}

.price-card h3{
  font-size:18px;
  line-height:1.3;
}

.price-card p{
  font-size:14px;
  line-height:1.5;
}

.price-card strong{
  font-size:26px;
  margin-top:16px;
}

.price-card .badge{
  font-size:10px;
  padding:5px 10px;
}

@media(max-width:1180px){
  .price-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:760px){
  .price-grid{
    grid-template-columns:1fr;
  }

  .price-card{
    min-height:auto;
    padding:18px;
  }

  .price-card strong{
    font-size:24px;
  }
}


/* FIX: remove double mockup/text issue */
.hero-visual{
  background-image:url('assets/images/calavip-hero-car-only.jpg') !important;
  background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:right center !important;
  opacity:1 !important;
}

.hero-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.82) 35%,rgba(0,0,0,.18) 68%,rgba(0,0,0,.08) 100%),
    linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.22) 72%,rgba(0,0,0,.96) 100%) !important;
}

@media(max-width:760px){
  .hero-visual{
    background-size:120% auto !important;
    background-position:center top !important;
    opacity:.55 !important;
  }
}


/* VIDEO PLAY BUTTON CLEANUP */
.play-dot{
  display:none !important;
}


/* FINAL REAL LOGO SIZE FIX */
.logo img,
.brand img,
header .logo img {
  height: 145px !important;
  width: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  margin-top: 28px !important;
}

header {
  height: 96px !important;
}

@media(max-width:760px){
  header {
    height: 82px !important;
  }

  .logo img,
  .brand img,
  header .logo img {
    height: 100px !important;
    margin-top: 18px !important;
  }
}

@media(max-width:390px){
  .logo img,
  .brand img,
  header .logo img {
    height: 88px !important;
    margin-top: 14px !important;
  }
}


/* =========================
   MOBILE ONLY FINAL FIX
   Desktop görünümü bozmaz
   ========================= */

@media (max-width: 760px) {
  body {
    background: #030303;
  }

  header {
    height: 72px !important;
    padding: 0 14px !important;
  }

  .logo img,
  .brand img,
  header .logo img {
    height: 72px !important;
    margin-top: 8px !important;
    max-width: 150px !important;
  }

  .head-actions {
    gap: 6px !important;
  }

  .langs {
    gap: 5px !important;
  }

  .langs a,
  .language-switcher a {
    width: 28px !important;
    height: 28px !important;
    font-size: 9px !important;
  }

  .hero {
    min-height: auto !important;
    padding: 92px 18px 46px !important;
    display: block !important;
  }

  .hero-visual {
    background-size: 150% auto !important;
    background-position: center 82px !important;
    opacity: .42 !important;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.78) 38%, #000 76%, #000 100%) !important;
  }

  .hero-copy {
    padding-top: 245px !important;
    max-width: 100% !important;
  }

  .eyebrow {
    font-size: 9.5px !important;
    letter-spacing: .16em !important;
    margin-bottom: 12px !important;
  }

  h1 {
    font-size: 32px !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    margin-bottom: 16px !important;
  }

  .lead,
  .hero-text {
    font-size: 14.5px !important;
    line-height: 1.62 !important;
    color: #e8ded1 !important;
  }

  .actions,
  .hero-actions,
  .cta-actions {
    margin-top: 22px !important;
    gap: 10px !important;
  }

  .btn {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 13px !important;
    padding: 0 16px !important;
  }

  .features,
  .hero-features {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .feature,
  .hero-feature {
    gap: 8px !important;
  }

  .feature span,
  .feature-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
  }

  .feature strong,
  .hero-feature strong {
    font-size: 11.5px !important;
  }

  .feature small,
  .hero-feature small {
    font-size: 10.5px !important;
  }

  .section,
  .experience {
    padding: 56px 18px !important;
  }

  .section-head {
    margin-bottom: 26px !important;
  }

  .section-head h2,
  .cta h2 {
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .section-head p,
  .cta p {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  .service-grid,
  .video-grid,
  .price-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .service-grid article,
  .price-card,
  .video-card {
    border-radius: 20px !important;
  }

  .service-grid article {
    padding: 22px 18px !important;
  }

  .service-grid h3,
  .price-card h3,
  .video-card h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .service-grid p,
  .price-card p,
  .video-card p {
    font-size: 13.5px !important;
  }

  .video-card {
    padding: 8px !important;
  }

  .video-card video {
    height: auto !important;
    max-height: 280px !important;
    object-fit: contain !important;
    border-radius: 16px !important;
  }

  .video-card div,
  .video-info {
    padding: 12px 8px 8px !important;
  }

  .price-card {
    min-height: auto !important;
    padding: 18px !important;
  }

  .price-card strong {
    font-size: 24px !important;
    margin-top: 12px !important;
  }

  .price-card .badge,
  .price-card span {
    font-size: 10px !important;
    padding: 5px 9px !important;
    margin-bottom: 10px !important;
  }

  .cta {
    margin: 0 18px 52px !important;
    padding: 42px 20px !important;
    border-radius: 24px !important;
  }

  .floating-wa {
    width: 48px !important;
    height: 48px !important;
    left: 16px !important;
    bottom: 16px !important;
    font-size: 23px !important;
  }

  footer {
    padding: 36px 18px !important;
  }

  footer img {
    width: 140px !important;
  }
}

@media (max-width: 390px) {
  header {
    padding: 0 12px !important;
  }

  .logo img,
  .brand img,
  header .logo img {
    height: 64px !important;
    max-width: 132px !important;
  }

  .langs a,
  .language-switcher a {
    width: 25px !important;
    height: 25px !important;
    font-size: 8px !important;
  }

  .hero {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hero-visual {
    background-size: 170% auto !important;
    background-position: center 78px !important;
  }

  .hero-copy {
    padding-top: 230px !important;
  }

  h1 {
    font-size: 29px !important;
  }

  .features,
  .hero-features {
    grid-template-columns: 1fr !important;
  }

  .section,
  .experience {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cta {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
