body {
    font-family: 'Urbanist', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
    overflow-x: hidden;
}

.VC-main {
    background: linear-gradient(180deg, rgba(248, 245, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%);
}

.VC-section-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 24px;
}

.VC-section-container-light-bg {
    background-color: #F5F0FD;
    padding: 80px 0;
    margin: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

.VC-section-container-light-bg.VC-why-partner {
    background-color: #F5F0FD !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding: 80px 24px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.VC-why-partner-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.VC-why-partner-text {
    flex: 1;
    max-width: 600px;
}

.VC-why-partner-image {
    flex: 1;
    max-width: 600px;
}

.VC-section-container-light-bg.VC-partnership-models > .VC-section-header,
.VC-section-container-light-bg.VC-partnership-models > .VC-models-grid,
.VC-section-container-light-bg.VC-partnership-models > .VC-info-banner-dark {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
}

.VC-card {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #EAE0FF;
    box-shadow: 0 10px 30px -10px rgba(102, 51, 153, 0.07);
    padding: 24px;
    transition: all 0.3s ease;
}

.VC-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px -8px rgba(102, 51, 153, 0.12);
}

.VC-text-gradient {
    background: var(--heading, linear-gradient(87deg, #8253C2 2.38%, #F45346 85.76%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.VC-text-dark-purple {
    color: #611F69; }

.VC-text-grow {
    color: #B152E0; font-weight: 700;
}

.VC-text-inefficiencies {
    color: #B152E0; font-weight: 700;
}

.VC-section-title {
    font-size: 2.5rem; font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
    text-align: center;
}

.VC-section-subtitle {
    font-size: 1.25rem; font-weight: 600;
    color: #4F0051;
    margin-bottom: 24px;
    text-align: center;
}

.VC-section-subtitle-center {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 32px;
}

.description-1{
    font-size: 1.125rem; color: #4F0051;
    line-height: 1.6;
    margin-bottom: 16px;
}

.VC-section-description {
    font-size: 1.125rem; color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
}

.VC-section-description-center {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.6;
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.VC-section-header {
    margin-bottom: 48px;
    text-align: center;
}

.VC-button-primary {
    background: #611F69;
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 28px;
    border: none;
    border-radius: 999px; cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(110, 58, 183, 0.3);
    position: relative;
    overflow: hidden;
}

.VC-button-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(110, 58, 183, 0.4);
    background: #4F1857;
}

.VC-button-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(110, 58, 183, 0.3);
}

.VC-button-secondary {
    background-color: #ffffff;
    color: #611F69;
    font-family: 'Urbanist', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 28px;
    border: 1px solid #D1C4E9;
    border-radius: 999px; cursor: pointer;
    transition: all 0.3s ease;
}

.VC-button-secondary:hover {
    background-color: #f9f7ff;
    border-color: #663399;
}

.VC-button-full {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.VC-centered-button {
    text-align: center;
    margin-top: 48px;
}

.VC-hero {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0rem 24px 8rem;
    position: relative;
}

.VC-hero-box {
    background: linear-gradient(35deg, rgba(225, 244, 255, 0.60) 12%, rgba(249, 225, 255, 0.80) 27%, rgba(255, 230, 233, 0.60) 100%);
    border-radius: 35px;
    padding: 4rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 28px;
    align-items: center;
}

.VC-hero-title {
    font-size: 2.95rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 32px;
    color: #4A148C;
}

.VC-hero-subtitle {
    font-size: 1.25rem; color: #555;
    line-height: 1.6;
    max-width: 550px;
}

.VC-form-card {
    padding: 32px;
}

.VC-form-title {
    font-size: 1.75rem; font-weight: 700;
    color: #4A148C;
    text-align: left;
    margin-bottom: 24px;
}

.VC-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.VC-form-group {
    display: flex;
    flex-direction: column;
}

.VC-form-group label {
    font-size: 0.875rem; font-weight: 600;
    color: #666;
    margin-bottom: 6px;
}

.VC-form-group input {
    font-family: 'Urbanist', sans-serif;
    font-size: 1rem;
    padding: 12px 16px;
    border: 1px solid #D1C4E9;
    border-radius: 8px;
    background-color: #FAF9FE;
}

.VC-form-group input:focus {
    outline: none;
    border-color: #663399;
    box-shadow: 0 0 0 2px rgba(102, 51, 153, 0.2);
}

.VC-trusted-by {
    padding-top: 40px;
    padding-bottom: 40px;
}

.VC-logo-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 32px;
}

.VC-logo-item {
    font-size: 1.75rem;
    font-weight: 700;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1rem;
}

.VC-partner-logo {
    max-height: 60px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.VC-logo-item:hover .VC-partner-logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.VC-why-partner:not(.VC-section-container-light-bg) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.VC-why-partner .VC-section-title {
    text-align: left;
}

.VC-why-partner-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.VC-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.VC-feature-card {
    padding: 32px 24px;
    text-align: left;
}

.VC-feature-icon {
    font-size: 1.75rem;
    color: #ffffff;
    background: #8F509F;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.VC-feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.VC-feature-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.VC-info-banner {
    background-color: #F3EFFF;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    margin-top: 48px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.VC-info-banner p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #4A148C;
    margin: 0;
}

.VC-models-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.VC-model-card {
    padding: 32px 24px;
    text-align: left;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.VC-model-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.VC-model-icon {
    font-size: 1.75rem;
    color: #663399;
    background-color: #F3EFFF;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.VC-model-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.VC-model-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.VC-model-card-center {
    grid-column: 1 / -1; max-width: calc(50% - 12px); margin: 0 auto; }

.VC-info-banner-dark {
    background-color: transparent;
    text-align: center;
    margin-top: 48px;
}

.VC-info-banner-dark p {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4A148C;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.VC-advantage-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.VC-advantage-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.VC-advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
}

.VC-advantage-icon {
    font-size: 1.5rem;
    color: #8E2DE2;
    margin-top: 2px;
}

.VC-advantage-title {
    font-size: 1.125rem; font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.VC-advantage-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

.VC-advantage-image img {
    width: 100%;
    height: 588px ;
    border-radius: 16px;
    object-fit: contain;
}

.VC-cta {
    background: #FFF;
    max-width: 1400px;
    margin: 0 auto;
}

.VC-cta-box {
    text-align: center;
    background: linear-gradient(35deg, rgba(225, 244, 255, 0.60) 12%, rgba(249, 225, 255, 0.80) 27%, rgba(255, 230, 233, 0.60) 100%);
    padding: 60px 80px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    width: 100%;
    margin: 0 auto;
}

.VC-cta-box .VC-section-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.VC-cta-box .VC-cta-subtitle {
    font-size: 1.75rem;
    font-weight: 600;
    color: #4E276B;
    margin-bottom: 20px;
}

.VC-cta-box .VC-cta-description {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 16px auto;
}

.VC-cta-box .VC-cta-description-bold {
    font-size: 1.125rem;
    font-weight: 700;
    color: #4E276B;
    margin-bottom: 32px;
}

.VC-cta-box .VC-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.VC-btn {
    display: inline-block;
    font-family: 'Urbanist', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 14px 28px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.VC-btn-primary {
    background: #611F69;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(110, 58, 183, 0.3);
}

.VC-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(110, 58, 183, 0.4);
}

@media (max-width: 1024px) {
    .VC-hero-box {
        grid-template-columns: 1fr;
        padding: 3rem;
    }
    .VC-hero-content {
        text-align: center;
    }
    .VC-hero-title {
        font-size: 3rem;
    }
    .VC-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .VC-why-partner-content {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .VC-why-partner-image {
        order: -1; margin-bottom: 1rem;
    }

    .VC-why-partner-text {
        max-width: 100%;
    }

    .VC-why-partner .VC-section-title {
        text-align: center;
    }

    .VC-advantage-content {
        grid-template-columns: 1fr;
    }

    .VC-features-grid {
        grid-template-columns: 1fr 1fr;
    }

    .VC-advantage-image {
        max-width: 450px;
        margin: 0 auto;
    }

    .VC-model-card-center {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .VC-section-container-light-bg.VC-why-partner {
        padding: 60px 0 !important; }

    .VC-why-partner-content {
        padding: 0 1rem; max-width: 100%;
    }

    .VC-section-title {
        font-size: 2rem; }

    .VC-hero-box {
        padding: 2rem;
        top: -20px;
        border-radius: 25px;
    }

    .VC-hero-title {
        font-size: 2.5rem; }

    .VC-hero-subtitle,
    .VC-section-description,
    .VC-section-description-center {
        font-size: 1rem; }

    .VC-logo-bar {
        filter: grayscale(0);
        opacity: 0.8;
    }

    .VC-logo-item {
        font-size: 1.25rem;
        width: 40%;
        justify-content: center;
    }

    .VC-features-grid,
    .VC-models-grid {
        grid-template-columns: 1fr;
    }

    .VC-model-card-center {
        grid-column: auto; }

    .VC-cta-box {
        padding: 40px 20px;
    }

    .VC-cta-box .VC-section-title {
        font-size: 2.25rem;
    }

    .VC-cta-box .VC-cta-subtitle {
        font-size: 1.5rem;
    }

    .VC-cta-box .VC-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .VC-cta-box .VC-cta-buttons .VC-button-primary,
    .VC-cta-box .VC-cta-buttons .VC-button-secondary {
        width: 100%;
    }
}

.VC-form input.error {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1);
}

.VC-form input.error:focus {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}

.VC-error-message {
    display: none;
    color: #e74c3c;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    font-weight: 500;
}

.VC-form-message {
    display: none;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    font-weight: 500;
    text-align: center;
    transition: opacity 0.3s ease;
}

.VC-form-message.success,
.VC-form-message-success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 1.5rem;
}

.VC-form-message-success i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #28a745;
}

.VC-form-message-success strong {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #155724;
}

.VC-form-message-success p {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #155724;
}

.VC-form-message.error,
.VC-form-message-error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 1.5rem;
}

.VC-form-message-error i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #dc3545;
}

.VC-form-message-error strong {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #721c24;
}

.VC-form-message-error p {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #721c24;
}

.VC-button-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.VC-form input:focus {
    outline: none;
    border-color: #68176A;
    box-shadow: 0 0 0 3px rgba(104, 23, 106, 0.1);
}

.VC-form input.valid {
    border-color: #28a745;
}

.VC-form input.valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

@media (max-width: 768px) {
    .VC-form-message {
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .VC-error-message {
        font-size: 0.8rem;
    }
}

.VC-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 40px 20px;
    overflow-y: auto;
}

.VC-modal-overlay.VC-modal-active {
    opacity: 1;
    visibility: visible;
}

.VC-modal-container {
    position: relative;
    max-width: 650px;
    width: 100%;
    margin: auto;
    transform: translateY(-50px);
    transition: transform 0.3s ease;
}

.VC-modal-overlay.VC-modal-active .VC-modal-container {
    transform: translateY(0);
}

.VC-modal-content {
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.VC-modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #611F69;
    color: white;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.VC-modal-close:hover {
    background: #4F1857;
    transform: rotate(90deg) scale(1.1);
}

.VC-modal-close:active {
    transform: rotate(90deg) scale(0.95);
}

.VC-modal-overlay .VC-form-card {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 40px;
    max-width: 100%;
}

.VC-modal-overlay .VC-form-title {
    margin-bottom: 28px;
}

.VC-modal-overlay .VC-form {
    gap: 18px;
}

.VC-modal-overlay::-webkit-scrollbar {
    width: 10px;
}

.VC-modal-overlay::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

.VC-modal-overlay::-webkit-scrollbar-thumb {
    background: rgba(97, 31, 105, 0.6);
    border-radius: 5px;
}

.VC-modal-overlay::-webkit-scrollbar-thumb:hover {
    background: rgba(97, 31, 105, 0.9);
}

@media (max-width: 768px) {
    .VC-modal-overlay {
        padding: 20px 15px;
    }

    .VC-modal-container {
        max-width: 100%;
    }

    .VC-modal-close {
        top: -12px;
        right: -12px;
        width: 38px;
        height: 38px;
        font-size: 1.15rem;
        border-width: 2px;
    }

    .VC-modal-overlay .VC-form-card {
        padding: 28px 20px;
    }

    .VC-modal-overlay .VC-form-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .VC-modal-overlay {
        padding: 15px 10px;
    }

    .VC-modal-overlay .VC-form-card {
        padding: 24px 16px;
    }
}
