.solution-page {
    background: #050505;
    color: #fff;
    overflow-x: hidden
}

.solution-hero {
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 0 1rem;
    background: radial-gradient(circle at center, rgba(112, 0, 255, .15) 0, transparent 70%)
}

.solution-hero h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 1rem;
    background: linear-gradient(to bottom, #fff, #999);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1
}

.solution-hero .accent {
    color: #00e5ff;
    font-weight: 400
}

.solution-sub {
    font-size: 1.1rem;
    color: #888;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10vh 2rem
}

.feature-box {
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .05);
    padding: 2rem;
    border-radius: 20px;
    transition: .3s
}

.feature-box:hover {
    border-color: #00e5ff;
    background: rgba(0, 229, 255, .02);
    transform: translateY(-5px)
}

.feature-icon {
    font-size: 2.5rem;
    color: #7000ff;
    margin-bottom: 1.5rem
}

.feature-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.feature-box p {
    color: #aaa;
    line-height: 1.6
}

.cta-banner {
    background: linear-gradient(90deg, #000 0, #050505 100%);
    padding: 10vh 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.cta-banner h2 {
    font-size: clamp(2rem, 6vw, 4rem);
    margin-bottom: 2rem
}

.solution-btn {
    padding: 1rem 2.5rem;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 800;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: .3s;
    display: inline-block
}

.solution-btn:hover {
    box-shadow: 0 0 30px rgba(255, 255, 255, .3);
    transform: scale(1.05)
}

@media (max-width:768px) {
    .solution-hero h1 {
        font-size: clamp(2.5rem, 10vw, 3.5rem)
    }

    .solution-grid {
        grid-template-columns: 1fr
    }

    .cta-banner h2 {
        font-size: 2.5rem
    }

    .solution-hero {
        height: 60vh
    }
}

.story-section {
    padding: 5rem 1.5rem;
    border-bottom: 1px solid var(--border)
}

.story-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    line-height: 1.1
}

.story-text {
    font-size: 1.1rem;
    color: #a0a0a0;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto
}

.step-card {
    background: #0a0a0a;
    border: 1px solid #222;
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    overflow: hidden
}

.step-num {
    font-size: 3rem;
    font-weight: 900;
    color: #1a1a1a;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 0
}

.step-content {
    position: relative;
    z-index: 1
}

.mockup-img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5)
}

.accent-badge {
    background: rgba(0, 229, 255, .1);
    color: #00e5ff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: inline-block;
    border: 1px solid rgba(0, 229, 255, .3)
}

.text-center {
    text-align: center
}

.mb-12 {
    margin-bottom: 3rem
}

.text-xl {
    font-size: 1.25rem
}

.font-bold {
    font-weight: 700
}

.text-white {
    color: #fff
}

.text-gray-400 {
    color: #9ca3af
}

.text-gray-300 {
    color: #d1d5db
}

.flex {
    display: flex
}

.items-center {
    align-items: center
}

.mr-3 {
    margin-right: .75rem
}

.space-y-4>*+* {
    margin-top: 1rem
}

@media(max-width:768px) {
    .split-grid {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .story-title {
        font-size: 2rem
    }

    .solution-hero h1 {
        font-size: 2.5rem
    }

    .story-text-anim {
        font-size: 1.8rem !important
    }
}

.js-enabled .feature-box,
.js-enabled .solution-hero .accent-badge,
.js-enabled .solution-hero .solution-sub,
.js-enabled .solution-hero h1,
.js-enabled .story-text-anim {
    opacity: 0;
    visibility: hidden
}

.story-text-anim {
    font-size: clamp(1.8rem, 8vw, 4rem);
    position: absolute;
    text-align: center;
    max-width: 90%;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px
}