:root{
  --bg:#07131f;
  --bg2:#0b1c2d;
  --gold:#d8b15a;
  --text:#eaf2ff;
  --muted:rgba(234,242,255,.7);
}


*{margin:0;padding:0;box-sizing:border-box}
body{
  font-family:Inter,sans-serif;
  background:#02060c; 
  color:var(--text);
  opacity: 0;
  transition: opacity .4s ease;
}

body.page-loaded{
  opacity: 1;
}

body.page-exit{
  opacity: 0;
}

img{width:100%;display:block;border-radius:18px}
.container{max-width:1200px;margin:auto;padding:0 20px}

/* NAVBAR */
.header{
  position:sticky;top:0;z-index:1000;
  background:rgba(7,19,31,.8);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 0;
}
.logo{
  font-size:20px;
  font-weight:800;
}
.logo span{
  display:block;
  font-size:12px;
  color:var(--gold);
}
.menu{
  list-style:none;
  display:flex;
  gap:22px;
}
.menu li{position:relative}
.menu a{
  color:var(--text);
  text-decoration:none;
  padding:10px 14px;
  border-radius:10px;
}
.menu a:hover{background:rgba(255,255,255,.08)}


/* HERO */
.hero{
  margin-bottom: 0;
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;

  /* FOTO + OVERLAY */
  background:
    linear-gradient(
      120deg,
      rgba(5,15,25,.85),
      rgba(5,15,25,.55)
    ),
    url("image/hero.webp") center / cover no-repeat;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, transparent 55%, rgba(0,0,0,.6));
  pointer-events:none;
}


.hero-content h1{
  font-size:56px;
  margin-bottom:16px;
}
.hero-content p{
  max-width:520px;
  font-size:18px;
  color:var(--muted);
  margin-bottom:28px;
}
.hero-buttons{display:flex;gap:16px}
.btn{
  padding:14px 26px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.2);
  text-decoration:none;
  color:var(--text);
}
.btn.primary{
  background:var(--gold);
  color:#0b1c2d;
  border:none;
}

/* SECTIONS */
.section{padding:90px 0}
.section.alt{background:rgba(255,255,255,.02)}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.split.reverse{direction:rtl}
.split.reverse > *{direction:ltr}
.text-box h2{
  font-size:36px;
  margin-bottom:18px;
}
.text-box p{
  font-size:17px;
  color:var(--muted);
  line-height:1.7;
}

/* FOOTER */
.gm-footer{
  background:linear-gradient(180deg,#02060c,#07131f);
  padding:90px 0 30px;
  color:#eaf2ff;
}

.gm-footer-grid{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr;
  gap:80px;
}

.gm-footer-brand h3{
  font-size:22px;
  margin-bottom:14px;
}

.gm-footer-brand p{
  font-size:15px;
  line-height:1.8;
  color:rgba(234,242,255,.7);
  max-width:420px;
}

.gm-footer-phone{
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
}

.gm-footer-phone i{
  color:#d8b15a;
}

/* SOSYAL */
.gm-footer-social{
  display:flex;
  gap:14px;
  margin-top:20px;
}

.gm-footer-social .social{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.15);
  font-size:19px;
  transition:.35s ease;
}

/* 👉 NORMAL HALLER (RENKLİ) */
.gm-footer-social .whatsapp{
  background:#25D366;
  color:#02060c;
}

.gm-footer-social .instagram{
  background:radial-gradient(
    circle at 30% 30%,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  color:#fff;
}

/* 👉 HOVER */
.gm-footer-social .social:hover{
  transform:translateY(-4px) scale(1.08);
  filter:brightness(1.15);
}

/* LINKLER */
.gm-footer-links h4{
  margin-bottom:16px;
  font-size:17px;
}

.gm-footer-links ul{
  list-style:none;
  padding:0;
}

.gm-footer-links ul li{
  margin-bottom:12px;
}

.gm-footer-social a{
  text-decoration:none;
}


.gm-footer-links ul li a{
  color:rgba(234,242,255,.7);
  text-decoration:none;
  transition:.3s;
}

.gm-footer-links ul li a:hover{
  color:#d8b15a;
}

/* ALT */
.gm-footer-bottom{
  text-align:center;
  margin-top:60px;
  padding-top:20px;
  font-size:14px;
  color:rgba(234,242,255,.5);
  border-top:1px solid rgba(255,255,255,.08);
}

/* =========================
   ANASAYFA – HİZMETLER (FINAL)
========================= */

.home-services{
  padding:90px 0;
  background:linear-gradient(
    180deg,
    #0b1c2d 0%,
    #101f33 25%,
    #ffffff 100%
  );
  color:#111;
}

/* Başlık */
.home-services-header{
  max-width:620px;
  margin-bottom:50px;
}

.home-services-header h2{
  font-size:42px;
  margin-bottom:12px;
  color:#fff;
}

.home-services-header p{
  color:rgba(255,255,255,.9);
  text-shadow:0 2px 6px rgba(0,0,0,.6);
}

/* Grid */
.home-services-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}

/* =========================
   SCROLL REVEAL (SADECE WRAPPER)
========================= */
@media (min-width:769px){

  .service-reveal{
    opacity:0;
    transform:translateY(40px);
    transition:
      opacity .6s ease,
      transform .6s ease;
  }

  .service-reveal.active{
    opacity:1;
    transform:translateY(0);
  }

}

/* =========================
   KART TASARIMI
========================= */
.home-service-card{
  display:flex;
  gap:26px;
  padding:28px;
  border:1px solid #eee;
  border-radius:18px;
  background:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,.15);
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

/* HOVER – SADECE SCALE */
.home-service-card:hover{
  transform:scale(1.04);
  box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.home-service-card img{
  width:180px;
  height:130px;
  object-fit:cover;
  border-radius:12px;
}

.card-content h3{
  font-size:22px;
  margin-bottom:10px;
}

.card-content p{
  color:#555;
  font-size:15px;
  line-height:1.6;
  margin-bottom:16px;
}

.card-btn{
  display:inline-block;
  padding:10px 18px;
  border:1px solid #ddd;
  border-radius:10px;
  color:#111;
  text-decoration:none;
  font-weight:600;
}

.card-btn:hover{
  background:#111;
  color:#fff;
}

/* =========================
   BLOG
========================= */
.home-blog{
  padding:100px 0;
  background:#ffffff;
  color:#111;
}

.home-blog-header{
  max-width:640px;
  margin-bottom:50px;
}

.blog-tag{
  display:inline-block;
  color:var(--gold);
  font-weight:700;
  margin-bottom:10px;
}

.home-blog-header h2{
  font-size:42px;
  margin-bottom:12px;
}

.home-blog-header p{
  color:#555;
  line-height:1.7;
}

/* GRID */
.home-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
}

/* =========================
   SCROLL REVEAL (WRAPPER)
========================= */
@media (min-width:769px){

  .blog-reveal{
    opacity:0;
    transform:translateY(40px);
    transition:
      opacity .6s ease,
      transform .6s ease;
  }

  .blog-reveal.active{
    opacity:1;
    transform:translateY(0);
  }

}

/* =========================
   BLOG CARD
========================= */
.blog-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #eee;
  background:#fff;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.blog-card:hover{
  transform:scale(1.04);
  box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.blog-card img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.blog-content{
  padding:22px;
}

.blog-content h3{
  font-size:20px;
  margin-bottom:10px;
}

.blog-content p{
  font-size:15px;
  color:#555;
  line-height:1.6;
  margin-bottom:16px;
}

.blog-content a{
  font-weight:700;
  text-decoration:none;
  color:#111;
}

.blog-content a:hover{
  color:var(--gold);
}



/* HERO GİRİŞ */
.hero-title,
.hero-sub,
.hero-cta{
  opacity:0;
  transform:translateY(20px);
  transition:all .6s ease;
}

.hero-title.show,
.hero-sub.show,
.hero-cta.show{
  opacity:1;
  transform:translateY(0);
}

/* ===== SCROLL ANİMASYONLAR ===== */
.reveal{
  opacity:0;
  transform:translateY(40px);
  transition:
    opacity .6s ease,
    transform .6s ease,
    filter .6s ease;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}

/* Soldan gelen */
.reveal-left{
  opacity:0;
  transform:translateX(-40px);
  transition:all .6s ease;
}
.reveal-left.active{
  opacity:1;
  transform:translateX(0);
}

.hero .reveal{
  opacity:1 !important;
  transform:none !important;
}


/* Sağdan gelen */
.reveal-right{
  opacity:0;
  transform:translateX(40px);
  transition:all .6s ease;
}
.reveal-right.active{
  opacity:1;
  transform:translateX(0);
}

/* DROPDOWN */
.dropdown{ position:relative; }

.dropdown-menu{
  position:absolute;
  margin-top: -3px;
  top:100%;
  left:0;
  background:rgba(10,22,36,.96);
  border-radius:12px;
  padding:8px;
  list-style:none;
  min-width:200px;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:.2s ease;
}

.dropdown:hover .dropdown-menu{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.dropdown-menu li a{
  display:block;
  padding:10px 14px;
  color:var(--text);
  text-decoration:none;
  border-radius:8px;
}

.dropdown-menu li a:hover{
  background:rgba(255,255,255,.08);
}


@media (max-width:768px){

  /* HERO KENDİSİ */
  .hero{
    min-height:auto !important;
    height:auto !important;
    padding:64px 0 48px !important;
    display:block !important;
  }

  /* HERO İÇERİK */
  .hero .container{
    display:block !important;
    padding-top:0 !important;
  }

  /* BAŞLIK */
  .hero h1{
    font-size:26px !important;
    line-height:1.35 !important;
    max-width:92% !important;
    margin:0 0 16px 0 !important;
  }

  /* AÇIKLAMA */
  .hero p{
    font-size:15px !important;
    line-height:1.7 !important;
    max-width:90% !important;
    margin:0 0 20px 0 !important;
  }

  /* BUTONLAR */
  .hero-buttons{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    margin:0 !important;
  }

  .hero-buttons a{
    width:100% !important;
    text-align:center !important;
    padding:12px 16px !important;
    font-size:15px !important;
  }
}


@media (max-width:768px){

  /* Bölüm başlığı */
  .services h2,
  .hizmetler h2{
    font-size:28px;
    margin-bottom:12px;
  }

  .services p,
  .hizmetler p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:28px;
  }

  /* Kartları saran alan */
  .services-grid,
  .hizmetler-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:28px;
  }

  /* Kart */
  .service-card{
    display:flex !important;
    flex-direction:column !important;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    width:100% !important;
    max-width:100% !important;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
    text-decoration:none;
  }

  /* Görsel */
  .service-image{
    width:100%;
    height:200px;
    background-size:cover !important;
    background-position:center !important;
  }

  /* İçerik */
  .service-content{
    padding:18px;
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .service-content h2{
    font-size:20px;
    line-height:1.3;
    color:#111;
  }

  .service-content p{
    font-size:14px;
    line-height:1.6;
    color:#555;
  }

  /* Buton */
  .service-btn{
    margin-top:12px;
    align-self:flex-start;
    padding:8px 14px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:14px;
    color:#111;
  }
}



/* DESKTOP */
.home-services{
  padding:100px 0;
}

.home-services-header{
  margin-bottom:48px;
}

.home-services-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
}

.home-service-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  display:flex;
  gap:24px;
  padding:24px;
}

.home-service-card img{
  width:220px;
  border-radius:16px;
}

.card-content h3{
  font-size:22px;
  margin-bottom:10px;
}

.card-content p{
  font-size:15px;
  line-height:1.6;
  margin-bottom:14px;
}

.card-btn{
  display:inline-block;
  padding:10px 20px;
  border-radius:20px;
  border:1px solid #ccc;
  text-decoration:none;
  color:#000;
}

/* MOBILE */
@media (max-width:768px){

  .blog-track{
    overflow-x:auto;
  }
  .home-services{
    padding:60px 0;
  }

  .home-services-grid{
    display:flex;
    flex-direction:column;
    gap:24px;
  }

  .home-service-card{
    flex-direction:column;
    padding:16px;
  }

  .home-service-card img{
    width:100%;
  }

  .card-content h3{
    font-size:20px;
  }

  .card-content p{
    font-size:14px;
  }
}

/* NAVBAR GENEL */
.header {
  background: linear-gradient(180deg, #050b14, #0b1d33);
  position: sticky;
  top: 0;
  z-index: 999;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.logo span {
  display: block;
  font-size: 12px;
  color: #d4af37;
}

/* MENU */
.menu {
  display: flex;
  gap: 32px;
  list-style: none;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #0b1d33;
  padding: 10px 0;
  border-radius: 8px;
  display: none;
  min-width: 180px;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 16px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}



/* hamburger buton (default gizli) */
.hamburger{
  display:none;
  width:36px;
  height:28px;
  background:none;
  border:none;
  cursor:pointer;
  position:relative;
}

.hamburger span{
  position:absolute;
  left:4px;
  width:28px;
  height:3px;
  background:#fff;
  border-radius:3px;
  transition:.3s ease;
}

.hamburger span:nth-child(1){ top:6px; }
.hamburger span:nth-child(2){ top:13px; }
.hamburger span:nth-child(3){ top:20px; }


.hamburger.active span:nth-child(1){
  transform:rotate(45deg);
  top:13px;
}
.hamburger.active span:nth-child(2){
  opacity:0;
}
.hamburger.active span:nth-child(3){
  transform:rotate(-45deg);
  top:13px;
}

/* =========================
   MOBILE BEHAVIOR
========================= */
@media (max-width:768px){

 
  .hamburger{
    display:block;
  }

  /* mobil menü panel */
  .menu{
    position:fixed;
    top:0;
    right:-100%;
    width:80%;
    max-width:320px;
    height:100vh;
    background:rgba(7,19,31,.98);
    flex-direction:column;
    padding:90px 24px;
    gap:20px;
    transition:right .35s ease;
    z-index:999;
  }

  .menu.active{
    right:0;
  }

  .menu li{
    width:100%;
  }

  .menu a{
    display:block;
    width:100%;
    font-size:18px;
  }

  /* dropdown mobil sade */
  .dropdown-menu{
    position:static;
    opacity:1;
    pointer-events:auto;
    transform:none;
    background:none;
    padding-left:12px;
  }

}


@media (max-width:768px){

  .nav{
    position:relative;
    justify-content:center;
  }

  .logo{
    text-align:center;
    margin:0 auto;
  }

  .hamburger{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
  }
}

/* =========================
   MOBILE DROPDOWN – TEK VE NET
========================= */
@media (max-width:768px){


  .dropdown:hover .dropdown-menu{
    display:none;
  }


  .dropdown-menu{
    display:none;
    position:static;
    background:rgba(255,255,255,.04);
    padding-left:14px;
    border-radius:12px;
    margin-top:6px;
  }

 
  .dropdown.active > .dropdown-menu{
    display:block;
  }

}



/* MOBİL SCROLL EFFECT – STRONG */
@media (max-width:768px){

  .reveal,
  .reveal-left,
  .reveal-right{
    opacity:0;
    transform:translateY(60px) scale(0.96);
    transition:
      opacity .6s ease-out,
      transform .6s cubic-bezier(.22,1,.36,1);
  }

  .reveal.active,
  .reveal-left.active,
  .reveal-right.active{
    opacity:1;
    transform:translateY(0) scale(1);
  }

}

@media (max-width:768px){
  .delay-1{ transition-delay:.05s; }
  .delay-2{ transition-delay:.15s; }
  .delay-3{ transition-delay:.25s; }
}

/* =========================
   SERVICES – MOBILE TITLE FIX
========================= */
@media (max-width: 768px) {

  .service-card {
    background: linear-gradient(
      180deg,
      #0b1c2d 0%,
      #08121e 100%
    );
  }

  .service-content h2 {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .service-content p {
    color: rgba(255,255,255,.85);
  }

}

/* =========================
   BLOG – DESKTOP GRID
========================= */

.blog-track{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
}

.blog-item{
  background:#fff;
  border:1px solid #eee;
  border-radius:18px;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;
}

.blog-item:hover{
  transform:scale(1.04);
  box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.blog-item img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.blog-content{
  padding:22px;
}

.blog-content h3{
  font-size:20px;
  margin-bottom:10px;
}

.blog-content p{
  font-size:15px;
  color:#555;
  line-height:1.6;
  margin-bottom:16px;
}

.blog-content a{
  font-weight:700;
  text-decoration:none;
  color:#111;
}

.blog-content a:hover{
  color:#d8b15a;
}

/* =========================
   BLOG – CONTROLS (PC GİZLİ)
========================= */

.blog-controls{
  display:none;
}

/* =========================
   BLOG – MOBILE SLIDER
========================= */

@media (max-width:768px){

  /* GRID ÖLDÜ – SLIDER AKTİF */
  .blog-track{
    display:flex !important;
    grid-template-columns:none !important;
    gap:16px;
    width:100%;
    transition:transform .35s ease;
    will-change:transform;
  }
  .blog-item{
    flex:0 0 85%;
  }

  /* OKLAR + SAYAÇ */
  .blog-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-top:16px;
  }

  .blog-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid #ddd;
    background:#fff;
    color:#111;
    font-size:26px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
  }

  .blog-arrow:active{
    transform:scale(.92);
  }

  .blog-counter{
    font-size:14px;
    color:#777;
    min-width:48px;
    text-align:center;
    user-select:none;
  }

}

@media (max-width:768px){

  .menu{
    background:linear-gradient(
      180deg,
      rgba(5,15,25,.98),
      rgba(7,19,31,.98)
    );
    backdrop-filter:blur(14px);
  }

}



/* PC KİLİT */
.mobile-menu-header{
  display:none;
}

/* =========================
   MOBİL GÖRÜNÜM
========================= */
@media (max-width:768px){

  /* Menü paneli */
  .menu{
    background:linear-gradient(
      180deg,
      rgba(5,15,25,.98),
      rgba(7,19,31,.98)
    );
    backdrop-filter:blur(14px);
  }

 
  .mobile-menu-header{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    margin-bottom:40px;
  }

  /* LOGO */
  .mobile-menu-header img{
    height:150px;                 
    width:auto !important;
    max-width:80%;
    object-fit:contain;
    margin-bottom:10px;
    flex-shrink:0;
    filter:drop-shadow(0 6px 18px rgba(216,177,90,.45));
  }

  /* ALT YAZI */
  .mobile-menu-header span{
    font-size:14px;
    font-weight:500;
    opacity:.7;
    letter-spacing:.2px;
  }

  /* MENÜ LİNKLERİ – SADE KART */
  .menu li a{
    padding:14px 18px;
    border-radius:14px;
    background:rgba(255,255,255,.04);
  }

  .menu li a:active{
    background:rgba(255,255,255,.1);
  }

  /* DROPDOWN İÇLERİ */
  .dropdown-menu li a{
    background:none;
    padding:10px 14px;
    opacity:.85;
  }

}

/* =========================
   FOOTER – MOBILE CENTERED
========================= */
@media (max-width:768px){

  .gm-footer{
    padding:64px 0 28px;
  }

  /* GRID → ALT ALTA + ORTA */
  .gm-footer-grid{
    display:flex;
    flex-direction:column;
    gap:40px;
    text-align:center;
    align-items:center;
  }

  /* MARKA BLOĞU */
  .gm-footer-brand{
    max-width:320px;
  }

  .gm-footer-brand h3{
    font-size:22px;
    margin-bottom:14px;
  }

  .gm-footer-brand p{
    font-size:14px;
    line-height:1.6;
  }

  /* TELEFON */
  .gm-footer-phone{
    justify-content:center;
    font-size:15px;
    margin-top:14px;
  }

  /* SOSYAL */
  .gm-footer-social{
    justify-content:center;
    margin-top:18px;
    gap:14px;
  }

  .gm-footer-social .social{
    width:46px;
    height:46px;
    font-size:19px;
  }

  /* MENÜ BLOKLARI */
  .gm-footer-links{
    width:100%;
  }

  .gm-footer-links h4{
    font-size:16px;
    margin-bottom:14px;
    text-align:center;
  }

  .gm-footer-links ul{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
  }

  .gm-footer-links ul li{
    margin:0;
  }

  .gm-footer-links ul li a{
    font-size:14px;
  }


  .gm-footer-bottom{
    text-align:center;
    margin-top:40px;
    font-size:13px;
    padding-top:18px;
  }

}

.lang-switch{
  display:flex;
  gap:6px;
  align-items:center;
  position:absolute;
  top:18px;       
  right:20px;      
  display:flex;
}

.lang-switch button{
  background:none;
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  padding:6px 10px;
  border-radius:8px;
  font-size:12px;
  cursor:pointer;
}

.lang-switch button.active{
  background:#d8b15a;
  color:#02060c;
  border-color:#d8b15a;
}

.hero-yellow{
  color:#d8b15a;
  font-weight:800;
}

.lang-en{ display:none; }
html.en .lang-tr{ display:none; }
html.en .lang-en{ display:block; }


@media (max-width:768px){

  .lang-switch{
    margin-top:auto;          
    display:flex;
    justify-content:center;
    gap:10px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.08);
  }

  .lang-switch button{
    font-size:13px;
    padding:6px 14px;
    border-radius:999px;
  }
}


@media (min-width: 820px) and (max-width: 1100px){

  
  .container{
    max-width: 960px;
  }

  
  .hero{
    min-height:auto;
    padding:120px 0 80px;
    align-items:flex-start;
  }

  .hero h1{
    font-size:38px;
    line-height:1.25;
    max-width:100%;
  }

  .hero p{
    font-size:16px;
    max-width:85%;
  }

  .hero-buttons{
    flex-wrap:wrap;
    gap:14px;
  }

 
  .home-services-grid{
    grid-template-columns:1fr;   
  }

  .home-service-card{
    flex-direction:row;
  }

  .home-service-card img{
    width:200px;
  }

 
  .services-grid{
    display:grid;
    grid-template-columns:1fr;   
    gap:32px;
  }


  .blog-track,
  .home-blog-grid{
    grid-template-columns:repeat(2,1fr); 
  }


  .gm-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:50px;
  }
}


@media screen and (max-width: 1024px) {


    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative;
    }

    /* 2. Ana Taşıyıcıyı Daralt */
    .container {
        width: 92% !important; 
        max-width: none !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

   
    .hero {
        padding: 40px 0 !important; 
        min-height: auto !important;
    }

    .hero-content h1 {
        font-size: 5.5vw !important; 
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
        letter-spacing: -1px !important;
    }

    .hero-content p {
        font-size: 2.2vw !important; 
        line-height: 1.4 !important;
        max-width: 90% !important;
    }

  
    .hero-buttons {
        gap: 8px !important;
    }

    .btn {
        padding: 10px 16px !important;
        font-size: 1.8vw !important; 
        border-radius: 8px !important;
    }

  
    img {
        max-width: 100% !important;
        height: auto !important;
    }

   
    .home-services-grid, .home-blog-grid {
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 15px !important;
    }

    .home-service-card {
        padding: 15px !important;
        gap: 12px !important;
    }

    .home-service-card img {
        width: 120px !important; 
        height: 90px !important;
    }

    .card-content h3 {
        font-size: 16px !important;
    }

    .card-content p {
        font-size: 13px !important;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
    :root {
     
        zoom: 0.85; 
    }
}

/* =========================
   HERO – MOBILE SPACING FIX
========================= */
@media (max-width: 768px){

  .hero{
  min-height: auto !important;
  padding-top: 150px !important;   
  padding-bottom: 120px !important;
  }

  .hero-content{
    margin-top: 20px;
  }

  .hero-content h1{
    font-size: 28px !important;
    line-height: 1.35 !important;
    margin-bottom: 18px !important;
  }

  .hero-content p{
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 26px !important;
  }
}
