@import url('_base.css');

.hero{
  position:relative;
  padding:40px 0 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.hero__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 70% 40%, rgba(215,177,111,.14), transparent 60%),
    radial-gradient(760px 480px at 20% 35%, rgba(185,75,60,.10), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,.25), transparent 35%),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="640" height="360"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency=".9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%25" height="100%25" filter="url(%23n)" opacity=".18"/></svg>') center/540px 300px;
  opacity:.95;
  pointer-events:none;
}
.hero__inner{ position:relative; }
.hero__copy{ max-width:740px; }
.hero h1{
  font-family:var(--font2);
  font-size:44px;
  margin:0 0 10px;
  letter-spacing:.02em;
  text-shadow:0 10px 32px rgba(0,0,0,.55);
}
.hero p{ margin:0 0 18px; color:rgba(232,237,247,.78); font-size:16px; }
.hero__cta{ display:flex; gap:12px; flex-wrap:wrap; margin:16px 0 20px; }

.features{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:16px;
}
.feature{
  border:1px solid rgba(215,177,111,.22);
  background:rgba(255,255,255,.03);
  border-radius:18px;
  padding:12px 12px;
}
.feature__icon{ font-size:18px; opacity:.9; }
.feature__title{ font-weight:700; margin-top:6px; }
.feature__text{ color:rgba(232,237,247,.68); font-size:13px; margin-top:4px; }

.section__head{ display:flex; justify-content:space-between; align-items:end; gap:16px; }
.section__head h2{
  margin:0;
  font-family:var(--font2);
  letter-spacing:.06em;
}
.section__more{ color:rgba(232,237,247,.75); }
.section__more:hover{ color:rgba(232,237,247,.95); }

.grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
  margin-top:14px;
}
.card{
  border:1px solid rgba(215,177,111,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-radius:20px;
  overflow:hidden;
  box-shadow: var(--shadow);
  transition: transform .18s ease, border-color .18s ease;
}
.card:hover{ transform: translateY(-3px); border-color:rgba(215,177,111,.38); }
.card__media{
  aspect-ratio: 4/3;
  background:rgba(255,255,255,.02);
  display:flex; align-items:center; justify-content:center;
  padding:10px;
}
.card__media img{
  width:100%; height:100%;
  object-fit:contain;
  border-radius:14px;
}
.card__body{ padding:12px 12px 14px; }
.card__title{ font-weight:800; }
.card__meta{ color:rgba(232,237,247,.68); font-size:13px; margin-top:6px; }
.card__price{ margin-top:10px; font-size:22px; font-weight:800; color:rgba(215,177,111,.95); }
.card__cta{
  margin-top:10px;
  border:1px solid rgba(215,177,111,.35);
  background:rgba(255,255,255,.03);
  border-radius:14px;
  padding:10px 12px;
  text-align:center;
  font-weight:700;
}

.gb{
  border:1px solid rgba(215,177,111,.22);
  background:rgba(255,255,255,.03);
  border-radius:22px;
  display:grid;
  grid-template-columns: 1.5fr .8fr;
  overflow:hidden;
}
.gb__left{ padding:18px 18px; }
.gb__left h3{ margin:0 0 8px; font-family:var(--font2); letter-spacing:.08em; }
.gb__rate{ font-size:32px; font-weight:900; color:rgba(215,177,111,.96); margin:8px 0 12px; }
.gb__right{ border-left:1px solid rgba(255,255,255,.08); padding:18px 18px; }
.quick__title{ font-weight:800; margin-bottom:8px; }
.quick a{ display:block; padding:6px 0; color:rgba(232,237,247,.72); }
.quick a:hover{ color:rgba(232,237,247,.95); }

@media (max-width: 980px){
  .hero h1{ font-size:34px; }
  .features{ grid-template-columns:1fr; }
  .grid{ grid-template-columns: repeat(2, 1fr); }
  .gb{ grid-template-columns:1fr; }
  .gb__right{ border-left:0; border-top:1px solid rgba(255,255,255,.08); }
}
@media (max-width: 520px){
  .grid{ grid-template-columns:1fr; }
}






/* Genel taşma sigortası */
*,
*::before,
*::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

/* Reklam alanı: ortalı grid */
.homeAd{
  max-width: 1240px;
  margin: 14px auto;
  padding: 0 16px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* desktop: 2 kolon */
  gap: 14px;
  justify-items: center; /* her reklamı kolon içinde ortala */
  align-items: start;

  width: 100%;
}

/* Her bir reklam kutusu */
.homeAd > *{
  width: 100%;
  max-width: 600px;  /* 600x100 banner’ı ortalar ve büyüyüp çirkinleşmesini engeller */
  min-width: 0;      /* grid taşmalarını engeller */
}

/* Reklam görseli/iframe responsive */
.homeAd img,
.homeAd iframe,
.homeAd video,
.homeAd embed,
.homeAd object{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Banner görseli tam görünsün istiyorsan (kırpmasız) */
.homeAd img{
  aspect-ratio: 6 / 1;     /* 600/100 oranı */
  object-fit: contain;     /* tamamı görünsün */
}

/* MOBİL: tek kolon + ortalı */
@media (max-width: 900px){
  .homeAd{
    grid-template-columns: 1fr;
  }
  .homeAd > *{
    max-width: 600px; /* tek kolonda da ortalı durur */
  }
}

.homeAd iframe { max-width: 100% !important; }
.homeAd img    { max-width: 100% !important; }




