﻿body {
    font-family: 'Inter',sans-serif;
    color: #0f172a;
    background: white;
}

section {
    padding: 110px 0;
}

.container {
    max-width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
}

.gradient-text {
    background: linear-gradient(90deg,#2563eb,#00c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero {
    padding: 140px 0;
}

    .hero h1 {
        font-size: 3.4rem;
        font-weight: 800;
        line-height: 1.2;
    }

    .hero p {
        font-size: 1.15rem;
        color: #64748b;
        margin-top: 25px;
    }

.badge-soft {
    background: #eef4ff;
    color: #2563eb;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: .8rem;
}

.btn-main {
    background: #2563eb;
    color: white;
    border-radius: 40px;
    padding: 14px 32px;
    font-weight: 600;
}

    .btn-main:hover {
        background: #1e4fd1;
        color: white;
    }

.mockup-wrapper {
    position: relative;
}

.mockup-main {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 35px 70px rgba(0,0,0,0.08));
}

@media (max-width: 991.98px) {
    .hero {
        padding: 56px 0 40px;
    }

        .hero h1 {
            font-size: 2.55rem;
            line-height: 1.15;
            margin-top: 12px !important;
        }

        .hero p {
            margin-top: 16px;
        }

        .hero .row {
            row-gap: 26px;
        }

    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .hero-actions .ms-3 {
            margin-left: 0 !important;
        }

    section {
        padding: 72px 0;
    }
}

.mockup-phone {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 170px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.section-light {
    background: #f8fafc;
}

.problem-card {
    padding: 40px;
    border-radius: 14px;
    background: white;
    border: 1px solid #eef2f7;
    transition: .3s;
}

    .problem-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    }

.feature-card {
    padding: 35px;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    background: white;
    transition: .3s;
}

    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    }

.feature-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.scale-card {
    background: white;
    padding: 40px;
    border-radius: 14px;
    border: 1px solid #eef2f7;
    text-align: center;
    transition: .3s;
}

    .scale-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    }

.scale-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.module-list {
    list-style: none;
    padding: 0;
}

    .module-list li {
        margin-bottom: 10px;
        font-weight: 500;
    }

.cta {
    background: linear-gradient(135deg,#2563eb,#0046af);
    border-radius: 20px;
    color: white;
    padding: 70px;
    text-align: center;
}
