body {
    background-color: #f9f9f9 !important
}

.reseñas-disneylandparis {
    padding: 20px
}

.tarjetas-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.tarjeta-reseña {
    display: flex;
    background-color: #f9f9f9;
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden
}

.imagen-reseña {
    width: fit-content;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin: 15px auto
}

.contenido-reseña {
    padding: 10px;
    text-align: center
}

.nombre {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif
}

.estrellas {
    font-size: 1rem;
    margin-bottom: 8px
}

.texto-reseña {
    font-size: .9rem;
    color: #555;
    line-height: 1.4;
    margin-top: 10px
}

.rectangle-reseñas {
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.contenedor-reseña,
.logos-valores {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.texto-fiabilidad {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    margin-right: 30px;
    font-family: Poppins
}

.logo-facebook,
.logo-google {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.logo-facebook-img,
.logo-google-img {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.valoracion-facebook,
.valoracion-google {
    font-size: 1rem;
    color: #555
}

.estrellas {
    color: gold
}

.estrella {
    margin-right: 2px
}

.valoracion {
    margin-top: 5px;
    font-weight: 700
}

.grid-item img {
    height: 370px;
    width: 100%;
    border-radius: 30px
}

@media (max-width:600px) {
    .tarjetas-container {
        grid-template-columns: 1fr
    }

    .tarjeta-reseña {
        margin-bottom: 15px
    }

    .contenedor-reseña {
        flex-direction: column
    }

    .texto-fiabilidad {
        margin-right: 0;
        margin-bottom: 10px
    }

    .logos-valores {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px
    }

    .logo-facebook,
    .logo-google {
        margin-left: 0;
        margin-top: 10px
    }

    .logo-facebook-img,
    .logo-google-img {
        width: 35px;
        height: 35px
    }

    .estrellas,
    .valoracion-facebook,
    .valoracion-google {
        font-size: .9rem
    }

    .valoracion {
        font-size: 1rem
    }
}

@media (max-width:900px) {
    .tarjeta-reseña {
        margin-bottom: 20px
    }

    .texto-fiabilidad {
        font-size: 1.3rem
    }

    .logos-valores {
        flex-direction: row
    }

    .logo-facebook-img,
    .logo-google-img {
        width: 40px;
        height: 40px
    }

    .valoracion,
    .valoracion-facebook,
    .valoracion-google {
        font-size: 1rem
    }
}

@media (min-width:901px) {
    .tarjetas-container {
        grid-template-columns: repeat(4, 1fr)
    }
}

#header-section,
.hotel-overlay {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.hotel-item,
.image-container,
.landing-section {
    position: relative
}

#header-section {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    transition: opacity .4s ease-out
}

#header-section.visible {
    opacity: 1;
    pointer-events: auto
}

.landing-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 5%
}

.landing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/recursos_new/landing-index.webp');
    background-size: cover;
    background-position: center;
    filter: brightness(.5);
    z-index: -1
}

.content-ventas {
    color: #fff;
    max-width: 900px;
    z-index: 1
}

.h1-visible {
    font-size: 61px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px
}

.promo-text {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5
}

.button-ventas,
.hotel-item h3,
.hotel-overlay {
    font-size: 20px;
    text-transform: uppercase
}

.button-ventas {
    background-color: #cf2223;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 20px 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .3s
}

.button-ventas:hover {
    background-color: #e02425
}

.hotel-grid-section,
.hotel-item {
    background-color: #fff;
    text-align: center
}

.hotel-grid-section {
    padding: 40px 20px
}

.hotel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto
}

.hotel-item {
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    overflow: hidden;
    transition: transform .3s
}

.hotel-item:hover {
    transform: scale(1.07)
}

.hotel-item img {
    width: 100%;
    height: auto;
    display: block
}

.hotel-overlay {
    position: absolute;
    height: 100%;
    background: #cf2223;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    transition: opacity .3s
}

.image-container:hover .hotel-overlay {
    opacity: 1
}

.hotel-item .hotel-info {
    padding: 15px
}

.hotel-item h3 {
    margin: 10px 0 5px
}

.hotel-item p {
    font-size: 16px;
    color: #666
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    border: 0
}

:root {
    --verde-disney: #91c87b;
    --verde-disney-hover: #6cad5e;
    --verde-boton: #00c76f;
    --verde-boton-hover: #00b060;
    --texto-principal: #1a1a1a;
    --blanco: #fff;
    --sombra-boton: rgba(46, 204, 113, .7);
    --sombra-boton-hover: rgba(39, 174, 96, .9)
}

.banner-disney-orlando {
    background-color: var(--verde-disney);
    padding: 40px 20px;
    text-align: center;
    color: var(--texto-principal);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    max-width: 1100px;
    margin: 40px auto;
    font-family: Poppins, Arial, sans-serif
}

.banner-disney-orlando h2 {
    color: #2d2d2d;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px
}

.banner-disney-orlando p {
    color: var(--texto-principal);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 20px
}

.banner-disney-orlando .btn-banner,
.boton-cta {
    display: inline-block;
    background: linear-gradient(to right, var(--verde-boton), #00d387);
    color: var(--blanco);
    font-weight: 700;
    font-size: 1.1rem;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px var(--sombra-boton);
    transition: background-color .3s, box-shadow .3s
}

.banner-disney-orlando .btn-banner:hover,
.boton-cta:hover {
    background: linear-gradient(to right, var(--verde-boton-hover), #00be74);
    box-shadow: 0 6px 16px var(--sombra-boton-hover)
}

.boton-cta {
    margin-top: 15px;
    padding: 12px 24px;
    border-radius: 6px
}

@media (min-width:768px) {
    .hotel-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.disney-faq-tabs-section {
    background-color: #f9f9f9;
    padding: 2rem 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.disney-faq-tabs-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.5rem;
    justify-content: center
}

.disney-faq-tab-button {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #333;
    padding: .7rem 1.2rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease-in-out
}

.disney-faq-tab-button.active,
.disney-faq-tab-button:hover {
    background-color: #cf2223;
    color: #fff;
    border-color: #cf2223
}

.disney-faq-tab-content {
    display: none;
    animation: .3s ease-in-out fadeIn
}

.disney-faq-tab-content.active {
    display: block
}

.disney-faq-tab-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #222
}

.disney-faq-tab-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #444
}

.disney-faq-tab-content ul {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0
}

.disney-faq-tab-content ul li {
    position: relative;
    margin-bottom: .75rem;
    color: #333;
    border-left: 3px solid #cf2223;
    background-color: #f0f4ff;
    padding: .8rem 1rem .8rem 2rem;
    border-radius: .5rem
}

.disney-faq-tab-content ul li::before {
    content: "🎯";
    position: absolute;
    left: .6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem
}

.disney-faq-tab-content p::before {
    display: none
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.disney-tickets-tab-item {
    list-style: none
}

.disney-tickets-tab-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1rem
}

.disney-tickets-tab-content ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444
}

.disney-tickets-tab-content ul li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5
}

@media (max-width:768px) {
    .banner-disney-orlando {
        padding: 30px 15px;
        max-width: 95%
    }

    .banner-content h2 {
        font-size: 1.6rem
    }

    .banner-content p {
        font-size: 1rem;
        max-width: 100%
    }

    .btn-banner {
        font-size: 1.1rem;
        padding: 10px 25px
    }

    .disney-tickets-tab-links {
        flex-direction: column
    }

    .disney-tickets-tab-item a {
        padding: 12px 20px;
        font-size: 1.1rem
    }

    .disney-tickets-tab-content h3 {
        font-size: 1.5rem
    }

    .disney-tickets-tab-content h4 {
        font-size: 1.2rem
    }
}

@media (max-width:992px) {
    .h1-visible {
        font-size: 42px;
        line-height: 1.2
    }

    .promo-text {
        font-size: 16px;
        line-height: 1.4
    }

    .button-ventas {
        font-size: 18px;
        padding: 16px 32px;
        width: 100%;
        text-align: center
    }

    .stats-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px
    }

    .stat-box {
        background-color: rgba(255, 255, 255, .1);
        padding: 15px;
        border-radius: 10px;
        text-align: center
    }

    .stat-number {
        font-size: 28px;
        font-weight: 700;
        display: block;
        color: #fff
    }

    .stat-description {
        font-size: 14px;
        color: #f0f0f0
    }

    .content-ventas {
        padding-right: 10px;
    }
}

@media (max-width:576px) {
    .h1-visible {
        font-size: 32px
    }

    .promo-text {
        font-size: 15px
    }

    .button-ventas {
        font-size: 16px;
        padding: 34px 30px
    }

    .stat-number {
        font-size: 24px
    }

    .stat-description {
        font-size: 13px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .stats-grid {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px
    }

    .stat-box {
        flex: 1;
        padding: 20px;
        border-radius: 12px
    }

    .stat-number {
        font-size: 26px
    }

    .stat-description {
        font-size: 14px
    }

    .h1-visible {
        font-size: 42px;
        line-height: 1.2
    }

    .promo-text {
        font-size: 16px;
        line-height: 1.4
    }

    .button-ventas {
        font-size: 18px;
        padding: 16px 32px;
        width: 100%
    }

    .content-ventas {
        width: 100%;
        padding: 0 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .content-ventas {
        width: 100%;
        padding: 0 30px
    }

    .h1-visible {
        font-size: 48px;
        line-height: 1.2
    }

    .promo-text {
        font-size: 17px;
        line-height: 1.5
    }

    .button-ventas {
        font-size: 18px;
        padding: 18px 36px
    }

    .stats-grid {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-top: 40px
    }

    .stat-box {
        flex: 1;
        padding: 20px;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, .1);
        text-align: center;
        color: #fff;
        backdrop-filter: blur(3px)
    }

    .stat-number {
        font-size: 28px;
        font-weight: 700
    }

    .stat-description {
        font-size: 14px;
        margin-top: 6px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .landing-section {
        padding-top: 120px;
        padding-bottom: 80px
    }

    .content-ventas {
        max-width: 900px;
        margin-top: 40px
    }

    .h1-visible {
        font-size: 56px;
        line-height: 1.2
    }

    .promo-text {
        font-size: 18px;
        line-height: 1.5
    }

    .button-ventas {
        font-size: 20px;
        padding: 18px 36px
    }
}