/*primary color*/
.bg-cream {
    background-color: #FFF2E1;
}

.bg-hero {
    background:
        radial-gradient(circle at 72% 42%, rgba(11, 72, 150, 0.55), transparent 28%),
        linear-gradient(180deg, #06122B 0%, #071A40 52%, #06122B 100%);
}

/*font*/
body {
    font-family: 'Poppins', sans-serif;
}

#home {
    position: relative;
    padding-top: 0.75rem;
}

#home > div:first-child {
    width: min(100%, 1320px);
    margin-inline: auto;
    padding-inline: 1rem;
}

#home > .bg-hero {
    width: min(100%, 1320px);
    margin-inline: auto;
    overflow: hidden;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    box-shadow: 0 28px 90px rgba(1, 8, 31, 0.25);
}

#home > .bg-hero > .max-w-screen-xl {
    padding-top: 3.25rem;
    padding-bottom: 5.2rem;
}

#navLogin {
    min-width: 6.25rem;
}

#heroTitle {
    max-width: 8.5ch;
    font-size: clamp(3rem, 5.2vw, 4.9rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

#heroSubtitle {
    max-width: 34rem;
    font-size: 1.05rem;
    line-height: 1.72;
}

#heroPrimaryCta {
    background: #F48C06;
    box-shadow: 0 18px 35px rgba(244, 140, 6, 0.32);
}

#heroPrimaryCta:hover {
    background: #f59e0b;
    transform: translateY(-1px) scale(1.05);
}

#heroSecondaryCta .bg-white {
    box-shadow: 0 14px 28px rgba(1, 8, 31, 0.24);
}

.bg-yellow-500 {
    background-color: #F48C06;
}
.text-yellow-500 {
    color: #F48C06;
}
.floating { 
    animation-name: floating; 
    animation-duration: 4.2s;
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
    will-change: transform;
} 
@keyframes floating { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 10px); }
    100% { transform: translate(0, -0px); }  
} 
.floating-4 { 
    animation-name: floating; 
    animation-duration: 5.2s;
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
    will-change: transform;
} 
@keyframes floating-4 { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 10px); }
    100% { transform: translate(0, -0px); }  
}
.text-darken {
    color: #2F327D;
}

.text-hero-muted {
    color: rgba(255, 255, 255, 0.82);
}

.logo-marquee {
    display: none;
}

@keyframes logoMarqueeLtr {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 15px;
        line-height: 1.65;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
    }

    .bg-hero {
        background: linear-gradient(180deg, #06122B 0%, #071A40 58%, #06122B 100%);
    }

    #home > .bg-hero {
        border-bottom-left-radius: 56px;
        border-bottom-right-radius: 56px;
    }

    .max-w-screen-xl,
    .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    h1,
    h2,
    h3 {
        letter-spacing: 0 !important;
    }

    .text-3xl {
        font-size: 1.8rem !important;
        line-height: 1.12 !important;
    }

    .text-2xl {
        font-size: 1.22rem !important;
        line-height: 1.25 !important;
    }

    .text-xl {
        font-size: 1rem !important;
        line-height: 1.35 !important;
    }

    .text-lg,
    .text-base {
        font-size: 0.9rem !important;
        line-height: 1.55 !important;
    }

    .text-sm {
        font-size: 0.8rem !important;
        line-height: 1.45 !important;
    }

    .hero-cta-group {
        display: inline-grid !important;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        align-items: center;
        justify-content: center;
        gap: 0.5rem !important;
        width: max-content !important;
        max-width: 100%;
        padding: 0.45rem 0.55rem;
        border-radius: 1.8rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
        border: 1px solid rgba(255, 255, 255, 0.10);
        box-shadow:
            0 18px 40px rgba(2, 8, 23, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transform: scale(0.95);
        transform-origin: center;
        margin-inline: auto;
    }

    .hero-cta-group > button,
    .hero-cta-group > div {
        min-width: 0;
        flex-shrink: 0;
    }

    .hero-cta-group > button,
    .hero-cta-group > div,
    .hero-cta-group > div > button {
        height: 2.6rem;
    }

    .hero-cta-group > div {
        display: inline-flex !important;
        align-items: center;
    }

    #heroPrimaryCta {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 48%, #d97706 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow:
            0 16px 30px rgba(245, 158, 11, 0.34),
            inset 0 1px 0 rgba(255, 255, 255, 0.22);
        letter-spacing: 0.01em;
        transform: none !important;
    }

    #heroPrimaryCta::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 18%, transparent 38%);
        opacity: 0.55;
        transform: translateX(-45%);
        pointer-events: none;
    }

    #heroSecondaryCta {
        padding: 0.18rem 0.4rem 0.18rem 0.25rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow:
            0 12px 28px rgba(2, 8, 23, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    #heroSecondaryCta > span {
        background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%) !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
    }

    #heroSecondaryCta .cursor-pointer {
        color: rgba(255, 255, 255, 0.92) !important;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    #girl {
        margin-top: 0.75rem;
        min-height: 370px;
        overflow: visible;
    }

    #girl > img {
        position: relative;
        z-index: 5;
        width: min(82%, 310px) !important;
        max-height: 370px;
        object-fit: contain;
        object-position: center bottom;
    }

    #girl > div {
        display: none !important;
    }

    #girl > div.hero-mobile-stat {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: max-content;
        min-width: 0;
        padding: 0 !important;
        border-radius: 999px;
        animation: floating 4.8s ease-in-out infinite;
        will-change: transform;
        z-index: 45;
    }

    #girl > div.hero-mobile-stat > div {
        display: none !important;
    }

    #girl > div.hero-mobile-stat::before {
        content: attr(data-mobile-label);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 82vw;
        padding: 0.42rem 0.72rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 10px 24px rgba(6, 18, 43, 0.16);
        color: #0f172a;
        font-size: 0.68rem;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: 0;
        white-space: nowrap;
    }

    #girl > div.hero-mobile-stat--sales {
        top: 5.45rem !important;
        left: -0.2rem !important;
        transform: scale(0.95);
        transform-origin: top left;
    }

    #girl > div.hero-mobile-stat--orders {
        left: 0.05rem !important;
        bottom: 2.35rem !important;
        transform: scale(0.95);
        transform-origin: bottom left;
    }

    #girl > div.hero-mobile-stat--invoice {
        right: -0.2rem !important;
        bottom: 6.2rem !important;
        transform: scale(0.95);
        transform-origin: bottom right;
    }

    .logo-marquee {
        display: block !important;
        overflow: hidden;
        position: relative;
        padding: 0.85rem 0 0.25rem;
        margin-inline: -0.25rem;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
        mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    }

    .logo-marquee-track {
        display: flex;
        width: max-content;
        animation: logoMarqueeLtr 14s linear infinite;
        will-change: transform;
    }

    .logo-marquee-group {
        display: flex;
        align-items: center;
        gap: 1.3rem;
        flex-shrink: 0;
        padding-right: 1.3rem;
    }

    .logo-marquee-group img {
        display: block;
        width: auto;
        height: 1.45rem;
        opacity: 0.64;
        filter: grayscale(1) brightness(1.08);
    }

    .logo-grid {
        display: none !important;
    }

    .shadow-xl,
    .shadow-lg {
        box-shadow: 0 18px 45px rgba(47, 50, 125, 0.1) !important;
    }

    #heroTitle {
        max-width: 100%;
        font-size: 1.7rem;
        line-height: 1.08;
    }

    #heroSubtitle {
        max-width: 100%;
        font-size: 0.95rem;
    }
}
