/**
 * domain-sale (Sold lander) — premium panel, vitrin grid, iletişim bandı
 * Scope: .page-domain-lander-sale
 */

.page-domain-lander-sale {
  --sale-ink: var(--cizgi-color-text-primary, #e6f2ff);
  --sale-muted: rgba(158, 195, 223, 0.92);
  --sale-muted-soft: rgba(148, 184, 216, 0.68);
  --sale-accent: var(--cizgi-color-brand-primary, #38bdf8);
  --sale-accent-soft: rgba(186, 230, 253, 0.92);
  --sale-sold: #34d399;
  --sale-sold-border: rgba(52, 211, 153, 0.28);
  --sale-sold-bg: rgba(52, 211, 153, 0.08);
  --sale-panel-bg: rgba(6, 16, 26, 0.32);
  --sale-panel-border: rgba(186, 230, 253, 0.14);
  --sale-panel-highlight: rgba(255, 255, 255, 0.016);
  --sale-panel-shadow: 0 22px 56px rgba(0, 0, 0, 0.16);
  --sale-surface: rgba(255, 255, 255, 0.014);
  --sale-surface-hover: rgba(255, 255, 255, 0.021);
  --sale-line: rgba(186, 230, 253, 0.11);
  --sale-radius-panel: clamp(18px, 2.2vw, 22px);
  --sale-radius-card: 12px;
  --sale-gap-stack: clamp(0.75rem, 1.8vw, 1rem);
  --sale-gap-section: clamp(1.35rem, 2.8vw, 1.85rem);
  --sale-gap-inline: clamp(1.45rem, 3.2vw, 2.1rem);
  --sale-focus: 0 0 0 3px rgba(125, 211, 252, 0.34);
  font-family: var(--cizgi-font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-domain-lander-sale .domain-hero-container {
  max-width: min(920px, 92vw);
}

/* —— Dikey stack (panel + iletişim) —— */
.page-domain-lander-sale .domain-sale-stack {
  display: flex;
  flex-direction: column;
  gap: var(--sale-gap-stack);
  margin-top: clamp(0.25rem, 1vw, 0.65rem);
}

.page-domain-lander-sale .domain-sale-panel {
  padding: var(--sale-gap-inline);
  border-radius: var(--sale-radius-panel);
  border: 1px solid var(--sale-panel-border);
  background: var(--sale-panel-bg);
  box-shadow:
    inset 0 1px 0 var(--sale-panel-highlight),
    var(--sale-panel-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.page-domain-lander-sale .domain-sale-panel__identity {
  text-align: center;
}

.page-domain-lander-sale .domain-sale-panel__divider {
  height: 1px;
  margin: var(--sale-gap-section) 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--sale-line) 22%,
    var(--sale-line) 78%,
    transparent 100%
  );
}

/* —— Satıldı etiketi —— */
.page-domain-lander-sale .domain-sale-hero__badge {
  display: inline-flex;
  margin: 0 0 clamp(0.9rem, 2.1vw, 1.15rem);
  padding: 0;
  border: 0;
  background: none;
}

.page-domain-lander-sale .domain-sale-hero__badge-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.38rem 0.88rem 0.38rem 0.68rem;
  border-radius: 999px;
  border: 1px solid var(--sale-sold-border);
  background: var(--sale-sold-bg);
  color: #d1fae5;
  font-family: var(--cizgi-font-heading);
  font-size: var(--cizgi-fluid-0);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.page-domain-lander-sale .domain-sale-hero__badge-label::before {
  content: "";
  flex: 0 0 auto;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--sale-sold);
}

/* —— Logo / domain —— */
.page-domain-lander-sale .domain-sale-hero__logo.domain-logo-slot {
  max-width: min(288px, 72vw);
  margin: 0 auto clamp(0.75rem, 1.8vw, 0.95rem);
}

.page-domain-lander-sale .domain-sale-hero__logo .logo-badge {
  border-radius: clamp(14px, 1.8vw, 18px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.page-domain-lander-sale .domain-sale-hero__logo .logo-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.page-domain-lander-sale .domain-sale-hero__domain {
  margin: 0 0 0.65rem;
  font-family: var(--cizgi-font-heading);
  font-size: var(--cizgi-type-domain-hero);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.028em;
  color: var(--sale-ink);
}

.page-domain-lander-sale .domain-sale-hero__domain .domain-highlight {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 2px;
  white-space: nowrap;
  max-width: 100%;
  direction: ltr;
  unicode-bidi: isolate;
}

.page-domain-lander-sale .domain-sale-hero__domain.domain-title--len-long {
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
}

.page-domain-lander-sale .domain-sale-hero__domain.domain-title--len-xlong {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.page-domain-lander-sale .domain-sale-hero__domain.domain-title--len-short {
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
}

.page-domain-lander-sale .domain-sale-hero__domain .domain-tld {
  font-size: 0.68em;
  font-weight: 600;
  opacity: 0.8;
}

/* —— Lead metin —— */
.page-domain-lander-sale .domain-sale-hero__subline {
  max-width: 31rem;
  margin: 0 auto;
}

.page-domain-lander-sale .domain-sale-hero__subline-row {
  margin: 0;
  color: var(--sale-muted);
  font-size: var(--cizgi-fluid-3);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0.008em;
}

.page-domain-lander-sale .domain-sale-hero__subline-row--soft {
  margin-top: 0.28rem;
  color: var(--sale-muted-soft);
  font-size: var(--cizgi-fluid-2);
  line-height: 1.5;
}

/* —— Benzer domain vitrini —— */
.page-domain-lander-sale .domain-sale-showcase__head {
  margin-bottom: clamp(0.85rem, 1.8vw, 1.05rem);
  text-align: center;
}

.page-domain-lander-sale .domain-sale-showcase__title {
  margin: 0;
  color: var(--sale-ink);
  font-family: var(--cizgi-font-heading);
  font-size: var(--cizgi-type-heading-md);
  font-weight: 600;
  letter-spacing: -0.024em;
  line-height: 1.2;
}

.page-domain-lander-sale .domain-sale-showcase__title::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1px;
  margin: 0 auto 0.7rem;
  background: var(--sale-line);
}

.page-domain-lander-sale .domain-sale-showcase__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  padding: 1.15rem 1rem;
  border-radius: var(--sale-radius-card);
  border: 1px dashed rgba(148, 184, 216, 0.24);
  text-align: center;
}

.page-domain-lander-sale .domain-sale-showcase__empty-text {
  margin: 0;
  color: var(--sale-muted);
  font-size: var(--cizgi-fluid-3);
  line-height: 1.55;
  max-width: 28rem;
}

.page-domain-lander-sale .domain-sale-showcase__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.page-domain-lander-sale .domain-sale-showcase__empty-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.375rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  background: rgba(56, 189, 248, 0.08);
  color: var(--sale-ink);
  font-size: var(--cizgi-fluid-1);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease;
}

.page-domain-lander-sale .domain-sale-showcase__empty-cta:hover,
.page-domain-lander-sale .domain-sale-showcase__empty-cta:focus-visible {
  background: rgba(56, 189, 248, 0.13);
  border-color: rgba(125, 211, 252, 0.38);
  color: var(--sale-ink);
  text-decoration: none;
}

.page-domain-lander-sale .domain-sale-showcase__empty-cta:focus-visible {
  outline: none;
  box-shadow: var(--sale-focus);
}

.page-domain-lander-sale .domain-sale-showcase__empty-cta--ghost {
  background: transparent;
  border-color: rgba(148, 184, 216, 0.22);
}

.page-domain-lander-sale .domain-sale-showcase__empty-cta--ghost:hover,
.page-domain-lander-sale .domain-sale-showcase__empty-cta--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.035);
}

.page-domain-lander-sale .domain-sale-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.2vw, 0.7rem);
}

@media (max-width: 991.98px) {
  .page-domain-lander-sale .domain-sale-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .page-domain-lander-sale .domain-sale-showcase__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.page-domain-lander-sale .domain-sale-showcase__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.75rem;
  padding: 0.8rem 0.95rem;
  border-radius: var(--sale-radius-card);
  border: 1px solid var(--sale-line);
  background: var(--sale-surface);
  color: var(--sale-ink);
  text-decoration: none;
  transition:
    border-color 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease;
}

.page-domain-lander-sale .domain-sale-showcase__item:hover,
.page-domain-lander-sale .domain-sale-showcase__item:focus-visible {
  border-color: rgba(125, 211, 252, 0.22);
  background: var(--sale-surface-hover);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: var(--sale-ink);
  text-decoration: none;
}

.page-domain-lander-sale .domain-sale-showcase__item:focus-visible {
  outline: none;
  box-shadow: var(--sale-focus);
}

.page-domain-lander-sale .domain-sale-showcase__chev {
  display: none;
}

.page-domain-lander-sale .domain-sale-showcase__body {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
  min-width: 0;
  width: 100%;
}

.page-domain-lander-sale .domain-sale-showcase__name {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--cizgi-font-heading);
  font-weight: 600;
  font-size: var(--cizgi-fluid-3);
  line-height: 1.22;
  letter-spacing: -0.018em;
  word-break: break-word;
}

.page-domain-lander-sale .domain-sale-showcase__meta {
  flex: 0 0 auto;
  color: var(--sale-muted-soft);
  font-size: var(--cizgi-fluid-1);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.015em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.page-domain-lander-sale .domain-sale-showcase__item:hover .domain-sale-showcase__meta,
.page-domain-lander-sale .domain-sale-showcase__item:focus-visible .domain-sale-showcase__meta {
  color: var(--sale-accent-soft);
}

@media (max-width: 575.98px) {
  .page-domain-lander-sale .domain-sale-showcase__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.18rem;
  }

  .page-domain-lander-sale .domain-sale-showcase__meta {
    white-space: normal;
  }
}

/* —— İletişim bandı (domain-min tema token’ları — diamond/silver ile aynı) —— */
.page-domain.page-domain-min.page-domain-lander-sale .domain-min-right-contact-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.page-domain-lander-sale .domain-min-right-contact .domain-min-right-contact__inner {
  gap: var(--dm-contact-gap-sm, 0.55rem);
}

.page-domain-lander-sale .domain-min-right-contact .domain-min-right-contact__sub {
  line-height: 1.45;
  max-width: min(100%, 36rem);
}

.page-domain-lander-sale .domain-min-right-contact .domain-min-right-contact__cta {
  font-weight: 700;
  box-shadow: var(--dm-contact-cta-shadow, 0 10px 22px rgba(37, 211, 102, 0.28));
}

.page-domain-lander-sale .domain-min-right-contact .domain-min-right-contact__cta:focus-visible {
  outline: 2px solid var(--dm-contact-focus, rgba(37, 211, 102, 0.55));
  outline-offset: 2px;
}

.page-domain-lander-sale .domain-min-right-contact__cta--fallback {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.page-domain-lander-sale .domain-min-right-contact__cta--fallback:hover,
.page-domain-lander-sale .domain-min-right-contact__cta--fallback:focus-visible {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .page-domain-lander-sale .domain-min-right-contact__cta--fallback,
.page-domain-lander-sale[data-site-mode="light"] .domain-min-right-contact__cta--fallback,
.page-domain-lander-sale[data-theme="light"] .domain-min-right-contact__cta--fallback {
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #fff !important;
}

/* —— Light theme (panel + vitrin; iletişim domain-min.css) —— */
:is(html[data-site-mode="light"], html[data-theme="light"]) .page-domain-lander-sale,
.page-domain-lander-sale[data-site-mode="light"],
.page-domain-lander-sale[data-theme="light"] {
  --sale-ink: #0f172a;
  --sale-muted: #475569;
  --sale-muted-soft: #64748b;
  --sale-sold: #059669;
  --sale-sold-border: rgba(5, 150, 105, 0.22);
  --sale-sold-bg: rgba(5, 150, 105, 0.07);
  --sale-panel-bg: rgba(255, 255, 255, 0.34);
  --sale-panel-border: rgba(15, 23, 42, 0.1);
  --sale-panel-highlight: rgba(255, 255, 255, 0.28);
  --sale-panel-shadow: 0 18px 44px rgba(15, 23, 42, 0.04);
  --sale-surface: rgba(248, 250, 252, 0.36);
  --sale-surface-hover: rgba(255, 255, 255, 0.41);
  --sale-line: rgba(15, 23, 42, 0.07);
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .page-domain-lander-sale .domain-sale-hero__badge-label,
.page-domain-lander-sale[data-site-mode="light"] .domain-sale-hero__badge-label,
.page-domain-lander-sale[data-theme="light"] .domain-sale-hero__badge-label {
  color: #065f46;
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .page-domain-lander-sale .domain-sale-hero__logo .logo-badge,
.page-domain-lander-sale[data-site-mode="light"] .domain-sale-hero__logo .logo-badge,
.page-domain-lander-sale[data-theme="light"] .domain-sale-hero__logo .logo-badge {
  border-color: rgba(15, 23, 42, 0.07);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

:is(html[data-site-mode="light"], html[data-theme="light"]) .page-domain-lander-sale .domain-sale-showcase__item:hover,
.page-domain-lander-sale[data-site-mode="light"] .domain-sale-showcase__item:hover,
.page-domain-lander-sale[data-theme="light"] .domain-sale-showcase__item:hover,
:is(html[data-site-mode="light"], html[data-theme="light"]) .page-domain-lander-sale .domain-sale-showcase__item:focus-visible,
.page-domain-lander-sale[data-site-mode="light"] .domain-sale-showcase__item:focus-visible,
.page-domain-lander-sale[data-theme="light"] .domain-sale-showcase__item:focus-visible {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* —— Header shell —— */
html:not(.cizgi-domain-yt-video-fixed) .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg),
.page-domain.page-domain-lander-sale:not(:has(.domain-home-bg-video-wrap iframe[src])) #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg) {
  position: relative;
  z-index: 0;
  margin-top: 0;
  min-height: auto;
  overflow: hidden;
  isolation: isolate;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 78px;
  padding-bottom: clamp(2rem, 4vw, 3.25rem);
}

html:not(.cizgi-domain-yt-video-fixed) .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg) > .overlay,
.page-domain.page-domain-lander-sale:not(:has(.domain-home-bg-video-wrap iframe[src])) #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg) > .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 10, 18, 0.48) 0%, rgba(4, 10, 18, 0.62) 100%);
}

html:not(.cizgi-domain-yt-video-fixed) .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg) > .overlay.overlay-inherit,
.page-domain.page-domain-lander-sale:not(:has(.domain-home-bg-video-wrap iframe[src])) #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg) > .overlay.overlay-inherit {
  background: inherit;
}

html.cizgi-domain-yt-video-fixed .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section,
.page-domain.page-domain-lander-sale #header-area.header-area.overlay-section.domain-hero-youtube-bg,
.page-domain.page-domain-lander-sale:has(.domain-home-bg-video-wrap iframe[src]) #header-area.header-area.overlay-section,
.page-domain.page-domain-lander-sale:has(#cizgi-domain-home-bg-video iframe[src]) #header-area.header-area.overlay-section {
  background: transparent !important;
  background-image: none !important;
  overflow: visible !important;
  isolation: auto !important;
}

.page-domain.page-domain-lander-sale #header-area.header-area.overlay-section > .container.domain-hero-container {
  position: relative;
  z-index: 2;
}

html.has-fixed-navigation:not(.cizgi-domain-yt-video-fixed) .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg),
body.has-fixed-navigation:not(.cizgi-domain-yt-video-fixed) .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section:not(.domain-hero-youtube-bg) {
  padding-top: calc(var(--nav-total-offset, 72px) + clamp(16px, 2vw, 28px));
}

html.cizgi-domain-yt-video-fixed html.has-fixed-navigation .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section,
html.cizgi-domain-yt-video-fixed body.has-fixed-navigation .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section {
  padding-top: calc(var(--nav-total-offset, 72px) + clamp(16px, 2vw, 28px));
}

@media (max-width: 575.98px) {
  .page-domain-lander-sale .domain-sale-panel {
    padding: clamp(1.05rem, 2.8vw, 1.25rem) clamp(0.9rem, 2.6vw, 1.05rem);
  }

  .page-domain-lander-sale .domain-sale-hero__logo.domain-logo-slot {
    max-width: min(228px, 70vw);
  }

  .page-domain.page-domain-lander-sale #header-area.header-area.overlay-section {
    padding-bottom: 1.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-domain-lander-sale .domain-sale-showcase__item,
  .page-domain-lander-sale .domain-sale-showcase__empty-cta,
  .page-domain-lander-sale .domain-min-right-contact .domain-min-right-contact__cta {
    transition: none;
  }
}
