body {
    background:
        radial-gradient(circle at top left, rgba(47, 171, 247, 0.12), transparent 28%),
        linear-gradient(180deg, #f5fbff 0%, #ffffff 32%, #f8fbff 100%);
}

.header .nav {
    padding-top: 20px;
}

.header__wrapper {
    padding: 16px 24px;
    border: 1px solid rgba(18, 88, 171, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 50px rgba(18, 88, 171, 0.08);
    backdrop-filter: blur(18px);
}

.header__menu .main__menu {
    gap: 10px;
}

.header__menu .main__menu li a {
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 500;
}

.header__menu .main__menu li a:hover,
.header__menu .main__menu li a.active {
    background: rgba(47, 171, 247, 0.08);
    color: var(--color-primary);
}

.home-redesign {
    position: relative;
    overflow: hidden;
}

.home-redesign section,
.home-redesign .clients__area {
    position: relative;
    z-index: 1;
}

.home-redesign .section__title .subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(47, 171, 247, 0.09);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-redesign .section__title .title {
    max-width: 720px;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.14;
}

.home-redesign .section__title .desc {
    max-width: 620px;
    margin: 14px auto 0;
    font-size: 17px;
    line-height: 1.75;
}

.home-hero {
    padding: 34px 0 30px;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 34px;
    align-items: center;
}

.home-hero__content {
    padding: 18px 0;
}

.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(47, 171, 247, 0.1);
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-hero__eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color-green);
    box-shadow: 0 0 0 5px rgba(91, 205, 121, 0.14);
}

.home-hero__title {
    margin: 24px 0 18px;
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.home-hero__desc {
    max-width: 610px;
    margin: 0;
    font-size: 19px;
    line-height: 1.8;
    color: #4f5c6d;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.home-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.home-hero__stat {
    padding: 18px 20px;
    border: 1px solid rgba(18, 88, 171, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 40px rgba(20, 79, 153, 0.08);
}

.home-hero__stat strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: var(--color-heading);
}

.home-hero__stat span {
    display: block;
    margin-top: 8px;
    color: #5f6d80;
    font-size: 15px;
}

.home-hero__visual {
    position: relative;
    min-height: 560px;
}

.home-hero__panel {
    border: 1px solid rgba(18, 88, 171, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 60px rgba(20, 79, 153, 0.12);
    backdrop-filter: blur(18px);
}

.home-hero__panel--main {
    position: relative;
    height: 100%;
    min-height: 560px;
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(91, 205, 121, 0.14), transparent 22%),
        radial-gradient(circle at bottom left, rgba(47, 171, 247, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 251, 255, 0.92));
}

.home-hero__panel-label {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.06);
    color: var(--color-heading2);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.home-hero__panel--main h3 {
    max-width: 420px;
    margin: 18px 0 24px;
    font-size: 34px;
    line-height: 1.14;
}

.home-hero__mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-hero__mini-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 132px;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f4faff);
    box-shadow: inset 0 0 0 1px rgba(47, 171, 247, 0.08);
}

.home-hero__mini-card i {
    font-size: 28px;
    color: var(--color-primary);
}

.home-hero__mini-card span {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-heading);
}

.home-hero__channel-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.home-hero__channel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(17, 125, 227, 0.98), rgba(21, 89, 205, 0.98));
    box-shadow: 0 16px 30px rgba(11, 83, 177, 0.14);
}

.home-hero__channel img {
    max-width: 28px;
    max-height: 28px;
}

.home-hero__panel--floating {
    position: absolute;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    max-width: 280px;
    padding: 18px;
}

.home-hero__panel--one {
    left: -30px;
    bottom: 82px;
}

.home-hero__panel--two {
    right: -18px;
    top: 68px;
}

.home-hero__panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(47, 171, 247, 0.1);
    color: var(--color-primary);
    font-size: 22px;
    flex: 0 0 auto;
}

.home-hero__panel--floating strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    color: var(--color-heading);
}

.home-hero__panel--floating p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5f6d80;
}

.home-redesign .clients__area {
    padding: 10px 0 8px;
}

.home-redesign .clients__content,
.home-redesign .growth__section .row.flex-lg-row,
.home-redesign .integrate__wrapper,
.home-redesign .pricingTab__area,
.home-redesign .testimonial__inner,
.home-redesign .custom__accordion.v2,
.home-redesign .ctaBox__wrapper {
    border: 1px solid rgba(18, 88, 171, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 60px rgba(20, 79, 153, 0.08);
}

.home-redesign .clients__content {
    padding: 22px 28px;
}

.home-redesign .clients__content .title {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b8797;
}

.home-redesign .clients__item {
    padding: 14px 20px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(47, 171, 247, 0.08);
}

.home-redesign .featureBox,
.home-redesign .pricing__item,
.home-redesign .testimonialCard,
.home-redesign .blogPost,
.home-redesign .accordion-item {
    border: 1px solid rgba(18, 88, 171, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(20, 79, 153, 0.07);
}

.home-redesign .featureBox {
    height: 100%;
    padding: 30px;
}

.home-redesign .featureBox__icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(47, 171, 247, 0.12), rgba(47, 171, 247, 0.04));
    margin-bottom: 22px;
}

.home-redesign .growth__section .row.flex-lg-row {
    padding: 26px;
    align-items: center;
}

.home-redesign .growth__thumb img,
.home-redesign .blogPost .thumb img {
    width: 100%;
    border-radius: 24px;
}

.home-redesign .accordion-item {
    overflow: hidden;
}

.home-redesign .accordion-button {
    font-weight: 600;
}

.home-redesign .pricingTab__area {
    padding: 26px;
}

.home-redesign .pricing__item {
    padding: 30px;
}

.home-redesign .pricing__item.active {
    background: linear-gradient(180deg, #0f172a, #12284a);
    color: rgba(255, 255, 255, 0.92);
}

.home-redesign .pricing__item.active .title,
.home-redesign .pricing__item.active .price,
.home-redesign .pricing__item.active .desc,
.home-redesign .pricing__item.active .pricing__features li span,
.home-redesign .pricing__item.active .pricing__features li i {
    color: rgba(255, 255, 255, 0.92);
}

.home-redesign .testimonial__inner {
    padding: 26px;
}

.home-redesign .testimonialCard {
    padding: 26px;
}

.home-redesign .custom__accordion.v2 {
    padding: 32px 26px;
}

.home-redesign .ctaBox__wrapper {
    padding: 38px;
    background:
        radial-gradient(circle at top right, rgba(91, 205, 121, 0.22), transparent 20%),
        linear-gradient(135deg, #0f172a, #16345f);
}

.home-redesign .ctaBox__wrapper .title,
.home-redesign .ctaBox__wrapper .desc {
    color: var(--color-white);
}

.home-redesign .blogPost {
    overflow: hidden;
}

.home-redesign .blogPost .content {
    padding: 24px;
}

@media screen and (max-width: 1199px) {
    .home-hero__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-hero__visual {
        min-height: auto;
    }

    .home-hero__panel--main {
        min-height: auto;
    }

    .home-hero__panel--floating {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        max-width: none;
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    .header__wrapper {
        padding: 14px 16px;
        border-radius: 18px;
    }

    .home-redesign .section__title .title,
    .home-hero__title {
        font-size: 42px;
    }

    .home-hero__desc {
        font-size: 17px;
    }

    .home-hero__stats,
    .home-hero__mini-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-redesign .clients__content,
    .home-redesign .growth__section .row.flex-lg-row,
    .home-redesign .pricingTab__area,
    .home-redesign .testimonial__inner,
    .home-redesign .custom__accordion.v2,
    .home-redesign .ctaBox__wrapper {
        padding: 20px;
    }
}

@media screen and (max-width: 479px) {
    .home-hero {
        padding-top: 20px;
    }

    .home-redesign .section__title .title,
    .home-hero__title {
        font-size: 34px;
    }

    .home-hero__channel-row {
        gap: 10px;
    }

    .home-hero__channel {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
}
