/* Premium Responsive styles for politica-de-cookies */

@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem !important;
    }
}

@media (max-width: 768px) {
    .page-hero {
        min-height: 40vh !important;
        padding-top: 60px !important;
        margin-bottom: 2rem !important;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .page-hero .container {
        width: 100% !important;
    }

    .hero-title {
        font-size: 2.25rem !important;
        margin-bottom: 0.5rem !important;
    }

    .hero-subtitle {
        font-size: 1.1rem !important;
        margin: 0 auto !important;
    }

    main.section {
        padding: 1.5rem !important;
        margin-top: 0 !important;
    }

    .content p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    .content h3 {
        font-size: 1.3rem !important;
        text-align: center;
    }

    div[style*='background-color:#f8fafc'] {
        padding: 1.5rem !important;
        margin-top: 2rem !important;
    }

    div[style*='background-color:#f8fafc'] h3 {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.85rem !important;
    }

    .hero-subtitle {
        font-size: 1rem !important;
    }

    .btn {
        width: 100% !important;
        margin-bottom: 0.5rem !important;
    }
}
