@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;250;300;400;500;600;700&display=swap');

/* =========================
   GLOBAL RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', Arial, sans-serif;
  color: #303240;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   CONTAINER
========================= */
.dpr-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

/* =========================
   HERO SECTION
========================= */
.dpr-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 60px;
}

.dpr-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://hub.whitepress.com/hubfs/digital-pr-bg-new.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.dpr-hero-ornaments {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.dpr-hero-ornament {
  position: absolute;
}

.dpr-hero-ornament-left {
  width: 494px;
  left: 0;
  top: 157px;
}

.dpr-hero-ornament-right {
  width: 232px;
  right: 116px;
  top: 123px;
}

.dpr-hero-header {
  position: relative;
  z-index: 2;
  display: flex;
  padding-bottom: 35px;
  justify-content: flex-start;
}

.dpr-hero-logo {
  padding-left: 50px;
}

.dpr-hero-logo img {
  width: 199px;
}

.dpr-hero-main {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.dpr-hero-content {
  width: 100%;
  max-width: 918px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  text-align: center;
}

.dpr-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.50);
  box-shadow: 0px 0px 4px #D6E0F1;
  border-radius: 63px;
  outline: 1px rgba(71, 115, 225, 0.80) solid;
  outline-offset: -1px;
}

.dpr-hero-badge-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #303240;
  font-style: italic;
}

.dpr-hero-badge-bold {
  font-weight: 700;
}

.dpr-hero-badge-icon {
  width: 36px;
  height: 27px;
}

.dpr-hero-title-wrap {
  width: 100%;
  max-width: 726px;
}

.dpr-hero-title {
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  color: #000000;
}

.dpr-hero-title-bold {
  font-weight: 700;
}

.dpr-hero-title-italic {
  font-style: italic;
}

.dpr-hero-title-highlight {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.dpr-hero-title-icon {
  width: 87px;
  height: 87px;
  flex-shrink: 0;
}

.dpr-hero-title-highlight::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-70%);
  bottom: -6px;
  width: 253px;
  height: 16px;
  background-image: url("https://hub.whitepress.com/hubfs/line-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.dpr-hero-benefits {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  padding: 10px 15px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.20) 20%,
    rgba(255, 255, 255, 0.50) 51%,
    rgba(255, 255, 255, 0) 100%
  );
}

.dpr-hero-benefit {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #303240;
}

.dpr-hero-dot {
  width: 5px;
  height: 5px;
  background: #303240;
  border-radius: 50%;
}

.dpr-hero-desc {
  margin: 0;
  max-width: 701px;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  color: #303240;
}

.dpr-hero-actions {
  display: flex;
  justify-content: center;
}

.dpr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
  white-space: nowrap;
  font-family: 'Poppins', Arial, sans-serif;
}

.dpr-btn:hover {
  transform: translateY(-2px);
}

.dpr-btn-primary {
  background: #F6AE17;
  color: #FFFFFF;
  border: 0;
}

.dpr-btn-secondary {
  background: #FFFFFF;
  color: #303240;
  border: 0;
}

/* =========================
   SOCIAL PROOF
========================= */
.dpr-hero-social {
  width: 100%;
  max-width: 876px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.dpr-hero-social-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,1) 50%,
    rgba(255,255,255,0) 100%
  );
}

.dpr-hero-social-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: nowrap;
}

.dpr-hero-social-avatars {
  width: 148px;
  flex-shrink: 0;
}

.dpr-hero-social-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
}

.dpr-hero-social-bold {
  font-weight: 700;
}

.dpr-hero-trustpilot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
}

.dpr-hero-trustpilot img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

/* =========================================================
   CTA BAR
========================================================= */
.dpr-cta-bar {
  width: 100%;
  background-color: #3C41B1;
  background-image: url("https://hub.whitepress.com/hubfs/right-image-jez-section.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  overflow: hidden;
  height: auto;
}

.dpr-cta-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.dpr-cta-jeremy-wrapper {
  align-self: flex-end;
  line-height: 0;
  font-size: 0;
  flex-shrink: 0;
  padding-right: 20px;
}

.dpr-cta-jeremy {
  height: auto;
  object-fit: contain;
  display: block;
}

.dpr-cta-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  padding: 0;
  max-width: none;
}

.dpr-cta-copy {
  text-align: left;
}

.dpr-cta-text {
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.dpr-cta-text strong {
  font-weight: 700;
}

.dpr-cta-text em {
  font-style: italic;
}

/* =========================================================
   THIRD SECTION
========================================================= */
.dpr-third-section {
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 47px;
  padding-bottom: 14px;
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
}

.dpr-third-section .dpr-third-background-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.dpr-third-section .dpr-third-background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.dpr-third-section .dpr-third-section-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

.dpr-third-section .dpr-third-section-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #2C2F3E;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  word-wrap: break-word;
}

.dpr-third-section .dpr-third-section-description {
  width: 100%;
  max-width: 841px;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  word-wrap: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.dpr-third-section .dpr-third-section-tiles {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.dpr-third-section .dpr-third-section-tiles .tile {
  width: calc(25% - 20px);
  padding: 15px;
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.dpr-third-section .dpr-third-section-tiles img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.dpr-third-section .dpr-third-section-tiles .tile-title {
  align-self: stretch;
  text-align: center;
  color: #39414E;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  word-wrap: break-word;
}

.dpr-third-section .dpr-third-section-tiles .tile-description {
  align-self: stretch;
  text-align: center;
  color: #39414E;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  word-wrap: break-word;
}

.dpr-third-section .background-image {
  width: 283px;
  height: 425px;
  left: 2px;
  top: 93px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

/* =========================================================
   DPR FEATURED IN SECTION
========================================================= */
.dpr-featured-in-section {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 10px 20px 0;
  background: transparent;
  overflow: visible;
  font-family: 'Poppins', Arial, sans-serif;
}

.dpr-featured-in-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.dpr-featured-in-header {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
}

.dpr-featured-in-header h2 {
  margin: 0;
  padding: 0;
  color: #2C2F3E;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.dpr-featured-in-logos {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dpr-featured-in-logo {
  width: 120px;
  min-width: 0;
  max-width: 120px;
  height: 76px;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: visible;
  font-size: 19px;
}

.dpr-featured-in-logo img {
  display: block;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

/* =========================
   POPUP
========================= */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(10, 9, 10, 0.85);
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
  padding: 40px 20px;
}

.popup-overlay.active {
  display: flex;
}

.popup-box {
  background-color: #ffffff;
  color: #000000;
  max-width: 600px;
  width: 100%;
  max-height: calc(90vh - 60px);
  overflow-y: auto;
  padding: 40px 24px;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  font-family: 'Poppins', Arial, sans-serif;
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
}

.popup-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin: 0 0 24px 0;
}

button.dpr-btn.dpr-btn-secondary[data-meeting-trigger],
button.dpr-btn.dpr-btn-secondary[data-meeting-trigger]:hover,
button.dpr-btn.dpr-btn-secondary[data-meeting-trigger]:focus,
button.dpr-btn.dpr-btn-secondary[data-meeting-trigger]:active {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  background: #FFFFFF;
  color: #303240;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Poppins', Arial, sans-serif;
}

button.dpr-btn.dpr-btn-secondary[data-meeting-trigger]:hover {
  transform: translateY(-2px);
}

/* STOP dzieleniu wyrazów na sylaby i łamaniu w środku */
.dpr-third-section .dpr-third-section-description,
.dpr-cta-text,
.dpr-hero-desc,
.dpr-hero-title,
.dpr-hero-badge-text,
.dpr-hero-social-text,
.dpr-hero-benefit {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

/* =========================================================
   MEDIA QUERIES
========================================================= */
@media (max-width: 992px) {
  .dpr-hero-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
  }

  .dpr-hero-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }

  .dpr-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .dpr-hero-badge-text,
  .dpr-hero-benefit,
  .dpr-hero-social-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .dpr-hero-ornament-right {
    display: none;
  }

  .dpr-hero-ornament-left {
    left: 0;
    bottom: 0;
    top: auto;
  }

  .dpr-hero-header {
    justify-content: center;
  }

  .dpr-hero-logo {
    padding-left: 0;
  }

  .dpr-hero-title-icon {
    width: 50px;
    height: 50px;
  }

  .dpr-hero-social-row {
    flex-wrap: wrap;
  }

  .dpr-hero-trustpilot {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .dpr-hero-trustpilot img {
    margin: 0 auto;
    width: 300px;
    height: auto;
    max-width: 100%;
  }

  .dpr-cta-bar {
    background-image: none;
  }

  .dpr-cta-flex {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .dpr-cta-content {
    order: 1;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 25px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .dpr-cta-copy {
    text-align: center;
  }

  .dpr-cta-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .dpr-cta-jeremy-wrapper {
    order: 2;
    align-self: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 0;
  }

  .dpr-cta-jeremy {
    height: 200px;
    margin-bottom: 0;
  }

  .dpr-third-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 14px;
  }

  .dpr-third-section .dpr-third-background-img img {
    display: none;
  }

  .dpr-third-section .background-image {
    display: none;
  }

  .dpr-third-section .dpr-third-section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }

  .dpr-third-section .dpr-third-section-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }

  .dpr-third-section .dpr-third-section-tiles .tile {
    width: calc(50% - 20px);
  }

  .dpr-third-section .dpr-third-section-tiles .tile-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .dpr-third-section .dpr-third-section-tiles .tile-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  button.dpr-btn.dpr-btn-secondary[data-meeting-trigger],
  button.dpr-btn.dpr-btn-secondary[data-meeting-trigger]:hover,
  button.dpr-btn.dpr-btn-secondary[data-meeting-trigger]:focus,
  button.dpr-btn.dpr-btn-secondary[data-meeting-trigger]:active {
    font-size: 16px;
    line-height: 22px;
  }

  .dpr-featured-in-section {
    padding: 12px 20px 0;
  }

  .dpr-featured-in-header {
    margin-bottom: 18px;
  }

  .dpr-featured-in-header h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }

  .dpr-featured-in-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }

  .dpr-featured-in-logo {
    width: 155px;
    min-width: 155px;
    max-width: 155px;
    height: 76px;
    flex: 0 0 155px;

  }

  .dpr-featured-in-logo img {
    width: auto;
    max-width: 155px;
    height: auto;
    max-height: 72px;
  }
}

@media (max-width: 576px) {
  .dpr-hero {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .dpr-hero-content {
    gap: 18px;
  }

  .dpr-hero-header {
    padding-bottom: 18px;
  }

  .dpr-hero-ornament-left {
    display: none;
  }

  .dpr-hero-social-row {
    flex-direction: column;
    gap: 12px;
  }

  .dpr-hero-social {
    display: flex;
  }

  .dpr-hero-trustpilot {
    width: 100%;
    justify-content: center;
  }

  .dpr-hero-trustpilot img {
    width: 220px;
    height: auto;
    max-width: 100%;
  }

  .dpr-cta-bar {
    margin-top: 0;
  }

  .dpr-cta-content {
    padding-top: 22px;
    padding-bottom: 18px;
    gap: 16px;
  }

  .dpr-cta-jeremy {
    height: 150px;
  }

  .dpr-third-section .dpr-third-section-tiles .tile {
    width: 100%;
  }

  .dpr-third-section .dpr-third-section-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .popup-box {
    padding: 30px 16px;
  }

  .popup-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  /* =========================================================
   DPR FEATURED IN FIX - WIDER LOGO ROW + MORE BREATHING ROOM
   Wklej na sam dół CSS-a
========================================================= */

.dpr-featured-in-section {
  padding-top: 22px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.dpr-featured-in-container {
  max-width: 1380px;
}

.dpr-featured-in-header {
  margin-bottom: 28px;
}

.dpr-featured-in-logos {
  justify-content: center;
  gap: 20px;
}

.dpr-featured-in-logo {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  height: 82px;
  flex: 0 0 130px;
  overflow: visible;
}

.dpr-featured-in-logo img {
  width: auto;
  max-width: 185px;
  height: auto;
  max-height: 78px;
  object-fit: contain;
}

/* Szersze miejsce dla dłuższych logotypów */
.dpr-featured-in-logo:nth-child(3),
.dpr-featured-in-logo:nth-child(5),
.dpr-featured-in-logo:nth-child(8),
.dpr-featured-in-logo:nth-child(9) {
  width: 155px;
  min-width: 155px;
  max-width: 155px;
  flex-basis: 155px;
}

.dpr-featured-in-logo:nth-child(3) img,
.dpr-featured-in-logo:nth-child(5) img,
.dpr-featured-in-logo:nth-child(8) img,
.dpr-featured-in-logo:nth-child(9) img {
  max-width: 205px;
}

/* TABLET + MOBILE */
@media (max-width: 992px) {
  .dpr-featured-in-section {
    padding-top: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dpr-featured-in-container {
    max-width: 1200px;
  }

  .dpr-featured-in-header {
    margin-bottom: 24px;
  }

  .dpr-featured-in-logos {
    justify-content: center;
    gap: 22px;
  }

  .dpr-featured-in-logo {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 80px;
    flex: 0 0 150px;
  }

  .dpr-featured-in-logo img {
    width: auto;
    max-width: 175px;
    height: auto;
    max-height: 74px;
  }

  .dpr-featured-in-logo:nth-child(3),
  .dpr-featured-in-logo:nth-child(5),
  .dpr-featured-in-logo:nth-child(8),
  .dpr-featured-in-logo:nth-child(9) {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    flex-basis: 170px;
  }

  .dpr-featured-in-logo:nth-child(3) img,
  .dpr-featured-in-logo:nth-child(5) img,
  .dpr-featured-in-logo:nth-child(8) img,
  .dpr-featured-in-logo:nth-child(9) img {
    max-width: 190px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .dpr-featured-in-section {
    padding-top: 18px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dpr-featured-in-header {
    margin-bottom: 22px;
  }

  .dpr-featured-in-logos {
    justify-content: center;
    gap: 18px;
  }

  .dpr-featured-in-logo,
  .dpr-featured-in-logo:nth-child(3),
  .dpr-featured-in-logo:nth-child(5),
  .dpr-featured-in-logo:nth-child(8),
  .dpr-featured-in-logo:nth-child(9) {
    width: calc(50% - 9px);
    min-width: 0;
    max-width: none;
    height: 76px;
    flex: 0 0 calc(50% - 9px);
  }

  .dpr-featured-in-logo img,
  .dpr-featured-in-logo:nth-child(3) img,
  .dpr-featured-in-logo:nth-child(5) img,
  .dpr-featured-in-logo:nth-child(8) img,
  .dpr-featured-in-logo:nth-child(9) img {
    width: auto;
    max-width: 170px;
    height: auto;
    max-height: 72px;
  }
}