/* =============================================================
   doc.css — Termos e Política de Privacidade
   Prefixo: doc-
============================================================= */

/* -------------------------------------------------------------
   CONTAINERS
------------------------------------------------------------- */
.doc-hero         > .container,
.doc-body-bridge  > .container {
    max-width: 1400px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

@media (max-width: 991px) {
    .doc-hero         > .container,
    .doc-body-bridge  > .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 575px) {
    .doc-hero         > .container,
    .doc-body-bridge  > .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* -------------------------------------------------------------
   HERO — compacto
------------------------------------------------------------- */
.doc-hero {
    padding-bottom: 120px;
    padding-top: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.doc-hero::before {
    content: '';
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    top: -120px;
    right: 5%;
    pointer-events: none;
}

/* Breadcrumb */
.doc-breadcrumb {
    font-size: 14px;
    color: rgba(255,255,255,.7);
    padding: 20px 0 36px;
    text-align: left;
}

.doc-breadcrumb a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    transition: color .15s;
}

.doc-breadcrumb a:hover { color: #fff; }

.doc-breadcrumb strong { color: #fff; font-weight: 600; }

/* Ícone */
.doc-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    margin: 0 auto 20px;
}

/* Título */
.doc-hero h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 auto 12px;
    max-width: 700px;
}

.doc-hero-date {
    font-size: 14px;
    color: rgba(255,255,255,.6);
}

/* -------------------------------------------------------------
   BODY BRIDGE — card flutuante
------------------------------------------------------------- */
.doc-body-bridge {
    position: relative;
    z-index: 10;
    margin-top: -70px;
    padding-bottom: 80px;
}

.doc-body-card {
    background: #fff;
    border-radius: 20px;
    padding: 64px 80px;
    box-shadow: 0 8px 48px rgba(0,0,0,.11);
    max-width: 920px;
    margin: 0 auto;
}

/* -------------------------------------------------------------
   TIPOGRAFIA LEGAL
------------------------------------------------------------- */
.doc-body-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #17479e;
    margin: 40px 0 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.doc-body-card h3:first-child {
    margin-top: 0;
}

.doc-body-card p {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 12px;
}

.doc-body-card p strong {
    color: #222;
}

.doc-body-card ul,
.doc-body-card ol {
    padding-left: 24px;
    margin-bottom: 12px;
}

.doc-body-card li {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 4px;
}

.doc-body-card a {
    color: #17479e;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.doc-body-card a:hover {
    color: #00a3e0;
}

.doc-body-card hr {
    border: none;
    border-top: 1px solid #e8eef8;
    margin: 32px 0;
}

/* Data final */
.doc-body-date {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e8eef8;
    font-size: 14px;
    color: #888;
}

/* -------------------------------------------------------------
   RESPONSIVO
------------------------------------------------------------- */
@media (max-width: 991px) {
    .doc-hero h1       { font-size: 30px; }
    .doc-hero          { padding-bottom: 100px; }
    .doc-body-bridge   { margin-top: -56px; }
    .doc-body-card     { padding: 40px 28px; }
}

@media (max-width: 575px) {
    .doc-hero h1       { font-size: 24px; }
    .doc-body-card     { padding: 28px 20px; }
    .doc-body-card h3  { font-size: 14px; }
}
