/* Pricing Page Styles - Editorial Design */
/* Inspired by luxury data viz and blog design language */

/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Breadcrumb */
.breadcrumb-nav {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 0.875rem;
}

.breadcrumb-item a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #000000;
}

.breadcrumb-item.current {
    color: #000000;
    font-weight: 500;
}

.breadcrumb-arrow {
    width: 16px;
    height: 16px;
    margin: 0 0.5rem;
    color: #666666;
}

/* Hero Header */
.pricing-hero {
    padding: 6rem 0 4rem;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
}

.hero-content {
    max-width: 700px;
}

.hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    background: #f5f5f5;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.pricing-hero h1 {
    font-size: 3.5rem;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 1rem;
}

.hero-description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

.hero-description-link {
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 600;
}

/* Main Content */
.pricing-content {
    padding: 4rem 0;
}

/* State Comparison Section */
.state-comparison-section {
    padding: 3rem 0 3rem 3rem;
    margin-bottom: 3rem;
    background: #fafafa;
    border-left: 4px solid #1a1a1a;
}

.comparison-intro {
    margin-bottom: 2rem;
}

.comparison-intro h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -1px;
}

.comparison-intro p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.state-selector-wrapper {
    margin-bottom: 2rem;
}

.state-selector-wrapper label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.state-select {
    width: 100%;
    max-width: 400px;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border: 2px solid #e5e5e5;
    background: #ffffff;
    color: #1a1a1a;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.state-select:hover {
    border-color: #999;
}

.state-select:focus {
    outline: none;
    border-color: #1a1a1a;
}

.comparison-result {
    margin-top: 2rem;
}

.comparison-card {
    background: #ffffff;
    padding: 2.5rem;
    border: 2px solid #1a1a1a;
}

.comparison-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

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

.comparison-label {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.comparison-value {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -1px;
}

.comparison-value.our-rate {
    color: #1a1a1a;
    font-weight: 600;
}

.our-rate-tag {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.35rem 0.75rem;
    margin-bottom: 0.75rem;
}

.comparison-divider {
    width: 2px;
    height: 60px;
    background: #e5e5e5;
}

.savings-callout {
    padding: 1.25rem;
    background: #ffffff;
    border-left: 3px solid #1a1a1a;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.savings-callout strong {
    color: #1a1a1a;
    font-weight: 600;
}

.comparison-link {
    display: inline-block;
    margin-top: 1.5rem;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 2px;
    transition: opacity 0.2s ease;
}

.comparison-link:hover {
    opacity: 0.7;
}

/* Calculator State Comparison */
.calculator-state-comparison {
    padding: 1.5rem;
    background: #fafafa;
    border: 2px solid #e5e5e5;
    margin-bottom: 1.5rem;
}

.calc-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.calc-comparison-col {
    text-align: center;
}

.calc-comparison-label {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.calc-state-range {
    font-size: 1.3rem;
    font-weight: 600;
    color: #666;
}

.calc-our-cost {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Section Intro */
.section-intro {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
}

.section-intro h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -1px;
}

.section-intro p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.6;
}

/* Pricing Tiers */
.pricing-tiers-section {
    margin-bottom: 5rem;
}

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

.tier-card {
    padding: 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #ffffff;
    transition: border-color 0.3s ease;
}

.tier-card:hover {
    border-color: #999;
}

.tier-standard {
    border-color: #1a1a1a;
    border-width: 2px;
}

.tier-header {
    margin-bottom: 1.5rem;
}

.tier-card h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 1rem;
}

.tier-rate {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.rate-amount {
    font-size: 3rem;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -1px;
}

.rate-period {
    font-size: 1rem;
    color: #999;
    font-weight: 400;
}

.tier-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.tier-example {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    font-size: 0.85rem;
}

.example-label {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 0.75rem;
}

.example-amount {
    font-weight: 400;
    color: #999;
    font-size: 0.85rem;
}

.pricing-note {
    padding: 1.5rem;
    background: #fafafa;
    border-left: 3px solid #1a1a1a;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.pricing-note strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Services Navigation */
.services-nav-section {
    margin-bottom: 3rem;
}

.services-nav-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -1px;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 2rem;
}

.services-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.service-nav-btn {
    padding: 0.75rem 1.5rem;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 6px;
}

.service-nav-btn:hover {
    border-color: #999;
    color: #1a1a1a;
}

.service-nav-btn.active {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #ffffff;
}

/* Service Details */
.services-section {
    margin-bottom: 5rem;
}

.service-detail {
    display: none;
    padding: 3rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.service-detail.active {
    display: block;
}

.service-header {
    margin-bottom: 2rem;
}

.service-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.5px;
}

.service-header p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.6;
}

/* Service Breakdown Table */
.service-breakdown {
    margin-bottom: 2rem;
}

.breakdown-table {
    width: 100%;
    border-collapse: collapse;
}

.breakdown-table thead {
    border-bottom: 2px solid #1a1a1a;
}

.breakdown-table th {
    text-align: left;
    padding: 1rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
}

.breakdown-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.breakdown-table td {
    padding: 1rem 0.75rem;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.breakdown-table .item-name {
    font-weight: 500;
}

.breakdown-table .hours-cell {
    color: #666;
    text-align: center;
}

.breakdown-table .cost-cell {
    font-weight: 600;
    text-align: right;
}

.breakdown-table tfoot {
    border-top: 2px solid #1a1a1a;
}

.breakdown-table tfoot td {
    font-weight: 600;
    padding: 1.25rem 0.75rem;
}

.total-label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

/* Service Stats */
.service-stats {
    display: flex;
    gap: 3rem;
    padding: 2rem;
    background: #fafafa;
    border-radius: 0;
    margin-bottom: 2rem;
}

.stat-item {
    flex: 1;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-notes {
 /*   padding: 1rem;
    background: #f9f9f9;
    border-left: 3px solid #e5e5e5;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    font-style: italic;*/
    display: none;
}

.pricing-reminder {
    padding: 1.5rem;
    background: #fafafa;
    border-left: 3px solid #1a1a1a;
    margin: 2rem 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

.pricing-reminder strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Calculator Section */
.calculator-section {
    margin: 5rem 0;
    padding: 3rem 0;
    border-top: 3px solid #1a1a1a;
    border-bottom: 1px solid #e5e5e5;
}

.calculator-container {
    max-width: 800px;
    margin: 0 auto;
}

.calculator-header {
    text-align: center;
    margin-bottom: 3rem;
}

.calculator-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    letter-spacing: -1px;
}

.calculator-header p {
    font-size: 1.05rem;
    color: #666;
}

.calculator-body {
    background: #fafafa;
    padding: 2.5rem;
    border-radius: 0;
}

.calculator-tier-select {
    margin-bottom: 2.5rem;
}

.calculator-tier-select label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 1rem;
}

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

.tier-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1rem;
    border: 2px solid #e5e5e5;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 0;
}

.tier-btn:hover {
    border-color: #999;
}

.tier-btn.active {
    border-color: #1a1a1a;
    background: #1a1a1a;
}

.tier-btn-label {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 0.5rem;
    transition: color 0.2s ease;
}

.tier-btn.active .tier-btn-label {
    color: #ffffff;
}

.tier-btn-rate {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.tier-btn.active .tier-btn-rate {
    color: #ffffff;
}

/* Calculator Services */
.calculator-services {
    margin-bottom: 2rem;
}

.calculator-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
}

.calculator-service:hover {
    border-color: #999;
}

.calculator-service.selected {
    border-color: #1a1a1a;
    background: #ffffff;
}

.service-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    cursor: pointer;
}

.service-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.calculator-service.selected .service-checkbox {
    border-color: #1a1a1a;
    background: #1a1a1a;
}

.service-checkbox::after {
    content: '✓';
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.calculator-service.selected .service-checkbox::after {
    opacity: 1;
}

.service-info {
    flex: 1;
}

.service-name {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.service-hours {
    font-size: 0.85rem;
    color: #999;
}

.service-cost {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: right;
    min-width: 80px;
}

/* Calculator Total */
.calculator-total {
    padding: 2rem;
    background: #ffffff;
    border: 2px solid #1a1a1a;
}

.total-breakdown {
    margin-bottom: 1.5rem;
}

.total-row {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    font-size: 1rem;
    color: #666;
}

.total-row-main {
    padding-top: 1.25rem;
    margin-top: 1rem;
    border-top: 2px solid #e5e5e5;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
}

.calculator-disclaimer {
    font-size: 0.85rem;
    color: #999;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}

/* FAQ Section */
.faq-section {
    margin: 5rem 0;
}

.faq-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2rem;
    letter-spacing: -1px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
}

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

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.faq-question:hover {
    opacity: 0.7;
}

.faq-question span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.3px;
    flex: 1;
}

.faq-icon {
    width: 20px;
    height: 20px;
    color: #1a1a1a;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

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

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

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

.faq-answer p {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    padding-bottom: 1.5rem;
}

.faq-answer p:last-child {
    padding-bottom: 1.5rem;
}

/* CTA Section */
.cta-section {
    margin: 5rem 0;
    padding: 4rem 0;
    text-align: center;
    border-top: 3px solid #1a1a1a;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -1px;
}

.cta-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background: #333;
}

/* Responsive Design */
@media (max-width: 968px) {
    .container {
        padding: 0 1.5rem;
    }

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

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

    .tier-buttons {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .breadcrumb-item {
        font-size: 0.8rem;
        padding-top: 2.125rem;
    }
    
    .breadcrumb-arrow {
        width: 14px;
        height: 14px;
    }

    .pricing-hero {
        padding: 4rem 0 3rem;
    }

    .pricing-hero h1 {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .section-intro h2,
    .services-nav-section h2,
    .faq-section h2,
    .comparison-intro h2 {
        font-size: 1.6rem;
    }

    .comparison-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .comparison-divider {
        display: none;
    }

    .state-comparison-section {
        padding-left: 1.5rem;
    }

    .comparison-card {
        padding: 1.5rem;
    }

    .comparison-value {
        font-size: 2rem;
    }

    .state-select {
        max-width: 100%;
    }

    .service-header h3 {
        font-size: 1.4rem;
    }

    .calculator-header h2 {
        font-size: 1.6rem;
    }

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

    .services-nav {
        flex-direction: column;
    }

    .service-nav-btn {
        width: 100%;
        text-align: left;
    }

    .calculator-body {
        padding: 1.5rem;
    }

    .calculator-service {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .service-checkbox-wrapper {
        width: 100%;
    }

    .service-cost {
        text-align: right;
        width: 100%;
    }

    .calc-comparison-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .breakdown-table {
        font-size: 0.85rem;
    }

    .breakdown-table th,
    .breakdown-table td {
        padding: 0.75rem 0.5rem;
    }

    .breakdown-table th:first-child,
    .breakdown-table td:first-child {
        min-width: 140px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .state-comparison-section {
        padding-left: 1rem;
        border-left-width: 3px;
    }

    .pricing-hero {
        padding: 4rem 0 3rem;
    }

    .pricing-hero h1 {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .rate-amount {
        font-size: 2.5rem;
    }

    .tier-card {
        padding: 1.5rem;
    }

    .service-stats {
        padding: 1.5rem;
    }

    .stat-value {
        font-size: 2rem;
    }

    .calculator-total {
        padding: 1.5rem;
    }

    .total-row-main {
        font-size: 1.1rem;
    }

    /* Make table scrollable on very small screens */
    .service-breakdown {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .breakdown-table {
        min-width: 500px;
    }

    /* Navigation adjustments */
    nav {
        padding: 1rem 0 !important;
    }
}


/* Site Footer */
.site-footer {
    background-color: #0a0a0a;
    border-top: 1px solid #333333;
    padding: 4rem 0 2rem;
    margin-top: 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    align-items: start;
}

.footer-brand h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.footer-brand p {
    color: #999999;
    line-height: 1.6;
    font-size: 1rem;
}

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

.footer-column h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

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

.footer-column li {
    margin-bottom: 0.75rem;
}

.footer-column a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 2rem;
}

.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal p {
    color: #999999;
    font-size: 0.9rem;
    margin: 0;
}

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

.footer-legal-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #ffffff;
}

/* Footer Responsive */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 3rem 0 2rem;
    }
    
    .footer-content {
        gap: 2rem;
    }
    
    .footer-main {
        gap: 2rem;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-legal {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-legal-links {
        gap: 1.5rem;
    }
}