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: 80px;
}

.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(-200px);
    }
}

.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 {
    margin: 0 auto 24px;
    color: var(--content-primary);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H1 */
    font-family: "Titillium Web";
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 90px; /* 100% */
    text-transform: uppercase;
}

.hero-section__inner .desc {
    margin: 0 auto 40px;
    text-align: center;
    letter-spacing: -0.18px;
}

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


.ach-simplify {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 24px;
    background: var(--white);

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

.ach-simplify > div {
    width: 50%;
    flex-basis: 50%;
}

.ach-simplify__cnt {
    padding: 60px;
}

.ach-simplify__title {
    margin-bottom: 32px;
    color: #1F1E1F;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-family: "Titillium Web";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.ach-simplify__desc {
    color: #1F1E1F;
    color: color(display-p3 0.1216 0.1176 0.1216);

    /* Desctop/Paragraph/P1 */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}



.ach-benefits {
    margin-bottom: 96px;
}

.ach-benefits__title {
    margin: 0 auto 48px;
    max-width: 680px;
    color: #1F1E1F;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-family: "Titillium Web";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.ach-benefits__grid {
    display: flex;
    gap: 40px;
}

.ach-benefit-card {
    width: calc((100% / 3 ) - 20px);
    flex-basis: calc((100% / 3 ) - 20px);
    padding: 32px;
    border-radius: 20px;
    background: var(--white);

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

.ach-icon {
    margin-bottom: 20px;
    text-align: center;
}

.ach-benefit-card__name {
    display: block;
    margin-bottom: 24px;
    color: #1F1E1F;
    text-align: center;

    /* Desctop/Headings/H4 */
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}

.ach-benefit-card__desc {
    color: #1F1E1F;
    text-align: center;

    /* Desctop/Paragraph/P1 */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}



.ach-steps {
    margin-bottom: 96px;
}

.ach-steps__inner {
    overflow: hidden;
    display: flex;
    border-radius: 32px;
    background: var(--white);
}
.ach-steps__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.ach-steps__content {
    padding: 60px;
}
.ach-steps__heading {
    margin-bottom: 40px;
    color: #1F1E1F;
    /* Desctop/Headings/H3 */
    font-family: Manrope;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 133.333% */
}
.ach-steps__list {
    list-style: none;
}
.ach-steps__content .items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.ach-steps__content .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 24px;
    background: #F2F4F8;

    color: var(--content-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.72px;
}

.ach-steps__content .item .number {
    color: #1F1E1F;

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

.ach-steps__content .item p {
    line-height: 28px;
}


.ach-use-cases {
    margin-bottom: 96px;
}

.ach-use-cases__inner {
    padding: 60px;
    border-radius: 32px;
    background: var(--white);

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

.ach-use-cases__title {
    margin-bottom: 50px;
    color: var(--content-primary);
    text-align: center;

    /* Desctop/Headings/H3 */
    font-family: Manrope;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 133.333% */
}

.ach-use-cases__grid {
    display: flex;
    gap: 40px;
}

.ach-use-case {
    width: calc((100% / 4) - 40px);
    text-align: center;
}

.ach-use-case__label {
    max-width: 180px;
    margin: 0 auto;
}



.ach-routing {
    margin-bottom: 96px;
}

.ach-routing__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: var(--white);

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

.ach-routing__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.ach-routing__cnt {
    padding: 60px;
}

.ach-routing__title {
    margin-bottom: 32px;
    color: #1F1E1F;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-family: "Titillium Web";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.ach-routing__desc + .ach-routing__desc {
    margin-top: 20px;
}



/* 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 {
    max-width: 930px;
    margin: 0 auto 20px;
    color: var(--white);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-family: "Titillium Web";
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

#banner .content {
    max-width: 414px;
    margin: 0 auto 48px;
    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: 1365px) {
    .hero-section__inner .title {
        font-size: 40px;
        line-height: 1;
    }

    .hero-section__inner .btn {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1;
    }


    .ach-simplify__cnt {
        padding: 40px;
    }

    .ach-simplify__title {
        font-size: 34px;
        line-height: 1;
    }


    .ach-benefits__title {
        max-width: 384px;
        font-size: 34px;
        line-height: 1;
    }

    .ach-steps__content {
        padding: 40px;
    }

    .ach-steps__content .btn {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1;
    }


    .ach-steps__heading {
        font-size: 28px;
        line-height: 32px;
    }
    .ach-steps__content .item .number {
        font-size: 28px;
        line-height: 32px;
    }
    .ach-steps__content .item p {
        font-size: 16px;
        line-height: 24px;
    }


    .ach-use-cases__title {
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 32px;
    }


    .ach-routing__cnt {
        padding: 40px;
    }

    .ach-routing__title {
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 1;
    }


    #banner .container {
        padding: 40px;
    }

    #banner .title {
        max-width: 403px;
        font-size: 34px;
        line-height: 1;
    }

    #banner .btn {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .floating-left {
        left: -50%;
        animation-delay: 0s;
    }

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


    .ach-benefits__grid {
        flex-wrap: wrap;
    }
    .ach-benefit-card {
        width: 100%;
        flex-basis: 100%;
    }


    .ach-steps__inner {
        flex-direction: column-reverse;
    }

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

    .ach-steps__image img {
        width: 100%;
    }


    .ach-use-cases__grid {
        flex-wrap: wrap;
    }
    .ach-use-case {
        width: calc((100% / 2) - 40px);
    }
}


@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: 40px;
    }

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

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

    .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;
    }


    .ach-simplify {
        flex-direction: column;
        border-radius: 0;
    }
    .ach-simplify > div {
        width: 100%;
        flex-basis: 100%;
    }

    .ach-simplify__image img {
        width: 100%;
    }

    .ach-simplify__cnt {
        padding: 20px;
    }

    .ach-benefit-card {
        border-radius: 0;
    }


    .ach-steps__inner {
        border-radius: 0;
    }
    .ach-steps__content {
        padding: 20px;
    }


    .ach-use-cases__inner {
        border-radius: 0;
    }
    .ach-use-case {
        width: 100%;
    }


    .ach-routing__inner {
        flex-direction: column;
        border-radius: 0;
    }
    .ach-routing__inner > div {
        width: 100%;
        flex-basis: 100%;
    }
    .ach-routing__image img {
        width: 100%;
    }
    .ach-routing__cnt {
        padding: 20px;
    }


    .ach-benefit-card__name {
        font-size: 20px;
        line-height: 28px;
    }
    .ach-benefit-card__desc {
        font-size: 16px;
        line-height: 28px;
    }


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

    #banner .title {
        margin-bottom: 30px;
    }

    #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;
    }
}
