/*
Theme Name: Uncontested Divorce NYC
Theme URI: https://uncontesteddivorcelawyersnyc.com
Author: NYC Divorce Specialists
Author URI: https://uncontesteddivorcelawyersnyc.com
Description: Professional WordPress theme specialized for uncontested divorce law firm in NYC. SEO-optimized with AKA framework structure.
Version: 1.0.0
License: Private Use Only
Text Domain: uncontested-divorce-nyc
Tags: legal, law, divorce, responsive, custom-menu, featured-images
*/

/* ==========================================================================
   1. Typography & Base Styles
   ========================================================================== */

/* Import Professional Template Fonts */
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

:root {
    --primary-color: #223555;      /* Professional dark blue from template */
    --secondary-color: #4a90e2;    /* Professional blue */
    --accent-color: #b89b5e;       /* Gold accent from template */
    --text-dark: #223555;
    --text-light: #999999;
    --text-body: #999999;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-color: #e1e8ed;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.7em;
    color: var(--text-body);
    font-weight: 400;
    background: var(--bg-white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 20px;
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

p {
    position: relative;
    line-height: 1.7em;
    font-family: 'Lato', sans-serif;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

a:hover {
    color: var(--accent-color);
}

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

/* Professional Button Styles from Template */
.theme-btn {
    display: inline-block;
    transition: all 300ms ease;
    font-family: 'Lato', sans-serif;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--primary-color);
    color: #ffffff !important;
    border-radius: 5px;
}

.btn-style-one:hover {
    background: var(--accent-color);
    color: #ffffff !important;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--accent-color);
    color: #ffffff !important;
    border-radius: 5px;
}

.btn-style-two:hover {
    background: var(--primary-color);
    color: #ffffff !important;
}

/* ==========================================================================
   2. Professional Hero Section Styles
   ========================================================================== */

.main-slider {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    padding: 120px 0 80px;
    color: #ffffff;
}

.hero-content {
    position: relative;
    z-index: 2;
}

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

.trust-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 20px;
    border-radius: 25px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.badge-checkmark {
    display: inline-block;
    background: #27ae60;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
    font-size: 12px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    font-family: 'Lora', serif;
}

.accent-text {
    color: #f39c12;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.trust-points {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.trust-point {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.trust-point i {
    color: #27ae60;
    margin-right: 8px;
    font-size: 16px;
}

.hero-buttons {
    margin-bottom: 40px;
}

.hero-buttons .theme-btn {
    margin: 0 10px;
    font-size: 16px;
    padding: 15px 35px;
}

.btn-style-phone {
    display: inline-block;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 13px 30px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 15px;
    transition: all 300ms ease;
}

.btn-style-phone:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.guarantee-text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.guarantee-text p {
    margin-bottom: 8px;
}

.guarantee-text i {
    color: #27ae60;
    margin-right: 8px;
}

/* Awards Section */
.awards-section {
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e1e8ed;
}

.awards-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.award-item {
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.award-rating {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2px;
}

.award-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Hero Section */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .trust-points {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-buttons .theme-btn {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    
    .btn-style-phone {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    
    .awards-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

/* ==========================================================================
   3. Header Styles
   ========================================================================== */

.site-header {
    background: var(--bg-white);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-bar {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-navigation {
    background: var(--bg-white);
    padding: 15px 0;
    border-bottom: 2px solid var(--border-color);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo img {
    max-height: 60px;
    width: auto;
}

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

.primary-menu > li {
    margin: 0 20px;
    position: relative;
}

.primary-menu > li > a {
    color: var(--text-dark);
    font-weight: 500;
    padding: 10px 0;
    display: block;
}

.primary-menu > li:hover > a,
.primary-menu > li.current-menu-item > a {
    color: var(--accent-color);
}

.cta-button {
    background: var(--accent-color);
    color: #fff;
    padding: 12px 30px;
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: var(--secondary-color);
    color: #fff;
}

/* ==========================================================================
   3. Hero Section
   ========================================================================== */

.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.hero-content h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-primary {
    background: var(--accent-color);
    color: #fff;
    padding: 15px 40px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #a08550;
    transform: translateY(-2px);
    color: #fff;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #fff;
    color: var(--primary-color);
}

/* ==========================================================================
   4. Authority Pages Section
   ========================================================================== */

.authority-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.section-title p {
    font-size: 18px;
    color: var(--text-light);
}

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

@media (max-width: 992px) {
    .authority-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .authority-grid {
        grid-template-columns: 1fr;
    }
}

.authority-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.authority-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-color: var(--accent-color);
}

.authority-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.authority-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.authority-card p {
    color: var(--text-light);
    margin-bottom: 20px;
}

.authority-card a {
    color: var(--accent-color);
    font-weight: 600;
}

.card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--accent-color), #967d4a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.card-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.card-link:hover {
    color: var(--secondary-color);
}

/* ==========================================================================
   5. Benefits Section
   ========================================================================== */

.benefits-section {
    padding: 80px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

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

.benefit-icon {
    font-size: 48px;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.benefit-item h3 {
    margin-bottom: 15px;
}

/* ==========================================================================
   6. Service Areas Section
   ========================================================================== */

.service-areas-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.area-link {
    background: var(--bg-white);
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.area-link:hover {
    background: var(--accent-color);
    color: #fff;
}

/* ==========================================================================
   7. FAQ Section
   ========================================================================== */

.faq-section {
    padding: 80px 0;
}

.faq-item {
    background: var(--bg-white);
    margin-bottom: 20px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    background: var(--bg-light);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question h4 {
    margin: 0;
    color: var(--primary-color);
}

.faq-answer {
    padding: 20px;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* ==========================================================================
   8. CTA Section
   ========================================================================== */

.cta-section {
    background: var(--primary-color);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.cta-section h2 {
    color: #fff;
    margin-bottom: 20px;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.form-submit {
    background: var(--accent-color);
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit:hover {
    background: #a08550;
}

/* ==========================================================================
   9. Footer
   ========================================================================== */

.site-footer {
    background: var(--text-dark);
    color: #fff;
    padding: 50px 0 20px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-widget h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-widget ul {
    list-style: none;
}

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

.footer-widget ul li a {
    color: rgba(255,255,255,0.8);
}

.footer-widget ul li a:hover {
    color: var(--accent-color);
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: rgba(255,255,255,0.6);
}

/* ==========================================================================
   9. Homepage Specific Styles
   ========================================================================== */

/* Stats Bar */
.stats-bar {
    background: var(--bg-light);
    padding: 40px 0;
}

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

@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

.stat-card {
    background: linear-gradient(135deg, var(--accent-color), #967d4a);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    opacity: 0.95;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    background: #fff;
}

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

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-color);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 48px;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.service-card p {
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.service-link:hover {
    color: var(--secondary-color);
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 80px 0;
    background: var(--bg-light);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

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

.feature-icon {
    font-size: 56px;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

/* Location Section */
.location-section {
    padding: 80px 0;
    background: #fff;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .location-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .location-grid {
        grid-template-columns: 1fr;
    }
}

.location-card {
    background: var(--bg-light);
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.location-card:hover {
    border-color: var(--accent-color);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.location-icon {
    font-size: 36px;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.location-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.location-card p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.cta-content h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-lg {
    padding: 18px 45px;
    font-size: 18px;
}

/* FAQ Preview */
.faq-preview {
    padding: 80px 0;
    background: var(--bg-light);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.faq-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid var(--accent-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.faq-item p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.faq-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
}

.faq-link:hover {
    color: var(--secondary-color);
}

.view-all-faqs {
    text-align: center;
    margin-top: 40px;
}

/* Consultation Form Section */
.consultation-section {
    padding: 80px 0;
    background: #fff;
}

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

.form-intro {
    text-align: center;
    margin-bottom: 40px;
}

.form-intro h2 {
    margin-bottom: 15px;
}

.consultation-form {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 10px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
}

.consultation-form button[type="submit"] {
    width: 100%;
    border: none;
    cursor: pointer;
}

/* ==========================================================================
   10. Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .primary-menu {
        flex-direction: column;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .authority-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .nav-wrapper {
        flex-direction: column;
    }
    
    .primary-menu {
        margin-top: 20px;
    }
}

/* ==========================================================================
   11. Footer Styles
   ========================================================================== */

.site-footer {
    background: var(--primary-color);
    color: #fff;
    padding: 60px 0 20px;
    margin-top: 80px;
}

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

.footer-widget h3,
.footer-widget h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-logo p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.footer-contact p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--accent-color);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-cta p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.footer-btn,
.footer-btn-secondary {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-btn {
    background: #e74c3c;
    color: #fff;
}

.footer-btn:hover {
    background: #c0392b;
    color: #fff;
}

.footer-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.footer-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}

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

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
}

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

.footer-disclaimer {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

/* Mobile Footer Styles */
@media (max-width: 768px) {
    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
}