.elementor-15481 .elementor-element.elementor-element-bbef575{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-634aa81 */.wh-web-hero {
  width: 100%;
  max-width: 1500px;

  margin: 0 auto;
  padding: 90px 70px;

  border-radius: 32px;

  background: linear-gradient(
    135deg,
    #f7fbff 0%,
    #eef5ff 100%
  );

  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;

  align-items: center;
}

.wh-web-hero-content {
  width: 100%;
}

.wh-kicker {
  display: inline-block;
  margin-bottom: 20px;

  color: #f58220;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.wh-web-hero h1 {
  margin-bottom: 28px;

  font-size: clamp(52px, 5vw, 78px);
  line-height: 1.05;
  letter-spacing: -2px;
  font-weight: 900;

  color: #16355c;
}

.wh-web-hero p {
  margin-bottom: 22px;

  font-size: 20px;
  line-height: 1.7;

  color: #4b5563;
}

.wh-hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;

  margin-top: 34px;
}

.wh-payment-note {
  max-width: 620px;
  margin-top: 30px;
}

.wh-web-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wh-web-hero-image img {
  width: 100%;
  max-width: 720px;

  height: auto;

  border-radius: 24px;

  filter: drop-shadow(0 25px 60px rgba(15, 23, 42, 0.18));

  transition: transform .35s ease;
}

.wh-web-hero-image img:hover {
  transform: translateY(-6px);
}

@media (max-width: 1024px) {

  .wh-web-hero {
    grid-template-columns: 1fr;
    padding: 70px 28px;
    text-align: center;
  }

  .wh-web-hero-content {
    order: 1;
  }

  .wh-web-hero-image {
    order: 2;
  }

  .wh-hero-actions {
    justify-content: center;
  }

  .wh-payment-note {
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 768px) {

  .wh-web-hero h1 {
    font-size: 46px;
  }

  .wh-web-hero p {
    font-size: 18px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbef575 */.wh-kicker {
  display: inline-block;
  color: #f58220;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 12px;
}

.wh-section-title {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.wh-section-title h2,
.wh-web-hero h1,
.wh-detail-section h2,
.wh-final-cta h2 {
  color: #1d3557;
  font-weight: 800;
  line-height: 1.15;
}

.wh-web-hero,
.wh-benefits,
.wh-web-plans,
.wh-process-info,
.wh-detail-section,
.wh-conditions,
.wh-value-section,
.wh-faq,
.wh-final-cta {
  padding: 70px 24px;
}

.wh-web-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
  border-radius: 24px;
}

.wh-web-hero p,
.wh-section-title p,
.wh-detail-section p,
.wh-conditions p,
.wh-value-section p,
.wh-faq p {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.7;
}

.wh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.wh-btn-primary,
.wh-btn-secondary,
.wh-btn-outline {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}

.wh-btn-primary {
  background: #f58220;
  color: #ffffff;
}

.wh-btn-primary:hover {
  background: #d96f17;
  color: #ffffff;
}

.wh-btn-secondary {
  background: #1d75bd;
  color: #ffffff;
}

.wh-btn-secondary:hover {
  background: #155f99;
  color: #ffffff;
}

.wh-btn-outline {
  border: 2px solid #1d75bd;
  color: #1d75bd;
  background: #ffffff;
}

.wh-payment-note,
.wh-important-note,
.wh-small-note {
  background: #fff7ed;
  border-left: 4px solid #f58220;
  padding: 14px 16px;
  border-radius: 10px;
  color: #374151;
  margin-top: 18px;
}

.wh-benefits-grid,
.wh-pricing-grid,
.wh-steps-grid {
  display: grid;
  gap: 24px;
}

.wh-benefits-grid {
  grid-template-columns: repeat(4, 1fr);
}

.wh-pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.wh-steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.wh-benefit-card,
.wh-price-card,
.wh-step-card,
.wh-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.wh-price-card {
  position: relative;
}

.wh-price-card.wh-featured {
  border: 2px solid #f58220;
  transform: translateY(-8px);
}

.wh-plan-tag {
  display: inline-block;
  background: #eaf4ff;
  color: #1d75bd;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 12px;
}

.wh-featured .wh-plan-tag {
  background: #fff7ed;
  color: #f58220;
}

.wh-price {
  font-size: 36px;
  color: #1d3557;
  font-weight: 900;
  margin: 22px 0 4px;
}

.wh-price span {
  display: block;
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
}

.wh-onetime {
  color: #f58220;
  font-weight: 700;
}

.wh-price-card ul,
.wh-detail-section ul,
.wh-conditions ul {
  padding-left: 20px;
  color: #374151;
  line-height: 1.7;
}

.wh-step-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #1d75bd;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 12px;
}

.wh-light-bg {
  background: #f5f9ff;
  border-radius: 24px;
}

.wh-final-cta {
  text-align: center;
  background: linear-gradient(135deg, #1d75bd 0%, #0f3560 100%);
  border-radius: 24px;
  color: #ffffff;
}

.wh-final-cta h2,
.wh-final-cta p {
  color: #ffffff;
}

.wh-final-cta .wh-hero-actions {
  justify-content: center;
}

@media (max-width: 1024px) {
  .wh-web-hero,
  .wh-pricing-grid {
    grid-template-columns: 1fr;
  }

  .wh-benefits-grid,
  .wh-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wh-price-card.wh-featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .wh-benefits-grid,
  .wh-steps-grid {
    grid-template-columns: 1fr;
  }

  .wh-web-hero,
  .wh-benefits,
  .wh-web-plans,
  .wh-process-info,
  .wh-detail-section,
  .wh-conditions,
  .wh-value-section,
  .wh-faq,
  .wh-final-cta {
    padding: 44px 18px;
  }

  .wh-price {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS */.pt-breadcrumb{
    display: none !important;
}

.content-area .site-main{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}/* End custom CSS */