:root {
    --bb-black: #050407;
    --bb-ink: #0b0910;
    --bb-panel: rgba(10, 8, 14, 0.92);
    --bb-white: #fff9fb;
    --bb-muted: #b7acb8;
    --bb-pink: #ff2fa8;
    --bb-cyan: #1edcff;
    --bb-gold: #f0c36d;
    --bb-line: rgba(255, 255, 255, 0.13);
}

html {
    background: var(--bb-black);
}

body.bb-club-signup {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: var(--bb-black);
    color: var(--bb-white);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

body.bb-club-signup * {
    box-sizing: border-box;
}

body.bb-club-signup a {
    color: inherit;
}

.bb-club {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    background: #050407;
}

.bb-club__backdrop,
.bb-club__wash {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.bb-club__backdrop {
    z-index: -5;
    background-image: url("../img/club-signup-bg.jpg");
    background-position: 42% center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.03);
    will-change: transform;
}

.bb-club__wash {
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(3, 2, 6, 0.2) 0%, rgba(3, 2, 6, 0.25) 35%, rgba(3, 2, 6, 0.82) 68%, rgba(3, 2, 6, 0.98) 100%),
        linear-gradient(0deg, rgba(5, 4, 7, 0.98) 0%, transparent 28%, rgba(5, 4, 7, 0.38) 100%);
}

.bb-spotlight {
    position: fixed;
    top: -18vh;
    z-index: -3;
    width: 16vw;
    height: 125vh;
    opacity: 0.13;
    pointer-events: none;
    filter: blur(7px);
    clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%);
    transform-origin: 50% 0;
}

.bb-spotlight--cyan {
    left: 14vw;
    background: linear-gradient(180deg, var(--bb-cyan), transparent 82%);
    animation: bb-sweep-cyan 10s ease-in-out infinite alternate;
}

.bb-spotlight--pink {
    left: 38vw;
    background: linear-gradient(180deg, var(--bb-pink), transparent 82%);
    animation: bb-sweep-pink 12s ease-in-out infinite alternate;
}

.bb-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-content: center;
    background: #050407;
    color: var(--bb-white);
    text-align: center;
    transition: opacity 0.55s ease, visibility 0.55s ease;
}

.bb-loader.is-done {
    visibility: hidden;
    opacity: 0;
}

.bb-loader-mark {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: clamp(30px, 6vw, 64px);
    font-weight: 300;
    line-height: 1;
}

.bb-loader-mark span {
    color: var(--bb-gold);
}

.bb-loader-mark strong {
    color: var(--bb-white);
    text-shadow: 0 0 26px rgba(255, 47, 168, 0.7);
}

.bb-loader-mark small {
    margin-left: 7px;
    color: var(--bb-pink);
    font-size: 0.28em;
    font-weight: 900;
}

.bb-loader-track {
    width: min(70vw, 340px);
    height: 2px;
    margin: 25px auto 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.bb-loader-track i {
    display: block;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg, var(--bb-pink), var(--bb-cyan));
    box-shadow: 0 0 14px var(--bb-pink);
    animation: bb-load 1.1s ease-in-out infinite;
}

.bb-loader p {
    margin: 0;
    color: var(--bb-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.bb-nav {
    position: relative;
    z-index: 10;
    display: flex;
    width: min(100% - 56px, 1420px);
    min-height: 102px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--bb-line);
}

.bb-brand {
    position: relative;
    display: inline-flex;
    width: min(260px, 45vw);
    align-items: center;
    text-decoration: none;
}

.bb-brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 14px rgba(240, 195, 109, 0.28));
}

.bb-brand > span {
    position: absolute;
    right: -16px;
    bottom: 23%;
    padding: 3px 5px 2px;
    background: var(--bb-pink);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.bb-nav__login {
    display: flex;
    align-items: center;
    gap: 17px;
    color: var(--bb-muted);
    font-size: 13px;
}

.bb-nav__login a {
    padding: 11px 0 8px;
    border-bottom: 2px solid var(--bb-pink);
    color: var(--bb-white);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.bb-nav__login a:hover,
.bb-nav__login a:focus-visible {
    color: #fff;
    text-shadow: 0 0 15px var(--bb-pink);
}

.bb-stage {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(100% - 56px, 1420px);
    min-height: calc(100vh - 172px);
    margin: 0 auto;
    padding: 64px 0 74px;
    grid-template-columns: minmax(320px, 1fr) minmax(520px, 610px);
    gap: clamp(50px, 7vw, 120px);
    align-items: center;
}

.bb-intro {
    max-width: 660px;
    padding: 20px 0 30px;
}

.bb-overline {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--bb-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.bb-overline::before {
    width: 42px;
    height: 1px;
    background: var(--bb-gold);
    box-shadow: 0 0 10px rgba(240, 195, 109, 0.8);
    content: "";
}

.bb-intro h1 {
    margin: 22px 0 22px;
    color: #fff;
    font-size: clamp(52px, 5.5vw, 94px);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: 0;
    text-align: left;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.62);
}

.bb-intro h1 em {
    color: transparent;
    font-style: normal;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.82);
    text-shadow: 0 0 32px rgba(30, 220, 255, 0.18);
}

.bb-intro__lead {
    max-width: 560px;
    margin: 0;
    color: #d4cbd5;
    font-size: 17px;
    line-height: 1.72;
    text-shadow: 0 2px 12px #000;
}

.bb-proof {
    display: grid;
    max-width: 630px;
    margin-top: 42px;
    padding: 22px 0;
    border-top: 1px solid var(--bb-line);
    border-bottom: 1px solid var(--bb-line);
    grid-template-columns: repeat(3, 1fr);
}

.bb-proof div {
    min-width: 0;
    padding: 0 22px;
    border-right: 1px solid var(--bb-line);
}

.bb-proof div:first-child {
    padding-left: 0;
}

.bb-proof div:last-child {
    padding-right: 0;
    border-right: 0;
}

.bb-proof strong,
.bb-proof span {
    display: block;
}

.bb-proof strong {
    margin-bottom: 7px;
    color: var(--bb-white);
    font-size: 13px;
    font-weight: 900;
}

.bb-proof span {
    color: var(--bb-muted);
    font-size: 11px;
    line-height: 1.45;
}

.bb-scroll-cue {
    display: flex;
    margin-top: 34px;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.bb-scroll-cue i {
    position: relative;
    display: block;
    width: 20px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 12px;
}

.bb-scroll-cue i::after {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 2px;
    height: 6px;
    background: var(--bb-cyan);
    box-shadow: 0 0 7px var(--bb-cyan);
    content: "";
    animation: bb-scroll 1.8s ease-in-out infinite;
}

.bb-form-shell {
    position: relative;
    padding: clamp(28px, 3vw, 46px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 35%),
        var(--bb-panel);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.62),
        0 0 45px rgba(255, 47, 168, 0.09);
    backdrop-filter: blur(22px);
}

.bb-form-shell::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: linear-gradient(180deg, var(--bb-pink), var(--bb-cyan), transparent 86%);
    box-shadow: 0 0 18px rgba(255, 47, 168, 0.65);
    content: "";
}

.bb-form-shell__edge {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--bb-cyan));
    box-shadow: 0 0 13px rgba(30, 220, 255, 0.7);
}

.bb-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.bb-form-kicker {
    color: var(--bb-pink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.8px;
}

.bb-form-head h2 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.bb-secure {
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap: 7px;
    color: #b8d9d9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-secure i {
    color: var(--bb-cyan);
    filter: drop-shadow(0 0 5px rgba(30, 220, 255, 0.75));
}

.bb-progress {
    display: grid;
    margin: 28px 0 34px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
}

.bb-progress div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.35);
}

.bb-progress div.is-active {
    color: var(--bb-white);
}

.bb-progress b {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    font-size: 9px;
}

.bb-progress .is-active b {
    border-color: var(--bb-pink);
    background: var(--bb-pink);
    box-shadow: 0 0 16px rgba(255, 47, 168, 0.45);
}

.bb-progress span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.bb-progress > i {
    height: 1px;
    background: rgba(255, 255, 255, 0.13);
}

.bb-signup-form .am-form,
.bb-signup-form .am-form form {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.bb-signup-form .am-form div.am-row {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    background: transparent;
}

.bb-signup-form .am-form div.am-row:last-child {
    margin-bottom: 0;
}

.bb-signup-form .am-form div.am-element-title {
    float: none;
    width: 100%;
    margin: 0 0 9px;
    padding: 0;
    text-align: left;
}

.bb-signup-form .am-form div.am-element {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
    text-align: left;
}

.bb-signup-form .am-element-title label,
.bb-signup-form label,
.bb-signup-form legend {
    color: #eee8ef;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.bb-signup-form .am-element-title .comment {
    margin-top: 5px;
    color: #8e838f;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

.bb-signup-form .required {
    color: var(--bb-pink);
}

.bb-signup-form input[type="text"],
.bb-signup-form input[type="email"],
.bb-signup-form input[type="password"],
.bb-signup-form select,
.bb-signup-form textarea {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    outline: 0;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.18);
    color: #fff;
    font: 500 15px/1 "Roboto", Arial, sans-serif;
    letter-spacing: 0;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.bb-signup-form input::placeholder,
.bb-signup-form textarea::placeholder {
    color: #776e78;
    opacity: 1;
}

.bb-signup-form input[type="text"]:hover,
.bb-signup-form input[type="email"]:hover,
.bb-signup-form input[type="password"]:hover,
.bb-signup-form select:hover,
.bb-signup-form textarea:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.085);
}

.bb-signup-form input[type="text"]:focus,
.bb-signup-form input[type="email"]:focus,
.bb-signup-form input[type="password"]:focus,
.bb-signup-form select:focus,
.bb-signup-form textarea:focus {
    border-color: var(--bb-cyan);
    background: rgba(30, 220, 255, 0.07);
    box-shadow: 0 0 0 3px rgba(30, 220, 255, 0.1), 0 0 20px rgba(30, 220, 255, 0.08);
}

.bb-signup-form #row-name-0 .am-element.group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.bb-signup-form .am-pass-indicator-wrap {
    display: block;
    width: 100%;
}

.bb-signup-form #row-html1-0 {
    display: none;
}

.bb-signup-form #row-product_id_page-0-0 {
    margin-bottom: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.bb-signup-form #row-product_id_page-0-0 .am-element {
    display: grid;
    gap: 8px;
}

.bb-signup-form #row-product_id_page-0-0 .am-element > br {
    display: none;
}

.bb-signup-form #row-product_id_page-0-0 .am-element > label {
    position: relative;
    display: grid;
    min-height: 65px;
    margin: 0;
    padding: 12px 14px 11px 48px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.045);
    cursor: pointer;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px 12px;
    text-transform: none;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.bb-signup-form #row-product_id_page-0-0 .am-element > label:hover {
    border-color: rgba(255, 47, 168, 0.55);
    background: rgba(255, 47, 168, 0.075);
    transform: translateX(3px);
}

.bb-signup-form #row-product_id_page-0-0 .am-element > label.is-selected {
    border-color: var(--bb-pink);
    background: linear-gradient(90deg, rgba(255, 47, 168, 0.12), rgba(30, 220, 255, 0.045));
    box-shadow: 0 0 22px rgba(255, 47, 168, 0.09);
}

.bb-signup-form input[type="radio"] {
    position: absolute;
    top: 22px;
    left: 16px;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--bb-pink);
}

.bb-signup-form .am-product-title {
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.bb-signup-form .am-product-terms {
    color: var(--bb-gold);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

.bb-signup-form .am-product-desc {
    display: none;
}

.bb-signup-form #row-paysys_id {
    display: flex;
    margin: 5px 0 24px;
    padding: 13px 14px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--bb-line);
    border-bottom: 1px solid var(--bb-line);
}

.bb-signup-form #row-paysys_id .am-element-title {
    width: auto;
    margin: 0;
}

.bb-signup-form #row-paysys_id .am-element-title label {
    color: #968c97;
}

.bb-signup-form #row-paysys_id .am-element {
    width: auto;
    text-align: right;
}

.bb-signup-form .am-paysystem-title {
    display: block;
    color: var(--bb-cyan);
    font-size: 11px;
    font-weight: 800;
}

.bb-signup-form .am-paysystem-desc {
    display: block;
    margin-top: 3px;
    color: #817682;
    font-size: 9px;
}

.bb-signup-form #row-buttons {
    margin: 30px 0 0;
}

.bb-signup-form #row-buttons .am-element {
    width: 100%;
}

.bb-signup-form input[type="submit"].am-cta-signup {
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 13px 56px 13px 22px;
    border: 0;
    border-radius: 3px;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent) -160px 0 / 110px 100% no-repeat,
        linear-gradient(100deg, #e7138b, #ff2fa8 55%, #ff598d);
    box-shadow: 0 12px 30px rgba(255, 47, 168, 0.27), inset 0 1px rgba(255, 255, 255, 0.28);
    color: #fff;
    cursor: pointer;
    font: 900 12px/1.2 "Roboto", Arial, sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: box-shadow 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}

.bb-signup-form #row-buttons .am-element {
    position: relative;
}

.bb-signup-form #row-buttons .am-element::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: #fff;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    pointer-events: none;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.bb-signup-form #row-buttons .am-element:hover::after {
    transform: translate(4px, -50%);
}

.bb-signup-form input[type="submit"].am-cta-signup:hover,
.bb-signup-form input[type="submit"].am-cta-signup:focus-visible {
    background-position: 130% 0, 0 0;
    box-shadow: 0 16px 38px rgba(255, 47, 168, 0.4), 0 0 25px rgba(255, 47, 168, 0.18);
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.bb-signup-form label.error,
.bb-signup-form .error {
    color: #ff6b9d;
}

.bb-signup-form label.error {
    display: block;
    margin-top: 7px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.bb-club .am-error,
.bb-club .am-info,
.bb-club .am-success {
    margin: 0 0 22px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.bb-club .am-error {
    border-left: 2px solid #ff467d;
    background: rgba(255, 42, 104, 0.09);
}

.bb-form-foot {
    display: flex;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid var(--bb-line);
    justify-content: space-between;
    gap: 12px;
    color: #877d88;
    font-size: 9px;
}

.bb-form-foot span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bb-form-foot i {
    color: #b3a8b4;
}

.bb-footer {
    position: relative;
    z-index: 3;
    display: flex;
    width: min(100% - 56px, 1420px);
    min-height: 70px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--bb-line);
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
}

.bb-footer nav {
    display: flex;
    gap: 22px;
}

.bb-footer a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.bb-footer a:hover,
.bb-footer a:focus-visible {
    color: #fff;
}

.bb-bill {
    position: fixed;
    top: -80px;
    z-index: -2;
    display: grid;
    width: 34px;
    height: 17px;
    place-items: center;
    border: 1px solid rgba(130, 255, 178, 0.38);
    background: rgba(73, 153, 102, 0.34);
    box-shadow: 0 0 8px rgba(130, 255, 178, 0.15);
    color: rgba(211, 255, 223, 0.68);
    font-size: 9px;
    font-weight: 900;
    pointer-events: none;
    animation: bb-money-fall var(--duration) linear var(--delay) infinite;
}

.bb-bill::before {
    content: "$";
}

@keyframes bb-load {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(340%); }
}

@keyframes bb-sweep-cyan {
    0% { transform: rotate(-12deg) scaleX(0.82); }
    100% { transform: rotate(16deg) scaleX(1.25); }
}

@keyframes bb-sweep-pink {
    0% { transform: rotate(15deg) scaleX(1.1); }
    100% { transform: rotate(-17deg) scaleX(0.8); }
}

@keyframes bb-scroll {
    0% { opacity: 0; transform: translateY(0); }
    35% { opacity: 1; }
    100% { opacity: 0; transform: translateY(12px); }
}

@keyframes bb-money-fall {
    0% {
        opacity: 0;
        transform: translate3d(0, -10vh, 0) rotate(0deg) rotateY(0deg);
    }
    12% { opacity: var(--opacity); }
    82% { opacity: var(--opacity); }
    100% {
        opacity: 0;
        transform: translate3d(var(--drift), 118vh, 0) rotate(420deg) rotateY(540deg);
    }
}

@media (max-width: 1080px) {
    .bb-club__backdrop {
        background-position: 32% center;
    }

    .bb-club__wash {
        background:
            linear-gradient(90deg, rgba(3, 2, 6, 0.25), rgba(3, 2, 6, 0.82) 58%, rgba(3, 2, 6, 0.97)),
            linear-gradient(0deg, rgba(5, 4, 7, 0.98), transparent 42%);
    }

    .bb-stage {
        grid-template-columns: minmax(280px, 0.8fr) minmax(480px, 1.2fr);
        gap: 38px;
    }

    .bb-proof {
        grid-template-columns: 1fr;
    }

    .bb-proof div,
    .bb-proof div:first-child,
    .bb-proof div:last-child {
        padding: 11px 0;
        border-right: 0;
        border-bottom: 1px solid var(--bb-line);
    }

    .bb-proof div:first-child {
        padding-top: 0;
    }

    .bb-proof div:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (max-width: 820px) {
    .bb-club__backdrop {
        background-position: 27% top;
    }

    .bb-club__wash {
        background:
            linear-gradient(0deg, rgba(5, 4, 7, 1) 28%, rgba(5, 4, 7, 0.7) 67%, rgba(5, 4, 7, 0.38) 100%),
            linear-gradient(90deg, rgba(3, 2, 6, 0.35), rgba(3, 2, 6, 0.45));
    }

    .bb-nav,
    .bb-stage,
    .bb-footer {
        width: min(100% - 34px, 650px);
    }

    .bb-nav {
        min-height: 82px;
    }

    .bb-brand {
        width: 190px;
    }

    .bb-nav__login > span {
        display: none;
    }

    .bb-stage {
        display: block;
        min-height: 0;
        padding: 58px 0 55px;
    }

    .bb-intro {
        max-width: 580px;
        min-height: min(68vh, 620px);
        padding-top: 10vh;
    }

    .bb-intro h1 {
        font-size: clamp(48px, 12vw, 76px);
    }

    .bb-intro__lead {
        max-width: 500px;
    }

    .bb-proof {
        max-width: 420px;
        grid-template-columns: repeat(3, 1fr);
    }

    .bb-proof div,
    .bb-proof div:first-child,
    .bb-proof div:last-child {
        padding: 0 12px;
        border-right: 1px solid var(--bb-line);
        border-bottom: 0;
    }

    .bb-proof div:first-child {
        padding-left: 0;
    }

    .bb-proof div:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .bb-form-shell {
        margin-top: 20px;
    }

    .bb-footer {
        min-height: 64px;
    }
}

@media (max-width: 560px) {
    .bb-nav,
    .bb-stage,
    .bb-footer {
        width: calc(100% - 26px);
    }

    .bb-brand {
        width: 155px;
    }

    .bb-brand > span {
        right: -11px;
        font-size: 8px;
    }

    .bb-nav__login a {
        font-size: 10px;
    }

    .bb-intro {
        min-height: 0;
        padding-top: 58px;
    }

    .bb-intro h1 {
        margin-top: 17px;
        font-size: clamp(43px, 13.5vw, 62px);
    }

    .bb-intro__lead {
        font-size: 15px;
    }

    .bb-proof {
        margin-top: 30px;
        grid-template-columns: repeat(3, 1fr);
    }

    .bb-proof div,
    .bb-proof div:first-child,
    .bb-proof div:last-child {
        padding: 0 10px;
        border-right: 1px solid var(--bb-line);
        border-bottom: 0;
    }

    .bb-proof div:first-child {
        padding-left: 0;
    }

    .bb-proof div:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .bb-proof strong {
        font-size: 11px;
    }

    .bb-proof span {
        font-size: 9px;
    }

    .bb-scroll-cue {
        display: none;
    }

    .bb-form-shell {
        padding: 27px 18px 24px;
    }

    .bb-form-head h2 {
        font-size: 29px;
    }

    .bb-signup-form #row-name-0 .am-element.group {
        grid-template-columns: 1fr;
    }

    .bb-signup-form #row-product_id_page-0-0 .am-element > label {
        grid-template-columns: 1fr;
        padding-right: 12px;
    }

    .bb-signup-form .am-product-title {
        white-space: normal;
    }

    .bb-signup-form .am-product-terms {
        text-align: left;
    }

    .bb-form-foot {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
    }

    .bb-footer {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bb-loader-track i,
    .bb-spotlight,
    .bb-scroll-cue i::after,
    .bb-bill {
        animation: none !important;
    }

    .bb-club__backdrop,
    .bb-signup-form *,
    .bb-nav__login a {
        transition: none !important;
    }

    .bb-bill {
        display: none;
    }
}
