.elementor-89 .elementor-element.elementor-element-77cc74d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-89 .elementor-element.elementor-element-4280aac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-89 .elementor-element.elementor-element-9a2dbe9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-89 .elementor-element.elementor-element-4d31f74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-89 .elementor-element.elementor-element-78611b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-89 .elementor-element.elementor-element-77cc74d{--content-width:1600px;}.elementor-89 .elementor-element.elementor-element-9a2dbe9{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-e7f493d */.packages-section {
  background-color: #0b0b0b;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Urbanist', sans-serif;
}

.packages-section h2 {
  font-size: 2.6rem;
  color: #ff9c00;
  margin-bottom: 60px;
  font-weight: 700;
}

.packages-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

.package-box {
  background: linear-gradient(145deg, #141414, #0b0b0b);
  border: 1px solid rgba(255, 156, 0, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 8px 24px rgba(255, 156, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.package-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(255, 156, 0, 0.12);
}

.package-box h3 {
  font-size: 1.6rem;
  color: #ff9c00;
  margin-bottom: 8px;
  font-weight: 700;
}

.package-desc {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 24px;
  opacity: 0.85;
}

.package-box ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-box ul li {
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #eee;
  line-height: 1.5;
}

.package-box ul li strong {
  color: #ff9c00;
  display: block;
  margin-top: 12px;
}

.client-info {
  margin-top: 24px;
  font-size: 0.95rem;
  color: #aaa;
  opacity: 0.8;
  font-style: italic;
}

/* Badge (np. Najczęściej wybierany) */
.package-box.highlight {
  border: 1px solid #ff9c00;
  box-shadow: 0 0 0 2px rgba(255, 156, 0, 0.2);
}

.package-box .badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: linear-gradient(135deg, #ff9900, #ff6a00);
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 156, 0, 0.3);
}

/* Responsywność */
@media (max-width: 768px) {
  .packages-grid {
    flex-direction: column;
    align-items: center;
  }

  .package-box {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33e42df *//* === Sekcja: Edytowalne Pakiety Usług === */
.custom-packages-section {
  padding: 80px 20px;
  text-align: center;
  font-family: 'Urbanist', sans-serif;
  background: transparent;
}

.custom-packages-section h2 {
  font-size: 2.4rem;
  color: #ff9c00;
  font-weight: 700;
  margin-bottom: 20px;
}

.custom-packages-section p {
  font-size: 1.2rem;
  color: #ccc;
  opacity: 0.88;
  font-weight: 500;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-348dc89 */.price-toggle-section {
  color: #fff;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Urbanist', sans-serif;
}
.section-title {
  font-size: 2.6rem;
  color: #ff9c00;
  margin-bottom: 60px;
  font-weight: 700;
  letter-spacing: .5px;
}

/* === TOGGLE === */
.packages-toggle-triple {
  display: flex;
  position: relative;
  gap: 0;
  justify-content: center;
  align-items: center;
  background: #181818;
  border-radius: 50px;
  padding: 10px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 54px auto;
  box-shadow: 0 2px 18px #0001;
  border: 1.5px solid #242424;
}
.packages-toggle-triple .packages-toggle-btn {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  padding: 12px 0;
  flex: 1 1 33%;
  font-size: 0.8rem;
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  z-index: 2;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: color 0.21s;
}
.packages-toggle-triple .packages-toggle-btn.active {
  color: #191919;
}
.packages-toggle-slider {
  position: absolute;
  top: 4.5px;
  left: 5px;
  width: calc((100% - 10px) / 3);
  height: calc(100% - 9px);
  background: linear-gradient(135deg, #ff9900 50%, #ff6a00 100%);
  border-radius: 50px;
  z-index: 1;
  transition: left 0.3s cubic-bezier(.6,.05,.21,1), width 0.24s;
  box-shadow: 0 5px 32px #ff990027;
}
@media (max-width: 620px) {
  .packages-toggle-triple {
    max-width: 99vw;
    padding: 2px;
  }
  .packages-toggle-triple .packages-toggle-btn {
    font-size: .95rem;
    padding: 9px 0;
  }
  .packages-toggle-slider {
    border-radius: 13px;
  }
}

/* === PAKIETY === */
.packages-group {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.package-card {
  background: linear-gradient(145deg, #141414, #0b0b0b);
  border: 1px solid rgba(255, 156, 0, 0.11);
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 8px 24px rgba(255, 156, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.package-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 38px rgba(255,156,0,0.13);
}
.package-card h3 {
  font-size: 1.6rem;
  color: #ff9c00;
  margin-bottom: 14px;
  font-weight: 700;
}
.package-card ul {
  text-align: left;
  margin: 0;
  padding: 0 0 0 14px;
  list-style: none;
}
.package-card ul li {
  font-size: 0.98rem;
  margin-bottom: 8px;
  color: #eee;
  line-height: 1.55;
}
.package-card ul li strong {
  color: #ff9c00;
  display: block;
  margin-top: 12px;
}
.client-info {
  margin-top: 24px;
  font-size: 0.95rem;
  color: #aaa;
  opacity: 0.8;
  font-style: italic;
}
.package-card.popular {
  border: 1.5px solid #ff9c00;
  box-shadow: 0 0 0 2px rgba(255,156,0,0.20);
}
.package-card .badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: linear-gradient(135deg, #ff9900, #ff6a00);
  color: #000;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255,156,0,0.25);
  letter-spacing: .5px;
}

@media (max-width: 620px) {
  /* POWIĘKSZENIE PRZYCISKÓW TOGGLE */
  .packages-toggle-triple .packages-toggle-btn {
    font-size: 9px;
    padding: 14px 0;
  }

  /* ZWIĘKSZONA WYSOKOŚĆ SLIDERA */
  .packages-toggle-slider {
    top: 3px;
    height: calc(100% - 6px);
    border-radius: 40px;
  }

  /* WYŚRODKOWANIE KART */
  .package-card,
  .package-card.popular {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 94vw;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23d2733 *//* === Sekcja CTA === */
.cta-section {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Urbanist', sans-serif;
}

.cta-section h2 {
  font-size: 2.4rem;
  color: #ff9c00;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 1.2rem;
  color: #ccc;
  opacity: 0.85;
  margin-bottom: 40px;
  font-weight: 500;
}

/* CTA Button */
.cta-section .cta-btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  background: linear-gradient(135deg, #ff9900, #ff6a00);
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(255, 156, 0, 0.3);
  transition: all 0.3s ease;
}

.cta-section .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(255, 156, 0, 0.5);
  color: #000;
}
.cta-btn-animated {
  position: relative;
  width: 240px;
  height: 54px;
  background: linear-gradient(135deg, #ff9900, #ff6a00);
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(255, 156, 0, 0.3);
  transition: all 0.3s ease;
}

.cta-btn-animated span {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  transition: top 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cta-btn-animated .btn-text-one {
  top: 50%;
  transform: translateY(-50%);
}

.cta-btn-animated .btn-text-two {
  top: 150%;
  transform: translateY(-50%);
}

.cta-btn-animated:hover .btn-text-one {
  top: -100%;
}

.cta-btn-animated:hover .btn-text-two {
  top: 50%;
}

.cta-btn-animated:hover {
  box-shadow: 0 12px 24px rgba(255, 156, 0, 0.45);
  color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c78d56 */.faq-section {
  padding: 100px 20px;
  color: #fff;
  font-family: 'Urbanist', sans-serif;
  max-width: 900px;
  margin: 0 auto;
}

.faq-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff9c00;
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 156, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(255, 156, 0, 0.04);
  background: linear-gradient(145deg, #121212, #0b0b0b);
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: transparent;
  border: none;
  color: #ff9c00;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  word-break: break-word;
  line-height: 1.5;
}

.faq-question:hover {
  background-color: rgba(255, 156, 0, 0.05);
}

.faq-question:focus,
.faq-question:active {
  outline: none !important;
  background: transparent !important;
  color: #ff9c00 !important;
  box-shadow: none !important;
}

.faq-answer {
  padding: 0 20px 18px;
  color: #ddd;
  font-size: 1rem;
  line-height: 1.6;
  display: none;
  word-break: break-word;
}

/* Show expanded */
.faq-item.active .faq-answer {
  display: block;
}

/* === RESPONSYWNOŚĆ === */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 16px;
  }

  .faq-section h2 {
    font-size: 2rem;
    margin-bottom: 28px;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 16px 16px;
  }

  .faq-answer {
    font-size: 0.95rem;
    padding: 0 16px 16px;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 50px 12px;
  }

  .faq-section h2 {
    font-size: 1.8rem;
  }

  .faq-question,
  .faq-answer {
    font-size: 0.9rem;
    padding-left: 14px;
    padding-right: 14px;
  }
}/* End custom CSS */