@charset "UTF-8";
.wp-hero {
  background: linear-gradient(135deg, #0a1f5c 0%, #0941c6 55%, #1a6fd4 100%);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.wp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.wp-hero::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26, 111, 212, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
.wp-hero h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  max-width: 580px;
}

.wp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.wp-hero-badge svg {
  width: 14px;
  height: 14px;
  opacity: 0.9;
}

.wp-hero-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 540px;
  margin-top: 16px;
}

.wp-hero-testimonial {
  padding: 26px 28px 22px;
  background: rgba(10, 31, 92, 0.26);
  border-left: 4px solid rgb(76, 143, 249);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(6, 20, 58, 0.22);
  position: relative;
}
.wp-hero-testimonial::before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 14px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(76, 143, 249);
  pointer-events: none;
}

.wp-hero-testimonial-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.72;
  padding-left: 18px;
}

.wp-hero-testimonial-author {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.wp-form-card {
  background: #fff;
  border-radius: 14px;
  padding: 36px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
.wp-form-card .form-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 5px;
}
.wp-form-card .form-control {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wp-form-card .form-control:focus {
  border-color: #0941c6;
  box-shadow: 0 0 0 3px rgba(9, 65, 198, 0.1);
}

.wp-form-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.wp-form-card-subtitle {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 24px;
}

.wp-form-btn {
  width: 100%;
  background: #d32f2f;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 8px;
}
.wp-form-btn:hover {
  background: #b71c1c;
  transform: translateY(-1px);
}

.wp-form-consent {
  font-size: 0.7rem;
  color: #64748b;
  margin-top: 12px;
  line-height: 1.5;
}
.wp-form-consent a {
  color: #0941c6;
  text-decoration: underline;
}

.wp-checklist-section {
  background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
  padding: 72px 0;
}

.wp-checklist-title {
  color: #0a1f5c;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.wp-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  counter-reset: wp-counter;
}
.wp-checklist li {
  counter-increment: wp-counter;
  position: relative;
  padding: 32px 24px 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  color: #1e293b;
  font-size: 0.9rem;
  line-height: 1.7;
}
.wp-checklist li::before {
  content: "0" counter(wp-counter);
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: rgba(9, 65, 198, 0.12);
  margin-bottom: 12px;
  line-height: 1;
}

@media (max-width: 768px) {
  .wp-checklist {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .wp-hero {
    padding: 60px 0 48px;
  }
  .wp-form-card {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .wp-hero {
    padding: 48px 0 40px;
  }
  .wp-hero-testimonial {
    margin-top: 4px;
    padding: 18px 16px;
  }
  .wp-hero-testimonial::before {
    left: 10px;
    font-size: 2rem;
  }
  .wp-hero-testimonial-text {
    font-size: 0.95rem;
    line-height: 1.68;
    padding-left: 12px;
  }
  .wp-hero-testimonial-author {
    font-size: 0.86rem;
  }
  .wp-testimonial-section {
    padding: 24px 0 48px;
  }
  .wp-checklist-section {
    padding: 40px 0;
  }
  .wp-form-card {
    padding: 28px 20px;
  }
  .wp-checklist-section {
    padding: 40px 0;
  }
  .wp-checklist li {
    padding: 22px 18px;
  }
}