.hero-glass-box {
  background: rgba(234, 244, 248, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 0;
  padding: 60px 56px;
  box-shadow: 0 24px 60px rgba(6, 25, 35, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  max-width: 620px;
}

.hero-title h1{
  font-size: clamp(64px, 7vw, 120px) !important;
  font-weight: 800 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 24px !important;
}

.hero-subtitle h2{
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-bottom: 36px !important;
}

.hero-button .elementor-button {
  background: #ffffff;
  color: #005D83;
  border-radius: 0;
  padding: 22px 42px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 35px rgba(6, 25, 35, 0.12);
}

.hero-button .elementor-button:hover {
  background: #005D83;
  color: #ffffff;
}

.hero-cta {
  display: inline-flex;
  align-items: stretch;
}

.hero-cta-icon {
  width: 76px;
  min-height: 76px;
  background: #D8A72A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cta-icon i,
.hero-cta-icon svg {
  color: #ffffff;
  fill: #ffffff;
}

.hero-cta-button .elementor-button {
  min-height: 76px;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: #005D83;
  border-radius: 0;
  padding: 0 44px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-cta-button .elementor-button:hover {
  background: #F5F7F8;
  color: #061923;
}



@media (max-width: 767px) {
  .hero-glass-box {
    padding: 36px 28px;
    border-radius: 20px;
    max-width: 100%;
  }

  .hero-title {
    font-size: 56px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-cta-icon {
    width: 64px;
    min-height: 64px;
  }

  .hero-cta-button .elementor-button {
    min-height: 64px;
    padding: 0 28px;
  }
}