/* =========================================
   Personart Page - Custom Styles
   Prefix: pp-
   ========================================= */

.pp-hero-section {
  position: relative !important;
  overflow: hidden !important;
}

.pp-container {

  margin: 0 auto !important;

}

.pp-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  align-items: stretch !important;
  background-image: url('https://urbanart.sharebnb.ma/wp-content/uploads/2026/05/personart1.png') !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;

}

@media (max-width: 767px) {
    .pp-hero-grid {
        background-image: none !important;
    }

    .pp-step-image-wrapper {
      display: block !important;
    }
    .pp-benefits-card{
      border-radius: 0 !important; 
      box-shadow: none !important; 
      padding: 0 !important;
    }
}

@media (min-width: 1024px) {
  .pp-hero-grid {
    grid-template-columns: 1fr 1fr !important;
    padding:50px;
  }
  .pp-container {
    padding: 7rem 1.5rem !important;
  }

}

.pp-hero-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
  border-radius: 0.5rem !important;
}

.pp-badge {
  display: inline-block !important;
  padding: 0.5rem 1rem !important;
  background: rgba(43, 180, 184, 0.1) !important;
  color: #2bb4b8 !important;
  border-radius: 9999px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  width: fit-content !important;
}

.pp-hero-section h1 {
  font-size: 3rem ;
  font-weight: bold !important;
  color: #111827 !important;
  line-height: 1.2 !important;
  letter-spacing: 0;

}

@media (min-width: 1024px) {
  .pp-hero-section h1 {
    font-size: 3.75rem !important;
  }
}

.pp-highlight {
  color: #f28163 !important;
}

.pp-hero-description {
  font-size: 1.25rem !important;
  color: #4b5563 !important;
  line-height: 1.75 !important;
}

.pp-cta-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

@media (min-width: 640px) {
  .pp-cta-buttons {
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
  }
}

.pp-btn {
  text-decoration: none !important;
  padding: 1rem 2rem !important;
  border: none !important;
  border-radius: 0.5rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
  font-size: 1rem !important;
}

.pp-btn-primary {
  background: #2bb4b8 !important;
  color: white !important;
}

.pp-btn-primary:hover {
  background: rgba(43, 180, 184, 0.9) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.pp-btn-secondary {
  background: #f28163 !important;
  color: white !important;
}

.pp-btn-secondary:hover {
  background: rgba(242, 129, 99, 0.9) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.pp-btn i {
  transition: transform 0.3s ease !important;
}

.pp-btn:hover i {
  transform: translateX(4px) !important;
}

.pp-hero-image-wrapper {
  position: relative !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.pp-blob {
  position: absolute !important;
  width: 18rem !important;
  height: 18rem !important;
  border-radius: 9999px !important;
  pointer-events: none !important;
}

.pp-blob-1 {
  top: -1rem !important;
  right: -1rem !important;
  background: rgba(242, 129, 99, 0.2) !important;
}

.pp-step-image-wrapper{
  display: flex;
}

.pp-blob-2 {
  bottom: -1rem !important;
  left: -1rem !important;
  background: rgba(43, 180, 184, 0.2) !important;
}

/* Features Section */
.pp-features-section {
  padding: 5rem 0 !important;
  background: #f9fafb !important;
}

.pp-section-header {
  text-align: center !important;
  margin-bottom: 4rem !important;
}

.pp-section-title {
  font-size: 2.25rem ;
  font-weight: bold !important;
  color: #111827 !important;
  margin-bottom: 1rem !important;
}

.pp-section-subtitle {
  font-size: 1.25rem !important;
  color: #4b5563 !important;
}

.pp-features-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  .pp-features-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  
}
@media (max-width: 767px) {
  .pp-section-title {
    font-size: 1.75rem;
  }
  .pp-hero-section h1 {
    font-size: 2rem !important;
  }
  .pp-step-title {
    font-size: 1.5rem !important ;
  }
  .pp-benefits-title{
    font-size: 1.7rem !important ;
  }

}

.pp-feature-card {
  background: white !important;
  padding: 2rem !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.3s ease !important;
}

.pp-feature-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.pp-feature-icon {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1rem !important;
  font-size: 1.5rem !important;
}

.pp-feature-icon-teal {
  background: rgba(43, 180, 184, 0.1) !important;
  color: #2bb4b8 !important;
}

.pp-feature-icon-coral {
  background: rgba(242, 129, 99, 0.1) !important;
  color: #f28163 !important;
}

.pp-feature-title {
  font-size: 1.25rem !important;
  font-weight: bold !important;
  color: #111827 !important;
  margin-bottom: 0.75rem !important;
}

.pp-feature-description {
  color: #4b5563 !important;
}

/* How It Works Section */
.pp-how-it-works-section {
  padding: 5rem 0 !important;
}

.pp-steps-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 5rem !important;
}

.pp-step {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  align-items: center !important;
}

@media (min-width: 1024px) {
  .pp-step {
    grid-template-columns: 1fr 1fr !important;
  }
}

.pp-step-number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 9999px !important;
  color: white !important;
  font-size: 1.25rem !important;
  font-weight: bold !important;
}

.pp-step-number-teal {
  background: #2bb4b8 !important;
}

.pp-step-number-coral {
  background: #f28163 !important;
}

.pp-step-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

.pp-step-title {
  font-size: 1.875rem;
  font-weight: bold !important;
  color: #111827 !important;
}

.pp-step-description {
  font-size: 1.125rem !important;
  color: #4b5563 !important;
  line-height: 1.75 !important;
}

.pp-step-image {
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pp-product-options {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1rem !important;
  padding-top: 1rem !important;
}

.pp-product-option {
  text-align: center !important;
}

.pp-product-option-icon {
  width: 100% !important;
  aspect-ratio: 1 !important;
  border-radius: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2rem !important;
}

.pp-product-option-icon-teal {
  background: linear-gradient(
    135deg,
    rgba(43, 180, 184, 0.2),
    rgba(43, 180, 184, 0.05)
  ) !important;
  color: #2bb4b8 !important;
}

.pp-product-option-icon-coral {
  background: linear-gradient(
    135deg,
    rgba(242, 129, 99, 0.2),
    rgba(242, 129, 99, 0.05)
  ) !important;
  color: #f28163 !important;
}

.pp-product-option-label {
  font-size: 0.875rem !important;
  color: #374151 !important;
  font-weight: 500 !important;
}

.pp-confirmation-box {
  background: linear-gradient(
    135deg,
    rgba(242, 129, 99, 0.1),
    rgba(43, 180, 184, 0.1)
  ) !important;
  border-radius: 0.75rem !important;
  padding: 3rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

.pp-confirmation-icon {
  font-size: 4rem !important;
  color: #f28163 !important;
}

.pp-confirmation-title {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #111827 !important;
  margin-bottom: 1rem !important;
}

.pp-confirmation-description {
  color: #374151 !important;
  line-height: 1.75 !important;
}

/* Benefits Section */
.pp-benefits-section {
  padding: 5rem 0 !important;
  background: linear-gradient(
    135deg,
    rgba(43, 180, 184, 0.05),
    rgba(242, 129, 99, 0.05)
  ) !important;
}

.pp-benefits-card {
  background: white ;
  border-radius: 1rem ;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  padding: 3rem ;
}

.pp-benefits-title {
  font-size: 1.875rem ;
  font-weight: bold !important;
  color: #111827 !important;
  margin-bottom: 4rem !important;
  text-align: center !important;
}

.pp-benefits-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
  .pp-benefits-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.pp-benefit-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}

.pp-benefit-check {
  flex-shrink: 0 !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
}

.pp-benefit-check-teal {
  background: #2bb4b8 !important;
}

.pp-benefit-check-coral {
  background: #f28163 !important;
}

.pp-benefit-content h3 {
  font-weight: bold !important;
  color: #111827 !important;
  margin-bottom: 0.5rem !important;
}

.pp-benefit-content p {
  color: #4b5563 !important;
}

.pp-benefits-description {
  text-align: center !important;
  color: #4b5563 !important;
  margin-bottom: 4rem !important;
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* FAQ Section */
.pp-faq-section {
  padding: 3rem 0 !important;
  background: #111827 !important;
  color: white !important;
  text-align: center !important;
}

.pp-btn-light {
  padding: 0.75rem 1.5rem !important;
  background: white !important;
  color: #111827 !important;
  border: none !important;
  border-radius: 0.5rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

.pp-btn-light:hover {
  background: #f3f4f6 !important;
}

.pp-faq-section p {
  font-size: 1.125rem !important;
  margin-bottom: 1rem !important;
}

/* Reverse layout for even steps */
@media (min-width: 1024px) {
  .pp-step:nth-child(even) .pp-step-content {
    order: 2 !important;
  }
  .pp-step:nth-child(even) .pp-step-image-wrapper {
    order: 1 !important;
  }
}
