/* ============================================================
   MODERN THEME — Complete Design System
   Bipopka.net — themes/modern/assets/css/modern-overrides.css
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap');

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --m-bg: #0a0a0f;
  --m-bg2: #12121a;
  --m-card: #16161f;
  --m-border: rgba(255, 255, 255, 0.07);
  --m-accent: #e91e8c;
  --m-accent2: #9b27e0;
  --m-gold: #f5c542;
  --m-text: #e8e8f0;
  --m-muted: #6e6e8a;
  --m-radius: 14px;
  --m-radius-sm: 8px;
}

/* ── Reset / Base ──────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif !important;
  background: var(--m-bg) !important;
  color: var(--m-text) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: auto !important;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ── Header ────────────────────────────────────────────────── */
header {
  background: rgba(10, 10, 15, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid var(--m-border) !important;
  box-shadow: none !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

header .container,
header .head-top {
  max-width: 1280px !important;
  padding: 0 20px !important;
}

.head-top {
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
}

/* Logo */
.logo h1 {
  margin: 0 !important;
}

.logo h1 a {
  color: var(--m-text) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px;
}

.logo img {
  height: 36px !important;
  width: auto !important;
  filter: brightness(1.1) !important;
}

/* Nav */
header nav ul li a {
  color: var(--m-muted) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  transition: color 0.2s, background 0.2s !important;
}

header nav ul li a:hover,
header nav ul li a.current {
  color: #fff !important;
  background: rgba(233, 30, 140, 0.15) !important;
}

header nav ul li a::after {
  display: none !important;
}

/* Header buttons */
.spe-button1,
.spe-button2 {
  border-radius: 24px !important;
  padding: 9px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  transition: all 0.2s !important;
}

.spe-button1 {
  background: linear-gradient(135deg, var(--m-accent), var(--m-accent2)) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 18px rgba(233, 30, 140, 0.35) !important;
}

.spe-button1:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 24px rgba(233, 30, 140, 0.5) !important;
}

.spe-button2 {
  background: transparent !important;
  border: 1.5px solid rgba(233, 30, 140, 0.6) !important;
  color: var(--m-accent) !important;
}

.spe-button2:hover {
  background: rgba(233, 30, 140, 0.1) !important;
}

/* ── Ultra Premium Section ─────────────────────────────────── */
.m-ultra-section {
  position: relative;
  background: linear-gradient(90deg, #1a0900 0%, #2b1100 50%, #1a0900 100%);
  border-top: 1px solid rgba(245, 197, 66, 0.28);
  border-bottom: 1px solid rgba(245, 197, 66, 0.28);
  padding: 10px 0 14px;
  overflow: hidden;
}

.m-ultra-label {
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 5px;
  color: var(--m-gold);
  text-shadow: 0 0 10px rgba(245, 197, 66, 0.55);
  margin-bottom: 10px;
}

.m-ultra-star {
  margin: 0 8px;
}

.m-ultra-slider-shell {
  position: relative;
  border: 1px solid rgba(245, 197, 66, 0.2);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(24, 12, 4, 0.8), rgba(14, 8, 4, 0.95));
  padding: 10px 36px;
}

.m-ultra-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.m-ultra-track::-webkit-scrollbar {
  display: none;
}

.m-ultra-card {
  flex: 0 0 calc((100% - 40px) / 5);
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid rgba(245, 197, 66, 0.26);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.42);
  scroll-snap-align: start;
}

.m-ultra-card:hover {
  transform: translateY(-4px);
  border-color: var(--m-gold);
  box-shadow: 0 8px 26px rgba(245, 197, 66, 0.2);
}

.m-ultra-photo {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.m-ultra-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, transparent 100%);
  padding: 20px 10px 9px;
}

.m-ultra-name {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-ultra-age {
  color: rgba(245, 197, 66, 0.8);
  font-size: 11px;
  margin-top: 2px;
}

.m-ultra-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.74);
  border: 1px solid rgba(245, 197, 66, 0.4);
  color: var(--m-gold);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}

.m-ultra-btn:hover {
  background: rgba(245, 197, 66, 0.2);
}

.m-ultra-btn.prev {
  left: 6px;
}

.m-ultra-btn.next {
  right: 6px;
}

@media (max-width: 1200px) {
  .m-ultra-card {
    flex: 0 0 calc((100% - 30px) / 4);
  }

  .m-ultra-photo {
    height: 178px;
  }
}

@media (max-width: 900px) {
  .m-ultra-card {
    flex: 0 0 calc((100% - 20px) / 3);
  }

  .m-ultra-photo {
    height: 170px;
  }
}

/* ── Section Layout ────────────────────────────────────────── */
.m-section {
  padding: 36px 0 20px;
}

.m-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.m-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--m-border);
  padding-bottom: 14px;
}

.m-section-title {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--m-text) !important;
  letter-spacing: -0.3px;
}

.m-badge-vip {
  background: linear-gradient(135deg, #f5a623, #f5c542);
  color: #000;
  font-size: 11px;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 1px;
}

/* ── Profile Grid ──────────────────────────────────────────── */
.m-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 1200px) {
  .m-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .m-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .m-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Profile Card ──────────────────────────────────────────── */
.m-card {
  display: flex;
  flex-direction: column;
  background: var(--m-card);
  border-radius: var(--m-radius);
  overflow: hidden;
  border: 1px solid var(--m-border);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  position: relative;
}

.m-card-link {
  display: flex;
  flex-direction: column;
  color: inherit !important;
  text-decoration: none !important;
  flex: 1;
}

.m-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
  border-color: rgba(233, 30, 140, 0.4);
}

.vip-card {
  border-color: rgba(245, 197, 66, 0.25);
}

.vip-card:hover {
  box-shadow: 0 12px 36px rgba(245, 197, 66, 0.2);
  border-color: rgba(245, 197, 66, 0.6);
}

.m-card-img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.m-card-ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #f5a623, #f5c542);
  color: #000;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.m-card-online {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid rgba(6, 8, 14, 0.95);
  z-index: 3;
}

.is-online {
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.8);
  animation: m-online-pulse 1.15s ease-in-out infinite;
}

.is-offline {
  background: #697187;
  box-shadow: 0 0 8px rgba(71, 85, 105, 0.55);
}

@keyframes m-online-pulse {
  0% {
    transform: scale(0.86);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.62);
    opacity: 0.75;
  }

  50% {
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.06);
    opacity: 1;
  }

  100% {
    transform: scale(0.86);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.62);
    opacity: 0.75;
  }
}

.m-card-body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.m-card-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--m-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-card-stats {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: var(--m-muted);
}

.m-card-stats span::after {
  content: ' ·';
  margin-left: 10px;
}

.m-card-stats span:last-child::after {
  content: '';
}

.m-card-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--m-radius-sm);
  padding: 6px 10px;
  margin-top: 4px;
  border: 1px solid var(--m-border);
}

.m-price-label {
  font-size: 11px;
  color: var(--m-muted);
  font-weight: 600;
}

.m-price-val {
  font-size: 13px;
  color: var(--m-accent);
  font-weight: 800;
}

.m-card-phone {
  margin-top: 0;
  padding: 0 14px 14px;
}

.m-card-phone a,
.m-card-phone span {
  display: block;
  background: linear-gradient(135deg, var(--m-accent), var(--m-accent2));
  color: #fff !important;
  text-align: center;
  border-radius: var(--m-radius-sm);
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(233, 30, 140, 0.3);
  transition: box-shadow 0.2s;
}

.m-card-phone a:hover {
  box-shadow: 0 4px 20px rgba(233, 30, 140, 0.5);
}

/* ── Pagination ────────────────────────────────────────────── */
.m-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 40px 0 20px;
}

.m-page-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--m-card);
  border: 1px solid var(--m-border);
  border-radius: var(--m-radius-sm);
  color: var(--m-muted);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.m-page-btn:hover,
.m-page-btn.active {
  background: var(--m-accent);
  border-color: var(--m-accent);
  color: #fff;
  box-shadow: 0 4px 16px rgba(233, 30, 140, 0.4);
}

/* ── Footer ────────────────────────────────────────────────── */
.m-footer {
  margin-top: 48px !important;
  border-top: 1px solid rgba(245, 197, 66, 0.18) !important;
  background:
    radial-gradient(1200px 260px at 50% -20%, rgba(233, 30, 140, 0.12), transparent 70%),
    linear-gradient(180deg, #0d0c15 0%, #07070d 100%) !important;
}

.m-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px 0 26px;
}

.m-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.m-footer-logo {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.3px;
  color: #fff !important;
  text-transform: uppercase;
}

.m-footer-text {
  margin: 0;
  color: var(--m-muted);
  font-size: 13px;
  line-height: 1.4;
}

.m-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.m-footer-links a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--m-text) !important;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.m-footer-links a:hover {
  border-color: rgba(233, 30, 140, 0.55);
  background: rgba(233, 30, 140, 0.12);
  color: #fff !important;
}

.m-footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.m-footer-copy {
  font-size: 12px;
  color: #9ea0b5;
}

.m-footer-url {
  font-size: 12px;
  color: #7a7f9f;
  opacity: 0.85;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width:768px) {
  .m-ultra-label {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .m-ultra-slider-shell {
    padding: 8px 24px;
  }

  .m-ultra-card {
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .m-ultra-photo {
    height: 170px;
  }

  .m-ultra-btn {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .m-ultra-btn.prev {
    left: 2px;
  }

  .m-ultra-btn.next {
    right: 2px;
  }

  .m-card-img {
    height: 190px;
  }

  .m-footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
    padding: 24px 0 22px;
  }

  .m-footer-brand {
    align-items: center;
  }

  .m-footer-meta {
    align-items: center;
  }
}

/* ══════════════════════════════════════════════════════════════
   BASE styles.css CONFLICT OVERRIDES
   Bu bölüm eski styles.css ile çakışmaları giderir
   ══════════════════════════════════════════════════════════════ */

/* 1. Nav link HEIGHT: base CSS 105px/55px !important ile eziyor */
header nav ul li a,
header nav ul li a:not(.m-ignore) {
  height: auto !important;
  line-height: normal !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 14px !important;
}

/* 2. Nav .current dark gradient: base CSS'teki gradient dark box'u kaldır */
header nav ul li a.current,
header nav ul li a.current:hover {
  background: rgba(233, 30, 140, 0.18) !important;
  background-image: none !important;
  filter: none !important;
  color: #fff !important;
}

/* 3. Nav ::before kırmızı alt çizgi — gizle */
header nav ul li a::before,
header nav ul li a.current::before,
header nav ul li a:hover::before {
  display: none !important;
  opacity: 0 !important;
}

/* 4. Header total height — sabit 64px */
header {
  height: 64px !important;
  overflow: visible !important;
}

header .head-top {
  height: 64px !important;
  min-height: 64px !important;
}

header nav {
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
}

header nav ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  gap: 4px !important;
  align-items: center !important;
}

header nav ul li {
  height: auto !important;
  display: flex !important;
  align-items: center !important;
}

/* 5. .m-card: garantili flex-column kart — base'de list-items li floatlar olabilir */
.m-card,
a.m-card {
  display: flex !important;
  flex-direction: column !important;
  background: var(--m-card) !important;
  border-radius: var(--m-radius) !important;
  overflow: hidden !important;
  float: none !important;
  list-style: none !important;
  width: 100% !important;
  height: auto !important;
}

.m-card-img {
  display: block !important;
  flex-shrink: 0 !important;
  height: 240px !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-color: #1a1a1a !important;
}

.m-card-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  float: none !important;
}

/* 6. .m-grid: base styles'tan gelen float veya inline-block etkisini kapat */
.m-grid {
  display: grid !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.m-grid::after {
  display: none !important;
  content: none !important;
}

/* 7. Eski .listes ve .list-items tamamen sıfırla (modern temada kullanılmıyor) */
.listes,
.list-items {
  all: unset !important;
  display: none !important;
}

/* 8. Menü mobil düğmesi */
.resp-menu {
  color: var(--m-text) !important;
  cursor: pointer !important;
}

/* 9. Butonlar header içinde vertikal hizalama */
header .buttons,
header .buttons.nologin {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  position: static !important;
  height: auto !important;
}

/* 10. Auth Pages (login/register) */
.m-auth-wrap {
  padding: 34px 0 40px;
  min-height: calc(100vh - 64px - 156px);
}

.m-auth-shell {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.m-auth-side {
  border: 1px solid var(--m-border);
  border-radius: 18px;
  background:
    radial-gradient(700px 260px at 10% 0, rgba(245, 197, 66, 0.18), transparent 70%),
    radial-gradient(600px 260px at 90% 100%, rgba(233, 30, 140, 0.2), transparent 68%),
    linear-gradient(160deg, #13141d 0%, #0b0b12 100%);
  min-height: 480px;
}

.m-auth-side-inner {
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.m-auth-kicker {
  display: inline-flex;
  align-self: flex-start;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 800;
  color: var(--m-gold);
  border: 1px solid rgba(245, 197, 66, 0.42);
  border-radius: 999px;
  padding: 6px 12px;
  margin-bottom: 14px;
}

.m-auth-title {
  margin: 0 !important;
  font-size: 34px !important;
  line-height: 1.1;
  font-weight: 900 !important;
  color: #fff !important;
  letter-spacing: -0.7px;
}

.m-auth-lead {
  margin: 14px 0 0;
  color: #b7bad1;
  font-size: 14px;
  line-height: 1.6;
  max-width: 560px;
}

.m-auth-points {
  list-style: none;
  margin: auto 0 0;
  padding: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.m-auth-points li {
  position: relative;
  padding-left: 18px;
  color: #d3d7f0;
  font-size: 13px;
  line-height: 1.5;
}

.m-auth-points li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--m-accent), var(--m-accent2));
  position: absolute;
  left: 0;
  top: 7px;
}

.m-auth-points a {
  color: var(--m-gold) !important;
  border-bottom: 1px dotted rgba(245, 197, 66, 0.65);
}

.m-auth-form-col {
  display: flex;
}

.m-auth-card {
  width: 100%;
  border: 1px solid var(--m-border);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(500px 220px at 95% -10%, rgba(233, 30, 140, 0.15), transparent 70%),
    linear-gradient(180deg, #141520 0%, #0f1018 100%);
}

.m-auth-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--m-border);
}

.m-auth-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #9ea4c4 !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: all 0.2s ease;
}

.m-auth-switch a:hover,
.m-auth-switch a.is-active {
  border-color: rgba(233, 30, 140, 0.7);
  background: linear-gradient(135deg, rgba(233, 30, 140, 0.2), rgba(155, 39, 224, 0.22));
  color: #fff !important;
}

.m-auth-card form[role='form'] {
  min-height: 0;
}

.m-auth-card .log-reg-content {
  background: transparent !important;
  padding: 18px 18px 20px !important;
  float: none !important;
}

.m-auth-card .lrc-col {
  margin-top: 14px !important;
}

.m-auth-card .lrc-col:nth-child(1) {
  margin-top: 0 !important;
}

.m-auth-card .lrc-col span {
  color: #aeb3cf !important;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px !important;
  letter-spacing: 0.2px;
}

.m-auth-card .spe-input2 {
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #fff !important;
  padding-right: 14px !important;
  padding-left: 14px;
}

.m-auth-card .iti {
  width: 100%;
  display: block;
}

.m-auth-card .iti .spe-input2 {
  padding-left: 90px;
}

.m-auth-card .iti__flag-container {
  padding: 1px !important;
}

.m-auth-card .iti--separate-dial-code .iti__selected-flag {
  background: rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px 0 0 10px;
  padding: 0 9px 0 11px;
}

.m-auth-card .iti--separate-dial-code .iti__selected-dial-code {
  color: #dbe0f7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.m-auth-card .iti__arrow {
  border-top-color: #c6cced;
}

.m-auth-card .iti__country-list {
  background: #111523;
  border-color: rgba(255, 255, 255, 0.12);
}

.m-auth-card .iti__country {
  color: #f2f4ff;
}

.m-auth-card .iti__dial-code {
  color: #9ca5cf;
}

.m-auth-card .iti__country.iti__highlight {
  background: rgba(233, 30, 140, 0.15);
}

.m-auth-card .spe-input2::placeholder {
  color: #7e85ab;
}

.m-auth-card .spe-input2:focus {
  border-color: rgba(233, 30, 140, 0.85) !important;
  box-shadow: 0 0 0 3px rgba(233, 30, 140, 0.16);
}

.m-auth-card .spe-button4 {
  border-radius: 12px !important;
  border: 0 !important;
  min-height: 48px;
  padding: 10px 16px !important;
  background: linear-gradient(135deg, var(--m-accent), var(--m-accent2)) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(233, 30, 140, 0.32);
}

.m-auth-card .spe-button4:hover {
  background: linear-gradient(135deg, #ff2d9f, #ad38f3) !important;
  box-shadow: 0 10px 24px rgba(233, 30, 140, 0.45);
}

.m-auth-link-row a {
  color: var(--m-gold) !important;
  border-bottom: 1px dotted rgba(245, 197, 66, 0.65);
}

.m-auth-card .sending,
.m-auth-card .sended {
  border-radius: 0 !important;
  background: rgba(7, 7, 10, 0.94) !important;
}

.m-auth-card .sending {
  padding: 70px 18px !important;
}

.m-auth-card .sended {
  padding: 24px 0 !important;
}

@media (max-width: 1100px) {
  .m-auth-shell {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .m-auth-side {
    min-height: 0;
  }

  .m-auth-side-inner {
    padding: 28px 22px;
  }

  .m-auth-title {
    font-size: 30px !important;
  }

  .m-auth-points {
    margin-top: 12px;
    padding-top: 8px;
  }
}

@media (max-width: 640px) {
  .m-auth-wrap {
    padding: 18px 0 26px;
    min-height: calc(100vh - 64px - 120px);
  }

  .m-auth-side-inner {
    padding: 20px 16px;
  }

  .m-auth-title {
    font-size: 25px !important;
  }

  .m-auth-card .log-reg-content {
    padding: 14px 12px 16px !important;
  }
}

.m-auth-wrap + .m-footer {
  margin-top: 0 !important;
}

/* 11. Profile Detail (modernized, content-safe) */
.m-profile-page {
  padding-top: 18px;
}

.m-profile-page .m-profile-layout {
  gap: 22px;
  align-items: flex-start;
}

.m-profile-page .kd-row .kd-col:nth-child(1) {
  width: 48% !important;
  padding-right: 8px !important;
}

.m-profile-page .kd-row .kd-col:nth-child(2) {
  width: 52% !important;
  padding-left: 8px !important;
}

.m-profile-page .m-profile-hero {
  border: 1px solid rgba(245, 197, 66, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, #0f1118, #090b11);
  overflow: hidden;
  position: relative;
}

.m-profile-page .m-profile-hero .li-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
  width: auto;
  height: auto;
}

.m-profile-page .m-profile-hero .badge-vip {
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.m-profile-page .m-profile-hero .badge-vip img {
  display: block;
  width: 40px;
  height: 40px;
}

.m-profile-page .m-profile-title-badge {
  position: absolute;
  top: 12px;
  left: 58px;
  z-index: 6;
  margin: 0;
  max-width: calc(100% - 74px);
  padding: 7px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(8, 12, 22, 0.84), rgba(7, 10, 20, 0.68));
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.3px;
  backdrop-filter: blur(6px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-profile-page .m-profile-title-badge i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4e78ff, #2e5fff);
  color: #fff;
  font-size: 11px;
  vertical-align: 2px;
}

.m-profile-page .kd-image .sli2-table {
  height: auto !important;
}

.m-profile-page .kd-image .sli2-table .sli2-cell {
  padding: 12px !important;
}

.m-profile-page .kd-image .sli2-table .sli2-cell img {
  width: 100% !important;
  max-width: 100% !important;
  height: min(68vh, 640px) !important;
  max-height: none !important;
  object-fit: contain;
  border-radius: 10px;
  background: #090b12;
}

.m-profile-page .slider2 .slick-prev,
.m-profile-page .slider2 .slick-next {
  z-index: 4;
}

.m-profile-page .slider2 .slick-prev {
  left: 14px;
}

.m-profile-page .slider2 .slick-next {
  right: 14px;
}

.m-profile-page .slider2 .slick-prev::before,
.m-profile-page .slider2 .slick-next::before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  background: rgba(7, 9, 14, 0.8);
  color: rgba(245, 197, 66, 0.9);
  border: 1px solid rgba(245, 197, 66, 0.3);
}

.m-profile-page .m-profile-thumbs-wrap {
  margin: 14px auto 0;
  max-width: 640px;
  width: 100%;
}

.m-profile-page .m-profile-slider-thumbs .slick-list {
  overflow: hidden;
}

.m-profile-page .m-profile-slider-thumbs .slick-track {
  display: flex !important;
  margin: 0 auto !important;
}

.m-profile-page .m-profile-slider-thumbs .sli3-col {
  padding: 0 6px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.m-profile-page .m-profile-slider-thumbs .slick-slide {
  float: none !important;
  height: auto;
}

.m-profile-page .m-profile-slider-thumbs .sli3-col img {
  width: 92px !important;
  height: 92px !important;
  object-fit: contain !important;
  object-position: center center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #101319;
  padding: 3px;
  display: block;
}

.m-profile-page .m-profile-slider-thumbs .slick-current img {
  border-color: var(--m-accent) !important;
  box-shadow: 0 0 0 2px rgba(233, 30, 140, 0.2);
}

.m-profile-page .m-profile-heading .kdp-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  width: 100% !important;
  padding: 0 !important;
}

.m-profile-page .kdp-name {
  width: auto !important;
  flex: 1 1 auto;
  float: none !important;
  margin: 0 0 10px !important;
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.4px;
}

.m-profile-page .kd-pro-top .kdp-col:nth-child(1) i {
  background: linear-gradient(135deg, #4e78ff, #2e5fff);
}

.m-profile-page .kdp-col h2 {
  position: static !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  flex: 0 0 auto;
}

.m-profile-page .m-profile-phone-head {
  margin-left: auto !important;
}

.m-profile-page .kdp-col h2 a,
.m-profile-page .kdp-col h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--m-accent), var(--m-accent2));
  color: #fff !important;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 20px rgba(233, 30, 140, 0.35);
  white-space: nowrap;
}

.m-profile-page .m-profile-details {
  border: 1px solid var(--m-border);
  border-radius: 14px;
  background:
    radial-gradient(600px 200px at 100% -10%, rgba(233, 30, 140, 0.08), transparent 70%),
    linear-gradient(180deg, #111420 0%, #0a0d16 100%);
  padding: 20px !important;
  margin-top: 0 !important;
}

.m-profile-page .m-profile-details-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.m-profile-page .m-profile-view-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid rgba(245, 197, 66, 0.38);
  background: linear-gradient(180deg, rgba(245, 197, 66, 0.1), rgba(245, 197, 66, 0.04));
  color: #efe5b2;
  white-space: nowrap;
}

.m-profile-page .m-profile-view-inline i {
  color: var(--m-gold);
  font-size: 14px;
}

.m-profile-page .m-profile-view-inline span {
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #d9cb8d;
}

.m-profile-page .m-profile-view-inline strong {
  font-size: 16px;
  font-weight: 800;
  color: #ffe58a;
}

.m-profile-page .m-profile-phone-inline a,
.m-profile-page .m-profile-phone-inline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--m-accent), var(--m-accent2));
  color: #fff !important;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 20px rgba(233, 30, 140, 0.35);
  white-space: nowrap;
}

.m-profile-page .m-profile-lang-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 16px;
  align-items: start;
}

.m-profile-page .m-profile-lang-label {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.m-profile-page .m-profile-lang-values {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-self: end;
}

.m-profile-page .m-profile-lang-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dbe1ff;
  font-size: 15px;
  line-height: 1.35;
}

.m-profile-page .m-profile-lang-item img {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 2px;
}

.m-profile-page .kd-parag {
  color: #b7bdd7;
  line-height: 1.7;
  font-size: 14px;
}

.m-profile-page .kdd-title {
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}

.m-profile-page .m-profile-prices {
  margin-top: 16px;
  border: 1px solid rgba(245, 197, 66, 0.34);
  border-radius: 10px;
  overflow: hidden;
}

.m-profile-page .m-profile-prices .kdp-row:nth-child(1) {
  background: rgba(245, 197, 66, 0.08);
}

.m-profile-page .m-profile-prices .kdp-row .kdp-col {
  color: #d2d7ef;
  border-color: rgba(255, 255, 255, 0.09);
}

.m-profile-page .m-profile-prices .kdp-row:nth-child(1) .kdp-col {
  color: rgba(245, 197, 66, 0.95);
  font-weight: 700;
}

.m-profile-page .m-profile-meta {
  margin-top: 16px;
}

.m-profile-side-nav {
  position: fixed;
  right: max(10px, env(safe-area-inset-right));
  top: 50%;
  transform: translateY(-50%);
  z-index: 1300;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.m-profile-side-btn {
  min-width: 168px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(18, 22, 38, 0.96), rgba(10, 12, 20, 0.96));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.36);
  color: #eef2ff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  padding: 10px 12px;
  transition: transform 0.18s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  pointer-events: auto;
}

.m-profile-side-btn:hover {
  transform: translateX(-2px);
  border-color: rgba(245, 197, 66, 0.62);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.46);
}

.m-profile-side-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 197, 66, 0.14);
  color: rgba(245, 197, 66, 0.95);
  font-size: 11px;
}

.m-profile-side-text {
  line-height: 1;
  white-space: nowrap;
}

.m-profile-page .m-profile-meta .kd-det-row {
  margin-top: 8px;
}

.m-profile-page .m-profile-meta .kdd-col {
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #9ca4c8;
  background: rgba(255, 255, 255, 0.02);
}

.m-profile-page .m-profile-meta .kdd-col span {
  color: #e7eafd;
}

.m-profile-page .m-profile-meta .kdd-col.options strong {
  color: var(--m-gold);
  font-size: 12px;
  letter-spacing: 0.4px;
}

@media (max-width: 1365px) {
  .m-profile-page .kd-row .kd-col:nth-child(1),
  .m-profile-page .kd-row .kd-col:nth-child(2) {
    width: 100% !important;
    padding: 0 !important;
  }

  .m-profile-page .m-profile-content {
    margin-top: 14px;
  }

  .m-profile-page .m-profile-heading .kdp-col {
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
  }

  .m-profile-page .kdp-name {
    font-size: 24px;
    margin: 0 !important;
  }

  .m-profile-page .kdp-col h2 a,
  .m-profile-page .kdp-col h2 span {
    font-size: 18px;
  }

  .m-profile-page .m-profile-phone-inline a,
  .m-profile-page .m-profile-phone-inline span {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .m-profile-page {
    padding-bottom: 84px;
  }

  .m-profile-side-nav {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    top: auto;
    transform: none;
    flex-direction: row;
    align-items: stretch;
    gap: 8px;
  }

  .m-profile-side-btn {
    min-width: 0;
    width: 50%;
    justify-content: center;
    gap: 8px;
    padding: 10px 8px;
    border-radius: 10px;
    font-size: 11px;
  }

  .m-profile-side-icon {
    width: 21px;
    height: 21px;
    font-size: 10px;
  }

  .m-profile-page .m-profile-hero .li-rank {
    top: 8px;
    left: 8px;
  }

  .m-profile-page .m-profile-hero .badge-vip img {
    width: 34px;
    height: 34px;
  }

  .m-profile-page .m-profile-title-badge {
    top: 8px;
    left: 46px;
    max-width: calc(100% - 56px);
    padding: 6px 9px;
    font-size: 18px;
    border-radius: 8px;
  }

  .m-profile-page .m-profile-title-badge i {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    font-size: 10px;
  }

  .m-profile-page .kd-image .sli2-table .sli2-cell {
    padding: 8px !important;
  }

  .m-profile-page .kd-image .sli2-table .sli2-cell img {
    height: min(58vh, 470px) !important;
  }

  .m-profile-page .m-profile-slider-thumbs .sli3-col {
    padding: 0 4px !important;
  }

  .m-profile-page .m-profile-slider-thumbs .sli3-col img {
    width: 78px !important;
    height: 78px !important;
  }

  .m-profile-page .m-profile-details {
    padding: 14px !important;
  }

  .m-profile-page .m-profile-details-top {
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }

  .m-profile-page .m-profile-view-inline {
    min-height: 40px;
    padding: 6px 10px;
    gap: 6px;
  }

  .m-profile-page .m-profile-view-inline i {
    font-size: 12px;
  }

  .m-profile-page .m-profile-view-inline span {
    font-size: 12px;
  }

  .m-profile-page .m-profile-view-inline strong {
    font-size: 14px;
  }

  .m-profile-page .m-profile-phone-inline a,
  .m-profile-page .m-profile-phone-inline span {
    min-height: 40px;
    padding: 6px 12px;
    font-size: 15px;
  }

  .m-profile-page .m-profile-lang-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .m-profile-page .m-profile-lang-values {
    justify-self: start;
  }

  .m-profile-page .m-profile-lang-item {
    font-size: 14px;
  }

  .m-profile-page .m-profile-heading .kdp-col {
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .m-profile-page .kdp-col h2 a,
  .m-profile-page .kdp-col h2 span {
    min-height: 40px;
    padding: 6px 12px;
    font-size: 15px;
  }

  .m-profile-page .m-profile-meta .kdd-col {
    width: 100% !important;
    border-right: 0 !important;
  }
}

/* 12. Mobile Header Drawer */
.m-menu-overlay {
  display: none;
}

.m-drawer-extra {
  display: none;
}

@media (max-width: 900px) {
  header .head-top {
    justify-content: space-between !important;
    gap: 10px !important;
  }

  header .logo {
    order: 1;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: auto !important;
    flex: 0 1 auto;
  }

  header .logo img {
    height: 34px !important;
    max-width: 180px;
  }

  header .resp-menu {
    order: 3;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin-left: auto;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(233, 30, 140, 0.45) !important;
    background: rgba(233, 30, 140, 0.18) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    z-index: 1202;
  }

  header .resp-menu i {
    font-size: 16px;
    color: #fff;
  }

  header .menus {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: 0 !important;
    width: min(84vw, 340px) !important;
    height: 100vh !important;
    background:
      radial-gradient(420px 180px at 100% 0, rgba(233, 30, 140, 0.18), transparent 70%),
      linear-gradient(180deg, #121420 0%, #090b12 100%) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -24px 0 36px rgba(0, 0, 0, 0.45);
    padding: 80px 16px 20px !important;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease;
    overflow-y: auto;
    z-index: 1201;
  }

  header .menus.is-open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  header nav ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }

  header nav ul li {
    width: 100%;
  }

  header nav ul li a {
    width: 100%;
    justify-content: flex-start !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
  }

  .m-drawer-extra {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .m-drawer-user {
    color: #d7daf0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 6px 2px;
  }

  .m-drawer-link {
    display: flex;
    align-items: center;
    min-height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
    color: #c8ceec !important;
    font-size: 13px;
    font-weight: 600;
    padding: 0 12px;
  }

  .m-drawer-auth {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .m-drawer-auth .spe-button1,
  .m-drawer-auth .spe-button2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
  }

  .m-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(4, 6, 10, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease;
    z-index: 1200;
  }

  body.m-menu-open .m-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

body.m-menu-open {
    overflow: hidden;
  }

  header .buttons,
  header .buttons.nologin,
  .mobile-menu {
    display: none !important;
  }
}

/* ── Dashboard Pages (Add Profile / Upload / My Ads) ──────── */
.m-dashboard-page {
  padding-top: 22px;
  padding-bottom: 36px;
  min-height: calc(100vh - 280px);
}

.m-dashboard-page .m-dashboard-layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 18px;
}

.m-dashboard-page .sub-col:nth-child(1) {
  order: 2;
  width: calc(100% - 300px);
  min-width: 0;
  margin-bottom: 0 !important;
}

.m-dashboard-page .sub-col:nth-child(2) {
  order: 1;
  width: 282px;
  position: sticky;
  top: 82px;
  margin-left: 0 !important;
  min-width: 0;
}

.m-dashboard-page .sub-col:nth-child(2) .spe-hash1 {
  margin: 0 0 10px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-transform: none;
  letter-spacing: 0.2px;
}

.m-dashboard-card {
  background: linear-gradient(180deg, rgba(17, 20, 36, 0.95), rgba(10, 12, 24, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

.m-dashboard-card .spe-hash1 {
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.m-dashboard-card .ilan-content {
  background: transparent;
}

.m-dashboard-page .left-menu {
  background: linear-gradient(180deg, rgba(14, 18, 34, 0.96), rgba(9, 12, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.m-dashboard-page .left-menu a {
  color: #c4ceef;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 13px 14px 13px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}

.m-dashboard-page .left-menu a::before {
  display: none !important;
  content: none !important;
}

.m-dashboard-page .left-menu a .m-menu-icon {
  width: 18px;
  text-align: center;
  color: #96a3d5;
  font-size: 14px;
  transition: color 0.2s ease;
}

.m-dashboard-page .left-menu a.current,
.m-dashboard-page .left-menu a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgba(247, 38, 176, 0.2), rgba(157, 51, 255, 0.15));
  padding-left: 18px !important;
}

.m-dashboard-page .left-menu a.current .m-menu-icon,
.m-dashboard-page .left-menu a:hover .m-menu-icon {
  color: #f8c34d;
}

.m-dashboard-page .left-menu a:last-child {
  border-bottom: none;
}

.m-static-card .page-content {
  padding: 0;
  margin: 0 0 14px;
  color: #ccd5f6;
  line-height: 1.7;
}

.m-static-card .yardim-content {
  margin-top: 2px;
}

.m-static-card .yardim-row {
  background: rgba(10, 14, 29, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  margin: 0 0 10px;
  overflow: hidden;
  padding-bottom: 0;
}

.m-static-card .yardim-row:hover {
  background: rgba(14, 19, 40, 0.92);
  color: inherit;
}

.m-static-card .yardim-row .yardim-question {
  padding: 14px 16px;
  color: #e9eeff;
  font-weight: 700;
  line-height: 1.45;
}

.m-static-card .yardim-row .yardim-question::after {
  color: #f3b640;
  right: 14px;
}

.m-static-card .yardim-row .yardim-answer {
  margin: 0;
  padding: 14px 16px 16px;
  background: rgba(6, 9, 21, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #c7d1f2;
  line-height: 1.65;
  font-size: 14px;
}

.m-contact-card .whatsapp a {
  background: linear-gradient(135deg, #1fb95d, #0e9345);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(12, 140, 62, 0.3);
}

.m-contact-card .whatsapp a:hover {
  filter: brightness(1.05);
}

.m-contact-card .m-static-intro,
.m-contact-card .m-static-intro * {
  font-family: inherit !important;
  letter-spacing: normal !important;
}

.m-contact-card .m-static-intro p {
  margin: 0 0 10px;
}

.m-contact-card .m-static-intro pre {
  margin: 0 0 10px;
  white-space: pre-wrap;
  font-family: inherit;
}

.m-questions-card .answerform .ysf-row {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px;
}

.m-questions-card .answerform .ysf-col2 {
  width: 100%;
  margin: 0;
  color: #c8d1f3;
}

.m-questions-card .answerform .spe-textarea2 {
  width: 100%;
  min-height: 150px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(11, 16, 32, 0.92);
  color: #f4f7ff;
  padding: 12px 14px;
  resize: vertical;
}

.m-questions-card .answerform .spe-textarea2:focus {
  border-color: rgba(247, 38, 176, 0.75);
  box-shadow: 0 0 0 3px rgba(247, 38, 176, 0.16);
}

.m-questions-card .answerform .spe-button3 {
  border-radius: 10px;
  padding: 10px 16px;
  min-height: 44px;
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #f72592, #9d33ff);
  box-shadow: 0 10px 24px rgba(247, 38, 176, 0.3);
}

.m-questions-card .answerform .spe-button3:hover {
  background: linear-gradient(90deg, #ff3fa0, #aa4aff);
}

.m-addprofile-card .log-reg-content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  background: transparent;
  align-items: start;
}

.m-addprofile-card .log-reg-content .lrc-col {
  grid-column: span 6;
  margin-top: 0 !important;
  margin-bottom: 0;
  float: none;
  width: auto;
  margin-left: 0;
}

.m-addprofile-card .log-reg-content .lrc-col.col-m4 {
  grid-column: span 4;
  float: none;
  width: auto;
  margin-left: 0;
}

.m-addprofile-card .log-reg-content .lrc-col.options-max {
  grid-column: span 4;
  max-height: none;
  min-height: 0;
  overflow: hidden;
  padding: 12px 12px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 10, 22, 0.8);
}

.m-addprofile-card .log-reg-content .lrc-col.prices,
.m-addprofile-card .log-reg-content .lrc-col:last-child {
  grid-column: 1 / -1;
  float: none;
  width: auto;
  margin-left: 0;
}

.m-addprofile-card .log-reg-content .lrc-col.prices {
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.m-addprofile-card .log-reg-content .lrc-col.prices span {
  margin: 0;
  padding: 0;
  color: #ffd266;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
}

.m-addprofile-card .log-reg-content .lrc-col span {
  margin-bottom: 8px;
  color: #b9c3e3;
  font-weight: 600;
}

.m-addprofile-card .spe-input2,
.m-addprofile-card .spe-input3,
.m-addprofile-card select {
  width: 100%;
  min-height: 42px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(13, 18, 34, 0.86);
  color: #f5f7ff;
  padding: 10px 12px;
  font-size: 14px;
}

.m-addprofile-card .spe-input3 {
  min-height: 110px;
  resize: vertical;
}

.m-addprofile-card .spe-input2:focus,
.m-addprofile-card .spe-input3:focus,
.m-addprofile-card select:focus {
  border-color: rgba(247, 38, 176, 0.75);
  box-shadow: 0 0 0 3px rgba(247, 38, 176, 0.18);
  outline: none;
}

.m-addprofile-card select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #9ca6cb 50%), linear-gradient(135deg, #9ca6cb 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% + 2px), calc(100% - 12px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.m-addprofile-card .selectric-wrapper,
.m-addprofile-card .selectric {
  width: 100% !important;
}

.m-addprofile-card .selectric {
  min-height: 42px;
  height: 42px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(13, 18, 34, 0.86);
  overflow: hidden;
}

.m-addprofile-card .selectric .label {
  color: #f5f7ff;
  line-height: 42px;
  height: 42px;
  margin: 0 36px 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.m-addprofile-card .selectric .button {
  width: 34px;
  height: 42px;
  line-height: 42px;
  color: #a4afd3;
  background: rgba(13, 18, 34, 0.96) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.m-addprofile-card .selectric .button:after {
  border-top-color: #a4afd3 !important;
}

.m-addprofile-card .selectric-hover .selectric,
.m-addprofile-card .selectric-open .selectric,
.m-addprofile-card .selectric-focus .selectric {
  border-color: rgba(247, 38, 176, 0.75);
}

.m-addprofile-card .selectric-items {
  background: #0b1124;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  margin-top: 6px;
  overflow: hidden;
}

.m-addprofile-card .selectric-items li {
  padding: 8px 10px;
  color: #d9e3ff;
  font-size: 13px;
}

.m-addprofile-card .selectric-items li.selected,
.m-addprofile-card .selectric-items li.highlighted {
  background: rgba(247, 38, 176, 0.22);
  color: #ffffff;
}

.m-addprofile-card .selectric-items li:hover {
  background: rgba(247, 38, 176, 0.36);
  color: #ffffff;
}

.m-addprofile-card .iti {
  width: 100%;
}

.m-addprofile-card .options-max > span {
  margin-bottom: 10px;
}

.m-addprofile-card .m-ap-options-list {
  max-height: 256px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.m-addprofile-card .m-ap-options-list::-webkit-scrollbar {
  width: 8px;
}

.m-addprofile-card .m-ap-options-list::-webkit-scrollbar-thumb {
  background: rgba(180, 191, 232, 0.36);
  border-radius: 999px;
}

.m-addprofile-card .pretty {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  float: none;
  width: 100%;
}

.m-addprofile-card .pretty input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 5px;
  border: 1px solid rgba(177, 190, 236, 0.65);
  background: rgba(8, 11, 23, 0.95);
  margin: 2px 0 0;
  cursor: pointer;
  position: relative;
}

.m-addprofile-card .pretty input[type="checkbox"]:checked {
  border-color: #f726b0;
  background: linear-gradient(135deg, #f726b0, #9d33ff);
  box-shadow: 0 0 0 2px rgba(247, 38, 176, 0.2);
}

.m-addprofile-card .pretty input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}

.m-addprofile-card .pretty .state {
  flex: 1;
  min-width: 0;
}

.m-addprofile-card .pretty .state label {
  margin: 0;
  color: #e7edff;
  display: block;
  line-height: 1.4;
  cursor: pointer;
  word-break: break-word;
}

.m-addprofile-card .m-language-block {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(7, 10, 22, 0.8);
  padding: 12px 14px;
}

.m-addprofile-card .m-language-block > span {
  margin-bottom: 10px !important;
}

.m-addprofile-card .m-language-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.m-addprofile-card .m-language-grid .pretty {
  margin: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.m-addprofile-card .m-membership-picker {
  grid-column: span 6;
}

.m-addprofile-card .m-membership-picker > span {
  margin-bottom: 10px !important;
}

.m-addprofile-card .m-membership-plan-box {
  grid-column: span 6;
  border: 1px solid rgba(247, 191, 71, 0.36);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(56, 32, 3, 0.34), rgba(14, 19, 36, 0.86));
  padding: 12px 14px;
  margin-top: 0;
  min-height: 100%;
}

.m-addprofile-card .m-membership-plan-box .m-plan-note-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffd97a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.m-addprofile-card .m-membership-plan-box .m-plan-note-text {
  margin: 8px 0 10px;
  color: #dce6ff;
  font-size: 14px;
  line-height: 1.5;
}

.m-addprofile-card .m-membership-plan-box .m-plan-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 14px;
  border: 1px solid rgba(37, 211, 102, 0.52);
  background: rgba(37, 211, 102, 0.2);
  color: #dcffe9;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.m-addprofile-card .m-membership-plan-box .m-plan-whatsapp-btn:hover {
  background: rgba(37, 211, 102, 0.34);
}

.m-myaccount-card .m-account-form + .m-account-form {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-myaccount-card .m-account-grid .lrc-col.prices {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.m-myaccount-card .m-account-grid .lrc-col > span {
  text-transform: none;
}

.m-addprofile-card #profileform .spe-button4,
.m-addprofile-card #profileeditform .spe-button4,
.m-addprofile-card #accountform .spe-button4,
.m-addprofile-card #passwordform .spe-button4 {
  border-radius: 12px;
  min-height: 50px;
  background: linear-gradient(90deg, #f72592, #9d33ff);
  box-shadow: 0 12px 26px rgba(247, 38, 176, 0.35);
}

.m-addprofile-card #profileform .spe-button4:hover,
.m-addprofile-card #profileeditform .spe-button4:hover,
.m-addprofile-card #accountform .spe-button4:hover,
.m-addprofile-card #passwordform .spe-button4:hover {
  background: linear-gradient(90deg, #ff3fa0, #aa4aff);
}

@media (max-width: 1320px) {
  .m-addprofile-card .log-reg-content .lrc-col.col-m4 {
    grid-column: span 6;
  }

  .m-addprofile-card .log-reg-content .lrc-col.options-max {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .m-addprofile-card .m-language-grid {
    grid-template-columns: 1fr;
  }

  .m-addprofile-card .m-membership-picker,
  .m-addprofile-card .m-membership-plan-box {
    grid-column: 1 / -1;
  }
}

.m-upload-page .m-upload-head {
  margin-bottom: 10px;
}

.m-upload-page .m-upload-note {
  margin: 0;
  color: #99a2c8;
  font-size: 13px;
}

.m-upload-page .m-upload-dropzone {
  border: 1px dashed rgba(233, 30, 140, 0.45) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border-radius: 14px;
  padding: 18px !important;
  min-height: 180px !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  align-items: flex-start;
  gap: 12px;
}

.m-upload-page .m-upload-dropzone .dz-message {
  grid-column: 1 / -1;
  margin: 0 !important;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #dbe3ff;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 4px;
  text-align: left;
}

.m-upload-page .m-upload-dropzone.dz-started .dz-message {
  opacity: 0.8;
  min-height: 0;
  padding: 0;
  margin-bottom: -4px !important;
}

.m-upload-page .m-upload-dropzone .dz-preview {
  background: rgba(0, 0, 0, 0.35) !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 !important;
  width: 100%;
  max-width: none;
  min-height: 196px;
  padding: 8px;
  position: relative;
  float: none !important;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-image {
  width: 100%;
  height: 122px;
  border-radius: 8px;
  overflow: hidden;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-details {
  position: static;
  opacity: 1;
  margin-top: 8px;
  min-height: 36px;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-filename,
.m-upload-page .m-upload-dropzone .dz-preview .dz-size {
  color: #d6defc;
  font-size: 11px;
  line-height: 1.25;
  max-width: 100%;
  display: block;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-filename > span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-size strong {
  font-weight: 700;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-progress,
.m-upload-page .m-upload-dropzone .dz-preview .dz-success-mark,
.m-upload-page .m-upload-dropzone .dz-preview .dz-error-mark,
.m-upload-page .m-upload-dropzone .dz-preview .dz-error-message {
  display: none !important;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 6px 10px;
  min-height: 30px;
  border-radius: 8px;
  background: rgba(247, 38, 176, 0.2);
  border: 1px solid rgba(247, 38, 176, 0.48);
  color: #ffd9f1 !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-remove:hover {
  background: rgba(247, 38, 176, 0.36);
}

.m-upload-page .m-upload-actions {
  margin: 14px 0 18px;
  display: flex;
  justify-content: flex-start;
}

.m-upload-page .m-continue-btn {
  min-width: 260px;
  opacity: 0.98;
  border-radius: 12px;
  min-height: 46px;
  width: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f72592, #9d33ff);
  box-shadow: 0 10px 24px rgba(247, 38, 176, 0.34);
}

.m-upload-page .m-continue-btn.is-ready {
  box-shadow: 0 10px 26px rgba(233, 30, 140, 0.42);
}

.m-upload-page .m-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-upload-page .m-gallery-title {
  margin-top: 6px;
}

.m-upload-page .images-show .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0;
}

.m-upload-page .images-show .row .column {
  width: calc(25% - 8px);
  max-width: calc(25% - 8px);
  height: auto;
  min-height: 232px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0;
  position: relative;
}

.m-upload-page .m-upload-remove-quick {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(244, 110, 138, 0.65);
  border-radius: 999px;
  background: rgba(12, 18, 33, 0.9);
  color: #ff9cb7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.m-upload-page .m-upload-remove-quick:hover {
  background: rgba(211, 61, 88, 0.35);
  border-color: rgba(255, 145, 170, 0.95);
  color: #ffd8e4;
}

.m-upload-page .m-upload-remove-quick:disabled {
  opacity: 0.58;
  pointer-events: none;
}

.m-upload-page .images-show .row .column img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.m-upload-page .m-upload-image-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 7px;
}

.m-upload-page .m-upload-act {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  gap: 6px;
  transition: all 0.2s ease;
}

.m-upload-page button.m-upload-act {
  cursor: pointer;
}

.m-upload-page button.m-upload-act:disabled {
  opacity: 0.65;
  pointer-events: none;
}

.m-upload-page .m-upload-act.cover {
  background: rgba(247, 38, 176, 0.2);
  border-color: rgba(247, 38, 176, 0.54);
}

.m-upload-page .m-upload-act.cover:hover {
  background: rgba(247, 38, 176, 0.34);
}

.m-upload-page .m-upload-act.is-cover {
  grid-column: 1 / -1;
  background: rgba(10, 191, 83, 0.26);
  border-color: rgba(10, 191, 83, 0.62);
  pointer-events: none;
}

.m-myads-card .ilandiv {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(17, 20, 36, 0.95), rgba(10, 12, 24, 0.96));
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 108px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.m-myads-card {
  overflow-x: hidden;
}

.m-myads-card .ilandiv .ilan-img {
  width: 96px;
  min-width: 96px;
  height: 96px;
  border-radius: 10px;
  margin-right: 0;
  display: block;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  float: none !important;
}

.m-myads-card .ilandiv .ilan-left {
  width: 100%;
  min-height: 0;
  min-width: 0;
  float: none !important;
}

.m-myads-card .ilandiv .ilan-main .ilan-tit {
  float: none !important;
  width: 100%;
  border: 0;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.m-myads-card .ilandiv .ilan-main .ilan-tit a {
  color: #f2f6ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.m-myads-card .ilandiv .ilan-main .ilan-tit .vip {
  background: linear-gradient(90deg, #f59f00, #ffd76a) !important;
  color: #251600;
  font-weight: 800;
}

.m-myads-card .ilandiv .ilan-main .ilan-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #b8c3ea;
}

.m-myads-card .ilandiv .ilan-main .ilan-meta .iid {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
}

.m-myads-card .m-ad-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
}

.m-myads-card .m-ad-state.online {
  color: #defbe9;
  background: rgba(12, 181, 90, 0.2);
  border-color: rgba(12, 181, 90, 0.52);
}

.m-myads-card .m-ad-state.offline {
  color: #ffd5de;
  background: rgba(211, 61, 88, 0.2);
  border-color: rgba(240, 84, 116, 0.52);
}

.m-myads-card .ilandiv .ilan-pro {
  width: auto;
  padding: 0;
  float: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.m-myads-card .ilandiv .ilan-pro a {
  border-radius: 9px;
  padding: 8px 12px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  float: none !important;
  margin: 0 !important;
  text-transform: none;
}

.m-myads-card .ilandiv .ilan-pro a.m-ad-btn.photos {
  background: rgba(255, 98, 112, 0.22);
  border-color: rgba(255, 120, 133, 0.48);
}

.m-myads-card .ilandiv .ilan-pro a.m-ad-btn.edit {
  background: rgba(45, 163, 255, 0.22);
  border-color: rgba(56, 171, 255, 0.46);
}

.m-myads-card .ilandiv .ilan-pro a.m-ad-btn.payment {
  background: rgba(12, 181, 90, 0.2);
  border-color: rgba(12, 181, 90, 0.52);
  color: #defbe9;
}

.m-myads-card .ilandiv .ilan-pro a.m-ad-btn.delete {
  background: rgba(215, 48, 30, 0.24);
  border-color: rgba(233, 73, 56, 0.5);
}

.m-myads-card .ilandiv .ilan-pro a.m-ad-btn.premium {
  background: linear-gradient(90deg, rgba(245, 159, 0, 0.28), rgba(245, 200, 0, 0.24));
  border-color: rgba(255, 210, 82, 0.58);
  color: #ffeec0;
}

body.m-pay-modal-open {
  overflow: hidden !important;
}

.m-pay-modal {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: none;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

.m-pay-modal.current {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.m-pay-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 15, 0.72);
  backdrop-filter: blur(4px);
}

.m-pay-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin: 0;
  box-sizing: border-box;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(500px 220px at 100% 0%, rgba(233, 30, 140, 0.16), transparent 70%),
    linear-gradient(180deg, rgba(16, 20, 35, 0.98), rgba(8, 11, 21, 0.98));
  padding: 24px 22px 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48);
}

.m-pay-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f6f7ff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.m-pay-modal-title {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.25px;
  color: #fff;
}

.m-pay-modal-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #cdd5f1;
}

.m-pay-modal-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  justify-content: stretch;
}

.m-pay-btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 10px 14px;
  cursor: pointer;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.m-pay-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--m-accent), var(--m-accent2));
  box-shadow: 0 8px 20px rgba(233, 30, 140, 0.35);
}

.m-pay-btn-secondary {
  color: #dce4ff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 560px) {
  .m-pay-modal.current {
    padding: 10px;
    align-items: center;
  }

  .m-pay-modal-dialog {
    max-width: 100%;
    border-radius: 13px;
    padding: 16px 14px 14px;
  }

  .m-pay-modal-title {
    font-size: 24px;
    line-height: 1.15;
    padding-right: 36px;
  }

  .m-pay-modal-text {
    font-size: 14px;
    line-height: 1.55;
  }

  .m-pay-modal-actions {
    flex-direction: column;
  }

  .m-pay-btn {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
  }
}

.m-empty-state {
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 14px;
  color: #c7cbe7;
  background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 1100px) {
  .m-dashboard-page .sub-col:nth-child(1),
  .m-dashboard-page .sub-col:nth-child(2) {
    order: initial;
    width: 100%;
    position: static;
  }

  .m-addprofile-card .log-reg-content .lrc-col,
  .m-addprofile-card .log-reg-content .lrc-col.col-m4,
  .m-addprofile-card .log-reg-content .lrc-col.options-max {
    grid-column: span 12;
  }

  .m-upload-page .images-show .row .column {
    width: calc(33.333% - 7px);
    max-width: calc(33.333% - 7px);
  }

  .m-upload-page .m-upload-dropzone {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m-upload-page .m-upload-actions {
    justify-content: stretch;
  }

  .m-upload-page .m-continue-btn {
    width: 100%;
    min-width: 0;
  }

  .m-myads-card .ilandiv .ilan-left,
  .m-myads-card .ilandiv .ilan-pro {
    width: 100%;
  }

  .m-myads-card .ilandiv {
    grid-template-columns: 84px 1fr;
    gap: 10px;
  }

  .m-myads-card .ilandiv .ilan-img {
    width: 84px;
    min-width: 84px;
    height: 84px;
  }

  .m-myads-card .ilandiv .ilan-pro {
    padding-top: 10px;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .m-myads-card .ilandiv .ilan-main .ilan-tit a {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .m-upload-page .m-upload-dropzone {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m-upload-page .images-show .row .column {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 480px) {
  .m-upload-page .m-upload-dropzone {
    grid-template-columns: 1fr;
  }
}

/* 13. Mobile Hardening (Dashboard + Profile Flow) */
.m-dashboard-page .m-dashboard-layout {
  display: grid !important;
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.m-dashboard-page .m-dashboard-layout > .sub-col {
  float: none !important;
  min-width: 0;
}

.m-dashboard-page .m-dashboard-layout > .sub-col:nth-child(1) {
  width: auto !important;
  margin: 0 !important;
  order: 2;
}

.m-dashboard-page .m-dashboard-layout > .sub-col:nth-child(2) {
  width: auto !important;
  margin: 0 !important;
  order: 1;
  top: 82px;
}

.m-dashboard-page .m-dashboard-card,
.m-dashboard-page .ilanlarim {
  overflow: hidden;
}

.m-dashboard-page .log-reg-content,
.m-dashboard-page .log-reg-content .lrc-col {
  min-width: 0;
}

.m-dashboard-page .spe-input2,
.m-dashboard-page .spe-input3,
.m-dashboard-page select,
.m-dashboard-page .selectric-wrapper,
.m-dashboard-page .selectric,
.m-dashboard-page .iti {
  max-width: 100%;
  box-sizing: border-box;
}

.m-dashboard-page .left-menu a .m-menu-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-filename > span {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 28px;
}

.m-upload-page .m-upload-dropzone .dz-preview .dz-size {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-upload-page .images-show .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.m-upload-page .images-show .row .column {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
}

.m-myads-card .ilandiv .ilan-main .ilan-tit a {
  word-break: break-word;
}

.m-static-card .page-content,
.m-static-card .yardim-answer,
.m-static-card .yardim-question {
  overflow-wrap: anywhere;
}

.m-static-card iframe,
.m-static-card img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .m-dashboard-page .m-dashboard-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .m-dashboard-page .m-dashboard-layout > .sub-col:nth-child(2) {
    position: static;
    order: 1;
  }

  .m-dashboard-page .m-dashboard-layout > .sub-col:nth-child(1) {
    order: 2;
  }

  .m-dashboard-page .left-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 12px;
  }

  .m-dashboard-page .left-menu a {
    min-height: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 12px 12px 14px;
  }

  .m-dashboard-page .left-menu a:nth-child(2n) {
    border-right: none;
  }

  .m-dashboard-page .m-dashboard-card {
    padding: 14px;
    border-radius: 14px;
  }

  .m-addprofile-card .log-reg-content {
    gap: 11px;
  }

  .m-addprofile-card .log-reg-content .lrc-col,
  .m-addprofile-card .log-reg-content .lrc-col.col-m4,
  .m-addprofile-card .log-reg-content .lrc-col.options-max,
  .m-addprofile-card .log-reg-content .m-membership-picker,
  .m-addprofile-card .log-reg-content .m-membership-plan-box {
    grid-column: 1 / -1 !important;
  }

  .m-addprofile-card .spe-input2,
  .m-addprofile-card .selectric,
  .m-addprofile-card .selectric .label,
  .m-addprofile-card .selectric .button {
    min-height: 44px;
    height: 44px;
    line-height: 44px;
  }

  .m-addprofile-card .spe-input3 {
    min-height: 120px;
  }

  .m-addprofile-card .m-ap-options-list {
    max-height: 210px;
  }

  .m-upload-page .m-upload-dropzone {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m-upload-page .images-show .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m-myads-card .ilandiv {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    padding: 11px;
  }

  .m-myads-card .ilandiv .ilan-img {
    width: 88px;
    min-width: 88px;
    height: 88px;
  }

  .m-myads-card .ilandiv .ilan-pro {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 8px;
  }
}

@media (max-width: 760px) {
  .m-dashboard-page {
    padding-top: 14px;
    padding-bottom: 24px;
  }

  .m-dashboard-page .left-menu {
    grid-template-columns: 1fr;
  }

  .m-dashboard-page .left-menu a {
    border-right: none;
  }

  .m-addprofile-card .m-language-grid {
    grid-template-columns: 1fr;
  }

  .m-upload-page .m-upload-dropzone {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px !important;
    min-height: 140px !important;
  }

  .m-upload-page .m-upload-dropzone .dz-message {
    font-size: 14px;
  }

  .m-upload-page .images-show .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .m-upload-page .m-upload-actions {
    margin: 12px 0 14px;
  }

  .m-upload-page .m-continue-btn {
    width: 100% !important;
    min-width: 0;
  }

  .m-myads-card .ilandiv .ilan-pro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .m-myads-card .ilandiv .ilan-pro a {
    width: 100%;
    justify-content: center;
  }

  .m-myads-card .ilandiv .ilan-main .ilan-tit a {
    font-size: 18px;
  }

  .m-myaccount-card .m-account-form + .m-account-form {
    margin-top: 10px;
    padding-top: 12px;
  }

  .m-profile-page .m-profile-details-top {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
  }

  .m-profile-page .m-profile-view-inline,
  .m-profile-page .m-profile-phone-inline {
    width: 100%;
  }

  .m-profile-page .m-profile-phone-inline a,
  .m-profile-page .m-profile-phone-inline span {
    width: 100%;
    justify-content: center;
  }

  .m-profile-page .m-profile-thumbs-wrap {
    display: flex;
    justify-content: center;
  }

  .m-profile-page .m-profile-slider-thumbs {
    max-width: 100%;
  }

  .m-profile-side-nav {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 12px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .m-profile-side-btn {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    justify-content: center;
  }

  .m-profile-page {
    padding-bottom: 24px;
  }
}

@media (max-width: 560px) {
  .m-upload-page .m-upload-dropzone {
    grid-template-columns: 1fr;
  }

  .m-upload-page .images-show .row {
    grid-template-columns: 1fr;
  }

  .m-myads-card .ilandiv {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 10px;
  }

  .m-myads-card .ilandiv .ilan-img {
    width: 72px;
    min-width: 72px;
    height: 72px;
  }

  .m-myads-card .ilandiv .ilan-main .ilan-tit a {
    font-size: 16px;
  }

  .m-myads-card .ilandiv .ilan-main .ilan-meta .iid {
    font-size: 13px;
  }

  .m-myads-card .ilandiv .ilan-pro {
    grid-template-columns: 1fr;
  }

  .m-myads-card .ilandiv .ilan-pro a {
    min-height: 38px;
    font-size: 12px;
  }

  .m-profile-side-nav {
    position: static;
    margin-top: 10px;
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 7px;
  }

  .m-profile-side-btn {
    width: 100%;
    min-height: 40px;
  }

  .m-profile-page {
    padding-bottom: 18px;
  }
}

.m-contact-cta {
  padding: 8px 0 14px;
}

.m-contact-cta-actions,
.m-contact-actions {
  margin-top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.m-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

.m-contact-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.m-contact-btn.is-whatsapp {
  background: linear-gradient(135deg, #00a055, #00c767);
  border-color: rgba(0, 205, 111, 0.45);
  box-shadow: 0 8px 18px rgba(0, 168, 91, 0.22);
}

.m-contact-btn.is-telegram {
  background: linear-gradient(135deg, #0088cc, #2aa7e8);
  border-color: rgba(42, 167, 232, 0.45);
  box-shadow: 0 8px 18px rgba(0, 136, 204, 0.22);
}

.m-contact-btn i {
  font-size: 16px;
}

.m-contact-support {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(11, 16, 30, 0.65);
}

.m-contact-support h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}

.m-contact-support p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #cad2ec;
}

.m-contact-card .m-contact-support {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.m-contact-card .m-contact-support h3,
.m-contact-card .m-contact-support p {
  width: 100%;
}

.m-contact-card .m-contact-support p {
  margin: 0;
  line-height: 1.6;
}

.m-contact-card .m-contact-support .m-contact-actions {
  width: 100%;
  margin-top: 0 !important;
  justify-content: flex-start;
  align-items: center;
  clear: both;
}

.m-contact-card .m-contact-support .m-contact-btn {
  float: none !important;
  position: relative;
  z-index: 1;
}

.m-contact-support-note {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(10, 14, 26, 0.7);
}

.m-contact-support-note h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.m-contact-support-note ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.m-contact-support-note li {
  color: #d4dbf2;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.m-contact-form-wrap {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(10, 14, 26, 0.7);
}

.m-contact-form-wrap h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.m-contact-form-wrap p {
  margin: 10px 0 12px;
  color: #cad2ec;
  font-size: 14px;
}

.m-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.m-contact-form-col {
  min-width: 0;
}

.m-contact-form-col-full {
  grid-column: 1 / -1;
}

.m-contact-form-col label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #dfe6ff;
  font-weight: 700;
}

.m-contact-form-submit {
  margin-top: 12px;
}

.m-myaccount-contact-card {
  margin-top: 12px;
}

@media (max-width: 560px) {
  .m-contact-card .m-contact-support .m-contact-actions {
    justify-content: center;
  }

  .m-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .m-contact-btn {
    width: 100%;
  }
}

/* 14. Mobile Profile Nav + Horizontal Overflow Fix */
html,
body {
  overflow-x: hidden;
}

.m-profile-page,
.m-profile-page .m-profile-layout,
.m-profile-page .m-profile-gallery,
.m-profile-page .m-profile-content {
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .m-profile-page {
    padding-bottom: 92px;
  }

  .m-profile-side-nav {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%) !important;
    width: min(520px, calc(100vw - 16px));
    max-width: calc(100vw - 16px);
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    z-index: 1400;
    align-items: stretch;
  }

  .m-profile-side-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 10px 8px !important;
    justify-content: center !important;
    font-size: 12px !important;
  }
}

/* 15. Home service sidebar (modern only) */
.m-home-directory {
  padding: 8px 0 22px;
}

.m-home-directory-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.m-home-service-sidebar {
  background: linear-gradient(180deg, rgba(17, 20, 42, 0.9), rgba(11, 13, 31, 0.95));
  border: 1px solid rgba(233, 30, 140, 0.2);
  border-radius: 16px;
  padding: 14px 14px 12px;
  position: sticky;
  top: 82px;
}

.m-home-service-head {
  margin-bottom: 10px;
}

.m-home-service-head h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.m-home-service-selected {
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(245, 197, 66, 0.36);
  border-radius: 10px;
  background: rgba(245, 197, 66, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: #dfe5ff;
  font-size: 12px;
}

.m-home-service-selected strong {
  color: #fff;
  font-weight: 700;
}

.m-home-service-selected a {
  margin-left: auto;
  color: #ff4cad;
  font-weight: 700;
  text-decoration: none;
}

.m-home-service-search {
  margin-bottom: 10px;
}

.m-home-service-mobile-toggle {
  display: none;
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(245, 197, 66, 0.45);
  background: rgba(245, 197, 66, 0.09);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
}

.m-home-service-mobile-toggle:hover {
  border-color: rgba(233, 30, 140, 0.55);
}

.m-home-service-search-input {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 0 12px;
  font-size: 14px;
  outline: none;
}

.m-home-service-search-input:focus {
  border-color: rgba(233, 30, 140, 0.6);
  box-shadow: 0 0 0 3px rgba(233, 30, 140, 0.14);
}

.m-home-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.m-home-service-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.m-home-service-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dfe5ff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
  padding: 10px 11px;
  font-weight: 600;
}

.m-home-service-icon {
  width: 14px;
  text-align: center;
  color: #f5c542;
  font-size: 12px;
  flex: 0 0 14px;
}

.m-home-service-item:hover {
  border-color: rgba(233, 30, 140, 0.45);
}

.m-home-service-item.is-active {
  border-color: rgba(245, 197, 66, 0.6);
  background: rgba(245, 197, 66, 0.12);
}

.m-home-service-item.is-active a {
  color: #fff;
}

.m-home-service-no-result {
  display: none;
  margin: 10px 0 0;
  color: #b7bfd8;
  font-size: 12px;
}

.m-home-service-toggle {
  margin-top: 10px;
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.m-home-service-toggle:hover {
  border-color: rgba(233, 30, 140, 0.55);
}

.m-home-directory-content .m-home-list-section {
  margin-top: 0;
}

.m-home-no-ads {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #d5d9ec;
  padding: 20px;
  font-size: 15px;
}

@media (max-width: 1120px) {
  .m-home-directory-layout {
    grid-template-columns: 1fr;
  }

  .m-home-service-sidebar {
    position: static;
    top: auto;
  }

  .m-home-service-mobile-toggle {
    display: block;
  }

  .m-home-service-sidebar:not(.is-open) .m-home-service-search,
  .m-home-service-sidebar:not(.is-open) .m-home-service-list,
  .m-home-service-sidebar:not(.is-open) .m-home-service-no-result,
  .m-home-service-sidebar:not(.is-open) .m-home-service-toggle {
    display: none !important;
  }
}
