.cmg-pzu-callout,
.cmg-pzu-callout * {
  box-sizing: border-box;
}

.cmg-pzu-callout {
  --pzu-blue: #435f75;
  --pzu-blue-soft: #e7eef2;
  --pzu-ink: #26231f;
  --pzu-muted: #70695f;
  --pzu-red: #b51f2e;
  position: relative;
  isolation: isolate;
  width: min(1120px, calc(100% - 32px));
  margin: clamp(54px, 7vw, 82px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  border: 1px solid rgba(67, 95, 117, 0.14);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 12%, rgba(181, 31, 46, 0.08), transparent 27%),
    linear-gradient(145deg, rgba(255, 253, 248, 0.99), rgba(231, 238, 242, 0.83));
  box-shadow: 0 20px 58px rgba(34, 47, 57, 0.1);
}

.cmg-pzu-callout::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--pzu-red);
  content: "";
}

.cmg-pzu-callout__eyebrow,
.cmg-pzu-eyebrow {
  margin: 0 0 11px;
  color: var(--pzu-red, #b51f2e);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cmg-pzu-callout h2 {
  margin: 0;
  color: var(--pzu-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.cmg-pzu-callout__lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--pzu-muted);
  font-size: 16px;
  line-height: 1.72;
}

.cmg-pzu-callout__notice {
  max-width: 780px;
  margin: 18px 0 0;
  border-left: 3px solid var(--pzu-red);
  padding-left: 16px;
  color: var(--pzu-ink);
  line-height: 1.62;
}

.cmg-pzu-callout__action {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 14px 22px;
  color: #fff;
  background: var(--pzu-blue);
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.cmg-pzu-callout__action:hover,
.cmg-pzu-callout__action:focus-visible {
  color: #fff;
  background: #303b44;
  outline: 3px solid rgba(67, 95, 117, 0.2);
  outline-offset: 3px;
  transform: translateY(-2px);
}

.cmg-page--pricing .cmg-pzu-callout {
  margin-bottom: 0;
}

.cmg-page--contact .cmg-pzu-callout {
  margin-top: clamp(72px, 9vw, 108px);
  margin-bottom: 0;
}

/* PZU Zdrowie information page */
.cmg-page--pzu {
  --pzu-cream: #fafaf0;
  --pzu-paper: #fffdf8;
  --pzu-ink: #26231f;
  --pzu-muted: #70695f;
  --pzu-blue: #435f75;
  --pzu-blue-light: #678da8;
  --pzu-blue-soft: #e7eef2;
  --pzu-line: #e2e2d8;
  --pzu-red: #b51f2e;
  margin: 0;
  color: var(--pzu-ink);
  background: var(--pzu-cream);
  font-family: var(--cmg-font-sans, "Mulish", "Segoe UI", Arial, sans-serif);
}

.cmg-page--pzu *,
.cmg-page--pzu *::before,
.cmg-page--pzu *::after {
  box-sizing: border-box;
}

.cmg-page--pzu [id] {
  scroll-margin-top: 124px;
}

.cmg-page--pzu .cmg-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: #172633;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.cmg-page--pzu .cmg-skip-link:focus {
  transform: none;
}

.cmg-pzu-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(166px, 17vw, 206px) 20px 92px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 21%, rgba(181, 31, 46, 0.18), transparent 24%),
    radial-gradient(circle at 72% 92%, rgba(103, 141, 168, 0.38), transparent 32%),
    linear-gradient(120deg, #223645 0%, #435f75 58%, #303b44 100%);
}

.cmg-pzu-hero::before,
.cmg-pzu-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.cmg-pzu-hero::before {
  right: -150px;
  bottom: -295px;
  width: 630px;
  height: 630px;
}

.cmg-pzu-hero::after {
  right: 185px;
  bottom: -275px;
  width: 430px;
  height: 430px;
}

.cmg-pzu-hero__inner {
  width: min(1120px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: center;
}

.cmg-pzu-hero .cmg-pzu-eyebrow {
  color: #ffd9dd;
}

.cmg-pzu-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 620;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.cmg-pzu-hero__lead {
  max-width: 700px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.7;
}

.cmg-pzu-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cmg-pzu-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 13px 23px;
  color: #fff;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cmg-pzu-button--primary {
  border-color: #fff;
  color: var(--pzu-blue);
  background: #fff;
}

.cmg-pzu-button:hover,
.cmg-pzu-button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  outline: none;
  transform: translateY(-2px);
}

.cmg-pzu-button--primary:hover,
.cmg-pzu-button--primary:focus-visible {
  border-color: var(--pzu-red);
  background: var(--pzu-red);
}

.cmg-pzu-hero__summary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: clamp(26px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(6, 17, 24, 0.2);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}

.cmg-pzu-hero__summary span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  background: var(--pzu-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cmg-pzu-hero__summary strong {
  display: block;
  margin-top: 19px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.cmg-pzu-hero__summary p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.cmg-pzu-content {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  padding: clamp(70px, 9vw, 112px) 0;
}

.cmg-pzu-breadcrumbs {
  margin: 0 0 28px;
  color: var(--pzu-muted);
  font-size: 13px;
}

.cmg-pzu-breadcrumbs a {
  color: var(--pzu-blue);
  font-weight: 800;
}

.cmg-pzu-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.cmg-pzu-intro__main,
.cmg-pzu-intro__note {
  border: 1px solid rgba(67, 95, 117, 0.12);
  border-radius: 27px;
  padding: clamp(27px, 4vw, 42px);
  background: var(--pzu-paper);
  box-shadow: 0 17px 50px rgba(34, 47, 57, 0.08);
}

.cmg-pzu-intro h2,
.cmg-pzu-section h2,
.cmg-pzu-faq h2,
.cmg-pzu-contact h2 {
  margin: 0;
  color: var(--pzu-ink);
  font-size: clamp(33px, 5vw, 54px);
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.cmg-pzu-intro__main > p:last-child {
  margin: 20px 0 0;
  color: var(--pzu-muted);
  font-size: 17px;
  line-height: 1.75;
}

.cmg-pzu-intro__note {
  color: #fff;
  background: linear-gradient(140deg, var(--pzu-red), #801724);
}

.cmg-pzu-intro__note strong {
  display: block;
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
}

.cmg-pzu-intro__note p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.cmg-pzu-section,
.cmg-pzu-contact,
.cmg-pzu-faq {
  padding-top: clamp(76px, 9vw, 112px);
}

.cmg-pzu-section__heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.cmg-pzu-section__heading > p:last-child {
  margin: 18px 0 0;
  color: var(--pzu-muted);
  font-size: 17px;
  line-height: 1.72;
}

.cmg-pzu-steps {
  counter-reset: pzu-step;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.cmg-pzu-step {
  counter-increment: pzu-step;
  position: relative;
  border: 1px solid rgba(67, 95, 117, 0.12);
  border-radius: 24px;
  padding: 30px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 13px 38px rgba(34, 47, 57, 0.07);
}

.cmg-pzu-step::before {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--pzu-blue);
  content: counter(pzu-step, decimal-leading-zero);
  font-size: 13px;
  font-weight: 900;
}

.cmg-pzu-step h3 {
  margin: 21px 0 0;
  color: var(--pzu-ink);
  font-size: clamp(22px, 2.4vw, 29px);
  line-height: 1.2;
}

.cmg-pzu-step p {
  margin: 12px 0 0;
  color: var(--pzu-muted);
  line-height: 1.7;
}

.cmg-pzu-step a,
.cmg-pzu-checklist a,
.cmg-pzu-source-note a {
  color: var(--pzu-blue);
  font-weight: 850;
}

.cmg-pzu-checklist {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 22px;
}

.cmg-pzu-checklist__box,
.cmg-pzu-checklist__aside {
  border-radius: 25px;
  padding: clamp(27px, 4vw, 40px);
}

.cmg-pzu-checklist__box {
  border: 1px solid rgba(67, 95, 117, 0.12);
  background: var(--pzu-paper);
}

.cmg-pzu-checklist h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
}

.cmg-pzu-checklist ul {
  margin: 24px 0 0;
  display: grid;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.cmg-pzu-checklist li {
  position: relative;
  padding-left: 32px;
  color: var(--pzu-muted);
  line-height: 1.62;
}

.cmg-pzu-checklist li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--pzu-blue);
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.cmg-pzu-checklist__aside {
  color: #fff;
  background: linear-gradient(145deg, var(--pzu-blue), #303b44);
}

.cmg-pzu-checklist__aside h3 {
  color: #fff;
}

.cmg-pzu-checklist__aside p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.72;
}

.cmg-pzu-contact {
  margin-top: clamp(76px, 9vw, 112px);
  border-radius: 30px;
  padding: clamp(31px, 5vw, 50px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(181, 31, 46, 0.19), transparent 30%),
    #303b44;
  box-shadow: 0 24px 70px rgba(34, 47, 57, 0.16);
}

.cmg-pzu-contact .cmg-pzu-eyebrow {
  color: #ffd9dd;
}

.cmg-pzu-contact h2 {
  color: #fff;
}

.cmg-pzu-contact__lead {
  max-width: 730px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.cmg-pzu-contact__grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cmg-pzu-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 21px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.cmg-pzu-contact-card__label {
  margin: 0;
  color: #ffd9dd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cmg-pzu-contact-card h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 24px;
}

.cmg-pzu-contact-card p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}

.cmg-pzu-contact-card__links {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.cmg-pzu-contact-card a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.cmg-pzu-contact-card a:hover,
.cmg-pzu-contact-card a:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.cmg-pzu-contact__official {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.cmg-pzu-contact__official a {
  color: #fff;
  font-weight: 850;
}

.cmg-pzu-faq__list {
  margin-top: 31px;
  display: grid;
  gap: 12px;
}

.cmg-pzu-faq details {
  border: 1px solid rgba(67, 95, 117, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: var(--pzu-paper);
}

.cmg-pzu-faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--pzu-ink);
  font-weight: 850;
}

.cmg-pzu-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--pzu-muted);
  line-height: 1.7;
}

.cmg-pzu-source-note {
  margin: 36px 0 0;
  border-top: 1px solid var(--pzu-line);
  padding-top: 24px;
  color: var(--pzu-muted);
  font-size: 13px;
  line-height: 1.65;
}

.cmg-pzu-final-cta {
  margin-top: clamp(68px, 9vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 25px;
  align-items: center;
  border: 1px solid rgba(67, 95, 117, 0.13);
  border-radius: 27px;
  padding: clamp(28px, 5vw, 46px);
  background: linear-gradient(145deg, var(--pzu-paper), var(--pzu-blue-soft));
}

.cmg-pzu-final-cta h2 {
  margin: 0;
  font-size: clamp(29px, 4vw, 43px);
}

.cmg-pzu-final-cta p {
  margin: 11px 0 0;
  color: var(--pzu-muted);
  line-height: 1.65;
}

.cmg-pzu-final-cta a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  color: #fff;
  background: var(--pzu-blue);
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 900px) {
  .cmg-pzu-callout,
  .cmg-pzu-hero__inner,
  .cmg-pzu-intro,
  .cmg-pzu-checklist,
  .cmg-pzu-final-cta {
    grid-template-columns: 1fr;
  }

  .cmg-pzu-callout__action,
  .cmg-pzu-final-cta a {
    justify-self: start;
  }

  .cmg-pzu-hero {
    padding-top: 148px;
  }

  .cmg-pzu-hero__summary {
    width: min(620px, 100%);
  }
}

@media (max-width: 650px) {
  .cmg-pzu-callout,
  .cmg-pzu-content {
    width: calc(100% - 24px);
  }

  .cmg-pzu-callout {
    border-radius: 22px;
    padding: 27px 22px 27px 26px;
  }

  .cmg-pzu-callout__action,
  .cmg-pzu-final-cta a,
  .cmg-pzu-hero__actions,
  .cmg-pzu-hero__actions > * {
    width: 100%;
  }

  .cmg-pzu-callout__action,
  .cmg-pzu-final-cta a {
    justify-self: stretch;
  }

  .cmg-pzu-hero {
    min-height: 720px;
    padding: 145px 14px 78px;
  }

  .cmg-pzu-hero h1 {
    font-size: clamp(45px, 14vw, 64px);
  }

  .cmg-pzu-steps,
  .cmg-pzu-contact__grid {
    grid-template-columns: 1fr;
  }

  .cmg-pzu-step,
  .cmg-pzu-intro__main,
  .cmg-pzu-intro__note,
  .cmg-pzu-contact,
  .cmg-pzu-final-cta {
    border-radius: 21px;
  }

  .cmg-pzu-contact-card__links {
    align-items: stretch;
    flex-direction: column;
  }

  .cmg-pzu-contact-card a {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cmg-pzu-button,
  .cmg-pzu-callout__action {
    transition: none;
  }
}
