/* ALANX homepage enhancements — kurumsal, sade, güvenilir ton */

:root {
  --alanx-section-py: clamp(3rem, 6vw, 5rem);
  --alanx-text-max: 42rem;
  --alanx-shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.28);
  --alanx-shadow-lift: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.modern-section {
  padding: var(--alanx-section-py) 0;
}

.modern-section-head {
  max-width: var(--alanx-text-max);
  margin: 0 auto 2.5rem;
  text-align: center;
}

.modern-section-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--semi-primary);
  margin-bottom: 0.5rem;
}

.modern-section-title {
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 0.75rem;
}

.modern-section-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--gray);
  max-width: 36rem;
  margin: 0 auto;
}

/* Sticky navbar */
.theme-navbar--sticky {
  position: sticky;
  top: 0;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.theme-navbar--sticky.is-scrolled {
  background-color: rgba(5, 6, 8, 0.92);
  backdrop-filter: saturate(120%) blur(8px);
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  box-shadow: var(--alanx-shadow-soft);
}

.theme-navbar--sticky.is-scrolled::after {
  opacity: 0.5;
}

.theme-navbar .link > a.is-active-nav {
  color: #fff;
}

.theme-navbar .link > a.is-active-nav::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 4px;
  background: var(--semi-primary);
  border-radius: 2px;
}

/* Hero — ortak yüzey tonları (yazı renkleri aşağıda aynı kalır) */
.homepage-hero-backdrop {
  --hero-surface: rgba(12, 18, 30, 0.52);
  --hero-surface-hover: rgba(18, 26, 42, 0.68);
  --hero-border: rgba(61, 99, 200, 0.14);
  --hero-border-hover: rgba(61, 99, 200, 0.26);
  --hero-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.homepage-hero-backdrop .main-header {
  position: relative;
  z-index: 1;
  padding: clamp(1.35rem, 3.5vw, 2.35rem) 0 clamp(1.1rem, 2.5vw, 1.65rem);
}

.homepage-hero-backdrop .main-header .container {
  position: relative;
  z-index: 2;
}

.hero-content-stack {
  position: relative;
  z-index: 2;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(0.5rem, 2vw, 0.25rem);
}

.homepage-hero-backdrop .main-header .title-1 {
  font-size: clamp(1.55rem, 3.2vw + 0.15rem, 2.35rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.035em;
  max-width: min(40rem, 100%);
  margin-bottom: 0 !important;
  text-wrap: balance;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .homepage-hero-backdrop .main-header .title-1 {
    max-width: 38rem;
  }
}

.homepage-hero-backdrop .main-header .title-1 .hostx-text-gradient {
  font-weight: 800;
  background: linear-gradient(125deg, #dbeafe 0%, #93c5fd 35%, #3d63c8 75%, #1e4bb8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.homepage-hero-backdrop .main-header .title-1--hero-split {
  text-wrap: unset;
  line-height: 1.12;
}

.homepage-hero-backdrop .main-header .title-1--hero-split .hero-title-line2 {
  display: block;
  color: #e8eeff !important;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-top: 0.04em;
}

.main-header {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 2rem;
}

.homepage-hero-backdrop .hero-subtitle {
  margin: clamp(0.85rem, 2.2vw, 1.15rem) auto clamp(1rem, 2.5vw, 1.35rem) !important;
  max-width: 32rem;
  font-size: clamp(1rem, 2vw, 1.125rem) !important;
  font-weight: 500 !important;
  line-height: 1.58 !important;
  color: #b8c6dc !important;
  letter-spacing: -0.012em;
}

.homepage-hero-backdrop .hero-trust-badges {
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.3rem 0.45rem;
  width: fit-content;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: clamp(1rem, 2.5vw, 1.35rem) !important;
  padding: 0.35rem 0.5rem 0.35rem 0.6rem;
  list-style: none;
  background: var(--hero-surface);
  border: 1px solid var(--hero-border);
  border-radius: 999px;
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  box-shadow: var(--hero-shadow);
}

.hero-trust-badges > li {
  margin: 0;
}

.homepage-hero-backdrop .hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.32rem 0.62rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #eef2ff;
  background: transparent;
  border: none;
  border-radius: 999px;
}

.homepage-hero-backdrop .hero-trust-badge i {
  color: #7eb8ff;
  font-size: 0.78rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: clamp(0.65rem, 1.8vw, 1rem) !important;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0;
}

/* Birincil CTA belirgin, ikincil sakin */
.homepage-hero-backdrop .hero-cta-primary.theme-btn,
.homepage-hero-backdrop .hero-cta-secondary.theme-btn {
  min-height: 48px;
  padding: 0 1.35rem;
  font-size: 0.9375rem;
  border-radius: 11px;
  letter-spacing: 0.01em;
}

.homepage-hero-backdrop .hero-cta-primary.theme-btn {
  color: #fff !important;
  background: linear-gradient(135deg, #1e4bb8 0%, #3d63c8 50%, #2563eb 100%) !important;
  border-color: rgba(126, 184, 255, 0.35) !important;
  box-shadow: 0 4px 18px rgba(30, 75, 184, 0.32);
}

.homepage-hero-backdrop .hero-cta-primary.theme-btn:hover,
.homepage-hero-backdrop .hero-cta-primary.theme-btn:focus {
  box-shadow: 0 6px 22px rgba(30, 75, 184, 0.4);
  filter: brightness(1.04);
}

.homepage-hero-backdrop .hero-cta-secondary.theme-btn {
  min-width: 9.5rem;
  border-color: var(--hero-border-hover) !important;
  color: #e8eeff !important;
  background: var(--hero-surface) !important;
  box-shadow: none !important;
}

.homepage-hero-backdrop .hero-register-link.hero-register-link--muted {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.45rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #c7d5eb;
  border: 1px solid var(--hero-border);
  border-radius: 999px;
  background: var(--hero-surface);
  box-shadow: none;
  animation: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.hero-register-link.hero-register-link--muted .hero-register-link__text {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: inherit;
  animation: none;
}

@keyframes hero-register-cta-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(59, 130, 246, 0.22) inset,
      0 0 18px rgba(37, 99, 235, 0.22),
      0 6px 18px rgba(0, 0, 0, 0.32);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(147, 197, 253, 0.35) inset,
      0 0 32px rgba(59, 130, 246, 0.45),
      0 8px 22px rgba(0, 0, 0, 0.38);
  }
}

@keyframes hero-register-text-shimmer {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.homepage-hero-backdrop .hero-register-link.hero-register-link--muted:hover,
.homepage-hero-backdrop .hero-register-link.hero-register-link--muted:focus {
  color: #fff;
  border-color: var(--hero-border-hover);
  background: var(--hero-surface-hover);
  animation: none;
  box-shadow: none;
  transform: none;
  text-decoration: none;
}

.hero-register-link.hero-register-link--muted:hover .hero-register-link__text,
.hero-register-link.hero-register-link--muted:focus .hero-register-link__text {
  animation: none;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #fff;
}

.hero-register-link.hero-register-link--muted:focus {
  outline: 2px solid rgba(147, 197, 253, 0.65);
  outline-offset: 3px;
}

.hero-register-link.hero-register-link--muted i {
  font-size: 0.72rem;
  opacity: 0.85;
  color: rgba(186, 198, 216, 0.9);
  filter: none;
  transition: color 0.2s ease;
}

.hero-register-link.hero-register-link--muted:hover i,
.hero-register-link.hero-register-link--muted:focus i {
  transform: none;
  color: #fff;
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-register-link.hero-register-link--muted {
    animation: none;
  }

  .hero-register-link.hero-register-link--muted .hero-register-link__text {
    animation: none;
    background: linear-gradient(105deg, #f8fafc, #93c5fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hero-register-link.hero-register-link--muted:hover,
  .hero-register-link.hero-register-link--muted:focus {
    transform: none;
  }

  .hero-register-link.hero-register-link--muted:hover i,
  .hero-register-link.hero-register-link--muted:focus i {
    transform: none;
  }

  .hero-register-link.hero-register-link--muted:hover .hero-register-link__text,
  .hero-register-link.hero-register-link--muted:focus .hero-register-link__text {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: #fff;
  }
}

.homepage-domain-spotlight {
  animation: none !important;
  box-shadow: var(--alanx-shadow-soft) !important;
}

.homepage-domain-spotlight__ambient {
  display: none;
}

.homepage-domain-spotlight:focus-within {
  box-shadow: 0 0 0 1px rgba(61, 99, 200, 0.3), var(--alanx-shadow-soft) !important;
}

/* Hero altı domain kutusu — hero ile aynı kolon; fazla geniş / boş hissi kalksın */
#alanx-domain-search {
  scroll-margin-top: clamp(4.75rem, 12vw, 6.5rem);
}

.main-header .homepage-domain-search {
  margin-top: 0.25rem;
  padding: 0.35rem 0 0.5rem;
}

.homepage-hero-backdrop .main-header .homepage-domain-spotlight {
  max-width: min(42rem, calc(100% - 0.5rem)) !important;
  width: 100%;
  border-radius: 14px !important;
  padding: 1px !important;
  min-height: 0 !important;
  height: auto !important;
  align-items: stretch !important;
  background: linear-gradient(145deg, rgba(61, 99, 200, 0.12), rgba(30, 75, 184, 0.06)) !important;
  border: 1px solid var(--hero-border, rgba(61, 99, 200, 0.14)) !important;
  box-shadow: var(--hero-shadow, 0 10px 32px rgba(0, 0, 0, 0.22)) !important;
}

.homepage-hero-backdrop .main-header .homepage-domain-spotlight .homepage-domain-search-card {
  border-radius: 13px !important;
  padding: 0.5rem 0.75rem !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  justify-content: flex-start !important;
  background: var(--hero-surface, rgba(12, 18, 30, 0.52)) !important;
  border: 1px solid var(--hero-border, rgba(61, 99, 200, 0.14)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.main-header .homepage-domain-spotlight {
  max-width: min(42rem, calc(100% - 0.5rem)) !important;
  width: 100%;
  border-radius: 14px !important;
  padding: 1px !important;
  min-height: 0 !important;
  height: auto !important;
  align-items: stretch !important;
}

.main-header .homepage-domain-spotlight .homepage-domain-search-card {
  border-radius: 13px !important;
  padding: 0.5rem 0.75rem !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  justify-content: flex-start !important;
  background: rgba(12, 16, 28, 0.82) !important;
  border: 1px solid rgba(148, 163, 184, 0.14) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.main-header .homepage-domain-toolbar .domain-search-input {
  color: #f1f5f9 !important;
}

.main-header .homepage-domain-toolbar .domain-search-input::placeholder {
  color: rgba(148, 163, 184, 0.7) !important;
}

.main-header .homepage-domain-toolbar .homepage-domain-btn#btnDomainHomeSearch {
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

.main-header .homepage-domain-toolbar .homepage-domain-btn#btnDomainHomeTransfer {
  font-weight: 600;
  opacity: 0.95;
  border-color: rgba(148, 163, 184, 0.35) !important;
  background: rgba(15, 23, 42, 0.55) !important;
  box-shadow: none !important;
}

.main-header .homepage-domain-spotlight .homepage-domain-search-form {
  flex: 0 0 auto !important;
  justify-content: flex-start !important;
}

@media (min-width: 768px) {
  .main-header .homepage-domain-spotlight {
    min-height: 0 !important;
  }

  .main-header .homepage-domain-spotlight .homepage-domain-search-card {
    padding: 0.45rem 0.85rem 0.45rem 0.95rem !important;
  }

  .main-header .homepage-domain-toolbar {
    padding: 2px !important;
  }

  .main-header .homepage-domain-toolbar .domain-search-input {
    min-height: 38px !important;
    margin-left: 8px !important;
    margin-right: 2px !important;
    font-size: 0.9375rem !important;
  }

  .main-header .homepage-domain-toolbar .homepage-domain-btn {
    min-height: 36px !important;
    padding: 0 14px !important;
    font-size: 0.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .main-header .homepage-domain-toolbar {
    gap: 0.5rem !important;
  }

  .main-header .homepage-domain-toolbar .domain-search-input {
    min-height: 44px !important;
    width: 100%;
  }

  .main-header .homepage-domain-toolbar .domain-search-actions {
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
  }

  .main-header .homepage-domain-toolbar .homepage-domain-btn {
    min-height: 44px !important;
    width: 100%;
    justify-content: center;
  }
}

/* Domain search UX */
.homepage-domain-input-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.homepage-domain-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--semi-primary);
}

.homepage-domain-feedback {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  min-height: 1.25rem;
  text-align: left;
}

.homepage-domain-feedback.is-success { color: var(--mint); }
.homepage-domain-feedback.is-error { color: #f87171; }
.homepage-domain-feedback.is-info { color: var(--accent-muted); }

.homepage-domain-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.homepage-domain-suggestions[hidden] { display: none !important; }

.homepage-domain-suggestions button {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--darkGray);
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.homepage-domain-suggestions button:hover {
  border-color: var(--semi-primary);
  color: #fff;
}

/* TLD cards — hero ile mesafe, responsive grid */
.homepage-hero-backdrop .homepage-popular-tlds-section--rich {
  padding-top: clamp(0.4rem, 1.5vw, 1rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.modern-section-head--compact {
  margin-bottom: 1.25rem;
  text-align: center;
}

.modern-section-head--compact .modern-section-title {
  margin-bottom: 0;
}

.homepage-hero-backdrop .modern-section-head--compact .modern-section-title {
  color: #f8fafc !important;
}

.homepage-hero-backdrop .homepage-popular-tld-card--rich .homepage-popular-tld-name.hostx-text-gradient {
  background: linear-gradient(120deg, #dbeafe 0%, #7eb8ff 50%, #3d63c8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.homepage-hero-backdrop .homepage-popular-tld-card--rich .homepage-popular-tld-desc {
  color: #94a3b8 !important;
}

.homepage-hero-backdrop .homepage-popular-tld-card--rich {
  background: var(--hero-surface) !important;
  border-color: var(--hero-border) !important;
  box-shadow: var(--hero-shadow) !important;
}

.homepage-hero-backdrop .homepage-popular-tld-card--rich:hover {
  border-color: var(--hero-border-hover) !important;
  background: var(--hero-surface-hover) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
}

.homepage-hero-backdrop .homepage-popular-tld-card--featured {
  border-color: var(--hero-border-hover) !important;
  background: var(--hero-surface-hover) !important;
}

.homepage-hero-backdrop .homepage-popular-tld-badge {
  color: #e8eeff !important;
  background: rgba(30, 75, 184, 0.28) !important;
  border-color: var(--hero-border-hover) !important;
}

.homepage-popular-tlds-slider {
  overflow: visible;
  scroll-snap-type: none;
  margin: 0;
  padding: 0;
}

.homepage-popular-tlds-section--rich .homepage-popular-tlds-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  min-width: 0;
  width: 100%;
  align-items: stretch;
}

@media (min-width: 576px) {
  .homepage-popular-tlds-section--rich .homepage-popular-tlds-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 992px) {
  .homepage-popular-tlds-section--rich .homepage-popular-tlds-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.alanx-landing-hero .homepage-popular-tlds-section--rich {
  padding-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.alanx-landing-hero .homepage-popular-tlds-section--rich .homepage-popular-tlds-grid {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .alanx-landing-hero .homepage-popular-tlds-section--rich .homepage-popular-tlds-grid {
    gap: 1.25rem;
  }
}

.homepage-popular-tld-card--rich {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.45rem;
  width: 100%;
  min-width: 0;
  min-height: 7.75rem;
  padding: 1.1rem 1.15rem 1.05rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}

.homepage-popular-tld-card--rich.homepage-popular-tld-card--featured {
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(22, 30, 46, 0.75);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  padding-top: 1rem;
}

.homepage-popular-tld-card--rich:hover {
  transform: translateY(-1px);
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.homepage-popular-tld-card--rich .homepage-popular-tld-badge {
  position: static;
  display: inline-block;
  flex-shrink: 0;
  margin: 0 0 0.1rem;
  padding: 0.28rem 0.5rem;
  font-size: 0.5625rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(147, 197, 253, 0.95);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 4px;
  background: rgba(59, 130, 246, 0.12);
}

.homepage-popular-tld-card--rich .homepage-popular-tld-name {
  display: block;
  width: 100%;
  flex-shrink: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}

.homepage-popular-tld-card--rich .homepage-popular-tld-name.hostx-text-gradient {
  display: block !important;
}

.homepage-popular-tld-card--rich .homepage-popular-tld-desc {
  display: block;
  width: 100%;
  flex: 1 1 auto;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(186, 198, 216, 0.9) !important;
}

.homepage-popular-tld-card--rich:not(.homepage-popular-tld-card--featured) .homepage-popular-tld-name {
  margin-top: 0.05rem !important;
}

/* Trust */
.homepage-trust-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .homepage-trust-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.homepage-trust-stat {
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.homepage-trust-stat__value {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}

.homepage-trust-stat__label {
  font-size: 0.8125rem;
  color: var(--gray);
}

/* Altyapı + ödeme — efektli şerit */
.homepage-trust-strip--fx {
  position: relative;
  margin-top: 2rem;
  padding: 1.75rem 1.15rem 1.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--alanx-border-subtle, rgba(148, 163, 184, 0.16));
  box-shadow: var(--alanx-shadow-elevated, 0 10px 28px rgba(0, 0, 0, 0.22));
  overflow: hidden;
}

.homepage-trust-strip__glow {
  display: none;
}

.homepage-trust-strip__group {
  position: relative;
  z-index: 1;
}

.homepage-trust-strip__group + .homepage-trust-strip__group {
  margin-top: 1.65rem;
  padding-top: 1.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.homepage-trust-strip__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.homepage-trust-strip__label--shine {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: rgba(255, 255, 255, 0.55);
  -webkit-text-fill-color: currentColor;
  animation: none;
}

.homepage-trust-strip__label::before,
.homepage-trust-strip__label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.35), transparent);
}

.homepage-trust-strip__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.homepage-trust-strip__list li {
  flex: 1 1 calc(50% - 0.55rem);
  min-width: 0;
  animation: homepage-trust-chip-in 0.55s ease backwards;
}

.homepage-trust-strip__list li:nth-child(1) { animation-delay: 0.05s; }
.homepage-trust-strip__list li:nth-child(2) { animation-delay: 0.1s; }
.homepage-trust-strip__list li:nth-child(3) { animation-delay: 0.15s; }
.homepage-trust-strip__list li:nth-child(4) { animation-delay: 0.2s; }
.homepage-trust-strip__list li:nth-child(5) { animation-delay: 0.25s; }

.homepage-trust-strip__list--pay li:nth-child(1) { animation-delay: 0.1s; }
.homepage-trust-strip__list--pay li:nth-child(2) { animation-delay: 0.15s; }
.homepage-trust-strip__list--pay li:nth-child(3) { animation-delay: 0.2s; }
.homepage-trust-strip__list--pay li:nth-child(4) { animation-delay: 0.25s; }

.homepage-trust-chip {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 46px;
  padding: 0.55rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.25s cubic-bezier(0.34, 1.4, 0.64, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.homepage-trust-chip::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}

.homepage-trust-chip:hover::after {
  animation: homepage-trust-chip-shine 0.65s ease;
}

.homepage-trust-chip i {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  font-size: 0.85rem;
  transition: transform 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.homepage-trust-chip:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.homepage-trust-chip:hover i {
  transform: none;
}

/* Altyapı marka renkleri */
.homepage-trust-chip[data-brand="litespeed"] i,
.homepage-trust-chip[data-brand="directadmin"] i,
.homepage-trust-chip[data-brand="cpanel"] i,
.homepage-trust-chip[data-brand="cloudflare"] i,
.homepage-trust-chip[data-brand="amd"] i {
  box-shadow: none;
}

.homepage-trust-chip--pay i {
  font-size: 1rem;
}

.homepage-trust-chip[data-brand="visa"] i,
.homepage-trust-chip[data-brand="mastercard"] i,
.homepage-trust-chip[data-brand="wire"] i,
.homepage-trust-chip[data-brand="secure3d"] i {
  box-shadow: none;
}

.homepage-trust-chip[data-brand="visa"]:hover {
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.4);
}

.homepage-trust-chip[data-brand="mastercard"]:hover {
  border-color: rgba(239, 68, 68, 0.45);
  box-shadow: 0 10px 28px rgba(239, 68, 68, 0.3);
}

.homepage-trust-chip[data-brand="wire"]:hover {
  border-color: rgba(52, 211, 153, 0.45);
  box-shadow: 0 10px 28px rgba(16, 185, 129, 0.3);
}

.homepage-trust-chip[data-brand="secure3d"]:hover {
  border-color: rgba(14, 165, 233, 0.45);
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.35);
}

@keyframes homepage-trust-glow-pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

@keyframes homepage-trust-label-shine {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes homepage-trust-chip-shine {
  0% { left: -100%; }
  100% { left: 140%; }
}

@keyframes homepage-trust-chip-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 576px) {
  .homepage-trust-strip__list li {
    flex: 0 1 auto;
  }

  .homepage-trust-chip {
    width: auto;
    min-width: 7.75rem;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }

  .homepage-trust-strip__list--pay .homepage-trust-chip {
    min-width: 8.5rem;
  }
}

@media (min-width: 992px) {
  .homepage-trust-strip--fx {
    padding: 2rem 1.75rem 1.75rem;
  }

  .homepage-trust-strip__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0.65rem;
  }

  .homepage-trust-strip__list li {
    flex: 1 1 0;
  }

  .homepage-trust-chip {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-trust-strip__glow,
  .homepage-trust-strip__label--shine,
  .homepage-trust-strip__list li {
    animation: none;
  }

  .homepage-trust-chip:hover {
    transform: none;
  }

  .homepage-trust-chip:hover::after {
    animation: none;
  }
}

/* Plan specs */
.homepage-plan-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.75rem;
  margin: 0.75rem 0 1rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radius-ui);
  font-size: 0.8125rem;
}

.homepage-plan-specs__k {
  color: var(--gray);
}

.homepage-plan-specs__v {
  color: #fff;
  font-weight: 600;
  text-align: right;
}

.homepage-plan-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.homepage-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--alanx-shadow-lift);
}

/* Kullanım senaryoları */
.homepage-usecases-section {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background-color: var(--darkBlue);
  background-image: var(--homepage-flow-shine);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.homepage-usecases-section .modern-section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.homepage-usecases-disclaimer {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  max-width: 36rem;
  margin: 1rem auto 0;
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--gray);
  text-align: left;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 999px;
}

.homepage-usecases-disclaimer i {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: var(--primary);
  font-size: 0.875rem;
}

.homepage-usecases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

@media (min-width: 768px) {
  .homepage-usecases-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.homepage-usecase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.35rem 1.35rem;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background-color 0.22s ease;
}

.homepage-usecase-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.7), rgba(59, 130, 246, 0.05));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.homepage-usecase-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.3);
  background: var(--surface-card-hover);
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.1),
    0 14px 40px rgba(0, 0, 0, 0.4);
}

.homepage-usecase-card:hover::before {
  opacity: 1;
}

.homepage-usecase-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #fff;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(59, 130, 246, 0.28);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.homepage-usecase-card:hover .homepage-usecase-card__icon {
  background: rgba(59, 130, 246, 0.22);
  border-color: rgba(96, 165, 250, 0.45);
  transform: scale(1.04);
}

.homepage-usecase-card__title {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: var(--primary-font);
}

.homepage-usecase-card__role {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--semi-primary);
}

.homepage-usecase-card__text {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--darkGray);
  flex-grow: 1;
}

.homepage-usecase-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.homepage-usecase-card__tags li {
  padding: 0.28rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.homepage-usecases-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 2rem auto 0;
  text-align: center;
}

.homepage-usecases-cta {
  display: inline-flex;
}

/* Performance */
.homepage-performance-section {
  position: relative;
  overflow: hidden;
}

.homepage-performance-glow {
  pointer-events: none;
  position: absolute;
  inset: 10% auto auto 50%;
  width: min(42rem, 90vw);
  height: 16rem;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.12) 0%, transparent 72%);
  filter: blur(2px);
}

.homepage-performance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .homepage-performance-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.homepage-perf-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 8.5rem;
  text-align: center;
  padding: 1.35rem 1rem;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.homepage-perf-metric:hover {
  transform: translateY(-3px);
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow: var(--alanx-shadow-soft);
}

.homepage-perf-metric__value {
  display: block;
  font-size: clamp(1.75rem, 4vw, 2.125rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.homepage-perf-metric__unit {
  display: inline-block;
  margin-left: 0.15rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--semi-primary);
  vertical-align: baseline;
}

.homepage-perf-metric__label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.homepage-perf-metric__hint {
  margin: 0.4rem 0 0;
  max-width: 11rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--gray);
}

.homepage-perf-stack {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .homepage-perf-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.125rem;
  }

  .homepage-perf-stack--solo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .homepage-perf-stack--solo {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.homepage-perf-stack-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-height: 100%;
  padding: 1.35rem 1.25rem;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.homepage-perf-stack-item:hover {
  transform: translateY(-3px);
  border-color: rgba(96, 165, 250, 0.28);
  box-shadow: var(--alanx-shadow-soft);
}

.homepage-perf-stack-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.22);
}

.homepage-perf-stack-item__icon i {
  font-size: 1.2rem;
  color: var(--semi-primary);
}

.homepage-perf-stack-item__body {
  min-width: 0;
}

.homepage-perf-stack-item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: #fff;
  line-height: 1.3;
}

.homepage-perf-stack-item p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.55;
  color: var(--gray);
}

/* Scroll reveal — JS yoksa / yüklenmeden önce içerik görünür (CLS ve LCP) */
.reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

html.js .reveal-on-scroll:not(.is-visible) {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

/* Conversion widgets */
.alanx-promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1045;
  background: #1a2744;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.alanx-promo-bar.is-hidden { display: none; }

body.has-promo-bar .theme-navbar--sticky {
  top: 44px;
}

.alanx-promo-bar__close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.85;
  cursor: pointer;
}

.alanx-promo-countdown {
  margin-left: 0.5rem;
  font-weight: 600;
}

.alanx-floating-cta {
  position: fixed;
  right: 1.25rem;
  bottom: 5.5rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: var(--primary);
  color: #fff !important;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: var(--alanx-shadow-lift);
  transition: transform 0.2s ease;
}

.alanx-floating-cta:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

/* — Canlı destek (floating) — */
.alanx-livechat-bubble {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1040;
  width: 58px;
  height: 58px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.alanx-livechat-bubble__halo {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--primary, #1e4bb8);
  animation: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.alanx-livechat-bubble__face {
  position: absolute;
  inset: 5px;
  z-index: 1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0 0 0 2px #2563eb,
    0 0 0 3px rgba(255, 255, 255, 0.95),
    inset 0 1px 2px rgba(15, 23, 42, 0.08);
  pointer-events: none;
}

.alanx-livechat-bubble__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
  pointer-events: none;
}

.alanx-livechat-bubble__logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
  filter: none;
}

.alanx-livechat-bubble.is-open .alanx-livechat-bubble__logo {
  opacity: 0.92;
}

.alanx-livechat-bubble:hover {
  transform: scale(1.06) translateY(-2px);
}

.alanx-livechat-bubble:focus {
  outline: none;
}

.alanx-livechat-bubble:focus-visible .alanx-livechat-bubble__halo {
  box-shadow:
    0 0 0 3px rgba(37, 99, 235, 0.55),
    0 12px 28px rgba(37, 99, 235, 0.45);
}

@keyframes alanx-livechat-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes alanx-livechat-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
  }
}

.alanx-livechat-panel {
  --alanx-lc-w: min(320px, calc(100vw - 2.5rem));
  position: fixed;
  right: 1.25rem;
  bottom: 6.35rem;
  z-index: 1041;
  width: var(--alanx-lc-w);
  padding: 0;
  background: linear-gradient(165deg, rgba(30, 41, 59, 0.97) 0%, rgba(15, 23, 42, 0.98) 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.12),
    0 20px 50px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(37, 99, 235, 0.12);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.94);
  pointer-events: none;
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.45s;
}

.alanx-livechat-panel__shine {
  position: absolute;
  top: -40%;
  left: -30%;
  width: 80%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(96, 165, 250, 0.22), transparent 68%);
  pointer-events: none;
}

.alanx-livechat-panel.alanx-livechat-panel--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.alanx-livechat-panel__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(96, 165, 250, 0.15);
}

.alanx-livechat-panel__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.alanx-livechat-panel__avatar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  padding: 0.32rem;
  background: #ffffff;
  border: none;
  box-shadow:
    0 0 0 2px #2563eb,
    0 0 0 3px rgba(255, 255, 255, 0.92),
    0 6px 18px rgba(37, 99, 235, 0.28);
}

.alanx-livechat-panel__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.alanx-livechat-panel__titles {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.alanx-livechat-panel__title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc !important;
  line-height: 1.2;
}

.alanx-livechat-panel__status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95) !important;
}

.alanx-livechat-panel__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  animation: none;
}

.alanx-livechat-panel__close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.6);
  color: rgba(226, 232, 240, 0.9) !important;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.alanx-livechat-panel__close:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(248, 113, 113, 0.45);
  color: #fecaca !important;
  transform: scale(1.05);
}

.alanx-livechat-panel__close:focus {
  outline: none;
}

.alanx-livechat-panel__close:focus-visible {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.45);
}

.alanx-livechat-panel__body {
  position: relative;
  margin: 0;
  padding: 1rem 1.1rem 1.15rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.95) !important;
}

.alanx-livechat-panel__cta {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 1rem 1.1rem !important;
  width: calc(100% - 2rem) !important;
  padding: 0.7rem 1rem !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.alanx-livechat-panel__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.55) !important;
}

.alanx-livechat-panel__cta i {
  font-size: 0.875rem;
  opacity: 0.95;
}

@media (max-width: 575px) {
  .alanx-livechat-panel {
    right: 1rem;
    bottom: 5.75rem;
    --alanx-lc-w: calc(100vw - 2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .alanx-livechat-bubble__halo {
    animation: none;
  }

  .alanx-livechat-panel__pulse {
    animation: none;
  }

  .alanx-livechat-panel {
    transition-duration: 0.15s;
  }

  .alanx-livechat-bubble:hover,
  .alanx-livechat-panel__cta:hover {
    transform: none;
  }
}

.alanx-exit-modal[hidden] { display: none !important; }

.alanx-exit-modal {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.alanx-exit-modal:not([hidden]) .alanx-exit-modal__card {
  animation: alanx-exit-enter 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes alanx-exit-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.alanx-exit-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 20, 0.72);
  backdrop-filter: blur(6px);
}

.alanx-exit-modal__card {
  position: relative;
  max-width: 440px;
  width: 100%;
  padding: 1.75rem 1.5rem 1.5rem;
  background: linear-gradient(165deg, rgba(30, 41, 59, 0.98) 0%, rgba(15, 23, 42, 0.99) 100%);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.12),
    0 24px 60px rgba(0, 0, 0, 0.55);
  text-align: center;
  overflow: hidden;
}

.alanx-exit-modal__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #38bdf8, #2563eb);
  background-size: 200% 100%;
  animation: alanx-exit-shine 4s ease-in-out infinite;
}

@keyframes alanx-exit-shine {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.alanx-exit-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--gray);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.alanx-exit-modal__close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.alanx-exit-modal__hero {
  position: relative;
  padding-top: 0.25rem;
}

.alanx-exit-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #93c5fd;
  background: radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.35), rgba(37, 99, 235, 0.08));
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.25), 0 8px 24px rgba(37, 99, 235, 0.25);
}

.alanx-exit-modal__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #38bdf8;
}

.alanx-exit-modal__title {
  margin: 0 0 0.4rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.alanx-exit-modal__lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--darkGray);
}

.alanx-exit-coupon {
  margin: 1.25rem 0 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.45), rgba(56, 189, 248, 0.2));
}

.alanx-exit-coupon__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.92);
}

.alanx-exit-coupon__label {
  flex: 1 1 100%;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray);
}

.alanx-exit-coupon__code {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0.45rem 0.65rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #7dd3fc;
  background: transparent;
  border: none;
}

.alanx-exit-coupon__copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.alanx-exit-coupon__copy:hover {
  background: rgba(37, 99, 235, 0.2);
  border-color: rgba(59, 130, 246, 0.55);
  color: #fff;
}

.alanx-exit-coupon__copy.is-copied {
  border-color: rgba(34, 197, 94, 0.5);
  color: #86efac;
}

.alanx-exit-steps {
  margin: 1.15rem 0 0;
  padding: 0;
  text-align: left;
}

.alanx-exit-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--darkGray);
}

.alanx-exit-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.alanx-exit-step__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--semi-primary);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.45);
}

.alanx-exit-step__text {
  flex: 1;
  padding-top: 0.1rem;
}

.alanx-exit-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  padding: 0.6rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--gray);
  text-align: left;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
}

.alanx-exit-note i {
  margin-top: 0.1rem;
  color: var(--semi-primary);
  opacity: 0.9;
}

.alanx-exit-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.alanx-exit-actions__primary {
  width: 100%;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.alanx-exit-actions__secondary {
  display: block;
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e2e8f0;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: var(--radius-ui, 8px);
  transition: background 0.2s, border-color 0.2s;
}

.alanx-exit-actions__secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(148, 163, 184, 0.55);
  text-decoration: none;
}

.alanx-landing-hero {
  padding-top: 2rem;
}

.alanx-landing-hero--domain {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.alanx-landing-domain-hero {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.alanx-landing-domain-hero .modern-section-title {
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.alanx-landing-domain-hero .modern-section-lead {
  max-width: 40rem;
}

.alanx-landing-domain-search-block {
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.alanx-landing-domain-search-block__title {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.alanx-landing-domain-search-block__hint {
  margin: 0 0 1.1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--gray);
}

.alanx-landing-hero--domain .homepage-domain-search {
  margin-bottom: 0;
}

/* WHOIS — Transfer ile uyumlu, kurumsal outline CTA */
.homepage-domain-btn--whois {
  position: relative;
  contain: layout style;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  overflow: visible;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(226, 232, 240, 0.95) !important;
  text-decoration: none !important;
  white-space: nowrap;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  background: rgba(30, 41, 59, 0.55) !important;
  box-shadow: none !important;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.homepage-domain-btn--whois::before,
.homepage-domain-btn--whois::after {
  display: none;
}

.homepage-domain-btn--whois__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-size: 0.75rem;
  line-height: 1;
  opacity: 0.85;
}

.homepage-domain-btn--whois__text {
  position: relative;
}

.homepage-domain-btn--whois:hover,
.homepage-domain-btn--whois:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  transform: none;
  border-color: rgba(148, 163, 184, 0.42) !important;
  filter: none;
  background: rgba(51, 65, 85, 0.65) !important;
  box-shadow: none !important;
}

.homepage-domain-btn--whois:active {
  transform: none;
}

.main-header .homepage-domain-toolbar .homepage-domain-btn--whois {
  font-size: 0.8125rem !important;
  padding: 0 12px !important;
}

@media (min-width: 768px) {
  .homepage-domain-btn--whois {
    border-radius: 999px !important;
  }
}

.main-header .homepage-domain-toolbar .domain-search-actions {
  flex-wrap: nowrap;
  gap: 6px !important;
}

@media (max-width: 767.98px) {
  .homepage-domain-btn--whois {
    width: 100%;
    min-height: 48px;
    border-radius: var(--radius-ui) !important;
  }
}

/* Landing sayfalarında scroll-reveal JS yok — içerik her zaman görünür */
.alanx-landing-hero .reveal-on-scroll {
  opacity: 1;
  transform: none;
}

/* — WHOIS sorgulama sayfası — */
.alanx-whois-page {
  position: relative;
  overflow: visible;
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.alanx-whois-page__glow {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 95vw);
  height: 420px;
  background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(30, 58, 120, 0.12), transparent 72%);
  pointer-events: none;
  animation: none;
  opacity: 0.7;
}

.alanx-whois-page__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 55% at 50% 20%, #000 20%, transparent 75%);
  pointer-events: none;
}

@keyframes alanx-whois-glow {
  from { opacity: 0.75; transform: translateX(-50%) scale(1); }
  to { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

.alanx-whois-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.alanx-whois-panel {
  position: relative;
  max-width: 44rem;
  margin: 0 auto 2rem;
  padding: 0;
  border-radius: 14px;
  background: transparent;
  border: 1px solid var(--alanx-border-subtle, rgba(148, 163, 184, 0.16));
  box-shadow: var(--alanx-shadow-elevated, 0 10px 28px rgba(0, 0, 0, 0.22));
}

.alanx-whois-panel__shine {
  display: none;
}

@keyframes alanx-whois-shine {
  0%, 100% { background-position: 200% 0; }
  50% { background-position: -100% 0; }
}

.alanx-whois-form {
  position: relative;
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: 17px;
  background: linear-gradient(165deg, rgba(15, 23, 42, 0.95), rgba(8, 12, 22, 0.98));
}

.alanx-whois-form__label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}

.alanx-whois-form__row {
  display: flex;
  gap: 0.65rem;
  align-items: stretch;
}

.alanx-whois-form__input-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.alanx-whois-form__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(96, 165, 250, 0.85);
  font-size: 1rem;
  pointer-events: none;
}

.alanx-whois-form__input {
  height: 3.25rem;
  padding-left: 2.65rem !important;
  padding-right: 1rem;
  border-radius: 12px !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  background: rgba(2, 6, 23, 0.65) !important;
  color: #f8fafc !important;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.alanx-whois-form__input:focus {
  border-color: rgba(148, 163, 184, 0.45) !important;
  box-shadow: 0 0 0 2px rgba(61, 99, 200, 0.18) !important;
}

.alanx-whois-form__submit {
  flex-shrink: 0;
  min-width: 9.5rem;
  border-radius: 12px !important;
  font-weight: 600;
}

.alanx-whois-form__submit.is-loading {
  opacity: 0.85;
  pointer-events: none;
}

.alanx-whois-form__submit-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.alanx-whois-form__hint {
  margin: 0.85rem 0 0;
  font-size: 0.8125rem;
  color: var(--gray);
  text-align: center;
}

.alanx-whois-results {
  max-width: 52rem;
  margin: 0 auto;
  animation: alanx-whois-fade-in 0.45s ease;
}

.alanx-whois-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.35), rgba(15, 23, 42, 0.6));
}

.alanx-whois-notice__icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #60a5fa;
  font-size: 1.1rem;
}

.alanx-whois-notice p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #e2e8f0;
}

.alanx-whois-output-title {
  margin: 0 0 0.85rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f8fafc;
}

.alanx-whois-table {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(8, 12, 22, 0.65);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.alanx-whois-table__row {
  display: grid;
  grid-template-columns: minmax(8.5rem, 34%) 1fr;
  gap: 0.75rem 1.25rem;
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.alanx-whois-table__row:last-child {
  border-bottom: none;
}

.alanx-whois-table__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(148, 163, 184, 0.95);
  line-height: 1.45;
}

.alanx-whois-table__label-hint {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(148, 163, 184, 0.7);
}

.alanx-whois-table__value {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f1f5f9;
  line-height: 1.45;
  word-break: break-word;
}

.alanx-whois-table__value--emphasis {
  color: #7dd3fc;
  font-weight: 600;
}

.alanx-whois-details {
  margin-top: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  background: rgba(8, 12, 22, 0.55);
  overflow: visible;
}

.alanx-whois-details__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #e2e8f0;
  user-select: none;
}

.alanx-whois-details__summary::-webkit-details-marker {
  display: none;
}

.alanx-whois-details__chevron {
  transition: transform 0.25s ease;
  color: #94a3b8;
}

.alanx-whois-details[open] .alanx-whois-details__chevron {
  transform: rotate(180deg);
}

.alanx-whois-details__body {
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  padding: 0.85rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: min(62vh, 520px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.alanx-whois-details__body::-webkit-scrollbar {
  width: 8px;
}

.alanx-whois-details__body::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.5);
  border-radius: 4px;
}

.alanx-whois-details__body::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.65);
  border-radius: 4px;
}

.alanx-whois-details__body::-webkit-scrollbar-thumb:hover {
  background: rgba(148, 163, 184, 0.85);
}

.alanx-whois-section-card {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.55);
  overflow: hidden;
}

.alanx-whois-section-card__title {
  margin: 0;
  padding: 0.7rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #93c5fd;
  background: rgba(30, 58, 138, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.alanx-whois-table--compact .alanx-whois-table__row {
  padding: 0.65rem 1rem;
}

.alanx-whois-table--compact .alanx-whois-table__label {
  font-size: 0.8125rem;
}

.alanx-whois-table--compact .alanx-whois-table__value {
  font-size: 0.875rem;
}

.alanx-whois-section-card__text {
  padding: 0.75rem 1rem;
}

.alanx-whois-section-card__text p {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #cbd5e1;
}

.alanx-whois-section-card__text p:last-child {
  margin-bottom: 0;
}

.alanx-whois-hidden-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0.75rem 1rem 0.85rem;
  padding: 0.8rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(30, 41, 59, 0.55);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #e2e8f0;
  font-style: normal;
}

.alanx-whois-hidden-notice i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #94a3b8;
  font-size: 1rem;
}


@media (max-width: 575px) {
  .alanx-whois-table__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

@keyframes alanx-whois-fade-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.alanx-whois-results__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-bottom: 1rem;
}

.alanx-whois-results__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.alanx-whois-results__badge--registered {
  color: #86efac;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.alanx-whois-results__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f1f5f9;
  word-break: break-word;
}

.alanx-whois-results__body {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(2, 6, 23, 0.75);
  overflow: visible;
}

.alanx-whois-results__pre {
  display: block;
  margin: 0;
  padding: 1.15rem 1.25rem;
  max-height: 28rem;
  overflow: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.8125rem;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
  color: #cbd5e1;
}

.alanx-whois-results__empty,
.alanx-whois-results__note {
  margin: 1.25rem 0 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--gray);
}

.alanx-whois-alert {
  padding: 1.35rem 1.5rem;
  border-radius: 14px;
  text-align: center;
}

.alanx-whois-alert__icon {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.alanx-whois-alert__title {
  margin: 0 0 0.25rem;
  font-size: 1.0625rem;
  color: #f8fafc;
}

.alanx-whois-alert__text,
.alanx-whois-alert p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.alanx-whois-alert__detail {
  margin-top: 0.5rem !important;
  font-size: 0.875rem;
  opacity: 0.85;
  color: rgba(248, 250, 252, 0.75);
}

.alanx-whois-alert--success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}

.alanx-whois-alert--success .alanx-whois-alert__icon {
  color: #4ade80;
}

.alanx-whois-alert--error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

.alanx-whois-alert--error .alanx-whois-alert__icon {
  color: #f87171;
}

@media (max-width: 767px) {
  .alanx-whois-form__row {
    flex-direction: column;
  }

  .alanx-whois-form__submit {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alanx-whois-page__glow,
  .alanx-whois-panel__shine,
  .alanx-whois-results {
    animation: none;
  }
}

.homepage-popular-tlds-section--landing {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.homepage-popular-tlds-section--landing .modern-section-head--compact {
  margin-bottom: 1.35rem;
}

.homepage-popular-tlds-section--landing .modern-section-lead--compact {
  max-width: 32rem;
  margin: 0.65rem auto 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--gray);
}

@media (max-width: 767px) {
  .homepage-domain-toolbar {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .homepage-plan-card,
  .homepage-popular-tld-card--rich,
  .alanx-exit-modal__card,
  .alanx-exit-modal__card::before,
  .hero-register-link.hero-register-link--muted,
  .hero-register-link.hero-register-link--muted .hero-register-link__text,
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* === Ana sayfa kurumsal ince ayar (navbar + yardım balonu) === */
.page-homepage .theme-navbar--sticky {
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.page-homepage .theme-navbar--sticky.is-scrolled {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.page-homepage .theme-navbar-actions {
  gap: 0.4rem;
}

.page-homepage .theme-navbar-auth-btn {
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.18) !important;
}

.page-homepage .theme-navbar-auth-btn:hover {
  box-shadow: 0 3px 12px rgba(37, 99, 235, 0.24) !important;
}

.page-homepage .theme-navbar .theme-btn.--outline-dark.--circle-btn {
  box-shadow: none !important;
}

.page-homepage .alanx-livechat-bubble__halo {
  animation: none;
  opacity: 0.85;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 8px 22px rgba(37, 99, 235, 0.28);
}

@media (max-width: 575.98px) {
  .page-homepage .alanx-livechat-bubble {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 52px;
    height: 52px;
  }
}

/* Trust pillars (no unverified stats) */
.homepage-trust-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .homepage-trust-pillars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
  }
}

.homepage-trust-pillar {
  padding: 1.25rem 1rem;
  text-align: center;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
}

.homepage-trust-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--semi-primary);
}

.homepage-trust-pillar__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.35rem;
}

.homepage-trust-pillar__text {
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--gray);
  margin: 0;
}

.plan-audience {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--semi-primary);
  margin: 0.25rem 0 0.35rem;
}

.homepage-plans-compare-note {
  font-size: 0.875rem;
  color: var(--gray);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

@media (prefers-reduced-motion: reduce) {
  .homepage-usecase-card,
  .homepage-usecase-card__icon {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .homepage-usecase-card:hover {
    transform: none;
  }

  .homepage-usecase-card:hover .homepage-usecase-card__icon {
    transform: none;
  }
}

.policy-page__card {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.policy-page__title {
  color: #fff;
  margin-bottom: 0.5rem;
}

.policy-page__h2 {
  color: #fff;
  font-size: 1.125rem;
  margin-top: 1.5rem;
}

.policy-page__header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-page__meta {
  font-size: 0.875rem;
  color: var(--gray);
  margin-bottom: 0.75rem;
}

.policy-page__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(186, 198, 216, 0.95);
  margin: 0;
  max-width: 48rem;
}

.policy-page__list {
  padding-left: 1.25rem;
  margin: 0.75rem 0 1rem;
}

.policy-page__list li {
  margin-bottom: 0.5rem;
}

.policy-page__list a {
  color: var(--semi-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-page p a {
  color: var(--semi-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-page p,
.policy-page li {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.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;
}
