/* --- SECTION 8: 5 REASONS --- */
.dyn-reasons-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff9fa 0%, #fff 60%);
    position: relative;
    overflow: hidden;
}

.dyn-reasons-bg-decor {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 77, 109, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.dyn-reasons-bg-decor--left {
    top: -80px;
    left: -80px;
}

.dyn-reasons-bg-decor--right {
    bottom: -80px;
    right: -80px;
}

/* Header */
.dyn-reasons-header {
    margin-bottom: 50px;
}

.dyn-reasons-subheading {
    font-size: 56px;
    font-weight: 900;
    color: #e86459;
    line-height: 1;
    letter-spacing: -1px;
}

.styleMD .dyn-dyn-reasons-main-heading,
.dyn-dyn-reasons-main-heading {
    font-size: 46px !important;
    font-weight: 700;
    color: #333 !important;
    text-transform: uppercase;
    margin: 8px 0 16px;
    letter-spacing: 1px;
}

.dyn-dyn-reasons-main-heading .text-primary-custom {
    color: #f07169 !important;
}

.dyn-reasons-divider {
    font-size: 1.5rem;
    color: var(--venus-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dyn-reasons-divider::before,
.dyn-reasons-divider::after {
    content: '';
    height: 1px;
    width: 80px;
    background: #ffd6de;
    margin: 0 15px;
}

/* Grid - 5 columns */
.dyn-reasons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.dyn-reason-wrapper {
    flex: 0 1 calc(20% - 16px);
    min-width: 180px;
    max-width: 220px;
}

/* Card */
.dyn-reason-card {
    text-align: center;
    padding: 75px 16px 24px;
    margin-top: 65px;
    border: 1.5px solid #ffd6de;
    border-radius: 20px;
    background: #fff;
    position: relative;
    overflow: visible;
    transition: all 0.3s ease;
    height: calc(100% - 65px);
    box-shadow: 0 4px 16px rgba(255, 77, 109, 0.06);
}

.dyn-reason-card:hover {
    border-color: var(--venus-primary-color);
    box-shadow: 0 12px 32px rgba(255, 77, 109, 0.15);
    transform: translateY(-6px);
}

/* Circular image / icon */
.dyn-reason-img-wrap {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffd6de;
    box-shadow: 0 4px 16px rgba(255, 77, 109, 0.06);
    overflow: hidden;
}

.dyn-reason-img-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.dyn-reason-icon-inner {
    font-size: 46px;
    color: #f7735e;
}

/* Number badge */
.dyn-reason-badge {
    background: #f7735e;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    margin: -30px auto 15px;
    position: relative;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(255, 77, 109, 0.3);
    z-index: 1;
}

/* Title & Desc */
.dyn-reason-title {
    color: #e86459;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.3px;
    position: relative;
    text-align: center;
    padding-bottom: 12px;
}

.dyn-reason-title::after {
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    background: #e86459;
    margin: 10px auto 0;
    border-radius: 2px;
}

.dyn-reason-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    padding-bottom: 25px;
}

/* Watermark number */
.dyn-reason-bg-number {
    position: absolute;
    bottom: 0;
    right: 8px;
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(255, 77, 109, 0.05);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

/* CTA Banner */
.dyn-reasons-cta-wrap {
    max-width: 775px;
    margin: 0 auto;
}

.dyn-reasons-cta-banner {
    background: #feefe7;
    border-radius: 60px;
    padding: 18px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1.5px solid #fde8df;
    box-shadow: 0 4px 20px rgba(255, 77, 109, 0.08);
}

.dyn-reasons-cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dyn-reasons-cta-icon {
    background: #e86459;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.dyn-reasons-cta-title {
    font-weight: 800;
    font-size: 20px;
    color: #e86459;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dyn-reasons-cta-sub {
    font-size: 15px;
    color: #333;
}

.dyn-reasons-cta-btn {
    background: #da3a58;
    color: #fff !important;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dyn-reasons-cta-btn:hover {
    background: var(--venus-primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 77, 109, 0.3);
    color: #fff !important;
}

/* Reasons */
.dyn-reasons-subheading { font-size: 2.2rem;}

.dyn-reason-wrapper { flex: 0 1 calc(50% - 12px); min-width: 140px; max-width: none;}

.dyn-reasons-cta-banner {
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    padding: 20px;
}

.dyn-reasons-cta-left { justify-content: center;}

.dyn-reasons-cta-btn { width: 100%; justify-content: center;}

@media (max-width: 480px) {
    .dyn-reason-wrapper {
        flex: 0 1 100%;
        max-width: 260px;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .dyn-reason-wrapper {
        flex: 0 1 calc(33.333% - 14px);
        max-width: none;
    }

    /* Venus Reasons Grid - 5 column flexbox */
    .venus-dyn-reasons-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
    }

    .venus-dyn-reasons-grid .dyn-reason-wrapper {
        flex: 0 1 calc(20% - 20px);
        min-width: 200px;
    }
}

@media (max-width: 991px) {
    .venus-dyn-reasons-grid .dyn-reason-wrapper {
        flex: 0 1 calc(33.333% - 24px);
    }
}

@media (max-width: 575px) {
    .venus-dyn-reasons-grid .dyn-reason-wrapper {
        flex: 0 1 100%;
    }

    .styleMD .dyn-dyn-reasons-main-heading, .dyn-dyn-reasons-main-heading, .dyn-reasons-subheading {
        font-size: 45px !important;
    }

    .styleMD .dyn-dyn-reasons-main-heading, .dyn-dyn-reasons-main-heading, .dyn-reasons-subheading {
        font-size: 45px !important;
    }

    .dyn-reasons-cta-btn {
        max-width: 300px;
    }

    .dyn-reasons-cta-title {
        text-align: left;
    }

    .venus-loadmore-wrap,
    .dyn-reasons-cta-btn {
        max-width: 300px;
    }

    .dyn-reasons-section {
        padding: 40px 0;
    }

    .dyn-reasons-heading-text {
        color: #444;
    }

    .styleMD .dyn-dyn-reasons-main-heading, .dyn-dyn-reasons-main-heading, .dyn-reasons-subheading {
        font-size: 36px !important;
    }

    .styleMD .dyn-dyn-reasons-main-heading, .dyn-dyn-reasons-main-heading {
        font-size: 35px !important;
    }

    .dyn-reason-wrapper {
        max-width: 100%;
    }

    .dyn-reasons-header {
        margin-bottom: 30px;
    }

    .dyn-reason-badge {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin: -40px auto 15px;
    }

    .dyn-reason-title {
        font-size: 30px;
    }

    .dyn-reason-desc {
        font-size: 18px;
    }

    .dyn-reasons-cta-title {
        font-size: 25px;
        letter-spacing: normal;
        text-align: left;
    }

    .dyn-reasons-cta-sub {
        font-size: 18px;
        text-align: left;
    }

    .dyn-reasons-cta-btn {
        font-size: 16px;
    }

    .dyn-reason-title {
        font-size: 25px;
    }

    .dyn-reasons-cta-btn {
        font-size: 14px;
    }

    .dyn-reason-title {
        font-size: 18px;
    }

    .dyn-reasons-cta-btn {
        font-size: 14px;
    }

    .dyn-reason-title {
        font-size: 17px;
    }

    .dyn-reasons-cta-title {
        font-size: 20px;
    }
}

