/* ==========================================================================
   Bavelgo Pay
   ========================================================================== */

.bp-hero,
.bp-section,
.bp-final {
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

.bp-hero {
    position: relative;

    overflow: hidden;

    padding: 86px 0 80px;

    background:
        radial-gradient(
            circle at 76% 35%,
            rgba(112, 0, 255, .25),
            transparent 32%
        ),
        linear-gradient(
            115deg,
            #0d0c17,
            #171128 56%,
            #24103c
        );

    color: #ffffff;
}

.bp-hero::after {
    content: "";

    position: absolute;

    right: -120px;
    bottom: -250px;

    width: 600px;
    height: 600px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(112, 0, 255, .15),
            transparent 65%
        );

    pointer-events: none;
}

.bp-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(420px, 1.1fr);

    align-items: center;

    gap: 70px;
}

.bp-kicker,
.bp-section-kicker {
    margin: 0 0 13px;

    color: var(--bv-brand);

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 11px;

    line-height: 1.3;

    text-transform: uppercase;

    letter-spacing: .07em;

    font-weight: 600;
}

.bp-hero .bp-kicker {
    color: #9f6cff;
}

.bp-hero h1 {
    max-width: 650px;

    margin: 0;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size:
        clamp(
            44px,
            5vw,
            64px
        );

    line-height: 1.08;

    letter-spacing: -0.045em;

    font-weight: 600;
}

.bp-hero-lead {
    max-width: 610px;

    margin: 23px 0 0;

    color: rgba(255, 255, 255, .84);

    font-size: 16px;

    line-height: 1.7;

    font-weight: 400;
}

.bp-hero-actions,
.bp-final-actions {
    display: flex;

    align-items: center;

    gap: 12px;
}

.bp-hero-actions {
    margin-top: 30px;
}

.bp-button {
    min-height: 48px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 7px;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 13px;

    font-weight: 600;

    transition:
        background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.bp-button:hover {
    transform: translateY(-1px);
}

.bp-button-primary {
    border: 1px solid var(--bv-brand);

    background: var(--bv-brand);

    color: #ffffff;
}

.bp-button-primary:hover {
    border-color: var(--bv-brand-dark);

    background: var(--bv-brand-dark);
}

.bp-button-ghost {
    border: 1px solid rgba(255,255,255,.65);

    background: transparent;

    color: #ffffff;
}

.bp-button-ghost:hover {
    border-color: #ffffff;

    background: rgba(255,255,255,.06);
}

.bp-stripe-line {
    margin-top: 38px;

    display: flex;

    align-items: baseline;

    gap: 10px;

    color: rgba(255,255,255,.80);

    font-size: 12px;
}

.bp-stripe-line strong {
    color: #ffffff;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 25px;

    font-weight: 600;
}

.bp-payment-visual {
    position: relative;

    min-height: 390px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.bp-payment-card {
    position: relative;
    z-index: 3;

    width: 315px;

    padding: 30px;

    border-radius: 14px;

    background: #ffffff;

    color: var(--bv-ink);

    text-align: center;

    box-shadow:
        0 25px 70px
        rgba(0,0,0,.24);
}

.bp-success-icon {
    width: 34px;
    height: 34px;

    margin: 0 auto 15px;

    display: grid;

    place-items: center;

    border: 1.5px solid #29a35a;

    border-radius: 50%;

    color: #29a35a;

    font-size: 16px;

    font-weight: 600;
}

.bp-payment-label {
    margin: 0;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 13px;

    font-weight: 600;
}

.bp-payment-order {
    display: block;

    margin-top: 5px;

    color: var(--bv-muted);

    font-size: 11px;
}

.bp-payment-amount {
    display: block;

    margin: 24px 0;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 42px;

    line-height: 1;

    font-weight: 600;
}

.bp-payment-cardline {
    display: flex;

    justify-content: space-between;

    gap: 20px;

    color: var(--bv-muted);

    font-size: 11px;
}

.bp-payment-date {
    margin-top: 15px;

    color: var(--bv-muted);

    font-size: 10px;
}

.bp-payment-divider {
    height: 1px;

    margin: 23px 0;

    background: var(--bv-border);
}

.bp-payment-brand {
    font-size: 12px;

    font-weight: 500;
}

.bp-powered-small {
    display: block;

    margin-top: 6px;

    color: var(--bv-muted);

    font-size: 10px;
}

.bp-card-decoration {
    position: absolute;

    right: 3%;
    top: 27%;

    width: 190px;
    height: 112px;

    padding: 18px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    align-items: flex-end;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #7b26ff,
            #5620be
        );

    color: #ffffff;

    transform: rotate(8deg);

    box-shadow:
        0 20px 50px
        rgba(0,0,0,.18);
}

.bp-card-decoration span {
    font-size: 11px;

    letter-spacing: .12em;
}

.bp-card-decoration strong {
    margin-top: 13px;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 18px;

    font-weight: 600;
}

.bp-lock-decoration {
    position: absolute;

    right: 13%;
    bottom: 10%;

    z-index: 4;

    width: 56px;
    height: 56px;

    display: grid;

    place-items: center;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #8140ff,
            #6330c9
        );

    box-shadow:
        0 14px 34px
        rgba(0,0,0,.20);
}

.bp-lock-decoration::before {
    content: "";

    width: 17px;
    height: 14px;

    border: 2px solid white;

    border-radius: 3px;
}

.bp-lock-decoration::after {
    content: "";

    position: absolute;

    top: 15px;

    width: 11px;
    height: 10px;

    border:
        2px solid white;

    border-bottom: 0;

    border-radius:
        8px 8px 0 0;
}


/* ==========================================================================
   Shared sections
   ========================================================================== */

.bp-section {
    padding: 84px 0;

    background: #ffffff;
}

.bp-section-heading {
    max-width: 760px;

    margin-bottom: 42px;
}

.bp-center {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.bp-section-heading h2,
.bp-connected-copy h2,
.bp-final h2 {
    margin: 0;

    color: var(--bv-ink);

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size:
        clamp(
            28px,
            3vw,
            39px
        );

    line-height: 1.16;

    letter-spacing: -0.03em;

    font-weight: 600;
}

.bp-section-heading > p:last-child,
.bp-connected-copy > p:last-child,
.bp-final p {
    margin: 14px 0 0;

    color: var(--bv-muted);

    font-size: 15px;

    line-height: 1.65;

    font-weight: 400;
}


/* ==========================================================================
   Types
   ========================================================================== */

.bp-payment-types {
    background:
        linear-gradient(
            #ffffff,
            #fbfbfd
        );
}

.bp-types-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 16px;
}

.bp-type-card {
    min-height: 215px;

    padding: 26px 19px;

    border: 1px solid #e2e3e8;

    border-radius: 10px;

    background: #ffffff;

    text-align: center;

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.bp-type-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 35px
        rgba(18, 19, 26, .06);
}

.bp-type-icon {
    width: 46px;
    height: 46px;

    margin: 0 auto 16px;

    position: relative;

    display: grid;

    place-items: center;

    color: var(--bv-brand);
}

.bp-type-icon::before {
    content: "";

    width: 27px;
    height: 27px;

    border: 2px solid currentColor;

    border-radius: 6px;
}

.bp-icon-qr::before {
    border-radius: 2px;

    background:
        linear-gradient(90deg,currentColor 2px,transparent 2px) 0 0/7px 7px,
        linear-gradient(currentColor 2px,transparent 2px) 0 0/7px 7px;
}

.bp-icon-calendar::before {
    border-radius: 4px;
}

.bp-icon-calendar::after {
    content: "";

    position: absolute;

    top: 16px;

    width: 26px;

    border-top: 2px solid currentColor;
}

.bp-type-card h3 {
    margin: 0;

    color: var(--bv-ink);

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 14px;

    font-weight: 600;
}

.bp-type-card p {
    margin: 10px 0 0;

    color: var(--bv-muted);

    font-size: 13px;

    line-height: 1.55;

    font-weight: 400;
}


/* ==========================================================================
   Steps
   ========================================================================== */

.bp-how {
    background: #ffffff;
}

.bp-steps {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 34px;
}

.bp-steps::before {
    content: "";

    position: absolute;

    top: 25px;

    left: 12.5%;
    right: 12.5%;

    border-top:
        1px dashed #b7a3e8;
}

.bp-step {
    position: relative;
    z-index: 2;

    text-align: center;
}

.bp-step-number {
    width: 52px;
    height: 52px;

    margin: 0 auto 19px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #8140ff,
            #6824de
        );

    color: #ffffff;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 600;
}

.bp-step h3 {
    margin: 0;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 14px;

    font-weight: 600;
}

.bp-step p {
    max-width: 230px;

    margin: 8px auto 0;

    color: var(--bv-muted);

    font-size: 12px;

    line-height: 1.55;
}


/* ==========================================================================
   Pricing
   ========================================================================== */

.bp-pricing {
    background: #fbfbfc;
}

.bp-pricing-layout {
    max-width: 930px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    align-items: center;

    gap: 70px;
}

.bp-zero-panel {
    text-align: center;
}

.bp-zero-panel > strong {
    display: block;

    color: var(--bv-brand);

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 78px;

    line-height: 1;

    letter-spacing: -0.05em;

    font-weight: 600;
}

.bp-zero-panel h3 {
    margin: 12px 0 0;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 14px;

    font-weight: 600;
}

.bp-zero-panel p {
    max-width: 240px;

    margin: 10px auto 0;

    color: var(--bv-muted);

    font-size: 13px;

    line-height: 1.6;
}

.bp-stripe-pricing {
    overflow: hidden;

    border: 1px solid var(--bv-border);

    border-radius: 8px;

    background: #ffffff;
}

.bp-rate-row {
    min-height: 48px;

    padding: 0 17px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 22px;

    border-bottom:
        1px solid var(--bv-border);

    font-size: 12px;
}

.bp-rate-row strong {
    color: var(--bv-ink);

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 600;
}

.bp-rate-note {
    margin: 0;

    padding: 14px 17px;

    color: var(--bv-muted);

    font-size: 10px;

    line-height: 1.5;
}


/* ==========================================================================
   Connected
   ========================================================================== */

.bp-connected-section {
    padding: 20px 0 74px;

    background: #fbfbfc;
}

.bp-connected-panel {
    min-height: 190px;

    padding: 38px;

    display: grid;

    grid-template-columns:
        .9fr 1.1fr;

    align-items: center;

    gap: 45px;

    border-radius: 12px;

    background:
        linear-gradient(
            120deg,
            #161021,
            #21123a
        );

    color: #ffffff;
}

.bp-section-kicker-light {
    color: #9e72ff;
}

.bp-connected-copy h2 {
    color: #ffffff;

    font-size: 26px;
}

.bp-connected-copy > p:last-child {
    color: rgba(255,255,255,.76);

    font-size: 13px;
}

.bp-operation-flow {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 11px;
}

.bp-flow-node {
    min-width: 78px;

    text-align: center;
}

.bp-flow-circle {
    width: 48px;
    height: 48px;

    margin: 0 auto 8px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background:
        rgba(112, 0, 255, .28);

    border:
        1px solid
        rgba(180, 140, 255, .34);

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 16px;

    font-weight: 600;
}

.bp-flow-node span {
    color: rgba(255,255,255,.84);

    font-size: 10px;
}

.bp-flow-arrow {
    color: #9e72ff;

    font-size: 16px;
}


/* ==========================================================================
   Security
   ========================================================================== */

.bp-security {
    background: #ffffff;
}

.bp-security-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 30px;
}

.bp-security-item {
    display: flex;

    align-items: flex-start;

    gap: 13px;
}

.bp-security-icon {
    width: 35px;
    height: 35px;

    flex: 0 0 auto;

    display: grid;

    place-items: center;

    border: 1px solid var(--bv-brand);

    border-radius: 50%;

    color: var(--bv-brand);

    font-size: 13px;

    font-weight: 600;
}

.bp-security-item h3 {
    margin: 0;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 600;
}

.bp-security-item p {
    margin: 5px 0 0;

    color: var(--bv-muted);

    font-size: 11px;

    line-height: 1.5;
}


/* ==========================================================================
   FAQ
   ========================================================================== */

.bp-faq-section {
    background: #fafafa;
}

.bp-faq-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px 28px;
}

.bp-faq-item {
    overflow: hidden;

    border: 1px solid var(--bv-border);

    border-radius: 7px;

    background: #ffffff;
}

.bp-faq-question {
    width: 100%;

    min-height: 56px;

    padding: 0 16px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 18px;

    border: 0;

    background: transparent;

    color: var(--bv-ink);

    text-align: left;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 12px;

    font-weight: 500;

    cursor: pointer;
}

.bp-faq-answer {
    display: none;

    padding:
        0
        36px
        16px
        16px;

    color: var(--bv-muted);

    font-size: 12px;

    line-height: 1.6;
}

.bp-faq-item.open
.bp-faq-answer {
    display: block;
}

.bp-faq-chevron {
    width: 7px;
    height: 7px;

    flex: 0 0 auto;

    border-right:
        1.5px solid
        currentColor;

    border-bottom:
        1.5px solid
        currentColor;

    transform:
        translateY(-2px)
        rotate(45deg);

    transition:
        transform .18s ease;
}

.bp-faq-item.open
.bp-faq-chevron {
    transform:
        translateY(2px)
        rotate(225deg);
}


/* ==========================================================================
   Final CTA
   ========================================================================== */

.bp-final {
    padding: 48px 0;

    background:
        linear-gradient(
            110deg,
            #111020,
            #24113e
        );

    color: #ffffff;
}

.bp-final-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;
}

.bp-final h2 {
    color: #ffffff;

    font-size: 27px;
}

.bp-final p {
    max-width: 560px;

    color: rgba(255,255,255,.75);

    font-size: 13px;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1050px) {

    .bp-hero-grid {
        grid-template-columns: 1fr;
    }

    .bp-payment-visual {
        max-width: 640px;

        margin: 0 auto;

        width: 100%;
    }

    .bp-types-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .bp-pricing-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .bp-connected-panel {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .bp-security-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


@media (max-width: 700px) {

    .bp-hero {
        padding: 60px 0;
    }

    .bp-hero-copy {
        text-align: center;
    }

    .bp-hero h1 {
        font-size: 41px;
    }

    .bp-hero-lead {
        margin-left: auto;
        margin-right: auto;

        font-size: 15px;
    }

    .bp-hero-actions {
        flex-direction: column;

        align-items: stretch;
    }

    .bp-stripe-line {
        justify-content: center;
    }

    .bp-payment-visual {
        min-height: 350px;
    }

    .bp-payment-card {
        width: min(100%, 310px);

        padding: 25px;
    }

    .bp-card-decoration {
        display: none;
    }

    .bp-lock-decoration {
        right: 4%;
        bottom: 5%;
    }

    .bp-section {
        padding: 65px 0;
    }

    .bp-types-grid,
    .bp-security-grid,
    .bp-faq-grid {
        grid-template-columns: 1fr;
    }

    .bp-types-grid {
        gap: 12px;
    }

    .bp-type-card {
        min-height: auto;

        padding: 23px 20px;
    }

    .bp-steps {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .bp-steps::before {
        display: none;
    }

    .bp-zero-panel > strong {
        font-size: 66px;
    }

    .bp-operation-flow {
        flex-wrap: wrap;
    }

    .bp-flow-arrow {
        display: none;
    }

    .bp-security-item {
        max-width: 390px;

        margin: 0 auto;

        width: 100%;
    }

    .bp-faq-grid {
        gap: 9px;
    }

    .bp-final-inner {
        flex-direction: column;

        align-items: center;

        text-align: center;
    }

    .bp-final-actions {
        width: 100%;

        flex-direction: column;
    }

    .bp-final-actions
    .bp-button {
        width: 100%;
    }

}


/* ==========================================================================
   BAVELGO PAY — APPROVED UI ADJUSTMENTS
   ========================================================================== */


/* --------------------------------------------------------------------------
   HERO ACTION
   -------------------------------------------------------------------------- */

.bp-hero-actions {
    gap: 0;
}

.bp-hero-actions .bp-button-primary {
    min-width: 158px;
}


/* --------------------------------------------------------------------------
   PAYMENT TYPES
   More compact cards.
   Keep five capabilities but reduce visual bulk.
   -------------------------------------------------------------------------- */

.bp-payment-types {
    padding-top: 72px;
    padding-bottom: 76px;
}

.bp-types-grid {
    max-width: 1220px;

    margin-left: auto;
    margin-right: auto;

    grid-template-columns:
        repeat(5, minmax(150px, 1fr));

    gap: 12px;
}

.bp-type-card {
    min-height: 168px;

    padding:
        20px
        16px;

    border-radius: 9px;
}

.bp-type-icon {
    width: 38px;
    height: 38px;

    margin-bottom: 12px;
}

.bp-type-icon::before {
    width: 23px;
    height: 23px;
}

.bp-type-card h3 {
    font-size: 13px;
    font-weight: 600;
}

.bp-type-card p {
    max-width: 190px;

    margin:
        8px
        auto
        0;

    font-size: 12px;
    line-height: 1.5;
}


/* --------------------------------------------------------------------------
   STRIPE PRICING
   Give this area identity without colouring the whole section.
   -------------------------------------------------------------------------- */

.bp-pricing-layout {
    position: relative;

    max-width: 980px;

    padding:
        34px
        38px;

    border:
        1px solid
        #e4ddf5;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            #faf8ff,
            #ffffff 62%
        );

    box-shadow:
        0 14px 40px
        rgba(45, 24, 84, .045);
}

.bp-zero-panel {
    padding:
        10px
        12px;
}

.bp-zero-panel > strong {
    color: #7000ff;
}

.bp-stripe-pricing {
    border-color: #ded7ed;

    box-shadow:
        0 8px 22px
        rgba(40, 24, 72, .035);
}

.bp-rate-row {
    background: #ffffff;
}

.bp-rate-row:nth-child(even) {
    background: #fcfaff;
}

.bp-rate-row strong {
    color: #28163e;
}

.bp-rate-note {
    background: #f7f3ff;

    color: #686170;
}


/* --------------------------------------------------------------------------
   FAQ
   Entire FAQ zone gets its own soft identity.
   -------------------------------------------------------------------------- */

.bp-faq-section {
    position: relative;

    padding-top: 78px;
    padding-bottom: 84px;

    background:
        linear-gradient(
            180deg,
            #f5f2fb 0%,
            #f8f7fb 100%
        );

    border-top:
        1px solid
        #e8e2f2;

    border-bottom:
        1px solid
        #e8e2f2;
}

.bp-faq-section .bp-section-heading {
    margin-bottom: 34px;
}

.bp-faq-grid {
    max-width: 1260px;

    margin-left: auto;
    margin-right: auto;

    gap:
        10px
        18px;
}

.bp-faq-item {
    border-color: #ddd8e7;

    background: rgba(255,255,255,.94);

    box-shadow:
        0 5px 18px
        rgba(39, 25, 62, .025);
}

.bp-faq-question {
    min-height: 58px;

    padding:
        0
        18px;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 12.5px;

    font-weight: 600;
}

.bp-faq-answer {
    padding:
        0
        38px
        18px
        18px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 12.5px;

    line-height: 1.65;

    font-weight: 400;
}


/* --------------------------------------------------------------------------
   FINAL CTA
   Single action only.
   -------------------------------------------------------------------------- */

.bp-final-actions {
    flex: 0 0 auto;
}

.bp-final-actions .bp-button-primary {
    min-width: 160px;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 1050px) {

    .bp-types-grid {
        max-width: 760px;

        grid-template-columns:
            repeat(3, minmax(150px, 1fr));
    }

    .bp-pricing-layout {
        max-width: 760px;

        padding:
            30px
            30px;
    }

}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 700px) {

    .bp-payment-types {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .bp-types-grid {
        width: min(100%, 390px);

        margin-left: auto;
        margin-right: auto;

        grid-template-columns: 1fr;

        gap: 10px;
    }

    .bp-type-card {
        min-height: 0;

        padding:
            18px
            18px;

        display: grid;

        grid-template-columns:
            42px
            minmax(0, 1fr);

        grid-template-areas:
            "icon title"
            "icon description";

        align-items: center;

        column-gap: 14px;

        text-align: left;
    }

    .bp-type-icon {
        grid-area: icon;

        width: 38px;
        height: 38px;

        margin: 0;
    }

    .bp-type-card h3 {
        grid-area: title;

        margin: 0;

        font-size: 13px;
    }

    .bp-type-card p {
        grid-area: description;

        max-width: none;

        margin:
            4px
            0
            0;

        font-size: 12px;
        line-height: 1.45;
    }

    .bp-pricing-layout {
        width: min(100%, 420px);

        margin-left: auto;
        margin-right: auto;

        padding:
            24px
            18px;

        gap: 28px;

        border-radius: 13px;
    }

    .bp-rate-row {
        min-height: 52px;

        padding:
            0
            14px;

        gap: 14px;

        font-size: 11.5px;
    }

    .bp-rate-row strong {
        white-space: nowrap;

        font-size: 11.5px;
    }

    .bp-rate-note {
        padding:
            13px
            14px;

        font-size: 10.5px;
    }

    .bp-faq-section {
        padding-top: 60px;
        padding-bottom: 65px;
    }

    .bp-faq-grid {
        width: min(100%, 420px);

        margin-left: auto;
        margin-right: auto;

        gap: 9px;
    }

    .bp-faq-item {
        border-radius: 9px;
    }

    .bp-faq-question {
        min-height: 58px;

        padding:
            0
            16px;

        font-size: 12.5px;
    }

    .bp-faq-answer {
        padding:
            0
            34px
            17px
            16px;
    }

}


/* ==========================================================================
   BAVELGO PAY — PAYMENT TYPES FINAL POLISH
   ========================================================================== */

.bp-payment-types {
    padding-top: 64px;
    padding-bottom: 66px;
}

.bp-payment-types
.bp-section-heading {
    margin-bottom: 34px;
}

.bp-types-grid {
    max-width: 1120px;

    margin-left: auto;
    margin-right: auto;

    grid-template-columns:
        repeat(5, minmax(145px, 1fr));

    gap: 14px;
}

.bp-type-card {
    min-height: 148px;

    padding:
        18px
        14px;

    border-radius: 10px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;
}

.bp-type-icon {
    width: 40px;
    height: 40px;

    margin-bottom: 11px;

    position: relative;

    color: var(--bv-brand);
}

.bp-type-card h3 {
    margin: 0;

    font-size: 12.5px;

    font-weight: 600;
}

.bp-type-card p {
    max-width: 165px;

    margin:
        7px
        auto
        0;

    font-size: 11.5px;

    line-height: 1.45;
}


/* --------------------------------------------------------------------------
   QR
   -------------------------------------------------------------------------- */

.bp-icon-qr::before {
    content: "";

    width: 24px;
    height: 24px;

    border: 0;

    border-radius: 2px;

    background:
        linear-gradient(
            90deg,
            currentColor 3px,
            transparent 3px
        ) 0 0 / 8px 8px,

        linear-gradient(
            currentColor 3px,
            transparent 3px
        ) 0 0 / 8px 8px;

    box-shadow:
        inset 0 0 0 2px currentColor;
}


/* --------------------------------------------------------------------------
   ONLINE ORDERS — shopping bag
   -------------------------------------------------------------------------- */

.bp-icon-bag::before {
    content: "";

    width: 22px;
    height: 23px;

    position: absolute;

    left: 9px;
    top: 10px;

    border: 2px solid currentColor;

    border-radius: 4px;
}

.bp-icon-bag::after {
    content: "";

    width: 10px;
    height: 7px;

    position: absolute;

    left: 15px;
    top: 5px;

    border:
        2px solid currentColor;

    border-bottom: 0;

    border-radius:
        7px
        7px
        0
        0;
}


/* --------------------------------------------------------------------------
   DELIVERY
   -------------------------------------------------------------------------- */

.bp-icon-delivery::before {
    content: "";

    width: 24px;
    height: 15px;

    position: absolute;

    left: 5px;
    top: 13px;

    border: 2px solid currentColor;

    border-radius: 3px;
}

.bp-icon-delivery::after {
    content: "";

    width: 12px;
    height: 12px;

    position: absolute;

    right: 2px;
    top: 16px;

    border:
        2px solid currentColor;

    border-left: 0;

    border-radius:
        0
        3px
        3px
        0;

    box-shadow:
        -16px 10px 0 -4px currentColor,
        3px 10px 0 -4px currentColor;
}


/* --------------------------------------------------------------------------
   PICKUP — takeaway bag
   -------------------------------------------------------------------------- */

.bp-icon-pickup::before {
    content: "";

    width: 22px;
    height: 22px;

    position: absolute;

    left: 9px;
    top: 11px;

    border: 2px solid currentColor;

    border-radius:
        3px
        3px
        5px
        5px;
}

.bp-icon-pickup::after {
    content: "";

    width: 10px;
    height: 6px;

    position: absolute;

    left: 15px;
    top: 6px;

    border:
        2px solid currentColor;

    border-bottom: 0;

    border-radius:
        7px
        7px
        0
        0;
}


/* --------------------------------------------------------------------------
   RESERVATIONS — calendar
   -------------------------------------------------------------------------- */

.bp-icon-calendar::before {
    content: "";

    width: 24px;
    height: 22px;

    position: absolute;

    left: 8px;
    top: 10px;

    border: 2px solid currentColor;

    border-radius: 4px;
}

.bp-icon-calendar::after {
    content: "";

    width: 20px;

    position: absolute;

    left: 10px;
    top: 17px;

    border-top: 2px solid currentColor;

    box-shadow:
        -5px -8px 0 -4px currentColor,
        5px -8px 0 -4px currentColor;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 1050px) {

    .bp-types-grid {
        max-width: 720px;

        grid-template-columns:
            repeat(3, minmax(150px, 1fr));
    }

}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 700px) {

    .bp-payment-types {
        padding-top: 52px;
        padding-bottom: 56px;
    }

    .bp-payment-types
    .bp-section-heading {
        margin-bottom: 26px;
    }

    .bp-types-grid {
        width: min(100%, 390px);

        grid-template-columns: 1fr;

        gap: 9px;
    }

    .bp-type-card {
        min-height: 0;

        padding:
            14px
            16px;

        display: grid;

        grid-template-columns:
            42px
            minmax(0, 1fr);

        grid-template-areas:
            "icon title"
            "icon description";

        column-gap: 13px;

        text-align: left;
    }

    .bp-type-icon {
        grid-area: icon;

        margin: 0;

        align-self: center;
    }

    .bp-type-card h3 {
        grid-area: title;

        font-size: 12.5px;
    }

    .bp-type-card p {
        grid-area: description;

        max-width: none;

        margin:
            3px
            0
            0;

        font-size: 11.5px;

        line-height: 1.4;
    }

}


/* ==========================================================================
   BAVELGO PAY — LIVE PAYMENT PREVIEW
   ========================================================================== */

.bp-live-preview-label {
    margin-bottom: 17px;

    color: #746d7d;

    font-family:
        Poppins,
        Arial,
        sans-serif;

    font-size: 9.5px;

    line-height: 1;

    text-transform: uppercase;

    letter-spacing: .08em;

    font-weight: 600;
}

.bp-payment-card {
    transition:
        transform .22s ease,
        opacity .22s ease,
        box-shadow .22s ease;
}

.bp-payment-card.bp-is-updating {
    transform:
        translateY(3px)
        scale(.995);

    opacity: .74;
}

.bp-payment-card.bp-payment-complete {
    animation:
        bpPaymentComplete
        .42s ease;
}

.bp-success-icon {
    transition:
        border-color .18s ease,
        color .18s ease,
        background .18s ease,
        transform .18s ease;
}

.bp-success-icon.bp-processing {
    border-color: #7a48df;

    color: transparent;

    background: transparent;

    animation:
        bpStatusPulse
        .85s linear infinite;
}

.bp-success-icon.bp-processing::after {
    content: "";

    width: 11px;
    height: 11px;

    position: absolute;

    border:
        2px solid
        #7a48df;

    border-top-color:
        transparent;

    border-radius: 50%;

    animation:
        bpSpinner
        .7s linear infinite;
}

.bp-success-icon {
    position: relative;
}

.bp-payment-amount,
.bp-payment-order,
.bp-payment-cardline,
.bp-payment-date {
    transition:
        opacity .18s ease,
        transform .18s ease;
}

.bp-payment-card.bp-is-updating
.bp-payment-amount,

.bp-payment-card.bp-is-updating
.bp-payment-order,

.bp-payment-card.bp-is-updating
.bp-payment-cardline,

.bp-payment-card.bp-is-updating
.bp-payment-date {
    opacity: .55;

    transform: translateY(2px);
}

.bp-card-decoration span,
.bp-card-decoration strong {
    transition:
        opacity .18s ease,
        transform .18s ease;
}

@keyframes bpSpinner {

    to {
        transform: rotate(360deg);
    }

}

@keyframes bpStatusPulse {

    50% {
        opacity: .55;
    }

}

@keyframes bpPaymentComplete {

    0% {
        transform: scale(.985);
    }

    60% {
        transform: scale(1.012);
    }

    100% {
        transform: scale(1);
    }

}

@media (prefers-reduced-motion: reduce) {

    .bp-payment-card,
    .bp-success-icon,
    .bp-payment-amount,
    .bp-payment-order,
    .bp-payment-cardline,
    .bp-payment-date,
    .bp-card-decoration span,
    .bp-card-decoration strong {
        transition: none;
        animation: none;
    }

}


/* ==========================================================================
   BAVELGO PAY — SECONDARY CARD REFINEMENT
   ========================================================================== */

.bp-card-decoration {
    right: 1%;
    top: 32%;

    width: 172px;
    height: 92px;

    padding: 16px 18px;

    border:
        1px solid
        rgba(255,255,255,.13);

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #3b176f,
            #5c1dc8
        );

    transform: rotate(3deg);

    box-shadow:
        0 18px 42px
        rgba(0,0,0,.16);
}

.bp-card-decoration span {
    font-size: 10px;

    letter-spacing: .12em;

    color: rgba(255,255,255,.78);
}

.bp-card-decoration strong {
    margin-top: 9px;

    font-size: 15px;

    letter-spacing: .02em;

    color: #ffffff;
}

.bp-lock-decoration {
    display: none !important;
}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 700px) {

    .bp-card-decoration {
        right: 2%;
        top: 34%;

        width: 145px;
        height: 78px;

        padding: 13px 14px;

        transform: rotate(2deg);
    }

    .bp-card-decoration strong {
        font-size: 13px;
    }

}
