/* ============== HERO O mnie (prosta wersja bez CTA) ============== */
.omnie-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1061;
  max-height: 100vh;
  overflow: hidden;
  color: var(--c-white);
  background: #1a2e52;
}

.omnie-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  z-index: 1;
}

.omnie-hero__bg-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a2e52 0%, #2b4672 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}

.omnie-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.625%;
  height: 98.11%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}

.omnie-hero__frame {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.omnie-hero__brand,
.omnie-hero__title,
.omnie-hero__sig,
.omnie-hero__copy,
.omnie-hero__menu {
  position: absolute;
}

.omnie-hero__brand {
  left: 8.333%;
  top: 6.6%;
  font-size: clamp(16px, 1.354vw, 26px);
  line-height: 0.92;
  color: var(--c-white);
  text-decoration: none;
}

.omnie-hero__title {
  left: 8.333%;
  top: 15.65%;
  width: 48.28%;
  font-size: clamp(24px, 2.292vw, 44px);
  line-height: 1.07;
  font-weight: 400;
  white-space: pre-line;
  margin: 0;
}

.omnie-hero__sig {
  left: 8.333%;
  top: 88.03%;
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.17;
}

.omnie-hero__copy {
  right: 8.333%;
  top: 85.39%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.omnie-hero__copy::before {
  content: "";
  display: block;
  width: clamp(22px, 1.667vw, 32px);
  height: 1px;
  background: var(--c-white);
}

.omnie-hero__copy span {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.17;
}

.omnie-hero__menu {
  right: 8.333%;
  top: 5.28%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: clamp(38px, 2.5vw, 48px);
}

/* ============== INTRO SECTION: Kilka słów o mnie (light gray) ============== */
.omnie-intro {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  color: #12325a;
  padding: clamp(50px, 5.21vw, 100px) 0 clamp(60px, 7.39vw, 142px);
}

.omnie-intro__inner {
  max-width: var(--frame-w);
  margin: 0 auto;
  padding: 0 8.333%;
  position: relative;
}

.omnie-intro__label {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.17;
  margin: 0 0 clamp(16px, 1.67vw, 32px);
}

.omnie-intro__heading {
  font-size: clamp(22px, 2.292vw, 44px);
  line-height: 1.068;
  font-weight: 400;
  max-width: 1196px;
  margin: 0 0 clamp(40px, 4.17vw, 80px);
  white-space: pre-line;
}

.omnie-intro__image,
.omnie-intro__image-placeholder {
  display: block;
  width: 48.28%;
  max-width: 927px;
  aspect-ratio: 927 / 600;
  object-fit: cover;
  border-radius: clamp(8px, 0.833vw, 16px);
  margin-left: auto;
  background: #d9d9d9;
}

.omnie-intro__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(18, 50, 90, 0.4);
  font-size: clamp(12px, 0.94vw, 18px);
}

/* ============== SECTION: "Nie uczę..." (large image left + text right) ============== */
.omnie-mission {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  color: #12335b;
  padding: clamp(30px, 3.44vw, 66px) 0 clamp(60px, 5.4vw, 104px);
}

.omnie-mission__inner {
  max-width: var(--frame-w);
  margin: 0 auto;
  padding: 0 8.333%;
  display: grid;
  grid-template-columns: 41.1% 1fr;
  gap: clamp(40px, 4.2vw, 80px);
  align-items: start;
}

.omnie-mission__image,
.omnie-mission__image-placeholder {
  width: 100%;
  aspect-ratio: 789 / 785;
  object-fit: cover;
  border-radius: clamp(12px, 0.833vw, 16px);
  background: #cdd6e2;
  display: block;
}

.omnie-mission__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(18, 51, 91, 0.4);
}

.omnie-mission__right {
  padding-top: clamp(20px, 3.125vw, 60px);
}

.omnie-mission__line {
  width: 56px;
  height: 2px;
  background: #12335b;
  border: none;
  margin: 0 0 clamp(24px, 2.4vw, 46px);
}

.omnie-mission__heading {
  font-size: clamp(20px, 1.667vw, 32px);
  line-height: 1.188;
  font-weight: 400;
  margin: 0 0 clamp(20px, 2vw, 38px);
  max-width: 657px;
  white-space: pre-line;
}

.omnie-mission__desc {
  font-size: clamp(14px, 0.938vw, 18px);
  line-height: 1.44;
  margin: 0;
  max-width: 511px;
  white-space: pre-line;
}

/* ============== SECTION: Dla kogo (dark blue) ============== */
.omnie-target {
  position: relative;
  width: 100%;
  background: #12325a;
  color: var(--c-white);
  padding: clamp(60px, 8.44vw, 162px) 0 clamp(40px, 4.58vw, 88px);
}

.omnie-target__inner {
  max-width: var(--frame-w);
  margin: 0 auto;
  padding: 0 8.333%;
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: clamp(30px, 2.6vw, 50px);
  align-items: start;
}

.omnie-target__label {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.17;
  margin: 0 0 clamp(14px, 1.04vw, 20px);
  opacity: 0.9;
}

.omnie-target__heading {
  font-size: clamp(20px, 1.667vw, 32px);
  line-height: 1.19;
  font-weight: 400;
  margin: 0 0 clamp(30px, 3.17vw, 60px);
  white-space: pre-line;
}

.omnie-target__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--c-accent);
  color: #12325a;
  padding: 0 clamp(20px, 1.25vw, 24px);
  height: clamp(40px, 2.5vw, 48px);
  min-width: clamp(190px, 12.03vw, 231px);
  border-radius: 40px;
  font-size: clamp(12px, 0.78vw, 15px);
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
}

.omnie-target__cta:hover {
  transform: translateY(-1px);
  opacity: 0.94;
}

.omnie-target__cta svg {
  width: 12px;
  height: 9px;
  flex-shrink: 0;
}

.omnie-target__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.omnie-target__item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.67vw, 32px);
  padding: clamp(18px, 1.77vw, 34px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.omnie-target__item:last-child {
  border-bottom: none;
}

.omnie-target__num {
  width: clamp(36px, 2.6vw, 50px);
  height: clamp(36px, 2.6vw, 50px);
  border-radius: 50%;
  border: 1px solid var(--c-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: clamp(14px, 1.46vw, 28px);
  line-height: 1;
  color: var(--c-white);
  font-weight: 400;
}

.omnie-target__text {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.28;
  color: var(--c-white);
  flex-grow: 1;
}

/* ============== SECTION: Liczby (dark blue + stat cards) ============== */
.omnie-stats {
  position: relative;
  width: 100%;
  background: #12325a;
  color: #f7f7f7;
  padding: clamp(40px, 4.17vw, 80px) 0 clamp(60px, 5.21vw, 100px);
}

.omnie-stats__inner {
  max-width: var(--frame-w);
  margin: 0 auto;
  padding: 0 8.333%;
}

.omnie-stats__label {
  font-size: clamp(14px, 1.198vw, 23px);
  line-height: 1.17;
  margin: 0 0 clamp(14px, 1.04vw, 20px);
  opacity: 0.9;
}

.omnie-stats__heading {
  font-size: clamp(20px, 1.667vw, 32px);
  line-height: 1.19;
  font-weight: 400;
  margin: 0 0 clamp(28px, 3vw, 56px);
}

.omnie-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.25vw, 24px);
  margin-bottom: clamp(30px, 2.86vw, 55px);
}

.omnie-stat {
  border: 1px solid #a7b7ca;
  border-radius: clamp(10px, 0.833vw, 16px);
  padding: clamp(24px, 2.5vw, 48px) clamp(20px, 2.08vw, 40px);
  text-align: left;
}

.omnie-stat__value {
  font-size: clamp(28px, 2.292vw, 44px);
  line-height: 1.068;
  font-weight: 400;
  color: #f7f7f7;
  margin: 0 0 clamp(14px, 1.56vw, 30px);
  white-space: nowrap;
}

.omnie-stat__label {
  font-size: clamp(13px, 1.198vw, 23px);
  line-height: 1.17;
  color: #a9b5c7;
  margin: 0;
  white-space: pre-line;
}

.omnie-stats__quote {
  font-size: clamp(18px, 1.667vw, 32px);
  line-height: 1.188;
  font-weight: 400;
  color: #a9b5c7;
  margin: 0;
  max-width: 1600px;
  white-space: pre-line;
}

/* ============== QUOTE BLOCK with avatar (light blue) ============== */
.omnie-quote {
  width: 100%;
  padding: clamp(30px, 3.44vw, 66px) 8.333%;
  background: #12325a;
}

.omnie-quote__block {
  background: #a7b7ca;
  border-radius: clamp(20px, 2.08vw, 40px);
  color: #12335b;
  padding: clamp(40px, 4.17vw, 80px) clamp(30px, 3.125vw, 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.08vw, 40px);
  max-width: 1872px;
  margin: 0 auto;
}

.omnie-quote__avatar,
.omnie-quote__avatar-placeholder {
  width: clamp(80px, 6.2vw, 119px);
  height: clamp(80px, 6.2vw, 119px);
  border-radius: 50%;
  background: #5c7da7;
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}

.omnie-quote__avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.omnie-quote__text {
  font-size: clamp(18px, 2.292vw, 44px);
  line-height: 1.068;
  text-align: center;
  font-weight: 400;
  margin: 0;
  max-width: 900px;
}

@media (max-width: 900px) {
  .omnie-mission__inner,
  .omnie-target__inner {
    grid-template-columns: 1fr;
  }
  .omnie-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .omnie-intro__image,
  .omnie-intro__image-placeholder {
    width: 100%;
  }
}
