.become-organizer-v2 {
    min-height: 70vh;
    overflow: hidden;
    background: #f8faf8;
    color: #24342b;
}

.bov2-kicker {
    margin: 0 0 .55rem;
    color: #778f80;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.bov2-hero {
    overflow: hidden;
    border-bottom: 1px solid rgb(46 68 56 / .08);
    background:
        radial-gradient(circle at 86% 10%, rgb(237 205 196 / .44), transparent 23rem),
        radial-gradient(circle at 74% 78%, rgb(164 183 171 / .24), transparent 21rem),
        #fff;
    padding: clamp(3rem, 8vw, 6rem) 0;
}

.bov2-hero__grid,
.bov2-story__grid,
.bov2-faq__grid {
    display: grid;
    gap: clamp(2rem, 6vw, 4.5rem);
    align-items: center;
}

.bov2-hero h1 {
    max-width: 13ch;
    margin: 0;
    font-size: clamp(2.35rem, 6vw, 5rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.bov2-hero__lead {
    max-width: 44rem;
    margin: 1rem 0 0;
    color: #68786f;
    font-size: clamp(1rem, 1.8vw, 1.08rem);
    line-height: 1.7;
}

.bov2-hero__actions,
.bov2-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.4rem;
}

.bov2-button {
    min-height: 2.95rem;
    border-radius: .78rem;
    padding: .66rem .95rem;
    font-size: .82rem;
    font-weight: 850;
}

.bov2-button--primary {
    border: 1px solid #2e4438;
    background: #2e4438;
    color: #fff;
}

.bov2-button--primary:hover,
.bov2-button--primary:focus {
    border-color: #435b4d;
    background: #435b4d;
    color: #fff;
}

.bov2-button--soft {
    border: 1px solid #d3ddd7;
    background: rgb(255 255 255 / .84);
    color: #52675b;
}

.bov2-button--soft:hover,
.bov2-button--soft:focus {
    border-color: #b4c4b9;
    background: #fff;
    color: #2e4438;
}

.bov2-note {
    max-width: 38rem;
    border: 1px solid #dce4df;
    border-radius: .85rem;
    background: rgb(255 255 255 / .78);
    padding: .76rem .85rem;
    color: #66776d;
    font-size: .8rem;
    line-height: 1.55;
}

.bov2-link,
.bov2-link-inline {
    color: #52675b;
    font-size: .79rem;
    font-weight: 850;
    text-decoration: none;
}

.bov2-link {
    display: inline-block;
    margin-top: 1rem;
}

.bov2-link:hover,
.bov2-link-inline:hover {
    text-decoration: underline;
}

.bov2-hero__visual {
    position: relative;
    width: min(100%, 33rem);
    min-height: 31rem;
    margin-inline: auto;
}

.bov2-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #dfe9e3;
    box-shadow: 0 26px 66px rgb(46 68 56 / .12);
}

.bov2-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bov2-photo--main {
    inset: 0 4.8rem 2.2rem 0;
    transform: rotate(-2deg);
}

.bov2-photo--second {
    right: 0;
    bottom: 0;
    width: 42%;
    height: 42%;
    border: .34rem solid rgb(255 255 255 / .9);
    transform: rotate(4deg);
}

.bov2-float {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: .14rem;
    max-width: 12.5rem;
    border: 1px solid rgb(255 255 255 / .84);
    border-radius: .95rem;
    background: rgb(255 255 255 / .92);
    padding: .72rem .82rem;
    color: #839188;
    font-size: .64rem;
    font-weight: 800;
    box-shadow: 0 14px 34px rgb(46 68 56 / .12);
    backdrop-filter: blur(10px);
}

.bov2-float strong {
    color: #435b4d;
    font-size: .76rem;
    line-height: 1.35;
}

.bov2-float--one {
    top: .6rem;
    right: .2rem;
    animation: bov2Float 6s ease-in-out infinite;
}

.bov2-float--two {
    left: .5rem;
    bottom: .3rem;
    animation: bov2Float 6.5s ease-in-out infinite 1s;
}

.bov2-benefits,
.bov2-story,
.bov2-process,
.bov2-faq,
.bov2-final {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.bov2-heading {
    max-width: 46rem;
}

.bov2-heading h2,
.bov2-story__copy h2,
.bov2-faq__copy h2,
.bov2-final__box h2 {
    margin: 0;
    color: #24342b;
    font-size: clamp(2rem, 4.8vw, 3.5rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.bov2-benefits__grid {
    display: grid;
    gap: .85rem;
    margin-top: clamp(1.8rem, 4vw, 2.6rem);
}

.bov2-benefits__grid article {
    border: 1px solid #dfe6e1;
    border-radius: 1rem;
    background: #fff;
    padding: 1.05rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bov2-benefits__grid article:hover {
    border-color: #bccac1;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgb(46 68 56 / .07);
}

.bov2-icon {
    display: grid;
    width: 2.9rem;
    height: 2.9rem;
    place-items: center;
    border-radius: .9rem;
    background: linear-gradient(145deg, #edf3ef, #f7ece8);
    color: #435b4d;
}

.bov2-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.bov2-benefits__grid h3 {
    margin: .8rem 0 .35rem;
    font-size: .96rem;
}

.bov2-benefits__grid p {
    margin: 0;
    color: #76847b;
    font-size: .81rem;
    line-height: 1.58;
}

.bov2-story {
    background: #fff;
}

.bov2-story__visual {
    width: min(100%, 28rem);
    margin-inline: auto;
}

.bov2-story__visual img {
    display: block;
    width: 100%;
    max-height: 32rem;
    border-radius: 1.15rem;
    object-fit: cover;
    box-shadow: 0 24px 60px rgb(46 68 56 / .1);
}

.bov2-story__list {
    display: grid;
    gap: .7rem;
    margin-top: 1.3rem;
}

.bov2-story__list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .8rem;
    align-items: start;
    border-top: 1px solid #e1e8e3;
    padding-top: .8rem;
}

.bov2-story__list strong {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    border-radius: 50%;
    background: #edf3ef;
    color: #435b4d;
    font-size: .7rem;
}

.bov2-story__list h3 {
    margin: 0;
    color: #2e4438;
    font-size: .92rem;
}

.bov2-story__list p {
    margin: .25rem 0 0;
    color: #76847b;
    font-size: .82rem;
    line-height: 1.55;
}

.bov2-process {
    background: #2e4438;
    color: #fff;
}

.bov2-process .bov2-kicker {
    color: #a6b9ad;
}

.bov2-process .bov2-heading h2 {
    color: #fff;
}

.bov2-process__steps {
    display: grid;
    gap: .85rem;
    margin-top: clamp(1.8rem, 4vw, 2.6rem);
}

.bov2-process__steps article {
    border: 1px solid rgb(255 255 255 / .12);
    border-radius: 1rem;
    background: rgb(255 255 255 / .04);
    padding: 1.05rem;
}

.bov2-process__steps span {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    background: rgb(255 255 255 / .08);
    color: #edcdc4;
    font-size: .72rem;
    font-weight: 900;
}

.bov2-process__steps h3 {
    margin: .75rem 0 .32rem;
    color: #fff;
    font-size: .95rem;
}

.bov2-process__steps p {
    margin: 0;
    color: rgb(255 255 255 / .68);
    font-size: .82rem;
    line-height: 1.55;
}

.bov2-faq {
    background: #f8faf8;
}

.bov2-faq__copy {
    max-width: 28rem;
}

.bov2-accordion {
    overflow: hidden;
    border: 1px solid #dfe6e1;
    border-radius: 1rem;
    background: #fff;
}

.bov2-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e7ece9;
}

.bov2-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.bov2-accordion .accordion-button {
    background: #fff;
    color: #2e4438;
    font-size: .84rem;
    font-weight: 850;
    box-shadow: none;
}

.bov2-accordion .accordion-button:not(.collapsed) {
    background: #f6f8f7;
}

.bov2-accordion .accordion-body {
    color: #6e7e74;
    font-size: .82rem;
    line-height: 1.6;
}

.bov2-final {
    padding-top: 0;
    background: #f8faf8;
}

.bov2-final__box {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    overflow: hidden;
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at 86% 15%, rgb(237 205 196 / .48), transparent 18rem),
        #edf3ef;
    padding: clamp(1.4rem, 4vw, 2.2rem);
}

.bov2-final__box > div {
    max-width: 43rem;
}

.bov2-final__box p:last-child {
    margin: .7rem 0 0;
    color: #69796f;
    font-size: .83rem;
    line-height: 1.55;
}

[data-reveal] {
    opacity: 0;
    transition:
        opacity .6s cubic-bezier(.2, .75, .25, 1),
        transform .72s cubic-bezier(.2, .75, .25, 1);
}

[data-reveal="up"] { transform: translateY(1.8rem); }
[data-reveal="left"] { transform: translateX(-2rem); }
[data-reveal="right"] { transform: translateX(2rem); }

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

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

@media (min-width: 48rem) {
    .bov2-benefits__grid,
    .bov2-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bov2-final__box {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .bov2-final__actions {
        flex: 0 0 auto;
    }
}

@media (min-width: 64rem) {
    .bov2-hero__grid,
    .bov2-story__grid,
    .bov2-faq__grid {
        grid-template-columns: minmax(0, 1.04fr) minmax(22rem, .96fr);
    }

    .bov2-benefits__grid,
    .bov2-process__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 47.99rem) {
    .bov2-hero__visual {
        min-height: 25rem;
    }

    .bov2-photo--main {
        inset: 0 3.7rem 2rem 0;
    }

    .bov2-photo--second {
        width: 48%;
        height: 38%;
    }
}


