/* Modern, Premium Styles for AEO Pages */

:root {
    --premium-gradient: linear-gradient(135deg, #1b3a6b 0%, #2d1a3d 100%);
    --accent-gradient: linear-gradient(135deg, #f5a623 0%, #ff7b00 100%);
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.aeo-page-container {
    padding: 60px 20px;
    background: #f8fafc;
    min-height: 100vh;
}

/* Page Headers */
.aeo-header {
    text-align: center;
    margin-bottom: 50px;
}

.aeo-badge {
    background: var(--accent-gradient);
    color: white;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(245, 166, 35, 0.3);
}

.aeo-title {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 16px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.aeo-subtitle {
    font-size: 18px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Glassmorphism Cards */
.aeo-card {
    background: var(--glass-bg);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.aeo-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: #cbd5e1;
}

/* Glossary Specific */
.glossary-term {
    font-size: 22px;
    font-weight: 700;
    color: #1b3a6b;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.glossary-term::before {
    content: '';
    display: block;
    width: 8px;
    height: 24px;
    background: var(--accent-gradient);
    border-radius: 4px;
}

.glossary-desc {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* Report Specific */
.report-section {
    margin-top: 50px;
}

.report-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}

.report-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 4px;
    background: var(--accent-gradient);
    border-radius: 2px;
}

/* Premium Tables */
.premium-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    margin-top: 20px;
}

.premium-table th {
    background: #1b3a6b;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 18px 24px;
    text-align: left;
}

.premium-table td {
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    font-size: 15px;
    font-weight: 500;
}

.premium-table tr:last-child td {
    border-bottom: none;
}

.premium-table tbody tr {
    transition: background 0.2s;
}

.premium-table tbody tr:hover {
    background: #f8fafc;
}

/* Numbered List for Report */
.premium-list {
    list-style: none;
    padding: 0;
    counter-reset: custom-counter;
}

.premium-list li {
    background: white;
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.3s;
    border: 1px solid #f1f5f9;
}

.premium-list li:hover {
    transform: translateX(5px);
    border-color: #cbd5e1;
}

.premium-list li::before {
    counter-increment: custom-counter;
    content: counter(custom-counter);
    background: var(--premium-gradient);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(27, 58, 107, 0.2);
}

.list-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.list-content p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
}

/* Ultra Premium Button */
.btn-premium {
    background: var(--accent-gradient);
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(245, 166, 35, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.btn-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-premium:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(245, 166, 35, 0.5);
    color: #fff;
}

.btn-premium:hover::before {
    left: 100%;
}

.cta-box {
    background: var(--premium-gradient);
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-hover);
}

.cta-box::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-box h3 {
    color: white;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 30px;
}
