/* Global → Become a Partner — aligned with Global Presence / About */
.bap-hero-page .about-hero-overlay {
    background:
        linear-gradient(105deg, rgba(6, 18, 48, 0.55) 0%, rgba(6, 18, 48, 0.28) 48%, rgba(6, 18, 48, 0.16) 100%),
        linear-gradient(180deg, rgba(6, 18, 48, 0.22) 0%, transparent 38%, rgba(6, 18, 48, 0.28) 100%);
}

/* Static hero image — Ken Burns + fixed-top thrash read as shivering while scrolling. */
.bap-hero-page .about-hero-slide.is-active .about-hero-slide-media,
.bap-hero-page .about-hero-slide-media {
    animation: none !important;
    will-change: auto;
    transform: none;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bap-hero-page .about-hero-top {
    max-width: min(720px, 94%);
}

.bap-hero-page .about-hero-title {
    text-wrap: unset;
}

.bap-hero-page .bap-hero-title-line {
    display: block;
}

@media (min-width: 480px) {
    .bap-hero-page .bap-hero-title-line {
        white-space: nowrap;
    }
}

.bap-hero-page .about-hero-lead {
    max-width: 46rem;
}

.bap-page {
    --bap-navy: #0a1440;
    --bap-deep: #061a5a;
    --bap-blue: #2e3192;
    --bap-red: #ea0029;
    --bap-ink: #14203a;
    --bap-muted: #5b647c;
    --bap-line: rgba(10, 20, 64, 0.12);
    --bap-soft: #f3f5fc;
    color: var(--bap-ink);
    background: #fff;
}

.bap-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: clamp(20px, 4vw, 40px);
    padding-right: clamp(20px, 4vw, 40px);
}

.bap-kicker {
    margin: 0 0 14px;
    color: var(--bap-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bap-kicker--light {
    color: #a6b0f2;
}

.bap-display {
    margin: 0 0 20px;
    color: var(--bap-navy);
    font-family: var(--heading-font);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.bap-display--light {
    color: #fff;
}

.bap-copy {
    margin: 0 0 14px;
    color: var(--bap-muted);
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.75;
}

.bap-copy:last-child {
    margin-bottom: 0;
}

.bap-copy--light {
    color: #c7cdf0;
}

.bap-band {
    background: linear-gradient(135deg, #061a5a 0%, #000f9f 55%, #123dba 100%);
    color: #dfe3f7;
    text-align: center;
    padding: clamp(28px, 4vw, 40px) 0;
}

.bap-band-line {
    margin: 0 auto 10px;
    max-width: 860px;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.6;
    font-weight: 500;
}

.bap-band-meta {
    margin: 0;
    color: #7c8aef;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.bap-intro,
.bap-section {
    padding: clamp(72px, 9vw, 112px) 0;
}

.bap-section--soft {
    background: var(--bap-soft);
}

.bap-section-head {
    max-width: 820px;
    margin-bottom: clamp(36px, 5vw, 52px);
}

.bap-section-head--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Read more */
.bap-disclose {
    max-width: 820px;
}

.bap-section-head--center .bap-disclose {
    margin: 0 auto;
}

.bap-disclose-body {
    position: relative;
    max-height: 5.6em;
    overflow: hidden;
    transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.bap-disclose:not(.is-open) .bap-disclose-body::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.5em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 90%);
    pointer-events: none;
}

.bap-section--soft .bap-disclose:not(.is-open) .bap-disclose-body::after {
    background: linear-gradient(180deg, rgba(243, 245, 252, 0), var(--bap-soft) 90%);
}

.bap-disclose.is-open .bap-disclose-body {
    max-height: 1200px;
}

.bap-disclose-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--bap-blue);
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.bap-disclose-toggle::after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.3s ease;
}

.bap-disclose.is-open .bap-disclose-toggle::after {
    transform: rotate(225deg) translateY(1px);
}

.bap-disclose .bap-disclose-less {
    display: none;
}

.bap-disclose.is-open .bap-disclose-more {
    display: none;
}

.bap-disclose.is-open .bap-disclose-less {
    display: inline;
}

.bap-disclose-toggle:focus-visible {
    outline: 2px solid rgba(46, 49, 146, 0.35);
    outline-offset: 4px;
}

/* Expandable rows — Global Presence recognition style */
.bap-feature-list {
    display: grid;
    gap: 0;
    margin-top: clamp(36px, 5vw, 56px);
    border-top: 1px solid var(--bap-line);
}

.bap-feature-row {
    border-bottom: 1px solid var(--bap-line);
}

.bap-feature-row__trigger {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 22px 0;
    border: 0;
    background: transparent;
    color: var(--bap-navy);
    text-align: left;
    cursor: pointer;
    font: inherit;
    transition: color 0.25s ease;
}

.bap-feature-row__trigger:not(:has(.bap-feature-row__index)) {
    grid-template-columns: 1fr auto;
}

.bap-feature-row__index {
    color: #7c8aef;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

.bap-feature-row__title {
    font-family: var(--heading-font);
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    font-weight: 700;
    line-height: 1.3;
}

.bap-feature-row__arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;
    opacity: 0.55;
}

.bap-feature-row.is-open .bap-feature-row__arrow {
    transform: rotate(45deg);
    opacity: 1;
}

.bap-feature-row__trigger:hover,
.bap-feature-row.is-open .bap-feature-row__trigger {
    color: var(--bap-red);
}

.bap-feature-row__trigger:focus-visible {
    outline: 2px solid rgba(46, 49, 146, 0.35);
    outline-offset: 4px;
}

.bap-feature-row__panel {
    padding: 0 0 22px;
}

.bap-feature-row__panel[hidden] {
    display: none;
}

/* Accordion rows — height/opacity ease (no display:none snap) */
.bap-feature-list:not(.bap-feature-list--cards) .bap-feature-row__panel {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    animation: none;
    transition:
        max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;
}

.bap-feature-list:not(.bap-feature-list--cards) .bap-feature-row.is-open .bap-feature-row__panel {
    max-height: 280px;
    opacity: 1;
}

.bap-feature-list:not(.bap-feature-list--cards) .bap-feature-row__panel p {
    padding-bottom: 22px;
}

.bap-feature-row__panel p {
    margin: 0;
    max-width: 72ch;
    color: var(--bap-muted);
    font-size: 1rem;
    line-height: 1.7;
}

/* Built on Quality — full intro copy (no read-more clamp) */
.bap-why-copy {
    max-width: 820px;
}

.bap-why-copy .bap-copy {
    margin-bottom: 1em;
}

.bap-why-copy .bap-copy:last-child {
    margin-bottom: 0;
}

/* Built on Quality — card accordion with top-right toggle */
.bap-feature-list--cards {
    display: grid;
    gap: 14px;
    margin-top: clamp(36px, 5vw, 56px);
    border-top: 0;
}

.bap-feature-list--cards .bap-feature-row {
    position: relative;
    border: 1px solid var(--bap-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(10, 22, 70, 0.05);
    overflow: hidden;
    transition:
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

/* Fade blue fill — avoids solid↔gradient flash */
.bap-feature-list--cards .bap-feature-row::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(0, 15, 159, 0.98) 0%, rgba(0, 10, 112, 1) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.bap-feature-list--cards .bap-feature-row.is-open {
    border-color: rgba(0, 15, 159, 0.9);
    box-shadow: 0 18px 42px rgba(0, 10, 112, 0.28);
    color: #fff;
}

.bap-feature-list--cards .bap-feature-row.is-open::before {
    opacity: 1;
}

.bap-feature-list--cards .bap-feature-row__head,
.bap-feature-list--cards .bap-feature-row__panel {
    position: relative;
    z-index: 1;
}

.bap-feature-list--cards .bap-feature-row__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 14px;
    cursor: pointer;
}

.bap-feature-list--cards .bap-feature-row__heading {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding-top: 4px;
}

.bap-feature-list--cards .bap-feature-row__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: auto;
}

.bap-feature-list--cards .bap-feature-row__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(46, 49, 146, 0.18);
    background: rgba(46, 49, 146, 0.06);
    color: var(--bap-blue);
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.bap-feature-list--cards .bap-feature-row__icon::before,
.bap-feature-list--cards .bap-feature-row__icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.bap-feature-list--cards .bap-feature-row__icon::before {
    width: 14px;
    height: 2px;
}

.bap-feature-list--cards .bap-feature-row__icon::after {
    width: 2px;
    height: 14px;
}

.bap-feature-list--cards .bap-feature-row.is-open .bap-feature-row__icon {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.bap-feature-list--cards .bap-feature-row.is-open .bap-feature-row__icon::after {
    transform: scaleY(0);
}

.bap-feature-list--cards .bap-feature-row__trigger:hover .bap-feature-row__icon {
    transform: scale(1.05);
}

.bap-feature-list--cards .bap-feature-row__trigger:focus-visible {
    outline: 2px solid rgba(46, 49, 146, 0.4);
    outline-offset: 2px;
}

.bap-feature-list--cards .bap-feature-row.is-open .bap-feature-row__trigger:focus-visible {
    outline-color: rgba(255, 255, 255, 0.55);
}

.bap-feature-list--cards .bap-feature-row__index {
    color: #7c8aef;
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    transition: color 0.35s ease;
}

.bap-feature-list--cards .bap-feature-row.is-open .bap-feature-row__index {
    color: rgba(255, 255, 255, 0.72);
}

.bap-feature-list--cards .bap-feature-row__title {
    margin: 0;
    font-family: var(--heading-font);
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--bap-navy);
    transition: color 0.35s ease;
}

.bap-feature-list--cards .bap-feature-row.is-open .bap-feature-row__title {
    color: #fff;
}

.bap-feature-list--cards .bap-feature-row__panel {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    animation: none;
    transition:
        max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;
}

.bap-feature-list--cards .bap-feature-row.is-open .bap-feature-row__panel {
    /* JS sets exact scrollHeight; fallback keeps first card readable before JS */
    max-height: 320px;
    opacity: 1;
}

.bap-feature-list--cards .bap-feature-row__panel-inner {
    overflow: hidden;
}

.bap-feature-list--cards .bap-feature-row__panel p {
    margin: 0;
    padding: 0 18px 20px;
    max-width: none;
    color: var(--bap-muted);
    font-size: 1rem;
    line-height: 1.7;
    transition: color 0.35s ease;
}

.bap-feature-list--cards .bap-feature-row.is-open .bap-feature-row__panel p {
    color: rgba(255, 255, 255, 0.9);
}

/* Capabilities — expandable cards with centered title + paragraph */
.bap-strips-section {
    padding: clamp(72px, 9vw, 112px) 0;
    background: linear-gradient(135deg, #061a5a 0%, #0a1445 45%, #123dba 100%);
    color: #fff;
}

.bap-strips-section .bap-section-head {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(36px, 5vw, 56px);
    text-align: center;
}

.bap-strips {
    --bap-strip: 86px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: clamp(380px, 48vw, 500px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 70px rgba(0, 8, 40, 0.35);
}

.bap-strip {
    position: relative;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: var(--bap-strip);
    width: auto;
    min-width: var(--bap-strip);
    max-width: none;
    background: var(--strip-bg, #0a1445);
    overflow: hidden;
    cursor: pointer;
    transition: flex-grow 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.bap-strip--1 { --strip-bg: #0a1445; }
.bap-strip--2 { --strip-bg: #132a6b; }
.bap-strip--3 { --strip-bg: #1e3f96; }
.bap-strip--4 { --strip-bg: #3a63c7; }

.bap-strip.is-active {
    flex-grow: 1;
    min-width: var(--bap-strip);
    cursor: default;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.bap-strip__tab {
    position: relative;
    z-index: 3;
    display: flex;
    flex: 0 0 var(--bap-strip);
    align-items: center;
    justify-content: center;
    width: var(--bap-strip);
    min-width: var(--bap-strip);
    height: 100%;
    padding: 24px 0;
    border: 0;
    background: var(--strip-bg, #0a1445);
    color: #fff;
    cursor: pointer;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.bap-strip.is-active .bap-strip__tab {
    cursor: default;
}

.bap-strip:not(.is-active):hover .bap-strip__tab-label {
    opacity: 1;
}

.bap-strip__tab-label {
    display: block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: var(--heading-font);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
    opacity: 0.88;
    transition: opacity 0.25s ease;
}

.bap-strip__panel {
    position: absolute;
    left: var(--bap-strip);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 4vw, 48px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.bap-strip.is-active .bap-strip__panel {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0.18s;
}

.bap-strip__copy {
    width: min(100%, 36rem);
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateX(28px);
    transition:
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.bap-strip.is-active .bap-strip__copy {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.28s;
}

.bap-strip.is-active.is-enter-from-left .bap-strip__copy {
    animation: bap-strip-swipe-in-left 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bap-strip.is-active.is-enter-from-right .bap-strip__copy {
    animation: bap-strip-swipe-in-right 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bap-strip__title {
    margin: 0 0 16px;
    color: #fff;
    font-family: var(--heading-font);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-align: center;
}

.bap-strip__text {
    margin: 0 auto;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.98rem, 1.25vw, 1.1rem);
    line-height: 1.75;
    text-align: center;
}

.bap-strip__tab:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -4px;
}

@keyframes bap-strip-swipe-in-right {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bap-strip-swipe-in-left {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Work pillars */
.bap-pillars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 2px solid var(--bap-navy);
}

.bap-pillar {
    padding: 28px 22px 8px 0;
    border-right: 1px solid var(--bap-line);
}

.bap-pillar:last-child {
    border-right: 0;
    padding-right: 0;
}

.bap-pillar:not(:first-child) {
    padding-left: 22px;
}

.bap-pillar__title {
    margin: 0 0 12px;
    color: var(--bap-navy);
    font-family: var(--heading-font);
    font-size: 1.1rem;
    font-weight: 700;
}

.bap-pillar__title-line {
    display: block;
}

.bap-pillar__text {
    margin: 0;
    color: var(--bap-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

/* CTA — mirrors Global Presence partner CTA */
.bap-cta {
    padding: clamp(72px, 9vw, 108px) 0;
    background: #fff;
}

.bap-cta__layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: stretch;
}

.bap-cta__media {
    min-height: 320px;
    overflow: hidden;
    border-radius: 20px;
}

.bap-cta__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bap-cta__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 44px);
    border-radius: 20px;
    background: linear-gradient(160deg, #0a1445 0%, #1e3f96 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(10, 20, 64, 0.22);
}

.bap-cta .bap-cta__title {
    margin: 0 0 16px;
    font-family: var(--heading-font);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff !important;
}

.bap-cta .bap-cta__text {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.7;
}

.bap-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bap-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    font-family: var(--heading-font);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s ease,
        background-color 0.32s ease,
        border-color 0.32s ease,
        color 0.32s ease;
}

.bap-cta__btn--primary {
    background: var(--bap-red);
    color: #fff !important;
    border: 1px solid var(--bap-red);
    box-shadow: 0 12px 28px rgba(234, 0, 41, 0.28);
}

.bap-cta__btn--primary:hover,
.bap-cta__btn--primary:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(234, 0, 41, 0.36);
    color: #fff !important;
}

.bap-cta__btn--secondary {
    background: transparent;
    color: #fff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.72);
}

.bap-cta__btn--secondary:hover,
.bap-cta__btn--secondary:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff !important;
    transform: translateY(-3px);
}

/* Form */
.bap-form-section {
    padding: clamp(72px, 9vw, 112px) 0;
    background:
        linear-gradient(180deg, rgba(10, 20, 64, 0.78), rgba(10, 20, 64, 0.9)),
        url('/themes/iori/imgs/become-partner/hero.png?v=1') center / cover no-repeat;
}

.bap-form-section > .container {
    display: flex;
    justify-content: center;
}

.bap-form-layout {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.05fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.bap-form-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bap-form-points {
    margin: 28px 0 0;
    padding: 0;
}

.bap-form-points__item {
    position: relative;
    margin: 0 0 12px;
    padding-left: 22px;
    color: #dfe3f7;
    font-size: 14px;
    line-height: 1.5;
}

.bap-form-points__item:last-child {
    margin-bottom: 0;
}

.bap-form-points__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bap-red);
}

/* Legacy ul markup (if cached) — hide native disc, keep red only */
.bap-form-points li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 22px;
    list-style: none !important;
    color: #dfe3f7;
    font-size: 14px;
    line-height: 1.5;
}

.bap-form-points li::marker {
    content: none;
    font-size: 0;
    color: transparent;
}

.bap-form-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bap-red);
}

.bap-form-box {
    background: rgba(255, 255, 255, 0.97);
    padding: clamp(24px, 3vw, 36px);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.bap-form-message {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.92rem;
    line-height: 1.5;
}

.bap-form-message[hidden] {
    display: none !important;
}

.bap-form-message--success {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #065f46;
}

.bap-form-message--error {
    background: rgba(234, 0, 41, 0.08);
    border: 1px solid rgba(234, 0, 41, 0.28);
    color: #9f1239;
}

.bap-form-row {
    margin-bottom: 16px;
}

.bap-form-row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bap-label {
    display: block;
    margin-bottom: 6px;
    color: var(--bap-navy);
    font-size: 13px;
    font-weight: 600;
}

.bap-label span {
    color: var(--bap-red);
}

.bap-input {
    width: 100%;
    border: 1px solid #d8dcf5;
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    font-size: 14px;
    color: var(--bap-ink);
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
}

select.bap-input {
    background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 36px;
}

.bap-input:focus {
    outline: 2px solid rgba(46, 49, 146, 0.25);
    border-color: var(--bap-blue);
}

.bap-input:disabled,
.bap-form-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.bap-textarea {
    resize: vertical;
    min-height: 110px;
}

.bap-form-submit {
    width: 100%;
    margin-top: 8px;
    border: none;
    cursor: pointer;
}

.bap-form-submit.is-loading {
    position: relative;
    pointer-events: none;
}

/* Section reveal */
.bap-page .bap-intro,
.bap-page .bap-section,
.bap-page .bap-strips-section,
.bap-page .bap-cta,
.bap-page .bap-form-section {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.bap-page .is-visible {
    opacity: 1;
    transform: none;
}

.bap-page .bap-band {
    opacity: 1;
    transform: none;
}

@keyframes bap-fade-up {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .bap-strips {
        --bap-strip: 64px;
        flex-direction: column;
        min-height: 0;
    }

    .bap-strip,
    .bap-strip.is-active {
        flex-grow: 0;
        flex-basis: auto;
        width: 100%;
        min-width: 0;
        min-height: var(--bap-strip);
    }

    .bap-strip.is-active {
        min-height: 300px;
    }

    .bap-strip__tab {
        flex: 0 0 var(--bap-strip);
        width: 100%;
        min-width: 0;
        height: var(--bap-strip);
        justify-content: flex-start;
        padding: 0 22px;
    }

    .bap-strip__tab-label {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .bap-strip__panel {
        left: 0;
        top: var(--bap-strip);
        padding: 28px 22px;
    }

    .bap-strip.is-active.is-enter-from-left .bap-strip__copy,
    .bap-strip.is-active.is-enter-from-right .bap-strip__copy {
        animation-name: bap-fade-up;
    }

    .bap-pillars,
    .bap-cta__layout,
    .bap-form-layout {
        grid-template-columns: 1fr;
    }

    .bap-pillar {
        border-right: 0;
        border-bottom: 1px solid var(--bap-line);
        padding: 22px 0;
    }

    .bap-pillar:not(:first-child) {
        padding-left: 0;
    }

    .bap-pillar:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 640px) {
    .bap-form-row--split,
    .bap-cta__actions {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .bap-cta__btn,
    .bap-form-submit {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bap-disclose-body,
    .bap-strip,
    .bap-strip__copy,
    .bap-strip__panel,
    .bap-page .bap-intro,
    .bap-page .bap-section,
    .bap-page .bap-strips-section,
    .bap-page .bap-cta,
    .bap-page .bap-form-section,
    .bap-feature-row__panel {
        transition-duration: 0.01ms !important;
        animation: none !important;
    }
}
