: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 .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;
}

@media (max-width: 768px) {
    .home-modern .about,
    .home-modern .features,
    .home-modern .services,
    .home-modern .testimonials,
    .home-modern .contact {
        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;
}
