﻿.webmobile-hero {
    padding: 105px 0 115px;
    overflow: hidden;
    background: radial-gradient(circle at 80% 40%, rgba(49,130,246,.11), transparent 34%), radial-gradient(circle at 10% 80%, rgba(20,184,178,.08), transparent 28%), #fff;
}

.webmobile-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--teal);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

    .webmobile-eyebrow span {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border-radius: 9px;
        background: #edfafa;
    }

.webmobile-hero h1 {
    color: var(--navy);
    font-size: clamp(48px,5vw,72px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -3px;
}

    .webmobile-hero h1 strong {
        display: block;
        color: var(--teal);
    }

.webmobile-hero p,
.webmobile-features p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
}

.webmobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.device-showcase {
    position: relative;
    min-height: 530px;
}

.desktop-device {
    position: absolute;
    left: 0;
    top: 30px;
    width: 88%;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: white;
    box-shadow: 0 30px 60px rgba(18,54,87,.15);
}

.device-browser-bar {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-bottom: 1px solid var(--border);
}

    .device-browser-bar > span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #cbd5df;
    }

    .device-browser-bar small {
        margin-left: 20px;
        color: #8294a6;
    }

.device-dashboard {
    display: flex;
    min-height: 340px;
}

.device-sidebar {
    width: 55px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    padding-top: 25px;
    color: #8ba5ba;
    background: #113758;
}

.device-content {
    flex: 1;
    padding: 25px;
    background: #f8fafc;
}

    .device-content h3 {
        color: var(--navy);
        font-size: 16px;
    }

.device-kpis {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

    .device-kpis span {
        padding: 15px;
        border: 1px solid var(--border);
        border-radius: 11px;
        color: #8294a6;
        background: white;
        font-size: 8px;
    }

    .device-kpis strong {
        display: block;
        margin-top: 8px;
        color: var(--navy);
        font-size: 20px;
    }

        .device-kpis strong.green {
            color: #16a34a;
        }

.device-chart {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 11px;
    background: white;
}

    .device-chart svg {
        width: 100%;
        height: 160px;
    }

.mobile-device {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 205px;
    min-height: 400px;
    padding: 9px;
    border-radius: 30px;
    background: #102033;
    box-shadow: 0 30px 60px rgba(10,30,50,.25);
}

.mobile-camera {
    width: 60px;
    height: 5px;
    margin: 3px auto 9px;
    border-radius: 10px;
    background: #27394b;
}

.mobile-screen {
    min-height: 370px;
    padding: 18px;
    border-radius: 22px;
    background: #f8fafc;
}

.mobile-logo {
    margin-bottom: 30px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
}

    .mobile-logo strong {
        color: var(--teal);
    }

.mobile-screen > small {
    color: #8294a6;
}

.mobile-reading {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
    padding: 12px;
    border-radius: 11px;
    background: white;
}

    .mobile-reading i {
        color: var(--teal);
    }

    .mobile-reading span,
    .mobile-reading strong {
        display: block;
    }

    .mobile-reading span {
        color: #8294a6;
        font-size: 7px;
    }

    .mobile-reading strong {
        color: var(--navy);
    }

.mobile-status {
    margin-top: 18px;
    color: #16a34a;
    font-size: 8px;
}

.webmobile-section-label {
    margin-bottom: 12px;
    color: var(--teal);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.webmobile-section-title,
.webmobile-section-heading h2 {
    color: var(--navy);
    font-size: clamp(38px,4vw,55px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -2px;
}

    .webmobile-section-title strong,
    .webmobile-section-heading h2 strong {
        font-weight: 800;
    }

.webmobile-section-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.webmobile-devices,
.webmobile-security {
    padding: 110px 0;
    background: #f5f8fc;
}

.webmobile-features,
.webmobile-contact {
    padding: 110px 0;
}

.device-type-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

    .device-type-grid article {
        padding: 30px;
        border: 1px solid var(--border);
        border-radius: 18px;
        background: white;
    }

    .device-type-grid span {
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        margin-bottom: 20px;
        border-radius: 13px;
        color: var(--blue);
        background: #edf4ff;
        font-size: 22px;
    }

    .device-type-grid h3 {
        color: var(--navy);
    }

    .device-type-grid p {
        color: #778b9f;
        font-size: 10px;
    }

.webmobile-feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

    .webmobile-feature-grid article {
        padding: 23px;
        border: 1px solid var(--border);
        border-radius: 15px;
    }

    .webmobile-feature-grid i,
    .webmobile-feature-grid strong,
    .webmobile-feature-grid span {
        display: block;
    }

    .webmobile-feature-grid i {
        margin-bottom: 14px;
        color: var(--teal);
        font-size: 20px;
    }

    .webmobile-feature-grid strong {
        color: var(--navy);
    }

    .webmobile-feature-grid span {
        margin-top: 5px;
        color: #8193a4;
        font-size: 9px;
    }

.webmobile-security-box,
.webmobile-contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    padding: 50px;
    border-radius: 24px;
}

.webmobile-security-box {
    color: white;
    background: #0b3152;
}

    .webmobile-security-box h2 {
        font-size: 40px;
    }

        .webmobile-security-box h2 strong {
            color: #5ce1d9;
        }

    .webmobile-security-box p {
        color: rgba(255,255,255,.65);
    }

.webmobile-security-icons {
    display: flex;
    gap: 10px;
}

    .webmobile-security-icons span {
        display: grid;
        place-items: center;
        min-width: 95px;
        min-height: 90px;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 14px;
        background: rgba(255,255,255,.06);
        font-size: 9px;
    }

    .webmobile-security-icons i {
        margin-bottom: 8px;
        font-size: 22px;
    }

.webmobile-contact-box {
    border: 1px solid var(--border);
    background: #f8fbfd;
}

    .webmobile-contact-box h2 {
        color: var(--navy);
        font-size: 40px;
        font-weight: 800;
    }

.webmobile-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media(max-width:991px) {
    .device-showcase {
        margin-top: 30px;
    }

    .device-type-grid {
        grid-template-columns: 1fr;
    }

    .webmobile-security-box,
    .webmobile-contact-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width:767px) {
    .desktop-device {
        position: relative;
        width: 100%;
    }

    .mobile-device {
        display: none;
    }

    .device-showcase {
        min-height: auto;
    }

    .webmobile-feature-grid {
        grid-template-columns: 1fr;
    }
}
