﻿/*
------------------------------------------------
Termos de Uso
------------------------------------------------
*/

.terms-page {
    min-height: 100vh;
    background-color: #f5f6f8;
}

/*
------------------------------------------------
Cabeçalho mantendo about_bg.jpg
------------------------------------------------
*/

.page-heading-about.terms-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    padding: 110px 0 80px;
    background-image: url("/Images/Principal/about_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .page-heading-about.terms-hero::before {
        position: absolute;
        content: "";
        inset: 0;
        background: linear-gradient( 90deg, rgba(24, 28, 32, 0.95) 0%, rgba(35, 40, 44, 0.80) 52%, rgba(35, 40, 44, 0.42) 100% );
    }

.terms-hero .container {
    position: relative;
    z-index: 2;
}

.terms-hero-content {
    max-width: 790px;
}

.terms-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    backdrop-filter: blur(6px);
}

.terms-hero-content h1 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.terms-hero-content > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.terms-update-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 21px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.83);
    font-size: 9px;
    font-weight: 600;
}

/*
------------------------------------------------
Conteúdo e cartões
------------------------------------------------
*/

.terms-content {
    padding: 55px 0 90px;
}

.terms-card {
    margin-bottom: 24px;
    padding: 29px;
    scroll-margin-top: 105px;
    border: 1px solid #e3e5e7;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(35, 45, 57, 0.06);
}

.terms-introduction-card {
    border-top: 4px solid #343a3e;
}

.terms-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 19px;
    border-bottom: 1px solid #eceef0;
}

.terms-card-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #343a3e;
    color: #fff;
    font-size: 18px;
}

.terms-card-header span {
    display: block;
    margin-bottom: 3px;
    color: #92979d;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.terms-card-header h2 {
    margin: 0;
    color: #2a2a2a;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.terms-text p {
    margin: 0 0 16px;
    color: #555d63;
    font-size: 12px;
    line-height: 1.85;
    font-weight: 400;
}

    .terms-text p:last-child {
        margin-bottom: 0;
    }

/*
------------------------------------------------
Introdução
------------------------------------------------
*/

.terms-highlight {
    margin-bottom: 17px;
    padding: 18px 20px;
    border-left: 4px solid #343a3e;
    border-radius: 0 9px 9px 0;
    background-color: #f3f4f5;
}

    .terms-highlight p {
        margin: 0 0 8px;
        color: #343a3e;
        font-size: 13px;
        line-height: 1.75;
        font-weight: 500;
    }

        .terms-highlight p:first-child {
            font-size: 16px;
            font-weight: 700;
        }

        .terms-highlight p:last-child {
            margin-bottom: 0;
        }

/*
------------------------------------------------
Definições
------------------------------------------------
*/

.terms-definition-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.terms-definition-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px;
    border: 1px solid #e5e7e9;
    border-radius: 10px;
    background-color: #fafbfc;
}

    .terms-definition-item > div:first-child {
        width: 37px;
        height: 37px;
        flex: 0 0 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background-color: #343a3e;
        color: #fff;
        font-size: 13px;
    }

    .terms-definition-item strong {
        display: block;
        margin-bottom: 4px;
        color: #343a3e;
        font-size: 11px;
        font-weight: 700;
    }

    .terms-definition-item p {
        margin: 0;
        color: #737a81;
        font-size: 9px;
        line-height: 1.65;
    }

/*
------------------------------------------------
Serviços
------------------------------------------------
*/

.terms-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

    .terms-service-grid > div {
        padding: 17px;
        border: 1px solid #e4e6e8;
        border-radius: 10px;
        background-color: #fafbfc;
    }

    .terms-service-grid i {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 11px;
        border-radius: 9px;
        background-color: #343a3e;
        color: #fff;
        font-size: 14px;
    }

    .terms-service-grid strong,
    .terms-service-grid span {
        display: block;
    }

    .terms-service-grid strong {
        margin-bottom: 5px;
        color: #343a3e;
        font-size: 11px;
        font-weight: 700;
    }

    .terms-service-grid span {
        color: #737a81;
        font-size: 9px;
        line-height: 1.65;
    }

/*
------------------------------------------------
Avisos
------------------------------------------------
*/

.terms-note,
.terms-warning {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 9px;
}

.terms-note {
    background-color: #f3f5f6;
}

.terms-warning {
    border: 1px solid #eadfc6;
    background-color: #fffaf0;
}

    .terms-note > i,
    .terms-warning > i {
        margin-top: 4px;
        font-size: 13px;
    }

.terms-note > i {
    color: #656c74;
}

.terms-warning > i {
    color: #97691d;
}

.terms-note p,
.terms-warning p {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
}

.terms-note p {
    color: #656c74;
}

.terms-warning p {
    color: #6f5a32;
}

/*
------------------------------------------------
Contas
------------------------------------------------
*/

.terms-account-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.terms-account-card {
    padding: 18px;
    border: 1px solid #e4e6e8;
    border-radius: 10px;
    background-color: #fafbfc;
}

.terms-account-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

    .terms-account-heading > div {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background-color: #343a3e;
        color: #fff;
        font-size: 13px;
    }

    .terms-account-heading h3 {
        margin: 0;
        color: #343a3e;
        font-size: 13px;
        font-weight: 700;
    }

.terms-account-card > p {
    margin: 0 0 14px;
    color: #737a81;
    font-size: 9px;
    line-height: 1.65;
}

/*
------------------------------------------------
Listas
------------------------------------------------
*/

.terms-check-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

    .terms-check-list li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin: 0;
        color: #555d63;
        font-size: 9px;
        line-height: 1.6;
    }

        .terms-check-list li i {
            margin-top: 3px;
            color: #4f7c5e;
            font-size: 11px;
        }

.terms-wide-list {
    margin-top: 20px;
}

.terms-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .terms-list li {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        margin: 0;
        padding: 13px 14px;
        border: 1px solid #e7e9eb;
        border-radius: 9px;
        background-color: #fafbfc;
    }

        .terms-list li > div {
            width: 31px;
            height: 31px;
            flex: 0 0 31px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background-color: #eceef0;
            color: #656c74;
            font-size: 12px;
        }

        .terms-list li > span {
            padding-top: 5px;
            color: #555d63;
            font-size: 10px;
            line-height: 1.65;
        }

/*
------------------------------------------------
Uso proibido
------------------------------------------------
*/

.terms-prohibited-card {
    border-color: #e6dddd;
}

.terms-prohibited-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

    .terms-prohibited-list li {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin: 0;
        padding: 13px;
        border: 1px solid #eadfdf;
        border-radius: 9px;
        background-color: #fffafa;
        color: #6b5555;
        font-size: 9px;
        line-height: 1.65;
    }

        .terms-prohibited-list li i {
            margin-top: 3px;
            color: #a34b4b;
        }

.terms-warning-dark {
    border-color: #dfd2d2;
    background-color: #f9eeee;
}

    .terms-warning-dark p {
        color: #704747;
    }

/*
------------------------------------------------
Páginas relacionadas
------------------------------------------------
*/

.terms-related-page {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #dfe3e6;
    border-radius: 10px;
    background-color: #f7f9fa;
}

    .terms-related-page > div:first-child {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-color: #343a3e;
        color: #fff;
        font-size: 15px;
    }

    .terms-related-page strong {
        display: block;
        margin-bottom: 3px;
        color: #343a3e;
        font-size: 11px;
    }

    .terms-related-page p {
        margin: 0;
        color: #737a81;
        font-size: 9px;
        line-height: 1.55;
    }

    .terms-related-page a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #556b79;
        font-size: 9px;
        font-weight: 700;
    }

        .terms-related-page a:hover {
            color: #343a3e;
        }

/*
------------------------------------------------
Propriedade intelectual
------------------------------------------------
*/

.terms-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 20px;
}

    .terms-property-grid span {
        min-height: 42px;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border: 1px solid #e5e7e9;
        border-radius: 8px;
        background-color: #fafbfc;
        color: #555d63;
        font-size: 9px;
        font-weight: 600;
    }

    .terms-property-grid i {
        color: #656c74;
    }

/*
------------------------------------------------
Responsabilidade
------------------------------------------------
*/

.terms-responsibility-card {
    border-color: transparent;
    background: linear-gradient( 145deg, #292e32 0%, #3e454b 100% );
}

    .terms-responsibility-card .terms-card-header {
        border-bottom-color: rgba(255, 255, 255, 0.13);
    }

    .terms-responsibility-card .terms-card-icon {
        border: 1px solid rgba(255, 255, 255, 0.15);
        background-color: rgba(255, 255, 255, 0.10);
    }

    .terms-responsibility-card .terms-card-header span {
        color: rgba(255, 255, 255, 0.58);
    }

    .terms-responsibility-card .terms-card-header h2 {
        color: #fff;
    }

    .terms-responsibility-card .terms-text p {
        color: rgba(255, 255, 255, 0.76);
    }

.terms-dark-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 19px;
}

    .terms-dark-list li {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin: 0;
        padding: 13px;
        border: 1px solid rgba(255, 255, 255, 0.13);
        border-radius: 9px;
        background-color: rgba(255, 255, 255, 0.07);
        color: rgba(255, 255, 255, 0.77);
        font-size: 9px;
        line-height: 1.6;
    }

        .terms-dark-list li i {
            margin-top: 3px;
            color: #fff;
        }

.terms-dark-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 19px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

    .terms-dark-note i {
        margin-top: 3px;
        color: #fff;
    }

    .terms-dark-note p {
        margin: 0;
        color: rgba(255, 255, 255, 0.77);
        font-size: 10px;
        line-height: 1.7;
    }

/*
------------------------------------------------
Vigência e legislação
------------------------------------------------
*/

.terms-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 20px;
}

    .terms-reason-grid > div {
        padding: 16px;
        border: 1px solid #e4e6e8;
        border-radius: 10px;
        background-color: #fafbfc;
    }

    .terms-reason-grid i {
        display: block;
        margin-bottom: 10px;
        color: #656c74;
        font-size: 17px;
    }

    .terms-reason-grid span {
        color: #555d63;
        font-size: 9px;
        line-height: 1.65;
    }

.terms-legal-box {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 11px;
    padding: 15px;
    border: 1px solid #e4e6e8;
    border-radius: 10px;
    background-color: #fafbfc;
}

    .terms-legal-box:last-child {
        margin-bottom: 0;
    }

    .terms-legal-box > div:first-child {
        width: 37px;
        height: 37px;
        flex: 0 0 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background-color: #343a3e;
        color: #fff;
    }

    .terms-legal-box strong {
        display: block;
        margin-bottom: 4px;
        color: #343a3e;
        font-size: 11px;
    }

    .terms-legal-box p {
        margin: 0;
        color: #737a81;
        font-size: 9px;
        line-height: 1.65;
    }

/*
------------------------------------------------
Aceite
------------------------------------------------
*/

.terms-acceptance-card {
    display: flex;
    align-items: flex-start;
    gap: 19px;
    margin-bottom: 24px;
    padding: 29px;
    scroll-margin-top: 105px;
    border-radius: 15px;
    background: linear-gradient( 135deg, #2e3438 0%, #4a5258 100% );
    box-shadow: 0 10px 30px rgba(35, 40, 44, 0.18);
}

.terms-acceptance-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.10);
    color: #fff;
    font-size: 21px;
}

.terms-acceptance-card > div:last-child > span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.terms-acceptance-card h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.terms-acceptance-card p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 10px;
    line-height: 1.7;
}

.terms-acceptance-card ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.terms-acceptance-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 9px;
    line-height: 1.6;
}

    .terms-acceptance-card li i {
        margin-top: 3px;
        color: #fff;
    }

/*
------------------------------------------------
Contato
------------------------------------------------
*/

.terms-contact-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    padding: 27px;
    border: 1px solid #e0e3e5;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(35, 45, 57, 0.06);
}

.terms-contact-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background-color: #343a3e;
    color: #fff;
    font-size: 20px;
}

.terms-contact-card span {
    display: block;
    margin-bottom: 3px;
    color: #92979d;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.terms-contact-card h2 {
    margin: 0 0 7px;
    color: #343a3e;
    font-size: 18px;
    font-weight: 700;
}

.terms-contact-card p {
    margin: 0;
    color: #737a81;
    font-size: 10px;
    line-height: 1.65;
}

.terms-contact-button {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #343a3e;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

    .terms-contact-button:hover {
        background-color: #23282c;
        color: #fff;
    }

/*
------------------------------------------------
Navegação lateral
------------------------------------------------
*/

.terms-sidebar {
    position: sticky;
    top: 100px;
}

.terms-navigation-card,
.terms-summary-card {
    margin-bottom: 20px;
    padding: 21px;
    border: 1px solid #e3e5e7;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 8px 28px rgba(35, 45, 57, 0.06);
}

.terms-navigation-header {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eceef0;
}

    .terms-navigation-header > div:first-child {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-color: #343a3e;
        color: #fff;
        font-size: 14px;
    }

    .terms-navigation-header span {
        display: block;
        margin-bottom: 2px;
        color: #92979d;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .terms-navigation-header h2 {
        margin: 0;
        color: #343a3e;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 700;
    }

.terms-navigation {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .terms-navigation a {
        display: flex;
        align-items: center;
        gap: 7px;
        min-height: 35px;
        padding: 7px 10px;
        border-radius: 7px;
        color: #656c74;
        font-size: 9px;
        font-weight: 600;
        transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    }

        .terms-navigation a i {
            color: #afb3b7;
            font-size: 7px;
        }

        .terms-navigation a:hover {
            background-color: #f0f1f2;
            color: #343a3e;
            transform: translateX(2px);
        }

.terms-summary-card {
    text-align: center;
    background-color: #f8fafb;
}

    .terms-summary-card > div {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 11px;
        border-radius: 50%;
        background-color: #e8edf0;
        color: #586e7d;
        font-size: 17px;
    }

    .terms-summary-card h3 {
        margin: 0 0 6px;
        color: #343a3e;
        font-size: 12px;
        font-weight: 700;
    }

    .terms-summary-card p {
        margin: 0 0 9px;
        color: #737a81;
        font-size: 9px;
        line-height: 1.65;
    }

    .terms-summary-card span {
        color: #92979d;
        font-size: 8px;
        font-weight: 600;
    }

/*
------------------------------------------------
Responsivo
------------------------------------------------
*/

@media (max-width: 991px) {

    .terms-sidebar {
        position: static;
        margin-top: 28px;
    }

    .terms-navigation {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .page-heading-about.terms-hero {
        min-height: 350px;
        padding: 85px 0 60px;
    }

    .terms-hero-content h1 {
        font-size: 32px;
    }

    .terms-hero-content > p {
        font-size: 12px;
    }

    .terms-content {
        padding-top: 35px;
    }

    .terms-card {
        padding: 22px;
        border-radius: 12px;
    }

    .terms-card-header {
        align-items: flex-start;
    }

        .terms-card-header h2 {
            font-size: 19px;
        }

    .terms-service-grid,
    .terms-account-grid,
    .terms-prohibited-list,
    .terms-dark-list,
    .terms-reason-grid {
        grid-template-columns: 1fr;
    }

    .terms-property-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .terms-related-page {
        grid-template-columns: auto minmax(0, 1fr);
    }

        .terms-related-page > a {
            grid-column: 1 / -1;
            justify-content: flex-end;
            padding-top: 10px;
            border-top: 1px solid #e2e5e7;
        }

    .terms-acceptance-card {
        display: block;
        padding: 22px;
    }

    .terms-acceptance-icon {
        margin-bottom: 14px;
    }

    .terms-contact-card {
        display: block;
        padding: 22px;
    }

    .terms-contact-icon {
        margin-bottom: 13px;
    }

    .terms-contact-button {
        width: 100%;
        margin-top: 17px;
    }
}

@media (max-width: 500px) {

    .terms-hero-content h1 {
        font-size: 27px;
    }

    .terms-card {
        padding: 18px;
    }

    .terms-navigation {
        grid-template-columns: 1fr;
    }

    .terms-property-grid {
        grid-template-columns: 1fr;
    }

    .terms-definition-item {
        align-items: flex-start;
    }
}
