body.home-refresh .hero-section {
    padding: 26px 0 46px;
}

body.home-refresh .hero-section .carousel-inner {
    overflow: visible;
}

body.home-refresh .hero-section .carousel-item {
    padding: 32px 15px 0px;
}

body.home-refresh .hero-section .row {
    min-height: auto;
}

body.home-refresh .hero-section .badge {
    margin-bottom: 18px;
}

body.home-refresh .hero-section .dispaly-flex-on-mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px !important;
}

body.home-refresh .hero-section .btn.btn-lg {
    margin-right: 0 !important;
}
body.home-refresh .hero-section .btn-outline-secondary:hover {
    color: #333 !important;
}
body.home-refresh .hero-media-stack {
    position: relative;
    max-width: 560px;
    margin-left: auto;
}
body.home-refresh .hero-section .btn-primary:hover{
    color: #fff !important;
}
body.home-refresh .hero-media-stack .hero-img {
    max-width: 100%;
    padding: 22px;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8fe 100%);
}

body.home-refresh .hero-floating-chip {
    position: absolute;
    max-width: 210px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 40px rgba(68, 38, 95, .14);
    text-align: left;
    animation: homeFloat 7s ease-in-out infinite;
}

body.home-refresh .hero-floating-chip strong {
    display: block;
    margin-bottom: 6px;
    color: #2a173c;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -.02em;
}

body.home-refresh .hero-floating-chip span {
    display: block;
    color: #695f7b;
    font-size: 13px;
    line-height: 1.6;
}

body.home-refresh .hero-floating-top {
    top: 34px;
    left: -28px;
}

body.home-refresh .hero-floating-bottom {
    right: -22px;
    bottom: 40px;
    animation-delay: 1.1s;
}

body.home-refresh .home-spotlight {
    padding: 0 0 84px;
    background: linear-gradient(180deg, #fffefe 0%, #fcf8ff 100%);
}

body.home-refresh .home-spotlight-shell {
    padding: 38px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 48px rgba(68, 38, 95, .09);
}

body.home-refresh .home-spotlight-intro {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
}

body.home-refresh .home-spotlight .section-kicker,
body.home-refresh .support-lead .section-kicker {
    background: rgba(106, 49, 145, .08);
    color: #6d2b95;
}

body.home-refresh .home-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.home-refresh .spotlight-card {
    position: relative;
    display: block;
    min-height: 100%;
    padding: 28px 14px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(68, 38, 95, .08);
    transition: transform .28s ease, box-shadow .28s ease;
    overflow: hidden;
}

body.home-refresh .spotlight-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ff6a4d 0%, #4f7cff 55%, #7d48a1 100%);
}

body.home-refresh .spotlight-card::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -16px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 124, 255, .16) 0%, rgba(79, 124, 255, 0) 72%);
}

body.home-refresh .spotlight-card:nth-child(1) {
    background: linear-gradient(135deg, #fff5f2 0%, #ffffff 80%);
}

body.home-refresh .spotlight-card:nth-child(2) {
    background: linear-gradient(135deg, #f4f7ff 0%, #ffffff 80%);
}

body.home-refresh .spotlight-card:nth-child(3) {
    background: linear-gradient(135deg, #f8f2fd 0%, #ffffff 80%);
}

body.home-refresh .spotlight-card:nth-child(4) {
    background: linear-gradient(135deg, #eef7ff 0%, #ffffff 80%);
}

body.home-refresh .spotlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(68, 38, 95, .12);
}

body.home-refresh .spotlight-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #123b6d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.home-refresh .spotlight-card h3 {
    margin: 18px 0 10px;
    color: #2a173c;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.03em;
}

body.home-refresh .spotlight-card p {
    margin-bottom: 28px;
    color: #695f7b;
    line-height: 1.75;
}

body.home-refresh .spotlight-card small {
    color: #123b6d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
}

body.home-refresh .support-section {
    padding-top: 18px;
}

body.home-refresh .support-lead {
    max-width: 820px;
    margin: 0 auto 28px;
}

body.home-refresh .support-lead .section-title {
    margin-bottom: 0;
}

body.home-refresh .support-wrapper {
    padding: 38px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(225, 231, 240, .75);
    backdrop-filter: blur(12px);
}

body.home-refresh .support-tabs {
    margin-top: 12px;
}

body.home-refresh .support-tabs .nav-link {
    border: 1px solid rgba(223, 230, 241, .75);
}

body.home-refresh .support-card h6 {
    min-height: 58px;
}

body.home-refresh .video-card,
body.home-refresh .pricing-card,
body.home-refresh .lead-card,
body.home-refresh .testimonial-card,
body.home-refresh .cta-box {
    position: relative;
    overflow: hidden;
}

body.home-refresh .video-card::after,
body.home-refresh .pricing-card::after,
body.home-refresh .lead-card::after,
body.home-refresh .testimonial-card::after,
body.home-refresh .cta-box::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 106, 77, .12) 0%, rgba(255, 106, 77, 0) 70%);
    pointer-events: none;
}

@keyframes homeFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1199px) {
    body.home-refresh .hero-floating-top {
        left: -10px;
    }

    body.home-refresh .hero-floating-bottom {
        right: -8px;
    }

    body.home-refresh .home-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.home-refresh .hero-section::before {
        left: 16px;
        right: 16px;
    }
body.home-refresh .hero-section .carousel-item {
    padding: 0px 15px 0px;
}
    body.home-refresh .home-spotlight-shell,
    body.home-refresh .support-wrapper {
        padding: 28px;
    }

    body.home-refresh .home-spotlight-intro {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 767px) {
    body.home-refresh .home-spotlight {
        padding: 0 0 0px;
    }

    body.home-refresh .home-spotlight-grid {
        grid-template-columns: 1fr;
    }

    body.home-refresh .home-spotlight-shell,
    body.home-refresh .support-wrapper {
        padding: 22px;
        border-radius: 24px;
    }

    body.home-refresh .spotlight-card h3 {
        font-size: 22px;
    }

    body.home-refresh .support-card h6 {
        min-height: 0;
    }
}
