/* DS01 – Leke Tedavisi (Gemini-approved visual design)
   Scoped to body.ads-page-leke to avoid collisions with main site / other ads pages.
*/

.ads-page-leke {
  --lk-ivory: #faf8f3;
  --lk-sand: #f0e9de;
  --lk-champagne: #d7b98e;
  --lk-bronze: #a67c52;
  --lk-espresso: #302a26;
  --lk-espresso-light: #4a423c;
  --lk-white: #ffffff;
  --lk-font-serif: "Cormorant Garamond", Georgia, serif;
  --lk-font-sans: "Manrope", "Segoe UI", sans-serif;
  --lk-section-padding: 6rem;
  --lk-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --lk-sticky-h: 3.6rem;

  margin: 0;
  font-family: var(--lk-font-sans);
  color: var(--lk-espresso);
  background-color: var(--lk-ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: calc(var(--lk-sticky-h) + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 992px) {
  .ads-page-leke {
    padding-bottom: 0;
  }
}

.ads-page-leke h1,
.ads-page-leke h2,
.ads-page-leke h3,
.ads-page-leke h4,
.ads-page-leke h5,
.ads-page-leke h6 {
  font-family: var(--lk-font-serif);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--lk-espresso);
}

.ads-page-leke p {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: var(--lk-espresso-light);
}

.ads-page-leke .lk-skip {
  position: absolute;
  left: -9999px;
}
.ads-page-leke .lk-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  background: #fff;
  padding: 0.5rem 0.75rem;
}

.ads-page-leke .btn-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background-color: var(--lk-espresso);
  color: var(--lk-ivory) !important;
  font-family: var(--lk-font-sans);
  font-weight: 500;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: 1px solid var(--lk-espresso);
  border-radius: 0;
  transition: var(--lk-transition);
  cursor: pointer;
}
.ads-page-leke .btn-premium:hover,
.ads-page-leke .btn-premium:focus-visible {
  background-color: var(--lk-ivory);
  color: var(--lk-espresso) !important;
}
.ads-page-leke .btn-premium:focus-visible {
  outline: 2px solid var(--lk-bronze);
  outline-offset: 2px;
}

.ads-page-leke .btn-outline-premium {
  background-color: transparent;
  color: var(--lk-espresso) !important;
  border: 1px solid var(--lk-espresso);
}
.ads-page-leke .btn-outline-premium:hover,
.ads-page-leke .btn-outline-premium:focus-visible {
  background-color: var(--lk-espresso);
  color: var(--lk-ivory) !important;
}

.ads-page-leke .btn-whatsapp {
  background-color: #2b5643;
  color: var(--lk-ivory) !important;
  border-color: #2b5643;
}
.ads-page-leke .btn-whatsapp:hover,
.ads-page-leke .btn-whatsapp:focus-visible {
  background-color: var(--lk-ivory);
  color: #2b5643 !important;
  border-color: #2b5643;
}

.ads-page-leke .eyebrow {
  font-family: var(--lk-font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--lk-bronze);
  margin-bottom: 1.5rem;
  display: block;
}

.ads-page-leke .section-padding {
  padding: var(--lk-section-padding) 0;
}

.ads-page-leke .bg-sand {
  background-color: var(--lk-sand);
}

.ads-page-leke .bg-white {
  background-color: var(--lk-white);
}

@media (max-width: 768px) {
  .ads-page-leke {
    --lk-section-padding: 4rem;
  }
  .ads-page-leke h1 {
    font-size: clamp(1.65rem, 6.4vw, 2.15rem) !important;
  }
  .ads-page-leke h2 {
    font-size: 2rem !important;
  }
}

/* Header */
.ads-page-leke .ads-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(48, 42, 38, 0.97);
  backdrop-filter: blur(10px);
  z-index: 1030;
  border-bottom: 1px solid rgba(215, 185, 142, 0.22);
  padding: 0.7rem 0;
  transition: var(--lk-transition);
}
.ads-page-leke .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.ads-page-leke .header-logo img {
  height: 42px;
  width: auto;
  display: block;
}
.ads-page-leke .lk-nav {
  align-items: center;
  gap: 0.15rem 1.1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.ads-page-leke .lk-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-page-leke .lk-nav a:hover,
.ads-page-leke .lk-nav a:focus-visible {
  color: var(--lk-champagne);
}
.ads-page-leke .header-actions {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.ads-page-leke .lk-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-page-leke .lk-widget .icon {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}
.ads-page-leke .lk-widget small {
  display: block;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  opacity: 0.75;
}
.ads-page-leke .lk-widget strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
}
.ads-page-leke .lk-widget-call {
  border-color: rgba(250, 248, 243, 0.28);
  color: var(--lk-ivory) !important;
  background: rgba(255, 255, 255, 0.04);
}
.ads-page-leke .lk-widget-call:hover {
  border-color: var(--lk-champagne);
  color: var(--lk-champagne) !important;
}
.ads-page-leke .lk-widget-wa {
  background: #2b5643;
  border-color: #2b5643;
  color: var(--lk-ivory) !important;
}
.ads-page-leke .lk-widget-wa:hover {
  background: #234836;
  border-color: #234836;
}
.ads-page-leke .ads-header .btn-premium {
  background-color: var(--lk-bronze);
  border-color: var(--lk-bronze);
  color: var(--lk-ivory) !important;
  padding: 0.65rem 1rem;
  font-size: 0.78rem;
}
.ads-page-leke .ads-header .btn-premium:hover,
.ads-page-leke .ads-header .btn-premium:focus-visible {
  background-color: var(--lk-ivory);
  border-color: var(--lk-ivory);
  color: var(--lk-espresso) !important;
}
.ads-page-leke .lk-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-page-leke .lk-menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--lk-ivory);
}
.ads-page-leke .lk-drawer {
  background: var(--lk-ivory);
  color: var(--lk-espresso);
}
.ads-page-leke .lk-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 1.5rem;
}
.ads-page-leke .lk-drawer-nav a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(48, 42, 38, 0.1);
  color: var(--lk-espresso);
  text-decoration: none;
  font-family: var(--lk-font-serif);
  font-size: 1.35rem;
}
.ads-page-leke .lk-drawer-widgets {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ads-page-leke .lk-drawer .lk-widget-call {
  border-color: rgba(48, 42, 38, 0.18);
  color: var(--lk-espresso) !important;
  background: var(--lk-white);
}
.ads-page-leke .lk-drawer .lk-widget-call:hover {
  border-color: var(--lk-bronze);
  color: var(--lk-bronze) !important;
}

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

/* Hero */
.ads-page-leke .hero-section {
  padding-top: 120px;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.ads-page-leke .hero-content {
  padding-right: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .ads-page-leke .hero-content {
    padding-right: 2rem;
  }
}
.ads-page-leke .hero-title {
  font-size: clamp(1.7rem, 3.2vw, 2.75rem);
  margin-bottom: 1rem;
}
.ads-page-leke .hero-image-wrapper {
  position: relative;
  height: 100%;
  min-height: clamp(14rem, 42vw, 32rem);
}
.ads-page-leke .hero-image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.ads-page-leke .hero-shape {
  position: absolute;
  bottom: -5%;
  left: -10%;
  width: 60%;
  height: 60%;
  background-color: var(--lk-sand);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}

/* Trust */
.ads-page-leke .trust-strip {
  background-color: var(--lk-espresso);
  color: var(--lk-ivory);
  padding: 1.5rem 0;
  margin-top: 2rem;
}
.ads-page-leke .trust-strip-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 1rem;
}
.ads-page-leke .trust-strip-list li {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--lk-ivory);
}
.ads-page-leke .trust-strip-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--lk-bronze);
  flex-shrink: 0;
}

/* Types grid */
.ads-page-leke .types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--lk-champagne);
}
@media (min-width: 768px) {
  .ads-page-leke .types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ads-page-leke .type-item {
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid var(--lk-champagne);
  background-color: var(--lk-white);
  transition: var(--lk-transition);
  position: relative;
  overflow: hidden;
}
.ads-page-leke .type-item:hover {
  background-color: var(--lk-sand);
}
.ads-page-leke .type-number {
  font-family: var(--lk-font-serif);
  font-size: 1.5rem;
  color: var(--lk-champagne);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.ads-page-leke .type-item h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Analysis quote */
.ads-page-leke .analysis-section {
  background-color: var(--lk-sand);
  text-align: center;
}
.ads-page-leke .analysis-text {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-family: var(--lk-font-serif);
  color: var(--lk-espresso);
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}

/* Treatment tabs */
.ads-page-leke .treatment-selector {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .ads-page-leke .treatment-selector {
    flex-direction: row;
    gap: 4rem;
  }
  .ads-page-leke .treatment-tabs {
    flex: 0 0 35%;
  }
  .ads-page-leke .treatment-content {
    flex: 1;
  }
}
.ads-page-leke .tab-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.25rem 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(48, 42, 38, 0.2);
  font-family: var(--lk-font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  color: rgba(48, 42, 38, 0.5);
  transition: var(--lk-transition);
  cursor: pointer;
}
.ads-page-leke .tab-btn:hover,
.ads-page-leke .tab-btn:focus-visible {
  color: var(--lk-espresso);
}
.ads-page-leke .tab-btn.active {
  color: var(--lk-espresso);
  border-bottom-color: var(--lk-bronze);
}
.ads-page-leke .tab-pane {
  display: none;
}
.ads-page-leke .tab-pane.active {
  display: block;
  animation: lkFadeIn 0.5s ease-in-out;
}
.ads-page-leke .tab-pane img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.ads-page-leke .check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.ads-page-leke .check-list li {
  margin-bottom: 0.5rem;
  padding-left: 1.4rem;
  position: relative;
  color: var(--lk-espresso-light);
}
.ads-page-leke .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lk-bronze);
  font-weight: 600;
}

@keyframes lkFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* VS split */
.ads-page-leke .split-section {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  .ads-page-leke .split-section {
    flex-direction: row;
  }
}
.ads-page-leke .split-half {
  flex: 1;
  padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 4vw, 4rem);
  position: relative;
}
.ads-page-leke .split-left {
  background-color: var(--lk-sand);
}
.ads-page-leke .split-right {
  background-color: var(--lk-espresso);
  color: var(--lk-ivory);
}
.ads-page-leke .split-right h2,
.ads-page-leke .split-right h3,
.ads-page-leke .split-right p {
  color: var(--lk-ivory);
}
.ads-page-leke .vs-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: var(--lk-bronze);
  color: var(--lk-ivory);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lk-font-serif);
  font-size: 1.5rem;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .ads-page-leke .vs-badge {
    top: 50%;
  }
}

/* Melasma */
.ads-page-leke .melasma-section {
  background-color: var(--lk-espresso);
  background-image: linear-gradient(rgba(48, 42, 38, 0.9), rgba(48, 42, 38, 0.9)),
    var(--lk-melasma-bg);
  background-size: cover;
  background-position: center;
  color: var(--lk-ivory);
  text-align: center;
  padding: clamp(4rem, 10vw, 8rem) 0;
}
.ads-page-leke .melasma-section h2,
.ads-page-leke .melasma-section p,
.ads-page-leke .melasma-section .eyebrow {
  color: var(--lk-ivory);
}
.ads-page-leke .melasma-section .btn-premium.bg-white {
  background-color: var(--lk-white) !important;
  color: var(--lk-espresso) !important;
  border-color: var(--lk-white);
}
.ads-page-leke .melasma-section .btn-premium.bg-white:hover {
  background-color: transparent !important;
  color: var(--lk-ivory) !important;
}

@media (min-width: 992px) {
  .ads-page-leke .melasma-section {
    background-attachment: fixed;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ads-page-leke .melasma-section {
    background-attachment: scroll;
  }
}

/* Visual story */
.ads-page-leke .story-words {
  font-family: var(--lk-font-serif);
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1.1;
  color: var(--lk-champagne);
  text-transform: uppercase;
}
.ads-page-leke .story-words span {
  display: block;
  margin-left: calc(var(--i, 0) * 2rem);
}

/* Process */
.ads-page-leke .process-list {
  position: relative;
  padding-left: 2rem;
}
.ads-page-leke .process-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--lk-champagne);
}
.ads-page-leke .process-item {
  position: relative;
  padding-bottom: 3rem;
  padding-left: 2rem;
}
.ads-page-leke .process-item::before {
  content: "";
  position: absolute;
  left: -2.4rem;
  top: 0.5rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--lk-bronze);
  border: 2px solid var(--lk-ivory);
}
.ads-page-leke .process-num {
  font-family: var(--lk-font-serif);
  font-size: 1.2rem;
  color: var(--lk-bronze);
  margin-bottom: 0.5rem;
  display: block;
}

/* Doctor */
.ads-page-leke .doctor-section {
  background-color: var(--lk-white);
}
.ads-page-leke .doctor-image {
  width: min(100%, 240px);
  max-width: 240px;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(20%);
  display: block;
}
.ads-page-leke .doctor-quote {
  font-family: var(--lk-font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  color: var(--lk-espresso);
  line-height: 1.4;
  font-weight: 400;
}

/* FAQ */
.ads-page-leke .faq-item {
  border-bottom: 1px solid rgba(48, 42, 38, 0.1);
  padding: 1.5rem 0;
}
.ads-page-leke .faq-item summary {
  font-family: var(--lk-font-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--lk-espresso);
}
.ads-page-leke .faq-item summary::-webkit-details-marker {
  display: none;
}
.ads-page-leke .faq-item summary::after {
  content: "+";
  font-family: var(--lk-font-sans);
  font-size: 1.5rem;
  color: var(--lk-bronze);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.ads-page-leke .faq-item[open] summary::after {
  transform: rotate(45deg);
}
.ads-page-leke .faq-item p {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* Form */
.ads-page-leke .form-section {
  background-color: var(--lk-sand);
}
.ads-page-leke .form-panel {
  background: var(--lk-white);
  box-shadow: 0 10px 30px rgba(48, 42, 38, 0.06);
}
.ads-page-leke .form-aside {
  background-color: var(--lk-espresso);
  color: var(--lk-ivory);
  padding: clamp(1.75rem, 4vw, 3rem);
}
.ads-page-leke .form-aside h2,
.ads-page-leke .form-aside .eyebrow {
  color: var(--lk-ivory);
}
.ads-page-leke .form-aside .eyebrow {
  color: var(--lk-champagne);
}
.ads-page-leke .form-aside p,
.ads-page-leke .form-aside span {
  color: var(--lk-sand);
}
.ads-page-leke .form-aside a {
  color: var(--lk-ivory);
  text-decoration: none;
}
.ads-page-leke .form-aside a:hover {
  color: var(--lk-champagne);
}
.ads-page-leke .form-main {
  padding: clamp(1.75rem, 4vw, 3rem);
}
.ads-page-leke .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(48, 42, 38, 0.3);
  border-radius: 0;
  padding: 1rem 0;
  font-family: var(--lk-font-sans);
  color: var(--lk-espresso);
}
.ads-page-leke .form-control:focus {
  background: transparent;
  box-shadow: none;
  border-color: var(--lk-espresso);
}
.ads-page-leke .lk-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ads-page-leke .lk-alert {
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.ads-page-leke .lk-alert.is-ok {
  background: #e8f3ea;
  color: #1f5130;
}
.ads-page-leke .lk-alert.is-err {
  background: #f8e8e6;
  color: #6e2a22;
}

/* Footer */
.ads-page-leke .footer {
  background-color: var(--lk-espresso);
  color: var(--lk-sand);
  padding: 4rem 0 2rem;
}
.ads-page-leke .footer a {
  color: var(--lk-sand);
  text-decoration: none;
  transition: color 0.3s ease;
}
.ads-page-leke .footer a:hover {
  color: var(--lk-champagne);
}
.ads-page-leke .footer img {
  height: 42px;
  width: auto;
}
.ads-page-leke .lk-footer-blurb {
  color: rgba(240, 233, 222, 0.72);
  font-size: 0.95rem;
  max-width: 22rem;
}
.ads-page-leke .lk-footer-widgets {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
}
.ads-page-leke .footer .lk-widget-call {
  border-color: rgba(240, 233, 222, 0.25);
  color: var(--lk-ivory) !important;
  background: rgba(255, 255, 255, 0.04);
  max-width: 16rem;
}
.ads-page-leke .footer .lk-widget-call:hover {
  border-color: var(--lk-champagne);
  color: var(--lk-champagne) !important;
}
.ads-page-leke .footer .lk-widget-wa {
  max-width: 16rem;
}
.ads-page-leke .lk-footer-title {
  font-family: var(--lk-font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lk-champagne);
  margin-bottom: 1rem;
}
.ads-page-leke .lk-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ads-page-leke .lk-footer-links li {
  margin-bottom: 0.55rem;
}
.ads-page-leke .lk-footer-links a,
.ads-page-leke .lk-footer-links span,
.ads-page-leke .lk-legal-btn {
  color: rgba(240, 233, 222, 0.82);
  font-size: 0.92rem;
}
.ads-page-leke .lk-legal-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  font: inherit;
  color: inherit;
}
.ads-page-leke .form-check .lk-legal-btn {
  color: var(--lk-bronze);
  text-transform: none;
  letter-spacing: 0;
  font-size: inherit;
  text-decoration: underline;
}
.ads-page-leke .lk-footer-social {
  display: flex;
  gap: 0.55rem;
}
.ads-page-leke .lk-footer-social a {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 233, 222, 0.25);
  color: var(--lk-sand);
}
.ads-page-leke .lk-footer-social a:hover {
  border-color: var(--lk-champagne);
  color: var(--lk-champagne);
}
.ads-page-leke .lk-footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(240, 233, 222, 0.12);
  text-align: center;
  color: rgba(240, 233, 222, 0.55);
  font-size: 0.82rem;
}

/* Legal modals */
.ads-page-leke .lk-modal .modal-content {
  border-radius: 0;
  border: none;
  background: var(--lk-ivory);
  color: var(--lk-espresso);
}
.ads-page-leke .lk-modal .modal-header {
  border-bottom-color: rgba(48, 42, 38, 0.1);
}
.ads-page-leke .lk-modal .modal-title {
  font-family: var(--lk-font-serif);
}
.ads-page-leke .lk-modal .modal-body {
  font-size: 0.98rem;
  line-height: 1.7;
}
.ads-page-leke .lk-modal .modal-body p {
  color: var(--lk-espresso-light);
  font-size: 1rem;
}
.ads-page-leke .lk-modal-note {
  background: var(--lk-sand);
  padding: 0.75rem 0.9rem;
  font-size: 0.88rem !important;
}

/* Sticky bar */
.ads-page-leke .mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--lk-white);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  z-index: 1040;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.ads-page-leke .mobile-sticky-bar a {
  flex: 1;
  text-align: center;
  padding: 1rem 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--lk-espresso);
  text-decoration: none;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ads-page-leke .mobile-sticky-bar a:last-child {
  border-right: none;
}
.ads-page-leke .mobile-sticky-bar a.btn-primary-mobile {
  background-color: var(--lk-espresso);
  color: var(--lk-ivory);
}
.ads-page-leke .mobile-sticky-bar a.is-wa {
  color: #2b5643;
}
@media (min-width: 992px) {
  .ads-page-leke .mobile-sticky-bar {
    display: none;
  }
}

/* Animations */
.ads-page-leke .fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.ads-page-leke .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ads-page-leke .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ads-page-leke .tab-pane.active {
    animation: none;
  }
  html {
    scroll-behavior: auto;
  }
}

/* Tablet refinements */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ads-page-leke .hero-section {
    padding-top: 120px;
  }
  .ads-page-leke .hero-image-wrapper {
    min-height: 28rem;
  }
  .ads-page-leke .trust-strip-list {
    justify-content: flex-start;
  }
  .ads-page-leke .trust-strip-list li {
    flex: 1 1 42%;
  }
}

.ads-page-leke {
  overflow-x: clip;
}
.ads-page-leke [id] {
  scroll-margin-top: 5.75rem;
}
.ads-page-leke #nedir {
  padding-bottom: 0;
}
.ads-page-leke .hero-section {
  padding-bottom: 2.5rem;
}
.ads-page-leke .hero-content p {
  max-width: 42rem;
}
.ads-page-leke .lk-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
.ads-page-leke .lk-hero-trust li {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--lk-espresso);
  background: var(--lk-sand);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}
.ads-page-leke .lk-methods .lk-method {
  height: 100%;
  background: var(--lk-white);
  border: 1px solid rgba(48, 42, 38, 0.08);
}
.ads-page-leke .lk-methods img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
  display: block;
}
.ads-page-leke .lk-methods h3,
.ads-page-leke .lk-methods p {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}
.ads-page-leke .lk-methods h3 {
  margin-top: 1rem;
  font-size: 1.35rem;
}
.ads-page-leke .lk-methods p {
  padding-bottom: 1.1rem;
}
.ads-page-leke .lk-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.ads-page-leke .lk-compare {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  background: var(--lk-white);
}
.ads-page-leke .lk-compare th,
.ads-page-leke .lk-compare td {
  border-bottom: 1px solid rgba(48, 42, 38, 0.12);
  padding: 0.85rem 0.9rem;
  vertical-align: top;
  font-size: 0.95rem;
}
.ads-page-leke .lk-compare thead th {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ads-page-leke .lk-compare tbody th {
  width: 22%;
}
.ads-page-leke .lk-note {
  max-width: 42rem;
  margin: 2rem auto 0;
  font-size: 0.9rem;
  color: rgba(48, 42, 38, 0.72);
}
.ads-page-leke .faq-item summary {
  cursor: pointer;
}
.ads-page-leke .faq-item summary:focus-visible,
.ads-page-leke a:focus-visible,
.ads-page-leke button:focus-visible,
.ads-page-leke input:focus-visible,
.ads-page-leke textarea:focus-visible {
  outline: 2px solid var(--lk-bronze);
  outline-offset: 2px;
}
@media (max-width: 575.98px) {
  .ads-page-leke .hero-image-wrapper {
    min-height: 13.5rem;
  }
  .ads-page-leke .lk-methods img {
    height: 11rem;
  }
}
