/* Destinations & Tourism landing — Places.nu brand palette (matches city centers) */

.destinations-landing {
    --md-naturgronn: #00B9FF;
    --md-fjellgra: #e5e7eb;
    --md-lys-fjellgra: #f8f9fa;
    --md-fjordbla: #00B9FF;
    --md-fjordbla-hover: #0099CC;
    --md-kveldsoransje: #ffc107;
    --md-text-dark: #2d3748;
    --md-text-muted: #4a5568;
    --md-text-light: #718096;
}

.destinations-landing .parks-hero {
    background: #fff;
}

.destinations-landing .parks-btn-primary:hover {
    box-shadow: 0 4px 12px rgba(0, 185, 255, 0.35);
}

.destinations-landing .parks-btn-outline:hover {
    background: rgba(0, 185, 255, 0.06);
}

.destinations-landing .features-timeline-section {
    background: #f8f9fa;
}

.destinations-landing .timeline-line-progress {
    background: linear-gradient(180deg, #00B9FF 0%, #00B9FF 100%);
}

.destinations-landing .pricing-section {
    background: #faf9f7;
}

.destinations-landing .pricing-card {
    background: linear-gradient(135deg, #fef6f0 0%, #fdf2e9 50%, #fce8d8 100%);
    border: 1px solid rgba(255, 200, 150, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    max-width: 1000px;
}

.destinations-landing .pricing-currency-value {
    color: #e67e22;
}

.destinations-landing .pricing-cta-btn {
    background: #3d2314;
}

.destinations-landing .pricing-cta-btn:hover {
    background: #2a1810;
    box-shadow: 0 4px 12px rgba(61, 35, 20, 0.3);
}

.destinations-landing .pricing-features-side {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 2rem;
}

.destinations-landing .pricing-features-list li i {
    color: #7c9a3e;
}

.destinations-landing .destinations-final-cta {
    background: #faf9f7;
    padding: 5rem 0;
    text-align: center;
}

.destinations-landing .destinations-final-cta-title {
    font-family: 'Domine', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.destinations-landing .destinations-final-cta-subtitle {
    font-size: 1.125rem;
    color: #718096;
    margin-bottom: 2rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.destinations-landing .parks-feature-list a {
    color: var(--md-fjordbla);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.destinations-landing .parks-feature-list a:hover {
    color: var(--md-fjordbla-hover);
}

@media (max-width: 991px) {
    .destinations-landing .destinations-final-cta-title {
        font-size: 2rem;
    }
}
