.elementor-2425 .elementor-element.elementor-element-f1a8d33{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ea9d66a *//* =====================================================
   Piana Dachy — Landing Page Google Ads
   URL: pianadachy.com/darmowa-wycena/
   Klasy osobne: pdlp-
===================================================== */

.pdlp-wrap {
  --pdlp-bg: #f6f5f2;
  --pdlp-bg2: #ece9e2;
  --pdlp-surface: #ffffff;
  --pdlp-surface2: #faf8f3;
  --pdlp-text: #3f3f3f;
  --pdlp-strong: #242424;
  --pdlp-muted: #6f6b63;
  --pdlp-line: #e2ddd3;
  --pdlp-accent: #c6a15b;
  --pdlp-accent2: #e0bf78;
  --pdlp-dark: #242424;
  --pdlp-dark2: #464646;
  --pdlp-shadow: 0 18px 60px rgba(38, 35, 30, 0.12);
  --pdlp-shadow-soft: 0 10px 30px rgba(38, 35, 30, 0.08);
  --pdlp-radius-xl: 30px;
  --pdlp-radius-lg: 22px;
  --pdlp-container: 1220px;

  width: 100%;
  overflow: hidden;
  color: var(--pdlp-text);
  background:
    radial-gradient(circle at top right, rgba(198, 161, 91, 0.12), transparent 24%),
    linear-gradient(180deg, #faf9f6 0%, #f3f1eb 100%);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.pdlp-wrap * {
  box-sizing: border-box;
}

.pdlp-wrap a {
  color: inherit;
  text-decoration: none;
}

.pdlp-container {
  width: min(var(--pdlp-container), calc(100% - 32px));
  margin: 0 auto;
}

.pdlp-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(36, 36, 36, 0.08);
}

.pdlp-topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pdlp-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pdlp-brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--pdlp-accent), var(--pdlp-accent2));
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: -0.06em;
  box-shadow: 0 10px 24px rgba(198, 161, 91, 0.26);
}

.pdlp-brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: var(--pdlp-strong);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.pdlp-brand small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--pdlp-muted);
  font-weight: 600;
}

.pdlp-top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pdlp-phone {
  font-size: 15px;
  font-weight: 900;
  color: var(--pdlp-strong);
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(198, 161, 91, 0.24);
  box-shadow: var(--pdlp-shadow-soft);
}

.pdlp-btn {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.pdlp-btn:hover {
  transform: translateY(-2px);
}

.pdlp-btn-small {
  min-height: 46px;
  padding: 0 20px;
  background: linear-gradient(135deg, var(--pdlp-accent), var(--pdlp-accent2));
  color: #1f1f1f;
  box-shadow: 0 12px 26px rgba(198, 161, 91, 0.28);
}

.pdlp-btn-primary {
  background: linear-gradient(135deg, var(--pdlp-accent), var(--pdlp-accent2));
  color: #1f1f1f;
  box-shadow: 0 18px 34px rgba(198, 161, 91, 0.30);
}

.pdlp-btn-secondary {
  background: rgba(255, 255, 255, 0.96);
  color: var(--pdlp-dark);
  border-color: rgba(198, 161, 91, 0.22);
  box-shadow: 0 12px 30px rgba(38, 35, 30, 0.12);
}

.pdlp-hero {
  position: relative;
  padding: 96px 0 82px;
  background: linear-gradient(180deg, #f1eee7 0%, #faf9f6 100%);
}

.pdlp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 22, 22, 0.94) 0%, rgba(48, 48, 48, 0.82) 46%, rgba(198, 161, 91, 0.30) 100%),
    url('https://pianadachy.com/wp-content/uploads/2026/04/Piana-Dachy-Hero-3.webp') center/cover;
  z-index: 0;
}

.pdlp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 1;
}

.pdlp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 46px;
  align-items: center;
}

.pdlp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--pdlp-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pdlp-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pdlp-accent), rgba(198, 161, 91, 0.25));
}

.pdlp-hero .pdlp-eyebrow {
  color: var(--pdlp-accent2);
}

.pdlp-hero .pdlp-eyebrow::before {
  background: linear-gradient(90deg, var(--pdlp-accent2), rgba(224, 191, 120, 0.25));
}

.pdlp-hero h1,
.pdlp-section h2,
.pdlp-services h2,
.pdlp-area h2,
.pdlp-final h2 {
  margin: 0;
  color: var(--pdlp-strong);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.pdlp-hero h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(42px, 5.1vw, 68px);
}

.pdlp-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
}

.pdlp-points {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.pdlp-points div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(224, 191, 120, 0.22);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  backdrop-filter: blur(6px);
}

.pdlp-points span {
  color: var(--pdlp-accent2);
  font-weight: 900;
}

.pdlp-hero-buttons,
.pdlp-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pdlp-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pdlp-trust-row div {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 190px;
}

.pdlp-trust-row strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
}

.pdlp-trust-row span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  margin-top: 3px;
}

.pdlp-form-card {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: var(--pdlp-radius-xl);
  box-shadow: 0 26px 60px rgba(38, 35, 30, 0.18);
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.pdlp-form-card::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 161, 91, 0.22), transparent 68%);
  pointer-events: none;
}

.pdlp-form-head {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.pdlp-form-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(198, 161, 91, 0.12);
  border: 1px solid rgba(198, 161, 91, 0.22);
  color: #a67b2f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.pdlp-form-head h2 {
  margin: 0 0 8px;
  color: var(--pdlp-strong);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.pdlp-form-head p {
  margin: 0;
  color: var(--pdlp-muted);
  font-size: 15px;
  line-height: 1.55;
}

.pdlp-form-embed {
  position: relative;
  z-index: 2;
}

/* Delikatne stylowanie formularza Elementora tylko wewnątrz landing page */
.pdlp-form-embed input,
.pdlp-form-embed select,
.pdlp-form-embed textarea {
  border-radius: 14px !important;
}

.pdlp-form-embed button,
.pdlp-form-embed .elementor-button {
  border-radius: 999px !important;
  min-height: 50px;
  font-weight: 900 !important;
}

.pdlp-section {
  padding: 82px 0;
  background: #ffffff;
}

.pdlp-light {
  background: linear-gradient(180deg, #faf9f6 0%, #f1eee7 100%);
}

.pdlp-section-title {
  max-width: 780px;
  margin-bottom: 30px;
}

.pdlp-section h2,
.pdlp-services h2,
.pdlp-area h2,
.pdlp-final h2 {
  font-size: clamp(32px, 4.4vw, 54px);
}

.pdlp-section-title p,
.pdlp-split p,
.pdlp-final p {
  margin: 16px 0 0;
  color: var(--pdlp-muted);
  font-size: 17px;
  line-height: 1.7;
}

.pdlp-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdlp-card,
.pdlp-step {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
  border: 1px solid rgba(36, 36, 36, 0.08);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--pdlp-shadow-soft);
}

.pdlp-card {
  min-height: 230px;
}

.pdlp-card span {
  display: block;
  margin-bottom: 18px;
  color: rgba(198, 161, 91, 0.34);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.pdlp-card h3,
.pdlp-step h3 {
  margin: 0 0 10px;
  color: var(--pdlp-strong);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.pdlp-card p,
.pdlp-step p {
  margin: 0;
  color: var(--pdlp-muted);
  font-size: 15px;
  line-height: 1.65;
}

.pdlp-services {
  padding: 74px 0;
  background: linear-gradient(180deg, #faf9f6 0%, #f1eee7 100%);
}

.pdlp-services-box {
  padding: 36px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(28, 28, 28, 0.97), rgba(70, 70, 70, 0.92));
  box-shadow: 0 24px 54px rgba(30, 28, 24, 0.20);
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.pdlp-services-box .pdlp-eyebrow,
.pdlp-area-box .pdlp-eyebrow,
.pdlp-final .pdlp-eyebrow {
  color: var(--pdlp-accent2);
}

.pdlp-services-box .pdlp-eyebrow::before,
.pdlp-area-box .pdlp-eyebrow::before,
.pdlp-final .pdlp-eyebrow::before {
  background: linear-gradient(90deg, var(--pdlp-accent2), rgba(224, 191, 120, 0.25));
}

.pdlp-services-box h2,
.pdlp-area-box h2,
.pdlp-final h2 {
  color: #ffffff;
}

.pdlp-service-tags,
.pdlp-city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pdlp-service-tags span,
.pdlp-city-tags span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(224, 191, 120, 0.20);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.pdlp-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.pdlp-check-list {
  display: grid;
  gap: 14px;
}

.pdlp-check-list div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(36, 36, 36, 0.08);
  box-shadow: var(--pdlp-shadow-soft);
  color: var(--pdlp-strong);
  font-size: 16px;
  font-weight: 800;
}

.pdlp-check-list span {
  color: #3f8f64;
  font-weight: 900;
}

.pdlp-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdlp-step {
  min-height: 230px;
}

.pdlp-step strong {
  display: block;
  margin-bottom: 18px;
  color: rgba(198, 161, 91, 0.34);
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.pdlp-area {
  padding: 74px 0;
  background: linear-gradient(180deg, #faf9f6 0%, #f1eee7 100%);
}

.pdlp-area-box {
  padding: 36px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(28, 28, 28, 0.97), rgba(70, 70, 70, 0.92));
  box-shadow: 0 24px 54px rgba(30, 28, 24, 0.20);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: center;
}

.pdlp-final {
  position: relative;
  padding: 84px 0;
  background:
    linear-gradient(135deg, rgba(24, 24, 24, 0.94), rgba(64, 64, 64, 0.88)),
    url('https://pianadachy.com/wp-content/uploads/2026/04/Piana-Dachy-Hero-3.webp') center/cover;
}

.pdlp-final-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.pdlp-final p {
  color: rgba(255, 255, 255, 0.86);
}

.pdlp-contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.pdlp-contact-lines a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.pdlp-form-card-bottom {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.pdlp-footer {
  padding: 22px 0;
  background: #ffffff;
  border-top: 1px solid rgba(36, 36, 36, 0.08);
}

.pdlp-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--pdlp-muted);
  font-size: 14px;
  font-weight: 700;
}

.pdlp-footer a {
  color: var(--pdlp-strong);
  font-weight: 900;
}

.pdlp-mobile-sticky {
  display: none;
}

/* Tablet */
@media (max-width: 1120px) {
  .pdlp-hero-grid,
  .pdlp-services-box,
  .pdlp-split,
  .pdlp-area-box,
  .pdlp-final-grid {
    grid-template-columns: 1fr;
  }

  .pdlp-problem-grid,
  .pdlp-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pdlp-container {
    width: min(100% - 24px, var(--pdlp-container));
  }

  .pdlp-topbar-inner {
    min-height: 68px;
  }

  .pdlp-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 14px;
  }

  .pdlp-brand small {
    display: none;
  }

  .pdlp-phone {
    display: none;
  }

  .pdlp-btn-small {
    min-height: 42px;
    padding: 0 15px;
    font-size: 13px;
  }

  .pdlp-hero {
    padding: 62px 0 64px;
  }

  .pdlp-hero h1 {
    font-size: 40px;
  }

  .pdlp-lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .pdlp-points,
  .pdlp-problem-grid,
  .pdlp-process-grid {
    grid-template-columns: 1fr;
  }

  .pdlp-points div {
    font-size: 14px;
  }

  .pdlp-hero-buttons,
  .pdlp-cta-inline {
    flex-direction: column;
    align-items: stretch;
  }

  .pdlp-btn {
    width: 100%;
  }

  .pdlp-trust-row {
    display: none;
  }

  .pdlp-form-card,
  .pdlp-services-box,
  .pdlp-area-box {
    padding: 22px;
    border-radius: 24px;
  }

  .pdlp-section,
  .pdlp-final {
    padding: 64px 0;
  }

  .pdlp-services,
  .pdlp-area {
    padding: 58px 0;
  }

  .pdlp-section h2,
  .pdlp-services h2,
  .pdlp-area h2,
  .pdlp-final h2 {
    font-size: 34px;
  }

  .pdlp-card,
  .pdlp-step {
    min-height: auto;
    padding: 22px;
  }

  .pdlp-footer {
    padding-bottom: 86px;
  }

  .pdlp-footer-inner {
    flex-direction: column;
    text-align: center;
  }

/* ===== Sticky CTA after scroll ===== */

.pdlp-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 999;
  transform: translate(-50%, 120px);
  opacity: 0;
  pointer-events: none;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(36, 36, 36, 0.10);
  box-shadow: 0 18px 50px rgba(38, 35, 30, 0.24);
  backdrop-filter: blur(12px);
  transition: transform .28s ease, opacity .28s ease;
}

.pdlp-sticky-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.pdlp-sticky-cta a {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.pdlp-sticky-main {
  background: linear-gradient(135deg, #c6a15b, #e0bf78);
  color: #1f1f1f;
}

.pdlp-sticky-phone {
  background: #f5f2ea;
  color: #242424;
  border: 1px solid rgba(198, 161, 91, 0.18);
}

@media (max-width: 767px) {
  .pdlp-sticky-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: translateY(120px);
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    width: auto;
  }

  .pdlp-sticky-cta.is-visible {
    transform: translateY(0);
  }

  .pdlp-sticky-cta a {
    min-height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }

  .pdlp-footer {
    padding-bottom: 90px;
  }
}

  .pdlp-mobile-sticky a {
    min-height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
  }

  .pdlp-mobile-sticky a:first-child {
    background: #f5f2ea;
    color: var(--pdlp-strong);
  }

  .pdlp-mobile-sticky a:last-child {
    background: linear-gradient(135deg, var(--pdlp-accent), var(--pdlp-accent2));
    color: #1f1f1f;
  }
}

/* Anty-scroll poziomy na mobile */
html,
body {
  overflow-x: hidden;
}

/* Formularz bez dodatkowej karty z landing page */
.pdlp-form-slot {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* Gdyby gdzieś została stara klasa, zerujemy jej wygląd */
.pdlp-form-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.pdlp-form-card::before {
  display: none !important;
}

/* Naprawa nachodzenia formularza na przyciski w hero */
@media (max-width: 767px) {
  .pdlp-hero-grid {
    gap: 34px !important;
  }

  .pdlp-hero-copy {
    position: relative;
    z-index: 4;
    padding-bottom: 28px;
  }

  .pdlp-hero-buttons {
    margin-bottom: 26px;
  }

  .pdlp-form-slot {
    position: relative;
    z-index: 2;
    margin-top: 18px;
  }
}

/* Logo w topbarze landing page */
.pdlp-brand-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f3f0e9);
  border: 1px solid rgba(198, 161, 91, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  box-shadow: 0 10px 24px rgba(38, 35, 30, 0.10);
  flex-shrink: 0;
  overflow: hidden;
}

.pdlp-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .pdlp-brand-logo {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    padding: 6px;
  }
}/* End custom CSS */