.hero {
    height: max(500px, calc(100vh - 80px));
    --s: 37px;
    --c: #0000, #282828 0.5deg 119.5deg, #0000 120deg;
    --g1: conic-gradient(from 60deg at 56.25% calc(425% / 6), var(--c));
    --g2: conic-gradient(from 180deg at 43.75% calc(425% / 6), var(--c));
    --g3: conic-gradient(from -60deg at 50% calc(175% / 12), var(--c));
    background: var(--g1), var(--g1) var(--s) calc(1.73 * var(--s)), var(--g2),
        var(--g2) var(--s) calc(1.73 * var(--s)), var(--g3) var(--s) 0,
        var(--g3) 0 calc(1.73 * var(--s)) #1e1e1e;
    background-size: calc(2 * var(--s)) calc(3.46 * var(--s));
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(125% 125% at 50% 10%, rgba(10, 12, 16, 0.8) 40%, rgba(25, 25, 60, 0.8) 100%);
    pointer-events: none;
}

.hero .hero-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
    height: 100%;
}

.hero .text-content {
    max-width: 64rem;
}

.promo-link {
    display: flex;
    align-items: center;
    gap: .50rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #1e90ff;
    background: linear-gradient(to right, rgba(30, 144, 255, 0.25), rgba(30, 144, 255, 0.35), rgba(30, 144, 255, 0.25));
    border-radius: 9999px;
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.promo-link:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(30, 144, 255, 0.25);
}

.promo-link svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.3rem;
}

.hero h1 {
    color: #e8e8e9;
    font-size: 6rem;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.375;
}

.hero h2 {
    font-size: 3.75rem;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: calc(2.5 / 2.25);
    background: linear-gradient(to right, oklch(.488 .243 264.376), oklch(.623 .214 259.815), oklch(.609 .126 221.723));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    color: #b7b9bc;
    font-size: 1rem;
    font-weight: 500;
    margin-block: calc(0.25rem * 6);
}

.hero .button {
    position: relative;
    padding: 0 1rem;
    height: 2.5rem;
    font-weight: 500;
    background-color: oklch(.488 .243 264.376);
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.4s, padding-right 0.4s;
}

.hero .button:hover {
    background-color: oklch(.424 .199 265.638);
    padding-right: 2rem;
}

/* Seção Tecnologias */
.tech-carousel-header {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .tech-carousel-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #e6f4ff;
        margin-bottom: 0.5rem;
    }

    .tech-carousel-subtitle {
        font-size: 1rem;
        color: #b0b8c4;
        max-width: 600px;
        margin: 0 auto;
    }

    @media (max-width: 480px) {
        .tech-carousel-title {
            font-size: 2rem;
        }

        .tech-carousel-subtitle {
            padding: 0 1rem;
        }
    }

    .tecnologias-carousel {
        background-color: #0a0c10;
        padding: calc(.25rem * 12) calc(.25rem * 6);
        text-align: center;
    }

    .carousel-skill-container {
        width: 100%;
        max-width: 720px;
        overflow: hidden;
        margin: 0 auto;
        height: 110px;
        position: relative;
        border-radius: 40px;
    }

    .carousel-skill-track {
        display: flex;
        gap: 14px;
        width: max-content;
        will-change: transform;
        align-items: center;
        height: 110px;
    }

    .skill-item {
        background: #16181c;
        border: 1.5px solid #272b31;
        border-radius: 18px;
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        box-shadow: 0 2px 6px #0007;
        flex: none;
        transition: transform 0.3s ease;
    }

    .skill-item:hover {
        transform: scale(1.05);
    }

    .skill-item img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .tech-carousel-footer {
        margin-top: 1.5rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #7f8794;
        font-size: 0.875rem;
    }

    @media (max-width: 480px) {
        .skill-item {
            width: 56px;
            height: 56px;
        }

        .carousel-skill-container {
            height: 90px;
        }
    }

/* Seção de Serviços ------------------------ Section 3*/
.servicos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        margin: 4rem auto;
        padding: 0 1rem;
        gap: 40px;
    }

    .servicos.reverse {
        flex-direction: row-reverse
    }

    .servicos .text-content {
        flex: 1 1 500px;
    }

    .servicos .text-content h2 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.3;
        background: linear-gradient(to right, #3b82f6, #1d4ed8);
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 20px;
    }

    .servicos .text-content p {
        color: #cbd5e1;
        font-size: 1rem;
        margin-bottom: 24px;
    }

    .icon-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .icon-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.95rem;
        color: #cbd5e1;
    }

    .icon-list svg {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        color: #10b981;
        margin-top: 4px;
        font-weight: bold;
    }

    .servicos .image-content {
        flex: 1 1 500px;
        text-align: center;
    }

    .servicos .image-content img {
        max-width: 100%;
        height: auto;
    }

    @media (max-width: 768px) {
        .servicos .text-content h2 {
            font-size: 1.5rem;
        }

        .servicos .image-content {
            display: none;
        }
    }

/* Seção de Recursos ---------------------------------- Section 4*/
.recursos-section {
    position: relative;
    background-color: #0a0c10;
    padding: 4rem 0;
}

.recursos-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.recursos-header {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recursos-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.recursos-subtitle {
    margin-top: 1rem;
    font-size: 1.125rem;
    color: #b7b9bc;
    max-width: 800px;
}

.recursos-image {
    max-width: 710px;
    max-height: 710px;
}

/* Seção de Suporte */
            .suporte-sk {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                gap: 3rem;
                padding: 4rem 1.5rem;
                max-width: 1200px;
                margin: 0 auto;
                background-color: #0b0e13;
            }

            .suporte-sk .text-content {
                flex: 1 1 500px;
            }

            .suporte-sk .text-content h2 {
                font-size: 2rem;
                font-weight: 700;
                line-height: 1.3;
                margin-bottom: 1.5rem;
                background: linear-gradient(to right, #3b82f6, #1d4ed8);
                background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .feature-item {
                display: flex;
                align-items: flex-start;
                gap: 0.75rem;
                margin-bottom: 1.25rem;
            }

            .feature-item svg {
                flex-shrink: 0;
                width: 20px;
                height: 20px;
                color: #10b981;
                margin-top: 4px;
            }

            .feature-item span {
                font-size: 1rem;
                color: #e5e7eb;
            }

            .suporte-sk .image-content {
                flex: 1 1 400px;
                text-align: center;
            }

            .suporte-sk .image-content img {
                width: 100%;
                max-width: 450px;
                height: auto;
                border-radius: 10px;
            }

            @media (max-width: 768px) {
                .suporte-sk {
                    padding: 2rem 1rem;
                }

                .suporte-sk .text-content h2 {
                    font-size: 1.6rem;
                }

                .feature-item span {
                    font-size: 0.95rem;
                }
            }
        

/* Responsividade */
@media (min-width: 1024px) {
    .recursos-title {
        font-size: 3rem;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 768px) {

    .hero h1 {
        font-size: 3rem;
    }

    .hero h2 {
        font-size: 2.25rem;
    }

    .promo-link {
        font-size: .75rem;
    }

    .services-image {
        display: none;
    }
}

@media (min-width: 768px) {
    div.recursos-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    div.services-features {
        flex-direction: row;
    }

    div.feature-card {
        flex: 1;
        max-width: 280px;
    }
}

@media (min-width: 640px) {
    .recursos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    div.recursos-section {
        padding: 8rem 0;
    }
}