/* Google Ads açılış sayfası iyileştirmeleri — 18 Ağustos 2026 */

.service-hero-copy h1 {
  max-width: 760px;
  text-wrap: balance;
}

.service-hero-copy > p {
  max-width: 700px;
}

.service-hero-actions .call,
.service-hero-actions .wa {
  min-height: 52px;
  padding-inline: 20px;
}

.service-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: #d9eaff;
  font-size: 13px;
  line-height: 1.45;
}

.service-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.service-hero-proof i {
  color: #65b9ff;
}

.hero-visual-card img {
  aspect-ratio: 11 / 6;
}

.form-trust-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 10px 0 0;
  color: #cbd9ea;
  font-size: 12px;
  line-height: 1.5;
}

.form-trust-note i {
  margin-top: 2px;
  color: #65b9ff;
}

#fiyat,
#servis,
#sss {
  scroll-margin-top: 105px;
}

.article-layout,
.blog-preview,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 70px;
  }

  .service-page-hero {
    padding-bottom: 38px !important;
  }

  .service-hero-copy h1 {
    font-size: clamp(31px, 9vw, 42px) !important;
    line-height: 1.08 !important;
  }

  .service-hero-copy > p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .service-hero-features {
    gap: 10px !important;
  }

  .service-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .service-hero-actions .call,
  .service-hero-actions .wa {
    width: 100% !important;
    min-height: 54px !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .service-hero-proof {
    display: grid;
    gap: 8px;
    margin-top: 16px;
  }

  .float-wa {
    display: none !important;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 1000020;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 8px;
    min-height: 66px;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #dbeafe;
    box-shadow: 0 -10px 28px rgba(2, 13, 35, 0.15);
    backdrop-filter: blur(12px);
  }

  .mobile-contact-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-contact-bar .mobile-call {
    background: #0b63c7;
  }

  .mobile-contact-bar .mobile-wa {
    background: #14a83b;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-contact-bar {
    backdrop-filter: none;
  }
}
