body {
    padding-top: 86px !important;
}

.section .container {
    max-width: 1400px;
    /*padding: 0 40px;*/
    padding: 0;
}

.section {
    margin-top: 0 !important;
    margin-bottom: 80px;
}


.hero-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-bottom: 30px;
}

.floating-left,
.floating-right {
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
    animation: floatY 10s ease-in-out infinite;
}

.floating-left-mobile, .floating-right-mobile {
    display: none;
}

.floating-left {
    left: -30%;
    animation-delay: 0s;
}

.floating-right {
    right: -30%;
    animation-delay: 3s; /* половина періоду — створює протифазу */
}

@keyframes floatY {
    0%, 100% {
        transform: translateY(-300px);
    }
    50% {
        transform: translateY(20%);
    }
}

.hero-section {
    margin-top: 0 !important;
}

.hero-section__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-top: 40px;
}

.hero-section__inner .title {
    max-width: 926px;
    margin: 0 auto 22px;
    text-align: center;
}

.hero-section__inner .desc {
    max-width: 600px;
    margin: 0 auto 22px;
    text-align: center;
}

.hero-section__inner .buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
}




.expand-your-business {
    overflow: hidden;
    display: flex;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.expand-your-business > div {
    width: 50%;
    flex-basis: 50%;
}

.expand-your-business__img img {
    width: 100%;
    height: 100%;
}

.expand-your-business__cnt {
    padding: 60px;
}

.expand-your-business__cnt .title {
    margin-bottom: 32px;
}



.manage-business h2 {
    margin-bottom: 60px;
    text-align: center;
}

.manage-business .items {
    display: flex;
    gap: 40px;
}

.manage-business .item {
    width: calc((100% / 3) - 27px);
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
    text-align: center;
}

.manage-business .item .item__icon {
    margin-bottom: 24px;
}




.what-gbp-account__inner {
    overflow: hidden;
    display: flex;
    align-items: stretch;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.what-gbp-account__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.what-gbp-account__cnt {
    padding: 60px;
}

.what-gbp-account__cnt .title {
    margin-bottom: 32px;
}



.reasons__inner {
    display: flex;
    gap: 40px;
}

.reasons__inner > div {
    width: calc(50% - 20px);
}

.reasons__cnt {
    padding: 60px;
    border-radius: 32px;
    background: #F2F4F8;
}
.reasons__cnt .title {
    margin-bottom: 50px;
}

.reasons__items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.reasons__items .item {
    width: calc(50% - 12px);
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;
}
.reasons__items .item .item__icon {
    margin-bottom: 30px;
}
.reasons__items .item .item__title {
    margin-bottom: 20px;
}




.open-gbp-account__inner {
    overflow: hidden;
    display: flex;
    border-radius: 32px;
    background: #ffffff;
}

.open-gbp-account__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.open-gbp-account__img img {
    width: 100%;
    height: 100%;
}

.open-gbp-account__cnt {
    padding: 60px;
}

.open-gbp-account__cnt .title {
    margin-bottom: 16px;
}

.open-gbp-account__cnt .desc {
    margin-bottom: 40px;
}
.open-gbp-account__cnt .items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.open-gbp-account__cnt .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 24px;
    background: #F2F4F8;
}

.open-gbp-account__cnt .item .number {
    color: #1F1E1F;

    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 114.286% */
}



.why-choose__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.why-choose__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.why-choose__cnt {
    padding: 60px;
}

.why-choose__cnt .title {
    margin-bottom: 32px;
}

.why-choose__cnt .desc {
    max-width: 488px;
}



/* banner */
#banner .container {
    padding: 78px;
    border-radius: 32px;
    background: url('../images/british-pound-account/banner.png') lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 38px 0 rgba(143, 39, 199, 0.10);
}

#banner .title {
    margin: 0 auto 16px;
    color: #F8F7F8;
    text-align: center;
}

#banner .content {
    max-width: 642px;
    margin: 0 auto 56px;
    color: #F8F7F8;
    text-align: center;
}

#banner .btn {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    background: #ffffff;
    color: #1E1E1E;
    border-radius: 8px;
}


/* faq */
#faq .title {
    margin-bottom: 60px;
    color: #1F1E1F;
    text-align: center;
}

#faq .accordion {
    row-gap: 30px;
}

#faq .accordion__item {
    border-radius: 24px;
    box-shadow: 0 4px 38px 0 rgba(143, 39, 199, 0.10);
}

#faq .accordion__header {
    color: #1F1E1F;
}

#faq p.accordion__content {
    padding-top: 25px;
    color: #1F1E1F;
}

#faq ul.accordion__content {
    padding-left: 25px;
    list-style-type: disc;
}

#faq ul.accordion__content li {
    color: #1F1E1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

#faq p + p,
#faq ul + p {
    margin-top: 1rem;
}

#faq p + ul {
    margin-left: 1rem;
}



@media (max-width: 1439px) {
    /*body {*/
    /*    padding-top: 98px !important;*/
    /*}*/

    .section .container {
        max-width: 1206px;
        padding: 0;
    }

    .expand-your-business__img img {
        object-fit: cover;
    }

    .what-gbp-account__img {
        align-items: center;
        display: flex;
        background: #eeefff;
    }

    .reasons__cnt {
        width: 486px;
        flex-basis: 486px;
    }
    .reasons__items {
        flex: 1;
    }

    .why-choose__inner {
        align-items: stretch;
    }

    .why-choose__img img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1365px) {
    .section .container {
        max-width: 880px;
        padding: 0;
    }

    .what-gbp-account__inner {
        flex-direction: column-reverse;
    }

    .what-gbp-account__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .what-gbp-account__img {
        justify-content: center;
    }

    .reasons__inner {
        flex-direction: column;
    }

    .reasons__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

}

@media (max-width: 1199px) {
    .open-gbp-account__inner {
        flex-direction: column;
    }

    .open-gbp-account__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .why-choose__cnt .title {
        max-width: 300px;
    }
}

@media (max-width: 1023px) {
    .expand-your-business {
        flex-direction: column;
    }

    .expand-your-business > div {
        width: 100%;
        flex-basis: 100%;
    }

    .expand-your-business__cnt {
        padding: 40px;
    }

    .what-gbp-account__cnt {
        padding: 40px;
    }

    .reasons__cnt {
        padding: 40px;
    }

    .manage-business .items {
        flex-direction: column;
    }

    .manage-business .item {
        width: 100%;
    }

    .open-gbp-account__cnt {
        padding: 40px;
    }

    .why-choose__inner {
        flex-direction: column-reverse;
    }
    .why-choose__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .why-choose__cnt {
        padding: 40px;
    }

    .why-choose__cnt .title {
        max-width: 100%;
    }
    .why-choose__cnt .desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        padding: 88px 0 0 !important;
    }

    picture {
        width: 100%;
    }

    section .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
    }

    section h1 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 600;
    }

    section h2 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }

    .section {
        overflow: hidden;
        margin-bottom: 40px;
    }

    .section .container {
        max-width: 100%;
        padding: 0;
    }

    @keyframes floatY {
        0%, 100% {
            transform: translateY(-100px);
        }
        50% {
            transform: translateY(200%);
        }
    }

    .hero-section {
        padding-bottom: 80px;
    }

    .hero-section__inner {
        margin-top: 0;
    }

    .floating-left,
    .floating-right {
        display: none;
    }

    .floating-left {
        left: -50%;
        animation-delay: 0s;
    }

    .floating-right {
        right: -50%;
        animation-delay: 6s;
    }

    .floating-left-mobile, .floating-right-mobile {
        display: block;
    }

    .hero-section__inner .buttons {
        margin-bottom: 40px;
    }


    .hero-section__inner .title,
    .hero-section__inner .desc {
        padding: 0 20px;
    }

    .expand-your-business {
        border-radius: 0;
    }
    .expand-your-business__cnt {
        padding: 20px;
    }

    .manage-business h2 {
        max-width: 300px;
        margin: 0 auto 30px;
        padding: 0 20px;
    }

    .what-gbp-account__inner {
        border-radius: 0;
    }

    .what-gbp-account__cnt {
        padding: 20px;
    }

    .what-gbp-account__img img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .reasons__cnt {
        padding: 20px;
        border-radius: 0;
    }

    .reasons__cnt .title {
        max-width: 280px;
        margin-bottom: 30px;
    }

    .reasons__items .item {
        width: 100%;
        padding: 20px;
        border-radius: 0;
    }

    .open-gbp-account__inner {
        border-radius: 0;
    }

    .open-gbp-account__cnt {
        padding: 20px;
    }

    .why-choose__inner {
        border-radius: 0;
    }
    .why-choose__cnt {
        padding: 20px;
    }


    .open-gbp-account__cnt .item .number {
        font-size: 32px;
        line-height: 44px;
    }

    #banner {
        padding-bottom: 3rem;
    }

    #banner .container {
        padding: 50px 20px !important;
        border-radius: 0;
    }

    #banner .title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 31px;
    }

    #banner .content {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 25px;
    }

    #banner .btn {
        width: max-content;
        height: max-content;
        margin: 0 auto;
        font-size: 16px;
    }
}

