.clean-body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            display: flex;
            align-items: center;
            padding: 1rem;
            line-height: 1.5;
        }

        .clean-main-card {
            max-width: 1000px;
            margin: 0 auto;
            background: rgb(165, 224, 234);
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(45, 55, 72, 0.1);
            border: 1px solid #cbd5e0;
        }

        .clean-image-panel {
            background:
                url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
            color: white;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }

        .clean-image-content {
            position: relative;
            z-index: 2;
        }

        .clean-image-title {
            font-weight: 700;
            margin-bottom: 1.5rem;
            font-size: 1.4rem;
            line-height: 1.3;
            color: white;
        }

        .clean-benefits-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .clean-benefits-list li {
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            font-size: 0.85rem;
            padding: 0.25rem 0;
        }

        .clean-benefits-list li::before {
            content: "✓";
            color: #edde36;
            font-weight: bold;
            margin-right: 8px;
            font-size: 1rem;
            flex-shrink: 0;
        }

        .clean-form-panel {
            padding: 2rem;
        }

        .clean-form-header {
            text-align: center;
        }

        .clean-form-main-title {
            color: #2d3748;
            font-weight: 700;
            font-size: 1.4rem;
            margin-bottom: 0.5rem;
            position: relative;
            display: inline-block;
        }

        .clean-form-main-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: #edde36;
            border-radius: 2px;
        }

        .clean-form-subtitle {
            color: #718096;
            font-size: 0.875rem;
            margin-top: 0.75rem;
        }

        .clean-form-group {
            margin-bottom: 0.5rem;
        }

        .clean-form-input {
            border: 1px solid #cbd5e0;
            padding: 0.5rem 0.55rem;
            font-size: 0.875rem;
            transition: all 0.2s;
            background: white;
            width: 100%;
            height: 35px;
        }

        .clean-form-input:focus {
            border-color: #3fb1ef;
            box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.1);
            outline: none;
        }

        .clean-form-input::placeholder {
            color: #19191a;
            font-size: 0.85rem;
        }

        .clean-form-select {
            border: 1px solid #cbd5e0;
            /* border-radius: 6px; */
            padding: 0.5rem 0.75rem;
            font-size: 0.875rem;
            transition: all 0.2s;
            background: white;
            width: 100%;
            height: 36px;
            color: #2d3748;
        }

        .clean-form-select:focus {
            border-color: #3fb1ef;
            box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.1);
            outline: none;
        }

        .clean-form-textarea {
            border: 1px solid #cbd5e0;
            padding: 0.5rem 0.75rem;
            font-size: 0.875rem;
            transition: all 0.2s;
            background: white;
            width: 100%;
            min-height: 80px;
            resize: vertical;
        }

        .clean-form-textarea:focus {
            border-color: #3fb1ef;
            box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.1);
            outline: none;
        }

        .clean-btn-submit {
            background-color: #19191a;
            border: none;
            padding: 0.75rem;
            font-weight: 600;
            width: 100%;
            transition: all 0.2s;
            color: white;
            font-size: 0.875rem;
            letter-spacing: 0.3px;
            cursor: pointer;
        }

        .clean-btn-submit:hover {
            background: linear-gradient(135deg, #80e3f2 0%, #f7fafc 100%);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(43, 108, 176, 0.3);
            color: #2d3748;
        }

        .clean-btn-submit:active {
            transform: translateY(0);
        }

        .clean-contact-box {
            margin-top: 1.75rem;
            padding: 1rem;
            background: #f8fafc;
            border-radius: 8px;
            text-align: center;
            font-size: 0.8125rem;
            color: #4a5568;
            border: 1px solid #e2e8f0;
        }

        .clean-contact-item {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0.5rem;
            gap: px;
        }

        .clean-contact-item:last-child {
            margin-bottom: 0;
        }

        .clean-contact-icon {
            color: #3fb1ef;
            font-weight: bold;
        }

        /* Mobile-first responsive behavior */
        @media (max-width: 991.98px) {
            .clean-body {
                align-items: flex-start;
                /*margin-top: 3rem;*/
            }

            .clean-image-panel {
                display: none;
            }

            .clean-form-panel {
                padding: 1.75rem;
            }

            .clean-main-card {
                margin: 0.75rem;
            }
        }

        @media (min-width: 992px) {
            .clean-main-card {
                display: flex;
                height: auto;
            }

            .clean-image-panel {
                flex: 0 0 40%;
            }

            .clean-form-panel {
                flex: 0 0 60%;
            }

            .clean-form-row {
                margin-bottom: 0.15rem;
            }
        }

        /* Small screen adjustments */
        @media (max-width: 575.98px) {
            /*.clean-body {*/
            /*    padding: 2rem;*/
            /*}*/

            .clean-form-panel {
                padding: 1.5rem;
            }

            .clean-form-main-title {
                font-size: 1.25rem;
            }

            .clean-form-row {
                margin-bottom: 0.15rem;
            }

            .clean-form-input,
            .clean-form-select {
                height: 36px;
            }

            .clean-btn-submit {
                padding: 0.75rem;
            }

        }

        /* Form row spacing */
        .clean-form-row {
            margin-bottom: 0.5rem;
        }

        /* Success message styling */
        .clean-success-message {
            display: none;
            background: #c6f6d5;
            color: #22543d;
            padding: 1rem;
            border-radius: 6px;
            margin-top: 1rem;
            text-align: center;
            font-size: 0.875rem;
            border: 1px solid #9ae6b4;
        }

        .form-success-message {
            padding: 30px;
            text-align: center;
            background: #f4fdf7;
            border: 1px solid #cde8d6;
            border-radius: 6px;
        }

        .form-success-message h4 {
            color: #1e7e34;
            margin-bottom: 8px;
        }
        
        /* Footer Styles - All classes prefixed with ftr- */
.ftr-main {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 0 30px;
    font-size: 0.95rem;
    border-top: 3px solid #00b3c7;
    animation: ftrFadeInUp 0.5s ease forwards;
}

.ftr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Grid */
.ftr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

/* Footer Column Styles */
.ftr-column h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
}

.ftr-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #00b3c7;
}

/* Company Info Column */
.ftr-logo {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 1px;
}

.ftr-logo span {
    color: #00b3c7;
}

.ftr-description {
    color: #aaaaaa;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

/* Contact Info */
.ftr-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #aaaaaa;
}

.ftr-contact-icon {
    color: #00b3c7;
    margin-right: 10px;
    font-size: 1rem;
    min-width: 20px;
    text-align: center;
}

.ftr-contact-text {
    line-height: 1.5;
}

.ftr-contact-link {
    color: #00b3c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ftr-contact-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Quick Links */
.ftr-links {
    list-style: none;
}

.ftr-links li {
    margin-bottom: 12px;
}

.ftr-link {
    color: #aaaaaa;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.ftr-link:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* Services */
.ftr-services-list {
    list-style: none;
}

.ftr-services-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #aaaaaa;
    transition: color 0.2s ease;
    text-decoration: none;
}

.ftr-services-list a {
    color: #aaaaaa;
    text-decoration: none;
}

.ftr-services-list li:hover {
    color: #ffffff;
}

.ftr-service-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #00b3c7;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.ftr-services-list li:hover .ftr-service-dot {
    transform: scale(1.3);
}

/* Social Links */
.ftr-social-container {
    margin-top: 20px;
}

.ftr-social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ftr-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #111111;
    border-radius: 4px;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #333333;
}

.ftr-social-link:hover {
    background-color: #00b3c7;
    transform: translateY(-3px);
    border-color: #00b3c7;
}

.ftr-social-link:hover {
    background-color: #33c6d6;
    transform: translateY(-3px);
    border-color: #33c6d6;
}

/* Footer Bottom */
.ftr-bottom {
    border-top: 1px solid #333333;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ftr-copyright {
    color: #aaaaaa;
    font-size: 0.85rem;
}

.ftr-legal-links {
    display: flex;
    gap: 20px;
}

.ftr-legal-link {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.ftr-legal-link:hover {
    color: #ffffff;
}

.ftr-back-top {
    background-color: #111111;
    color: #ffffff;
    border: 1px solid #333333;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ftr-back-top:hover {
    background-color: #00b3c7;
    border-color: #00b3c7;
}

.ftr-back-top:hover {
    background-color: #33c6d6;
    border-color: #33c6d6;
}

/* Badge for insured */
.ftr-badge {
    display: inline-block;
    background-color: rgba(0, 179, 199, 0.1);
    color: #00b3c7;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid rgba(0, 179, 199, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
    .ftr-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .ftr-main {
        padding: 40px 0 20px;
    }

    .ftr-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .ftr-legal-links {
        justify-content: center;
    }

    .ftr-back-top {
        order: -1;
        align-self: center;
    }
}

@media (max-width: 576px) {
    .ftr-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ftr-container {
        padding: 0 15px;
    }

    .ftr-social-links {
        justify-content: center;
    }

    .ftr-legal-links {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

/* Animation for scroll to top */
@keyframes ftrFadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}