/* Anasayfa mobil — index.ejs'de en son yüklenir (tek kaynak) */

@media (max-width: 991.98px) {
  body.homepage-body {
    overflow-x: hidden;
    overflow-x: clip;
    max-width: 100%;
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  body.homepage-body main.container,
  body.homepage-body section.container {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.homepage-body .home-market-slider {
    margin: 0;
    padding: 0;
    background: #5c0204; /* Luxury deep crimson fallback */
  }

  body.homepage-body .home-market-slider__shell {
    margin: 0;
    padding: 28px 16px 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    background: 
      radial-gradient(circle at 15% 15%, rgba(255, 180, 150, 0.18) 0%, transparent 45%),
      radial-gradient(circle at 85% 85%, rgba(225, 29, 72, 0.15) 0%, transparent 45%),
      linear-gradient(165deg, #8a0c0e 0%, #680507 50%, #4a0203 100%);
  }

  body.homepage-body .home-market-slider__shell::before,
  body.homepage-body .home-market-slider__shell::after {
    display: none;
  }

  body.homepage-body .home-market-slider__inner {
    padding: 0;
    max-width: 100%;
  }

  body.homepage-body .home-market-slider__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  body.homepage-body .home-market-slider__grid > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.homepage-body .home-market-slider__copy {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Hide brand logo in hero on mobile/tablet to save space */
  body.homepage-body .home-market-slider__brand {
    display: none !important;
  }

  body.homepage-body .home-market-slider__title {
    margin: 0 0 10px;
    max-width: none;
    font-size: clamp(1.65rem, 6.5vw, 2.15rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #ffffff 50%, #ffeedd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
  }

  body.homepage-body .home-market-slider__desc {
    margin: 0 0 20px;
    font-size: 0.94rem;
    line-height: 1.55;
    color: rgba(255, 238, 233, 0.85);
    text-align: center;
    max-width: 32rem;
  }

  body.homepage-body .home-market-slider__cta-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 0;
  }

  body.homepage-body .home-market-slider__cta {
    width: 100%;
    min-height: 46px;
    padding: 11px 20px;
    border-radius: 12px;
    font-size: 0.94rem;
    font-weight: 800;
    white-space: normal;
    text-align: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  }

  /* Reset to brand primary white with dark red text, adding touch glow */
  body.homepage-body .home-market-slider__cta--primary {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #720102 !important;
    box-shadow: 0 8px 20px rgba(114, 1, 2, 0.24);
  }

  /* Reset to transparent glass-like button */
  body.homepage-body .home-market-slider__cta--secondary {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
  }

  body.homepage-body .home-market-slider__cta:active {
    transform: scale(0.97) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  /* Compact download area */
  body.homepage-body .home-market-slider__download-panel {
    width: 100%;
    box-sizing: border-box;
    margin: 4px 0 0;
    padding: 0;
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
  }

  body.homepage-body .home-market-slider__download-kicker,
  body.homepage-body .home-market-slider__download-title,
  body.homepage-body .home-market-slider__desc--download {
    display: none !important;
  }

  body.homepage-body .home-market-slider__store-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin: 8px auto 0;
    width: 100%;
    max-width: 360px;
  }

  body.homepage-body .home-market-slider__store-card {
    flex: 1;
    min-height: 42px;
    height: 42px;
    padding: 6px 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  body.homepage-body .home-market-slider__store-logo {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.homepage-body .home-market-slider__store-logo svg {
    width: 15px;
    height: 15px;
  }

  body.homepage-body .home-market-slider__store-logo i {
    font-size: 15px;
  }

  body.homepage-body .home-market-slider__store-copy strong {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
  }

  /* Hide corporate logo strip completely in mobile view */
  body.homepage-body .home-market-slider__logo-strip {
    display: none !important;
  }

  body.homepage-body .featured-cities-shell {
    margin-bottom: 16px;
    overflow: hidden;
  }

  body.homepage-body .featured-cities-viewport {
    padding: 4px 0 10px;
    margin: 0;
  }

  body.homepage-body .featured-cities-track {
    gap: 0.85rem;
  }

  body.homepage-body .featured-city-slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 2px 0 8px;
    scroll-snap-align: center;
  }

  body.homepage-body .featured-cities-nav {
    display: none !important;
  }

  body.homepage-body .home-cut-switch-shell .cut-switch-chip-label {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  body.homepage-body .row-news-cards > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.homepage-body .news-section-editorial .news-section-intro {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.homepage-body .news-section-editorial .news-section-link {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }

  body.homepage-body .news-section-editorial .news-card-body {
    min-height: 0;
    padding: 14px;
  }

  body.homepage-body .home-listings-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  body.homepage-body .home-listings-header-actions {
    width: 100%;
  }

  body.homepage-body .home-listings-header-actions .home-listings-btn-primary {
    width: 100%;
    justify-content: center;
  }

  body.homepage-body .home-listings-grid .listing-image-wrap {
    height: 180px !important;
  }

  /* Hide the provinces marquee completely on mobile/tablet view */
  body.homepage-body .marquee-provinces-section {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.homepage-body .home-market-slider__copy {
    text-align: left;
    align-items: flex-start;
  }

  body.homepage-body .home-market-slider__title {
    text-align: left;
  }

  body.homepage-body .home-market-slider__desc {
    text-align: left;
  }

  body.homepage-body .home-market-slider__cta-row {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
    margin: 0;
  }

  body.homepage-body .home-market-slider__cta {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }

  body.homepage-body .home-market-slider__store-grid {
    justify-content: flex-start;
    max-width: none;
    margin: 8px 0 0;
  }

  body.homepage-body .featured-city-slide {
    flex: 0 0 calc(50% - 0.5rem) !important;
    max-width: calc(50% - 0.5rem) !important;
  }
}

@media (max-width: 575.98px) {
  body.homepage-body main.container,
  body.homepage-body section.container {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.homepage-body .home-market-slider__shell {
    padding: 24px 14px 24px;
  }

  body.homepage-body .home-market-slider__title {
    font-size: clamp(1.45rem, 7.5vw, 1.75rem);
  }

  body.homepage-body .cut-switch-chip-label {
    font-size: 0.72rem;
  }

  body.homepage-body .home-listings-grid .listing-image-wrap {
    height: 160px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   MOBİL ANASAYFA — sade app-indir landing + 3 yönlendirme kartı
   (yalnızca mobil/tablet ≤ 991.98px; masaüstü tamamen korunur)
   ═══════════════════════════════════════════════════════════════════ */
.home-mobile-landing { display: none; }

@media (max-width: 991.98px) {
  /* Masaüstü gövde bölümlerini mobilde gizle (kurumsal marquee + kayan fiyat şeridi dahil) */
  body.homepage-body .home-market-slider,
  body.homepage-body .header-live-ticker-shell,
  body.homepage-body #tour-featured-cities,
  body.homepage-body #tour-quick-nav,
  body.homepage-body #tour-piyasa-liderleri,
  body.homepage-body .site-footer-app-strip,
  body.homepage-body .site-footer { display: none !important; }
  body.homepage-body main.container.mt-4 { margin-top: 0 !important; padding-top: 0 !important; }

  .home-mobile-landing {
    display: block;
    padding: 16px 16px 6px;
    background:
      radial-gradient(120% 60% at 50% 0%, rgba(122, 9, 9, 0.06) 0%, rgba(122, 9, 9, 0) 60%),
      #f6f4f3;
  }

  /* ── Hero — açık & kurumsal ── */
  .hml-hero {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 26px 22px 24px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(40, 0, 4, 0.07);
    border: 1px solid #ece6e6;
  }
  .hml-hero__eyebrow {
    display: inline-block;
    color: #8b0101;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .hml-hero__accent {
    display: block;
    width: 44px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #8b0101, #b40615);
    margin: 0 auto 16px;
  }
  .hml-hero__trust {
    list-style: none;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    text-align: left;
    max-width: 290px;
  }
  .hml-hero__trust li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
  }
  .hml-hero__trust i { color: #15803d; font-size: 1.05rem; flex: 0 0 auto; }
  .hml-hero__glow {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 80%;
    background: radial-gradient(closest-side, rgba(243, 207, 122, 0.22), rgba(243, 207, 122, 0));
    pointer-events: none;
  }
  .hml-hero__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 230, 169, 0.30);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 4px 14px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #ffe6a9;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .hml-hero__badge i { font-size: 0.7rem; }
  .hml-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.7);
    animation: hmlLivePulse 1.5s ease-out infinite;
    flex: 0 0 auto;
  }
  @keyframes hmlLivePulse {
    0%   { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.65); opacity: 1; }
    70%  { box-shadow: 0 0 0 7px rgba(52, 211, 153, 0); opacity: 0.85; }
    100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); opacity: 1; }
  }
  @media (prefers-reduced-motion: reduce) {
    .hml-live-dot { animation: none; }
  }
  .hml-hero__title {
    position: relative;
    color: #1a1f2b;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.32;
    margin: 0 auto 16px;
    max-width: 21ch;
    letter-spacing: -0.2px;
  }
  .hml-hero__desc {
    position: relative;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 auto 20px;
    max-width: 30ch;
  }
  .hml-store-row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hml-store {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 10px;
    border-radius: 13px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .hml-store:active { transform: scale(0.97); }
  .hml-store__icon { font-size: 1.6rem; color: #ffffff; line-height: 1; }
  .hml-store__icon--play { width: 24px; height: 24px; display: inline-flex; }
  .hml-store__icon--play svg { width: 24px; height: 24px; }
  .hml-store__copy { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
  .hml-store__copy small { font-size: 0.62rem; color: rgba(255, 255, 255, 0.72); font-weight: 600; }
  .hml-store__copy strong { font-size: 0.95rem; color: #ffffff; font-weight: 800; }
  .hml-store__icon--apple { display: inline-flex; align-items: center; }
  .hml-store__icon--apple svg { width: 20px; height: 24px; fill: #ffffff; display: block; }
  .home-mobile-landing .hml-store-row { margin-top: 13px; }

  /* ── Öne çıkan iller — canlı fiyat panosu ── */
  .hml-board {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .hml-board__head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
  .hml-board__title { font-size: 1rem; font-weight: 800; color: #1a1f2b; }
  .hml-board__live {
    display: inline-flex; align-items: center; gap: 4px;
    background: #eaf6ee; color: #15803d;
    font-size: 0.62rem; font-weight: 700;
    padding: 2px 8px; border-radius: 20px;
  }
  .hml-board__dot { width: 6px; height: 6px; border-radius: 50%; background: #15803d; animation: hmlLivePulse 1.5s ease-out infinite; }
  .hml-board__unit { margin-left: auto; font-size: 0.7rem; color: #9a8f8f; }
  /* Oto-kaymalı öne çıkan iller (Kesim Fiyatları kart mantığı: rozet + fiyat dairesi + son güncelleme) */
  /* Gerçek kaydırma konteyneri — JS otomatik kaydırır; dokununca durur, elle kaydırılır, bırakınca devam eder */
  .hml-marquee {
    position: relative;
    overflow: hidden;
    scrollbar-width: none;
    margin: 0 -3px;
    touch-action: pan-y;
  }
  .hml-marquee::-webkit-scrollbar { display: none; }
  .hml-marquee__track {
    display: flex;
    gap: 10px;
    width: max-content;
    padding: 4px 3px 6px;
    will-change: transform;
    backface-visibility: hidden;
  }
  .hml-city-card {
    flex: 0 0 auto;
    width: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 13px 12px 12px;
    background: #ffffff;
    border: 1.5px solid #e0cfcf;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(117, 0, 1, 0.10), 0 1px 3px rgba(40, 0, 4, 0.06);
    text-decoration: none;
    text-align: center;
  }
  .hml-city-card__badge { line-height: 0; }
  @keyframes hmlBadgeGlow {
    0%, 100% { filter: drop-shadow(0 1px 3px rgba(40, 0, 4, 0.18)); }
    50%      { filter: drop-shadow(0 2px 7px rgba(40, 0, 4, 0.30)); }
  }
  @keyframes hmlBadgeGoldGlow {
    0%, 100% { filter: drop-shadow(0 1px 3px rgba(184, 112, 0, 0.35)); }
    50%      { filter: drop-shadow(0 2px 9px rgba(255, 190, 20, 0.60)); }
  }
  .hml-city-card__badge .rank-badge { animation: hmlBadgeGlow 2.8s ease-in-out infinite; }
  .hml-city-card__badge .rank-badge--1,
  .hml-city-card__badge .rank-badge--2 { animation: hmlBadgeGoldGlow 2.6s ease-in-out infinite; }
  .hml-city-card__name { font-size: 1rem; font-weight: 800; color: #1a1f2b; line-height: 1.1; display: inline-flex; align-items: center; gap: 3px; }
  .hml-city-card__verified { color: #1d9bf0; font-size: 0.78rem; flex: 0 0 auto; }
  .hml-city-card__circle {
    width: 90px; height: 90px; border-radius: 50%;
    border: 2.5px solid #760001; background: #ffffff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 18px rgba(117, 0, 1, 0.12);
    margin: 1px 0 2px;
    color: #760001; font-weight: 800; line-height: 1;
  }
  .hml-city-card__circle .ilb-inline-animated-price { font-size: 1.15rem; }
  .hml-city-card__circle .ilb-inline-animated-price-unit { font-size: 0.58rem; font-weight: 700; color: #9a8f8f; margin-left: 1px; }
  .hml-city-card__cut { font-size: 0.62rem; font-weight: 700; color: #9a8f8f; margin-top: -2px; }
  .hml-city-card__firm { font-size: 0.74rem; font-weight: 800; color: #2b2020; line-height: 1.18; max-width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 3px; }
  .hml-city-card__firm-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .hml-city-card__update { font-size: 0.58rem; font-weight: 600; color: #a99f9f; display: inline-flex; align-items: center; gap: 3px; text-align: center; }
  .hml-board__all {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 12px; margin-top: 10px;
    color: #760001; font-size: 0.85rem; font-weight: 800; text-decoration: none;
  }

  /* ── Güven şeridi (resmi, kapsamlı platform sinyali) ── */
  .hml-hero__stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 18px;
    padding: 12px 4px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hml-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
  .hml-stat + .hml-stat { border-left: 1px solid rgba(255, 255, 255, 0.14); }
  .hml-stat strong { color: #ffffff; font-size: 1.02rem; font-weight: 800; line-height: 1.1; }
  .hml-stat span { color: rgba(255, 255, 255, 0.72); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.02em; }

  /* ── 3 yönlendirme kartı ── */
  .hml-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }
  .hml-nav-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #ececef;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(40, 0, 4, 0.05);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .hml-nav-card:active { transform: scale(0.985); }
  .hml-nav-card__icon {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
  }
  .hml-nav-card--prices .hml-nav-card__icon { background: linear-gradient(135deg, #8b0101, #6b0000); }
  .hml-nav-card--market .hml-nav-card__icon { background: linear-gradient(135deg, #15803d, #0f5128); }
  .hml-nav-card--corp .hml-nav-card__icon { background: linear-gradient(135deg, #b8860b, #9a6a05); }
  .hml-nav-card__text { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
  .hml-nav-card__text strong { font-size: 1.02rem; font-weight: 800; color: #1a1a1a; }
  .hml-nav-card__text small { font-size: 0.8rem; color: #6b7280; line-height: 1.3; }
  .hml-nav-card__arrow { flex: 0 0 auto; font-size: 1.1rem; color: #c7ccd3; }
}

@media (max-width: 360px) {
  .hml-hero__title { font-size: 1.28rem; }
  .hml-store__copy strong { font-size: 0.86rem; }
}

/* ===== Mobil sade footer (anasayfa) ===== */
.hml-footer {
  padding: 22px 18px calc(98px + env(safe-area-inset-bottom, 0px));
  background: #f6f4f3;
  border-top: 1px solid #eadfdf;
  text-align: center;
}
/* İletişim — kompakt şerit */
.hml-foot-contact__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #4d0000;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hml-foot-contact__hours {
  margin: 3px 0 13px;
  font-size: 0.8rem;
  color: #8a6a6e;
}
.hml-foot-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.hml-foot-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #ecdede;
  color: #4a1f24;
  box-shadow: 0 4px 12px rgba(40, 0, 4, 0.05);
}
.hml-foot-chip i { font-size: 0.9rem; }
.hml-foot-chip--call { background: #fff7e6; border-color: #f0d9a0; color: #7a4a00; }
.hml-foot-chip--wa { background: #25d366; border-color: #25d366; color: #fff; }
.hml-foot-chip:active { transform: scale(0.97); }

/* Sayfalar — 2 sütun sade metin link */
.hml-foot-links2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
  margin: 20px 0 0;
  padding: 16px 4px 0;
  border-top: 1px solid #eadfdf;
  text-align: left;
}
.hml-foot-links2 a {
  display: block;
  padding: 10px 2px;
  color: #5a4548;
  font-size: 0.87rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #f1e8e8;
}
.hml-foot-links2 a:active { color: #7a0f1a; }

/* Alt — yasal + telif */
.hml-foot-base {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eadfdf;
}
.hml-foot-base__legal {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}
.hml-foot-base__legal a { color: #8a6a6e; font-size: 0.76rem; text-decoration: none; }
.hml-foot-base__copy { margin: 0; color: #a98f93; font-size: 0.74rem; }
