html, body {
    overflow-x: hidden;
    width: 100%;
}

.elevate-section {
    background: #ffffff;
    padding: 70px 0;
}

.elevate-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5ec;
    color: #28a745;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.elevate-heading {
    font-size: 30px;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 16px;
}

.elevate-heading span {
    color: #28a745;
}

.elevate-text {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 16px;
}

.elevate-highlight {
    border-left: 4px solid #28a745;
    background: #f8fffe;
    padding: 14px 18px;
    border-radius: 0 8px 8px 0;
    font-size: 14.5px;
    color: #374151;
    line-height: 1.7;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.06);
}

.elevate-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 14px;
}

.elevate-point:last-child {
    margin-bottom: 0;
}

.elevate-point:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(40, 167, 69, 0.09);
    border-color: #28a745;
}

.elevate-point-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f0faf2;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.elevate-point:hover .elevate-point-icon {
    background: #28a745;
    color: #ffffff;
}

.elevate-point-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 3px;
}

.elevate-point-sub {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.benefits-section {
    background: #ffffff;
    padding: 70px 0;
}

.benefits-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5ec;
    color: #28a745;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.benefits-heading {
    font-size: 30px;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 16px;
}

.benefits-heading span {
    color: #28a745;
}

.benefits-intro {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 14px;
}

.benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.benefit-card:last-child {
    margin-bottom: 0;
}

.benefit-card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 28px rgba(40, 167, 69, 0.10);
    border-color: #28a745;
}

@media (min-width: 992px) {
    .fgdf {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

.benefit-num {
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f0faf2;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-num {
    background: #28a745;
    color: #ffffff;
}

.benefit-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.benefit-text {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.6;
}

.features-section {
    background: linear-gradient(135deg, #f8fffe 0%, #f0faf4 100%);
    /* border-top: 1px solid #e2f0e8;
    border-bottom: 1px solid #e2f0e8; */
    padding: 70px 0;
}

.features-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5ec;
    color: #28a745;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.features-heading {
    font-size: 30px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.features-heading span {
    color: #28a745;
}

.features-divider {
    width: 60px;
    height: 3px;
    background: #28a745;
    border-radius: 10px;
    margin: 0 auto 12px auto;
}

.features-sub {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 44px;
}

.feat-card {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    padding: 30px 24px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #28a745;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.feat-card:hover::before {
    transform: scaleX(1);
}

.feat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(40, 167, 69, 0.11);
    border-color: #28a745;
}

.feat-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #f0faf2;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.feat-card:hover .feat-icon {
    background: #28a745;
    color: #ffffff;
}

.feat-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.feat-text {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    text-align: justify;
}

.unbeatable-section {
    /* background: linear-gradient(135deg, #f8fffe 0%, #f0faf4 100%);
    border-top: 1px solid #e2f0e8;
    border-bottom: 1px solid #e2f0e8; */
    padding: 20px 0;
}

.unbeatable-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5ec;
    color: #28a745;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 16px;
}

.unbeatable-heading {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 8px;
}

.unbeatable-heading span {
    color: #28a745;
}

.unbeatable-divider {
    width: 60px;
    height: 3px;
    background: #28a745;
    border-radius: 10px;
    margin: 0 auto 28px auto;
}

.unbeatable-text {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
    text-align: justify;
}

.ub-highlight-card {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.ub-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(40, 167, 69, 0.11);
    border-color: #28a745;
}

.ub-highlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #f0faf2;
    color: #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 14px auto;
    transition: all 0.3s ease;
}

.ub-highlight-card:hover .ub-highlight-icon {
    background: #28a745;
    color: #ffffff;
}

.ub-highlight-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.ub-highlight-sub {
    font-size: 13px;
    color: #6b7280;
}

.lp-section {
    background: linear-gradient(135deg, #f8fffe 0%, #f0faf4 100%);
    /* border-top: 1px solid #e2f0e8;
    border-bottom: 1px solid #e2f0e8; */
    padding: 64px 0;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5ec;
    color: #28a745;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
}

.lp-heading {
    font-size: 30px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.lp-heading span {
    color: #28a745;
}

.lp-divider {
    width: 60px;
    height: 3px;
    background: #28a745;
    border-radius: 10px;
    margin: 0 auto 14px auto;
}

.lp-sub {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 36px;
}

.lp-card {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.lp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(40, 167, 69, 0.12);
    border-color: #28a745;
}

.lp-card.featured {
    border: 2px solid #28a745;
    box-shadow: 0 8px 30px rgba(40, 167, 69, 0.15);
}

.lp-popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #28a745;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.lp-plan-name {
    font-size: 17px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
}

.lp-price {
    font-size: 26px;
    font-weight: 900;
    color: #28a745;
    margin-bottom: 4px;
}

.lp-price span {
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
}

.lp-divider-sm {
    width: 40px;
    height: 2px;
    background: #e2f0e8;
    border-radius: 4px;
    margin: 12px auto;
}

.lp-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: left;
}

.lp-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #374151;
    padding: 5px 0;
    border-bottom: 1px solid #f3f4f6;
}

.lp-features li:last-child {
    border-bottom: none;
}

.lp-features li i {
    color: #28a745;
    font-size: 12px;
    flex-shrink: 0;
}

.lp-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    background: #f0faf2;
    color: #28a745;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #28a745;
    transition: all 0.3s ease;
}

.hero-header {
    height: 135vh;
}

.lp-btn:hover,
.lp-card.featured .lp-btn {
    background: #28a745;
    color: #ffffff;
}

/* Testimonials Section Redesign - Grid Design (Light Theme) */
.testi-section {
    background: linear-gradient(135deg, #f8fffe 0%, #f0faf4 100%);
    padding: 20px 0;
    border-top: 1px solid #e2f0e8;
    border-bottom: 1px solid #e2f0e8;
}

.testi-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #28a745;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.08);
}

.testi-heading {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.testi-heading span {
    color: #28a745;
}

.testi-divider {
    width: 70px;
    height: 4px;
    background: #28a745;
    border-radius: 10px;
    margin: 0 auto 50px auto;
}

.testi-card {
    background: #ffffff;
    border: 1px solid #eef0f4;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(40, 167, 69, 0.1);
    border-color: #28a745;
}

.testi-text {
    font-size: 14.5px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.testi-author-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testi-author-icon {
    width: 42px;
    height: 42px;
    background: #e8f5ec;
    color: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.testi-card:hover .testi-author-icon {
    background: #28a745;
    color: #ffffff;
}

.testi-author-info {
    display: flex;
    flex-direction: column;
}

.testi-author {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
}

.testi-role {
    font-size: 12px;
    color: #6b7280;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .testi-section, .features-section, .unbeatable-section, .lp-section, .elevate-section {
        padding: 40px 0 !important;
    }
    .testi-heading, .unbeatable-heading, .lp-heading, .elevate-heading, .features-heading {
        font-size: 26px !important;
    }
    .testi-card {
        padding: 20px;
        margin: 10px 0;
    }
    .hero-header {
        height: auto !important;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .testi-divider, .lp-divider, .features-divider, .unbeatable-divider {
        margin-bottom: 30px;
    }
}