.hero {
  position: relative;
  background-color: #0b1220; /* granat */
  color: #ffffff;
  padding: 120px 20px 100px;
  overflow: hidden;
}

/* subtelne gwiazdy */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/stars.svg'); /* ta sama tekstura co radio */
  background-size: cover;
  opacity: 0.08;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

/* logo */
.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.brand-name {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.brand-ok {
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #d4af37; /* złoto */
  color: #d4af37;
  font-weight: 600;
}

/* nagłówek */
.hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}

/* lead */
.hero-lead {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 48px;
  color: #d1d5db;
}

/* separator */
.hero-divider {
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    transparent,
    #d4af37,
    transparent
  );
}

.start {
  background-color: #0b1220;
  padding: 100px 20px;
}

.start-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
}

.start-card {
  background-color: rgba(255,255,255,0.03);
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.2s ease, background 0.2s ease;
}

.start-card:hover {
  transform: translateY(-4px);
  background-color: rgba(255,255,255,0.06);
}

.start-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 16px;
}

.start-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.start-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #d1d5db;
}
/* USUWA BIAŁĄ RAMKĘ KADENCE NA STRONIE GŁÓWNEJ */
body.home {
  background-color: #0b1220;
}

body.home .site,
body.home .content-wrap,
body.home .wrap,
body.home .content-area {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
/* OSTATECZNE USUNIĘCIE KONTENERA KADENCE – HOMEPAGE */
body.home #inner-wrap,
body.home .site-container,
body.home .content-container,
body.home .entry-content-wrap,
body.home .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.home {
  background-color: #0b1220;
}
/* ELEMENTOR – USUNIĘCIE PADDINGU STRONY GŁÓWNEJ */
body.home .elementor-section,
body.home .elementor-container,
body.home .elementor-column,
body.home .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
body.home {
  background-color: #0b1220;
}
/* ELEMENTOR FLEX CONTAINER – FULL WIDTH (HOMEPAGE) */
body.home .e-con-boxed {
  max-width: 100% !important;
  width: 100% !important;
}

body.home .e-con-boxed > .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.home {
  background-color: #0b1220;
}
body.home .e-con-inner {
  max-width: 100% !important;
}
/* Homepage: zdejmij "boxed" i wyzeruj padding kontenera Elementora */
body.home .elementor-element-9ef6028 {
  --container-max-width: 100% !important;
  --container-default-padding-inline: 0px !important;
}

/* Upewnij się, że wrapper nie trzyma szerokości/paddingu */
body.home .elementor-element-9ef6028 > .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Na wszelki wypadek: usuń domyślne marginesy body/html */
html, body {
  margin: 0;
  padding: 0;
}
body.home .elementor.elementor-10 {
  max-width: 100% !important;
}
/* TŁO STRONY GŁÓWNEJ */
body.home {
  background-color: #0c1a2b;
}
/* ELEMENTOR FLEX CONTAINER – USUNIĘCIE BOCZNYCH PASÓW */
body.home .elementor-element-9ef6028 {
  --container-default-padding-inline: 0px !important;
}
.hero {
  min-height: 100vh;
}
/* FULL BLEED – ROZCIĄGNIĘCIE SEKCJI NA CAŁĄ SZEROKOŚĆ */
.hero,
.start,
.site-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
