/* ==========================================================================
   CSS PURA PARA INDEX.HTML - PALETA: VERDE BOSQUE, ORO VIEJO Y GRIS PLATINO
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F4F5F7;
    color: #2C3E50;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    margin: 0;
    color: #1E3F20; /* Verde Bosque */
    font-weight: 700;
}

p {
    margin: 0 0 1.5rem 0;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Header */
.main-header {
    background-color: #ffffff;
    border-bottom: 3px solid #1E3F20;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: block;
}

.logo-area {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1E3F20;
    vertical-align: middle;
}

.accent-text {
    color: #C5A059; /* Oro Viejo */
}

.menu-toggle {
    display: block;
    float: right;
    background: none;
    border: none;
    color: #1E3F20;
    cursor: pointer;
    padding: 0.5rem;
    margin-top: -0.25rem;
}

.main-nav {
    display: none;
    clear: both;
    padding-top: 1rem;
}

.main-nav.active {
    display: block;
}

.nav-link {
    display: block;
    padding: 0.75rem 0;
    font-weight: 600;
    color: #2C3E50;
    border-bottom: 1px solid #E2E8F0;
}

.nav-link:hover, .nav-link.active {
    color: #C5A059;
}

/* Clearfix util */
.header-container::after {
    content: "";
    clear: both;
    display: table;
}

/* Disclaimer Banner */
.ads-disclaimer-banner {
    background-color: #FFF3CD;
    border-left: 5px solid #C5A059;
    border-bottom: 1px solid #FFEBAA;
    padding: 1.25rem 1.5rem;
}

.disclaimer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.disclaimer-icon {
    color: #C5A059;
    float: left;
    margin-right: 0.75rem;
    margin-top: 0.15rem;
}

.disclaimer-text {
    font-size: 0.9rem;
    color: #664D03;
    margin: 0;
    overflow: hidden;
}

/* Hero Section */
.hero-section {
    background-color: #ffffff;
    padding: 3.5rem 1.5rem;
    border-bottom: 1px solid #E2E8F0;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-text-content {
    margin-bottom: 2.5rem;
}

.badge-accent {
    display: inline-block;
    background-color: rgba(197, 160, 89, 0.15);
    color: #1E3F20;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.hero-title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #4A5568;
    margin-bottom: 2rem;
}

.cta-actions {
    display: block;
}

.btn-primary {
    display: block;
    text-align: center;
    background-color: #1E3F20;
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 1rem;
    border: 2px solid #1E3F20;
    transition: background 0.3s;
}

.btn-primary:hover {
    background-color: #142B16;
}

.btn-secondary {
    display: block;
    text-align: center;
    background-color: transparent;
    color: #1E3F20;
    padding: 1rem 1.5rem;
    font-weight: 700;
    border-radius: 4px;
    border: 2px solid #1E3F20;
}

.btn-secondary:hover {
    background-color: #F4F5F7;
}

.hero-image-area {
    display: block;
}

.hero-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Servicios Section */
.services-section {
    padding: 4.5rem 1.5rem;
    background-color: #F4F5F7;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 3.5rem;
}

.section-header.centered {
    text-align: center;
}

.section-tag {
    display: block;
    color: #C5A059;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 1.85rem;
    margin-bottom: 1.25rem;
}

.section-intro-desc {
    font-size: 1.1rem;
    color: #4A5568;
    max-width: 800px;
}

.section-header.centered .section-intro-desc {
    margin: 0 auto;
}

.services-grid {
    display: block;
}

.service-card {
    background-color: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 6px;
    margin-bottom: 2rem;
    border-top: 4px solid #1E3F20;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.service-icon-wrapper {
    color: #C5A059;
    margin-bottom: 1.5rem;
}

.service-card-title {
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.service-card-text {
    color: #4A5568;
    font-size: 0.975rem;
}

.service-image-block {
    margin-top: 3rem;
}

.service-banner-img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* Beneficios Section */
.benefits-section {
    padding: 4.5rem 1.5rem;
    background-color: #ffffff;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}

.benefits-layout {
    display: block;
}

.benefits-image {
    margin-bottom: 2.5rem;
}

.benefits-img {
    width: 100%;
    border-radius: 6px;
}

.benefit-item {
    margin-top: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E2E8F0;
}

.benefit-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.benefit-header {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.benefit-number {
    position: absolute;
    left: 0;
    top: -0.2rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #C5A059;
}

.benefit-item-title {
    font-size: 1.2rem;
}

.benefit-item-text {
    color: #4A5568;
    font-size: 0.975rem;
}

/* FAQ Section */
.faq-section {
    padding: 4.5rem 1.5rem;
    background-color: #F4F5F7;
}

.faq-accordion-group {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background-color: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem;
    text-align: left;
    display: block;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1E3F20;
    position: relative;
    padding-right: 3.5rem;
}

.faq-icon-indicator {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.faq-icon-indicator::before, .faq-icon-indicator::after {
    content: "";
    position: absolute;
    background-color: #C5A059;
    transition: transform 0.3s;
}

/* Horizontal line */
.faq-icon-indicator::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
}

/* Vertical line */
.faq-icon-indicator::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
}

.faq-trigger[aria-expanded="true"] .faq-icon-indicator::after {
    transform: rotate(90deg);
    display: none;
}

.faq-panel {
    display: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid #F4F5F7;
}

.faq-trigger[aria-expanded="true"] + .faq-panel {
    display: block;
}

.faq-answer {
    color: #4A5568;
    font-size: 0.95rem;
    margin: 0;
}

/* Footer */
.main-footer {
    background-color: #1E3F20;
    color: #ffffff;
    padding: 4.5rem 1.5rem 2rem 1.5rem;
}

.footer-top-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-brand-column {
    margin-bottom: 2.5rem;
}

.footer-brand-column .logo-text {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 1rem;
}

.footer-brand-desc {
    color: #A0AEC0;
    font-size: 0.95rem;
}

.footer-links-column {
    margin-bottom: 2rem;
}

.footer-col-title {
    color: #C5A059;
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 0.75rem;
}

.footer-link {
    color: #E2E8F0;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #C5A059;
}

.footer-divider {
    max-width: 1200px;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    margin: 2.5rem auto;
}

.footer-disclaimer-container {
    max-width: 1200px;
    margin: 0 auto 2.5rem auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    border-radius: 4px;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.footer-disclaimer-text {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #CBD5E0;
    margin: 0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.copyright-text {
    font-size: 0.85rem;
    color: #A0AEC0;
    margin: 0;
}

/* Responsive Breakpoints (Sin Flex/Grid nativo externo, usando flujo estructural e inline-block) */
@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
    
    .main-nav {
        display: block !important;
        float: right;
        padding-top: 0.25rem;
    }
    
    .nav-link {
        display: inline-block;
        padding: 0 1rem;
        border-bottom: none;
    }
    
    .nav-link:last-child {
        padding-right: 0;
    }
    
    .hero-text-content {
        display: inline-block;
        width: 55%;
        vertical-align: middle;
        padding-right: 2.5rem;
        margin-bottom: 0;
    }
    
    .hero-image-area {
        display: inline-block;
        width: 44%;
        vertical-align: middle;
    }
    
    .hero-title {
        font-size: 2.8rem;
    }
    
    .cta-actions .btn-primary, .cta-actions .btn-secondary {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 1rem;
    }
    
    .service-card {
        display: inline-block;
        width: 31%;
        margin-right: 2%;
        vertical-align: top;
        margin-bottom: 0;
        min-height: 480px;
    }
    
    .service-card:last-child {
        margin-right: 0;
    }
    
    .benefits-image {
        display: inline-block;
        width: 40%;
        vertical-align: top;
        margin-bottom: 0;
    }
    
    .benefits-content {
        display: inline-block;
        width: 57%;
        margin-left: 2%;
        vertical-align: top;
    }
    
    .footer-brand-column {
        display: inline-block;
        width: 40%;
        vertical-align: top;
        padding-right: 3rem;
        margin-bottom: 0;
    }
    
    .footer-links-column {
        display: inline-block;
        width: 28%;
        vertical-align: top;
        margin-bottom: 0;
    }
}