/* ==========================================================================
   SINGLE ANNONCE — nckf-sa-*
   ========================================================================== */

.nckf-single-annonce {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 80px;
}

/* ==========================================================================
   HERO / GALLERY
   ========================================================================== */

.nckf-sa-hero {
  position: relative;
  width: 100%;
  height: clamp(320px, 50vw, 580px);
  background: #eee;
  overflow: hidden;
}

.nckf-sa-gallery {
  width: 100%;
  height: 100%;
}

.nckf-sa-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nckf-sa-gallery-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f0fe 0%, #f0f4ff 100%);
}

.nckf-sa-hero-badges {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none;
}

.nckf-sa-price-badge {
  background: var(--nckf-red);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(205, 45, 67, 0.3);
}

/* ==========================================================================
   BODY — TWO COLUMNS
   ========================================================================== */

.nckf-sa-body {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  padding: 48px 40px 0;
  align-items: start;
}

/* ==========================================================================
   LEFT COLUMN
   ========================================================================== */

.nckf-sa-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #999;
  margin-bottom: 16px;
}

.nckf-sa-breadcrumb a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nckf-sa-breadcrumb a:hover {
  color: var(--nckf-primary);
}

.nckf-sa-ref {
  font-size: 13px;
  color: var(--nckf-red);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.nckf-sa-title {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 400;
  color: var(--nckf-nn);
  line-height: 1.3;
  margin: 0 0 16px;
}

.nckf-sa-address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #666;
  margin-bottom: 32px;
}

.nckf-sa-address svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--nckf-red);
}

/* Specs */
.nckf-sa-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #eee;
  border-radius: var(--nckf-radius);
  overflow: hidden;
  margin-bottom: 40px;
}

.nckf-sa-spec-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.nckf-sa-spec-item:nth-child(even) {
  border-right: none;
}

.nckf-sa-spec-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.nckf-sa-spec-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.nckf-sa-spec-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--nckf-nn);
}

/* Section title */
.nckf-sa-section-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--nckf-nn);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eee;
}

/* Description */
.nckf-sa-description-section {
  margin-bottom: 40px;
}

.nckf-sa-description {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* Media links */
.nckf-sa-media-links {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.nckf-sa-media-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid var(--nckf-primary);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--nckf-primary);
  text-decoration: none;
  transition: all 0.2s ease;
}

.nckf-sa-media-btn svg {
  width: 16px;
  height: 16px;
}

.nckf-sa-media-btn:hover {
  background: var(--nckf-primary);
  color: #fff;
}

/* Map */
.nckf-sa-map-section {
  margin-bottom: 40px;
}

.nckf-sa-map {
  width: 100%;
  height: 360px;
  border-radius: var(--nckf-radius);
  overflow: hidden;
  box-shadow: var(--nckf-shadow-sm);
}

/* ==========================================================================
   RIGHT COLUMN — STICKY
   ========================================================================== */

.nckf-sa-right {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Price card */
.nckf-sa-price-card {
  background: var(--nckf-red);
  border-radius: var(--nckf-radius);
  padding: 24px;
  color: #fff;
}

.nckf-sa-price-main {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.nckf-sa-price-suffix {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.85;
}

.nckf-sa-price-detail {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-top: 8px;
}

/* Contact card */
.nckf-sa-contact-card {
  background: #fff;
  border-radius: var(--nckf-radius);
  box-shadow: var(--nckf-shadow-sm);
  overflow: hidden;
  border: 1px solid #eee;
}

.nckf-sa-contact-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nckf-sa-contact-body {
  padding: 20px;
}

.nckf-sa-agent {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.nckf-sa-agent-photo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
}

.nckf-sa-agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nckf-sa-agent-name {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 3px;
}

.nckf-sa-agent-agency {
  font-size: 13px;
  color: #666;
  margin-bottom: 2px;
}

.nckf-sa-agent-title {
  font-size: 12px;
  color: #999;
}

.nckf-sa-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nckf-sa-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nckf-sa-contact-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nckf-sa-contact-btn--primary {
  background: var(--nckf-red);
  color: #fff;
}

.nckf-sa-contact-btn--primary:hover {
  background: var(--nckf-primary-dark);
}

.nckf-sa-contact-btn--secondary {
  background: #f8f9fa;
  color: #444;
  border: 1px solid #e0e0e0;
}

.nckf-sa-contact-btn--secondary:hover {
  background: #e9ecef;
}

/* Service card */
.nckf-sa-service-card {
  background: linear-gradient(135deg, #e8f0fe 0%, #f0f4ff 100%);
  border-radius: var(--nckf-radius);
  padding: 24px;
}

.nckf-sa-service-title {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
}

.nckf-sa-service-subtitle {
  font-size: 13px;
  color: #666;
  margin: 0 0 16px;
}

.nckf-sa-service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nckf-sa-service-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #444;
}

.nckf-sa-service-features li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--nckf-red);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.nckf-sa-service-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nckf-sa-service-btn {
  display: block;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.nckf-sa-service-btn--primary {
  background: var(--nckf-red);
  color: #fff;
}

.nckf-sa-service-btn--primary:hover {
  background: var(--nckf-primary-dark);
}

.nckf-sa-service-btn--secondary {
  background: #fff;
  color: var(--nckf-primary);
  border: 1px solid rgba(4, 12, 49, 0.15);
}

.nckf-sa-service-btn--secondary:hover {
  background: #f0f4ff;
}

/* Share */
.nckf-sa-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nckf-sa-share-btn svg {
  width: 16px;
  height: 16px;
}

.nckf-sa-share-btn:hover {
  border-color: var(--nckf-primary);
  color: var(--nckf-primary);
}

/* Mobile only price block */
.nckf-sa-mobile-only {
  display: none;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
  .nckf-sa-body {
    grid-template-columns: 1fr 300px;
    gap: 32px;
    padding: 32px 24px 0;
  }
}

@media (max-width: 768px) {
  .nckf-sa-hero {
    height: 260px;
  }

  .nckf-sa-body {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 24px 16px 0;
  }

  .nckf-sa-right {
    position: static;
    order: -1;
    margin-bottom: 32px;
  }

  /* Hide price card in right col on mobile — show inline instead */
  .nckf-sa-price-card {
    display: none;
  }

  .nckf-sa-mobile-only {
    display: block;
    background: var(--nckf-red);
    border-radius: var(--nckf-radius);
    padding: 20px;
    margin-bottom: 24px;
  }

  .nckf-sa-mobile-only .nckf-sa-price-main {
    font-size: 24px;
  }

  .nckf-sa-specs {
    grid-template-columns: 1fr;
  }

  .nckf-sa-spec-item {
    border-right: none;
  }

  .nckf-sa-spec-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #eee;
  }

  .nckf-sa-spec-item:last-child {
    border-bottom: none;
  }

  .nckf-sa-map {
    height: 260px;
  }

  .nckf-sa-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .nckf-sa-body {
    padding: 16px 12px 0;
  }

  .nckf-sa-hero {
    height: 220px;
  }

  .nckf-sa-price-badge {
    font-size: 16px;
    padding: 8px 14px;
  }
}