/* ============================================
   FlexTrade Ventures - Additional Pages Styles
   ============================================ */

/* ===== Page Header ===== */
.page-header {
    background: linear-gradient(135deg, var(--color-dark) 0%, #1a1a1a 100%);
    padding: 140px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F4D03F' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.page-header h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--color-primary);
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.page-header p {
    font-size: 1.125rem;
    color: var(--color-text-muted);
    position: relative;
    z-index: 1;
}

/* ===== Legal Pages (Privacy, Terms, Disclaimer) ===== */
.legal-content {
    padding: 80px 0;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.content-section {
    margin-bottom: 3rem;
}

.content-section h2 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(244, 208, 63, 0.2);
}

.content-section h3 {
    font-size: 1.25rem;
    color: var(--color-light);
    margin: 1.5rem 0 1rem;
}

.content-section p {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.content-section ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.content-section ul li {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.content-section a {
    color: var(--color-primary);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.content-section a:hover {
    opacity: 0.8;
}

.contact-box {
    background: rgba(244, 208, 63, 0.1);
    border: 1px solid rgba(244, 208, 63, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.contact-box p {
    margin-bottom: 0.5rem;
}

.warning-box {
    background: rgba(244, 208, 63, 0.1);
    border-left: 4px solid var(--color-primary);
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 12px 12px 0;
}

.warning-box h3 {
    color: var(--color-primary);
    margin-top: 0;
}

.warning-box.large {
    padding: 2rem;
    text-align: center;
}

.warning-box.large h2 {
    border: none;
    padding: 0;
    margin-bottom: 1rem;
}

.highlight-box {
    background: rgba(244, 208, 63, 0.05);
    border: 1px solid rgba(244, 208, 63, 0.2);
    padding: 1.5rem;
    border-radius: 12px;
    margin: 1.5rem 0;
}

/* ===== About Page ===== */
.about-story {
    padding: 80px 0;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-content .section-tag {
    display: inline-block;
    background: rgba(244, 208, 63, 0.1);
    color: var(--color-primary);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.story-content h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--color-light);
    margin-bottom: 1.5rem;
}

.story-content p {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.story-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.stat-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: rgba(244, 208, 63, 0.3);
    transform: translateY(-5px);
}

.stat-card .stat-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.stat-card .stat-value {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--color-primary);
    display: block;
    margin-bottom: 0.5rem;
}

.stat-card .stat-text {
    color: var(--color-text-muted);
    font-size: 0.875rem;
}

/* Mission Section */
.mission-section {
    background: rgba(255, 255, 255, 0.02);
    padding: 80px 0;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.mission-card {
    background: var(--color-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.mission-card:hover {
    border-color: rgba(244, 208, 63, 0.3);
    transform: translateY(-5px);
}

.mission-card .mission-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.mission-card h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-light);
    margin-bottom: 1rem;
}

.mission-card p {
    color: var(--color-text-muted);
    line-height: 1.7;
}

/* Offerings Section */
.offerings {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 3rem;
}

.section-header.text-center {
    text-align: center;
}

.section-header .section-tag {
    display: inline-block;
    background: rgba(244, 208, 63, 0.1);
    color: var(--color-primary);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--color-light);
}

.offerings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.offering-item {
    padding: 2rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.offering-item:hover {
    border-color: rgba(244, 208, 63, 0.3);
}

.offering-item .offering-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.offering-item h4 {
    font-size: 1.25rem;
    color: var(--color-light);
    margin-bottom: 0.75rem;
}

.offering-item p {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
}

/* Why Us / Advantages */
.why-us {
    background: rgba(255, 255, 255, 0.02);
    padding: 80px 0;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.advantage-item {
    padding: 2rem;
    position: relative;
}

.advantage-item .advantage-number {
    font-family: var(--font-heading);
    font-size: 4rem;
    color: rgba(244, 208, 63, 0.1);
    position: absolute;
    top: 0;
    left: 1rem;
    line-height: 1;
}

.advantage-item h4 {
    font-size: 1.25rem;
    color: var(--color-light);
    margin-bottom: 0.75rem;
    padding-top: 2rem;
}

.advantage-item p {
    color: var(--color-text-muted);
    line-height: 1.7;
}

/* ===== Contact Page ===== */
.contact-page {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}

.contact-info h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--color-light);
    margin-bottom: 1rem;
}

.contact-info > p {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.contact-methods {
    margin-bottom: 2rem;
}

.contact-method {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.contact-method:hover {
    border-color: rgba(244, 208, 63, 0.3);
}

.method-icon {
    width: 48px;
    height: 48px;
    background: rgba(244, 208, 63, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    flex-shrink: 0;
}

.method-content h4 {
    font-size: 1rem;
    color: var(--color-light);
    margin-bottom: 0.25rem;
}

.method-content p {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    margin-bottom: 0.25rem;
}

.method-content a,
.method-content span {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 0.9375rem;
}

.social-links h4 {
    font-size: 1rem;
    color: var(--color-light);
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icons a {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-light);
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--color-primary);
    color: var(--color-dark);
}

/* Contact Form */
.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
}

.contact-form h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-light);
    margin-bottom: 0.5rem;
}

.contact-form > p {
    color: var(--color-text-muted);
    margin-bottom: 2rem;
}

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

.contact-form .form-group {
    margin-bottom: 1.25rem;
}

.contact-form label {
    display: block;
    font-size: 0.875rem;
    color: var(--color-light);
    margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--color-light);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    background: rgba(255, 255, 255, 0.08);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    margin: 1.5rem 0;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    color: var(--color-text-muted);
    font-size: 0.9375rem;
}

.checkbox-label input {
    width: auto;
}

#contactFormSuccess {
    display: none;
    text-align: center;
    padding: 3rem;
}

#contactFormSuccess.show {
    display: block;
}

#contactFormSuccess .success-icon {
    width: 80px;
    height: 80px;
    background: rgba(0, 200, 83, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #00C853;
    margin: 0 auto 1.5rem;
}

#contactFormSuccess h3 {
    color: var(--color-light);
    margin-bottom: 0.5rem;
}

#contactFormSuccess p {
    color: var(--color-text-muted);
}

/* FAQ Preview */
.faq-preview {
    background: rgba(255, 255, 255, 0.02);
    padding: 80px 0;
}

.faq-grid-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.faq-item-preview {
    background: var(--color-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
}

.faq-item-preview h4 {
    font-size: 1rem;
    color: var(--color-light);
    margin-bottom: 0.75rem;
}

.faq-item-preview p {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* ===== FAQ Page ===== */
.faq-page {
    padding: 80px 0;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 3rem;
    justify-content: center;
}

.faq-category {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text-muted);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-category:hover,
.faq-category.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-dark);
}

.faq-section {
    margin-bottom: 3rem;
}

.faq-section-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(244, 208, 63, 0.2);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    color: var(--color-light);
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--color-primary);
}

.faq-question svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: var(--color-primary);
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p,
.faq-answer ul {
    padding: 0 1.5rem 1.25rem;
    color: var(--color-text-muted);
    line-height: 1.7;
}

.faq-answer ul {
    margin-left: 1.5rem;
}

.faq-answer li {
    margin-bottom: 0.5rem;
}

.faq-cta {
    background: linear-gradient(135deg, rgba(244, 208, 63, 0.1), rgba(244, 208, 63, 0.05));
    border: 1px solid rgba(244, 208, 63, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    margin-top: 3rem;
}

.faq-cta h3 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    color: var(--color-light);
    margin-bottom: 1rem;
}

.faq-cta p {
    color: var(--color-text-muted);
    margin-bottom: 1.5rem;
}

.faq-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

/* ===== Blog Page ===== */
.blog-page {
    padding: 80px 0;
}

/* Featured Post */
.featured-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 4rem;
    align-items: center;
}

.featured-post:hover {
    border-color: rgba(244, 208, 63, 0.2);
}

.featured-content .post-category {
    display: inline-block;
    background: rgba(244, 208, 63, 0.1);
    color: var(--color-primary);
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.featured-content h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.featured-content h2 a {
    color: var(--color-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-content h2 a:hover {
    color: var(--color-primary);
}

.featured-content p {
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.post-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-meta span {
    color: var(--color-text-muted);
    font-size: 0.875rem;
}

.featured-image {
    aspect-ratio: 16/10;
    background: rgba(244, 208, 63, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-image {
    font-size: 5rem;
    opacity: 0.5;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.blog-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-card:hover {
    border-color: rgba(244, 208, 63, 0.3);
    transform: translateY(-5px);
}

.blog-card-image {
    aspect-ratio: 16/10;
    background: rgba(244, 208, 63, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-card-image .post-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: rgba(244, 208, 63, 0.9);
    color: var(--color-dark);
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}

.blog-card-image .placeholder-image {
    font-size: 3rem;
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-content h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.blog-card-content h3 a {
    color: var(--color-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.blog-card-content p {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-card-content .post-meta {
    margin-bottom: 0;
}

/* Newsletter */
.blog-newsletter {
    background: linear-gradient(135deg, rgba(244, 208, 63, 0.1), rgba(244, 208, 63, 0.05));
    border: 1px solid rgba(244, 208, 63, 0.2);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    margin-bottom: 4rem;
}

.newsletter-content h3 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    color: var(--color-light);
    margin-bottom: 0.75rem;
}

.newsletter-content > p {
    color: var(--color-text-muted);
    margin-bottom: 1.5rem;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 0.875rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: var(--color-light);
    font-size: 1rem;
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--color-primary);
}

.newsletter-note {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    margin-top: 1rem;
}

/* Blog Categories */
.blog-categories h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--color-light);
    margin-bottom: 1rem;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.category-tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text-muted);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-tag:hover {
    background: rgba(244, 208, 63, 0.1);
    border-color: rgba(244, 208, 63, 0.3);
    color: var(--color-primary);
}

/* ===== Article Page ===== */
.article-header {
    background: linear-gradient(135deg, var(--color-dark) 0%, #1a1a1a 100%);
    padding: 140px 0 60px;
}

.breadcrumb {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    margin-bottom: 1.5rem;
}

.breadcrumb a {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: var(--color-primary);
}

.article-header .post-category {
    display: inline-block;
    background: rgba(244, 208, 63, 0.1);
    color: var(--color-primary);
    padding: 0.375rem 0.875rem;
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.article-header h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--color-light);
    margin-bottom: 1.5rem;
    max-width: 800px;
}

.article-meta {
    display: flex;
    gap: 1.5rem;
}

.article-meta span {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
}

/* Article Content */
.article-content {
    padding: 60px 0;
}

.article-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 4rem;
}

.article-body {
    max-width: 100%;
}

.article-body .lead {
    font-size: 1.25rem;
    color: var(--color-light);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.article-body h2 {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    color: var(--color-light);
    margin: 2.5rem 0 1rem;
}

.article-body h3 {
    font-size: 1.25rem;
    color: var(--color-light);
    margin: 2rem 0 0.75rem;
}

.article-body p {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.article-body ul,
.article-body ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.article-body li {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.article-body strong {
    color: var(--color-light);
}

.article-cta {
    background: linear-gradient(135deg, rgba(244, 208, 63, 0.1), rgba(244, 208, 63, 0.05));
    border: 1px solid rgba(244, 208, 63, 0.2);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    margin-top: 3rem;
}

.article-cta h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-light);
    margin-bottom: 0.75rem;
}

.article-cta p {
    color: var(--color-text-muted);
    margin-bottom: 1.5rem;
}

/* Article Sidebar */
.article-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.sidebar-widget {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.sidebar-widget h4 {
    font-size: 1rem;
    color: var(--color-light);
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-widget.cta-widget {
    background: linear-gradient(135deg, rgba(244, 208, 63, 0.1), rgba(244, 208, 63, 0.05));
    border-color: rgba(244, 208, 63, 0.2);
    text-align: center;
}

.sidebar-widget.cta-widget p {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}

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

.toc li {
    margin-bottom: 0.75rem;
}

.toc a {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.3s ease;
}

.toc a:hover {
    color: var(--color-primary);
}

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

.related-posts li {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.related-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-posts a {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.3s ease;
}

.related-posts a:hover {
    color: var(--color-primary);
}

/* ===== CTA Section ===== */
.cta {
    padding: 80px 0;
}

.cta-card {
    background: linear-gradient(135deg, var(--color-primary), #D4AC0D);
    border-radius: 24px;
    padding: 4rem;
    position: relative;
    overflow: hidden;
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-content h2 {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: var(--color-dark);
    margin-bottom: 1rem;
}

.cta-content p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-dark {
    background: var(--color-dark);
    color: var(--color-light);
}

.btn-dark:hover {
    background: #1a1a1a;
}

.btn-outline-light {
    background: transparent;
    border: 2px solid var(--color-dark);
    color: var(--color-dark);
}

.btn-outline-light:hover {
    background: var(--color-dark);
    color: var(--color-light);
}

/* ===== Footer Styles for Pages ===== */
.footer-bottom {
    background: var(--color-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-content p {
    color: var(--color-text-muted);
    font-size: 0.9375rem;
}

.footer-legal-links {
    display: flex;
    gap: 2rem;
}

.footer-legal-links a {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: var(--color-primary);
}

/* ===== Responsive Styles ===== */
@media (max-width: 1024px) {
    .story-grid,
    .featured-post,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mission-grid,
    .offerings-grid,
    .advantages-grid,
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .article-wrapper {
        grid-template-columns: 1fr;
    }
    
    .article-sidebar {
        position: static;
    }
    
    .faq-grid-preview {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 120px 0 60px;
    }
    
    .mission-grid,
    .offerings-grid,
    .advantages-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .story-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .cta-buttons,
    .faq-cta-buttons {
        flex-direction: column;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    
    .faq-categories {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }
    
    .faq-category {
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .story-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        padding: 1.5rem;
    }
    
    .cta-card {
        padding: 2rem;
    }
    
    .contact-form-wrapper,
    .blog-newsletter,
    .faq-cta {
        padding: 1.5rem;
    }
}
