/* Páginas institucionais: guia, termos, sobre */
.cc-guide,
.cc-terms,
.cc-about {
    font-family: inherit;
    color: #0B3548;
    background: #f5f5f5;
    padding: 56px 24px 100px;
    margin: 0;
}

.cc-guide-container,
.cc-terms-container,
.cc-about-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* —— Guia consumidor —— */
.cc-hero {
    text-align: center;
    margin-bottom: 48px;
}

.cc-hero h1 {
    font-size: 42px;
    margin: 0 0 12px;
    color: #0B3548;
}

.cc-hero .subtitle {
    font-size: 23px;
    color: #DB6826;
    margin: 0 auto 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    max-width: 900px;
    line-height: 1.4;
}

.cc-hero p {
    font-size: 17px;
    line-height: 1.7;
    max-width: 850px;
    margin: 26px auto 0;
}

.cc-grid-4,
.cc-grid-2,
.cc-about-grid-4,
.cc-about-grid-2 {
    display: grid;
    gap: 24px;
}

.cc-grid-4,
.cc-about-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
    align-items: stretch;
}

.cc-grid-2,
.cc-about-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 36px;
    align-items: stretch;
}

.cc-grid-2 > .cc-card,
.cc-grid-2 > .cc-about-card,
.cc-about-grid-2 > .cc-card,
.cc-about-grid-2 > .cc-about-card,
.cc-grid-4 > .cc-card,
.cc-grid-4 > .cc-about-card,
.cc-about-grid-4 > .cc-card,
.cc-about-grid-4 > .cc-about-card {
    height: 100%;
    box-sizing: border-box;
}

.cc-card,
.cc-about-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cc-guide-stack > .cc-card + .cc-card,
.cc-about-stack > .cc-about-card + .cc-about-card {
    margin-top: 24px;
}

.cc-guide-stack > .cc-card:first-child,
.cc-about-stack > .cc-about-card:first-child {
    margin-top: 0;
}

.cc-card.center,
.cc-about-card.center {
    text-align: center;
}

.cc-card h2,
.cc-card h3,
.cc-about-card h2,
.cc-about-card h3 {
    color: #DB6826;
    margin-top: 0;
}

.cc-card p,
.cc-card li,
.cc-about-card p,
.cc-about-card li {
    font-size: 16px;
    line-height: 1.7;
}

.cc-icon {
    font-size: 34px;
    margin-bottom: 12px;
}

.cc-alert {
    background: #F7F9FC;
    border-left: 4px solid #DB6826;
    padding: 18px;
    border-radius: 10px;
    margin: 22px 0;
    font-size: 16px;
    line-height: 1.6;
}

.cc-dark {
    background: #0B3548;
    color: #ffffff;
}

.cc-orange {
    background: #DB6826;
    color: #ffffff;
}

.cc-dark h2,
.cc-orange h2,
.cc-dark p,
.cc-orange p,
.cc-dark li,
.cc-orange li {
    color: #ffffff;
}

.cc-cta,
.cc-terms-cta,
.cc-about-cta {
    text-align: center;
    margin-top: 42px;
}

.cc-cta a,
.cc-terms-cta a {
    display: inline-block;
    background: #DB6826;
    color: #ffffff !important;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.2s ease;
}

.cc-cta a:hover,
.cc-terms-cta a:hover {
    background: #c85c20;
}

.cc-about-cta a {
    display: inline-block;
    background: #0B3548;
    color: #ffffff !important;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.2s ease;
}

.cc-about-cta a:hover {
    opacity: 0.92;
}

/* —— Termos —— */
.cc-terms {
    padding-top: 50px;
}

.cc-terms-hero {
    text-align: center;
    margin-bottom: 42px;
}

.cc-terms-hero h1 {
    font-size: 42px;
    margin: 0 0 10px;
    color: #0B3548;
}

.cc-terms-update {
    font-size: 14px;
    opacity: 0.7;
}

.cc-terms-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
}

.cc-terms-card h2 {
    color: #DB6826;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 24px;
}

.cc-terms-card p,
.cc-terms-card li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.cc-terms-card ul,
.cc-terms-card ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.cc-terms-link {
    color: #DB6826;
    text-decoration: underline;
    font-weight: bold;
}

.cc-terms-link:hover {
    color: #c85c20;
}

/* —— Sobre —— */
.cc-about {
    padding-top: 50px;
}

.cc-about-hero {
    text-align: center;
    margin-bottom: 50px;
}

.cc-about-hero h1 {
    font-size: 42px;
    margin: 0 0 12px;
    color: #0B3548;
}

.cc-about-hero .subtitle {
    font-size: 24px;
    color: #DB6826;
    margin: 0;
    font-weight: 700;
}

.cc-about-hero .lead {
    font-size: 17px;
    line-height: 1.7;
    max-width: 850px;
    margin: 28px auto 0;
}

.cc-about-section-title {
    text-align: center;
    color: #0B3548;
    margin: 0 0 28px;
    font-size: 28px;
}

.cc-about-card ul {
    line-height: 1.9;
    padding-left: 20px;
    margin-bottom: 0;
}

.cc-about-card--purpose {
    margin-bottom: 40px;
}

.cc-about-card--commitment {
    text-align: center;
    margin-bottom: 40px;
}

.cc-about-card--commitment p {
    max-width: 850px;
    margin: 0 auto;
}

.cc-about-slogan {
    max-width: 280px;
    width: 80%;
    margin: 20px auto 30px;
    display: block;
    height: auto;
}

@media (max-width: 900px) {
    .cc-grid-4,
    .cc-about-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cc-grid-2,
    .cc-about-grid-2 {
        grid-template-columns: 1fr;
    }

    .cc-hero h1,
    .cc-terms-hero h1,
    .cc-about-hero h1 {
        font-size: 34px;
    }

    .cc-hero .subtitle {
        font-size: 20px;
    }

    .cc-about-hero .subtitle {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .cc-guide,
    .cc-terms,
    .cc-about {
        padding: 38px 16px 90px;
    }

    .cc-terms-hero h1,
    .cc-about-hero h1 {
        font-size: 32px;
    }

    .cc-terms-card {
        padding: 22px;
    }

    .cc-terms-card h2 {
        font-size: 22px;
    }

    .cc-terms-card p,
    .cc-terms-card li {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .cc-hero h1 {
        font-size: 28px;
    }

    .cc-hero .subtitle {
        font-size: 18px;
    }

    .cc-hero p,
    .cc-about-hero .lead {
        font-size: 15.5px;
    }

    .cc-grid-4,
    .cc-about-grid-4 {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 34px;
    }

    .cc-card,
    .cc-about-card {
        padding: 22px;
        border-radius: 14px;
    }

    .cc-card p,
    .cc-card li,
    .cc-alert,
    .cc-about-card p {
        font-size: 15px;
    }

    .cc-icon {
        font-size: 30px;
    }

    .cc-cta a,
    .cc-terms-cta a,
    .cc-about-cta a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .cc-about-slogan {
        width: 100%;
        max-width: 100%;
    }
}
