/* GizzButik ana sayfa — reklam / dönüşüm (style.css'ten SONRA yükle) */
/* GIZZ-HOME-20260910f */

.page-home-ads {
  --gh-ink: #1a1214;
  --gh-paper: #f7f3ef;
  --gh-stone: #ebe4dc;
  --gh-wine: #5c1f2e;
  --gh-wine-deep: #3d1520;
  --gh-muted: #6a615c;
  --gh-line: #ddd4cb;
  --gh-wa: #128c7e;
  background: var(--gh-paper);
  padding-bottom: 5.5rem;
}

.page-home-ads .reveal-item,
.page-home-ads .reveal-head {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* —— Hero: full-bleed —— */
.gh-hero {
  position: relative;
  min-height: min(92svh, 820px);
  display: grid;
  align-items: end;
  color: #faf6f2;
  overflow: hidden;
}

.gh-hero-bg {
  position: absolute;
  inset: 0;
  background:
    var(--gh-hero-img, none) top center / cover no-repeat,
    linear-gradient(145deg, #2a161c 0%, #5c1f2e 55%, #8a4a3a 100%);
  transform: scale(1.02);
  animation: ghKen 18s ease-in-out infinite alternate;
}

@keyframes ghKen {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

.gh-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 10, 14, .35) 0%, rgba(20, 10, 14, .55) 45%, rgba(20, 10, 14, .88) 100%);
}

.gh-hero-inner {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: clamp(2rem, 6vw, 4rem) 1.25rem 2.25rem;
  animation: ghRise .8s var(--ease, cubic-bezier(.22, 1, .36, 1)) both;
}

@keyframes ghRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.gh-brand {
  margin: 0 0 .75rem;
  font-family: var(--font-display, "Fraunces", Georgia, serif);
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 650;
  letter-spacing: .02em;
}

.gh-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display, "Fraunces", Georgia, serif);
  font-size: clamp(1.85rem, 6.5vw, 3.35rem);
  line-height: 1.08;
  font-weight: 650;
}

.gh-lede {
  margin: 0 0 1.5rem;
  max-width: 34ch;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(250, 246, 242, .88);
}

.gh-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.gh-hero-cta .btn-solid {
  background: #faf6f2;
  color: var(--gh-wine-deep);
  border-color: #faf6f2;
}

.gh-hero-cta .btn-solid:hover {
  background: #fff;
}

.gh-hero-cta .btn-wa {
  background: var(--gh-wa);
  border-color: var(--gh-wa);
  color: #fff;
}

/* —— Deal bar —— */
.gh-deal {
  background: var(--gh-wine-deep);
  color: #faf6f2;
}

.gh-deal-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: .9rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .85rem 1.25rem;
}

.gh-deal-copy {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  min-width: 0;
}

.gh-deal-copy strong {
  font-size: 1rem;
  font-weight: 600;
}

.gh-deal-copy span {
  font-size: .85rem;
  opacity: .8;
}

.gh-deal-timer {
  font-variant-numeric: tabular-nums;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: .06em;
}

.gh-deal-wa {
  padding: .55rem 1rem;
  background: #faf6f2;
  color: var(--gh-wine-deep);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* —— Social proof —— */
.gh-proof {
  max-width: 1320px;
  margin: 1rem auto 0;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  font-size: .92rem;
  color: var(--gh-ink);
}

.gh-proof-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1b6b45;
  box-shadow: 0 0 0 4px rgba(27, 107, 69, .15);
  animation: ghPulse 1.6s ease infinite;
  flex-shrink: 0;
}

@keyframes ghPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(27, 107, 69, .12); }
  50% { box-shadow: 0 0 0 7px rgba(27, 107, 69, .05); }
}

/* —— Sections / grid —— */
.gh-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem 1.25rem 1rem;
}

.gh-section-soft {
  background: transparent;
}

.gh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.gh-kicker {
  margin: 0 0 .35rem;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gh-wine);
  font-weight: 500;
}

.gh-section-head h2 {
  margin: 0;
  font-family: var(--font-display, "Fraunces", Georgia, serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 650;
  color: var(--gh-ink);
}

.gh-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.25rem .85rem !important;
  width: 100% !important;
}

@media (min-width: 720px) {
  .gh-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem 1.1rem !important;
  }
}

@media (min-width: 1100px) {
  .gh-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.gh-card {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  min-width: 0;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}

.gh-card-media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--gh-stone);
}

.gh-card-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block;
  transition: transform .7s var(--ease, cubic-bezier(.22, 1, .36, 1));
}

.gh-card:hover .gh-card-media img {
  transform: scale(1.04);
}

.gh-badge {
  position: absolute;
  left: .65rem;
  bottom: .65rem;
  z-index: 2;
  background: var(--gh-wine);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  padding: .28rem .5rem;
  letter-spacing: .04em;
}

.gh-card-body h3 {
  margin: 0;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.35;
}

.gh-card-body h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gh-card-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .25rem;
}

.gh-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .4rem;
  min-width: 0;
}

.gh-old {
  color: var(--gh-muted);
  text-decoration: line-through;
  font-size: .8rem;
}

.gh-now {
  font-weight: 600;
  font-size: .98rem;
  color: var(--gh-ink);
}

.gh-card-cta {
  flex-shrink: 0;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gh-ink);
  padding-bottom: 1px;
  color: var(--gh-ink);
}

/* —— Trust —— */
.gh-trust {
  max-width: 1320px;
  margin: 1.5rem auto 0;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
}

@media (min-width: 720px) {
  .gh-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gh-trust-item {
  padding: 1.1rem 1rem;
  background: #fff;
  border: 1px solid var(--gh-line);
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.gh-trust-item strong {
  font-weight: 600;
  font-size: .95rem;
}

.gh-trust-item span {
  color: var(--gh-muted);
  font-size: .88rem;
}

/* —— WA band —— */
.gh-wa-band {
  margin: 2.5rem 0 0;
  background: linear-gradient(135deg, var(--gh-wine-deep), var(--gh-wine) 60%, #7a3a2e);
  color: #faf6f2;
}

.gh-wa-band-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.5rem) 1.25rem;
  text-align: center;
}

.gh-wa-band h2 {
  margin: 0 0 .65rem;
  font-family: var(--font-display, "Fraunces", Georgia, serif);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 650;
}

.gh-wa-band p {
  margin: 0 0 1.25rem;
  opacity: .85;
}

.gh-wa-band .btn-wa {
  background: #fff;
  color: var(--gh-wine-deep);
  border-color: #fff;
}

/* —— Reviews —— */
.gh-reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: .85rem;
}

@media (min-width: 800px) {
  .gh-reviews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gh-review {
  margin: 0;
  padding: 1.25rem 1.15rem;
  background: #fff;
  border: 1px solid var(--gh-line);
}

.gh-review p {
  margin: 0 0 1rem;
  color: var(--gh-muted);
  line-height: 1.55;
  font-size: .95rem;
}

.gh-review footer {
  font-size: .85rem;
}

/* —— Sticky WA (mobile) —— */
.gh-sticky-wa {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  padding: .85rem 1rem;
  background: var(--gh-wa);
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(18, 140, 126, .35);
}

.gh-sticky-wa span {
  font-weight: 600;
  font-size: .95rem;
}

.gh-sticky-wa small {
  font-size: .75rem;
  opacity: .9;
}

@media (min-width: 900px) {
  .gh-sticky-wa { display: none; }
  .page-home-ads { padding-bottom: 0; }
}

/* Eski th-* blokları bu sayfada kullanılmıyor — çakışma olmasın */
.page-home-ads .wa-float {
  bottom: 5.5rem;
}

@media (min-width: 900px) {
  .page-home-ads .wa-float {
    bottom: 1.5rem;
  }
}
