/* ============================================
   HERO SECTION — Modern 2026 Premium Design
============================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a0c0e;
    text-align: left;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/Hero-BG.webp') center 20% / cover no-repeat;
    z-index: 0;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
}

/* Ambient blobs */
.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.hero-blob-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(246, 174, 45, 0.18) 0%, transparent 70%);
    top: -100px;
    left: -150px;
}

.hero-blob-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(12, 102, 45, 0.14) 0%, transparent 70%);
    bottom: -80px;
    right: 10%;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 72px 24px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

/* LEFT — text */
.hero-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
    align-items: flex-start;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1d23;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #F6AE2D;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    align-self: flex-start;
    box-shadow: none;
    animation: fadeSlideUp 0.6s ease both;
}

.hero-badge i {
    font-size: 0.75rem;
}

.hero-headline {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    font-weight: 900;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.5px;
    text-align: left;
    white-space: nowrap;
    animation: fadeSlideUp 0.7s ease 0.1s both;
}

.hero-headline .accent {
    color: #F6AE2D;
}

.hero-sub {
    font-size: 1.1rem;
    color: #b8bec8;
    line-height: 1.7;
    max-width: 520px;
    text-align: left;
    animation: fadeSlideUp 0.7s ease 0.2s both;
}

/* CTA group */
.hero-cta-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
    animation: fadeSlideUp 0.7s ease 0.3s both;
}

.hero-cta-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #F6AE2D;
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: fit-content;
}

.hero-cta-btn:hover {
    background-color: #da971a;
}

.hero-microcopy {
    font-size: 0.82rem;
    color: #6b7280;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Store badges */
.hero-store-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    animation: fadeSlideUp 0.7s ease 0.4s both;
}

/* RIGHT — phone/video mockup */
.hero-phone {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
    position: relative;
    animation: fadeSlideUp 2.8s ease 0.15s both;
}

.hero-phone-glow {
    position: absolute;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(246, 174, 45, 0.28) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
}

.hero-phone-img {
    position: relative;
    z-index: 1;
    width: 260px;
    max-width: 100%;
    border-radius: 32px;
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    animation: phoneFloat 8s ease-in-out infinite;
}

/* Phone frame mockup */
.phone-frame {
    position: relative;
    z-index: 1;
    width: 240px;
    height: 490px;
    border-radius: 44px;
    background: #111316;
    border: 6px solid #2a2d33;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 40px 80px rgba(0, 0, 0, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    animation: phoneFloat 4s ease-in-out infinite;
    overflow: hidden;
}

/* Side buttons */
.phone-frame::before {
    content: '';
    position: absolute;
    top: 90px;
    left: -8px;
    width: 4px;
    height: 60px;
    background: #2a2d33;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 -40px 0 0 #2a2d33, 0 80px 0 0 #2a2d33;
}

.phone-frame::after {
    content: '';
    position: absolute;
    top: 130px;
    right: -8px;
    width: 4px;
    height: 70px;
    background: #2a2d33;
    border-radius: 0 4px 4px 0;
}

/* Notch */
.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 28px;
    background: #111316;
    border-radius: 0 0 20px 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.phone-notch::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1e2126;
    border-radius: 50%;
    border: 1px solid #2a2d33;
}

.phone-notch::after {
    content: '';
    width: 44px;
    height: 5px;
    background: #1e2126;
    border-radius: 4px;
}

/* Home indicator */
.phone-home-bar {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    z-index: 10;
}

.hero-phone-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #0a0c0e;
    border-radius: 38px;
}

@keyframes phoneFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Trust bar */
.hero-trust {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 32px 24px 48px;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 10, 14, 0.85) 100%);
}

.hero-trust-inner {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 60px;
    padding: 10px 28px;
    backdrop-filter: blur(12px);
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.83rem;
    color: #c9d1db;
    font-weight: 600;
    padding: 4px 20px;
    white-space: nowrap;
}

.trust-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-item i {
    color: #F6AE2D;
    font-size: 0.82rem;
}

@media (max-width: 640px) {
    .hero-trust-inner {
        gap: 8px;
        padding: 10px 16px;
        border-radius: 20px;
    }

    .trust-item {
        padding: 4px 10px;
        font-size: 0.78rem;
    }

    .trust-item:not(:last-child) {
        border-right: none;
    }
}

/* Desktop grid */
@media (min-width: 900px) {
    .hero-inner {
        grid-template-columns: 1fr 1fr;
        padding: 80px 60px 80px;
        gap: 60px;
    }

    .phone-frame {
        width: 270px;
        height: 552px;
    }

    .hero-phone-img {
        width: 300px;
    }

    .hero-phone-glow {
        width: 420px;
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .hero-inner {
        padding: 80px 100px 80px;
    }

    .phone-frame {
        width: 300px;
        height: 614px;
    }

    .hero-phone-img {
        width: 340px;
    }
}

@media (max-width: 899px) {
    .phone-frame {
        width: 210px;
        height: 430px;
    }

    .hero-headline {
        white-space: normal;
        font-size: clamp(1.5rem, 6vw, 2.2rem);
    }
}

/* ── Mobile: center everything, fix nav overlap ────────────── */
@media (max-width: 768px) {
    .hero-bg {
        top: 70px;
        /* push BG image down below the fixed navbar */
        background-size: 200%;
        background-position: 60% 0%;
    }

    .hero-inner {
        padding-top: 110px;
        /* clear fixed header (~70px) + breathing room */
        padding-bottom: 120px;
        /* room above trust bar */
        gap: 36px;
        text-align: center;
    }

    .hero-text {
        align-items: center;
        text-align: center;
    }

    .hero-badge {
        align-self: center;
    }

    .hero-headline {
        line-height: 1.35;
        /* more breathing room between lines */
        text-align: center;
    }

    .hero-sub {
        text-align: center;
        margin: 0 auto;
    }

    .hero-cta-group {
        align-items: center;
        text-align: center;
    }

    .hero-cta-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .hero-microcopy {
        text-align: center;
    }

    .hero-store-badges {
        justify-content: center;
    }

    .hero-phone {
        padding-top: 0;
        padding-bottom: 0;
    }
}