/* Premium Speakers — nowy landing (video hero) */

:root {
  --ps-accent: #e13b63;
  --ps-accent-soft: #ea4971;
  --ps-accent-rgb: 225, 59, 99;
  --ps-bg: #0a0a0a;
  --ps-text: #f2f2f2;
  --ps-muted: #b8b8b8;
  --ps-glass-text: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.82) 48%,
    rgba(255, 255, 255, 0.58) 100%
  );
  --ps-glass-text-accent: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(244, 170, 190, 0.94) 40%,
    rgba(225, 59, 99, 1) 100%
  );
  --ps-glass-lift:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.32))
    drop-shadow(0 5px 12px rgba(0, 0, 0, 0.38))
    drop-shadow(0 14px 26px rgba(0, 0, 0, 0.22));
  --ps-glass-lift-accent:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.32))
    drop-shadow(0 1px 0 rgba(255, 200, 215, 0.42))
    drop-shadow(0 6px 14px rgba(225, 59, 99, 0.34))
    drop-shadow(0 12px 26px rgba(0, 0, 0, 0.32));
  --ps-text-lift:
    0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 10px rgba(0, 0, 0, 0.34),
    0 10px 22px rgba(0, 0, 0, 0.18);
  /* Tylko nagłówek hero: Profesjonalnie · Inspirująco (styl iOS passcode) */
  --ps-hero-title-glass-text: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.24) 46%,
    rgba(255, 255, 255, 0.12) 100%
  );
  --ps-hero-title-glass-stroke: 1.5px rgba(255, 255, 255, 0.94);
  --ps-hero-title-glass-lift:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.58))
    drop-shadow(0 8px 20px rgba(0, 0, 0, 0.36))
    drop-shadow(0 2px 6px rgba(0, 0, 0, 0.24));
}

/* Typografia „ze szkła” — gradient + blask */
.ps-home-glass-heading {
  background: var(--ps-glass-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift);
}

.ps-home-glass-accent {
  background: var(--ps-glass-text-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift-accent);
}

.ps-home-glass-body {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: var(--ps-text-lift);
}

.ps-home-glass-muted {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: var(--ps-text-lift);
}

@supports not (background-clip: text) {
  .ps-home-glass-heading {
    color: #ffffff;
    -webkit-text-fill-color: currentColor;
    background: none;
    filter: none;
  }

  .ps-home-glass-accent {
    color: var(--ps-accent-soft);
    -webkit-text-fill-color: currentColor;
    background: none;
    filter: none;
  }
}

body.ps-home {
  margin: 0;
  background: var(--ps-bg);
  color: var(--ps-text);
  font-family: "Raleway", sans-serif;
  font-size: 1.0625rem;
}

body.ps-home h1,
body.ps-home h2,
body.ps-home h3,
body.ps-home p,
body.ps-home li,
body.ps-home a,
body.ps-home blockquote,
body.ps-home cite,
body.ps-home .ps-home-btn {
  font-family: inherit;
}

body.ps-home header.ps-header,
body.ps-home #ps-site-header.ps-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
}

body.ps-home .ps-header__link,
body.ps-home .ps-header__util-link {
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: var(--ps-text-lift);
}

body.ps-home .ps-header__tagline {
  color: rgba(255, 255, 255, 0.72);
  text-shadow: var(--ps-text-lift);
}

body.ps-home .ps-header__link:hover,
body.ps-home .ps-header__util-link:hover,
body.ps-home .ps-header__link.is-active,
body.ps-home .ps-header__util-link.is-active {
  color: var(--ps-accent-soft) !important;
}

.ps-home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 7rem 1.25rem 4rem;
  box-sizing: border-box;
  background: #000000;
}

.ps-home-hero-video.ps-is-hidden {
  display: none;
}

.ps-home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.ps-home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}

.ps-home-hero-sound {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  z-index: 3;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ps-home-hero-sound:hover {
  background: rgba(0, 0, 0, 0.65);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%) scale(1.05);
}

.ps-home-hero-sound:focus-visible {
  outline: 2px solid var(--ps-accent-soft, #ff6b9d);
  outline-offset: 2px;
}

.ps-home-hero-sound-icon {
  display: block;
}

.ps-home-hero-sound-icon--on {
  display: none;
}

.ps-home-hero-sound:not(.is-muted) .ps-home-hero-sound-icon--muted {
  display: none;
}

.ps-home-hero-sound:not(.is-muted) .ps-home-hero-sound-icon--on {
  display: block;
}

.ps-home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-3px);
}

.ps-home-hero-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}

.ps-home-hero-eyebrow.ps-home-glass-accent,
.ps-home-hero-eyebrow {
  color: var(--ps-accent);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  filter: none;
}

.ps-home-hero-title {
  margin: 0;
  font-size: clamp(2.85rem, 7.1vw, 5.25rem);
  line-height: 1.08;
  font-weight: 700;
  text-wrap: balance;
}

.ps-home-hero-title.ps-home-glass-heading,
.ps-home-hero-title {
  background: var(--ps-hero-title-glass-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: var(--ps-hero-title-glass-stroke);
  paint-order: stroke fill;
  filter: var(--ps-hero-title-glass-lift);
}

.ps-home-hero-title strong {
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(234, 73, 113, 0.98) 20%,
    rgba(225, 59, 99, 1) 52%,
    rgba(225, 59, 99, 0.96) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0 transparent;
  filter: var(--ps-glass-lift-accent);
}

.ps-home-hero-tagline {
  margin: 1.5rem auto 0;
  max-width: min(100%, 58rem);
  font-size: clamp(1.08rem, 2.4vw, 1.35rem);
  line-height: 1.65;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: var(--ps-text-lift);
}

.ps-home-hero-tagline-main {
  display: inline-block;
  white-space: nowrap;
}

.ps-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2.25rem;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.ps-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 17.5rem;
  max-width: 100%;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px) saturate(165%);
  -webkit-backdrop-filter: blur(6px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 6px 18px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ps-home-hero-actions .ps-home-btn {
  flex: 1 1 calc(50% - 0.425rem);
  width: auto;
  min-width: 0;
}

.ps-home-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 24px rgba(0, 0, 0, 0.28);
}

.ps-home-btn-primary {
  background: rgba(225, 59, 99, 0.22);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(6px) saturate(165%);
  -webkit-backdrop-filter: blur(6px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 6px 18px rgba(0, 0, 0, 0.22);
}

.ps-home-btn-primary:hover {
  background: rgba(225, 59, 99, 0.32);
  border-color: rgba(255, 255, 255, 0.48);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 24px rgba(0, 0, 0, 0.28);
}

.ps-home-hero-actions .ps-home-btn-primary {
  background: rgba(225, 59, 99, 0.46);
  border-color: rgba(255, 255, 255, 0.42);
}

.ps-home-hero-actions .ps-home-btn-primary:hover {
  background: rgba(225, 59, 99, 0.58);
  border-color: rgba(255, 255, 255, 0.52);
}

.ps-home-btn-secondary {
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.06) 44%,
      rgba(255, 255, 255, 0.025) 100%
    );
  backdrop-filter: blur(20px) saturate(195%);
  -webkit-backdrop-filter: blur(20px) saturate(195%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.34),
    0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-text-stroke: 0.35px rgba(255, 255, 255, 0.32);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

.ps-home-btn-secondary:hover {
  background:
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.09) 44%,
      rgba(255, 255, 255, 0.04) 100%
    );
  border-color: rgba(255, 255, 255, 0.92);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 14px 36px rgba(0, 0, 0, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.24);
}

.ps-home-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: var(--ps-text-lift);
}

.ps-home-section {
  padding: 5rem 1.25rem;
}

.ps-home-section--dark {
  background: #0d0d0d;
}

.ps-home-section--accent {
  background: linear-gradient(135deg, rgba(225, 59, 99, 0.12) 0%, rgba(0, 0, 0, 0) 55%), #111111;
}

.ps-home-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.ps-home-section-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.9rem, 3.2vw, 2.55rem);
  font-weight: 700;
  text-align: center;
  background: var(--ps-glass-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift);
}

.ps-home-section-lead {
  margin: 0 auto 2rem;
  max-width: 40rem;
  text-align: center;
  line-height: 1.7;
  font-size: 1.12rem;
  color: var(--ps-muted);
  text-shadow: var(--ps-text-lift);
}

.ps-home-about-block {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.ps-home-about-intro {
  max-width: 44rem;
}

.ps-home-about-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  background: var(--ps-glass-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift);
}

.ps-home-about-lead {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.65;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: var(--ps-text-lift);
}

.ps-home-offer-tiles {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(5.25rem, auto);
  gap: 1rem 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-home-offer-tile {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 1.5rem 1.45rem;
  border-radius: 18px;
  line-height: 1.42;
  font-size: 1.14rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: var(--ps-text-lift);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(225, 59, 99, 0.16) 48%,
      rgba(225, 59, 99, 0.28) 100%
    );
  backdrop-filter: blur(10px) saturate(170%);
  -webkit-backdrop-filter: blur(10px) saturate(170%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 10px 28px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(225, 59, 99, 0.14);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.ps-home-offer-tile:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
  font-size: 1.32rem;
  border-radius: 22px 22px 14px 22px;
}

.ps-home-offer-tile:nth-child(2) {
  grid-column: 6 / span 4;
  grid-row: 1;
  align-self: end;
  font-size: 1.18rem;
  border-radius: 16px 22px 18px 16px;
}

.ps-home-offer-tile:nth-child(3) {
  grid-column: 10 / span 3;
  grid-row: 1 / span 2;
  font-size: 1.15rem;
  border-radius: 14px 22px 22px 14px;
}

.ps-home-offer-tile:nth-child(4) {
  grid-column: 6 / span 4;
  grid-row: 2;
  font-size: 1.12rem;
  border-radius: 20px 14px 20px 20px;
}

.ps-home-offer-tile:nth-child(5) {
  grid-column: 1 / span 7;
  grid-row: 3;
  font-size: 1.24rem;
  border-radius: 14px 22px 22px 22px;
}

.ps-home-offer-tile:nth-child(6) {
  grid-column: 8 / span 5;
  grid-row: 3;
  align-self: start;
  margin-top: -0.35rem;
  font-size: 1.2rem;
  border-radius: 22px 14px 22px 18px;
}

.ps-home-offer-tile:hover {
  transform: translateY(-4px) scale(1.2);
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(225, 59, 99, 0.28) 45%,
      rgba(225, 59, 99, 0.42) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 16px 36px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(225, 59, 99, 0.28);
}

.ps-home-speakers-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.ps-home-speakers-block img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.ps-home-speakers-copy {
  text-align: center;
}

.ps-home-quote {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.ps-home-quote blockquote {
  margin: 0;
  font-size: clamp(1.22rem, 2.6vw, 1.65rem);
  line-height: 1.65;
  font-weight: 500;
  font-style: italic;
  background: linear-gradient(
    165deg,
    rgba(255, 210, 225, 0.98) 0%,
    rgba(255, 107, 147, 0.82) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift-accent);
}

.ps-home-quote cite {
  display: block;
  margin-top: 1rem;
  font-style: normal;
  font-size: 1rem;
  color: var(--ps-muted);
  text-shadow: var(--ps-text-lift);
}

.ps-home-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.ps-home-card {
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(225, 59, 99, 0.25);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.ps-home-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.42rem;
  font-weight: 700;
  background: var(--ps-glass-text-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift-accent);
}

.ps-home-card p {
  margin: 0;
  line-height: 1.6;
  color: var(--ps-muted);
  text-shadow: var(--ps-text-lift);
}

.ps-home-cta {
  text-align: center;
  padding: 4.5rem 1.25rem 5rem;
  background: linear-gradient(180deg, #111111 0%, #000000 100%);
}

.ps-home-cta-inner {
  max-width: 36rem;
  margin: 0 auto;
}

.ps-home-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.2vw, 2.25rem);
  font-weight: 700;
  background: var(--ps-glass-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift);
}

.ps-home-cta p {
  margin: 0 auto 2rem;
  max-width: 36rem;
  line-height: 1.65;
  font-size: 1.08rem;
  color: var(--ps-muted);
  text-shadow: var(--ps-text-lift);
}

.ps-home-contact-form-wrap {
  text-align: left;
}

.form-hidden {
  display: none;
}

.ps-home-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.ps-home-form-field {
  margin: 0;
}

.ps-home-form-label {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ps-home-form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ps-home-form-control::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.ps-home-form-control:focus {
  outline: none;
  border-color: rgba(225, 59, 99, 0.55);
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 3px rgba(225, 59, 99, 0.18);
}

.ps-home-form-control--textarea {
  min-height: 7rem;
  resize: vertical;
}

.ps-home-form-control option {
  color: #111111;
}

.ps-home-form-field--rodo {
  margin-top: 0.15rem;
}

.ps-home-form-rodo {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.ps-home-form-checkbox {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.2rem 0 0;
  accent-color: var(--ps-accent);
  cursor: pointer;
}

.ps-home-form-rodo span {
  display: block;
}

.ps-home-form-submit {
  width: 100%;
  margin-top: 0.35rem;
  cursor: pointer;
}

.ps-home-form-submit:disabled,
.ps-home-form-submit:disabled:hover {
  opacity: 0.34;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(225, 59, 99, 0.14);
  box-shadow: none;
}

.ps-home-form-success {
  padding: 2rem 1.25rem;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(225, 59, 99, 0.14);
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
}

.ps-home-form-success p {
  margin: 0.35rem 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.ps-home-form-success strong {
  color: #ffffff;
}

.ps-home-footer {
  padding: 3rem 1.25rem;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.ps-home-footer p {
  margin: 0.35rem 0;
  line-height: 1.6;
  font-size: 1rem;
  color: #aaaaaa;
  text-shadow: var(--ps-text-lift);
}

.ps-home-footer strong {
  font-weight: 700;
  color: #e8e8e8;
  text-shadow: var(--ps-text-lift);
}

.ps-home-footer a {
  color: var(--ps-accent-soft);
  text-decoration: none;
}

.ps-home-footer a:hover {
  text-decoration: underline;
}

.ps-home-footer-logo {
  display: inline-block;
  margin-top: 1.5rem;
}

.ps-home-footer-logo img {
  max-width: 160px;
  height: auto;
}

/* Jak pracujemy — osobna strona */
body.ps-home-work-page {
  background: #000000;
}

body.ps-home-work-page .ps-home-work {
  min-height: 100svh;
  padding: 6.5rem 1.25rem 3.5rem;
  box-sizing: border-box;
}

.ps-home-work-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ps-home-work-title.ps-home-hero-title {
  margin: 0 0 2.25rem;
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 3.35rem);
  line-height: 1.1;
  font-weight: 700;
  background: var(--ps-hero-title-glass-text);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: var(--ps-hero-title-glass-stroke);
  paint-order: stroke fill;
  filter: var(--ps-hero-title-glass-lift);
}

.ps-home-work-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: min(68vh, 600px);
  margin-bottom: 0;
}

.ps-home-work-slider {
  position: relative;
}

.ps-home-work-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.ps-home-work-slider-controls {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 2rem);
}

.ps-home-work-slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background:
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0.06) 44%,
      rgba(255, 255, 255, 0.025) 100%
    );
  backdrop-filter: blur(20px) saturate(195%);
  -webkit-backdrop-filter: blur(20px) saturate(195%);
  color: #ffffff;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 8px 24px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ps-home-work-slider-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.96);
  background:
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.1) 44%,
      rgba(255, 255, 255, 0.05) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 12px 28px rgba(0, 0, 0, 0.42);
}

.ps-home-work-slider-btn:focus-visible {
  outline: 2px solid var(--ps-accent-soft);
  outline-offset: 3px;
}

.ps-home-work-slider-btn--pause {
  min-width: 8.5rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.ps-home-work-slider-icon-play {
  display: none;
}

.ps-home-work-slider-btn--pause.is-paused .ps-home-work-slider-icon-pause {
  display: none;
}

.ps-home-work-slider-btn--pause.is-paused .ps-home-work-slider-icon-play {
  display: block;
}

.ps-home-work-slider-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.15, 1);
  will-change: transform;
}

.ps-home-work-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.ps-home-work-hero--no-video {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ps-home-work-slide--no-video .ps-home-work-step-on-video {
  justify-self: end;
  width: min(100%, 560px);
  padding: 0 0 0 1.5rem;
}

.ps-home-work-video-zone {
  grid-area: 1 / 1;
  position: relative;
  z-index: 0;
  justify-self: start;
  align-self: stretch;
  width: 62%;
  margin-left: -2%;
  overflow: hidden;
  border-radius: 0;
  -webkit-mask-image: radial-gradient(ellipse 96% 92% at 44% 50%, #000000 36%, transparent 74%);
  mask-image: radial-gradient(ellipse 96% 92% at 44% 50%, #000000 36%, transparent 74%);
}

.ps-home-work-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 42%;
  display: block;
  filter: brightness(0.52) saturate(0.92);
}

.ps-home-work-video-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.ps-home-work-video-feather {
  position: absolute;
  inset: -10%;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.88) 6%, rgba(0, 0, 0, 0.45) 16%, rgba(0, 0, 0, 0.12) 28%, transparent 42%),
    linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0.88) 6%, rgba(0, 0, 0, 0.45) 16%, rgba(0, 0, 0, 0.12) 28%, transparent 42%),
    linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.88) 6%, rgba(0, 0, 0, 0.45) 16%, rgba(0, 0, 0, 0.12) 28%, transparent 42%),
    linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.88) 6%, rgba(0, 0, 0, 0.45) 16%, rgba(0, 0, 0, 0.12) 28%, transparent 42%);
}

.ps-home-work-step-on-video {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: end;
  width: min(100%, 580px);
  margin-right: 11%;
  padding: 0 0 4.5rem 0;
  box-sizing: border-box;
}

.ps-home-work {
  position: relative;
  background: #000000;
  overflow: hidden;
}

.ps-home-work-step {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.ps-home-work-step-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 700;
  line-height: 1.3;
  background: var(--ps-glass-text-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: var(--ps-glass-lift-accent);
}

.ps-home-work-step-text {
  margin: 0;
  font-size: clamp(1.18rem, 1.75vw, 1.38rem);
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: var(--ps-text-lift);
}

.ps-home-work-link {
  color: var(--ps-accent-soft);
  text-decoration: none;
  font-weight: 600;
}

.ps-home-work-link:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .ps-home-speakers-block,
  .ps-home-cards {
    grid-template-columns: 1fr;
  }

  .ps-home-offer-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .ps-home-offer-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    align-self: stretch;
    margin-top: 0;
    font-size: 1.1rem;
    border-radius: 16px;
  }

  .ps-home-offer-tile:nth-child(1),
  .ps-home-offer-tile:nth-child(5),
  .ps-home-offer-tile:nth-child(6) {
    grid-column: 1 / -1;
    font-size: 1.16rem;
  }

  .ps-home-speakers-block img {
    order: -1;
  }

  .ps-home-work-hero {
    min-height: min(56vh, 480px);
  }

  .ps-home-work-slider-controls {
    bottom: 1rem;
  }

  .ps-home-work-video-zone {
    width: 88%;
    margin-left: -6%;
  }

  .ps-home-work-video {
    object-position: 50% 40%;
  }

  .ps-home-work-step-on-video {
    width: min(100%, 94%);
    justify-self: end;
    margin-right: 4%;
    padding: 0 0 4rem 0;
  }
}

@media (max-width: 576px) {
  .ps-home-offer-tiles {
    grid-template-columns: 1fr;
  }
  .ps-home-hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 17.5rem;
  }

  .ps-home-hero-actions .ps-home-btn {
    flex: 1 1 auto;
    width: 100%;
  }

  .ps-home-btn {
    width: 100%;
    min-width: 0;
  }
}
