.elementor-11 .elementor-element.elementor-element-c653c99{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4321b99 */:root {
        --primary: #0056b3;
        --primary-dark: #004085;
        --secondary: #28a745;
        --accent: #ffc107;
        --danger: #dc3545;
        --dark: #1a1a2e;
        --light: #f8f9fa;
        --text: #333;
        --text-light: #666;
        --border: #dee2e6;
        --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
        --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
        --shadow-lg: 0 8px 32px rgba(0,0,0,0.16);
        --shadow-xl: 0 12px 48px rgba(0,0,0,0.2);
    }

    .mi7-container {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        line-height: 1.6;
        color: var(--text);
        margin: 0;
        padding: 0;
    }

    .mi7-container * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* ===== HEADER ===== */
    .mi7-header {
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        padding: 1rem 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: var(--shadow-sm);
        position: relative;
        z-index: 100;
    }

    .mi7-logo {
        flex-shrink: 0;
    }

    .mi7-logo img {
        max-height: 50px;
        width: auto;
        display: block;
    }

    .mi7-nav {
        display: flex;
        gap: 2.5rem;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    .mi7-nav a {
        text-decoration: none;
        color: var(--text);
        font-weight: 700;
        font-size: 0.95rem;
        position: relative;
        transition: color 0.3s ease;
    }

    .mi7-nav a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--primary), var(--secondary));
        transition: width 0.3s ease;
        border-radius: 2px;
    }

    .mi7-nav a:hover {
        color: var(--primary);
    }

    .mi7-nav a:hover::after {
        width: 100%;
    }

    /* ===== HERO CON CARRUSEL ===== */
    .mi7-hero-wrapper {
        position: relative;
        min-height: 600px;
        overflow: hidden;
    }

    .mi7-carousel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .mi7-carousel-slide {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 1.2s ease-in-out;
    }

    .mi7-carousel-slide.active {
        opacity: 1;
    }

    .mi7-carousel-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(0,86,179,0.85) 0%, rgba(0,64,133,0.85) 100%);
        z-index: 2;
    }

    .mi7-hero {
        position: relative;
        z-index: 3;
        min-height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        padding: 4rem 5%;
    }

    .mi7-hero::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 400px;
        height: 400px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        animation: float 6s ease-in-out infinite;
    }

    .mi7-hero::after {
        content: '';
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 300px;
        height: 300px;
        background: rgba(40, 167, 69, 0.08);
        border-radius: 50%;
        animation: float 8s ease-in-out infinite reverse;
    }

    .mi7-hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        animation: slideUp 0.8s ease-out;
    }

    .mi7-hero h2 {
        font-size: clamp(2rem, 5vw, 3.5rem);
        margin-bottom: 1.5rem;
        font-weight: 800;
        line-height: 1.1;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
        color: white !important;
    }

    .mi7-hero p {
        font-size: clamp(1rem, 3vw, 1.2rem);
        margin-bottom: 2.5rem;
        opacity: 0.98;
        color: rgba(255, 255, 255, 0.95) !important;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ===== SECTION STYLES ===== */
    .mi7-section {
        padding: 5rem 5%;
    }

    .mi7-section-title {
        text-align: center;
        margin-bottom: 4rem;
        animation: fadeInUp 0.6s ease-out;
    }

    .mi7-section-title h2 {
        font-size: clamp(1.8rem, 4vw, 2.5rem);
        font-weight: 800;
        color: var(--text) !important;
        margin-bottom: 1rem;
        position: relative;
        display: inline-block;
    }

    .mi7-section-title .subtitle {
        font-size: 1rem;
        color: var(--text-light);
        font-weight: 500;
    }

    .mi7-section-title::after {
        content: '';
        display: block;
        width: 100px;
        height: 5px;
        background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
        margin: 1.5rem auto 0;
        border-radius: 3px;
        box-shadow: 0 4px 12px rgba(0,86,179,0.2);
    }

    /* ===== ABOUT SECTION ===== */
    #mi7-about {
        background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
        position: relative;
        overflow: hidden;
    }

    #mi7-about::before {
        content: '';
        position: absolute;
        top: -200px;
        right: -200px;
        width: 400px;
        height: 400px;
        background: rgba(0, 86, 179, 0.05);
        border-radius: 50%;
    }

    .mi7-about-intro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
        position: relative;
        z-index: 1;
        margin-bottom: 4rem;
    }

    .mi7-about-text h3 {
        font-size: 2rem;
        color: var(--primary) !important;
        margin-bottom: 1.5rem;
        font-weight: 800;
    }

    .mi7-about-text p {
        font-size: 1.05rem;
        color: var(--text-light);
        line-height: 1.9;
        margin-bottom: 1.5rem;
    }

    .mi7-about-text strong {
        color: var(--primary);
    }

    .mi7-about-image {
        position: relative;
    }

    .mi7-about-image img {
        width: 100%;
        border-radius: 16px;
        box-shadow: var(--shadow-xl);
        animation: fadeInUp 0.8s ease-out;
    }

    .mi7-image-badge {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        color: white;
        padding: 12px 20px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.95rem;
        box-shadow: var(--shadow-lg);
    }

    .mi7-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-top: 2.5rem;
    }

    .mi7-stat {
        text-align: center;
    }

    .mi7-stat-number {
        font-size: 2.5rem;
        font-weight: 800;
        color: var(--primary);
        display: block;
    }

    .mi7-stat-label {
        font-size: 0.95rem;
        color: var(--text-light);
        margin-top: 0.5rem;
        font-weight: 600;
    }

    .mi7-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 3rem;
        position: relative;
        z-index: 1;
    }

    .mi7-card {
        background: white;
        padding: 3rem 2.5rem;
        border-radius: 16px;
        box-shadow: var(--shadow-md);
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: relative;
        overflow: hidden;
        animation: fadeInUp 0.6s ease-out;
        animation-fill-mode: both;
    }

    .mi7-card:nth-child(1) { animation-delay: 0.1s; }
    .mi7-card:nth-child(2) { animation-delay: 0.2s; }
    .mi7-card:nth-child(3) { animation-delay: 0.3s; }

    .mi7-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, var(--primary), var(--secondary));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .mi7-card::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        opacity: 0.05;
        border-radius: 50%;
        transform: translate(40%, -40%);
    }

    .mi7-card:hover {
        transform: translateY(-12px);
        box-shadow: var(--shadow-xl);
    }

    .mi7-card:hover::before {
        transform: scaleX(1);
    }

    .mi7-card-icon {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        display: inline-block;
    }

    .mi7-card h3 {
        color: var(--primary) !important;
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .mi7-card p {
        color: var(--text-light);
        line-height: 1.8;
        font-size: 0.98rem;
    }

    /* ===== FORM SECTION ===== */
    .mi7-form-section {
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        position: relative;
        overflow: hidden;
    }

    .mi7-form-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 300px;
        background: rgba(40, 167, 69, 0.08);
        border-radius: 50%;
        animation: float 8s ease-in-out infinite;
    }

    .mi7-form-container {
        background: white;
        border-radius: 20px;
        padding: 4rem;
        max-width: 1000px;
        margin: 0 auto;
        box-shadow: var(--shadow-xl);
        border: 1px solid var(--border);
        position: relative;
        z-index: 1;
    }

    .mi7-form-intro {
        text-align: center;
        margin-bottom: 3rem;
        padding-bottom: 2.5rem;
        border-bottom: 2px solid var(--border);
    }

    .mi7-form-intro p {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
        color: var(--text-light);
        line-height: 1.8;
    }

    .mi7-form-intro strong {
        color: var(--primary);
        font-weight: 700;
        font-size: 1.15rem;
    }

    .mi7-form-group {
        margin-bottom: 1.8rem;
    }

    .mi7-form-group label {
        display: block;
        margin-bottom: 0.8rem;
        font-weight: 700;
        color: var(--text);
        font-size: 0.98rem;
        letter-spacing: 0.3px;
    }

    .mi7-form-group input,
    .mi7-form-group select,
    .mi7-form-group textarea {
        width: 100%;
        padding: 1rem 1.2rem;
        border: 2px solid var(--border);
        border-radius: 10px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.98rem;
        transition: all 0.3s ease;
        background: white;
        color: var(--text);
    }

    .mi7-form-group input::placeholder,
    .mi7-form-group textarea::placeholder {
        color: #aaa;
    }

    .mi7-form-group input:focus,
    .mi7-form-group select:focus,
    .mi7-form-group textarea:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 4px rgba(0, 86, 179, 0.1);
        background: #f9f9f9;
    }

    .mi7-form-group textarea {
        resize: vertical;
        min-height: 140px;
    }

    .mi7-form-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
    }

    .mi7-submit-btn {
        background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
        color: white;
        border: none;
        padding: 1.2rem 3rem;
        width: 100%;
        border-radius: 10px;
        cursor: pointer;
        font-size: 1.05rem;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: var(--shadow-lg);
        margin-top: 2rem;
        position: relative;
        overflow: hidden;
    }

    .mi7-submit-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .mi7-submit-btn:hover:not(:disabled) {
        transform: translateY(-3px);
        box-shadow: var(--shadow-xl);
    }

    .mi7-submit-btn:hover:not(:disabled)::before {
        width: 300px;
        height: 300px;
    }

    .mi7-submit-btn:disabled {
        opacity: 0.7;
        cursor: not-allowed;
    }

    /* ===== SOCIAL MEDIA COVER ===== */
    .mi7-social-cover-simple {
        position: relative;
        padding: 5rem 5%;
        overflow: hidden;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mi7-social-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
        background-size: cover;
        background-position: center;
        filter: blur(8px);
        z-index: 0;
    }

    .mi7-social-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(0, 86, 179, 0.75) 0%, rgba(0, 64, 133, 0.75) 100%);
        z-index: 1;
    }

    .mi7-social-content {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 700px;
        animation: fadeInUp 0.8s ease-out;
    }

    .mi7-social-content h2 {
        color: white !important;
        font-size: clamp(2rem, 5vw, 3rem);
        font-weight: 800;
        margin-bottom: 1rem;
        line-height: 1.2;
        text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    }

    .mi7-social-content p {
        color: rgba(255, 255, 255, 0.95) !important;
        font-size: 1.1rem;
        margin-bottom: 3rem;
        line-height: 1.6;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    }

    .mi7-social-buttons {
        display: flex;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .mi7-btn-social {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1.2rem 2.5rem;
        border-radius: 50px;
        font-weight: 700;
        font-size: 1.1rem;
        text-decoration: none;
        color: white;
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: 2px solid transparent;
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        position: relative;
        overflow: hidden;
    }

    .mi7-btn-social::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
        z-index: 0;
    }

    .mi7-btn-social:hover::before {
        width: 300px;
        height: 300px;
    }

    .mi7-btn-whatsapp {
        background: #25D366;
        color: white;
        border-color: #25D366;
    }

    .mi7-btn-whatsapp:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
        border-color: white;
    }

    .mi7-btn-instagram {
        background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
        color: white;
        border-color: #e1306c;
    }

    .mi7-btn-instagram:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(225, 48, 108, 0.4);
        border-color: white;
    }

    .mi7-btn-facebook {
        background: #1877F2;
        color: white;
        border-color: #1877F2;
    }

    .mi7-btn-facebook:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(24, 119, 242, 0.4);
        border-color: white;
    }

    /* ===== FAQ SECTION ===== */
    #mi7-faq {
        background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
        position: relative;
        overflow: hidden;
    }

    #mi7-faq::after {
        content: '';
        position: absolute;
        bottom: -150px;
        right: -150px;
        width: 300px;
        height: 300px;
        background: rgba(0, 86, 179, 0.05);
        border-radius: 50%;
    }

    .mi7-faq-container {
        max-width: 850px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .mi7-faq-item {
        margin-bottom: 1.8rem;
        padding: 2.5rem 2rem;
        background: white;
        border-radius: 14px;
        box-shadow: var(--shadow-md);
        border-left: 5px solid var(--primary);
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: relative;
        overflow: hidden;
        animation: fadeInUp 0.6s ease-out;
        animation-fill-mode: both;
        cursor: pointer;
    }

    .mi7-faq-item:nth-child(1) { animation-delay: 0.1s; }
    .mi7-faq-item:nth-child(2) { animation-delay: 0.2s; }
    .mi7-faq-item:nth-child(3) { animation-delay: 0.3s; }
    .mi7-faq-item:nth-child(4) { animation-delay: 0.4s; }

    .mi7-faq-item::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        opacity: 0.08;
        border-radius: 50%;
        transform: translate(30%, -30%);
    }

    .mi7-faq-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1;
        cursor: pointer;
        list-style: none;
    }

    .mi7-faq-header::-webkit-details-marker {
        display: none;
    }

    .mi7-faq-item h4 {
        color: var(--primary) !important;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0;
        flex: 1;
    }

    .mi7-faq-icon {
        font-size: 1.5rem;
        color: var(--primary);
        transition: transform 0.4s ease;
        margin-left: 1rem;
        flex-shrink: 0;
    }

    .mi7-faq-item[open] .mi7-faq-icon {
        transform: rotate(180deg);
    }

    .mi7-faq-content {
        max-height: 500px;
        overflow: hidden;
        transition: max-height 0.4s ease;
        position: relative;
        z-index: 1;
    }

    .mi7-faq-item[open] .mi7-faq-content {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 2px solid var(--border);
    }

    .mi7-faq-item p {
        color: var(--text-light);
        line-height: 1.9;
        font-size: 0.98rem;
        margin: 0;
    }

    .mi7-faq-item:hover {
        box-shadow: var(--shadow-lg);
        transform: translateX(8px);
    }

    /* ===== BUTTON CTA ===== */
    .mi7-btn-cta {
        display: inline-block;
        background: linear-gradient(135deg, var(--secondary) 0%, #20c456 100%);
        color: white;
        padding: 1.1rem 2.8rem;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 700;
        font-size: 1.02rem;
        transition: all 0.3s ease;
        border: 2px solid transparent;
        box-shadow: var(--shadow-lg);
        text-transform: uppercase;
        letter-spacing: 0.8px;
        position: relative;
        overflow: hidden;
    }

    .mi7-btn-cta::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s, height 0.6s;
    }

    .mi7-btn-cta:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-xl);
        color: white;
        text-decoration: none;
    }

    .mi7-btn-cta:hover::before {
        width: 300px;
        height: 300px;
    }

    /* ===== ANIMATIONS ===== */
    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(30px); }
    }

    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ===== FOOTER ===== */
    .mi7-footer {
        background: linear-gradient(135deg, var(--dark) 0%, #2d2d44 100%);
        color: white;
        padding: 4rem 5% 2rem;
        margin-top: 2rem;
    }

    .mi7-footer-content {
        max-width: 1400px;
        margin: 0 auto;
    }

    .mi7-footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        flex-wrap: wrap;
        gap: 2rem;
    }

    .mi7-footer-brand h2 {
        background: linear-gradient(135deg, var(--accent), #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 2rem;
        font-weight: 800;
        margin: 0;
        margin-bottom: 0.5rem;
    }

    .mi7-footer-brand p {
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
        font-size: 0.95rem;
    }

    .mi7-footer-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 3rem;
        margin-bottom: 2rem;
    }

    .mi7-footer-col h4 {
        color: var(--accent);
        margin-bottom: 1.2rem;
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .mi7-footer-col p {
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 0.8rem;
        line-height: 1.8;
        font-size: 0.95rem;
    }

    .mi7-footer-col p i {
        color: var(--secondary);
        margin-right: 0.8rem;
        width: 20px;
    }

    .mi7-footer-col ul {
        list-style: none;
        padding: 0;
    }

    .mi7-footer-col ul li {
        margin-bottom: 0.8rem;
    }

    .mi7-footer-col ul li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
    }

    .mi7-footer-col ul li a::before {
        content: '→';
        margin-right: 0.8rem;
        color: var(--secondary);
        font-weight: bold;
    }

    .mi7-footer-col ul li a:hover {
        color: var(--accent);
        transform: translateX(5px);
    }

    .mi7-footer-divider {
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        margin: 2rem 0;
    }

    .mi7-footer-bottom {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.5rem;
    }

    .mi7-footer-bottom p {
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.9rem;
    }

    .mi7-footer-bottom a {
        color: var(--accent);
        text-decoration: none;
        font-weight: 700;
        transition: opacity 0.3s ease;
    }

    .mi7-footer-bottom a:hover {
        opacity: 0.8;
        color: white;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
        .mi7-header {
            flex-direction: column;
            gap: 1.5rem;
            padding: 1rem 4%;
        }

        .mi7-logo img {
            max-height: 40px;
        }

        .mi7-nav {
            gap: 1rem;
            justify-content: center;
        }

        .mi7-nav a {
            font-size: 0.85rem;
        }

        .mi7-hero-wrapper {
            min-height: 500px;
        }

        .mi7-hero {
            padding: 3rem 4%;
            min-height: 500px;
        }

        .mi7-hero h2 {
            font-size: 1.8rem;
        }

        .mi7-section {
            padding: 3rem 4%;
        }

        .mi7-about-intro {
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .mi7-about-text h3 {
            font-size: 1.6rem;
            margin-bottom: 1.2rem;
        }

        .mi7-about-text p {
            font-size: 1rem;
            margin-bottom: 1rem;
            line-height: 1.8;
        }

        .mi7-stats {
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .mi7-stat-number {
            font-size: 1.8rem;
        }

        .mi7-stat-label {
            font-size: 0.9rem;
        }

        .mi7-image-badge {
            font-size: 0.85rem;
            padding: 10px 16px;
            bottom: 15px;
            right: 15px;
        }

        .mi7-form-container {
            padding: 2.5rem 1.5rem;
        }

        .mi7-grid {
            gap: 2rem;
        }

        .mi7-card {
            padding: 2rem 1.5rem;
        }

        .mi7-form-row {
            gap: 1.5rem;
        }

        .mi7-footer {
            padding: 3rem 4% 1.5rem;
        }

        .mi7-social-cover-simple {
            padding: 3rem 5%;
            min-height: 380px;
        }

        .mi7-social-content h2 {
            font-size: 1.8rem;
            margin-bottom: 0.8rem;
        }

        .mi7-social-content p {
            font-size: 1rem;
            margin-bottom: 2rem;
            line-height: 1.7;
        }

        .mi7-social-buttons {
            gap: 1.2rem;
            flex-direction: column;
            align-items: stretch;
        }

        .mi7-btn-social {
            width: 100%;
            padding: 1.1rem 2rem;
            font-size: 1rem;
            border-radius: 45px;
            font-weight: 700;
        }

        .mi7-footer-top {
            flex-direction: column;
            text-align: center;
        }

        .mi7-footer-grid {
            gap: 2rem;
        }
    }

    @media (max-width: 480px) {
        .mi7-header {
            padding: 0.8rem 3%;
        }

        .mi7-logo img {
            max-height: 35px;
        }

        .mi7-nav {
            gap: 0.8rem;
            flex-wrap: wrap;
        }

        .mi7-nav a {
            font-size: 0.75rem;
        }

        .mi7-hero-wrapper {
            min-height: 400px;
        }

        .mi7-hero {
            padding: 2rem 3%;
            min-height: 400px;
        }

        .mi7-hero h2 {
            font-size: 1.4rem;
            margin-bottom: 1rem;
        }

        .mi7-hero p {
            font-size: 0.95rem;
        }

        .mi7-btn-cta {
            padding: 0.9rem 2rem;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }

        .mi7-section {
            padding: 2rem 3%;
        }

        .mi7-section-title h2 {
            font-size: 1.5rem;
        }

        .mi7-section-title::after {
            width: 60px;
        }

        .mi7-form-container {
            padding: 1.5rem;
        }

        .mi7-card {
            padding: 1.5rem 1rem;
        }

        .mi7-card h3 {
            font-size: 1.2rem;
        }

        .mi7-faq-item {
            padding: 1.5rem 1rem;
        }

        .mi7-faq-item h4 {
            font-size: 1rem;
        }

        .mi7-footer {
            padding: 2rem 3% 1rem;
        }

        .mi7-footer-top {
            flex-direction: column;
            text-align: center;
            gap: 1.5rem;
        }

        .mi7-footer-brand h2 {
            font-size: 1.6rem;
        }

        .mi7-footer-col h4 {
            font-size: 1rem;
        }

        .mi7-footer-col p {
            font-size: 0.85rem;
        }
    }/* End custom CSS */