/* ==========================================================================
   SURYA ENERGY - COMPONENT: HERO & ANALYTICS WIDGET
   ========================================================================== */

/* Desktop Hero */
.se-hero-section {
  padding: 30px 0 60px;
  position: relative;
}

.se-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 36px;
  align-items: center;
}

.se-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--se-radius-pill);
  color: var(--se-primary-blue);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.se-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: var(--se-text-heading);
}

.se-hero-subtitle {
  font-size: 1.125rem;
  color: var(--se-text-muted);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 580px;
}

.se-hero-image-wrap {
  width: 100%;
  border-radius: var(--se-radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.18);
  border: 1px solid var(--se-glass-border);
}

.se-hero-image-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.se-analytics-card {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 320px;
  background: var(--se-card-bg);
  backdrop-filter: blur(24px);
  border: 1px solid var(--se-glass-border);
  border-radius: var(--se-radius-card);
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), var(--se-neu-shadow-flat);
  z-index: 10;
}

/* Mobile Hero */
.se-m-hero-section {
  padding: 16px 0 28px;
}

.se-m-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 99px;
  color: var(--se-primary-blue);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.se-m-hero-title {
  font-size: clamp(34px, 8.5vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  color: var(--se-text-heading);
}

.se-m-hero-subtitle {
  font-size: 1rem;
  color: var(--se-text-muted);
  line-height: 1.5;
  margin-bottom: 18px;
}

.se-m-villa-img-frame {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
  border: 1px solid var(--se-glass-border);
}

.se-m-villa-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.se-m-savings-card {
  width: 100%;
  margin-top: 16px;
  background: var(--se-card-bg);
  backdrop-filter: blur(24px);
  border: 1px solid var(--se-glass-border);
  border-radius: 20px;
  padding: 16px;
  box-shadow: var(--se-neu-shadow-flat);
}
