/*
 Theme Name:   BeTheme Child — Nordic Cars
 Theme URI:    https://nordic-cars.pl
 Description:  Child theme dla Nordic Cars oparty na BeTheme (Leasing 2)
 Author:        Jan Horbaczewski
 Author URI:   https://nordic-cars.pl
 Template:     betheme
 Version:      1.0.0
 Text Domain:  betheme-child-nordic
*/

/* =====================================================
   KOLORY MARKI NORDIC CARS
   ===================================================== */
:root {
  --nc-primary:    #1a2e4a;   /* granatowy — główny kolor marki */
  --nc-secondary:  #2e6da4;   /* niebieski — akcent */
  --nc-accent:     #e8b84b;   /* złoty — CTA, przyciski */
  --nc-light:      #f5f7fa;   /* jasne tło sekcji */
  --nc-dark:       #111111;   /* ciemny tekst */
  --nc-white:      #ffffff;
}

/* =====================================================
   SHORTCODY — style sekcji
   ===================================================== */

.nc-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.nc-section-h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--nc-primary);
  margin-bottom: 16px;
}

.nc-section-lead {
  font-size: 1.05rem;
  color: #555;
  max-width: 780px;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* Grid 2 kolumny */
.nc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media (max-width: 768px) {
  .nc-grid-2 { grid-template-columns: 1fr; }
}

/* Feature box */
.nc-feature {
  padding: 24px;
  background: var(--nc-light);
  border-radius: 4px;
}

.nc-feature-icon {
  font-size: 1.8rem;
  color: var(--nc-secondary);
  margin-bottom: 12px;
}

.nc-feature h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--nc-primary);
  margin-bottom: 8px;
}

.nc-feature p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Kroki procesu */
.nc-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.nc-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: var(--nc-light);
  border-radius: 4px;
}

.nc-step-num {
  min-width: 48px;
  height: 48px;
  background: var(--nc-primary);
  color: var(--nc-white);
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nc-step-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--nc-primary);
  margin-bottom: 6px;
}

.nc-step-body p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* FAQ */
.nc-faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nc-faq-item {
  padding: 24px;
  background: var(--nc-light);
  border-radius: 4px;
  border-left: 4px solid var(--nc-secondary);
}

.nc-faq-q {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--nc-primary);
  margin-bottom: 8px;
}

.nc-faq-a {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* CTA blok */
.nc-cta-block {
  text-align: center;
  padding: 60px 20px;
  background: var(--nc-primary);
  color: var(--nc-white);
}

.nc-cta-block h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--nc-white);
  margin-bottom: 16px;
}

.nc-cta-block p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.85);
  max-width: 640px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

.nc-contact-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.nc-contact-line a {
  color: var(--nc-white);
  text-decoration: none;
  font-weight: 600;
}

.nc-contact-line span {
  color: rgba(255,255,255,0.4);
}

/* Przyciski */
.nc-btn-gold {
  display: inline-block;
  padding: 14px 36px;
  background: var(--nc-accent);
  color: var(--nc-primary) !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 2px;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}

.nc-btn-gold:hover {
  background: #d4a43c;
}

.nc-cta-center {
  text-align: center;
  margin-top: 16px;
}
