/* ============================================================
   Scoped styles for the Hero pattern.
   ALL rules are prefixed with .is-style-one-landing-hero
   ============================================================ */

.is-style-one-landing-hero {
    background-color: #071820;
    background-image: linear-gradient(rgba(7, 24, 32, 0.85), rgba(7, 24, 32, 0.95)), url('../../assets/images/Background.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 45px 40px 75px 40px;
    overflow: hidden;
    color: #ffffff;
}

/* Background Glowing Orbs */
.is-style-one-landing-hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    left: 40%;
    top: -10%;
    background: radial-gradient(circle, rgba(9, 129, 159, 0.25) 0%, rgba(9, 129, 159, 0.05) 50%, rgba(9, 129, 159, 0) 70%);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    z-index: 1;
}

.is-style-one-landing-hero .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Left Content Column */
.is-style-one-landing-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.is-style-one-landing-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 18px;
    border-radius: 9999px;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}

.is-style-one-landing-hero .hero-badge::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #09819F;
    border-radius: 50%;
}

.is-style-one-landing-hero .hero-title {
    font-family: 'Satoshi', sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
}

.is-style-one-landing-hero .hero-title span {
    color: #00CCFF;
}

.is-style-one-landing-hero .hero-description {
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 35px 0;
}

.is-style-one-landing-hero .hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.is-style-one-landing-hero .btn-hero-primary {
    background: #09819F;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 6px;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0px 12px 40px -12px rgba(9, 129, 159, 0.35);
}

.is-style-one-landing-hero .btn-hero-primary:hover {
    background: #00CCFF;
    color: #071820;
}

.is-style-one-landing-hero .btn-hero-secondary {
    background: #ffffff;
    color: #303030;
    padding: 16px 32px;
    border-radius: 6px;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.is-style-one-landing-hero .btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.9);
}

/* Right Mockup Column */
.is-style-one-landing-hero .hero-mockup-wrapper {
    position: relative;
    height: 520px;
    width: 100%;
}

.is-style-one-landing-hero .mockup-bg-circle {
    position: absolute;
    width: 380px;
    height: 380px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(9, 129, 159, 0.3);
    pointer-events: none;
}

.is-style-one-landing-hero .hero-bottle-img {
    position: absolute;
    height: 480px;
    width: auto;
    object-fit: contain;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}

/* Glassmorphism overlay cards */
.is-style-one-landing-hero .glass-overlay-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 18px;
    backdrop-filter: blur(8px);
    z-index: 4;
    box-shadow: 0px 4px 16px -4px rgba(18, 28, 33, 0.08);
}

.is-style-one-landing-hero .card-purity {
    left: -5%;
    top: 15%;
}

.is-style-one-landing-hero .card-batch {
    right: 5%;
    bottom: 15%;
}

.is-style-one-landing-hero .card-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.is-style-one-landing-hero .card-value {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.is-style-one-landing-hero .card-purity .card-value {
    color: #09819F;
}

.is-style-one-landing-hero .card-batch .card-value {
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .is-style-one-landing-hero .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    .is-style-one-landing-hero .hero-content {
        align-items: center;
    }
    .is-style-one-landing-hero .hero-actions {
        justify-content: center;
    }
    .is-style-one-landing-hero .hero-mockup-wrapper {
        height: 480px;
        max-width: 500px;
        margin: 0 auto;
    }

    .is-style-one-landing-hero .card-purity {
        left: 0;
    }
    .is-style-one-landing-hero .card-batch {
        right: 0;
    }
}

@media (max-width: 768px) {
    .is-style-one-landing-hero {
        padding: 50px 20px 60px 20px;
    }
    .is-style-one-landing-hero .hero-title {
        font-size: 36px;
    }
    .is-style-one-landing-hero .hero-description {
        font-size: 16px;
    }
    .is-style-one-landing-hero .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .is-style-one-landing-hero .btn-hero-primary,
    .is-style-one-landing-hero .btn-hero-secondary {
        width: 100%;
        text-align: center;
    }
    .is-style-one-landing-hero .hero-mockup-wrapper {
        height: 400px;
    }
    .is-style-one-landing-hero .hero-bottle-img {
        height: 380px;
    }

}
