.py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.vlsat-btn-primary {
    background: #0f766e;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 1.1rem 1.8rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vlsat-btn-primary:hover {
    background: #115e59;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(15, 118, 110, 0.25);
}

.vlsat-btn-outline {
    background: #fff;
    color: #0f766e;
    border: 2px solid #0f766e;
    border-radius: 999px;
    padding: 1.1rem 1.8rem;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vlsat-btn-outline:hover {
    background: #f0fdfa;
    color: #0f766e;
}

.vlsat-btn-dark {
    background: #134e4a;
    color: #fff;
    border-radius: 999px;
    padding: 1rem 1.6rem;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.vlsat-btn-dark:hover {
    background: #0f3f3a;
    color: #fff;
    transform: translateY(-2px);
}

.vlsat-floating-highlights {
    margin-top: -72px;
    position: relative;
    z-index: 3;
    padding-bottom: 2rem;
}

.vlsat-feature-card,
.vlsat-service-card,
.vlsat-plan-card {
    background: #fff;
    border-radius: 2.2rem;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(15, 23, 42, 0.04);
    box-shadow: 0 16px 46px rgba(15, 23, 42, 0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.vlsat-feature-card:hover,
.vlsat-service-card:hover,
.vlsat-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.vlsat-feature-icon,
.vlsat-service-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
    border: 4px solid #fff;
    display: inline-block;
}

.vlsat-feature-icon img,
.vlsat-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.vlsat-feature-card:hover .vlsat-feature-icon img,
.vlsat-service-card:hover .vlsat-service-icon img {
    transform: scale(1.08);
}

.vlsat-feature-title,
.vlsat-service-title,
.vlsat-plan-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #134e4a;
    margin-bottom: 1rem;
}

.vlsat-feature-text,
.vlsat-service-text,
.vlsat-plan-text,
.vlsat-section-text,
.vlsat-cta-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #475569;
}

.vlsat-section-kicker {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #0d9488;
    margin-bottom: 1rem;
}

.vlsat-section-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.15;
    font-weight: 800;
    color: #134e4a;
    margin-bottom: 1.25rem;
}

.vlsat-image-box {
    min-height: 480px;
    overflow: hidden;
    border-radius: 3rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.vlsat-image-box-fallback {
    background: linear-gradient(135deg, #d1fae5 0%, #ccfbf1 100%);
}

.bg-white {
    background: #ffffff !important;
}

.vlsat-soft-section {
    background: linear-gradient(180deg, #fafaf9 0%, #f0fdfa 100%);
}

.vlsat-cta-section {
    width: 100%;
    background: linear-gradient(180deg, #f8fafc 0%, #eef7f6 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.vlsat-cta-content {
    max-width: 760px;
    padding: 2rem 1rem;
}

.vlsat-cta-text {
    color: #475569;
    max-width: 560px;
    font-size: 1.05rem;
    line-height: 1.75;
}

@media (max-width: 991.98px) {
    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .vlsat-floating-highlights {
        margin-top: -40px;
    }

    .vlsat-image-box {
        min-height: 340px;
        border-radius: 2rem;
    }
}