@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px)
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

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

.hero-content {
    animation: fadeInLeft .8s ease-out both
}

.hero-image-wrapper {
    animation: fadeInRight .8s ease-out .3s both
}

.setup-time-card {
    animation: fadeInUp .6s ease-out .8s both
}

.btn-mobile {
    animation: fadeInUp .6s ease-out .5s both
}

.h-hero {
    margin: 0 auto;
    max-width: 1280px;
    min-height: 90vh;
    padding: 120px 0;
    position: relative
}

.h-container,
.h-hero {
    align-items: center;
    display: flex;
    overflow-x: hidden
}

.h-container {
    gap: 80px;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 40px;
    width: 100%
}

.hero-content {
    flex: 1;
    max-width: 650px
}

.hero-image-wrapper {
    align-items: center;
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(56, 189, 248, .25), rgba(15, 35, 55, .6) 40%, rgba(15, 35, 55, .6));
    border-radius: 16px;
    box-shadow: inset 0 -20px 60px rgba(56, 189, 248, .15);
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 36px 40px;
    position: relative
}

.hero-img {
    border-radius: 12px;
    max-width: 100%
}

.visual-placeholder {
    align-items: center;
    aspect-ratio: 16/9;
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .05);
    border: 2px dashed hsla(0, 0%, 100%, .1);
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%
}

.placeholder-content {
    align-items: center;
    color: var(--text-secondary, #94a3b8);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.badge-ai {
    align-items: center;
    background: rgba(56, 189, 248, .1);
    border: 1px solid rgba(56, 189, 248, .3);
    border-radius: 100px;
    color: var(--ai-blue, #38bdf8);
    display: inline-flex;
    font-size: .9rem;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 24px;
    padding: 8px 16px
}

.hero-title {
    font-size: 4.5rem !important;
    font-weight: 800 !important;
    line-height: .85 !important;
    margin-bottom: 24px !important
}

.hero-title div,
.hero-title h1,
.hero-title h2,
.hero-title h3,
.hero-title p {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important
}

.hero-desc {
    color: var(--text-secondary, #94a3b8);
    font-size: 1.25rem;
    margin-bottom: 12px;
    max-width: 550px
}

.hero-stats {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px
}

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

.stat-item.span-2 {
    grid-column: span 2
}

.btn-group {
    gap: 16px
}

.btn-desktop,
.btn-group {
    display: flex
}

.btn-mobile {
    display: none !important
}

.btn {
    align-items: center !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    justify-content: center !important;
    padding: 12px 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all .3s ease !important
}

.btn-primary {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 100px !important;
    color: #fff !important;
    padding: 16px 56px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.5px !important
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px) !important
}

.btn-secondary {
    background: hsla(0, 0%, 100%, .05) !important;
    border: 1px solid hsla(0, 0%, 100%, .08) !important;
    color: #fff !important
}

.btn-secondary:hover {
    background: hsla(0, 0%, 100%, .1) !important;
    border-color: #94a3b8 !important;
    transform: translateY(-2px) !important
}

.setup-time-card {
    backdrop-filter: blur(12px);
    background: rgba(15, 23, 42, .85);
    border: 1px solid rgba(56, 189, 248, .2);
    border-radius: 12px;
    bottom: 20px;
    left: 20px;
    min-width: 200px;
    padding: 16px 20px;
    position: absolute
}

.setup-time-label {
    color: rgba(148, 163, 184, .9);
    font-size: .75rem;
    letter-spacing: .5px;
    margin-bottom: 4px;
    text-transform: uppercase
}

.setup-time-value {
    color: #38bdf8;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 6px
}

.setup-time-status {
    color: #10b981;
    font-size: .85rem;
    font-weight: 600
}

@media (max-width:768px) {

    body,
    html {
        max-width: 100vw !important
    }

    .h-hero,
    body,
    html {
        overflow-x: hidden !important;
        position: relative
    }

    .h-hero {
        display: block !important;
        max-width: 100% !important;
        min-height: auto;
        padding: 40px 0;
        width: 100% !important
    }

    .h-container {
        box-sizing: border-box !important;
        gap: 0;
        overflow: hidden !important;
        padding: 0 16px !important
    }

    .h-container,
    .hero-content {
        display: flex !important;
        flex-direction: column !important;
        max-width: 100% !important;
        width: 100% !important
    }

    .hero-content {
        align-items: center !important;
        margin-bottom: 24px !important;
        text-align: center !important
    }

    .hero-title,
    .hero-title *,
    .hero-title div,
    .hero-title p,
    .hero-title span {
        font-size: 46px !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
        overflow-wrap: break-word !important;
        text-align: center !important;
        word-break: break-word !important
    }

    .hero-desc,
    .hero-desc * {
        font-size: 1rem !important;
        margin-bottom: 32px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        text-align: center !important
    }

    .hero-image-wrapper {
        align-items: center !important;
        background: linear-gradient(180deg, rgba(56, 189, 248, .25), rgba(15, 35, 55, .6) 40%, rgba(15, 35, 55, .6)) !important;
        border-radius: 16px !important;
        box-shadow: inset 0 -20px 60px rgba(56, 189, 248, .15) !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
        padding: 20px !important;
        width: 100% !important
    }

    .hero-img {
        display: block !important;
        height: auto !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        transform: none !important
    }

    .hero-glow-container,
    [class*=glow-container] {
        display: none !important
    }

    .setup-time-card {
        border-radius: 6px !important;
        bottom: 10px !important;
        left: 10px !important;
        min-width: auto !important;
        padding: 6px 10px !important;
        z-index: 5 !important
    }

    .setup-time-value {
        font-size: 1.1rem !important
    }

    .btn-desktop {
        display: none !important
    }

    .btn-mobile {
        align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 24px !important;
        padding: 0 !important;
        position: relative !important;
        width: 100% !important;
        z-index: 20 !important
    }

    .btn-mobile .btn,
    .btn-mobile a {
        pointer-events: auto !important;
        position: relative !important;
        z-index: 21 !important
    }

    .btn {
        max-width: 280px !important;
        width: 100% !important
    }
}





.daoai-dark-pill-btn {
    padding: 12px 24px !important;
    border-radius: 50px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;

    /* These are the EXACT properties from .sky-btn-secondary */
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-size: 0.875rem !important;
}

.daoai-dark-pill-btn:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}