/* Professional Corporate Policy Styles */
body {
    background-color: #43608A !important;
    min-height: 100vh;
}

.policy-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.policy-header {
    text-align: left;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.policy-header h1 {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: -0.015em;
    color: white;
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
}

.policy-header p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
}

.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;
    margin-bottom: 0;
    padding-bottom: 0;
}

.policy-section h2 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: white;
    margin-bottom: 0.875rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.policy-section p {
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.875rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.policy-section ul {
    list-style: none;
    padding-left: 0;
    margin: 1.25rem 0;
}

.policy-section li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Inter', sans-serif;
}

.policy-section li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    font-size: 0.75rem;
}

.policy-section strong {
    color: white;
    font-weight: 500;
}

.policy-section a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition: all 0.2s ease;
    font-weight: 400;
}

.policy-section a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.95);
}

.policy-section h3 {
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}

/* Info box styles for note_legali.php */
.policy-info-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    padding: 1.25rem;
    margin: 1.25rem 0;
}

.policy-info-box p {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.7;
}

.policy-info-box p:last-child {
    margin-bottom: 0;
}

