/* ============================================================
   FOOTER CTA SECTION - CALL TO ACTION
   ============================================================ */

.footer-cta-section {
    position: relative;
    padding: 60px 40px 30px;
    background: transparent;
    margin-bottom: -90px;
    z-index: 15;
}

.footer-cta-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-cta-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 50px;
    background: linear-gradient(135deg, #78B52F 0%, #6aa521 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 60px rgba(120, 181, 47, 0.35), 0 8px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.footer-cta-content::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.footer-cta-content::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.footer-cta-text {
    flex: 1;
    min-width: 280px;
}

.footer-cta-text {
    position: relative;
    z-index: 2;
}

.footer-cta-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.25;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.footer-cta-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.footer-cta-button {
    flex-shrink: 0;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 38px;
    background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
    color: #78B52F;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1.5px solid #ffffff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.btn-cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.btn-cta-primary:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #5a8f24;
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
}

.btn-cta-primary:hover::before {
    left: 100%;
}

.btn-cta-primary i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-cta-primary:hover i {
    transform: translateX(4px);
}

/* ============================================================
   FOOTER ULTIMATE 2026 - CORPORATE PREMIUM DESIGN
   Background Color: #0fa5e9 | Sophisticated & Professional
   ============================================================ */

.footer-ultimate-2026 {
    background: linear-gradient(135deg, #0fa5e9 0%, #0987d1 50%, #076fa3 100%);
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 10;
    margin-top: 0;
    padding-top: 0;
}

/* DECORATIVE ELEMENTS */
.footer-ultimate-2026::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.footer-ultimate-2026::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* MAIN FOOTER CONTAINER */
.footer-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 60px;
}

.footer-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    align-items: flex-start;
}

/* FOOTER COLUMNS */
.footer-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 220px;
}

/* COLUMN 1: ABOUT */
.footer-about {
    flex: 1;
    min-width: 280px;
}

/* PREMIUM ABOUT SECTION */
.footer-about-premium {
    position: relative;
}

.about-premium-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(120, 181, 47, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.05);
}

.about-premium-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(120, 181, 47, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-premium-wrapper > * {
    position: relative;
    z-index: 1;
}

/* Company Info */
.footer-company-info {
    text-align: center;
    margin-top: 10px;
}

.footer-company-name {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.footer-company-tagline {
    font-size: 1rem;
    color: #78B52F;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* Values Section */
.footer-values {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.value-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    transition: all 0.3s ease;
}

.value-item i {
    color: #78B52F;
    font-size: 1.1rem;
}

.value-item:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

/* Social Wrapper */
.footer-social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.footer-social-title {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-logo-wrapper {
    margin-bottom: 30px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 50%;
    box-shadow: 0 20px 60px rgba(120, 181, 47, 0.25), 
                0 10px 30px rgba(0, 0, 0, 0.08),
                inset 0 1px 2px rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: none !important;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(120, 181, 47, 0.1);
}

.footer-logo::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(120, 181, 47, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.5s ease;
}

.footer-logo:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 30px 80px rgba(120, 181, 47, 0.35), 
                0 15px 40px rgba(0, 0, 0, 0.12),
                inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.footer-logo:hover::before {
    transform: scale(1.2);
}

.footer-logo-img {
    height: 55px;
    width: auto;
    filter: none !important;
    opacity: 1;
    mix-blend-mode: normal;
    position: relative;
    z-index: 2;
}

.footer-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* SOCIAL ICONS */
.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.4s ease;
    z-index: 0;
}

.social-icon:hover::before {
    left: 100%;
}

.social-icon i {
    position: relative;
    z-index: 1;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.social-facebook {
    background: #3B5998;
    border-color: #3B5998;
}

.social-facebook:hover {
    background: #2d4373;
    border-color: #2d4373;
    box-shadow: 0 15px 40px rgba(59, 89, 152, 0.4);
}

.social-linkedin {
    background: #0077B5;
    border-color: #0077B5;
}

.social-linkedin:hover {
    background: #005a8a;
    border-color: #005a8a;
    box-shadow: 0 15px 40px rgba(0, 119, 181, 0.4);
}

.social-whatsapp {
    background: #25D366;
    border-color: #25D366;
}

.social-whatsapp:hover {
    background: #1ba850;
    border-color: #1ba850;
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
}

/* COLUMN TITLES */
.footer-column-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 15px;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
}

/* MENU LISTS */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-menu li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.3px;
}

.footer-menu li a i {
    font-size: 0.7rem;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.footer-menu li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-menu li a:hover i {
    opacity: 1;
    transform: translateX(3px);
}

/* CONTACT SECTION */
.contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #ffffff;
    font-size: 1.3rem;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-icon i {
    color: #78B52F !important;
    font-size: 1.3rem;
}

.contact-item:hover .contact-icon {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(120, 181, 47, 0.25);
    border-color: #ffffff;
}

.contact-item:hover .contact-icon i {
    color: #78B52F !important;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 1rem !important;
}

.contact-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.contact-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
    line-height: 1.2;
    word-break: break-word;
    display: block;
}

.contact-address {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    margin: 3px 0;
    line-height: 1.5;
}

.contact-hours {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    margin: 3px 0;
    line-height: 1.5;
}

.contact-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* FOOTER BOTTOM SECTION */
.footer-bottom {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.15);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.footer-bottom-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
}

.footer-copyright {
    text-align: left;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.legal-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.divider {
    color: rgba(255, 255, 255, 0.3);
}

.footer-credit {
    text-align: right;
}

.footer-credit p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}

.credit-link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.credit-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* ============================================================
   RESPONSIVE DESIGN
   ============================================================ */

@media (max-width: 1024px) {
    .footer-cta-section {
        padding: 50px 30px 25px;
        margin-bottom: -75px;
    }

    .footer-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 35px 40px;
        gap: 25px;
    }

    .footer-cta-text {
        width: 100%;
    }

    .footer-cta-title {
        font-size: 1.6rem;
    }

    .footer-cta-subtitle {
        font-size: 1rem;
    }

    .footer-container {
        padding: 60px 40px;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-bottom-container {
        padding: 0 40px;
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-copyright,
    .footer-credit {
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-description {
        font-size: 1.1rem;
    }

    .footer-menu li a {
        font-size: 1.1rem;
    }

    .contact-link {
        font-size: 1.1rem;
    }

    .contact-address,
    .contact-hours {
        font-size: 1rem;
    }

    .footer-logo {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .footer-logo-img {
        height: 48px;
    }

    .footer-cta-section {
        padding: 40px 20px 20px;
        margin-bottom: -70px;
    }

    .footer-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 28px 25px;
        gap: 20px;
    }

    .footer-cta-title {
        font-size: 1.4rem;
        margin-bottom: 4px;
    }

    .footer-cta-subtitle {
        font-size: 0.95rem;
    }

    .btn-cta-primary {
        width: 100%;
        justify-content: center;
        padding: 12px 32px;
        font-size: 0.9rem;
    }

    .footer-container {
        padding: 40px 25px;
    }

    .footer-content {
        flex-wrap: wrap;
        gap: 25px;
    }

    .footer-column {
        align-items: flex-start;
        flex: 0 1 calc(50% - 12px);
    }

    .footer-about {
        flex: 1 1 100%;
    }

    .footer-column-title {
        font-size: 1rem;
    }

    .footer-bottom {
        padding: 25px 0;
    }

    .footer-bottom-container {
        padding: 0 25px;
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }

    .footer-copyright,
    .footer-credit {
        text-align: center;
    }

    .footer-copyright p,
    .footer-credit p {
        font-size: 0.85rem;
    }

    .legal-link {
        font-size: 0.85rem;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .footer-description {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .footer-menu li a {
        font-size: 0.85rem;
    }

    .footer-logo-img {
        height: 35px;
    }
}

@media (max-width: 480px) {
    .footer-description {
        font-size: 1rem;
    }

    .footer-menu li a {
        font-size: 1rem;
    }

    .contact-link {
        font-size: 1rem;
    }

    .contact-address,
    .contact-hours {
        font-size: 0.95rem;
    }

    .footer-logo {
        width: 75px;
        height: 75px;
        margin-bottom: 18px;
    }

    .footer-logo-img {
        height: 42px;
    }

    .footer-cta-section {
        padding: 35px 15px 18px;
        margin-bottom: -65px;
    }

    .footer-cta-content {
        padding: 24px 20px;
        gap: 18px;
    }

    .footer-cta-title {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    .footer-cta-subtitle {
        font-size: 0.85rem;
    }

    .btn-cta-primary {
        width: 100%;
        padding: 11px 28px;
        font-size: 0.85rem;
        gap: 8px;
    }

    .footer-container {
        padding: 30px 15px;
    }

    .footer-content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-column {
        flex: 0 1 100%;
    }

    .footer-about {
        flex: 0 1 100%;
    }

    .footer-logo-img {
        height: 35px;
    }

    .footer-description {
        font-size: 0.8rem;
    }

    .footer-column-title {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
    }

    .footer-menu li a {
        font-size: 0.8rem;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-bottom-container {
        padding: 0 15px;
    }

    .footer-copyright p,
    .footer-credit p,
    .legal-link {
        font-size: 0.8rem;
    }

    .footer-social {
        gap: 10px;
    }

    .divider {
        margin: 0 5px;
    }
}

/* ANIMATIONS */
@keyframes slideUpFooter {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-column {
    animation: slideUpFooter 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}

.footer-column:nth-child(1) {
    animation-delay: 0.1s;
}

.footer-column:nth-child(2) {
    animation-delay: 0.2s;
}

.footer-column:nth-child(3) {
    animation-delay: 0.3s;
}

.footer-column:nth-child(4) {
    animation-delay: 0.4s;
}

/* PRINT STYLES */
@media print {
    .footer-ultimate-2026 {
        background: #f5f5f5;
        color: #000;
    }

    .footer-social,
    .footer-column-title::after {
        display: none;
    }
}
