:root {
    --home-bg: #f6f2ea;
    --home-ink: #1f1a12;
    --home-muted: #7a6f62;
    --home-accent: #d0a25f;
    --home-card: #ffffff;
    --home-shadow: 0 18px 40px rgba(31, 26, 18, 0.12);
}

.home-modern {
    background: radial-gradient(circle at top, #fff8ee 0%, var(--home-bg) 55%, #efe6d6 100%);
}

.home-modern .about,
.home-modern .features,
.home-modern .services,
.home-modern .testimonials,
.home-modern .contact {
    padding: 56px 0;
}

.home-modern .contact {
    padding: 0;
}

.home-modern .img-thumbnail {
    border-radius: 24px;
    border: none;
    box-shadow: var(--home-shadow);
}

.home-modern .section-title h2 {
    color: var(--home-ink);
    letter-spacing: 2px;
}

.home-modern .section-title p {
    color: var(--home-muted);
}

.home-modern .content {
    background: var(--home-card);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--home-shadow);
    border: 1px solid rgba(208, 162, 95, 0.18);
}

.home-modern .icon-box {
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(31, 26, 18, 0.1);
    border: 1px solid rgba(208, 162, 95, 0.2);
    padding: 20px 20px 18px;
    position: relative;
}

.home-modern .icon-box i {
    color: var(--home-accent);
    font-size: 22px;
    margin-bottom: 8px;
}

.home-modern .icon-box h4 {
    margin-top: 6px;
    margin-bottom: 8px;
}

.home-modern .icon-box p {
    margin-bottom: 0;
    color: var(--home-muted);
}

.home-modern .testimonials {
    background: linear-gradient(135deg, rgba(255, 248, 238, 0.6), rgba(239, 230, 214, 0.8));
}

.home-modern .testimonial-item {
    border-radius: 24px;
    box-shadow: var(--home-shadow);
    border: 1px solid rgba(208, 162, 95, 0.2);
}

.home-modern .contact .info {
    border-radius: 20px;
    box-shadow: var(--home-shadow);
    border: 1px solid rgba(208, 162, 95, 0.2);
    padding: 20px;
    background: #fff;
}

.home-modern .contact .info .email,
.home-modern .contact .info .phone {
    margin-top: 20px;
}

.home-modern .contact .php-email-form {
    border-radius: 20px;
    box-shadow: var(--home-shadow);
    border: 1px solid rgba(208, 162, 95, 0.2);
    padding: 20px;
    background: #fff;
    width: 100%;
}

.home-modern .contact .php-email-form .form-group {
    margin-bottom: 16px;
    padding: 0;
}

.home-modern .contact .php-email-form input,
.home-modern .contact .php-email-form textarea {
    border-radius: 14px;
    border: 1px solid rgba(208, 162, 95, 0.25);
    padding: 12px 14px;
    width: 100%;
}

.home-modern .contact .php-email-form button[type="submit"] {
    border-radius: 999px;
    padding: 12px 20px;
    margin-top: 8px;
    width: 100%;
}

.home-modern .contact .php-email-form .text-center {
    margin-top: 8px;
}

.home-modern .contact .php-email-form .hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.home-modern .btn.btn-danger {
    border-radius: 999px;
    padding: 10px 18px;
}

.home-modern .home-cms-section {
    padding: 56px 0;
}

.home-modern .page-template--landing {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: var(--home-shadow);
    padding: 64px 0;
}

.home-modern .page-template--full {
    background: #fff3e2;
}

.home-modern .home-cms-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.home-modern .home-cms-subtitle {
    color: var(--home-muted);
    margin-bottom: 14px;
}

.home-modern .home-cms-content {
    color: inherit;
}

.home-modern .home-cms-button {
    margin-top: 16px;
    border-radius: 999px;
    padding: 10px 18px;
}

.home-modern .home-cms-button--full {
    width: 100%;
}

.home-modern .home-cms-button-row {
    display: flex;
    justify-content: flex-start;
}

.home-modern .home-cms-button-row--center {
    justify-content: center;
}

.home-modern .home-cms-button-row--right {
    justify-content: flex-end;
}

.home-modern .home-cms-image {
    border-radius: 24px;
    border: none;
    box-shadow: var(--home-shadow);
}

.home-modern .shows-slider {
    padding: 56px 0 64px;
}

.home-modern .shows-slider .section-title p {
    text-transform: none;
    font-size: 1rem;
}

.home-modern .shows-swiper {
    padding: 16px 8px 40px;
}

.home-modern .show-card {
    display: grid;
    gap: 16px;
    text-decoration: none;
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    border: 2px solid rgba(208, 162, 95, 0.45);
    box-shadow: 0 18px 36px rgba(31, 26, 18, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: inherit;
}

.home-modern .show-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(31, 26, 18, 0.18);
}

.home-modern .show-image {
    border: 2px solid rgba(123, 167, 115, 0.55);
    border-radius: 16px;
    padding: 10px;
    background: #fdfcf9;
}

.home-modern .show-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
}

.home-modern .show-meta {
    display: grid;
    gap: 6px;
    text-align: center;
    font-weight: 600;
}

.home-modern .show-date {
    font-size: 1.15rem;
    color: var(--home-ink);
}

.home-modern .show-time {
    font-size: 1.05rem;
    color: var(--home-ink);
}

.home-modern .show-city {
    font-size: 1rem;
    color: #6f8d64;
    letter-spacing: 0.4px;
}

.home-modern .show-meta i {
    margin-right: 6px;
    color: var(--home-accent);
    font-size: 1.05rem;
    vertical-align: -1px;
}

.home-modern .shows-slider .swiper-pagination-bullet {
    background: rgba(208, 162, 95, 0.35);
    opacity: 1;
}

.home-modern .shows-slider .swiper-pagination-bullet-active {
    background: var(--home-accent);
}

@media (min-width: 992px) {
    .home-modern .contact {
        padding: 16px 0 40px;
    }

    .home-modern .features > .container > .content {
        width: 100%;
        max-width: 760px;
        margin: 0 auto 28px;
        padding: 32px 34px;
    }

    .home-modern .features > .container > .content .section-title {
        margin: 0 0 12px;
    }
}

@media (max-width: 768px) {
    .home-modern .about,
    .home-modern .features,
    .home-modern .services,
    .home-modern .testimonials,
    .home-modern .contact {
        padding: 40px 0;
    }

    .home-modern .shows-slider {
        padding: 40px 0 56px;
    }

    .home-modern .home-cms-section {
        padding: 40px 0;
    }

    .home-modern .content {
        padding: 22px;
    }

    .home-modern .contact .info,
    .home-modern .contact .php-email-form {
        padding: 18px;
    }

    .home-modern .contact .info {
        margin-bottom: 16px;
    }

    .home-modern .contact .php-email-form {
        margin-top: 0;
    }

    .home-modern .contact .php-email-form .row {
        margin-left: 0;
        margin-right: 0;
    }

    .home-modern .contact .php-email-form .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .home-modern .contact .php-email-form .form-group {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Refuerzo de estilos para móviles donde style.css pisa márgenes */
.home-modern .contact .info,
.home-modern .contact .php-email-form,
.home-modern .contact .php-email-form input,
.home-modern .contact .php-email-form textarea,
.home-modern .contact .php-email-form button[type="submit"] {
    box-sizing: border-box;
}

.home-modern .contact .php-email-form {
    padding: 18px !important;
}

.home-modern .contact .php-email-form input,
.home-modern .contact .php-email-form textarea {
    width: 100% !important;
}

.home-modern .contact .php-email-form button[type="submit"] {
    width: 100% !important;
    margin-top: 10px !important;
}
