﻿:root {
    --navy: #151e4d;
    --orange: #f28b21;
    --bg-color: #f6f8fc;
    --card-bg: #ffffff;
    --text-gray: #4a4a4a;
    --light-blue: #e4ebfa;
}

section#produtos {
    box-sizing: border-box;
    margin: 0;
    padding: 0;    
}



    section#produtos .container {
        max-width: 1200px;
        width: 100%;
        position: relative;
    }

/* --- HEADER --- */
    section#produtos .header-produtos {
        text-align: center;
        margin-bottom: 60px;
    }

    section#produtos .logo-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    section#produtos .header-produtos h1 {
        font-size: 26px;
        font-weight: 600;
        color: var(--navy);
        margin-bottom: 12px;
        letter-spacing: -0.5px;
    }

    section#produtos .header-produtos p {
        font-size: 18px;
        color: var(--navy);
        font-weight: 400;
        text-align: center;
        width: 100%;
    }

        section#produtos .header-produtos p strong {
            font-weight: 700;
        }

/* --- MAIN DIAGRAM --- */
    section#produtos .diagram-area {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        gap: 30px;
        z-index: 1;
    }

    section#produtos .side-column {
        display: flex;
        flex-direction: column;
        gap: 60px;
        z-index: 2;
    }

/* Dotted background connections */
    section#produtos .dotted-circle-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 650px;
        height: 650px;
        border: 2px dashed #b8c5e6;
        border-radius: 50%;
        z-index: 0;
        pointer-events: none;
    }

/* --- CARDS --- */
    section#produtos .card {
        background-color: var(--card-bg);
        border-radius: 20px;
        padding: 35px 25px 25px 25px;
        width: 320px;
        box-shadow: 0 10px 30px rgba(21, 30, 77, 0.08);
        position: relative;
    }

    section#produtos .icon-wrapper {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -27px;
        left: 25px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    section#produtos .icon-blue {
        background-color: var(--navy);
    }

    section#produtos .icon-orange {
        background-color: var(--orange);
    }

    section#produtos .icon-wrapper svg {
        width: 28px;
        height: 28px;
        fill: #fff;
    }

    section#produtos .logo-section-scanmap {
        width: 70px;
        height: 70px;
        text-align: center;
    }

    section#produtos .card h3 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.3;
        color: var(--navy);
        text-transform: uppercase;
        text-align: left;
    }

        section#produtos .card h3 span.orange-text {
            color: var(--orange);
        }

    section#produtos .card ul {
        list-style: none;
    }

    section#produtos .card li {
        font-size: 13.5px;
        line-height: 1.5;
        margin-bottom: 12px;
        position: relative;
        padding-left: 18px;
        color: var(--navy);
        font-weight: 500;
        text-align:left;
    }

        section#produtos .card li::before {
            content: '•';
            position: absolute;
            left: 0;
            top: -2px;
            font-size: 20px;
        }

/* Bullet Colors */
    section#produtos .bullets-orange li::before {
        color: var(--orange);
    }

    section#produtos .bullets-blue li::before {
        color: var(--navy);
    }

    section#produtos .bullets-mixed li::before {
        color: var(--navy);
    }

    section#produtos .bullets-mixed li:last-child::before {
        color: var(--orange);
    }

/* --- CENTER HUB --- */
    section#produtos .center-hub {
        position: relative;
        width: 380px;
        height: 380px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    section#produtos .hub-outer-ring {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: linear-gradient(135deg, #f0f4ff 0%, #d8e2fa 100%);
        box-shadow: 0 10px 40px rgba(21, 30, 77, 0.15);
        padding: 15px;
    }

    section#produtos .hub-middle-ring {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: inset 0 0 20px rgba(0,0,0,0.05);
    }

    section#produtos .hub-content {
        text-align: center;
        padding: 20px;
    }

    section#produtos .hub-logo-s {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px auto;
    }

    section#produtos .hub-title {
        font-size: 28px;
        font-weight: 800;
        color: var(--navy);
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    section#produtos .hub-subtitle {
        font-size: 16px;
        color: var(--navy);
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    section#produtos .hub-divider {
        width: 30px;
        height: 1px;
        background-color: var(--navy);
        margin: 0 auto 10px auto;
    }

    section#produtos .hub-desc {
        font-size: 12px;
        color: var(--navy);
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    section#produtos .diagram-area {
        flex-direction: column;
        gap: 50px;
    }

    section#produtos .center-hub {
        order: -1; /* Traz o centro para o topo no mobile */
        margin-bottom: 20px;
    }

    section#produtos .dotted-circle-bg {
        display: none; /* Oculta a linha pontilhada em telas menores para não quebrar layout */
    }

    section#produtos .side-column {
        gap: 40px;
        width: 100%;
        align-items: center;
    }

    section#produtos .header-produtos h1 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    section#produtos .hub-desc {
        font-size: 9px;
    }
    section#scanmap {
        padding-top: 15px;
    }
}
    
