/* ===========================================================================
   Dla kogo — desktop reconstruction from the 1920 px source composition
   ========================================================================== */

body.page-id-2295 .pptp-2026-audience {
  --pptp-audience-shell: min(
    var(--site-content-width, 1380px),
    calc(100% - var(--site-content-gutter, 48px))
  );
  --pptp-audience-surface: #f7fafc;
  --pptp-audience-copy: #152538;
  --pptp-navy: #003e7e;
  --pptp-navy-deep: #002f66;
  --pptp-navy-dark: #002f66;
  --pptp-pink: #e73c85;
  --pptp-ink: #152538;
  --pptp-copy: #152538;
  --pptp-muted: #5d6876;
  --pptp-line: #e3e7ec;
  color: var(--pptp-audience-copy);
  background: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: clip;
}

body.page-id-2295 .pptp-2026-audience .pptp-2026-container {
  width: var(--pptp-audience-shell);
  max-width: var(--site-content-width, 1380px);
  margin-inline: auto;
}

body.page-id-2295 .pptp-2026-audience :where(
    .pptp-2026-audience-groups,
    .pptp-2026-spaces,
    .pptp-2026-more
  ) {
  background: var(--pptp-audience-surface);
}

body.page-id-2295 .pptp-2026-audience .pptp-2026-section-heading {
  max-width: none;
}

body.page-id-2295 .pptp-2026-audience .pptp-2026-section-heading h2 {
  text-transform: uppercase;
}

body.page-id-2295
  .pptp-2026-audience
  .pptp-2026-section-heading--center
  h2::after {
  width: 64px;
  height: 4px;
  margin-top: 11px;
}

body.page-id-2295 .pptp-2026-space-card__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  color: var(--pptp-navy);
  border: 1px solid rgba(0, 62, 126, 0.11);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff 0%, #eaf4fb 100%);
  box-shadow: 0 8px 18px rgba(0, 47, 102, 0.08);
}

body.page-id-2295
  .pptp-2026-space-card--startups
  .pptp-2026-space-card__icon {
  color: var(--pptp-pink);
  border-color: rgba(231, 60, 133, 0.14);
  background: linear-gradient(145deg, #fff 0%, #fff0f6 100%);
}

body.page-id-2295 .pptp-2026-space-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.page-id-2295 .pptp-2026-audience :where(
    .pptp-2026-icon__primary,
    .pptp-2026-icon__accent
  ) {
  vector-effect: non-scaling-stroke;
}

body.page-id-2295 .pptp-2026-audience .pptp-2026-icon__primary {
  stroke: var(--pptp-navy);
}

body.page-id-2295 .pptp-2026-audience .pptp-2026-icon__accent {
  stroke: var(--pptp-pink);
}

body.page-id-2295 .pptp-2026-audience .pptp-2026-icon__primary-fill {
  fill: var(--pptp-navy);
}

body.page-id-2295 .pptp-2026-audience .pptp-2026-icon__accent-fill {
  fill: var(--pptp-pink);
}

body.page-id-2295 .pptp-2026-audience :where(
    .pptp-2026-audience-grid,
    .pptp-2026-spaces-grid,
    .pptp-2026-more-grid
  ) > * {
  min-width: 0;
}

body.page-id-2295
  .pptp-2026-audience-card
  > .pptp-2026-icon-circle {
  border-color: rgba(0, 174, 239, 0.16);
  background: radial-gradient(circle at 33% 28%, #fff 0%, #f1f8fd 45%, #e4f1fa 100%);
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.45),
    0 10px 22px rgba(0, 62, 126, 0.09);
}

body.page-id-2295
  .pptp-2026-more-card__heading
  .pptp-2026-icon-circle {
  color: var(--pptp-navy);
}

@media (min-width: 1200px) {
  /* Hero */
  body.page-id-2295 .pptp-2026-split-hero--audience {
    height: clamp(520px, 30.94vw, 594px);
    min-height: 0;
    grid-template-columns: 46% 54%;
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-split-hero__copy-inner {
    width: min(760px, calc(100% - 82px));
    margin-left: max(
      calc(var(--site-content-gutter, 48px) / 2),
      calc((100vw - var(--site-content-width, 1380px)) / 2)
    );
    padding: 34px 36px 34px 0;
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-eyebrow {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-eyebrow::after {
    display: block;
    width: 68px;
    height: 4px;
    margin-top: 11px;
    background: var(--pptp-pink);
    content: "";
  }

  body.page-id-2295 .pptp-2026-split-hero--audience h1 {
    max-width: 700px;
    margin: 0 0 30px;
    font-size: clamp(60px, 3.6vw, 69px);
    line-height: 1.13;
    letter-spacing: -0.035em;
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-lead {
    max-width: 650px;
    color: var(--pptp-navy-dark);
    font-size: 24px;
    line-height: 1.55;
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-split-hero__media {
    height: 100%;
    margin-left: -110px;
    border-bottom-left-radius: 30px;
    clip-path: polygon(25.3% 0, 100% 0, 100% 100%, 0 100%);
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-split-hero__media::after {
    display: none;
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-split-hero__media
    img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center 50%;
  }

  /* Shared headings within this page */
  body.page-id-2295 .pptp-2026-audience .pptp-2026-section-heading h2 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  /* Audience cards */
  body.page-id-2295 .pptp-2026-audience-groups {
    padding: 38px 0 28px;
  }

  body.page-id-2295
    .pptp-2026-audience-groups
    .pptp-2026-section-heading {
    margin-bottom: 18px;
  }

  body.page-id-2295 .pptp-2026-audience-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
  }

  body.page-id-2295 .pptp-2026-audience-card {
    display: flex;
    min-height: 452px;
    padding: 26px 34px 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-color: rgba(0, 62, 126, 0.1);
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(0, 47, 102, 0.08);
  }

  body.page-id-2295
    .pptp-2026-audience-card
    > .pptp-2026-icon-circle {
    width: 112px;
    height: 112px;
    padding: 23px;
    border: 1px solid rgba(0, 174, 239, 0.16);
    color: var(--pptp-navy);
    background: radial-gradient(circle at 33% 28%, #fff 0%, #f1f8fd 45%, #e4f1fa 100%);
    box-shadow:
      inset 0 0 0 7px rgba(255, 255, 255, 0.45),
      0 12px 26px rgba(0, 62, 126, 0.1);
  }

  body.page-id-2295
    .pptp-2026-audience-card
    > .pptp-2026-icon-circle
    svg {
    filter: drop-shadow(0 2px 2px rgba(0, 47, 102, 0.08));
  }

  body.page-id-2295 .pptp-2026-audience-card h3 {
    margin: 18px 0 19px;
    font-size: 28px;
    line-height: 1.22;
  }

  body.page-id-2295 .pptp-2026-audience-card h3::after {
    width: 48px;
    height: 4px;
    margin: 15px auto 0;
  }

  body.page-id-2295 .pptp-2026-audience-card p {
    color: var(--pptp-audience-copy);
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
  }

  /* Offer cards */
  body.page-id-2295 .pptp-2026-spaces {
    padding: 12px 0 26px;
  }

  body.page-id-2295 .pptp-2026-spaces .pptp-2026-section-heading {
    margin-bottom: 14px;
  }

  body.page-id-2295 .pptp-2026-spaces-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: stretch;
  }

  body.page-id-2295 .pptp-2026-space-card {
    height: auto;
    min-height: 580px;
    grid-template-columns: 42.5% 57.5%;
    align-items: stretch;
    border-radius: 15px;
  }

  body.page-id-2295 .pptp-2026-space-card__media,
  body.page-id-2295 .pptp-2026-space-card__copy {
    min-width: 0;
    min-height: 580px;
  }

  body.page-id-2295 .pptp-2026-space-card__copy {
    display: flex;
    padding: 28px 30px;
    flex-direction: column;
    justify-content: center;
  }

  body.page-id-2295 .pptp-2026-space-card__copy h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.18;
  }

  body.page-id-2295
    .pptp-2026-space-card__copy
    > p:not(.pptp-2026-eyebrow) {
    margin-bottom: 16px;
    color: var(--pptp-audience-copy);
    font-size: 18px;
    line-height: 1.45;
  }

  body.page-id-2295 .pptp-2026-check-list {
    gap: 6px;
  }

  body.page-id-2295 .pptp-2026-check-list li {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.35;
  }

  body.page-id-2295 .pptp-2026-check-list li::before {
    font-size: 16px;
  }

  /* More than an office */
  body.page-id-2295 .pptp-2026-more {
    padding: 34px 0 28px;
  }

  body.page-id-2295 .pptp-2026-more .pptp-2026-section-heading {
    margin-bottom: 18px;
  }

  body.page-id-2295 .pptp-2026-more-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }

  body.page-id-2295 .pptp-2026-more-card__heading {
    display: flex;
    height: 158px;
    min-height: 158px;
    padding: 0 8px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
    overflow: hidden;
  }

  body.page-id-2295
    .pptp-2026-more-card__heading
    .pptp-2026-icon-circle {
    width: 56px;
    height: 56px;
    padding: 7px;
    border: 1px solid rgba(0, 62, 126, 0.1);
    color: var(--pptp-navy);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 7px 18px rgba(0, 47, 102, 0.06);
  }

  body.page-id-2295 .pptp-2026-more-card:nth-child(3) .pptp-2026-icon-circle {
    border-color: rgba(231, 60, 133, 0.14);
    background: rgba(255, 240, 246, 0.68);
  }

  body.page-id-2295 .pptp-2026-more-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  body.page-id-2295 .pptp-2026-more-card figure {
    height: 212px;
    border-radius: 15px;
  }

  /* Final CTA */
  body.page-id-2295 .pptp-2026-cta--audience {
    height: 287px;
    min-height: 287px;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-cta__inner {
    width: var(--pptp-audience-shell);
    max-width: var(--site-content-width, 1380px);
    padding: 34px 0;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 70px;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-cta__title {
    max-width: 720px;
    font-size: 42px;
    line-height: 1.12;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-cta__text {
    max-width: 720px;
    margin-top: 14px;
    font-size: 21px;
    line-height: 1.45;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-cta__actions {
    display: grid;
    width: 100%;
    max-width: 788px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    justify-content: end;
    justify-self: end;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-button {
    width: 100%;
    min-height: 77px;
    padding: 18px 30px;
    font-size: 18px;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-cta__overlay {
    background: linear-gradient(
      90deg,
      rgba(0, 37, 82, 0.92),
      rgba(0, 62, 126, 0.64)
    );
  }

  /* Statistics are already the correct height; their contents were undersized. */
  body.page-id-2295 .pptp-2026-audience > .pptp-2026-stats {
    min-height: 128px;
  }

  body.page-id-2295 .pptp-2026-stats__item {
    padding: 20px 30px;
    grid-template-columns: 60px minmax(0, 1fr);
    column-gap: 16px;
  }

  body.page-id-2295 .pptp-2026-stats__icon {
    width: 54px;
    height: 54px;
    padding: 5px;
  }

  body.page-id-2295 .pptp-2026-stats__value {
    font-size: 40px;
  }

  body.page-id-2295 .pptp-2026-stats__label {
    margin-top: 4px;
    font-size: 17px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  body.page-id-2295 .pptp-2026-split-hero--audience {
    height: clamp(540px, 38vw, 600px);
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-eyebrow {
    font-size: 19px;
  }

  body.page-id-2295 .pptp-2026-split-hero--audience h1 {
    font-size: clamp(50px, 4vw, 60px);
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-lead {
    font-size: 20px;
  }

  body.page-id-2295 .pptp-2026-audience-grid {
    gap: 16px;
  }

  body.page-id-2295 .pptp-2026-audience-card {
    min-height: 430px;
    padding: 24px 20px 28px;
  }

  body.page-id-2295
    .pptp-2026-audience-card
    > .pptp-2026-icon-circle {
    width: 96px;
    height: 96px;
    padding: 20px;
  }

  body.page-id-2295 .pptp-2026-audience-card h3 {
    font-size: 23px;
  }

  body.page-id-2295 .pptp-2026-audience-card p {
    font-size: 17px;
  }

  body.page-id-2295 .pptp-2026-spaces-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  body.page-id-2295 .pptp-2026-space-card__copy {
    padding-inline: 24px;
  }

  body.page-id-2295 .pptp-2026-space-card__copy h3 {
    font-size: 23px;
  }

  body.page-id-2295
    .pptp-2026-space-card__copy
    > p:not(.pptp-2026-eyebrow) {
    font-size: 16px;
  }

  body.page-id-2295 .pptp-2026-check-list li {
    font-size: 14px;
  }

  body.page-id-2295 .pptp-2026-more-grid {
    gap: 16px;
  }

  body.page-id-2295 .pptp-2026-more-card h3 {
    font-size: 16px;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-cta__inner {
    gap: 34px;
  }

  body.page-id-2295 .pptp-2026-cta--audience .pptp-2026-cta__actions {
    gap: 18px;
  }

  body.page-id-2295 .pptp-2026-stats__item {
    padding-inline: 16px;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 10px;
  }

  body.page-id-2295 .pptp-2026-stats__icon {
    width: 44px;
    height: 44px;
  }

  body.page-id-2295 .pptp-2026-stats__value {
    font-size: 32px;
  }

  body.page-id-2295 .pptp-2026-stats__label {
    font-size: 13px;
  }
}

/* Tablet: retain the composition without fixed desktop heights. */
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-id-2295 .pptp-2026-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body.page-id-2295 .pptp-2026-audience-card {
    min-height: 360px;
    padding: 26px 22px;
    text-align: center;
  }

  body.page-id-2295
    .pptp-2026-audience-card
    > .pptp-2026-icon-circle {
    width: 82px;
    height: 82px;
    margin-inline: auto;
  }

  body.page-id-2295 .pptp-2026-audience-card h3::after {
    margin-inline: auto;
  }

  body.page-id-2295 .pptp-2026-audience-card p {
    text-align: center;
  }

  body.page-id-2295 .pptp-2026-spaces-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.page-id-2295 .pptp-2026-space-card {
    height: auto;
    min-height: 460px;
  }

  body.page-id-2295 .pptp-2026-space-card__copy {
    padding: 30px;
  }

  body.page-id-2295 .pptp-2026-more-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  body.page-id-2295 .pptp-2026-more-card__heading {
    display: flex;
    height: 150px;
    min-height: 150px;
    padding: 0 7px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
    overflow: hidden;
  }

  body.page-id-2295
    .pptp-2026-more-card__heading
    .pptp-2026-icon-circle {
    margin-inline: auto;
  }

  body.page-id-2295 .pptp-2026-more-card h3 {
    text-align: center;
  }
}

/* Phone layout: fluid cards, no horizontal overflow. */
@media (max-width: 767px) {
  body.page-id-2295 .pptp-2026-audience .pptp-2026-container {
    width: min(
      var(--site-content-width, 1380px),
      calc(100% - var(--site-content-gutter, 30px))
    );
  }

  body.page-id-2295
    .pptp-2026-split-hero--audience
    .pptp-2026-eyebrow::after {
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 9px;
    background: var(--pptp-pink);
    content: "";
  }

  body.page-id-2295 .pptp-2026-audience-card {
    min-height: 0;
    padding: 28px 24px;
    text-align: center;
  }

  body.page-id-2295
    .pptp-2026-audience-card
    > .pptp-2026-icon-circle {
    width: 84px;
    height: 84px;
    margin-inline: auto;
    padding: 18px;
    border: 0;
  }

  body.page-id-2295 .pptp-2026-audience-card h3 {
    font-size: 23px;
  }

  body.page-id-2295 .pptp-2026-audience-card h3::after {
    margin-inline: auto;
  }

  body.page-id-2295 .pptp-2026-audience-card p {
    font-size: 17px;
    text-align: center;
  }

  body.page-id-2295 .pptp-2026-space-card {
    height: auto;
    min-height: 0;
  }

  body.page-id-2295 .pptp-2026-space-card__copy {
    padding: 28px 24px 32px;
  }

  body.page-id-2295 .pptp-2026-space-card__copy h3 {
    font-size: 24px;
  }

  body.page-id-2295
    .pptp-2026-space-card__copy
    > p:not(.pptp-2026-eyebrow),
  body.page-id-2295 .pptp-2026-check-list li {
    font-size: 16px;
  }

  body.page-id-2295 .pptp-2026-more-card__heading {
    min-height: 0;
    align-items: center;
    text-align: left;
  }

  body.page-id-2295 .pptp-2026-cta--audience {
    height: auto;
    min-height: 390px;
  }
}
