/* ==========================================================================
   TRICALGUAR Custom Styles - Redesign Phase 1
   Added AFTER style.css to override as needed
   ========================================================================== */

/* --------------------------------------------------------------------------
   1.1 Experience Badge ("10+ Años")
   -------------------------------------------------------------------------- */
.experience-badge {
    display: inline-block;
    background: #003368;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-transform: none;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: 30px;
    position: relative;
    border-left: 3px solid #2196F3;
}

.experience-badge .badge-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #2196F3;
    line-height: 1.1;
}

.experience-badge .badge-text {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #ccc;
    margin-top: 2px;
}

/* --------------------------------------------------------------------------
   1.3 Trust Indicators Bar (below hero)
   -------------------------------------------------------------------------- */
.trust-indicators {
    background: #003368;
    padding: 18px 0;
    text-align: center;
}

.trust-indicators .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.trust-indicator-item {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px;
    white-space: nowrap;
}

.trust-indicator-item i {
    color: #25D366;
    font-size: 18px;
    margin-right: 8px;
}

.trust-indicator-item .indicator-divider {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.25);
    margin-left: 20px;
}

.trust-indicator-item:last-child .indicator-divider {
    display: none;
}

/* --------------------------------------------------------------------------
   1.4 Improved CTA Buttons
   -------------------------------------------------------------------------- */

/* Primary CTA - Green (Cotizar Gratis) */
.btn-cta-primary {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 5px;
}

.btn-cta-primary:hover,
.btn-cta-primary:focus {
    background: #20bd5a !important;
    border-color: #20bd5a !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    text-decoration: none;
}

/* Secondary CTA - Outline (Ver Servicios) */
.btn-cta-secondary {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 5px;
}

.btn-cta-secondary:hover,
.btn-cta-secondary:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: #fff !important;
    color: #fff !important;
    text-decoration: none;
}

/* Phone CTA - Call Now */
.btn-cta-phone {
    background: rgba(0, 51, 104, 0.8) !important;
    border: 2px solid #2196F3 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 5px;
}

.btn-cta-phone:hover,
.btn-cta-phone:focus {
    background: #003368 !important;
    color: #fff !important;
    text-decoration: none;
}

/* Service page WhatsApp CTA section */
.service-cta-section {
    background: linear-gradient(135deg, #003368, #004a96);
    padding: 30px;
    border-radius: 6px;
    text-align: center;
    margin: 30px 0 20px;
}

.service-cta-section h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
}

.service-cta-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    font-size: 14px;
}

.service-cta-section .btn-cta-primary {
    font-size: 16px;
    padding: 14px 35px;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .experience-badge {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .experience-badge {
        margin-left: 10px;
        padding: 5px 10px;
    }

    .experience-badge .badge-number {
        font-size: 16px;
    }

    .experience-badge .badge-text {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .trust-indicators {
        padding: 15px 0;
    }

    .trust-indicators .container {
        flex-direction: column;
        gap: 5px;
    }

    .trust-indicator-item {
        font-size: 13px;
        padding: 4px 15px;
    }

    .trust-indicator-item .indicator-divider {
        display: none;
    }

    .btn-cta-primary,
    .btn-cta-secondary,
    .btn-cta-phone {
        padding: 10px 20px;
        font-size: 13px;
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 5px auto;
        text-align: center;
    }

    .service-cta-section {
        padding: 20px 15px;
        margin: 20px 0 15px;
    }
}

/* ==========================================================================
   Phase 2: Content & SEO Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   2.1 FAQ Accordion Panels
   -------------------------------------------------------------------------- */
.faq-section {
    margin-top: 30px;
    margin-bottom: 20px;
}

.faq-section h3 {
    font-size: 22px;
    color: #003368;
    margin-bottom: 20px;
    font-weight: 700;
}

.faq-section .panel-group {
    margin-bottom: 0;
}

.faq-section .panel {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 8px;
}

.faq-section .panel-heading {
    background: #f9f9f9;
    padding: 0;
    border-radius: 4px;
}

.faq-section .panel-title a {
    display: block;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #003368;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
}

.faq-section .panel-title a:hover,
.faq-section .panel-title a:focus {
    color: #2196F3;
    text-decoration: none;
}

.faq-section .panel-title a::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-section .panel-title a.collapsed::after {
    transform: translateY(-50%) rotate(-90deg);
}

.faq-section .panel-body {
    padding: 15px 18px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    border-top: 1px solid #eee;
}

/* --------------------------------------------------------------------------
   2.2 Testimonials Enhancement
   -------------------------------------------------------------------------- */
.testimonials-heading {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-top: 10px;
}

.testimonials .comment {
    position: relative;
}

.testimonials .comment .fa-quote-left {
    color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    margin-right: 8px;
    vertical-align: top;
}

/* --------------------------------------------------------------------------
   2.3 Location Page Styles
   -------------------------------------------------------------------------- */
.location-hero {
    background: linear-gradient(135deg, #003368, #004a96);
    padding: 40px 0;
    color: #fff;
    text-align: center;
}

.location-hero h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.location-hero p {
    font-size: 16px;
    opacity: 0.85;
    max-width: 600px;
    margin: 0 auto;
}

.location-content {
    padding: 40px 0;
}

.location-content h2 {
    font-size: 22px;
    color: #003368;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.location-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.location-address-block {
    background: #f9f9f9;
    border-left: 4px solid #2196F3;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
}

.location-address-block h4 {
    color: #003368;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
}

.location-address-block p {
    margin-bottom: 5px;
    color: #555;
    font-size: 14px;
    text-align: left;
}

.location-address-block i {
    color: #2196F3;
    width: 20px;
    margin-right: 5px;
}

.location-services-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.location-services-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.location-services-list li:last-child {
    border-bottom: none;
}

.location-services-list li a {
    color: #003368;
    font-weight: 600;
    font-size: 15px;
}

.location-services-list li a:hover {
    color: #2196F3;
    text-decoration: none;
}

.location-services-list li i {
    color: #25D366;
    margin-right: 8px;
}

.location-cross-links {
    background: #003368;
    padding: 30px 0;
    text-align: center;
    margin-top: 30px;
}

.location-cross-links h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.location-cross-links .btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 25px;
    margin: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.location-cross-links .btn:hover {
    background: #fff;
    color: #003368;
}

/* --------------------------------------------------------------------------
   2.4 Clients Section Enhancement
   -------------------------------------------------------------------------- */
.partners .section-heading .clients-subtitle {
    color: #777;
    font-size: 16px;
    margin-top: 5px;
}

/* --------------------------------------------------------------------------
   Responsive - Phase 2
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .location-hero h1 {
        font-size: 24px;
    }

    .testimonials-heading {
        font-size: 22px;
    }

    .faq-section .panel-title a {
        font-size: 14px;
        padding: 12px 15px;
        padding-right: 35px;
    }

    .location-cross-links .btn {
        display: block;
        margin: 5px auto;
        max-width: 250px;
    }
}

/* ==========================================================================
   Phase 3: UI Modernization
   ========================================================================== */

/* --------------------------------------------------------------------------
   3.1 CSS Variables
   -------------------------------------------------------------------------- */
:root {
    --primary: #003368;
    --secondary: #2196F3;
    --accent: #25D366;
    --success: #28a745;
    --light-bg: #f8f9fa;
    --dark-text: #212529;
    --border-light: #e0e0e0;
}

/* --------------------------------------------------------------------------
   3.2 Typography Overrides
   -------------------------------------------------------------------------- */
body {
    font-size: 16px;
    line-height: 1.6;
    color: var(--dark-text);
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--dark-text);
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--dark-text);
}

p {
    color: #444;
}

.home-slider .container h1 {
    font-size: 56px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.home-slider .container p {
    font-size: 22px;
}

header .header-title h1 {
    font-family: 'Montserrat', sans-serif;
}

/* --------------------------------------------------------------------------
   3.3 Header / Nav Modernization
   -------------------------------------------------------------------------- */

/* Contact bar - lighter, cleaner */
body > div[style*="background-color: #e7e8e8"],
header > div[style*="background-color: #e7e8e8"] {
    background-color: var(--light-bg) !important;
    border-bottom: 1px solid var(--border-light);
}

body > div[style*="background-color: #e7e8e8"] .row[style*="background-color: #e7e8e8"],
header > div[style*="background-color: #e7e8e8"] .row[style*="background-color: #e7e8e8"] {
    background-color: var(--light-bg) !important;
}

/* Navbar - white background + shadow */
header .navbar {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Tighter nav link line-height */
header .navbar .navbar-nav > li > a {
    line-height: 70px;
    transition: color 0.3s ease;
}

/* Active link - blue underline indicator */
header .navbar .navbar-nav > li.active > a {
    color: var(--secondary);
    position: relative;
}

header .navbar .navbar-nav > li.active > a::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 3px;
    background: var(--secondary);
    border-radius: 2px;
}

/* Dropdown menus - modern */
header .navbar .dropdown-menu {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    margin-top: 0;
}

header .navbar .dropdown-menu li a {
    padding: 8px 20px;
    transition: all 0.2s ease;
    color: var(--dark-text);
}

header .navbar .dropdown-menu li a:hover {
    background-color: var(--light-bg) !important;
    color: var(--secondary);
    padding-left: 24px;
}

/* WhatsApp CTA - pill shape + hover lift */
.top-whatsapp-cta {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.top-whatsapp-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* Phone links - better hover */
a.phone-link {
    transition: color 0.3s ease;
}

/* --------------------------------------------------------------------------
   3.4 Hero Section Enhancement
   -------------------------------------------------------------------------- */

/* Better gradient overlay */
.home-slider .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 51, 104, 0.7));
}

/* Improved text shadows */
.home-slider .sombra {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Modernized owl carousel dots */
.home-slider .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.home-slider .owl-pagination .active span {
    width: 14px;
    height: 14px;
    background: var(--accent);
    box-shadow: 0 0 8px rgba(37, 211, 102, 0.5);
}

/* Better CTA button spacing in hero */
.home-slider .container .btn {
    margin: 8px 6px;
}

/* --------------------------------------------------------------------------
   3.5 Services Section Enhancement
   -------------------------------------------------------------------------- */

/* Service box hover effects */
.services .service-pack .col div {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.services .service-pack .col div:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
}

/* Icon scale on hover */
.services .service-pack .col div:hover span {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.services .service-pack .col div span {
    transition: transform 0.3s ease;
}

/* Better "Ver Mas" link animation */
.services .service-pack a {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.services .service-pack a:before {
    transition: all 0.3s ease;
    left: -15px;
    opacity: 0;
}

.services .service-pack a:hover:before {
    left: -12px;
    opacity: 1;
}

/* What-We-Do sidebar - modern gradient */
.services .what-we-do {
    background: linear-gradient(135deg, #1a1d23, #2d3239);
    position: relative;
    overflow: hidden;
}

.services .what-we-do::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* Modernized sidebar button */
.services .what-we-do a.btn-default,
.services .what-we-do a[class*="btn"] {
    background: linear-gradient(135deg, var(--primary), var(--secondary)) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
    transition: all 0.3s ease;
    border-radius: 4px;
}

.services .what-we-do a.btn-default:hover,
.services .what-we-do a[class*="btn"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
}

/* --------------------------------------------------------------------------
   3.6 Footer Redesign (CSS)
   -------------------------------------------------------------------------- */

/* Footer gradient background */
footer .row:first-child {
    background: linear-gradient(135deg, #1a1d23, #2d3239) !important;
    padding: 60px 0 50px;
}

/* Footer headings with gradient underline */
footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}

footer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
    border-radius: 2px;
}

/* Footer tagline */
footer .footer-tagline {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Footer social links */
footer .footer-social {
    margin-top: 15px;
    padding: 0;
}

footer .footer-social li {
    display: inline-block;
    margin-right: 10px;
}

footer .footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #ccc;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: none;
}

footer .footer-social li a:hover {
    background: var(--secondary);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

/* Footer service links */
footer .footer-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-services-list li {
    margin-bottom: 10px;
}

footer .footer-services-list li a {
    color: #b0b0b0;
    font-size: 14px;
    text-transform: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

footer .footer-services-list li a i {
    margin-right: 8px;
    font-size: 12px;
    color: var(--secondary);
    transition: transform 0.3s ease;
}

footer .footer-services-list li a:hover {
    color: #fff;
    padding-left: 5px;
}

footer .footer-services-list li a:hover i {
    transform: translateX(3px);
}

/* Footer contact info */
footer .footer-contact p {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}

footer .footer-contact i {
    color: var(--secondary);
    width: 20px;
    margin-right: 8px;
    font-size: 14px;
}

footer .footer-contact a {
    color: #b0b0b0;
    text-transform: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

footer .footer-contact a:hover {
    color: var(--secondary);
}

/* Footer theme-logo adjustments */
footer .theme-logo {
    text-align: left;
    margin-top: 0;
}

/* Copyright bar */
footer .copyright {
    background-color: #0f1115;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer .copyright ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    color: #999;
    transition: all 0.3s ease;
}

footer .copyright ul li a:hover {
    background: var(--secondary);
    color: #fff;
    transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   3.7 Additional UI Enhancements
   -------------------------------------------------------------------------- */

/* Section heading underlines - brand gradient */
section h2::after {
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent)) !important;
    height: 3px;
    border-radius: 2px;
}

.section-heading h2::after {
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent)) !important;
    height: 3px;
    border-radius: 2px;
}

/* Offer/feature boxes hover lift */
.offer .col div,
.features .col > div {
    transition: all 0.3s ease;
}

.offer .col div:hover,
.features .col > div:hover {
    transform: translateY(-4px);
}

/* Portfolio items - rounded corners + hover shadow */
.our-portfolio .col > div {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.our-portfolio .col > div:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Form inputs - better focus states */
.form-control:focus {
    border-color: var(--secondary) !important;
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.15) !important;
    outline: none;
}

/* Buttons (.btn-default) - blue gradient */
.become-a-part .btn-default,
.become-a-part-common .btn-default {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border: none;
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 51, 104, 0.3);
}

.become-a-part .btn-default:hover,
.become-a-part-common .btn-default:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 51, 104, 0.4);
    color: #fff;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Better focus outlines for accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: 2px;
}

/* --------------------------------------------------------------------------
   3.8 Responsive - Phase 3
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .home-slider .container h1 {
        font-size: 42px;
    }

    .home-slider .container p {
        font-size: 18px;
    }

    header .navbar .navbar-nav > li > a {
        line-height: 45px;
    }

    header .navbar .navbar-nav > li.active > a::after {
        display: none;
    }

    /* Footer stacking */
    footer .col-sm-4 {
        margin-bottom: 30px;
    }

    footer .theme-logo {
        text-align: center;
        margin-bottom: 20px;
    }

    footer h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .home-slider .container h1 {
        font-size: 32px;
    }

    .home-slider .container p {
        font-size: 16px;
    }

    /* Full-width services on mobile */
    .services .service-pack .col {
        width: 100%;
    }

    /* Compact footer */
    footer .row:first-child {
        padding: 40px 0 30px;
    }

    footer .footer-services-list {
        column-count: 2;
    }

    footer .theme-logo {
        text-align: center;
    }

    footer .theme-logo img {
        max-width: 150px;
    }

    footer .footer-social {
        text-align: center;
    }

    footer .footer-tagline {
        text-align: center;
    }

    footer h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .home-slider .container h1 {
        font-size: 26px;
    }

    .home-slider .container p {
        font-size: 14px;
    }

    .btn-cta-primary,
    .btn-cta-secondary,
    .btn-cta-phone {
        font-size: 12px;
        padding: 8px 16px;
    }

    footer .footer-services-list {
        column-count: 1;
    }
}

/* ==========================================================================
   Phase 5: Form Feedback Styles
   ========================================================================== */

/* Form success/error banners */
.form-feedback {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    display: none;
}

.form-feedback.form-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    display: block;
}

.form-feedback.form-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
}

/* Consent checkbox label */
.consent-label {
    font-size: 13px;
    color: #ccc;
    font-weight: normal;
    cursor: pointer;
    display: inline;
    line-height: 1.5;
}

.consent-label input[type="checkbox"] {
    margin-right: 6px;
    vertical-align: middle;
}

.consent-label a {
    color: var(--secondary);
    text-decoration: underline;
}

.consent-label a:hover {
    color: #fff;
}

/* Honeypot field - visually hidden but accessible to bots */
.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* ==========================================================================
   Phase 7.1: Client Logos / Portfolio Grid
   ========================================================================== */

/* Client logo grid */
.client-logo-item {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.client-logo-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.client-logo-item img {
    max-width: 100%;
    max-height: 80px;
    transition: all 0.3s ease;
}

.client-logo-item:hover img {
    transform: scale(1.05);
}

/* Logo placeholder (when no image) */
.client-logo-item .logo-placeholder {
    width: 100%;
    height: 80px;
    background: var(--light-bg);
    border: 2px dashed var(--border-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
}


/* --------------------------------------------------------------------------
   Hero Slider - White Titles
   -------------------------------------------------------------------------- */
.main-slider h1.sombra,
.main-slider h2.sombra,
.main-slider p.sombra {
    color: #fff;
}
