/* ============================================
   KAII REALTY – HOME PAGE CSS
============================================ */

/* HERO */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f2c14 0%, #1a4a24 40%, #1c3a10 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(253,157,54,0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(153,211,160,0.12) 0%, transparent 50%);
}

.hero-geo { position: absolute; border-radius: 50%; opacity: 0.06; }
.hero-geo-1 { width: 500px; height: 500px; background: var(--green); top: -100px; right: -100px; }
.hero-geo-2 { width: 300px; height: 300px; background: var(--orange); bottom: -50px; left: -50px; }

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(153,211,160,0.15);
  border: 1px solid rgba(153,211,160,0.3);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.hero-badge i { font-size: 0.7rem; color: var(--orange); }

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero-title span { color: var(--orange); }

.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 520px;
}

.hero-btns { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; }

.btn-ghost {
  background: transparent;
  color: rgba(255,255,255,0.7);
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.92rem;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.3s;
}

.btn-ghost:hover { color: var(--white); border-color: rgba(255,255,255,0.5); }

.hero-stats { display: flex; gap: 32px; }

.hero-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}

.hero-stat .label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hero Card */
.hero-visual { position: relative; }

.hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(153,211,160,0.2);
  border-radius: 20px;
  padding: 36px;
  backdrop-filter: blur(10px);
}

.hero-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 24px;
}

.hero-card-items { display: flex; flex-direction: column; gap: 16px; }

.hero-card-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s;
}

.hero-card-item:hover { background: rgba(153,211,160,0.08); }

.hero-card-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.hero-card-item-text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}

.hero-card-item-text p { font-size: 0.78rem; color: rgba(255,255,255,0.5); }

.hero-float-badge {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 50px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  white-space: nowrap;
}

.hero-float-badge i { color: var(--orange); font-size: 1rem; }
.hero-float-badge span { font-size: 0.82rem; font-weight: 600; color: var(--charcoal); }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-img-wrap { position: relative; }

.about-img-main {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.about-img-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.about-img-badge {
  position: absolute;
  bottom: -24px; right: -24px;
  background: var(--orange);
  color: var(--white);
  border-radius: 16px;
  padding: 20px 24px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(253,157,54,0.35);
}

.about-img-badge .big { font-size: 2rem; font-weight: 700; font-family: 'Playfair Display', serif; }
.about-img-badge .small { font-size: 0.78rem; opacity: 0.85; }

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.about-point { display: flex; align-items: flex-start; gap: 12px; }

.about-point-icon {
  width: 36px; height: 36px;
  background: rgba(153,211,160,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-point-text h4 { font-family: 'Poppins', sans-serif; font-size: 0.88rem; font-weight: 600; margin-bottom: 2px; }
.about-point-text p { font-size: 0.78rem; color: var(--grey); }

/* Why grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(153,211,160,0.2);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  gap: 20px;
  transition: background 0.3s;
}

.why-card:hover { background: rgba(153,211,160,0.08); }

.why-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(253,157,54,0.3);
  line-height: 1;
  flex-shrink: 0;
  width: 60px;
}

.why-text h3 { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.why-text p { font-size: 0.87rem; color: rgba(255,255,255,0.6); line-height: 1.7; }

/* Backed */
.backed-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}

/* Projects */
.projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* JV */
.jv-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.jv-step {
  text-align: center;
  padding: 28px 20px;
  background: rgba(255,255,255,0.05);
  border-radius: 14px;
  border: 1px solid rgba(153,211,160,0.15);
  transition: background 0.3s;
}

.jv-step:hover { background: rgba(153,211,160,0.08); }

.jv-step-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.3rem;
}

.jv-step h4 { font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.jv-step p { font-size: 0.82rem; color: rgba(255,255,255,0.5); }

/* Responsive */
@media (max-width: 1024px) {
  .projects-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .hero { min-height: auto; padding: 120px 0 80px; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-wrap { display: none; }
  .about-points { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .backed-cards { grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .jv-steps { grid-template-columns: 1fr 1fr; }
  .projects-header { flex-direction: column; align-items: flex-start; gap: 16px; }
}
