/* CSS da Página Política de Privacidade - TG Studio Web */

.privacy-page {
    background:
        radial-gradient(circle at top left, rgba(233, 30, 99, 0.1), transparent 28%),
        radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.08), transparent 30%),
        linear-gradient(180deg, #05070c 0%, #080b11 50%, #05070c 100%);
    color: var(--tg-text, #e2e8f0);
}

.privacy-hero {
    padding: 150px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.privacy-hero-content {
    max-width: 840px;
}

.privacy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: var(--tg-accent, #ec4899);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.privacy-hero h1 {
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.privacy-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 8px;
    background: rgba(233, 30, 99, 0.12);
    border: 1px solid rgba(233, 30, 99, 0.25);
    color: #f472b6;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.privacy-meta-badge svg {
    width: 16px;
    height: 16px;
}

.privacy-intro-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #94a3b8;
    margin-bottom: 20px;
}

.privacy-intro-sub {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    padding-left: 14px;
    border-left: 2px solid rgba(233, 30, 99, 0.5);
}

/* Layout Principal */
.privacy-container {
    padding: 60px 0 100px;
}

.privacy-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 48px;
    align-items: start;
}

/* Sumário Lateral Sticky */
.privacy-toc-wrapper {
    position: sticky;
    top: 110px;
    z-index: 10;
}

.privacy-toc-card {
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.privacy-toc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-toc-header h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.02em;
}

.privacy-toc-header svg {
    width: 20px;
    height: 20px;
    color: var(--tg-accent, #ec4899);
}

.privacy-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.privacy-toc-item a {
    display: block;
    padding: 8px 12px;
    border-radius: 10px;
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.2s ease;
}

.privacy-toc-item a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(4px);
}

.privacy-toc-item a.active {
    color: #ec4899;
    background: rgba(236, 72, 153, 0.1);
    font-weight: 600;
}

/* Conteúdo Principal */
.privacy-content-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.privacy-section {
    scroll-margin-top: 110px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 36px 40px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.privacy-section:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.privacy-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.privacy-section-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(236, 72, 153, 0.12);
    color: #f472b6;
    font-size: 0.95rem;
    font-weight: 800;
    flex-shrink: 0;
}

.privacy-section h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.02em;
}

.privacy-section p {
    font-size: 1rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.privacy-section ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.privacy-section ul li {
    position: relative;
    padding-left: 28px;
    font-size: 1rem;
    line-height: 1.7;
    color: #cbd5e1;
}

.privacy-section ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tg-accent, #ec4899);
    box-shadow: 0 0 8px rgba(236, 72, 153, 0.5);
}

/* Detail Box (Card de Identificação / Contato) */
.privacy-highlight-box {
    margin-top: 20px;
    padding: 20px 24px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.privacy-highlight-box strong {
    color: #ffffff;
    font-weight: 600;
}

.privacy-highlight-box a {
    color: #38bdf8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.privacy-highlight-box a:hover {
    color: #7dd3fc;
    text-decoration: underline;
}

/* Contact Cards Grid */
.privacy-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.privacy-contact-card {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.privacy-contact-card:hover {
    border-color: rgba(236, 72, 153, 0.4);
    background: rgba(236, 72, 153, 0.05);
    transform: translateY(-2px);
}

.privacy-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(236, 72, 153, 0.12);
    color: #f472b6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.privacy-contact-icon svg {
    width: 22px;
    height: 22px;
}

.privacy-contact-info span {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.privacy-contact-info strong {
    display: block;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
}

/* Disclaimer Box / Note */
.privacy-disclaimer-box {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 10px;
}

.privacy-disclaimer-icon {
    color: #fbbf24;
    flex-shrink: 0;
    margin-top: 2px;
}

.privacy-disclaimer-icon svg {
    width: 22px;
    height: 22px;
}

.privacy-disclaimer-box p {
    margin: 0;
    font-size: 0.92rem;
    color: #fde68a;
    line-height: 1.6;
}

/* Checkbox de consentimento em formulários */
.privacy-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.5;
    cursor: pointer;
    margin-top: 16px;
}

.privacy-checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    accent-color: var(--tg-accent, #ec4899);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
}

.privacy-checkbox-label a {
    color: #ec4899;
    text-decoration: underline;
}

.privacy-checkbox-label a:hover {
    color: #f472b6;
}

/* Responsividade */
@media (max-width: 991px) {
    .privacy-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .privacy-toc-wrapper {
        position: static;
    }

    .privacy-toc-card {
        padding: 20px;
    }

    .privacy-toc-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 6px;
    }

    .privacy-section {
        padding: 28px 24px;
    }
}

@media (max-width: 640px) {
    .privacy-hero {
        padding: 120px 0 36px;
    }

    .privacy-toc-list {
        grid-template-columns: 1fr;
    }

    .privacy-section-header {
        gap: 12px;
    }

    .privacy-section h2 {
        font-size: 1.2rem;
    }

    .privacy-section p,
    .privacy-section ul li {
        font-size: 0.95rem;
    }
}
