* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; background: #fff; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }

/* NAV */
.nav { display: flex; justify-content: space-between; align-items: center; padding: 16px 48px; border-bottom: 1px solid #f0f0f0; position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); background: rgba(255,255,255,0.92); }
.nav-logo svg { display: block; }
.nav-links { display: flex; gap: 32px; font-size: 14px; font-weight: 500; }
.nav-links a { color: #8896a7; transition: color 0.2s; }
.nav-links a:hover { color: #1a1a2e; }
.nav-cta { background: #1a1a2e; color: #fff; padding: 10px 24px; border-radius: 100px; font-weight: 600; font-size: 13px; letter-spacing: 0.3px; transition: background 0.2s; }
.nav-cta:hover { background: #2b4c7e; }
.nav-cta--repair { background: #2b4c7e; }
.nav-cta--repair:hover { background: #1e3a5f; }

/* HERO */
.hero { padding: 80px 48px 64px; max-width: 680px; margin: 0 auto; }
.hero h1 { font-family: 'Inter', sans-serif; font-size: 42px; font-weight: 900; line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: #2b4c7e; font-weight: 200; }
.hero p { font-size: 16px; color: #8896a7; max-width: 480px; line-height: 1.7; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: #2b4c7e; color: #fff; padding: 14px 32px; border-radius: 100px; font-weight: 700; font-size: 14px; transition: background 0.2s; }
.btn-primary:hover { background: #1e3a5f; }
.btn-dark { background: #1a1a2e; color: #e2e2e2; padding: 14px 32px; border-radius: 100px; font-weight: 600; font-size: 14px; transition: background 0.2s; }
.btn-dark:hover { background: #2b4c7e; }
.btn-outline { border: 1.5px solid #c0c8d4; color: #8896a7; padding: 14px 32px; border-radius: 100px; font-weight: 500; font-size: 14px; transition: all 0.2s; }
.btn-outline:hover { border-color: #2b4c7e; color: #2b4c7e; }

/* SEKCJA */
.section { padding: 72px 48px; max-width: 800px; margin: 0 auto; }
.section-title { font-size: 28px; font-weight: 900; margin-bottom: 8px; letter-spacing: -0.3px; }
.section-accent { color: #2b4c7e; font-weight: 200; }
.section-sub { color: #8896a7; margin-bottom: 40px; font-size: 15px; line-height: 1.6; }

/* O SERWISIE */
.about { border-top: 1px solid #f0f0f0; }
.about-text { font-size: 15px; color: #8896a7; line-height: 1.8; max-width: 600px; }
.about-text + .about-text { margin-top: 16px; }
.about-text strong { color: #1a1a2e; font-weight: 600; }

/* USŁUGI */
.services { border-top: 1px solid #f0f0f0; }
.services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.svc { padding: 28px; background: #f8f9fb; border-radius: 12px; border: 1px solid #eef0f4; }
.svc h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: #1a1a2e; }
.svc p { font-size: 13px; color: #8896a7; line-height: 1.6; }

/* MARKI */
.brands { border-top: 1px solid #f0f0f0; background: #f8f9fb; padding: 56px 0; }
.brands-inner { max-width: 800px; margin: 0 auto; padding: 0 48px; }
.brands-inner .section-title { margin-bottom: 24px; }
.brands-list { display: flex; gap: 10px; flex-wrap: wrap; }
.brand-tag { background: #fff; padding: 9px 20px; border-radius: 100px; font-weight: 600; font-size: 13px; color: #1a1a2e; border: 1px solid #eef0f4; }

/* CENNIK */
.pricing-note { border-top: 1px solid #f0f0f0; }
.pricing-note .note-box { background: #f4f6fa; border: 1px solid #dde3ee; border-radius: 12px; padding: 28px 32px; font-size: 14px; color: #8896a7; line-height: 1.7; }
.pricing-note .note-box strong { color: #1a1a2e; }

/* KONTAKT */
.contact-wrap { border-top: 1px solid #f0f0f0; background: #f8f9fb; }
.contact-section { padding: 72px 48px; max-width: 520px; margin: 0 auto; text-align: center; }
.contact-section .section-title { margin-bottom: 8px; }
.contact-section .section-sub { margin-bottom: 32px; }
.contact-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.contact-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; border-radius: 100px; font-weight: 600; font-size: 15px; transition: all 0.2s; }
.contact-btn.phone { background: #1a1a2e; color: #e2e2e2; }
.contact-btn.phone:hover { background: #2b4c7e; }
.contact-btn.email { border: 1.5px solid #c0c8d4; color: #8896a7; }
.contact-btn.email:hover { border-color: #2b4c7e; color: #2b4c7e; }
.contact-hours { margin-top: 24px; font-size: 13px; color: #8896a7; line-height: 1.8; }

/* STOPKA */
footer { background: #1a1a2e; color: #8896a7; padding: 48px; }
.footer-inner { max-width: 800px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.footer-logo { margin-bottom: 16px; }
.footer-info { font-size: 13px; line-height: 1.9; color: #6b7a8a; }
.footer-right { text-align: right; }
.footer-right a { display: block; color: #6b7a8a; font-size: 13px; margin-bottom: 6px; transition: color 0.2s; }
.footer-right a:hover { color: #e2e2e2; }
.footer-copy { max-width: 800px; margin: 32px auto 0; padding-top: 24px; border-top: 1px solid #2a2a3e; font-size: 11px; color: #3a4a5a; }

@media (max-width: 640px) {
  .hero h1 { font-size: 30px; }
  .hero { padding: 56px 24px 48px; }
  .nav-links { display: none; }
  .nav { padding: 14px 20px; }
  .section, .contact-section { padding: 48px 24px; }
  .services-list { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; }
  .footer-right { text-align: left; }
  .brands { padding: 48px 24px; }
  .contact-btns { flex-direction: column; align-items: center; }
}
.brand-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 8px;
}
.brand-logo-item img {
  height: 32px;
  max-width: 120px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.brand-logo-item img:hover {
  opacity: 1;
}