/* ==========================================================================
   ad.html - Google Ads inis sayfasi
   Oncelik: mobilden arama. Telefon her ekranda birincil eylem.
   ========================================================================== */

/* ---------- Ust seritler ---------- */
.trust-badge {
  display: block;
  background: var(--ink);
  color: rgba(255, 255, 255, .9);
  text-align: center;
  font-size: var(--step--1);
  font-weight: 600;
  padding: .45rem var(--gutter);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}

.navbar-inner {
  width: min(100% - var(--gutter) * 2, var(--wrap));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 62px;
}

.navbar .logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-right: auto;
  text-decoration: none;
}

.navbar .logo img { width: auto; height: 28px; }

.logo-text {
  font-family: var(--font-display);
  font-size: var(--step--1);
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}

.nav-links { display: flex; align-items: center; gap: .3rem; list-style: none; margin: 0; padding: 0; }

.nav-links a {
  color: var(--ink-soft);
  font-size: var(--step--1);
  font-weight: 600;
  text-decoration: none;
  padding: .45rem .65rem;
  border-radius: var(--r-sm);
  white-space: nowrap;
}

.nav-links a:hover { background: var(--surface-2); }

.lang-toggle {
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: inherit;
  font-size: var(--step--1);
  font-weight: 700;
  padding: .4rem .7rem;
  border-radius: var(--r-full);
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  padding: clamp(1.75rem, 1rem + 3vw, 3rem) var(--gutter) clamp(2rem, 1.25rem + 3vw, 3rem);
  background:
    radial-gradient(880px 420px at 12% -10%, var(--brand-100) 0%, transparent 62%),
    radial-gradient(760px 380px at 92% 0%, #e0f2fe 0%, transparent 58%),
    linear-gradient(180deg, var(--surface) 0%, var(--white) 100%);
}

.hero-card {
  width: min(100%, var(--wrap));
  margin-inline: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.35rem, 1rem + 2vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.hero-image { order: 2; }
.hero-image img { width: 100%; max-width: 320px; margin-inline: auto; border-radius: var(--r-lg); }
.hero-content { order: 1; text-align: left; }

.hero-title { font-size: var(--step-3); margin-bottom: .5rem; text-align: left; }
.hero-subtitle { color: var(--slate); margin-bottom: 1.15rem; }

.hero-content ul { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .5rem; }

.hero-content li {
  position: relative;
  padding-left: 1.6rem;
  font-size: var(--step--1);
  color: var(--slate);
}

.hero-content li::before {
  content: "";
  position: absolute;
  left: 0; top: .45em;
  width: 1rem; height: 1rem;
  border-radius: var(--r-full);
  background: var(--brand-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230d9488'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/.7rem no-repeat;
}

.feature-dot { display: none; }

/* Eylem butonlari - telefon birincil */
.hero-actions { display: flex; flex-wrap: wrap; gap: .6rem; }

.cta-button,
.call-btn,
.whatsapp-btn,
.view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: var(--font-display);
  font-size: var(--step-0);
  font-weight: 700;
  text-decoration: none;
  padding: .95rem 1.6rem;
  border-radius: var(--r-full);
  border: 1px solid transparent;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.cta-button svg,
.call-btn svg,
.whatsapp-btn svg { width: 20px; height: 20px; fill: currentColor; flex: none; }

.call-btn { background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.call-btn:hover { background: var(--brand-600); transform: translateY(-2px); }

.cta-button,
.whatsapp-btn { background: var(--wa); color: var(--white); box-shadow: var(--shadow); }
.cta-button:hover,
.whatsapp-btn:hover { background: var(--wa-dark); transform: translateY(-2px); }

.view-all-btn { background: var(--white); border-color: var(--line); color: var(--ink); }
.view-all-btn:hover { border-color: var(--brand); color: var(--brand-600); background: var(--brand-50); }

/* Yuzen WhatsApp butonunu bu sayfada sifirla (sabit cubuk var) */
.whatsapp-btn { position: static; width: auto; height: auto; box-shadow: var(--shadow); }

/* ---------- Bilgi kutusu ---------- */
.note-box {
  width: min(100% - var(--gutter) * 2, var(--wrap));
  margin: 1.25rem auto;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: var(--r-lg);
  padding: 1rem 1.25rem;
  font-size: var(--step--1);
  color: #78350f;
}

/* ---------- Bolum iskeleti ---------- */
.social-proof,
.giveaway,
.upholstery,
.whats-included,
.why-us,
.service-area,
.contact,
.other-services,
.testimonials-section { padding-block: clamp(2.25rem, 1.5rem + 3vw, 3.5rem); padding-inline: var(--gutter); }

.social-proof-container,
.giveaway-inner,
.upholstery-inner,
.included-grid,
.why-us-grid,
.other-services-grid,
.testimonials-container,
.whats-included > *,
.why-us > *,
.service-area > *,
.contact > *,
.other-services > * { width: min(100%, var(--wrap)); margin-inline: auto; }

.section-title,
.testimonials-title { text-align: center; font-size: var(--step-2); margin-bottom: 1.5rem; }

/* ---------- Istatistikler ---------- */
.social-proof { background: var(--surface); }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
}

.stat-item { text-align: center; }

.stat-number,
.counter {
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 800;
  color: var(--brand-600);
  line-height: 1.1;
}

.stat-label { font-size: var(--step--1); color: var(--muted); font-weight: 600; }

.google-review-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  padding: .4rem .85rem;
  font-size: var(--step--1);
  font-weight: 600;
  margin-top: 1rem;
}

/* ---------- Kampanya ---------- */
.giveaway-inner,
.upholstery-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: clamp(1.35rem, 1rem + 2vw, 2.25rem);
  box-shadow: var(--shadow);
}

.upholstery { background: var(--surface); }
.upholstery-image img { width: 100%; border-radius: var(--r-lg); margin-bottom: 1.25rem; }

.promo-items { font-size: var(--step-0); color: var(--slate); margin-bottom: 1rem; }

.promo-features { display: grid; gap: .5rem; margin-bottom: 1.25rem; }

.promo-feature {
  position: relative;
  padding-left: 1.6rem;
  font-size: var(--step--1);
  color: var(--slate);
}

.promo-feature::before {
  content: "";
  position: absolute;
  left: 0; top: .45em;
  width: 1rem; height: 1rem;
  border-radius: var(--r-full);
  background: var(--brand-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230d9488'%3E%3Cpath d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/.7rem no-repeat;
}

.promo-discount {
  display: inline-block;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-weight: 700;
  font-size: var(--step--1);
  padding: .35rem .8rem;
  border-radius: var(--r-full);
  margin-bottom: .6rem;
}

.promo-price {
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 1.25rem;
}

/* ---------- Neler dahil / neden biz ---------- */
.included-grid,
.why-us-grid,
.other-services-grid,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.included-item,
.why-us-item,
.other-service-card,
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.included-item:hover,
.why-us-item:hover,
.other-service-card:hover { border-color: var(--brand-100); box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.included-icon,
.other-service-icon,
.why-us-number {
  display: grid;
  place-items: center;
  width: 50px; height: 50px;
  border-radius: var(--r);
  background: var(--brand-50);
  color: var(--brand-600);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: .9rem;
}

.included-item h3,
.why-us-item h3,
.other-service-card h3 { font-size: var(--step-1); margin-bottom: .35rem; }

.included-subtitle,
.included-item p,
.why-us-item p,
.other-service-card p { color: var(--muted); font-size: var(--step--1); margin: 0 0 .75rem; }

.other-service-price {
  display: inline-block;
  background: var(--ink);
  color: var(--white);
  font-size: var(--step--1);
  font-weight: 700;
  padding: .35rem .8rem;
  border-radius: var(--r-full);
}

/* ---------- Hizmet bolgesi ---------- */
.service-area { background: var(--surface); text-align: center; }
.service-list { color: var(--muted); font-size: var(--step--1); max-width: 70ch; margin-inline: auto; }

/* ---------- Iletisim ---------- */
.contact { background: var(--ink); color: var(--white); text-align: center; }
.contact .section-title { color: var(--white); }
.contact-subtitle { color: rgba(255, 255, 255, .74); margin-bottom: 1.5rem; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; }
.contact .call-btn { background: var(--white); color: var(--ink); }
.contact .call-btn:hover { background: var(--brand-50); }

/* ---------- Yorumlar ---------- */
.testimonials-section { background: var(--surface); }
.testimonial-stars { color: #f59e0b; letter-spacing: .1em; margin-bottom: .5rem; }
.testimonial-text { color: var(--slate); font-size: var(--step-0); margin-bottom: .9rem; }
.testimonial-author { display: flex; align-items: center; gap: .6rem; }

.testimonial-avatar {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: var(--r-full);
  background: var(--brand-50);
  color: var(--brand-600);
  font-weight: 800;
  flex: none;
}

.testimonial-info { font-size: var(--step--1); }
.testimonial-info strong { display: block; color: var(--ink); }

/* ---------- Footer ---------- */
footer,
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .6);
  text-align: center;
  padding: 2rem var(--gutter) 2.5rem;
  font-size: var(--step--1);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

footer a, .footer a { color: rgba(255, 255, 255, .78); text-decoration: none; }

/* ---------- Sabit donusum cubugu ---------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 850;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: .6rem;
  padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .93);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-top: 1px solid var(--line);
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .85rem 1rem;
  border-radius: var(--r-full);
  font-family: var(--font-display);
  font-size: var(--step--1);
  font-weight: 700;
  text-decoration: none;
  color: var(--white);
  box-shadow: none;
}

.sticky-cta a svg { width: 19px; height: 19px; fill: currentColor; flex: none; }
.sticky-cta .cta-call { background: var(--ink); }
.sticky-cta .cta-wa { background: var(--wa); }

body { padding-bottom: 5.25rem; }

@media (min-width: 760px) {
  .hero-card { grid-template-columns: 320px minmax(0, 1fr); }
  .hero-image { order: 1; }
  .hero-content { order: 2; }
}

@media (min-width: 900px) {
  .sticky-cta {
    left: auto;
    right: clamp(1rem, .5rem + 1.5vw, 1.75rem);
    bottom: clamp(1rem, .5rem + 1.5vw, 1.75rem);
    grid-template-columns: auto auto;
    border: 1px solid var(--line);
    border-radius: var(--r-full);
    padding: .5rem;
    box-shadow: var(--shadow-lg);
  }

  body { padding-bottom: 0; }
}

@media (max-width: 640px) {
  .navbar-inner { flex-wrap: wrap; padding-block: .5rem; gap: .5rem; }
  .nav-links { order: 3; width: 100%; justify-content: center; }
  .nav-links a { padding: .35rem .55rem; }
  .hero-actions .call-btn,
  .hero-actions .cta-button { flex: 1 1 100%; }
}

.upholstery-promo { display: grid; gap: .35rem; }
