/* Shared Ads landing chrome (header / drawer / footer / sticky) — Leke UX pattern */

.ads-chrome-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(48, 42, 38, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1030;
  border-bottom: 1px solid rgba(215, 185, 142, 0.22);
  padding: 0.7rem 0;
}

.ads-chrome-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.ads-chrome-logo img {
  height: 42px;
  width: auto;
  display: block;
}

.ads-chrome-nav {
  align-items: center;
  gap: 0.15rem 1.1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.ads-chrome-nav a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250, 248, 243, 0.86);
  text-decoration: none;
  white-space: nowrap;
}

.ads-chrome-nav a:hover,
.ads-chrome-nav a:focus-visible {
  color: #d7b98e;
}

.ads-chrome-actions {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.ads-chrome-widget {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.7rem;
  text-decoration: none !important;
  border: 1px solid transparent;
  min-height: 2.7rem;
  line-height: 1.15;
}

.ads-chrome-widget .icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.ads-chrome-widget small {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  opacity: 0.75;
}

.ads-chrome-widget strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
}

.ads-chrome-widget-call {
  border-color: rgba(250, 248, 243, 0.28);
  color: #faf8f3 !important;
  background: rgba(255, 255, 255, 0.04);
}

.ads-chrome-widget-call:hover {
  border-color: #d7b98e;
  color: #d7b98e !important;
}

.ads-chrome-widget-wa {
  background: #2b5643;
  border-color: #2b5643;
  color: #faf8f3 !important;
}

.ads-chrome-widget-wa:hover {
  background: #234836;
  border-color: #234836;
}

.ads-chrome-cta {
  background-color: #a67c52;
  border: 1px solid #a67c52;
  color: #faf8f3 !important;
  padding: 0.65rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}

.ads-chrome-cta:hover,
.ads-chrome-cta:focus-visible {
  background-color: #faf8f3;
  border-color: #faf8f3;
  color: #302a26 !important;
}

.ads-chrome-menu-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(250, 248, 243, 0.35);
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  padding: 0;
}

.ads-chrome-menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: #faf8f3;
}

.ads-chrome-drawer {
  background: #faf8f3;
  color: #302a26;
}

.ads-chrome-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 1.5rem;
}

.ads-chrome-drawer-nav a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(48, 42, 38, 0.1);
  color: #302a26;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
}

.ads-chrome-drawer-widgets {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ads-chrome-drawer .ads-chrome-widget-call {
  border-color: rgba(48, 42, 38, 0.18);
  color: #302a26 !important;
  background: #fff;
}

.ads-chrome-drawer .ads-chrome-widget-call:hover {
  border-color: #a67c52;
  color: #a67c52 !important;
}

.ads-chrome-footer {
  background-color: #302a26;
  color: #f0e9de;
  padding: 4rem 0 2rem;
}

.ads-chrome-footer a {
  color: #f0e9de;
  text-decoration: none;
}

.ads-chrome-footer a:hover {
  color: #d7b98e;
}

.ads-chrome-footer img {
  height: 42px;
  width: auto;
}

.ads-chrome-footer-blurb {
  color: rgba(240, 233, 222, 0.72);
  font-size: 0.95rem;
  max-width: 22rem;
}

.ads-chrome-footer-widgets {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
}

.ads-chrome-footer .ads-chrome-widget-call {
  border-color: rgba(240, 233, 222, 0.25);
  color: #faf8f3 !important;
  background: rgba(255, 255, 255, 0.04);
  max-width: 16rem;
}

.ads-chrome-footer .ads-chrome-widget-call:hover {
  border-color: #d7b98e;
  color: #d7b98e !important;
}

.ads-chrome-footer .ads-chrome-widget-wa {
  max-width: 16rem;
}

.ads-chrome-footer-title {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d7b98e;
  margin-bottom: 1rem;
  font-weight: 600;
}

.ads-chrome-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ads-chrome-footer-links li {
  margin-bottom: 0.55rem;
}

.ads-chrome-footer-links a,
.ads-chrome-footer-links span,
.ads-chrome-legal-btn {
  color: rgba(240, 233, 222, 0.82);
  font-size: 0.92rem;
}

.ads-chrome-legal-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  font: inherit;
  color: inherit;
}

.form-check .ads-chrome-legal-btn,
.custom-form .ads-chrome-legal-btn,
label .ads-chrome-legal-btn {
  color: inherit;
}

.ads-chrome-footer-social {
  display: flex;
  gap: 0.75rem;
}

.ads-chrome-footer-social a {
  display: inline-flex;
  opacity: 0.85;
}

.ads-chrome-footer-social a:hover {
  opacity: 1;
  color: #d7b98e;
}

.ads-chrome-footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(215, 185, 142, 0.18);
  font-size: 0.85rem;
  color: rgba(240, 233, 222, 0.55);
}

.ads-chrome-modal .modal-content {
  background: #faf8f3;
  border-radius: 0;
  border: 1px solid rgba(48, 42, 38, 0.12);
}

.ads-chrome-modal-note {
  font-size: 0.85rem;
  font-style: italic;
  color: #6b625c;
}

.ads-chrome-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #302a26;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.12);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.ads-chrome-sticky a {
  flex: 1;
  text-align: center;
  padding: 0.9rem 0.35rem;
  color: #faf8f3;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-chrome-sticky a:last-child {
  border-right: none;
}

.ads-chrome-sticky a.is-wa {
  background: #2b5643;
}

.ads-chrome-sticky a.is-cta {
  background: #a67c52;
  color: #faf8f3;
}

@media (max-width: 1199.98px) {
  .ads-chrome-nav {
    gap: 0.15rem 0.7rem;
  }
  .ads-chrome-nav a {
    font-size: 0.72rem;
  }
  .ads-chrome-widget strong {
    font-size: 0.72rem;
  }
}

@media (max-width: 991.98px) {
  .ads-chrome-sticky {
    display: flex;
  }
  body:has(.ads-chrome-sticky) {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
}

.ads-chrome-header ~ main > section:first-child,
.ads-chrome-header ~ .hero-section,
body:has(.ads-chrome-header) .hero-section,
body:has(.ads-chrome-header) .yg-hero,
body:has(.ads-chrome-header) header.hero-section {
  scroll-margin-top: 5.5rem;
}

body.ads-page-yuz-yag-dolgusu:has(.ads-chrome-header) .yg-hero {
  padding-top: 6.5rem;
}

@media (min-width: 992px) {
  body.ads-page-yuz-yag-dolgusu:has(.ads-chrome-header) .yg-hero {
    padding-top: 7.5rem;
  }
}

a:focus-visible.ads-chrome-widget,
.ads-chrome-cta:focus-visible,
.ads-chrome-menu-toggle:focus-visible,
.ads-chrome-legal-btn:focus-visible {
  outline: 2px solid #d7b98e;
  outline-offset: 2px;
}
