/* ===== HERO ===== */
.hero {
  padding: 160px 0 110px;
  background: linear-gradient(180deg, #ffffff 0%, #eaf6ff 100%);
  position: relative;
  height: 840px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #4791ca1f;
  color: #4791ca;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

.hero-title {
  font-size: 44px;
  font-weight: 700;
  color: #204867;
  line-height: 1.35;
  margin: 32px 0;
}

.hero-desc {
  font-size: 18px;
  color: #1a3a52b2;
  line-height: 1.6;
  margin-bottom: 56px;
}

.hero-buttons {
  display: flex;
  gap: 32px;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 16px;
  color: #1a3a52b2;
}

.hero-chat-img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Use Case Phone Frame */
.usecase-phone-frame {
  background: #1a3a52;
  border-radius: 24px;
  overflow: hidden;
  max-width: 320px;
  margin: 0 auto;
}

.usecase-phone-img {
  width: 100%;
  display: block;
}
