/* Secțiuni homepage V6: servicii, FAQ, parteneri */
body.theme-v6 .v6-home-block {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--v6-surface, #fff);
  border-top: 1px solid var(--v6-line, #e5e7eb);
}

body.theme-v6 .v6-home-block__inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

body.theme-v6 .v6-home-block__head {
  display: block;
  margin: 0 auto 2rem;
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: 0;
}

body.theme-v6 .v6-section-head--center,
body.theme-v6 .v6-home-block__head.v6-section-head--center {
  text-align: center;
  max-width: 42rem;
}

body.theme-v6 .v6-home-block__title {
  display: block;
  margin: 0 0 10px;
  font-family: var(--v6-display, var(--v7-font-display, 'Cormorant Garamond', Georgia, serif));
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--v6-ink, #0f172a);
}

body.theme-v6 .v6-home-block__head .v6-section-eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--v6-primary, #b45309);
}

body.theme-v6 .v6-home-block__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--v6-muted, #6b7280);
}

body.theme-v6 .v6-home-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

body.theme-v6 .v6-home-services__card {
  padding: 1.5rem 1.35rem;
  border-radius: var(--v6-radius-lg, 14px);
  border: 1px solid var(--v6-line, #e5e7eb);
  background: var(--v6-surface-2, #fafafa);
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.theme-v6 .v6-home-services__card:hover {
  border-color: color-mix(in srgb, var(--v6-primary, #b45309) 35%, var(--v6-line, #e5e7eb));
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

body.theme-v6 .v6-home-services__icon {
  font-size: 1.75rem;
  margin-bottom: 0.85rem;
  line-height: 1;
}

body.theme-v6 .v6-home-services__card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--v6-ink, #0f172a);
}

body.theme-v6 .v6-home-services__card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--v6-muted, #6b7280);
}

body.theme-v6 .v6-home-faq {
  background: var(--v6-surface-2, #f8fafc);
}

body.theme-v6 .v6-home-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

@media (max-width: 860px) {
  body.theme-v6 .v6-home-faq__layout {
    grid-template-columns: 1fr;
  }
}

body.theme-v6 .v6-home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

body.theme-v6 .v6-home-faq__item {
  border: 1px solid var(--v6-line, #e5e7eb);
  border-radius: var(--v6-radius-md, 10px);
  background: var(--v6-surface, #fff);
  overflow: hidden;
}

body.theme-v6 .v6-home-faq__question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--v6-ink, #0f172a);
}

body.theme-v6 .v6-home-faq__question::-webkit-details-marker {
  display: none;
}

body.theme-v6 .v6-home-faq__question i {
  font-size: 0.75rem;
  color: var(--v6-primary, #b45309);
  transition: transform 0.2s ease;
}

body.theme-v6 .v6-home-faq__item[open] .v6-home-faq__question i {
  transform: rotate(180deg);
}

body.theme-v6 .v6-home-faq__answer {
  padding: 0 1.15rem 1rem;
  border-top: 1px solid var(--v6-line, #e5e7eb);
}

body.theme-v6 .v6-home-faq__answer p {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--v6-muted, #6b7280);
}

body.theme-v6 .v6-home-partners__track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.75rem 2.25rem;
}

body.theme-v6 .v6-home-partners__item img {
  max-height: 52px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.88;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

body.theme-v6 .v6-home-partners__item a:hover img,
body.theme-v6 .v6-home-partners__item img:hover {
  opacity: 1;
  filter: none;
}
