.elementor-98835 .elementor-element.elementor-element-c2f9d6d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab12b0c *//* HERO */
.hv-hero {
  background: linear-gradient(135deg, #0670b3 0%, #088DDF 60%, #29a8f5 100%);
  color: #ffffff;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hv-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97,206,112,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hv-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,152,20,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.hv-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.hv-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}
.hv-hero h1 span { color: #61CE70; }
.hv-hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 620px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.hv-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 24px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.hv-badge .dot {
  width: 7px; height: 7px;
  background: #61CE70;
  border-radius: 50%;
  animation: hv-pulse 1.8s infinite;
}
@keyframes hv-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.hv-hero-stats {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 16px 32px;
}
.hv-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
.hv-hero-stat strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
}
.hv-hero-stat span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hv-hero-stat-divider {
  width: 1px; height: 36px;
  background: rgba(255,255,255,0.2);
}

/* SECTIONS */
.hv-section { padding: 80px 40px; background: #ffffff; }
.hv-section.alt { background: #f5f8fc; }
.hv-section.dark { background: linear-gradient(135deg, #0670b3 0%, #088DDF 100%); }
.hv-section-inner { max-width: 1080px; margin: 0 auto; }
.hv-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #088DDF;
  margin-bottom: 10px;
  display: block;
}
.hv-section.dark .hv-label { color: #61CE70; }
.hv-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #43454b;
  margin-bottom: 14px;
  line-height: 1.25;
}
.hv-section.dark .hv-title { color: #ffffff; }
.hv-subtitle {
  font-size: 1rem;
  color: #54595F;
  max-width: 620px;
  margin-bottom: 48px;
  line-height: 1.7;
}

/* CARDS */
.hv-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.hv-card {
  background: #ffffff;
  border: 1px solid #e4edf5;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(8,141,223,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(8,141,223,0.12);
}
.hv-card-icon {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, rgba(8,141,223,0.1), rgba(8,141,223,0.03));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.hv-card-icon svg { width: 22px; height: 22px; stroke: #088DDF; fill: none; }
.hv-card h3 { font-size: 0.97rem; font-weight: 700; color: #43454b; margin-bottom: 8px; }
.hv-card p { font-size: 0.88rem; color: #54595F; line-height: 1.6; }

/* STEPS */
.hv-steps { display: flex; flex-direction: column; max-width: 780px; }
.hv-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #e4edf5;
}
.hv-step:last-child { border-bottom: none; }
.hv-step-number {
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, #088DDF 0%, #29a8f5 100%);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv-step-number svg { width: 22px; height: 22px; stroke: #ffffff; fill: none; }
.hv-step h3 { font-size: 1rem; font-weight: 700; color: #43454b; margin-bottom: 8px; }
.hv-step p { font-size: 0.92rem; color: #54595F; line-height: 1.7; }

/* HIGHLIGHT BOX */
.hv-highlight-box {
  background: #ffffff;
  border: 2px solid #61CE70;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  box-shadow: 0 4px 20px rgba(97,206,112,0.1);
}
.hv-highlight-box.gold {
  border-color: #dc9814;
  box-shadow: 0 4px 20px rgba(220,152,20,0.1);
}
.hv-highlight-box.blue {
  border-color: #088DDF;
  box-shadow: 0 4px 20px rgba(8,141,223,0.1);
}
.hv-highlight-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: #61CE70;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv-highlight-box.gold .hv-highlight-icon { background: #dc9814; }
.hv-highlight-box.blue .hv-highlight-icon { background: #088DDF; }
.hv-highlight-icon svg { width: 24px; height: 24px; stroke: #ffffff; fill: none; stroke-width: 2.5; }
.hv-highlight-box h3 { font-size: 1.1rem; font-weight: 700; color: #43454b; margin-bottom: 10px; }
.hv-highlight-box p { font-size: 0.95rem; color: #54595F; line-height: 1.7; }

/* SPLIT LAYOUT */
.hv-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* BUTTONS */
.hv-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
  border: none;
}
.hv-btn.gold {
  background: #dc9814;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(220,152,20,0.35);
}
.hv-btn.gold:hover { background: #c5870f; transform: translateY(-2px); }
.hv-btn.outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.5);
}
.hv-btn.outline:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hv-split { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .hv-hero { padding: 60px 24px; }
  .hv-section { padding: 60px 24px; }
  .hv-hero-stats { padding: 14px 20px; }
  .hv-hero-stat { padding: 0 14px; }
  .hv-highlight-box { flex-direction: column; gap: 16px; }
  .hv-btn { display: block; text-align: center; margin-bottom: 12px; }
}/* End custom CSS */