/* =============================================================
   DOMAINHUB — Space / Cosmic Theme
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Space palette */
  --space-deep: #05050f;
  --space-mid: #0a0a1e;
  --space-light: #10102a;
  --space-surface: rgba(255, 255, 255, 0.04);
  --space-surface-hover: rgba(255, 255, 255, 0.07);
  --space-border: rgba(255, 255, 255, 0.06);
  --space-border-hover: rgba(255, 255, 255, 0.12);

  /* Nebula colors */
  --nebula-blue: #4f46e5;
  --nebula-purple: #7c3aed;
  --nebula-pink: #c026d3;
  --nebula-cyan: #06b6d4;
  --nebula-teal: #14b8a6;

  /* Text */
  --text-bright: #f0f0ff;
  --text-mid: rgba(255, 255, 255, 0.65);
  --text-dim: rgba(255, 255, 255, 0.4);
  --text-faint: rgba(255, 255, 255, 0.2);

  /* Glow */
  --glow-primary: rgba(79, 70, 229, 0.4);
  --glow-cyan: rgba(6, 182, 212, 0.3);
  --glow-pink: rgba(192, 38, 211, 0.25);

  /* Misc */
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 24px;
  --r-2xl: 32px;
  --r-full: 9999px;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --t-fast: 0.2s var(--ease);
  --t-normal: 0.35s var(--ease);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 40px;
  overflow-x: hidden;
}

body {
  font-family: 'DM Sans', -apple-system, sans-serif;
  color: var(--text-bright);
  background: var(--space-deep);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100vw;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ── STARS CANVAS ── */
#stars-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ── CONTAINER ── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* ── SECTION ── */
.section__header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 56px;
}

.section__tag {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nebula-cyan);
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.15);
  padding: 10px 28px;
  border-radius: var(--r-full);
  margin-bottom: 16px;
}

.section__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-bright);
  margin-bottom: 12px;
  letter-spacing: -0.025em;
}

.section__desc {
  font-size: 1.1rem;
  color: #C0C0C0;
  line-height: 1.75;
}

/* ── BUTTON ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: var(--r-lg);
  transition: all var(--t-normal);
  text-decoration: none;
  letter-spacing: 0.01em;
  position: relative;
}

.btn--md {
  font-size: 0.9375rem;
  padding: 13px 28px;
}

.btn--lg {
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: var(--r-xl);
}

.btn--glow {
  background: linear-gradient(135deg, var(--nebula-blue), var(--nebula-purple));
  color: #fff;
  box-shadow: 0 0 24px var(--glow-primary), 0 0 56px rgba(79, 70, 229, 0.15);
}

.btn--glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 32px var(--glow-primary), 0 0 72px rgba(79, 70, 229, 0.25);
}

.btn__arrow {
  transition: transform var(--t-fast);
}

.btn:hover .btn__arrow {
  transform: translateY(3px);
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 120px 24px 20px;
  /* 80px -> 120px to account for header */
  overflow: hidden;
}

.hero__nebula {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 45%, rgba(79, 70, 229, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 80% 20%, rgba(192, 38, 211, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 35% 40% at 15% 75%, rgba(6, 182, 212, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 30% 30%, rgba(124, 58, 237, 0.06) 0%, transparent 65%);
  pointer-events: none;
  animation: nebulaShift 20s ease-in-out infinite alternate;
}

@keyframes nebulaShift {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }

  100% {
    opacity: 0.8;
    transform: scale(1.05) rotate(1deg);
  }
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--nebula-cyan);
  background: rgba(6, 182, 212, 0.06);
  border: 1px solid rgba(6, 182, 212, 0.12);
  backdrop-filter: blur(12px);
  padding: 8px 22px;
  border-radius: var(--r-full);
  margin-bottom: 32px;
  animation: fadeUp 0.8s var(--ease) both;
}

.hero__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.5rem, 6.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--text-bright);
  letter-spacing: -0.035em;
  margin-bottom: 24px;
  animation: fadeUp 0.8s var(--ease) 0.1s both;
}

.hero__title--accent {
  background: linear-gradient(135deg, var(--nebula-cyan) 0%, #818cf8 35%, var(--nebula-pink) 70%, var(--nebula-cyan) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeUp 0.8s var(--ease) 0.1s both, gradientSlide 6s ease-in-out infinite;
}

.tw-cursor {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  opacity: 1;
  -webkit-text-fill-color: #fff; /* gradient-clip olan yerde border çıkması için renk zorlaması */
  animation: blinkTwinCaret 0.8s infinite;
  margin-left: 4px;
}
@keyframes blinkTwinCaret {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@keyframes gradientSlide {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.hero__subtitle {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  color: #C0C0C0;
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.8;
  animation: fadeUp 0.8s var(--ease) 0.2s both;
}

.hero__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  animation: fadeUp 0.8s var(--ease) 0.3s both;
}

.hero__whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  box-shadow: 0 0 24px rgba(37, 211, 102, 0.4), 0 0 56px rgba(37, 211, 102, 0.15);
  font-size: 1.0625rem;
  padding: 16px 36px;
  border-radius: var(--r-full);
  /* Daha yuvarlak hap formu */
  animation: whatsappHeroPulse 2.5s ease-in-out infinite;
}

.hero__whatsapp-btn:hover {
  background: linear-gradient(135deg, #1ebe5a, #0f7a6c);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 32px rgba(37, 211, 102, 0.6), 0 0 72px rgba(37, 211, 102, 0.25);
}

.hero__whatsapp-btn svg {
  margin-right: 4px;
}

@keyframes whatsappHeroPulse {

  0%,
  100% {
    box-shadow: 0 0 24px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.3);
  }

  50% {
    box-shadow: 0 0 24px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0);
  }
}

.hero__stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 56px;
  animation: fadeUp 0.8s var(--ease) 0.4s both;
}

.hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-bright);
}

.hero__stat-label {
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--text-dim);
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── DOMAINS SECTION ── */
.domains {
  position: relative;
  z-index: 1;
  padding: 10px 0 80px;
  /* Üstteki boşluk daraltıldı */
}

.domains::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 160px;
  background: radial-gradient(ellipse, var(--glow-primary) 0%, transparent 70%);
  filter: blur(60px);
  opacity: 0.25;
  pointer-events: none;
}

/* ── DOMAIN GRID ── */
.domains__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── DOMAIN CARD ── */
.domain-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--r-2xl);
  overflow: hidden;
  transition: all var(--t-normal);
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.5s var(--ease) both;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}


.domain-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r-2xl);
  padding: 1px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(79, 70, 229, 0.2), rgba(192, 38, 211, 0.1), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--t-normal);
  pointer-events: none;
}

.domain-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 0 48px rgba(79, 70, 229, 0.08);
}

.domain-card:hover::before {
  opacity: 1;
}

.domain-card__img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* Changed from 65% to ~100% to represent larger portion (70% overall card). 
                        We will rely on flexbox layout inside the card to exact the 70/30 split. */
  overflow: hidden;
  cursor: zoom-in;
  /* Indicate that it can be clicked */
}

.domain-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.domain-card:hover .domain-card__img {
  transform: scale(1.05);
}

.domain-card__img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  color: rgba(0, 0, 0, 0.15);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.domain-card__body {
  padding: 16px 20px 14px;
  flex: 1;
  /* Body takes the remaining space dynamically */
}

.domain-card__name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
  word-break: break-all;
  letter-spacing: -0.01em;
}

.domain-card__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.domain-card__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #64748b;
  /* Koyu gri */
  letter-spacing: 0.02em;
  font-weight: 500;
}

.domain-card__meta-item svg {
  color: #3b82f6;
  /* svg renklendirildi */
  opacity: 0.8;
  flex-shrink: 0;
}

.domain-card__desc {
  font-size: 0.825rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.domain-card__price-wrap {
  margin-top: 12px;
}

.domain-card__footer {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #f8fafc;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.domain-card__price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #006400;
}

.domain-card__price--negotiable {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--nebula-teal);
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(20, 184, 166, 0.12);
  padding: 4px 14px;
  border-radius: var(--r-full);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}



/* ── EMPTY STATE ── */
.domains__empty {
  text-align: center;
  padding: 72px 24px;
  color: var(--text-dim);
}

.domains__empty-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  opacity: 0.5;
}

.domains__empty p {
  font-size: 1.0625rem;
  margin-bottom: 24px;
}

/* ── MODAL ── */
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  /* Koyu arkaplan */
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-normal);
  padding: 24px;
}

.image-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.image-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  transform: scale(0.95);
  transition: transform var(--t-normal);
}

.image-modal.is-active .image-modal__content {
  transform: scale(1);
}

.image-modal__img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--r-xl);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.image-modal__close {
  position: absolute;
  top: -48px;
  right: -16px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t-fast);
}

.image-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}


/* ── CONTACT ── */
.contact {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
}

.contact__inner {
  max-width: 560px;
  margin: 0 auto;
}

.contact__card {
  background: var(--space-surface);
  border: 1px solid var(--space-border);
  border-radius: var(--r-2xl);
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.4), rgba(79, 70, 229, 0.3), transparent);
}

.contact__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 12px;
}

.contact__text {
  font-size: 0.9375rem;
  color: var(--text-dim);
  line-height: 1.7;
  margin-bottom: 28px;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-mid);
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--space-border);
  border-radius: var(--r-lg);
  transition: all var(--t-fast);
}

.contact__detail:hover {
  border-color: var(--nebula-cyan);
  color: var(--nebula-cyan);
  background: rgba(6, 182, 212, 0.04);
  box-shadow: 0 0 24px rgba(6, 182, 212, 0.08);
}

.contact__detail svg {
  color: var(--nebula-cyan);
  flex-shrink: 0;
}

/* ── WHATSAPP FAB ── */
.whatsapp-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35), 0 0 40px rgba(37, 211, 102, 0.15);
  transition: all var(--t-normal);
  animation: whatsappPulse 2.5s ease-in-out infinite;
}

.whatsapp-fab:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5), 0 0 56px rgba(37, 211, 102, 0.2);
}

@keyframes whatsappPulse {

  0%,
  100% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.3);
  }

  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35), 0 0 0 12px rgba(37, 211, 102, 0);
  }
}

/* ── PARTNERS FOOTER ── */
.partners-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 20px;
  background: rgba(10, 10, 30, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
}

.partners-footer__inner {
  max-width: 1200px;
  width: 100%;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.partner-logo-link {
  display: block;
  opacity: 0.6;
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.partner-logo-link:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

.partner-logo-img {
  height: 44px;
  width: 130px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .partner-logo-link {
    opacity: 1;
    filter: grayscale(0);
  }
}

/* ── COPYRIGHT ── */
.copyright {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 24px;
  font-size: 0.75rem;
  color: #C0C0C0;
}

.copyright a {
  color: var(--text-dim);
  transition: color var(--t-fast);
}

.copyright a:hover {
  color: var(--nebula-cyan);
}

/* ── TOP NAV (HEADER) ── */
.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 16px 0;
  background: rgba(10, 10, 30, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* ── MARQUEE BAR ── */
.marquee-bar {
  position: fixed;
  top: 0;
  /* JS ile dinamik olarak ayarlanacak */
  left: 0;
  width: 100%;
  z-index: 49;
  overflow: hidden;
  background: rgba(8, 8, 24, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(79, 70, 229, 0.15);
  padding: 0;
  display: flex;
  align-items: stretch; /* Etiket ile scroller yüksekligi esitlensin */
  height: 38px;
  line-height: 1;
}

.marquee-bar__label {
  padding: 0 24px;
  background: rgba(6, 182, 212, 0.15);
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  border-right: 1px solid rgba(6, 182, 212, 0.3);
  box-shadow: 4px 0 16px rgba(0,0,0,0.4);
  text-shadow: 0 0 8px rgba(6, 182, 212, 0.6);
  flex-shrink: 0;
}

.marquee-bar__scroller {
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.marquee-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 182, 212, 0.5), rgba(79, 70, 229, 0.4), rgba(192, 38, 211, 0.3), transparent);
}

.marquee-bar__track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marqueeScroll var(--marquee-duration, 30s) linear infinite;
  will-change: transform;
  gap: 0;
}

.marquee-bar__track:hover {
  animation-play-state: paused;
}

.marquee-bar__segment {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.marquee-bar__item {
  display: inline-flex;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: 0.02em;
  padding: 0 24px;
  flex-shrink: 0;
  height: 100%;
}

.marquee-bar__item-domain {
  font-weight: 700;
  font-size: 0.85rem;
}

.marquee-bar__item-price {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 10px;
  border: 1px solid rgba(34, 197, 94, 0.3);
  text-shadow: 0 0 8px rgba(34, 197, 94, 0.4);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.1);
}

.marquee-bar__separator {
  color: var(--nebula-cyan);
  font-size: 0.6rem;
  opacity: 0.6;
  flex-shrink: 0;
  line-height: 1;
  height: 36px;
  display: inline-flex;
  align-items: center;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.top-nav__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-nav__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.top-nav__btn {
  background: none;
  border: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  /* Daha beyaz/belirgin varsayılan renk */
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  border-radius: var(--r-full);
  position: relative;
}

.top-nav__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-shadow: 0 0 12px var(--nebula-cyan), 0 0 24px rgba(6, 182, 212, 0.5);
  /* Hafif turkuaz parlama efekti */
  transform: translateY(-1px);
}

/* ── LANGUAGE TOGGLE ── */
.lang-toggle {
  background: rgba(6, 182, 212, 0.08) !important;
  border: 1px solid rgba(6, 182, 212, 0.25) !important;
  color: var(--nebula-cyan) !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  padding: 6px 16px !important;
  letter-spacing: 0.1em !important;
  min-width: 48px;
  text-align: center;
  transition: all 0.3s ease;
}

.lang-toggle:hover {
  background: rgba(6, 182, 212, 0.15) !important;
  border-color: rgba(6, 182, 212, 0.5) !important;
  color: #fff !important;
  box-shadow: 0 0 16px rgba(6, 182, 212, 0.3);
  text-shadow: none !important;
}

/* ── TEXT MODALS ── */
.text-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-normal);
  padding: 24px;
}

.text-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.text-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
}

.text-modal__content {
  position: relative;
  background: #ffffff;
  color: #0f172a;
  width: 100%;
  max-width: 560px;
  border-radius: var(--r-2xl);
  padding: 40px;
  transform: translateY(24px) scale(0.95);
  transition: all var(--t-normal);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.text-modal.is-active .text-modal__content {
  transform: translateY(0) scale(1);
}

.text-modal__close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all var(--t-fast);
}

.text-modal__close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #0f172a;
  transform: rotate(90deg);
}

.text-modal__header {
  margin-bottom: 24px;
  padding-right: 40px;
  /* Yaklaşık kapatma butonu genişliği */
}

.text-modal__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
}

.text-modal__body {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
}

.text-modal__body p {
  margin-bottom: 16px;
}

.text-modal__body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 24px 0 12px;
}

.text-modal__body ul {
  padding-left: 20px;
  margin-bottom: 16px;
  list-style-type: disc;
}

.text-modal__body ul li {
  margin-bottom: 8px;
}

/* ── BLOG MODAL ── */
.blog-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-normal);
  padding: 24px;
}

.blog-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.blog-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}

.blog-modal__container {
  position: relative;
  background: #ffffff;
  color: #0f172a;
  width: 100%;
  max-width: 720px;
  border-radius: var(--r-2xl);
  transform: translateY(24px) scale(0.95);
  transition: all var(--t-normal);
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.blog-modal.is-active .blog-modal__container {
  transform: translateY(0) scale(1);
}

.blog-modal__header {
  display: flex;
  align-items: center;
  padding: 24px 28px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  gap: 12px;
  flex-shrink: 0;
}

.blog-modal__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0f172a;
  flex: 1;
}

.blog-modal__close-btn {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all var(--t-fast);
  flex-shrink: 0;
}

.blog-modal__close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #0f172a;
  transform: rotate(90deg);
}

.blog-modal__back-btn {
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--nebula-blue);
  cursor: pointer;
  padding: 6px 12px;
  border-radius: var(--r-sm);
  transition: all var(--t-fast);
}

.blog-modal__back-btn:hover {
  background: rgba(79, 70, 229, 0.08);
}

.blog-modal__body {
  padding: 24px 28px 28px;
  overflow-y: auto;
  flex: 1;
}

/* Blog Article Cards */
.blog-articles-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-article-card {
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--r-lg);
  padding: 20px 24px;
  cursor: pointer;
  transition: all var(--t-fast);
}

.blog-article-card:hover {
  background: #f1f5f9;
  border-color: rgba(79, 70, 229, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}

.blog-article-card__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.blog-article-card__date {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-article-card__excerpt {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-article-card__read-more {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--nebula-blue);
  letter-spacing: 0.02em;
}

/* Blog Detail View */
.blog-detail__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.3;
}

.blog-detail__date {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-detail__content {
  font-size: 0.95rem;
  color: #334155;
  line-height: 1.8;
  word-break: break-word;
}

.blog-detail__content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 20px 0 10px;
}

.blog-detail__content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 16px 0 8px;
}

.blog-detail__content ul,
.blog-detail__content ol {
  padding-left: 24px;
  margin: 8px 0;
}

.blog-detail__content li {
  margin-bottom: 4px;
}

.blog-detail__content blockquote {
  border-left: 3px solid var(--nebula-blue);
  padding-left: 16px;
  margin: 12px 0;
  color: #94a3b8;
  font-style: italic;
}

.blog-detail__content a {
  color: var(--nebula-blue);
  text-decoration: underline;
}

.blog-detail__content b,
.blog-detail__content strong {
  font-weight: 700;
  color: #0f172a;
}

/* Blog Empty State */
.blog-empty {
  text-align: center;
  padding: 48px 16px;
  color: #94a3b8;
}

.blog-empty__icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  opacity: 0.5;
}

.blog-empty p {
  font-size: 0.9375rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .domains__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .top-nav__list {
    gap: 12px;
  }

  .top-nav__btn {
    font-size: 0.8125rem;
    padding: 6px 10px;
    letter-spacing: 0.04em;
  }

  .lang-toggle {
    font-size: 0.7rem !important;
    padding: 5px 10px !important;
    min-width: 38px;
  }

  .hero {
    padding: 80px 20px 30px;
    /* Mobilde boşluk daha da daraltıldı */
    min-height: 35vh;
  }

  .hero__title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    /* Mobilde başlığı küçülttük */
  }

  .hero__subtitle {
    font-size: 1rem;
    margin-bottom: 10px;
    /* Mobilde de alt margin kısaltıldı */
  }

  .hero__stats {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .hero__stat-number {
    font-size: 1.375rem;
  }

  .section__header {
    margin-bottom: 32px;
  }

  .section__title {
    font-size: clamp(1.5rem, 6vw, 1.75rem);
  }

  .domains {
    padding: 60px 0;
  }

  .domains__grid {
    gap: 16px;
    /* Kutular arası mobilde biraz daha dar boşluk */
  }

  .domain-card__body {
    padding: 18px 20px 16px;
  }

  .domain-card__footer {
    padding: 14px 20px;
  }

  .contact__inner {
    padding: 0 16px;
  }

  .contact__card {
    padding: 28px 20px;
  }

  /* Blog modal - tablet */
  .blog-modal {
    padding: 16px;
  }

  .blog-modal__container {
    max-width: 100%;
    max-height: 90vh;
  }

  .blog-modal__header {
    padding: 18px 20px 16px;
  }

  .blog-modal__body {
    padding: 18px 20px 22px;
  }

  .blog-modal__title {
    font-size: 1.1875rem;
  }
}

@media (max-width: 600px) {

  /* 600px ve daha küçük ekranlarda tek sütun yapı (Tam Mobil Uyum) */
  .domains__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .domain-card {
    max-width: 100%;
    /* Taşan kutu olmaması için */
  }

  .domain-card__img-wrap {
    padding-top: 70%;
    /* Telefonda biraz daha geniş görsel alanı */
  }

  .hero__stats {
    gap: 16px;
  }

  .contact__details {
    gap: 8px;
  }

  .whatsapp-fab {
    width: 58px;
    height: 58px;
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-fab svg {
    width: 28px;
    height: 28px;
  }

  /* Blog modal - mobile */
  .blog-modal {
    padding: 0;
  }

  .blog-modal__container {
    border-radius: 16px 16px 0 0;
    max-height: 95vh;
    align-self: flex-end;
  }

  .blog-modal__header {
    padding: 16px 16px 14px;
    gap: 8px;
  }

  .blog-modal__title {
    font-size: 1.0625rem;
  }

  .blog-modal__body {
    padding: 14px 16px 20px;
  }

  .blog-article-card {
    padding: 16px;
  }

  .blog-article-card__title {
    font-size: 0.9375rem;
  }

  .blog-article-card__excerpt {
    font-size: 0.8125rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .blog-detail__title {
    font-size: 1.1875rem;
  }

  .blog-detail__content {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .top-nav__list {
    gap: 6px;
  }

  .top-nav__btn {
    font-size: 0.7rem;
    padding: 5px 8px;
    letter-spacing: 0.02em;
  }

  .lang-toggle {
    font-size: 0.65rem !important;
    padding: 4px 8px !important;
    min-width: 32px;
  }

  .hero {
    padding: 100px 16px 40px;
  }

  .btn--lg {
    width: 100%;
    /* Telefondaki Hero Butonu Tam Genişlikte Dursun */
    justify-content: center;
  }

  .contact__detail {
    font-size: 0.85rem;
    padding: 12px 14px;
    flex-direction: column;
    gap: 6px;
  }

  .domain-card__meta {
    flex-direction: column;
    /* Telefonda bilgileri alt alta diz */
    gap: 8px;
  }

  .marquee-bar {
    height: 28px;
  }

  .marquee-bar__item {
    font-size: 0.7rem;
    padding: 0 16px;
    height: 28px;
  }

  .marquee-bar__separator {
    font-size: 0.5rem;
    height: 28px;
  }

  /* Blog modal - small mobile */
  .blog-modal__close-btn {
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
  }

  .blog-modal__back-btn {
    font-size: 0.8125rem;
    padding: 4px 8px;
  }

  .blog-article-card__read-more {
    font-size: 0.75rem;
  }
}

/* ── PROMO MODAL ── */
.promo-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
  padding: 24px;
}

.promo-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.promo-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
}

.promo-modal__card {
  position: relative;
  background: #ffffff;
  color: #0f172a;
  width: 100%;
  max-width: 480px;
  border-radius: var(--r-2xl);
  overflow: hidden;
  transform: translateY(40px) scale(0.92);
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.35),
    0 0 60px rgba(79, 70, 229, 0.12),
    0 0 120px rgba(192, 38, 211, 0.06);
}

.promo-modal.is-active .promo-modal__card {
  transform: translateY(0) scale(1);
}

.promo-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.06);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all var(--t-fast);
}

.promo-modal__close:hover {
  background: rgba(0, 0, 0, 0.12);
  color: #0f172a;
  transform: rotate(90deg);
}

.promo-modal__image-wrap {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.promo-modal__image {
  width: 100%;
  height: auto;
  display: block;
}

.promo-modal__body {
  padding: 28px 32px 32px;
  overflow-y: auto;
  flex: 1;
}

.promo-modal__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.3;
}

.promo-modal__content {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 20px;
  word-break: break-word;
}

.promo-modal__content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 14px 0 8px;
  color: #1e293b;
}

.promo-modal__content ul,
.promo-modal__content ol {
  padding-left: 24px;
  margin: 8px 0;
}

.promo-modal__content li {
  margin-bottom: 4px;
}

.promo-modal__content a {
  color: var(--nebula-blue);
  text-decoration: underline;
}

.promo-modal__content b,
.promo-modal__content strong {
  font-weight: 700;
  color: #0f172a;
}

.promo-modal__btn-wrap {
  padding-top: 4px;
}

.promo-modal__cta {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: var(--r-xl);
}

/* Promo modal responsive — tablet */
@media (max-width: 768px) {
  .promo-modal {
    padding: 16px;
  }

  .promo-modal__card {
    max-width: 100%;
    max-height: 85vh;
  }

  .promo-modal__body {
    padding: 24px 24px 28px;
  }

  .promo-modal__title {
    font-size: 1.3rem;
  }

  .promo-modal__content {
    font-size: 0.9rem;
  }
}

/* Promo modal responsive — mobile */
@media (max-width: 600px) {
  .promo-modal {
    padding: 12px;
    align-items: center;
  }

  .promo-modal__card {
    max-width: 100%;
    border-radius: var(--r-2xl);
    max-height: 90vh;
  }

  .promo-modal__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
    background: rgba(0, 0, 0, 0.08);
  }

  .promo-modal__body {
    padding: 20px 20px 24px;
  }

  .promo-modal__title {
    font-size: 1.2rem;
    padding-right: 28px;
  }

  .promo-modal__content {
    font-size: 0.875rem;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .promo-modal__content h3 {
    font-size: 0.9375rem;
  }

  .promo-modal__cta {
    font-size: 0.9375rem;
    padding: 13px 24px;
  }
}

/* Promo modal responsive — small mobile */
@media (max-width: 480px) {
  .promo-modal {
    padding: 10px;
  }

  .promo-modal__card {
    max-height: 85vh;
    border-radius: var(--r-xl);
  }

  .promo-modal__body {
    padding: 16px 16px 20px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .promo-modal__title {
    font-size: 1.0625rem;
    margin-bottom: 10px;
  }

  .promo-modal__content {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }

  .promo-modal__content h3 {
    font-size: 0.875rem;
    margin: 10px 0 6px;
  }

  .promo-modal__content ul,
  .promo-modal__content ol {
    padding-left: 18px;
  }

  .promo-modal__close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }

  .promo-modal__cta {
    font-size: 0.875rem;
    padding: 12px 20px;
    border-radius: var(--r-lg);
  }

  .promo-modal__btn-wrap {
    padding-top: 2px;
  }
}

/* ── WHOIS MODAL ── */
.whois-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-normal);
  padding: 24px;
}

.whois-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.whois-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}

.whois-modal__container {
  position: relative;
  background: #ffffff;
  color: #0f172a;
  width: 100%;
  max-width: 720px;
  border-radius: var(--r-2xl);
  transform: translateY(24px) scale(0.95);
  transition: all var(--t-normal);
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.whois-modal.is-active .whois-modal__container {
  transform: translateY(0) scale(1);
}

.whois-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.whois-modal__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0f172a;
}

.whois-modal__close-btn {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  transition: all var(--t-fast);
  flex-shrink: 0;
}

.whois-modal__close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #0f172a;
  transform: rotate(90deg);
}

.whois-modal__body {
  padding: 24px 28px 28px;
  overflow-y: auto;
  flex: 1;
}

/* Search Form */
.whois-modal__search {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.whois-modal__input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.whois-modal__search-icon {
  position: absolute;
  left: 16px;
  color: #94a3b8;
  pointer-events: none;
}

.whois-modal__input {
  width: 100%;
  background: #f1f5f9;
  border: 2px solid transparent;
  color: #0f172a;
  padding: 14px 16px 14px 44px;
  border-radius: var(--r-lg);
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  transition: all var(--t-fast);
  outline: none;
}

.whois-modal__input:focus {
  border-color: var(--nebula-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

.whois-modal__input::placeholder {
  color: #94a3b8;
}

.whois-modal__search-btn {
  white-space: nowrap;
  flex-shrink: 0;
  padding: 14px 24px;
}

/* Loading */
.whois-modal__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  gap: 16px;
  color: #64748b;
  font-size: 0.9375rem;
}

.whois-modal__spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e2e8f0;
  border-top-color: var(--nebula-blue);
  border-radius: 50%;
  animation: whoisSpin 0.8s linear infinite;
}

@keyframes whoisSpin {
  to { transform: rotate(360deg); }
}

/* Error */
.whois-modal__error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 14px 20px;
  border-radius: var(--r-md);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

/* Result */
.whois-modal__result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.whois-modal__result-domain {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
}

.whois-modal__result-server {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 500;
  background: #f1f5f9;
  padding: 4px 10px;
  border-radius: var(--r-full);
}

.whois-modal__result-data {
  background: #0f172a;
  color: #a5f3fc;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
  font-size: 0.8rem;
  line-height: 1.65;
  padding: 20px 24px;
  border-radius: var(--r-lg);
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-all;
  max-height: 420px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.whois-modal__result-data::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.whois-modal__result-data::-webkit-scrollbar-track {
  background: transparent;
}

.whois-modal__result-data::-webkit-scrollbar-thumb {
  background: rgba(165, 243, 252, 0.2);
  border-radius: 4px;
}

.whois-modal__result-data::-webkit-scrollbar-thumb:hover {
  background: rgba(165, 243, 252, 0.35);
}

/* WHOIS Modal Responsive */
@media (max-width: 768px) {
  .whois-modal {
    padding: 16px;
  }

  .whois-modal__container {
    max-width: 100%;
    max-height: 90vh;
  }

  .whois-modal__header {
    padding: 18px 20px 16px;
  }

  .whois-modal__body {
    padding: 18px 20px 22px;
  }

  .whois-modal__title {
    font-size: 1.1875rem;
  }
}

@media (max-width: 600px) {
  .whois-modal {
    padding: 12px;
  }

  .whois-modal__container {
    border-radius: var(--r-2xl);
    max-height: 90vh;
  }

  .whois-modal__header {
    padding: 16px 16px 14px;
  }

  .whois-modal__body {
    padding: 14px 16px 20px;
  }

  .whois-modal__search {
    flex-direction: column;
    gap: 10px;
  }

  .whois-modal__search-btn {
    width: 100%;
    justify-content: center;
  }

  .whois-modal__result-data {
    font-size: 0.7rem;
    padding: 14px 16px;
    max-height: 320px;
  }

  .whois-modal__title {
    font-size: 1.0625rem;
  }
}

@media (max-width: 480px) {
  .whois-modal__close-btn {
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
  }

  .whois-modal__input {
    font-size: 0.9rem;
    padding: 12px 14px 12px 40px;
  }

  .whois-modal__result-data {
    font-size: 0.65rem;
    max-height: 280px;
  }
}

/* ── FOOTER YASAL SÖZLEŞMELER (KVKK vs) ── */
.footer-legal-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

.footer-legal-links a:hover {
  color: var(--text-light);
  text-shadow: 0 0 10px rgba(255,255,255,0.3);
}