/* ==========================================================================
   Category Important - Professional & Sleek Design
   ========================================================================== */

/* ==========================================================================
   Hero Section
   ========================================================================== */

.important-category-hero {
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
    color: white;
    padding: 4rem 0 6rem;
    position: relative;
    overflow: hidden;
}

.important-category-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.02"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.1;
}

.important-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.important-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.important-category-badge .techi-icon {
    width: 24px;
    height: 24px;
    color: #fbbf24;
}

.important-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.important-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.important-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #fbbf24;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* ==========================================================================
   Section Headers
   ========================================================================== */

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-hover));
    border-radius: 2px;
}

.section-description {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ==========================================================================
   This Month Section
   ========================================================================== */

.important-this-month {
    background: #ffffff;
    padding: 5rem 0;
}

.important-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.important-post-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.important-post-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.post-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(15, 23, 42, 0.9);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
}

.post-date .day {
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1;
}

.post-date .month {
    display: block;
    font-size: 0.75rem;
    opacity: 0.9;
    text-transform: uppercase;
}

.post-content {
    padding: 1.5rem;
}

.post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.post-content h3 a {
    color: #0f172a;
    text-decoration: none;
}

.post-content h3 a:hover {
    color: var(--primary-color);
}

.post-excerpt {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: #94a3b8;
}

.post-author {
    font-weight: 600;
    color: #475569;
}

.reading-time {
    font-style: italic;
}

/* ==========================================================================
   Historical Timeline Section
   ========================================================================== */

.important-historical-timeline {
    background: #f8fafc;
    padding: 5rem 0;
}

.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e2e8f0;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    clear: both;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 2rem;
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border: 3px solid white;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 3px rgba(0, 176, 174, 0.2);
}

.timeline-left {
    text-align: right;
}

.timeline-right {
    text-align: left;
}

.timeline-content {
    width: 45%;
    margin-bottom: 2rem;
}

.timeline-left .timeline-content {
    float: left;
    margin-right: 5%;
}

.timeline-right .timeline-content {
    float: right;
    margin-left: 5%;
}

.timeline-date {
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.timeline-date .year {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.timeline-date .month-day {
    display: block;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.timeline-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.timeline-image {
    height: 150px;
    overflow: hidden;
}

.timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-text {
    padding: 1.5rem;
}

.timeline-text h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.timeline-text h4 a {
    color: #0f172a;
    text-decoration: none;
}

.timeline-text h4 a:hover {
    color: var(--primary-color);
}

.timeline-text p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.timeline-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #94a3b8;
}

.timeline-meta span:first-child {
    font-weight: 600;
    color: #475569;
}

/* ==========================================================================
   Topic Sections
   ========================================================================== */

.important-topic-sections {
    background: white;
    padding: 5rem 0;
}

.topic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.topic-section {
    background: #f8fafc;
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid #e2e8f0;
}

.topic-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.topic-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    color: white;
}

.topic-icon .techi-icon {
    font-size: 1.5rem;
}

.topic-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    flex: 1;
}

.topic-count {
    font-size: 0.875rem;
    color: #64748b;
    background: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.topic-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.topic-post-item {
    padding: 1rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.topic-post-item h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.topic-post-item h5 a {
    color: #0f172a;
    text-decoration: none;
}

.topic-post-item h5 a:hover {
    color: var(--primary-color);
}

.topic-post-item .post-date {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 500;
}

.no-topic-posts {
    color: #94a3b8;
    font-style: italic;
    text-align: center;
    padding: 2rem;
}

/* ==========================================================================
   Market Insights Section
   ========================================================================== */

.important-market-insights {
    background: #f8fafc;
    padding: 5rem 0;
}

.market-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.insight-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.insight-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.insight-icon .techi-icon {
    font-size: 1.75rem;
}

.insight-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.insight-content p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   Today in Tech Section
   ========================================================================== */

.important-today-section {
    background: #ffffff;
    padding: 5rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.today-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.today-event-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.today-event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444 0%, #f97316 50%, #eab308 100%);
}

.today-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.event-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.event-time .time {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.event-time .timezone {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-content {
    margin-bottom: 1.5rem;
}

.event-category {
    display: inline-block;
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.event-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.event-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.event-impact {
    background: rgba(34, 197, 94, 0.1);
    border-left: 3px solid #22c55e;
    padding: 0.75rem 1rem;
    border-radius: 0 8px 8px 0;
    font-size: 0.875rem;
    color: #15803d;
    font-weight: 600;
}

.event-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
}

.status-indicator.live {
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.status-text {
    font-size: 0.75rem;
    color: #ef4444;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* ==========================================================================
   Market Intelligence Section
   ========================================================================== */

.important-market-intelligence {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 5rem 0;
}

.market-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.market-section {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.market-section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.market-section-title .techi-icon {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.market-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.market-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.market-item:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.market-item.up {
    border-left: 4px solid #22c55e;
}

.market-item.down {
    border-left: 4px solid #ef4444;
}

.market-name {
    font-weight: 600;
    color: #0f172a;
}

.market-name small {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

.market-value {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
}

.market-change {
    font-size: 0.875rem;
    font-weight: 600;
}

.market-item.up .market-change {
    color: #15803d;
}

.market-item.down .market-change {
    color: #dc2626;
}

/* ==========================================================================
   Historic Breakthroughs Section
   ========================================================================== */

.important-historic-breakthroughs {
    background: #ffffff;
    padding: 5rem 0;
}

.breakthroughs-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.breakthroughs-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    transform: translateX(-50%);
    border-radius: 2px;
}

.breakthrough-item {
    position: relative;
    margin-bottom: 4rem;
    clear: both;
}

.breakthrough-item.left {
    text-align: right;
}

.breakthrough-item.right {
    text-align: left;
}

.breakthrough-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    position: relative;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.breakthrough-item.left .breakthrough-card {
    margin-left: 0;
    margin-right: 2rem;
}

.breakthrough-item.right .breakthrough-card {
    margin-left: 2rem;
    margin-right: 0;
}

.breakthrough-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.breakthrough-date {
    text-align: center;
}

.breakthrough-date .year {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.breakthrough-date .month {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.breakthrough-category {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.breakthrough-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.breakthrough-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.breakthrough-impact {
    background: rgba(251, 191, 36, 0.1);
    border-left: 3px solid #f59e0b;
    padding: 1rem;
    border-radius: 0 8px 8px 0;
    font-size: 0.875rem;
    color: #92400e;
    font-weight: 600;
}

.breakthrough-milestone {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(0, 176, 174, 0.2);
}

/* ==========================================================================
   AI Trends Section
   ========================================================================== */

.important-ai-trends {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 5rem 0;
}

.ai-trends-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.trend-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trend-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.trend-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.trend-header h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    flex: 1;
    margin-right: 1rem;
}

.trend-metrics {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-end;
}

.adoption-rate,
.market-size {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.adoption-rate {
    background: rgba(34, 197, 94, 0.1);
    color: #15803d;
}

.market-size {
    background: rgba(59, 130, 246, 0.1);
    color: #1d4ed8;
}

.trend-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.trend-progress {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.progress-label {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */

.important-cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: white;
    color: var(--primary-color);
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   No Posts Message
   ========================================================================== */

.no-posts-message {
    text-align: center;
    padding: 3rem;
    color: #64748b;
    font-style: italic;
}

.no-posts-message p {
    font-size: 1.125rem;
    margin: 0;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.timeline-pagination .pagination {
    margin: 0;
}

.timeline-pagination .page-link {
    color: #475569;
    border-color: #e2e8f0;
    padding: 0.75rem 1rem;
    font-weight: 600;
    margin: 0 0.25rem;
}

.timeline-pagination .page-link:hover {
    color: var(--primary-color);
    background-color: #f8fafc;
    border-color: var(--primary-color);
}

.timeline-pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    .important-main-title {
        font-size: 2.5rem;
    }

    .important-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .important-posts-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .timeline-container::before {
        left: 2rem;
    }

    .timeline-item::before {
        left: 2rem;
    }

    .timeline-content {
        width: calc(100% - 4rem);
        margin-left: 4rem;
    }

    .timeline-left .timeline-content,
    .timeline-right .timeline-content {
        float: none;
        margin-left: 4rem;
        margin-right: 0;
    }

    .topic-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .market-insights-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .important-category-hero {
        padding: 3rem 0 4rem;
    }

    .important-main-title {
        font-size: 2rem;
    }

    .important-subtitle {
        font-size: 1rem;
    }

    .important-posts-grid {
        gap: 1rem;
    }

    .important-post-card {
        border-radius: 8px;
    }

    .post-content {
        padding: 1rem;
    }

    .timeline-card {
        border-radius: 8px;
    }

    .timeline-text {
        padding: 1rem;
    }

    .topic-section {
        padding: 1.5rem;
    }

    .insight-card {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .insight-icon {
        align-self: center;
    }

    .important-cta-section {
        padding: 3rem 0;
    }

    .cta-content h2 {
        font-size: 1.75rem;
    }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    .important-category-hero,
    .important-cta-section {
        background: white !important;
        color: black !important;
    }

    .important-main-title {
        -webkit-text-fill-color: black !important;
    }

    .timeline-pagination,
    .cta-button {
        display: none !important;
    }
}
