.home-hero .wrap {
    padding: 0 40px;
}
.home-hero {
    position: relative;
    padding: clamp(64px, 8vw, 104px) 0 clamp(56px, 7vw, 88px);
    overflow: hidden;
    background: #20208f !important;
    background-image: radial-gradient(circle at 85% 18%, rgba(45, 212, 191, 0.28) 0%, transparent 46%), radial-gradient(circle at 12% 92%, rgba(124, 58, 199, 0.45) 0%, transparent 52%), var(--ss-grad) !important;
    color: #fff !important;
    min-height: 580px
}
.home-hero::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(91, 91, 255, .38) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: float1 14s ease-in-out infinite;
}
.home-hero::after {
    content: '';
    position: absolute;
    top: 100px;
    right: -200px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(139, 92, 246, .32) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: float2 18s ease-in-out infinite;
}
.hero-cyan {
    position: absolute;
    top: -180px;
    left: -180px;
    width: 680px;
    height: 680px;
    background: radial-gradient(circle, rgba(91, 91, 255, .18) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: float1 16s ease-in-out infinite;
    z-index: 1
}
@keyframes float1 {
    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }
    50% {
        transform: translate(40px, 30px) scale(1.08)
    }
}
@keyframes float2 {
    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }
    50% {
        transform: translate(-40px, 50px) scale(1.15)
    }
}
@keyframes float3 {
    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }
    50% {
        transform: translate(30px, -40px) scale(1.08)
    }
}
@keyframes aipulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .55;
        transform: scale(1.4)
    }
}
.hero-grid-bg {
    display: none
}
.hero-layout {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 480px;
    justify-content: space-between;
}
.hero-copy {
    max-width: 560px;
    width: 100%;
}
.hero-layout .hero-image {
    max-width: 46%;
    width: 100%;
}
.eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px 6px 10px;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 980px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.eyebrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ai-cyan);
    box-shadow: 0 0 10px var(--ai-cyan);
    animation: aipulse 1.6s infinite;
}
.home .eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(6px);
}
.home-hero h1 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -.045em;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 20px
}
.home-hero h1 .ai {
    font-style: normal;
    background: linear-gradient(90deg, #2dd4bf 0%, #7df3ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative
}
.hero-p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 28px;
    letter-spacing: .005em
}
.hero-p strong {
    color: #fff;
    font-weight: 600
}
.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px
}
.hero-platforms {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    padding-top: 24px;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, .5)
}
.hero-platforms-label {
    font-size: 11px;
    font-weight: 600;
    color: #2dd4bf;
    text-transform: uppercase;
    letter-spacing: .14em
}
.hero-platforms-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}
.hero-platform-ico {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.01em;
    transition: color .15s
}
.hero-platform-ico:hover {
    color: #2dd4bf;
}
.hero-platform-ico svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
    opacity: .9;
    transition: color .15s;
}
.hero-platform-ico svg path {
    fill: #fff;
}
.hero-platform-ico:hover svg path {
    fill: #2dd4bf;
}
.hero-platform-ico img {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
    opacity: .9
}
.cta-ai {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background: var(--ss-orange);
    border-radius: 980px;
    padding: 12px 26px;
    display: inline-block;
    letter-spacing: -.01em;
    transition: all .2s;
    box-shadow: 0 6px 18px rgba(232, 97, 44, 0.26);
}
.cta-ai:hover {
    transform: translateY(-1px);
    background: var(--ss-orange-dark);
    /* box-shadow: 0 6px 22px rgba(91, 91, 255, .45) */
}
@media only screen and (max-width:991px) {
    .hero-layout .hero-image {
        max-width: 100%;
    }
    .home-hero {
        padding: 48px 0 64px;
        min-height: auto;
        background-position: 65% center
    }
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }
    .hero-copy {
        margin: 0 auto;
        max-width: 640px
    }
    .home-hero h1 {
        font-size: 42px;
    }
    .home-hero h1 {
        font-size: 42px;
    }
    .home-hero h2 {
        font-size: 32px;
    }
    .home-hero .wrap {
        padding: 0 20px;
    }
    .home-hero .sec {
        padding: 56px 0;
    }
}
@media only screen and (max-width:680px) {
    .home-hero h1 {
        font-size: 34px;
    }
}