/* Policy Pages — Dark Tech x Interior Theme */
/* Matches redesigned landing page: #161616 base, #00E676 neon accent */

.policy-page {
    padding: 7rem 1.5rem 4rem;
    min-height: calc(100vh - 80px);
    background: #0A0A0A;
}

.policy-container {
    max-width: 740px;
    margin: 0 auto;
}

.policy-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.policy-date {
    text-align: center;
    color: rgba(255,255,255,0.35);
    font-size: 0.8rem;
    margin-bottom: 3.5rem;
    font-family: 'Space Mono', 'Courier New', monospace;
    letter-spacing: 0.05em;
}

/* Section styles */
.policy-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.policy-section:last-child {
    border-bottom: none;
}

.policy-section h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #00E676;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.policy-section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
}

.policy-section p {
    color: rgba(255,255,255,0.55);
    line-height: 1.75;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.policy-section p strong {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.policy-section a {
    color: #00E676;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,230,118,0.3);
    transition: border-color 0.3s;
}

.policy-section a:hover {
    border-bottom-color: #00E676;
}

/* Lists */
.policy-section ul,
.policy-section ol {
    color: rgba(255,255,255,0.55);
    line-height: 1.75;
    font-size: 0.95rem;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.policy-section ul li,
.policy-section ol li {
    margin-bottom: 0.4rem;
    padding-left: 0.25rem;
}

.policy-section ul li::marker {
    color: rgba(0,230,118,0.5);
}

/* Tables if any */
.policy-section table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.policy-section th {
    text-align: left;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.policy-section td {
    padding: 0.75rem 1rem;
    color: rgba(255,255,255,0.55);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

/* Responsive */
@media (max-width: 768px) {
    .policy-page {
        padding: 5.5rem 1.25rem 3rem;
    }

    .policy-title {
        font-size: 1.8rem;
    }

    .policy-section h2 {
        font-size: 1.05rem;
    }

    .policy-section p,
    .policy-section ul,
    .policy-section ol {
        font-size: 0.9rem;
    }
}
