/* style.css - DelPro Dark Theme */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: radial-gradient(circle, #1a0f05 0%, #000000 60%);
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 2rem 1rem;
    min-height: 100vh;
}

/* main container */
.policy-container {
    max-width: 1280px;
    margin: 0 auto;
    background: #111111;
    border-radius: 2rem;
    border: 1px solid rgba(255, 122, 0, 0.2);
    box-shadow: 0 0 20px rgba(255, 122, 0, 0.25);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* header branding */
.brand-header {
    background: #000000;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 122, 0, 0.2);
}

.brand {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(90deg, #FF7A00, #FF9500);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    color: #FFFFFF;
    box-shadow: 0 0 15px rgba(255, 122, 0, 0.4);
}

.logo-text {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    background: linear-gradient(90deg, #FF7A00, #FF9500);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.badge-region {
    background: rgba(255, 122, 0, 0.15);
    padding: 0.35rem 1rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #FF7A00;
    border: 1px solid rgba(255, 122, 0, 0.3);
}

.brand-subtitle {
    margin-top: 8px;
    font-size: 0.8rem;
    color: #AAAAAA;
}

/* toggle header */
.toggle-header {
    background: #000000;
    padding: 0.85rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.lang-switch {
    display: flex;
    gap: 0.75rem;
    background: rgba(255, 122, 0, 0.1);
    padding: 0.3rem;
    border-radius: 60px;
    backdrop-filter: blur(10px);
}

.lang-btn {
    background: transparent;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    color: #AAAAAA;
}

.lang-btn.active {
    background: linear-gradient(90deg, #FF7A00, #FF9500);
    color: #FFFFFF;
    box-shadow: 0 0 15px rgba(255, 122, 0, 0.4);
}

.lang-hint {
    font-size: 0.75rem;
    color: #777777;
}

/* main content */
.policy-single {
    padding: 2rem 2rem;
    background: #111111;
    transition: all 0.2s;
}

/* rtl support for arabic view */
.policy-single.arabic-view {
    direction: rtl;
    text-align: right;
}

.policy-single.english-view {
    direction: ltr;
    text-align: left;
}

/* typography */
h1 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #FF7A00, #FF9500);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.english-view h1 {
    border-left: 4px solid #FF7A00;
    padding-left: 1rem;
}

.arabic-view h1 {
    border-right: 4px solid #FF7A00;
    padding-right: 1rem;
    border-left: none;
}

h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1.5rem 0 0.8rem 0;
    color: #FF7A00;
    border-bottom: 2px solid rgba(255, 122, 0, 0.2);
    padding-bottom: 0.4rem;
}

h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1rem 0 0.4rem 0;
    color: #FF9500;
}

p, li {
    font-size: 0.95rem;
    color: #AAAAAA;
    margin-bottom: 0.6rem;
}

ul, .data-list {
    padding-left: 1.4rem;
    margin: 0.5rem 0 1rem 0;
}

.arabic-view ul, .arabic-view .data-list {
    padding-right: 1.4rem;
    padding-left: 0;
}

li {
    margin-bottom: 0.35rem;
}

.highlight-badge {
    background: rgba(255, 122, 0, 0.15);
    border-radius: 24px;
    padding: 0.2rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #FF7A00;
    display: inline-block;
    border: 1px solid rgba(255, 122, 0, 0.3);
}

.contact-block {
    background: rgba(255, 122, 0, 0.05);
    border-radius: 1.2rem;
    padding: 1.2rem 1.5rem;
    margin: 1.5rem 0 0.5rem;
    border: 1px solid rgba(255, 122, 0, 0.2);
    backdrop-filter: blur(10px);
}

.contact-email {
    font-size: 1rem;
    font-weight: 600;
    direction: ltr;
    display: inline-block;
    background: rgba(255, 122, 0, 0.1);
    padding: 0.25rem 1rem;
    border-radius: 40px;
    font-family: monospace;
    letter-spacing: 0.3px;
    margin-top: 0.5rem;
    border: 1px solid rgba(255, 122, 0, 0.3);
    color: #FF7A00;
}

/* footer */
footer {
    background: #000000;
    padding: 1.2rem 2rem;
    border-top: 1px solid rgba(255, 122, 0, 0.2);
    text-align: center;
}

.footer-badges {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #777777;
    font-size: 0.8rem;
}

.footer-copyright {
    font-size: 0.75rem;
    color: #777777;
}

/* hover effects */
.policy-container:hover {
    box-shadow: 0 0 30px rgba(255, 122, 0, 0.35);
    transition: all 0.3s ease;
}

.contact-block:hover {
    border-color: rgba(255, 122, 0, 0.5);
    transition: all 0.2s ease;
}

/* responsive */
@media (max-width: 680px) {
    .policy-single {
        padding: 1.5rem;
    }
    .brand {
        flex-direction: column;
        align-items: flex-start;
    }
    .toggle-header {
        justify-content: center;
    }
    .footer-badges {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
}

a {
    color: #FF7A00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #111111;
}
::-webkit-scrollbar-thumb {
    background: #FF7A00;
    border-radius: 4px;
}

/* Logo image replacement for dark theme */
.logo-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 12px; /* optional, same as original */
    box-shadow: 0 0 15px rgba(255, 122, 0, 0.4);
}

.logo-icon {
    display: none; /* hide old DP block */
}

