/* Modern Contact Form Styles */
.contact-form-container {
    background: linear-gradient(135deg, #fff 60%, #f7f7f7 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(44, 44, 44, 0.08);
    padding: 40px 32px 32px 32px;
    margin: 0 auto 40px auto;
    border: 1px solid #ececec;
}

.contact-form-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}

.contact-form-desc {
    font-size: 1.08rem;
    color: #666;
    margin-bottom: 28px;
    text-align: center;
}

.contact-form-modern {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-form-modern .form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.contact-form-modern .contact-form-label {
    font-size: 1rem;
    color: #2c2c2c;
    margin-bottom: 4px;
    font-weight: 600;
}

.contact-form-modern .contact-form-input {
    padding: 13px 14px;
    border: 1.5px solid #d6d6d6;
    border-radius: 7px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
    background: #fafbfc;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-top: 0;
}

.contact-form-modern .contact-form-input:focus {
    border-color: #c41e3a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(196, 30, 58, 0.08);
}

.contact-submit-modern {
    padding: 15px 0;
    background: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 1.1rem;
    font-family: 'Times New Roman', Times, serif;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(44, 44, 44, 0.08);
}

.contact-submit-modern:hover,
.contact-submit-modern:focus {
    background: #c41e3a;
    box-shadow: 0 4px 16px rgba(196, 30, 58, 0.10);
}

/* Contact Info Sections */
.contact-info-container {
    border-radius: 16px;
    padding: 32px;
    margin: 0 auto 24px auto;
    border: 1px solid #ececec;
    text-align: left;
}

.contact-info-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.contact-info-desc {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.contact-email-link {
    color: #c41e3a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-email-link:hover {
    color: #a0182f;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .contact-form-container {
        padding: 22px 8px 18px 8px;
        max-width: 100%;
    }
    .contact-form-title {
        font-size: 1.4rem;
    }

    .contact-info-container {
        padding: 24px 16px;
        margin: 0 auto 20px auto;
    }
    .contact-info-title {
        font-size: 1.4rem;
    }
}

/* Thanks Page Styles */
.thanks-actions {
    text-align: center;
    margin-top: 20px;
}

.thanks-button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    background: linear-gradient(90deg, #c41e3a 0%, #2c2c2c 100%);
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(44, 44, 44, 0.08);
    width: 100%;
}

.thanks-button:hover,
.thanks-button:focus {
    background: linear-gradient(90deg, #2c2c2c 0%, #c41e3a 100%);
    box-shadow: 0 4px 16px rgba(196, 30, 58, 0.10);
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #2c2c2c;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Screen Reader Only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header Styles */
.site-header {
    background-color: #fff;
    border-bottom: 3px solid #2c2c2c;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-top {
    background-color: #2c2c2c;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.date-section {
    text-align: right;
}

.header-main {
    text-align: center;
    padding: 30px 0 20px;
    border-bottom: 1px solid #ddd;
}

.header-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.title-with-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.site-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    flex-shrink: 0;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Times New Roman', Times, serif;
    color: #2c2c2c;
}

.site-tagline {
    font-size: 14px;
    font-style: italic;
    color: #666;
    letter-spacing: 1px;
}

/* Navigation Styles */
.main-nav {
    background-color: #fff;
    padding: 15px 0;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.nav-menu li a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s;
    padding: 5px 10px;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    color: #c41e3a;
    border-bottom: 2px solid #c41e3a;
}

.nav-menu li a:focus-visible {
    outline: 2px solid #c41e3a;
    outline-offset: 3px;
    border-bottom: 0;
}

/* Main Content Layout */
.main-content {
    padding: 40px 0;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 10px;
    background: #2c2c2c;
    color: #fff;
    padding: 10px 16px;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
}

.skip-link:focus,
.skip-link:focus-visible {
    left: 10px;
    outline: 3px solid #c41e3a;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
}

/* Article Styles */
.main-articles {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.blog-article {
    margin-bottom: 45px;
    padding-bottom: 0;
    position: relative;
}

/* Make entire blog card clickable */
.article-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    padding: 25px;
    margin: -5px;
    border: 1px solid #f0efef;
    border-radius: 12px;
    background: #ffffff;
}

.article-card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #d0d0d0;
}

.article-card-link:hover .article-title {
    color: #c41e3a;
}

.article-card-link:hover .read-more {
    color: #c41e3a;
    transform: translateX(5px);
}

.article-card-link:hover .article-featured-image img {
    transform: scale(1.05);
}

.blog-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-article {
    margin-bottom: 30px;
    padding: 0;
}

.featured-article .article-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #2c2c2c;
    border-bottom: 4px solid #2c2c2c;
    padding-bottom: 15px;
}

.article-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #2c2c2c;
    border-bottom: 3px solid #2c2c2c;
    padding-bottom: 10px;
}

.blog-article .article-title {
    font-size: 28px;
    border-bottom: none;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.4;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.article-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    font-style: normal;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.featured-article .article-meta {
    font-size: 14px;
    margin-bottom: 20px;
}

.article-meta .author {
    font-weight: 600;
    color: #2c2c2c;
    display: inline-flex;
    align-items: center;
}

.article-meta .separator {
    color: #d0d0d0;
    font-weight: normal;
}

.article-meta .category-tag {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border: 1px solid #d0d0d0;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.article-card-link:hover .category-tag {
    background: linear-gradient(135deg, #c41e3a 0%, #8b1428 100%);
    color: #fff;
    border-color: #c41e3a;
    transform: translateY(-1px);
}

.article-meta time {
    color: #666;
    font-weight: 500;
}

.article-meta .reading-time {
    display: inline-flex;
    align-items: center;
    color: #666;
    font-weight: 500;
    font-size: 13px;
}

.article-content {
    text-align: justify;
    line-height: 1.9;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.2px;
}

.article-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.9;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    margin: 25px 0 15px 0;
    color: #2c2c2c;
    line-height: 1.3;
    text-align: left;
}

.article-content h1 {
    font-size: 32px;
    border-bottom: 2px solid #2c2c2c;
    padding-bottom: 10px;
}

.article-content h2 {
    font-size: 28px;
}

.article-content h3 {
    font-size: 24px;
}

.article-content h4 {
    font-size: 20px;
}

.article-content h5 {
    font-size: 18px;
}

.article-content h6 {
    font-size: 16px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.article-content img.article-image,
.article-content img[alt] {
    display: block;
    margin: 20px auto;
}

/* Featured Image Styles */
.article-featured-image {
    margin-bottom: 24px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    aspect-ratio: 16 / 9;
    background: #f5f5f5;
}

.article-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* FAQ Section Styles */
.article-faq {
    margin-top: 60px;
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    font-family: 'Times New Roman', serif;
}

.faq-heading {
    margin-bottom: 18px;
}

.faq-kicker {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c41e3a;
    margin-bottom: 6px;
}

.article-faq h3 {
    font-size: 22px !important;
    font-weight: bold;
    margin: 0;
    color: #2c2c2c;
    line-height: 1.3;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: #dcdcdc;
}

.faq-item.open {
    border-color: #c41e3a;
    box-shadow: 0 12px 24px rgba(196, 30, 58, 0.12);
}

.faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #2c2c2c;
}

.faq-question:hover {
    background-color: #fafafa;
}

.faq-question:focus-visible {
    outline: 2px solid #c41e3a;
    outline-offset: 2px;
}

.faq-question-text {
    flex: 1;
}

.faq-toggle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #2c2c2c;
    display: grid;
    place-items: center;
    font-weight: bold;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
    background-color: #c41e3a;
    color: #fff;
}

.faq-answer {
    padding: 0 18px 16px 18px;
    border-top: 1px dashed #e6e6e6;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.7;
}

.faq-answer p {
    margin: 14px 0 0 0;
}

.article-content strong,
.article-content b {
    font-weight: bold;
}

.article-content em,
.article-content i {
    font-style: italic;
}

.article-content ul,
.article-content ol {
    margin: 15px 0 15px 30px;
    line-height: 1.8;
}

.article-content ul li,
.article-content ol li {
    margin-bottom: 10px;
}

.article-content blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 4px solid #c41e3a;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
}

.article-content blockquote p {
    margin: 0;
}

.article-content code {
    background-color: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    color: #c41e3a;
}

.article-content pre {
    background-color: #2c2c2c;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 15px 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
    line-height: 1.5;
}

.article-content pre code {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.article-content table th {
    background-color: #2c2c2c;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #2c2c2c;
}

.article-content table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.article-content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.article-content hr {
    border: none;
    border-top: 2px solid #ddd;
    margin: 30px 0;
}

.article-divider {
    border-bottom: 1px solid #e8e8e8;
    margin: 40px 0;
}

.blog-article {
    margin-bottom: 30px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    color: #c41e3a;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.read-more:hover {
    color: #8b1428;
}

/* Pagination Styles */
.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}

.pagination-btn {
    padding: 12px 24px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(44, 44, 44, 0.15);
}

.pagination-btn:hover:not(:disabled) {
    background-color: #8b1428;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 20, 40, 0.3);
}

.pagination-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.page-info {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
    color: #2c2c2c;
    font-weight: 600;
    min-width: 120px;
    text-align: center;
}

/* Sidebar Styles */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-section {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* Categories Section */
.categories-list {
    list-style: none;
}

.categories-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.categories-list li:last-child {
    border-bottom: none;
}

.categories-list li a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.categories-list li a:hover {
    color: #c41e3a;
}

/* Newsletter Section */
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-form input[type="email"] {
    padding: 12px;
    border: 1px solid #ddd;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: #2c2c2c;
}

.newsletter-form button {
    padding: 12px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s;
}

.newsletter-form button:hover {
    background-color: #c41e3a;
}

.newsletter-form input:focus-visible,
.newsletter-form button:focus-visible,
button:focus-visible,
a:focus-visible {
    outline: 2px solid #c41e3a;
    outline-offset: 2px;
}

/* Legal Links */
.sidebar-legal-link {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.sidebar-legal-link:hover {
    color: #c41e3a;
}

/* Footer Styles */
.site-footer {
    background-color: #2c2c2c;
    color: #fff;
    padding: 50px 0 20px;
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-about {
    max-width: 280px;
}

.footer-section h4 {
    font-size: 15px;
    margin-bottom: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    border-bottom: 2px solid #c41e3a;
    padding-bottom: 8px;
    display: inline-block;
}

.footer-section p {
    font-size: 13px;
    line-height: 1.8;
    color: #bbb;
    margin: 0 0 15px 0;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li:last-child {
    margin-bottom: 0;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-section ul li a:hover {
    color: #c41e3a;
    padding-left: 5px;
}

.footer-section ul li a::before {
    content: '›';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover::before {
    opacity: 1;
    left: -10px;
}

.footer-section ul li button {
    color: #ccc;
    background: none;
    border: none;
    font-size: 13px;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
    text-align: left;
}

.footer-section ul li button:hover {
    color: #c41e3a;
    padding-left: 5px;
}

.footer-section ul li button::before {
    content: '›';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-section ul li button:hover::before {
    opacity: 1;
    left: -10px;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    margin-top: 35px;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .sidebar {
        margin-top: 20px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
    
    .footer-about {
        max-width: 100%;
        grid-column: 1 / -1;
    }
    
    .site-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .site-title {
        font-size: 36px;
    }
    
    .article-title {
        font-size: 28px;
    }
    
    .blog-article .article-title {
        font-size: 22px;
        line-height: 1.4;
    }
    
    .article-card-link {
        padding: 20px;
        margin: -20px;
    }
    
    .article-meta {
        font-size: 13px;
        gap: 8px;
    }
    
    .article-meta .category-tag {
        font-size: 12px;
        padding: 3px 10px;
    }
    
    .section-title {
        font-size: 26px;
        margin-bottom: 25px;
        padding-left: 15px;
    }
    
    .section-title::before {
        width: 4px;
    }
    
    .footer-grid {
        gap: 30px;
        grid-template-columns: 1fr;
    }
    
    .main-articles {
        padding: 25px 20px;
    }
    
    .pagination-controls {
        gap: 10px;
        margin: 30px 0;
        padding: 15px 10px;
    }
    
    .pagination-btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .page-info {
        font-size: 0.9rem;
        min-width: 100px;
    }
}

/* Badge Styles */
.featured-badge,
.trending-badge,
.most-popular-badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

.featured-badge {
    background-color: #ff6b35;
}

/* Section Title Styles */
.section-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
    letter-spacing: -0.5px;
    position: relative;
    padding-left: 20px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: linear-gradient(180deg, #c41e3a 0%, #8b1428 100%);
    border-radius: 3px;
}

.section-title:first-of-type {
    color: #1a1a1a;
}

/* Category Tag Styles */
.category-tag {
    color: #c41e3a;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.category-tag:hover {
    text-decoration: underline;
}

/* Back Link Styles */
.back-link {
    margin-bottom: 30px;
}

.back-link a {
    color: #c41e3a;
    text-decoration: none;
    font-weight: bold;
}

.back-link a:hover {
    text-decoration: underline;
}

.back-to-posts-link {
    color: #2c2c2c;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.back-to-posts-link:hover {
    color: #c41e3a;
}

/* Subtitle Styles */
.subtitle {
    margin-bottom: 30px;
    font-style: italic;
    color: #666;
}

/* Popular Categories Styles */
.category-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    list-style: none;
}

.category-item:last-child {
    border-bottom: none;
}

.category-link {
    color: #2c2c2c;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.category-link:hover {
    color: #c41e3a;
}

.category-link .count {
    color: #c41e3a;
    font-weight: bold;
}

.contact-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
    margin-top: 20px;
}

.contact-submit {
    padding: 15px 40px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Empty State */
.empty-state {
    color: #666;
    padding: 10px 0;
    list-style: none;
}

/* Navigation Search - Inline */
.nav-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-menu {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    margin-right: 26px;
}

.nav-search-wrapper {
    position: absolute;
    right: 0;
}

.search-toggle-btn {
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(44, 44, 44, 0.15);
}

.search-toggle-btn:hover {
    background: #fff;
    color: #2c2c2c;
    border-color: #2c2c2c;
    border: #1a1a1a solid 2px;
    box-shadow: 0 4px 12px rgba(44, 44, 44, 0.25);
    transform: translateY(-2px);
}

.search-icon-nav {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.search-text {
    font-size: 15px;
    font-weight: 600;
}

.nav-search-panel {
    position: absolute;
    right: 0;
    top: 55px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 25px;
    width: 450px;
    z-index: 9999;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-search-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.search-panel-header {
    margin-bottom: 5px;
}

.search-panel-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
}

.nav-search-panel input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    transition: all 0.3s ease;
    background: #fafafa;
}

.nav-search-panel input:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(237, 64, 64, 0.1);
}

.nav-search-panel select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-search-panel select:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(44, 44, 44, 0.1);
}

.nav-search-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border: 2px solid #2c2c2c;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-weight: 300;
}

.nav-search-close:hover {
    background: #c41e3a;
    color: #fff;
    border-color: #c41e3a;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .nav-search-panel {
        width: calc(100vw - 40px);
        right: -10px;
        left: auto;
        padding: 20px;
    }
    
    .search-text {
        display: none;
    }
    
    .search-toggle-btn {
        padding: 10px;
        border-radius: 8px;
        width: 44px;
        height: 44px;
        gap: 0;
    }
    
    .search-icon-nav {
        font-size: 18px;
        width: 20px;
        height: 20px;
    }
    
    .nav-search-close {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .nav-search-panel {
        width: calc(100vw - 30px);
        right: -15px;
        padding: 18px;
    }
    
    .nav-search-panel input,
    .nav-search-panel select {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .search-toggle-btn {
        width: 40px;
        height: 40px;
    }
    
    .search-icon-nav {
        font-size: 16px;
        width: 18px;
        height: 18px;
    }
}

/* Featured Blogs Sidebar */
.sidebar-widget {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.featured-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-item {
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 16px;
}

.featured-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 8px;
    background: transparent;
}

.featured-link:hover {
    background: linear-gradient(135deg, #fff3f5 0%, #ffe8ec 100%);
    transform: translateX(4px);
}

.featured-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(196, 30, 58, 0.3);
}

.featured-content {
    flex: 1;
    min-width: 0;
}

.featured-title {
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 6px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.featured-link:hover .featured-title {
    color: #c41e3a;
}

.featured-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    color: #666;
}

.featured-category {
    display: inline-block;
    background: #f0f0f0;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 500;
    color: #2c2c2c;
    width: fit-content;
}

.featured-date {
    color: #999;
    font-style: italic;
}

.loading-state {
    color: #999;
    padding: 15px;
    text-align: center;
    font-style: italic;
}

@media (max-width: 768px) {
    .featured-link {
        padding: 8px;
    }
    
    .featured-number {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
    
    .featured-title {
        font-size: 14px;
    }
}

/* Search and Filter Styles - Modern Design */
.search-filter-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
    width: 100%;
    max-width: 100%;
}

.search-filter-wrapper {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: stretch;
}

.search-input-wrapper {
    position: relative;
    flex: 1;
}

.search-input-wrapper input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.search-input-wrapper input:focus {
    outline: none;
    border-color: #c41e3a;
    box-shadow: 0 4px 16px rgba(196, 30, 58, 0.15);
    transform: translateY(-1px);
}

.search-input-wrapper input::placeholder {
    color: #999;
    font-style: italic;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.search-input-wrapper input:focus + .search-icon {
    opacity: 1;
}

.category-filter-wrapper select {
    min-width: 200px;
    padding: 16px 40px 16px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    background: #ffffff url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center;
    background-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    font-weight: 500;
    color: #2c2c2c;
}

.category-filter-wrapper select:hover {
    border-color: #c41e3a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.category-filter-wrapper select:focus {
    outline: none;
    border-color: #c41e3a;
    box-shadow: 0 4px 16px rgba(196, 30, 58, 0.15);
    transform: translateY(-1px);
}

.filter-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #fff3f5 0%, #ffe8ec 100%);
    padding: 14px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 5px solid #c41e3a;
    box-shadow: 0 2px 10px rgba(196, 30, 58, 0.1);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-status span {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-status span::before {
    content: "🔍";
    font-size: 18px;
}

.clear-filters-btn {
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(196, 30, 58, 0.3);
    letter-spacing: 0.5px;
}

.clear-filters-btn:hover {
    background: linear-gradient(135deg, #a01830 0%, #8a1529 100%);
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.4);
    transform: translateY(-2px);
}

.clear-filters-btn:active {
    transform: translateY(0);
}

.no-results {
    text-align: center;
    padding: 80px 20px;
    color: #666;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    margin: 20px 0;
}

.no-results h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: bold;
}

.no-results p {
    font-size: 17px;
    color: #666;
}

.no-results::before {
    content: "🔍";
    font-size: 64px;
    display: block;
    margin-bottom: 20px;
    opacity: 0.3;
}

/* Lazy Loading Image Styles */
img.lazy-image {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

img.lazy-image.loaded,
img.loaded {
    opacity: 1;
    transform: scale(1);
    animation: none;
    background: none;
}

.article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .search-filter-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .category-filter-wrapper select {
        width: 100%;
        min-width: unset;
    }
    
    .filter-status {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 16px;
    }
    
    .clear-filters-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .site-title {
        font-size: 28px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .pagination-controls {
        flex-direction: column;
        gap: 12px;
        padding: 15px 10px;
    }
    
    .pagination-btn {
        width: 100%;
        max-width: 200px;
    }
    
    .no-results {
        padding: 60px 20px;
    }
    
    .no-results::before {
        font-size: 48px;
    }
    
    .no-results h3 {
        font-size: 22px;
    }
}

/* Print Styles */
@media print {
    .main-nav,
    .sidebar,
    .site-footer {
        display: none;
    }
    
    body {
        background-color: #fff;
    }
    
    .main-articles {
        box-shadow: none;
    }
}

/* Contact Modal Styles */
.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.contact-modal.active {
    display: flex;
}

.contact-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    animation: fadeIn 0.3s ease;
}

.contact-modal-content {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 550px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px 35px;
    z-index: 10001;
    animation: slideUp 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(30px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f0f0f0;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.contact-modal-close:hover {
    background: #c41e3a;
    color: #fff;
    transform: rotate(90deg);
}

.contact-form-title {
    font-size: 28px;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;
}

.contact-form-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.contact-form-modern {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-modern .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-modern .contact-form-label {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 600;
}

.contact-form-modern .contact-form-input {
    padding: 12px 14px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.contact-form-modern .contact-form-input:focus {
    border-color: #c41e3a;
    outline: none;
    box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1);
    background: #fff;
}

.contact-form-modern textarea.contact-form-input {
    resize: vertical;
    min-height: 120px;
    font-family: 'Times New Roman', Times, serif;
}

.contact-submit-modern {
    padding: 14px 0;
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.3);
}

.contact-submit-modern:hover {
    background: linear-gradient(135deg, #a01830 0%, #8a1529 100%);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
    transform: translateY(-2px);
}

.contact-submit-modern:active {
    transform: translateY(0);
}

@media (max-width: 600px) {
    .contact-modal-content {
        padding: 30px 20px;
        max-height: 85vh;
    }
    
    .contact-form-title {
        font-size: 24px;
    }
    
    .contact-form-desc {
        font-size: 14px;
    }
    
    .contact-modal {
        padding: 15px;
    }
}

/* ========================================
   Legal Pages - Professional Styling
   ======================================== */

.legal-page-wrapper {
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
    min-height: 100vh;
}

.legal-container {
    max-width: 1100px;
    margin: 0 auto;
}

.legal-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 50px 40px 30px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #e8e8e8;
}

.legal-header .article-title {
    color: #2c2c2c;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
    border: none;
    padding: 0;
    letter-spacing: -1px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.legal-header .article-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c41e3a 0%, #ff4757 100%);
    border-radius: 2px;
}

.legal-header .article-meta {
    color: #666;
    font-size: 15px;
    margin: 20px 0 0;
    padding: 0;
    border: none;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.legal-header .article-meta time {
    background: #f8f9fa;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #e9ecef;
}

/* Legal Navigation */
.legal-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
}

.legal-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #ffffff;
    color: #555;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #e8e8e8;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.legal-nav-link::before {
    content: '📄';
    font-size: 16px;
    transition: transform 0.3s ease;
}

.legal-nav-link:hover {
    border-color: #c41e3a;
    color: #c41e3a;
    background: #fff5f7;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.15);
}

.legal-nav-link:hover::before {
    transform: scale(1.15);
}

.legal-nav-link.active {
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    color: #ffffff;
    border-color: #c41e3a;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.25);
}

.legal-nav-link.active::before {
    content: '✓';
}

.legal-content-wrapper {
    background: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}

.legal-content-wrapper .article-content {
    color: #333;
    font-size: 17px;
    line-height: 1.8;
}

.legal-content-wrapper .article-content > p:first-child {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 500;
    padding: 25px;
    background: linear-gradient(135deg, #fff9f9 0%, #fef5f5 100%);
    border-left: 4px solid #c41e3a;
    border-radius: 8px;
    margin-bottom: 35px;
    box-shadow: 0 2px 10px rgba(196, 30, 58, 0.05);
}

.legal-content-wrapper .article-content h3 {
    font-size: 26px !important;
    margin: 45px 0 20px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    padding-bottom: 12px;
    border-bottom: 3px solid #f0f0f0;
    position: relative;
    padding-left: 18px;
}

.legal-content-wrapper .article-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 12px;
    width: 5px;
    background: linear-gradient(180deg, #c41e3a 0%, #a01830 100%);
    border-radius: 3px;
}

.legal-content-wrapper .article-content p {
    margin-bottom: 20px;
    color: #444;
    text-align: justify;
}

.legal-content-wrapper .article-content p strong {
    color: #2c2c2c;
    font-weight: 700;
}

.legal-content-wrapper .article-content ul {
    margin: 25px 0 !important;
    padding-left: 30px !important;
    list-style: none;
}

.legal-content-wrapper .article-content ul li {
    margin-bottom: 15px !important;
    color: #444;
    position: relative;
    padding-left: 25px;
    line-height: 1.7;
}

.legal-content-wrapper .article-content ul li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #c41e3a;
    font-weight: bold;
    font-size: 18px;
}

.legal-content-wrapper .article-content ul li strong {
    color: #2c2c2c;
}

/* Important Notice Styling */
.legal-content-wrapper .article-content h3 + p strong:first-child {
    display: inline-block;
    background: linear-gradient(135deg, #fff3cd 0%, #fff8e1 100%);
    padding: 8px 16px;
    border-radius: 6px;
    border-left: 4px solid #ffa000;
    margin-bottom: 15px;
    color: #d68000;
}

/* Contact Section Enhancement */
.legal-content-wrapper .article-content h3:last-of-type {
    margin-top: 50px !important;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.legal-content-wrapper .article-content h3:last-of-type ~ p {
    font-size: 16px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #2c2c2c;
}

/* Table of Contents Style (if needed) */
.legal-toc {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid #dee2e6;
}

.legal-toc h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c41e3a;
}

.legal-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-toc ul li {
    margin-bottom: 10px;
}

.legal-toc ul li a {
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
}

.legal-toc ul li a:hover {
    color: #c41e3a;
    background: rgba(196, 30, 58, 0.05);
    padding-left: 20px;
}

/* Responsive Design for Legal Pages */
@media (max-width: 768px) {
    .legal-container {
        padding: 30px 15px;
    }
    
    .legal-header {
        padding: 35px 20px 30px;
        margin-bottom: 30px;
    }
    
    .legal-header .article-title {
        font-size: 32px;
        letter-spacing: -0.5px;
    }
    
    .legal-header .article-meta {
        font-size: 14px;
    }
    
    .legal-header .article-meta time {
        font-size: 13px;
        padding: 5px 12px;
    }
    
    .legal-nav {
        gap: 10px;
        margin-top: 25px;
        padding-top: 20px;
    }
    
    .legal-nav-link {
        padding: 9px 18px;
        font-size: 14px;
    }
    
    .legal-content-wrapper {
        padding: 30px 20px;
    }
    
    .legal-content-wrapper .article-content {
        font-size: 16px;
    }
    
    .legal-content-wrapper .article-content h3 {
        font-size: 22px !important;
        margin: 35px 0 15px !important;
    }
    
    .legal-content-wrapper .article-content > p:first-child {
        font-size: 16px;
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .legal-header .article-title {
        font-size: 28px;
    }
    
    .legal-header .article-title::after {
        width: 60px;
        height: 3px;
    }
    
    .legal-nav {
        flex-direction: column;
        gap: 8px;
    }
    
    .legal-nav-link {
        width: 100%;
        justify-content: center;
    }
    
    .legal-content-wrapper {
        padding: 25px 15px;
    }
    
    .legal-content-wrapper .article-content h3 {
        font-size: 20px !important;
        padding-left: 15px;
    }
}

/* About Page Professional Layout */
.about-page-wrapper {
    background: #fafafa;
    min-height: 100vh;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero Header Section */
.about-header {
    background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
    padding: 80px 60px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 4px solid #c41e3a;
    position: relative;
    overflow: hidden;
}

.about-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(196, 30, 58, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.about-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.about-tagline {
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    padding: 60px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #c41e3a;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Journey Timeline */
.journey-section {
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.journey-timeline {
    margin-top: 40px;
    position: relative;
    padding-left: 60px;
}

.journey-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #c41e3a 0%, #2c2c2c 100%);
}

.journey-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 40px;
}

.journey-item::before {
    content: '';
    position: absolute;
    left: -47px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #c41e3a;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px #f5f5f5;
}

.journey-date {
    font-size: 14px;
    color: #c41e3a;
    font-weight: 600;
    margin-bottom: 8px;
}

.journey-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.journey-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

/* Clean Content Section */
.about-content {
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #c41e3a;
    display: inline-block;
}

.about-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 40px 0 20px 0;
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Two Column Grid */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.about-card {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid #c41e3a;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.about-card h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
}

.about-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Coverage List */
.coverage-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
}

.coverage-item {
    padding: 25px;
    background: #fafafa;
    border-radius: 8px;
    border-left: 4px solid #c41e3a;
    transition: all 0.3s ease;
}

.coverage-item:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

.coverage-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #c41e3a;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.coverage-item h3 i {
    font-size: 20px;
}

.coverage-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.value-item {
    text-align: center;
    padding: 40px 25px;
    background: #fafafa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-item:hover {
    background: #fff;
    border-color: #c41e3a;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(196, 30, 58, 0.1);
}

.value-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
    color: #c41e3a;
    transition: all 0.3s ease;
}

.value-item:hover .value-icon {
    transform: scale(1.2);
}

.value-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 12px 0;
}

.value-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Team Section */
.team-section {
    margin-bottom: 40px;
}

.team-intro {
    text-align: center;
    margin-bottom: 50px;
}

.team-intro h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 15px 0;
}

.team-intro p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.team-member {
    background: #fff;
    padding: 45px 35px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid #2c2c2c;
}

.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    border-top-color: #c41e3a;
}

.member-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c41e3a, #2c2c2c);
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.team-member:hover .member-avatar {
    transform: scale(1.1) rotate(10deg);
}

.member-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 8px 0;
}

.member-role {
    font-size: 14px;
    color: #c41e3a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.member-bio {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.member-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.skill-tag {
    background: #f5f5f5;
    color: #2c2c2c;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.team-member:hover .skill-tag {
    background: #c41e3a;
    color: #fff;
}

/* CTA Section */
.cta-section {
    background: #fff;
    padding: 70px 60px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 4px solid #c41e3a;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
}

.cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background: #c41e3a;
    color: #fff;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background: #2c2c2c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(44, 44, 44, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .coverage-list {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 30px;
    }
    
    .stat-item:last-child,
    .stat-item:nth-last-child(2) {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .about-container {
        padding: 40px 20px;
    }
    
    .about-header {
        padding: 50px 30px;
    }
    
    .about-header h1 {
        font-size: 32px;
    }
    
    .about-tagline {
        font-size: 16px;
    }
    
    .about-content {
        padding: 35px 25px;
    }
    
    .about-content h2 {
        font-size: 24px;
    }
    
    .about-card {
        padding: 30px 25px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .stat-item:last-child {
        border-bottom: none;
    }
    
    .journey-timeline {
        padding-left: 40px;
    }
    
    .team-intro h2 {
        font-size: 28px;
    }
    
    .cta-section {
        padding: 50px 30px;
    }
    
    .cta-section h2 {
        font-size: 28px;
    }
}