/* KS LP Hero 5 Styles */

.kslp-hero5-block {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.kslp-hero5-block--full {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.kslp-hero5-block--full .kslp-hero5-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.kslp-hero5-container {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* 2-Column Grid */
.kslp-hero5-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 32px;
    align-items: stretch;
    width: 100%;
}

/* Left Column */
.kslp-hero5-left-col {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    box-sizing: border-box;
    border: 1px solid #f3f0e6;
    border-radius: 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.03);
}

.kslp-hero5-left-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #1a1a1a;
}

.kslp-hero5-left-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 8px;
    font-weight: 800;
    margin: 0 4px;
}

.kslp-hero5-items {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kslp-hero5-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 20px;
    border-radius: 999px;
    background-color: #ffffff;
    border: 1px solid #eae6d9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.2s ease;
}

.kslp-hero5-item:hover {
    transform: translateY(-2px);
}

.kslp-hero5-item-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.kslp-hero5-item-text {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.kslp-hero5-left-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 6px;
}

.kslp-hero5-footer-text {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.kslp-hero5-footer-badge {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(180,83,9,0.25);
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #ffffff;
}

/* Right Column */
.kslp-hero5-right-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Quote Box */
.kslp-hero5-quote-box {
    position: relative;
    padding: 36px 32px;
    border-radius: 24px;
    border: 1.5px solid #064e3b;
    box-sizing: border-box;
    box-shadow: 0 8px 25px rgba(6,78,59,0.05);
    background-color: #fefdf9;
}

.kslp-hero5-quote-mark {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-family: Georgia, serif;
    font-weight: bold;
    color: #064e3b;
    background-color: #fefdf9;
    padding: 0 8px;
    line-height: 1;
    z-index: 2;
}

.kslp-hero5-quote-mark--top {
    top: -18px;
    left: 40px;
}

.kslp-hero5-quote-mark--bottom {
    bottom: -18px;
    right: 40px;
}

.kslp-hero5-quote-text {
    font-size: 20px;
    line-height: 1.65;
    color: #1a1a1a;
    font-weight: 500;
}

.kslp-hero5-quote-text strong {
    font-weight: 800;
}

/* Notice Box */
.kslp-hero5-notice-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    background-color: #f8faf8;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
}

.kslp-hero5-notice-icon {
    font-size: 28px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #85929e;
}

.kslp-hero5-notice-text {
    font-size: 14px;
    line-height: 1.55;
    color: #333333;
    font-weight: 500;
}

/* Bottom CTA Area */
.kslp-hero5-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.kslp-hero5-cta-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 16px 42px;
    border-radius: 999px;
    text-decoration: none !important;
    background: linear-gradient(135deg, #09634b 0%, #064e3b 60%, #033628 100%);
    border: 2px solid #fbbf24;
    box-shadow: 0 10px 30px rgba(6,78,59,0.35), inset 0 1px 1px rgba(255,255,255,0.4);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.kslp-hero5-cta-btn:hover,
.kslp-hero5-cta-btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(6,78,59,0.45), inset 0 1px 1px rgba(255,255,255,0.5);
    text-decoration: none !important;
}

/* Hover Animations */
.kslp-hero5-cta-btn.kslp-button--anim-scale-lift:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 18px 36px rgba(6,78,59,0.45);
}

.kslp-hero5-cta-btn.kslp-button--anim-glow:hover {
    box-shadow: 0 0 35px rgba(251, 191, 36, 0.8), 0 12px 30px rgba(6, 78, 59, 0.4);
    border-color: #facc15 !important;
}

.kslp-hero5-cta-btn.kslp-button--anim-pulse {
    animation: kslp-hero5-btn-pulse 2s infinite;
}
.kslp-hero5-cta-btn.kslp-button--anim-pulse:hover {
    animation: none;
    transform: scale(1.03);
}

@keyframes kslp-hero5-btn-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(6, 78, 59, 0.5);
    }
    70% {
        transform: scale(1.02);
        box-shadow: 0 0 0 14px rgba(6, 78, 59, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(6, 78, 59, 0);
    }
}

.kslp-hero5-cta-btn.kslp-button--anim-slide-icon:hover .kslp-hero5-cta-icon-circle {
    transform: scale(1.1) rotate(5deg);
    transition: transform 0.3s ease;
}
.kslp-hero5-cta-btn.kslp-button--anim-slide-icon:hover .kslp-hero5-cta-content {
    transform: translateX(4px);
    transition: transform 0.3s ease;
}

/* Shimmer Light Sweep Effect */
.kslp-hero5-cta-btn.kslp-button--anim-shimmer::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        60deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.35) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    transform: rotate(25deg);
    transition: all 0.6s ease;
}
.kslp-hero5-cta-btn.kslp-button--anim-shimmer:hover::after {
    left: 130%;
}

.kslp-hero5-cta-icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffffff;
    color: #064e3b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.kslp-hero5-cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.kslp-hero5-cta-main {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.kslp-hero5-cta-sub {
    font-size: 14px;
    font-weight: 500;
    color: #d1fae5;
    margin-top: 3px;
    line-height: 1.3;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .kslp-hero5-grid {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }

    .kslp-hero5-cta-btn {
        padding: 14px 28px;
        width: 100%;
        max-width: 480px;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .kslp-hero5-left-col {
        padding: 24px 18px;
    }

    .kslp-hero5-left-header {
        font-size: 17px;
    }

    .kslp-hero5-item {
        padding: 10px 16px;
    }

    .kslp-hero5-item-text {
        font-size: 15px;
    }

    .kslp-hero5-quote-box {
        padding: 28px 20px;
    }

    .kslp-hero5-quote-text {
        font-size: 16px;
    }

    .kslp-hero5-cta-btn {
        padding: 12px 20px;
        gap: 12px;
    }

    .kslp-hero5-cta-icon-circle {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .kslp-hero5-cta-main {
        font-size: 18px;
    }

    .kslp-hero5-cta-sub {
        font-size: 12px;
    }
}
