/*
 * MyExoticDate Belloo-style homepage.
 * All rules are scoped to the homepage shell; #modal-auth is outside this
 * shell and intentionally receives none of these styles.
 */

html.webKit {
    min-height: 100% !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-color: #7b142b #050506;
    scrollbar-width: thin;
}

html.webKit::-webkit-scrollbar {
    width: 10px;
}

html.webKit::-webkit-scrollbar-track {
    background: #050506;
}

html.webKit::-webkit-scrollbar-thumb {
    border: 2px solid #050506;
    border-radius: 999px;
    background: linear-gradient(180deg, #9b1936, #571020);
}

html.webKit::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #c32346, #74142a);
}

body.yd-bello-page {
    margin: 0;
    min-height: 100%;
    height: auto !important;
    position: static !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    background: #050506;
    color: #fff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.yd-bello-page .wrapper,
body.yd-bello-page .main-container {
    position: relative !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.yd-bello-home-shell {
    --bello-accent: #e6253b;
    --bello-accent-bright: #ff4d5f;
    --bello-bg: #050506;
    --bello-panel: #100e12;
    --bello-muted: #a0a0a8;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: visible;
    background: var(--bello-bg);
    color: #fff;
}

.yd-bello-home-shell *,
.yd-bello-home-shell *::before,
.yd-bello-home-shell *::after {
    box-sizing: border-box;
}

.yd-bello-home-shell .center {
    width: min(calc(100% - 48px), 1280px);
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.yd-bello-home-shell .accent-color-text {
    color: var(--bello-accent-bright);
}

/* Header */
.yd-bello-home-shell .header {
    position: sticky;
    top: 0;
    z-index: 1040;
    min-height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(5, 5, 6, .92) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.yd-bello-home-shell .header > .center {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 30px;
}

.yd-bello-home-shell .header .logo {
    width: 150px;
    height: auto;
    margin: 0;
    object-fit: contain;
}

.yd-bello-home-shell .yd-home-nav {
    display: flex;
    align-items: center;
    gap: 31px;
    margin-left: 36px;
}

.yd-bello-home-shell .yd-home-nav a {
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

@keyframes yd-discover-nav-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.yd-bello-home-shell .yd-home-nav .yd-home-nav__discover {
    display: inline-block;
    background: linear-gradient(90deg, #36a8ff, #7475ff, #ff4eaa, #36a8ff);
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    letter-spacing: .01em;
    animation: yd-discover-nav-gradient 4s ease infinite;
}

.yd-bello-home-shell .yd-home-nav a:hover,
.yd-bello-home-shell .yd-home-nav a:focus {
    filter: brightness(1.25);
}

.yd-bello-home-shell .myButtons {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.yd-bello-home-shell .myButtons .d-flex {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.yd-bello-home-shell .myButtons .myA,
.yd-bello-home-shell .yd-header-signup {
    text-decoration: none !important;
}

.yd-bello-home-shell .myButtons .login-link,
.yd-bello-home-shell .yd-header-signup {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 11px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.yd-bello-home-shell .yd-header-signup {
    border-color: var(--bello-accent);
    background: linear-gradient(135deg, #f13d50, #bd142b);
    box-shadow: 0 10px 28px rgba(220, 31, 54, .28);
}

/* Belloo-style creator collage hero with the real YouDate form floating above. */
.yd-bello-home-shell .main-section {
    position: relative;
    display: block;
    min-height: 790px;
    overflow: hidden;
    background: #050506;
    isolation: isolate;
}

.yd-bello-home-shell .main-section::before,
.yd-bello-home-shell .main-section::after {
    position: absolute;
    inset: 0;
    z-index: 1 !important;
    pointer-events: none !important;
}

.yd-bello-home-shell .main-section::before {
    background:
        linear-gradient(90deg, #050506 0, transparent 13%, transparent 87%, #050506 100%),
        linear-gradient(180deg, rgba(5, 5, 6, .08) 0, rgba(5, 5, 6, .08) 55%, #050506 100%);
    content: "";
}

.yd-bello-home-shell .yd-creator-wall {
    position: absolute;
    inset: 0;
    z-index: 10 !important;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    pointer-events: auto !important;
}

.yd-bello-home-shell .yd-creator-wall::before,
.yd-bello-home-shell .yd-creator-wall::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: clamp(70px, 11vw, 220px);
    content: "";
    pointer-events: none;
}

.yd-bello-home-shell .yd-creator-wall::before {
    left: 0;
    background: linear-gradient(90deg, #050506, transparent);
}

.yd-bello-home-shell .yd-creator-wall::after {
    right: 0;
    background: linear-gradient(270deg, #050506, transparent);
}

.yd-bello-home-shell .yd-creator-wall__grid {
    position: relative;
    z-index: 11;
    display: grid;
    width: 1222px;
    grid-template-columns: repeat(7, 154px);
    grid-template-rows: repeat(3, 166px);
    grid-auto-flow: row;
    gap: 24px;
    margin: 0 auto;
    transform: translateX(-115px);
}

.yd-bello-home-shell .yd-creator-card {
    position: relative;
    z-index: 12;
    display: block;
    width: 154px;
    height: 166px;
    overflow: hidden;
    border-radius: 30px;
    background: #29292f;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .34);
    color: #fff;
    cursor: pointer !important;
    pointer-events: auto !important;
    text-decoration: none;
    transform: translateZ(0);
    transition: transform .24s ease, box-shadow .24s ease;
}

/* Belloo stagger: columns 2, 4 and 6 are lifted in every row. */
.yd-bello-home-shell .yd-creator-card:nth-child(7n + 2),
.yd-bello-home-shell .yd-creator-card:nth-child(7n + 4),
.yd-bello-home-shell .yd-creator-card:nth-child(7n + 6) {
    transform: translateY(-22px);
}

.yd-bello-home-shell .yd-creator-card:hover,
.yd-bello-home-shell .yd-creator-card:focus-visible {
    box-shadow: 0 19px 42px rgba(0, 0, 0, .5);
    outline: 2px solid rgba(226, 40, 67, .72);
    outline-offset: 2px;
}

.yd-bello-home-shell .yd-creator-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.yd-bello-home-shell .yd-creator-card:hover img {
    transform: scale(1.08);
}

.yd-bello-home-shell .yd-creator-card__shade {
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
    pointer-events: none;
}

.yd-bello-home-shell .yd-creator-card__identity {
    position: absolute;
    right: 11px;
    bottom: 12px;
    left: 11px;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
}

.yd-bello-home-shell .yd-creator-card__username {
    min-width: 0;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-shadow: 0 2px 8px #000;
    white-space: nowrap;
}

.yd-bello-home-shell .yd-creator-card__badges {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
}

.yd-bello-home-shell .yd-creator-badge {
    display: inline-flex;
    width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .42);
}

.yd-bello-home-shell .yd-creator-badge--verified {
    background: #1d8eff;
}

.yd-bello-home-shell .yd-creator-badge--premium {
    background: linear-gradient(135deg, #f8d86b, #c98b16);
    color: #332200;
}

.yd-bello-home-shell .main-section > .center {
    position: relative;
    z-index: 20 !important;
    display: flex;
    min-height: 790px;
    align-items: center;
    justify-content: flex-end;
    padding: 58px 0 105px;
    pointer-events: none !important;
}

.yd-bello-home-shell .main-section .center > br,
.yd-bello-home-shell #regButton,
.yd-bello-home-shell .main-section .slogan-block {
    display: none !important;
}

.yd-bello-home-shell #regForm {
    position: relative;
    z-index: 21;
    display: block !important;
    width: min(100%, 408px);
    max-width: 408px;
    margin: 0 0 0 auto;
    overflow: visible;
    border: 2px solid transparent;
    border-radius: 44px;
    background:
        linear-gradient(201deg, rgba(0, 0, 0, .94) 5%, rgba(2, 2, 2, .985) 97%) padding-box,
        linear-gradient(45deg, #000 0%, #080205 24%, #e32843 57%, #731126 82%, #3d0715 100%) border-box;
    box-shadow:
        0 0 80px #000,
        0 0 80px rgba(0, 0, 0, .75),
        18px -18px 55px rgba(116, 17, 39, .18);
    color: #fff;
    pointer-events: auto !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.yd-bello-home-shell #regForm::before {
    display: none;
}

@keyframes yd-signup-form-bounce {
    0%, 100% { transform: translateY(0) scale(1); }
    22% { transform: translateY(-13px) scale(1.012); }
    42% { transform: translateY(0) scale(1); }
    62% { transform: translateY(-7px) scale(1.006); }
    80% { transform: translateY(0) scale(1); }
}

.yd-bello-home-shell #regForm.yd-signup-bounce {
    animation: yd-signup-form-bounce .82s cubic-bezier(.22, .78, .32, 1);
}

.yd-bello-home-shell #regForm .reg-form-title {
    padding: 31px 24px 0;
    text-align: center;
}

.yd-bello-home-shell #regForm .reg-form-title p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.3;
}

.yd-bello-home-shell #regForm .title_highlight {
    color: #fff;
}

.yd-bello-home-shell #regForm .steps {
    padding: 24px 24px 34px;
    border: 0;
    background: transparent;
}

.yd-bello-home-shell #regForm .select-group-title,
.yd-bello-home-shell #regForm .control-label,
.yd-bello-home-shell #regForm label {
    color: #e4e4e8;
    font-size: 13px;
    font-weight: 650;
}

.yd-bello-home-shell #regForm .select-group-sex {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.yd-bello-home-shell #regForm .select-group-sex .btn-sex {
    min-width: 0;
    min-height: 42px;
    margin: 0 !important;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    background: rgba(255, 255, 255, .055);
    color: #ededf1;
    font-size: 13px;
    font-weight: 700;
    box-shadow: none;
}

.yd-bello-home-shell #regForm .select-group-sex .btn-sex:hover,
.yd-bello-home-shell #regForm .select-group-sex .btn-sex.active {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .13);
    color: #fff;
}

.yd-bello-home-shell #regForm .dm-dob-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.yd-bello-home-shell #regForm .dm-dob-row > .dm-dob-col {
    min-width: 0;
}

.yd-bello-home-shell #regForm .form-control,
.yd-bello-home-shell #regForm .selectize-input,
.yd-bello-home-shell #regForm input[type="text"],
.yd-bello-home-shell #regForm input[type="email"],
.yd-bello-home-shell #regForm input[type="password"],
.yd-bello-home-shell #regForm select {
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, .13) !important;
    border-radius: 10px !important;
    background: #151519 !important;
    color: #fff !important;
    font-size: 13px;
    box-shadow: none !important;
}

.yd-bello-home-shell #regForm select option {
    background: #151519;
    color: #fff;
}

.yd-bello-home-shell #regForm .form-control:focus,
.yd-bello-home-shell #regForm .selectize-input.focus {
    border-color: rgba(255, 255, 255, .45) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .08) !important;
}

.yd-bello-home-shell #regForm .btn-continue,
.yd-bello-home-shell #regForm .btn-primary,
.yd-bello-home-shell #regForm button[type="submit"] {
    min-height: 43px;
    border: 0 !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #f13d50, #bd142b) !important;
    color: #fff !important;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(220, 31, 54, .25);
}

.yd-bello-home-shell #regForm .btn-continue:disabled,
.yd-bello-home-shell #regForm .btn-disabled {
    background: #4a4a50 !important;
    box-shadow: none;
    opacity: .65;
}

.yd-bello-home-shell #regForm .btn-back {
    min-height: 43px;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 11px !important;
    background: rgba(255, 255, 255, .06) !important;
    color: #fff !important;
}

.yd-bello-home-shell #regForm .help-block,
.yd-bello-home-shell #regForm .invalid-feedback {
    color: #ff7584;
    font-size: 12px;
}

.yd-bello-home-shell #regForm .terms,
.yd-bello-home-shell #regForm .text-muted {
    color: #919198 !important;
}

.yd-bello-home-shell #regForm .terms a {
    color: #ff7483;
}

.yd-bello-home-shell #regForm .landing-page-social-auth {
    margin-top: 12px;
}

.yd-bello-home-shell #regForm .yd-social-auth-heading {
    color: #909096;
    font-weight: 500;
}

/* Shared Belloo-style section layout */
.yd-bello-home-shell .landing-ability {
    position: relative;
}

.yd-bello-home-shell .landing-ability__content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yd-bello-home-shell .landing-ability__description,
.yd-bello-home-shell .landing-ability__content {
    flex: 1 1 50%;
    min-width: 0;
}

.yd-bello-home-shell .landing-ability__description {
    margin-right: 44px;
}

.yd-bello-home-shell .landing-ability__content {
    position: relative;
}

.yd-bello-home-shell .landing-ability__suptitle {
    margin-bottom: 20px;
    color: #707078;
    font-size: 22px;
    line-height: 1.2;
}

.yd-bello-home-shell .landing-ability__title,
.yd-bello-home-shell .bWz__title {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.yd-bello-home-shell .landing-ability__subtitle {
    max-width: 560px;
    margin-bottom: 28px;
    color: #b8b8bf;
    font-size: 16px;
    line-height: 1.75;
}

/* Layered message section */
.yd-bello-home-shell .yd-message-chat-section {
    padding: 130px 0 120px;
    background:
        radial-gradient(circle at 20% 46%, rgba(188, 24, 44, .17), transparent 32rem),
        #050506;
}

.yd-bello-home-shell .yd-chat-intro {
    max-width: 980px;
    margin-bottom: 105px;
    text-align: center;
}

.yd-bello-home-shell .yd-chat-intro h2 {
    max-width: 920px;
    margin: 0 auto 22px;
    color: #fff;
    font-size: clamp(34px, 4.4vw, 58px);
    font-weight: 790;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.yd-bello-home-shell .yd-chat-intro p {
    max-width: 760px;
    margin: 0 auto;
    color: #b8b8bf;
    font-size: 17px;
    line-height: 1.7;
}

.yd-bello-home-shell .yd-message-chat-section .landing-ability__description {
    flex: 1.18;
}

.yd-bello-home-shell .yd-message-chat-section .landing-ability__content {
    flex: .82;
}

.yd-bello-home-shell .login-messages {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.yd-bello-home-shell .login-message-wrapper:not(:last-child) {
    margin-bottom: 15px;
}

.yd-bello-home-shell .login-message-wrapper--spaced {
    margin-top: 30px;
}

.yd-bello-home-shell .login-message {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 20px;
    border: 1px solid rgba(255, 77, 95, .09);
    border-radius: 30px;
    background: #100202;
    box-shadow: 0 0 170px rgba(173, 28, 28, .55);
}

.yd-bello-home-shell .login-message__dynamic {
    min-width: 424px;
    padding-right: 74px;
}

.yd-bello-home-shell .login-message__small {
    padding: 25px 49px;
}

.yd-bello-home-shell .login-message__small-margin {
    margin-left: 1.4vw;
}

.yd-bello-home-shell .login-message__medium-margin {
    margin-left: 90px;
}

.yd-bello-home-shell .login-message__huge-margin {
    margin-left: 350px;
}

.yd-bello-home-shell .login-message__avatar {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    margin-right: 20px;
    border-radius: 22px;
    object-fit: cover;
}

.yd-bello-home-shell .login-message__text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.yd-bello-home-shell .login-message__inline-emoji {
    display: block;
    width: 43px;
    height: 43px;
    margin-left: 12px;
    object-fit: contain;
}

.yd-bello-home-shell .login-message__absolute-emoji {
    position: absolute;
    top: -33px;
    right: 30px;
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.yd-bello-home-shell .bWz__content {
    text-align: center;
}

.yd-bello-home-shell .bWz__title {
    font-size: clamp(36px, 4vw, 52px);
}

.yd-bello-home-shell .bWz__content .landing-ability__subtitle {
    margin-right: auto;
    margin-left: auto;
}

.yd-bello-home-shell .bWz__footer {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.yd-bello-home-shell .yd-bello-action,
.yd-bello-home-shell .yd-mobile-cta {
    position: relative;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 23px;
    border: 3px solid #d72542;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 10px 28px rgba(220, 31, 54, .13), inset 0 0 0 1px rgba(116, 17, 39, .45);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.yd-bello-home-shell .yd-bello-action:hover,
.yd-bello-home-shell .yd-bello-action:focus,
.yd-bello-home-shell .yd-mobile-cta:hover,
.yd-bello-home-shell .yd-mobile-cta:focus {
    border-color: #f23b5b;
    background: rgba(215, 37, 66, .09);
    box-shadow: 0 13px 34px rgba(220, 31, 54, .22), inset 0 0 0 1px rgba(116, 17, 39, .58);
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.yd-bello-home-shell .yd-action-icon {
    display: block;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}

.yd-bello-home-shell .yd-action-icon--fire {
    fill: currentColor;
    color: #ff304f;
    filter: drop-shadow(0 0 7px rgba(255, 48, 79, .48));
}

/* Three benefits, intentionally spacious like the reference. */
.yd-bello-home-shell .yd-bello-benefits-section {
    padding: 40px 0 148px;
}

.yd-bello-home-shell .landing-benefits {
    display: flex;
    justify-content: space-between;
    gap: 8%;
    margin: 0 auto;
}

.yd-bello-home-shell .landing-benefit {
    width: 28%;
}

.yd-bello-home-shell .landing-benefit__icon-wrapper {
    display: inline-flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(241, 16, 16, .2);
    border-radius: 24px;
    background: rgba(230, 37, 59, .05);
    color: #ff4d5f;
    font-size: 29px;
}

.yd-bello-home-shell .landing-benefit__title {
    margin: 24px 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.yd-bello-home-shell .landing-benefit__subtitle {
    margin: 20px 0 0;
    color: #c0c0c6;
    font-size: 16px;
    line-height: 1.55;
    opacity: .8;
}

/* Mobile showcase */
.yd-bello-home-shell .yd-mobile-section {
    min-height: 710px;
    overflow: hidden;
    background: #050506;
}

.yd-bello-home-shell .yd-mobile-section .landing-ability__content-wrapper {
    min-height: 710px;
}

.yd-bello-home-shell .yd-mobile-section .landing-ability__description {
    padding-bottom: 95px;
}

.yd-bello-home-shell .landing-abilities__mobile-screen {
    position: relative;
    height: 655px;
    background: url('/content/themes/youdate/static/images/home-bello/mobile-dev.png') center / contain no-repeat;
}

.yd-bello-home-shell .landing-abilities__mobile-screen::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 245px;
    background: linear-gradient(180deg, rgba(5, 5, 6, 0) 0, rgba(5, 5, 6, .84) 38%, #050506 70%, #050506 100%);
    content: "";
    pointer-events: none;
}

/* Belloo-style multi-column footer */
.yd-bello-home-shell .yd-bello-footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #09090c;
}

.yd-bello-home-shell .yd-bello-footer__content {
    display: grid;
    grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(145px, .72fr));
    gap: 56px;
    padding-top: 70px;
    padding-bottom: 72px;
}

.yd-bello-home-shell .yd-bello-footer__brand img {
    width: 158px;
    height: auto;
    object-fit: contain;
}

.yd-bello-home-shell .yd-bello-footer__brand p {
    max-width: 430px;
    margin: 22px 0 19px;
    color: #92929c;
    font-size: 14px;
    line-height: 1.7;
}

.yd-bello-home-shell .yd-bello-footer__brand small {
    color: #707078;
    font-size: 12px;
}

.yd-bello-home-shell .yd-bello-footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.yd-bello-home-shell .yd-bello-footer__column h3 {
    margin: 2px 0 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 750;
}

.yd-bello-home-shell .yd-bello-footer__column a,
.yd-bello-home-shell .yd-bello-footer__column p {
    margin: 0;
    color: #92929c;
    font-size: 13px;
    line-height: 1.55;
    text-decoration: none;
}

.yd-bello-home-shell .yd-bello-footer__column a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 1279px) {
    .yd-bello-home-shell .login-message__huge-margin,
    .yd-bello-home-shell .login-message__medium-margin,
    .yd-bello-home-shell .login-message__small-margin {
        margin-left: 0;
    }

    .yd-bello-home-shell .login-message__text {
        font-size: 19px;
    }

    .yd-bello-home-shell .login-message__dynamic {
        min-width: 320px;
    }

    .yd-bello-home-shell .login-message__avatar {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        margin-right: 13px;
        border-radius: 15px;
    }

    .yd-bello-home-shell .login-message__absolute-emoji {
        top: -22px;
        right: 14px;
        width: 44px;
        height: 44px;
    }

    .yd-bello-home-shell .login-message__inline-emoji {
        width: 29px;
        height: 29px;
        margin-left: 8px;
    }
}

@media (max-width: 1023px) {
    .yd-bello-home-shell .yd-home-nav {
        display: none;
    }

    .yd-bello-home-shell .yd-creator-wall__grid {
        width: 1122px;
        grid-template-columns: repeat(7, 138px);
        grid-template-rows: repeat(3, 152px);
        gap: 24px 26px;
        transform: translateX(-220px);
    }

    .yd-bello-home-shell .yd-creator-card {
        width: 138px;
        height: 152px;
        border-radius: 24px;
    }

    .yd-bello-home-shell .yd-creator-card:nth-child(7n + 2),
    .yd-bello-home-shell .yd-creator-card:nth-child(7n + 4),
    .yd-bello-home-shell .yd-creator-card:nth-child(7n + 6) {
        transform: translateY(-18px);
    }

    .yd-bello-home-shell .yd-message-chat-section {
        padding-top: 115px;
    }

    .yd-bello-home-shell .yd-message-chat-section .landing-ability__description {
        flex: 1;
    }

    .yd-bello-home-shell .yd-message-chat-section .landing-ability__content {
        flex: 1;
    }

    .yd-bello-home-shell .login-messages {
        margin-right: 20px;
    }

    .yd-bello-home-shell .yd-bello-footer__content {
        grid-template-columns: 1.4fr repeat(2, .7fr);
    }

    .yd-bello-home-shell .yd-bello-footer__column:last-child {
        grid-column: 2 / -1;
    }
}

@media (max-width: 767px) {
    .yd-bello-home-shell .center {
        width: min(calc(100% - 28px), 680px);
    }

    .yd-bello-home-shell .header,
    .yd-bello-home-shell .header > .center {
        min-height: 64px;
    }

    .yd-bello-home-shell .header .logo {
        width: 132px;
    }

    .yd-bello-home-shell .yd-header-signup {
        display: none;
    }

    .yd-bello-home-shell .myButtons .login-link {
        min-height: 38px;
        padding: 7px 14px;
    }

    .yd-bello-home-shell .main-section {
        min-height: 720px;
        background: #050506;
    }

    .yd-bello-home-shell .yd-creator-wall {
        inset: 0 0 auto;
        height: 470px;
        padding-top: 28px;
        padding-bottom: 28px;
        opacity: .82;
    }

    .yd-bello-home-shell .yd-creator-wall__grid {
        width: 900px;
        grid-template-columns: repeat(7, 112px);
        grid-template-rows: repeat(3, 126px);
        gap: 18px;
        margin-top: 0;
        transform: translateX(-155px);
    }

    .yd-bello-home-shell .yd-creator-card {
        width: 112px;
        height: 126px;
        border-radius: 20px;
    }

    .yd-bello-home-shell .yd-creator-card:nth-child(7n + 2),
    .yd-bello-home-shell .yd-creator-card:nth-child(7n + 4),
    .yd-bello-home-shell .yd-creator-card:nth-child(7n + 6) {
        transform: translateY(-12px);
    }

    .yd-bello-home-shell .yd-creator-card__identity {
        right: 7px;
        bottom: 8px;
        left: 7px;
        gap: 3px;
    }

    .yd-bello-home-shell .yd-creator-card__username {
        font-size: 10px;
    }

    .yd-bello-home-shell .yd-creator-badge {
        width: 14px;
        height: 14px;
        font-size: 8px;
    }

    .yd-bello-home-shell .main-section > .center {
        min-height: 720px;
        align-items: flex-start;
        justify-content: center;
        padding-top: 235px;
        padding-bottom: 55px;
    }

    .yd-bello-home-shell #regForm {
        width: min(100%, 390px);
        margin-right: auto;
        margin-left: auto;
        border-radius: 31px;
    }

    .yd-bello-home-shell #regForm::before {
        border-radius: 33px;
    }

    .yd-bello-home-shell .landing-ability__content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .yd-bello-home-shell .landing-ability__description {
        width: 100%;
        margin: 0;
    }

    .yd-bello-home-shell .landing-ability__content {
        width: 100%;
    }

    .yd-bello-home-shell .yd-message-chat-section {
        padding: 100px 0 80px;
    }

    .yd-bello-home-shell .yd-chat-intro {
        margin-bottom: 68px;
    }

    .yd-bello-home-shell .yd-chat-intro h2 {
        font-size: clamp(31px, 9vw, 42px);
    }

    .yd-bello-home-shell .yd-chat-intro p {
        font-size: 15px;
        line-height: 1.65;
    }

    .yd-bello-home-shell .yd-message-chat-section .landing-ability__content-wrapper {
        gap: 58px;
    }

    .yd-bello-home-shell .login-messages {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .yd-bello-home-shell .login-message {
        max-width: 100%;
    }

    .yd-bello-home-shell .login-message-wrapper--answer {
        display: flex;
        justify-content: flex-end;
    }

    .yd-bello-home-shell .bWz__title {
        font-size: 36px;
    }

    .yd-bello-home-shell .yd-bello-benefits-section {
        padding: 35px 0 95px;
    }

    .yd-bello-home-shell .landing-benefits {
        flex-direction: column;
        gap: 42px;
    }

    .yd-bello-home-shell .landing-benefit {
        width: 100%;
        text-align: center;
    }

    .yd-bello-home-shell .yd-mobile-section,
    .yd-bello-home-shell .yd-mobile-section .landing-ability__content-wrapper {
        min-height: 0;
    }

    .yd-bello-home-shell .yd-mobile-section .landing-ability__content-wrapper {
        gap: 25px;
        padding-top: 70px;
    }

    .yd-bello-home-shell .yd-mobile-section .landing-ability__description {
        padding-bottom: 0;
        text-align: center;
    }

    .yd-bello-home-shell .landing-ability__title {
        font-size: 38px;
    }

    .yd-bello-home-shell .landing-ability__subtitle {
        margin-right: auto;
        margin-left: auto;
    }

    .yd-bello-home-shell .landing-abilities__mobile-screen {
        width: 100%;
        height: 500px;
        margin-top: 20px;
    }

    .yd-bello-home-shell .landing-abilities__mobile-screen::after {
        height: 180px;
    }

    .yd-bello-home-shell .yd-bello-footer__content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 28px;
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .yd-bello-home-shell .yd-bello-footer__brand {
        grid-column: 1 / -1;
    }

    .yd-bello-home-shell .yd-bello-footer__column:last-child {
        grid-column: auto;
    }
}

@media (max-width: 479px) {
    .yd-bello-home-shell .center {
        width: min(calc(100% - 20px), 680px);
    }

    .yd-bello-home-shell #regForm .reg-form-title {
        padding: 25px 18px 0;
    }

    .yd-bello-home-shell #regForm .steps {
        padding: 20px 18px 27px;
    }

    .yd-bello-home-shell #regForm .dm-dob-row {
        gap: 5px;
    }

    .yd-bello-home-shell #regForm .form-control,
    .yd-bello-home-shell #regForm select {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 12px;
    }

    .yd-bello-home-shell .login-message__dynamic {
        min-width: 0;
        width: 100%;
        padding-right: 54px;
    }

    .yd-bello-home-shell .login-message__small {
        padding: 18px 28px;
    }

    .yd-bello-home-shell .login-message__text {
        font-size: 16px;
    }

    .yd-bello-home-shell .login-message__avatar {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        margin-right: 11px;
        border-radius: 13px;
    }

    .yd-bello-home-shell .login-message__absolute-emoji {
        top: -20px;
        width: 39px;
        height: 39px;
    }

    .yd-bello-home-shell .login-message__inline-emoji {
        width: 25px;
        height: 25px;
    }

    .yd-bello-home-shell .bWz__title,
    .yd-bello-home-shell .landing-ability__title {
        font-size: 32px;
    }

    .yd-bello-home-shell .landing-abilities__mobile-screen {
        height: 420px;
    }

    .yd-bello-home-shell .mobile-hide {
        display: none;
    }

    .yd-bello-home-shell .yd-bello-footer__content {
        grid-template-columns: 1fr;
    }

    .yd-bello-home-shell .yd-bello-footer__brand,
    .yd-bello-home-shell .yd-bello-footer__column:last-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yd-bello-home-shell *,
    .yd-bello-home-shell *::before,
    .yd-bello-home-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
