/* Hero Banner d3065c2a Styles */

.hb-d3065c2a-container {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 10% 20%, #281A6F 0%, #0d0826 90%);
    overflow: hidden;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
    z-index: 1;
}

/* Ambient glow lights background blur */
.hb-d3065c2a-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
}

.hb-d3065c2a-glow-left {
    top: -10%;
    left: -10%;
}

.hb-d3065c2a-glow-right {
    bottom: -10%;
    right: -10%;
}

.hb-d3065c2a-content-wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    z-index: 2;
}

/* LEFT COLUMN CONTENTS */
.hb-d3065c2a-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hb-d3065c2a-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    margin-bottom: 24px;
    animation: pulseGlow 3s infinite ease-in-out;
}

.hb-d3065c2a-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    color: #ffffff;
}

.hb-d3065c2a-title-gradient {
    display: inline-block;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hb-d3065c2a-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #CCD6F6;
    margin: 0 0 35px 0;
    max-width: 480px;
}

/* Call to Action Buttons */
.hb-d3065c2a-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.hb-d3065c2a-btn {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hb-d3065c2a-btn-primary {
    box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4);
}

.hb-d3065c2a-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 65, 108, 0.6);
}

.hb-d3065c2a-btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    backdrop-filter: blur(5px);
}

.hb-d3065c2a-btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Statistics Layout & Glassmorphism */
.hb-d3065c2a-stats {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 20px 24px;
    gap: 24px;
    width: 100%;
    max-width: 500px;
}

.hb-d3065c2a-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hb-d3065c2a-avatars {
    display: flex;
    align-items: center;
}

.hb-d3065c2a-avatar-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #0d0826;
    margin-left: -10px;
    object-fit: cover;
}

.hb-d3065c2a-avatar-img:first-child {
    margin-left: 0;
}

.hb-d3065c2a-stat-info {
    display: flex;
    flex-direction: column;
}

.hb-d3065c2a-counter-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.hb-d3065c2a-stat-label {
    font-size: 13px;
    color: #a0aec0;
    margin: 2px 0 0 0;
}

.hb-d3065c2a-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

.hb-d3065c2a-stat-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb-d3065c2a-stat-icon {
    font-size: 16px;
    color: #FF416C;
}

.hb-d3065c2a-stat-icon svg {
    width: 16px;
    height: 16px;
    fill: #FF416C;
}


/* RIGHT COLUMN (VISUAL & CAROUSEL) */
.hb-d3065c2a-visual-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Floating animation delay setup */
.hb-d3065c2a-floating-shape {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    animation: floatShape 6s infinite ease-in-out;
    border-radius: 0 !important; /* Keep natural transparent PNG structure uncropped */
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3));
    object-fit: contain;
}

.hb-d3065c2a-image-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
    z-index: 1;
}

.hb-d3065c2a-image-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.hb-d3065c2a-hero-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

/* Carousel/Thumb slider directly beneath image */
.hb-d3065c2a-carousel-outer {
    margin-top: 30px;
    position: relative;
    width: 100%;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 12px;
}

.hb-d3065c2a-carousel-track {
    display: flex;
    gap: 12px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 4px 0;
}

.hb-d3065c2a-carousel-slide {
    flex: 0 0 calc(33.333% - 8px);
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.hb-d3065c2a-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hb-d3065c2a-carousel-slide.active,
.hb-d3065c2a-carousel-slide:hover {
    opacity: 1;
    border-color: #FF416C;
    transform: scale(1.05);
}

.hb-d3065c2a-carousel-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.hb-d3065c2a-nav-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    pointer-events: auto;
    transition: all 0.2s ease;
}

.hb-d3065c2a-nav-btn:hover {
    background: #FF416C;
    border-color: #FF416C;
}

/* Floating Animations */
.hb-d3065c2a-float-motion {
    animation: floatImage 6s infinite ease-in-out;
}

@keyframes floatImage {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) rotate(1deg);
    }
}

@keyframes floatShape {
    0%, 100% {
        transform: translateY(0) rotate(0deg) scale(1);
    }
    50% {
        transform: translateY(-15px) rotate(8deg) scale(1.05);
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255, 65, 108, 0.1);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 65, 108, 0.3);
    }
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 991px) {
    .hb-d3065c2a-content-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }
    .hb-d3065c2a-content-left {
        align-items: center;
    }
    .hb-d3065c2a-title {
        font-size: 42px;
    }
    .hb-d3065c2a-stats {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hb-d3065c2a-container {
        padding: 60px 20px;
    }
    .hb-d3065c2a-title {
        font-size: 32px;
    }
    .hb-d3065c2a-buttons {
        width: 100%;
        flex-direction: column;
    }
    .hb-d3065c2a-btn {
        width: 100%;
    }
    .hb-d3065c2a-stats {
        flex-direction: column;
        align-items: center;
        gap: 16px;\n    }\n    .hb-d3065c2a-stat-divider {\n        width: 80%;\n        height: 1px;\n    }\n}\n