/* Homepage refresh: Kakao Assets navy hero, floating calculator card, softer cards.
   Scoped to body.home-page so inner pages are untouched. */

.home-page {
  --ka-navy: #0B1F4D;
  --ka-navy-deep: #081739;
  --ka-blue: #2B4BDB;
  --ka-teal: #00A9A4;
}

/* ---------- Hero ---------- */
.home-page .hero-wrap.style3 {
  background:
    radial-gradient(900px 500px at 85% 20%, rgba(43, 75, 219, 0.45), transparent 60%),
    radial-gradient(600px 400px at 0% 100%, rgba(0, 169, 164, 0.18), transparent 60%),
    linear-gradient(135deg, var(--ka-navy-deep) 0%, var(--ka-navy) 55%, #12295F 100%);
}

.home-page .hero-wrap.style3 .hero-shape-one,
.home-page .hero-wrap.style3 .hero-shape-two,
.home-page .hero-wrap.style3 .hero-shape-three,
.home-page .hero-wrap.style3 .hero-shape-four,
.home-page .hero-wrap.style3 .hero-img-wrap:before,
.home-page .hero-wrap.style3 .hero-img-wrap:after {
  display: none;
}

.home-page .hero-wrap.style3 .hero-slide-item {
  padding: 90px 0 150px;
}

.home-page .hero-wrap .hero-content span {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #9fd9d7;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.home-page .hero-wrap.style3 .hero-content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
}

.home-page .hero-wrap .hero-content p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
}

.home-page .hero-wrap.style3 .hero-content .hero-btn {
  gap: 14px;
  flex-wrap: wrap;
}

.home-page .btn.style-outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  padding: 11.5px 33px 13.5px;
}

.home-page .btn.style-outline:after,
.home-page .btn.style-outline:before {
  background: rgba(255, 255, 255, 0.14);
}

.home-page .hero-wrap.style3 .hero-img-wrap {
  overflow: visible;
}

.home-page .hero-wrap.style3 .hero-img-wrap .hero-img {
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.35));
}

.home-page .hero-slider-one.owl-carousel .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.35);
}

.home-page .hero-slider-one.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}

/* ---------- Calculator: floating card overlapping the hero ---------- */
.home-page .service-charge-wrap {
  background: transparent !important;
  padding: 0 !important;
  margin-top: -90px;
  position: relative;
  z-index: 5;
}

.home-page .service-charge-wrap .charge-form {
  background: linear-gradient(135deg, var(--ka-navy) 0%, #12295F 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 45px 40px 35px;
  box-shadow: 0 25px 60px rgba(11, 31, 77, 0.35);
}

.home-page .service-charge-wrap .charge-form .form-group input {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.home-page .service-charge-wrap .charge-form .form-group select {
  border-radius: 0 8px 8px 0;
}

.home-page .service-charge-wrap .charge-form .form-btn .btn {
  height: 54px;
  padding-top: 13px;
  border-radius: 8px;
}

/* ---------- Feature cards ---------- */
.home-page .feature-wrap {
  padding-top: 110px;
}

.home-page .feature-card.style3 {
  border-radius: 14px;
  border-top: 3px solid var(--ka-blue);
  box-shadow: 0 10px 35px rgba(11, 31, 77, 0.08);
  height: calc(100% - 25px);
  margin-bottom: 25px;
  overflow: hidden;
}

.home-page .feature-card.style3:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(11, 31, 77, 0.16);
}

.home-page .feature-card.style3:after {
  border-radius: 0;
  background-color: var(--ka-navy);
}

/* ---------- Section headings ---------- */
.home-page .content-title.style1 span {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 50px;
  background: rgba(43, 75, 219, 0.09);
  color: var(--ka-blue);
  font-weight: 600;
}

.home-page .bg-rock .content-title.style1 span,
.home-page .bg-bunting .content-title.style1 span {
  background: rgba(255, 255, 255, 0.1);
  color: #9fd9d7;
}

/* ---------- Counters ---------- */
.home-page .counter-card-wrap {
  background: linear-gradient(120deg, var(--ka-blue) 0%, #1f3ab8 55%, #0e7f83 100%);
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(11, 31, 77, 0.28);
}

/* ---------- Service cards on navy ---------- */
.home-page .service-card.style3 {
  border-radius: 14px;
  transition: transform 0.35s, box-shadow 0.35s;
}

.home-page .service-card.style3:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  .home-page .hero-wrap.style3 .hero-slide-item {
    padding: 50px 0 120px;
  }

  .home-page .hero-wrap.style3 .hero-content h1 {
    font-size: 34px;
  }

  .home-page .service-charge-wrap {
    margin-top: -70px;
  }

  .home-page .service-charge-wrap .charge-form {
    padding: 30px 20px 20px;
  }
}
