@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

.energy-hero-section-eb9d6f69 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 80px 4% 120px 4%;
    box-sizing: border-box;
    overflow: hidden;
}

.energy-hero-section-eb9d6f69 .eh-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 200px);
}

.energy-hero-section-eb9d6f69 .eh-main-content {
    max-width: 760px;
}

.energy-hero-section-eb9d6f69 .eh-tagline-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.energy-hero-section-eb9d6f69 .eh-line {
    width: 32px;
    height: 1.5px;
    background-color: #14b8a6;
    display: inline-block;
}

.energy-hero-section-eb9d6f69 .eh-tag {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #14b8a6;
}

.energy-hero-section-eb9d6f69 .eh-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.energy-hero-section-eb9d6f69 .eh-title-highlight {
    font-style: italic;
    color: #14b8a6;
    font-family: 'Playfair Display', serif;
}

.energy-hero-section-eb9d6f69 .eh-desc {
    font-size: clamp(14px, 1.8vw, 17px);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 40px;
    max-width: 620px;
    font-weight: 400;
}

.energy-hero-section-eb9d6f69 .eh-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.energy-hero-section-eb9d6f69 .eh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.energy-hero-section-eb9d6f69 .eh-btn-primary {
    background-color: #115e59;
    color: #ffffff;
    border: 1px solid transparent;
}

.energy-hero-section-eb9d6f69 .eh-btn-primary:hover {
    background-color: #14b8a6;
    transform: translateY(-2px);
}

.energy-hero-section-eb9d6f69 .eh-btn-arrow {
    margin-left: 10px;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.energy-hero-section-eb9d6f69 .eh-btn-primary:hover .eh-btn-arrow {
    transform: translateX(4px);
}

.energy-hero-section-eb9d6f69 .eh-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.energy-hero-section-eb9d6f69 .eh-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Scroll Explorer Indicator */
.energy-hero-section-eb9d6f69 .eh-scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 3;
}

.energy-hero-section-eb9d6f69 .eh-scroll-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.energy-hero-section-eb9d6f69 .eh-scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}

/* WhatsApp Widget floating bottom right */
.energy-hero-section-eb9d6f69 .eh-wa-widget {
    position: absolute;
    bottom: 30px;
    right: 4%;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.energy-hero-section-eb9d6f69 .eh-wa-pill {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.energy-hero-section-eb9d6f69 .eh-wa-dot {
    width: 6px;
    height: 6px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10b981;
}

.energy-hero-section-eb9d6f69 .eh-wa-label {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}

.energy-hero-section-eb9d6f69 .eh-wa-icon-btn {
    width: 52px;
    height: 52px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
}

.energy-hero-section-eb9d6f69 .eh-wa-icon-btn:hover {
    transform: scale(1.08);
    background-color: #20ba5a;
}

@media (max-width: 768px) {
    .energy-hero-section-eb9d6f69 {
        padding-top: 120px;
        padding-bottom: 160px;
    }
    .energy-hero-section-eb9d6f69 .eh-wa-widget {
        bottom: 20px;
        right: 20px;
    }
    .energy-hero-section-eb9d6f69 .eh-wa-pill {
        display: none; /* Hide pill on mobile for space */
    }
}
