/* Legal-T — mockup: koyu yeşil #06261F, altın #D4AF37, Inter + Libre Baskerville */
#lawyers-directory,
#lt-ai-banner,
#about-section {
  scroll-margin-top: 88px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  --lt-green: #06261f;
  --lt-green-mid: #0a3529;
  --lt-gold: #d4af37;
  --lt-gold-hover: #c9a432;
  --lt-gold-text: #1a1306;
  --lt-bg-soft: #eef0ef;
  --lt-card: #ffffff;
  --lt-text: #1a1a1a;
  --lt-muted: #5a6562;
  --lt-radius: 12px;
  --lt-font-ui: "Inter", system-ui, -apple-system, sans-serif;
  --lt-font-serif: "Libre Baskerville", "Times New Roman", Georgia, serif;
  --lt-footer-bg: #00221e;
  --lt-footer-muted: #a0a0a0;
  --lt-footer-newsletter-btn: #c4a47c;
  --lt-footer-newsletter-btn-text: #ffffff;
}

body {
  font-family: var(--lt-font-ui);
  color: var(--lt-text);
}

/* ——— Header ——— */
.header {
  background: var(--lt-green) !important;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-container {
  max-width: 1240px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-family: var(--lt-font-ui);
  font-weight: 700;
  font-size: 1.35rem !important;
  letter-spacing: 0.02em;
}

.logo-mark {
  width: 34px;
  height: 34px;
  color: var(--lt-gold);
  flex-shrink: 0;
}

.nav-menu {
  gap: 8px 22px !important;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-menu a {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0 !important;
}

.nav-menu a:hover {
  color: #fff !important;
}

.header-right .language-btn {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

.header-right .language-btn:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  transform: none;
}

.language-dropdown {
  border-color: rgba(212, 175, 55, 0.45) !important;
  background: #fff !important;
}

.language-option:hover,
.language-option.active {
  background: var(--lt-green) !important;
}

.header .auth-button.login {
  background: var(--lt-gold) !important;
  color: var(--lt-gold-text) !important;
  border: none !important;
  font-weight: 600;
  padding: 10px 22px !important;
  border-radius: 10px !important;
}

.header .auth-button.login:hover {
  background: var(--lt-gold-hover) !important;
  color: var(--lt-gold-text) !important;
}

.header .auth-button.register {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.header .auth-button.register:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.auth-buttons {
  display: flex;
  align-items: center;
}

.auth-guest-wrap {
  display: flex;
  align-items: center;
}

.header-account-wrap {
  position: relative;
}

.header-right .user-menu-wrap {
  position: relative;
  align-items: center;
}

.header-right .user-menu-btn.language-btn {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  border-radius: 10px !important;
  min-width: 108px;
  justify-content: center;
  font-weight: 500 !important;
}

.header-right .user-menu-btn.language-btn:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.header-right .user-menu-icon {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.header-right .user-menu-panel {
  border-radius: 10px !important;
  border: 1px solid rgba(212, 175, 55, 0.45) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28) !important;
  overflow: hidden;
}

.language-dropdown a.language-option.header-account-link {
  text-decoration: none;
  color: #1a1a1a;
  box-sizing: border-box;
}

.language-dropdown a.language-option.header-account-link:hover {
  color: #fff;
}

/* ——— Hero + arama ——— */
.hero.lt-hero {
  background: none;
  padding: 0;
  min-height: auto;
  position: relative;
}

.lt-hero-bg {
  min-height: 520px;
  background: var(--lt-green) url("../assets/hero-legal-t.png") center right / cover no-repeat;
  position: relative;
}

.lt-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(6, 38, 31, 0.94) 0%,
    rgba(6, 38, 31, 0.75) 42%,
    rgba(6, 38, 31, 0.25) 100%
  );
  pointer-events: none;
}

.lt-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 20px 48px;
}

.lt-hero-brand {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lt-gold);
  margin-bottom: 14px;
}

.lt-hero-title {
  font-family: var(--lt-font-serif);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  max-width: 640px;
  margin-bottom: 16px;
}

.lt-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.lt-search-panel {
  background: #fff;
  border-radius: var(--lt-radius);
  padding: 18px 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  max-width: 920px;
}

.lt-search-field {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e2e8e4;
  border-radius: 10px;
  padding: 0 14px;
  min-height: 48px;
}

.lt-search-field svg {
  flex-shrink: 0;
  opacity: 0.45;
}

.lt-search-field input,
.lt-search-field select {
  border: none;
  background: transparent;
  font-family: var(--lt-font-ui);
  font-size: 14px;
  width: 100%;
  outline: none;
  color: var(--lt-text);
}

.lt-search-field select {
  cursor: pointer;
  padding: 12px 0;
}

.lt-search-btn {
  flex: 0 0 auto;
  background: var(--lt-green);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  padding: 0 28px;
  min-height: 48px;
  cursor: pointer;
  font-family: var(--lt-font-ui);
  transition: background 0.2s;
}

.lt-search-btn:hover {
  background: var(--lt-green-mid);
}

/* ——— İstatistik şeridi ——— */
.lt-stats-strip {
  background: var(--lt-bg-soft);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 36px 20px;
}

.lt-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.lt-stat-num {
  font-family: var(--lt-font-serif);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--lt-green);
  margin-bottom: 6px;
}

.lt-stat-label {
  font-size: 13px;
  color: var(--lt-muted);
  font-weight: 500;
}

/* ——— Avukat dizini ——— */
.platform-lawyers-section.lt-lawyers-section {
  background: #f7f8f7;
  padding: 48px 0 64px;
  border-top: none;
}

.lt-lawyers-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.lt-filters-card {
  background: linear-gradient(165deg, #ffffff 0%, #f9fbf9 100%);
  border-radius: 18px;
  padding: 22px 24px 18px;
  margin-bottom: 28px;
  border: 1px solid rgba(6, 38, 31, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 8px 32px rgba(6, 38, 31, 0.07),
    0 2px 8px rgba(6, 38, 31, 0.04);
}

.lt-lawyers-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
}

.lt-filter-chips-column {
  flex: 1;
  min-width: 0;
}

.lt-filter-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7a74;
  width: 100%;
  margin-bottom: 12px;
}

.lt-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.lt-chip {
  border: 1px solid rgba(6, 38, 31, 0.1);
  background: #fff;
  color: var(--lt-text);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--lt-font-ui);
  transition:
    border-color 0.2s,
    color 0.2s,
    box-shadow 0.2s,
    transform 0.15s;
  box-shadow: 0 1px 2px rgba(6, 38, 31, 0.04);
}

.lt-chip:hover {
  border-color: rgba(6, 38, 31, 0.28);
  color: var(--lt-green);
  box-shadow: 0 4px 14px rgba(6, 38, 31, 0.08);
  transform: translateY(-1px);
}

.lt-chip.is-active {
  background: linear-gradient(135deg, var(--lt-green) 0%, #052019 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(6, 38, 31, 0.25);
}

.lt-chip.is-active:hover {
  color: #fff;
  border-color: transparent;
}

#platform-lawyers-status.lt-lawyers-status {
  font-size: 13px;
  color: var(--lt-muted);
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(6, 38, 31, 0.06);
  text-align: left;
}

.platform-lawyers-grid.lt-lawyers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.lt-lawyer-card {
  background: var(--lt-card);
  border-radius: var(--lt-radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 28px rgba(6, 38, 31, 0.07);
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  animation: ltCardIn 0.45s ease-out both;
}

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

.lt-lawyer-card__bookmark {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: #f4f6f5;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lt-muted);
  transition: background 0.2s, color 0.2s;
}

.lt-lawyer-card__bookmark:hover {
  background: #eef5f2;
  color: var(--lt-green);
}

.lt-lawyer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  margin-bottom: 16px;
}

.lt-lawyer-photo-wrap {
  position: relative;
  flex-shrink: 0;
}

.lt-lawyer-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e8eceb;
  display: block;
}

.lt-lawyer-photo-dot {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.lt-lawyer-photo--ph {
  background: #eef2f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lt-green);
  opacity: 0.45;
}

.lt-lawyer-head {
  width: 100%;
  min-width: 0;
}

.lt-lawyer-name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.lt-lawyer-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lt-text);
  margin: 0;
  font-family: var(--lt-font-ui);
}

.lt-verified {
  display: inline-flex;
  color: #171717;
  line-height: 0;
}

.lt-verified-icon {
  display: block;
}

.lt-lawyer-spec {
  font-size: 13px;
  color: var(--lt-muted);
  margin-top: 6px;
  font-family: var(--lt-font-ui);
}

.lt-lawyer-details {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  font-size: 13px;
  color: var(--lt-muted);
  font-family: var(--lt-font-ui);
  width: 100%;
}

.lt-lawyer-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  text-align: left;
}

.lt-lawyer-detail-icon {
  flex-shrink: 0;
  color: #94a3b8;
  margin-top: 1px;
}

.lt-lawyer-contact-link {
  color: var(--lt-green);
  text-decoration: none;
  font-weight: 500;
  word-break: break-all;
}

.lt-lawyer-contact-link:hover {
  text-decoration: underline;
}

.lt-lawyer-cities-line {
  flex: 1;
  min-width: 0;
}

.lt-lawyer-cities-value {
  display: inline;
  word-break: break-word;
}

.lt-cities-wrap {
  display: inline;
}

.lt-cities-toggle {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  color: var(--lt-green);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  vertical-align: baseline;
}

.lt-cities-toggle:hover {
  color: var(--lt-green-mid);
}

.lt-cities-ellipsis {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lt-lawyer-cities-label {
  font-weight: 600;
  color: var(--lt-text);
}

.lt-lawyer-status {
  font-size: 12px;
  color: var(--lt-green);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
  font-family: var(--lt-font-ui);
}

.lt-lawyer-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lt-green);
  flex-shrink: 0;
}

.lt-lawyer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.lt-btn-outline {
  border: 1px solid #d8deda;
  background: #fff;
  color: var(--lt-text);
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--lt-font-ui);
  transition: border-color 0.2s, background 0.2s;
}

.lt-btn-outline:hover {
  border-color: var(--lt-green);
  background: #fafcfb;
}

.lt-btn-primary {
  border: none;
  background: var(--lt-green);
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--lt-font-ui);
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
}

.lt-btn-primary:hover {
  background: var(--lt-green-mid);
}

.lt-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.lt-page-btn {
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d8deda;
  background: #fff;
  font-family: var(--lt-font-ui);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: var(--lt-text);
}

.lt-page-btn:hover:not(:disabled) {
  border-color: var(--lt-green);
  color: var(--lt-green);
}

.lt-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.lt-page-btn.is-current {
  background: var(--lt-green);
  color: #fff;
  border-color: var(--lt-green);
}

/* ——— AI CTA ——— */
.lt-ai-banner {
  max-width: 1240px;
  margin: 0 auto 0;
  padding: 24px 20px 56px;
  background: #f7f8f7;
}

.lt-ai-banner-inner {
  background: linear-gradient(135deg, var(--lt-green) 0%, #041510 100%);
  border-radius: var(--lt-radius);
  padding: 36px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.lt-ai-icon {
  font-size: 3rem;
  line-height: 1;
}

.lt-ai-text {
  flex: 1;
  min-width: 220px;
}

.lt-ai-text strong {
  display: block;
  font-family: var(--lt-font-serif);
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 6px;
}

.lt-ai-text span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.lt-ai-btn {
  background: #fff;
  color: var(--lt-green);
  border: none;
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--lt-font-ui);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.lt-ai-btn:hover {
  background: var(--lt-gold);
  color: var(--lt-gold-text);
}

.lt-ai-text--open {
  flex: 1;
  min-width: 220px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  border-radius: 8px;
}

.lt-ai-text--open:focus-visible {
  outline: 2px solid var(--lt-gold);
  outline-offset: 4px;
}

/* ——— AI eşleştirme modal ——— */
.lt-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.lt-modal.is-open {
  display: flex;
}

.lt-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 22, 18, 0.55);
  backdrop-filter: blur(2px);
}

.lt-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: min(90vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: var(--lt-radius);
  padding: 28px 28px 24px;
  box-shadow: 0 24px 60px rgba(6, 38, 31, 0.25);
  border: 1px solid rgba(6, 38, 31, 0.08);
}

.lt-modal-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  background: #f1f4f3;
  border-radius: 10px;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--lt-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.lt-modal-x:hover {
  background: #e4eae8;
  color: var(--lt-text);
}

.lt-modal-title {
  font-family: var(--lt-font-serif);
  font-size: 1.35rem;
  color: var(--lt-green);
  margin: 0 40px 8px 0;
  line-height: 1.25;
}

.lt-modal-lead {
  font-size: 14px;
  color: var(--lt-muted);
  margin: 0 0 20px;
  line-height: 1.5;
}

.lt-modal-field {
  margin-bottom: 18px;
}

.lt-modal-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--lt-text);
  margin-bottom: 8px;
}

.lt-modal-field textarea,
.lt-modal-field select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8deda;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: var(--lt-font-ui);
  color: var(--lt-text);
  background: #fff;
}

.lt-modal-field textarea {
  min-height: 100px;
  resize: vertical;
}

.lt-modal-field select {
  cursor: pointer;
}

.lt-login-panel {
  max-width: 420px;
}

.lt-login-lead {
  font-size: 14px;
  color: var(--lt-muted);
  margin: 0 0 18px;
  line-height: 1.45;
}

.lt-login-forgot-wrap {
  margin: -4px 0 12px;
}

.lt-login-forgot {
  font-size: 13px;
  font-weight: 600;
  color: var(--lt-green);
  text-decoration: none;
}

.lt-login-forgot:hover {
  text-decoration: underline;
}

.lt-login-register-wrap {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(6, 38, 31, 0.08);
  font-size: 14px;
  color: var(--lt-muted);
  text-align: center;
}

.lt-login-register-wrap a {
  font-weight: 600;
  color: var(--lt-green);
  margin-left: 6px;
  text-decoration: none;
}

.lt-login-register-wrap a:hover {
  text-decoration: underline;
}

.lt-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 8px;
}

.lt-modal-btn {
  text-decoration: none;
  min-width: 120px;
}

body.lt-modal-open {
  overflow: hidden;
}

/* ——— Footer (5 sütun — referans mockup) ——— */
.footer-section.lt-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(185deg, #002a26 0%, var(--lt-footer-bg) 38%, #001511 100%) !important;
  padding: 0 !important;
}

.footer-section.lt-footer::after {
  display: none;
}

.footer-container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 56px 28px 0 !important;
  position: relative;
  z-index: 1;
}

.lt-footer--five-col .lt-footer-grid {
  display: grid;
  grid-template-columns: minmax(200px, 1.15fr) repeat(4, minmax(0, 1fr));
  gap: 36px 28px;
  align-items: start;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lt-footer-brand-col {
  min-width: 0;
}

.lt-footer-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.lt-footer-shield {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  color: #fff;
}

.lt-footer-shield-svg {
  width: 48px;
  height: 48px;
  display: block;
}

.lt-footer-shield-t {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--lt-gold);
  font-family: var(--lt-font-ui);
  line-height: 1;
  pointer-events: none;
}

.lt-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lt-footer-logo-word {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.lt-footer-logo-sub {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--lt-footer-muted);
}

.lt-footer-brand-desc {
  margin: 0 0 22px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--lt-footer-muted);
  max-width: 280px;
}

.lt-footer-social--round {
  margin-top: 0;
  gap: 10px;
}

.lt-footer-social--round .lt-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.lt-footer-social--round .lt-social-link:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.lt-footer-col--plain h3 {
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lt-footer-col--plain h3::after {
  display: none !important;
}

.lt-footer--five-col .lt-footer-col--plain ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lt-footer--five-col .lt-footer-col--plain a,
.lt-footer--five-col .lt-footer-col--plain .footer-logout-btn {
  color: #fff !important;
  padding: 6px 0 !important;
  margin-left: 0 !important;
  border-left: none !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  opacity: 0.92;
}

.lt-footer--five-col .lt-footer-col--plain a:hover,
.lt-footer--five-col .lt-footer-col--plain .footer-logout-btn:hover {
  color: var(--lt-gold) !important;
  background: transparent !important;
  transform: none;
  opacity: 1;
}

.lt-footer-newsletter--plain h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: none;
  letter-spacing: 0;
}

.lt-footer-newsletter--plain h3::after {
  display: none;
}

.lt-footer-newsletter--plain .lt-footer-newsletter-desc {
  color: var(--lt-footer-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 16px;
}

.lt-footer-newsletter-form.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: none;
}

.lt-footer-newsletter--plain .newsletter-input {
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(0, 0, 0, 0.28) !important;
  padding: 12px 14px !important;
}

.lt-footer-newsletter-btn.newsletter-btn {
  margin-top: 0 !important;
  border-radius: 6px !important;
  background: var(--lt-footer-newsletter-btn) !important;
  color: var(--lt-footer-newsletter-btn-text) !important;
  font-size: 14px !important;
  padding: 12px 18px !important;
}

.lt-footer-newsletter-btn.newsletter-btn:hover {
  filter: brightness(1.07);
  transform: none;
  background: var(--lt-footer-newsletter-btn) !important;
  color: var(--lt-footer-newsletter-btn-text) !important;
}

.lt-footer-bar--split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0 40px;
  font-size: 12px;
}

.lt-footer-bar--split .lt-footer-copyright {
  color: var(--lt-footer-muted);
  text-align: left;
}

.lt-footer-lang-wrap {
  position: relative;
}

.lt-footer-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--lt-font-ui);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.lt-footer-lang-btn:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.lt-footer-lang-chevron {
  font-size: 10px;
  opacity: 0.75;
}

.lt-footer-lang-dropdown.language-dropdown {
  top: auto;
  bottom: calc(100% + 8px);
  right: 0;
  left: auto;
  min-width: 168px;
}

@media (max-width: 1100px) {
  .lt-footer--five-col .lt-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lt-footer-brand-col {
    grid-column: 1 / -1;
    max-width: 520px;
  }

  .lt-footer-newsletter--plain {
    grid-column: 1 / -1;
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .lt-footer--five-col .lt-footer-grid {
    grid-template-columns: 1fr;
  }

  .lt-footer-newsletter--plain {
    max-width: none;
  }

  .lt-footer-bar--split {
    flex-direction: column;
    align-items: flex-start;
  }
}

.platform-lawyers-error {
  grid-column: 1 / -1;
  text-align: center;
  color: #b91c1c;
  font-size: 14px;
}

@media (max-width: 900px) {
  .lt-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lt-hero-inner {
    padding-top: 88px;
  }

  .lt-hero-bg {
    min-height: 480px;
  }

  .nav-menu {
    display: none !important;
  }

  .lt-stats-inner {
    grid-template-columns: 1fr 1fr;
  }

  .lt-lawyers-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .lt-filters-card {
    padding: 18px 16px 14px;
    border-radius: 14px;
  }
}

/* ——— Legal-T alert (web, native alert yerine) ——— */
.lt-alert {
  position: fixed;
  inset: 0;
  z-index: 10100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.lt-alert.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lt-alert__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 22, 18, 0.48);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lt-alert__dialog {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: var(--lt-card);
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow:
    0 24px 48px rgba(6, 22, 18, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  padding: 28px 24px 22px;
  font-family: var(--lt-font-ui);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.lt-alert.is-open .lt-alert__dialog {
  transform: translateY(0) scale(1);
}

.lt-alert__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.lt-alert--info .lt-alert__icon {
  background: rgba(6, 38, 31, 0.08);
  color: var(--lt-green);
}

.lt-alert--success .lt-alert__icon {
  background: #d1fae5;
  color: #065f46;
}

.lt-alert--warning .lt-alert__icon {
  background: #fef3c7;
  color: #b45309;
}

.lt-alert--error .lt-alert__icon {
  background: #fee2e2;
  color: #b91c1c;
}

.lt-alert__title {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lt-green);
  text-align: center;
  letter-spacing: -0.02em;
}

.lt-alert__title[hidden] {
  display: none;
}

.lt-alert__msg {
  margin: 0 0 22px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--lt-muted);
  text-align: center;
}

.lt-alert__btn {
  width: 100%;
  justify-content: center;
  padding: 12px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: var(--lt-radius);
  cursor: pointer;
}

body.lt-alert-open {
  overflow: hidden;
}
