:root {
    --unlock-yellow: #fbb900;
    --unlock-yellow-strong: #ffc61a;
    --unlock-yellow-soft: #fff4ca;
    --unlock-shell: #f7f3e8;
    --unlock-shell-2: #f4efe2;
    --unlock-ink: #151515;
    --unlock-muted: #5f5a4f;
    --unlock-line: rgba(116, 92, 24, 0.14);
    --unlock-line-strong: rgba(116, 92, 24, 0.24);
    --unlock-dark: #131313;
    --unlock-dark-2: #1d1b18;
    --unlock-error: #dc3545;
    --unlock-success-shadow: 0 24px 70px rgba(251, 185, 0, 0.14);
    --unlock-card-shadow: 0 20px 60px rgba(33, 25, 8, 0.08);
}

#preloader {
    display: none !important;
}

html,
body,
body .main-content,
body .page-content,
body .container-fluid,
body #layout-wrapper {
    background:
        radial-gradient(circle at 14% 14%, rgba(251, 185, 0, 0.16), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(251, 185, 0, 0.18), transparent 18%),
        linear-gradient(180deg, var(--unlock-shell) 0%, var(--unlock-shell-2) 100%) !important;
}

body .page-title-box,
body .container-fluid > .row:first-child,
body .container-fluid > hr,
body .container-fluid > .clearfix.mb5 {
    display: none !important;
}

body .main-content {
    margin-left: 0 !important;
}

body .page-content {
    padding: 0 !important;
}

body .container-fluid {
    max-width: none !important;
    padding: 0 !important;
}

.unlock-landing-shell {
    min-height: 100vh;
    padding: 20px 28px 26px;
    color: var(--unlock-ink);
}

.unlock-landing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 4px 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(84, 67, 14, 0.08);
}

.unlock-landing-brand-logo {
    display: block;
    width: min(260px, 48vw);
    height: auto;
}

.unlock-landing-header__toggle {
    display: none;
}

.unlock-landing-header__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.unlock-landing-header__nav a {
    color: var(--unlock-ink);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.unlock-landing-header__nav a:hover,
.unlock-landing-header__nav a:focus {
    color: #8a6500;
}

.unlock-landing-main {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(460px, 0.94fr);
    gap: 20px;
    align-items: start;
}

.unlock-hero-card,
.unlock-form-card {
    border-radius: 34px;
    box-shadow: var(--unlock-card-shadow);
}

.unlock-hero-card {
    min-width: 0;
    padding: 34px 34px 28px;
    background:
        radial-gradient(circle at 76% 20%, rgba(251, 185, 0, 0.22), transparent 22%),
        radial-gradient(circle at 56% 26%, rgba(251, 185, 0, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 238, 0.94));
    border: 1px solid rgba(251, 185, 0, 0.2);
}

.unlock-hero-card > * {
    max-width: min(100%, 46rem);
}

.unlock-hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(251, 185, 0, 0.38);
    background: rgba(255, 243, 196, 0.92);
    color: #34270d;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.unlock-hero-eyebrow {
    margin-bottom: 14px;
    font-size: 0.88rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(21, 21, 21, 0.68);
    font-weight: 700;
}

.unlock-hero-title {
    margin: 0 0 18px;
    max-width: 18.5ch;
    font-size: clamp(3rem, 5.4vw, 5.6rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
    font-weight: 900;
    color: #0f0f0f;
}

.unlock-hero-body {
    max-width: 66rem;
    margin: 0 0 22px;
    color: rgba(21, 21, 21, 0.78);
    font-size: 1.08rem;
    line-height: 1.65;
}

.unlock-hero-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.unlock-hero-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.7);
    color: #2c2b28;
    font-weight: 600;
}


.unlock-form-card {
    min-width: 0;
    padding: 28px 24px 22px;
    background: linear-gradient(180deg, #141414 0%, #101010 100%);
    color: #ffffff;
    border: 1px solid rgba(251, 185, 0, 0.12);
}

.unlock-form-card__eyebrow {
    color: var(--unlock-yellow);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.84rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.unlock-form-card__title {
    margin: 0 0 8px;
    color: #ffffff;
    font-weight: 900;
    font-size: clamp(2.3rem, 5vw, 3.8rem);
    line-height: 0.96;
}

.unlock-form-card__intro {
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 18px;
    line-height: 1.6;
}

.unlock-form-error-summary {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(220, 53, 69, 0.36);
    background: rgba(220, 53, 69, 0.12);
    color: #fff1f3;
}

.unlock-form-error-summary__copy {
    font-size: 0.92rem;
    opacity: 0.9;
    margin-top: 4px;
}

.unlock-contact-legend {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(251, 185, 0, 0.2);
    background: rgba(255, 249, 233, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.unlock-contact-legend.has-error {
    border-color: rgba(220, 53, 69, 0.9);
    box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.12);
}

.unlock-contact-legend__copy {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.5;
}

.unlock-client-error--inline {
    margin-top: 10px;
}

.unlock-form-group {
    margin-bottom: 4px;
}

.unlock-form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.88);
}

.unlock-form-helper {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.unlock-form-card .form-control,
.unlock-form-card .form-select,
.unlock-form-card input[type="text"],
.unlock-form-card input[type="email"],
.unlock-form-card input[type="date"],
.unlock-form-card input[type="tel"] {
    min-height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(251, 185, 0, 0.12);
    background: rgba(255, 249, 233, 0.12);
    color: #ffffff;
    font-size: 16px;
    box-shadow: none;
}

.unlock-form-card .form-control:focus,
.unlock-form-card .form-select:focus,
.unlock-form-card input[type="text"]:focus,
.unlock-form-card input[type="email"]:focus,
.unlock-form-card input[type="date"]:focus,
.unlock-form-card input[type="tel"]:focus {
    border-color: rgba(255, 198, 26, 0.72);
    box-shadow: 0 0 0 0.18rem rgba(255, 198, 26, 0.16);
    background: rgba(255, 249, 233, 0.16);
    color: #ffffff;
}

.unlock-form-card input::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

.unlock-form-card .datepicker-dropdown {
    border-radius: 18px;
}

.unlock-form-card .datepicker table tr td,
.unlock-form-card .datepicker table tr th {
    border-radius: 10px;
}

.unlock-form-group.has-error .form-control,
.unlock-form-group.has-error .form-select,
.unlock-form-group.has-error input,
.unlock-form-card .form-control.is-invalid,
.unlock-form-card .form-select.is-invalid,
.unlock-form-card input.is-invalid {
    border-color: rgba(220, 53, 69, 0.9) !important;
    box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.16) !important;
}

.unlock-form-group-district {
    border-radius: 24px;
    background: rgba(255, 248, 233, 0.96);
    padding: 18px;
    border: 1px solid rgba(251, 185, 0, 0.18);
    color: #111111;
}

.unlock-form-group-district .unlock-form-label {
    color: #111111;
}

.unlock-form-group-district .unlock-form-helper {
    color: #6f6652;
}

.unlock-form-group-district.has-error {
    border-color: rgba(220, 53, 69, 0.9);
    box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.12);
}

.unlock-district-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-height: 320px;
    overflow: auto;
    padding-right: 2px;
}

.unlock-district-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 18px;
    border: 1px solid #e6dcc0;
    background: #fffdf7;
    cursor: pointer;
    transition: all .18s ease;
    overflow: hidden;
}

.unlock-district-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.unlock-district-option__label {
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    color: #151515;
    line-height: 1.3;
    font-size: 0.94rem;
}

.unlock-district-option.is-selected,
.unlock-district-option:has(input:checked) {
    background: linear-gradient(180deg, #ffd85f 0%, #ffc61a 100%);
    border-color: #f0b400;
    box-shadow: 0 12px 24px rgba(255, 196, 0, 0.22);
}

.unlock-district-selection-pill {
    margin-top: 12px;
    color: #6b7280;
    font-size: 0.92rem;
}

.unlock-consent-row {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.unlock-consent-row .form-check-label {
    color: rgba(255, 255, 255, 0.86);
}

.unlock-consent-row.has-error .form-check-input,
.unlock-consent-row .form-check-input.is-invalid {
    border-color: rgba(220, 53, 69, 0.9);
    box-shadow: 0 0 0 0.14rem rgba(220, 53, 69, 0.14);
}

.unlock-privacy-link {
    color: var(--unlock-yellow);
    font-weight: 800;
    text-decoration: none;
}

.unlock-privacy-link:hover {
    color: #ffd24f;
}

.unlock-submit-btn {
    margin-top: 18px;
    min-height: 56px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd450 0%, #fbb900 100%);
    color: #111111;
    font-weight: 900;
    letter-spacing: 0.03em;
    box-shadow: var(--unlock-success-shadow);
}

.unlock-submit-btn:hover,
.unlock-submit-btn:focus {
    color: #111111;
    background: linear-gradient(135deg, #ffdc6b 0%, #fbb900 100%);
}

.unlock-submit-btn:disabled {
    background: #8a867d;
    box-shadow: none;
    color: rgba(255, 255, 255, .82);
    cursor: not-allowed;
    opacity: .72;
}

.unlock-error-list,
.unlock-client-error {
    margin-top: 8px;
    color: #ffb7c1;
    font-size: 0.92rem;
    line-height: 1.4;
}

.unlock-error-list ul {
    margin: 0;
    padding-left: 18px;
}

.unlock-error-list--block ul {
    margin-top: 2px;
}

.unlock-landing-footer {
    margin-top: 22px;
}

.unlock-intro-loader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    overflow: hidden;
    background: #0d0d0d;
    clip-path: circle(150% at 50% 50%);
    transition: clip-path .95s cubic-bezier(.22,1,.36,1), opacity .55s ease, visibility .55s ease;
}

.unlock-intro-loader.is-ready {
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    visibility: hidden;
}

.unlock-intro-loader__visual,
.unlock-intro-loader__shade,
.unlock-intro-loader__content {
    position: absolute;
    inset: 0;
}

.unlock-intro-loader__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    animation: unlockLoaderImageZoom 5s ease-in-out infinite alternate;
}

.unlock-intro-loader__shade {
    background:
        radial-gradient(circle at center, rgba(251, 185, 0, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.6) 100%);
}

.unlock-intro-loader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px;
}

.unlock-intro-loader__pulse {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(251, 185, 0, 0.14);
    filter: blur(10px);
    animation: unlockLoaderPulse 1.8s ease-in-out infinite;
}

.unlock-intro-loader__logo {
    position: relative;
    z-index: 1;
    width: min(320px, 72vw);
    height: auto;
    animation: unlockLoaderHeartbeat 1.45s ease-in-out infinite;
}

.unlock-intro-loader__subtitle {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: .9rem;
}

@keyframes unlockLoaderHeartbeat {
    0%, 100% { transform: scale(1); }
    14% { transform: scale(1.06); }
    28% { transform: scale(.99); }
    42% { transform: scale(1.08); }
    70% { transform: scale(1); }
}

@keyframes unlockLoaderPulse {
    0%, 100% { transform: scale(.72); opacity: .45; }
    50% { transform: scale(1.08); opacity: .9; }
}

@keyframes unlockLoaderImageZoom {
    0% { transform: scale(1.02); }
    100% { transform: scale(1.09); }
}

.unlock-footer-band-image {
    display: block;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(33, 25, 8, 0.08);
}

.unlock-privacy-modal .modal-content {
    border: 1px solid rgba(251, 185, 0, 0.12);
    border-radius: 30px;
    background: linear-gradient(180deg, #141414 0%, #101010 100%);
    color: #ffffff;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.38);
}

.unlock-privacy-modal .modal-header,
.unlock-privacy-modal .modal-footer {
    border-color: rgba(255, 255, 255, 0.08);
}

.unlock-modal-brand-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.unlock-modal-brand-logo,
.unlock-confirm-brand-logo {
    width: min(240px, 44vw);
    height: auto;
}

.unlock-modal-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #1b1b1b;
    font-size: 0.9rem;
    font-weight: 800;
}

.unlock-modal-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.98;
    font-weight: 900;
    margin-bottom: 12px;
}

.unlock-modal-intro {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 18px;
}

.unlock-privacy-card {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    padding: 18px;
}

.unlock-privacy-card__title {
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 10px;
}

.unlock-privacy-card__body {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.unlock-modal-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.unlock-modal-download-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.unlock-confirm-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unlock-confirm-overlay {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.34);
}

.unlock-confirm-card-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 820px;
}

.unlock-confirm-card {
    border-radius: 32px;
    background: linear-gradient(180deg, #141414 0%, #101010 100%);
    color: #ffffff;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.38);
    padding: 28px;
}

.unlock-confirm-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.unlock-confirm-ok {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd450 0%, #fbb900 100%);
    color: #111111;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.4rem;
}

.unlock-confirm-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 0.96;
    font-weight: 900;
    margin-bottom: 14px;
}

.unlock-confirm-copy {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
    max-width: 640px;
    margin: 0 auto 20px;
}

.unlock-confirm-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.unlock-confirm-summary-item {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    text-align: left;
}

.unlock-confirm-summary-label {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 8px;
}

.unlock-confirm-summary-value {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
}

.unlock-confirm-step-list {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
    margin-bottom: 0;
}

.unlock-confirm-step-list li + li {
    margin-top: 8px;
}

@media (max-width: 1199.98px) {
    .unlock-landing-main {
        grid-template-columns: 1fr;
    }

    .unlock-hero-card > * {
        max-width: none;
    }

    .unlock-hero-title {
        max-width: 12ch;
    }
}

@media (max-width: 767.98px) {
    .unlock-landing-shell {
        padding: 12px 10px 18px;
    }

    .unlock-landing-header {
        padding: 0 2px 12px;
        margin-bottom: 12px;
    }

    .unlock-landing-brand-logo {
        width: min(210px, 56vw);
    }

    .unlock-landing-header {
        align-items: center;
        position: relative;
    }

    .unlock-landing-header__toggle {
        background: transparent;
        border: 0;
        cursor: pointer;
        display: block;
        height: 42px;
        margin-left: auto;
        padding: 8px 6px;
        position: relative;
        width: 40px;
        z-index: 3;
    }

    .unlock-landing-header__toggle span:not(.visually-hidden) {
        background: var(--unlock-ink);
        border-radius: 999px;
        display: block;
        height: 2px;
        left: 7px;
        margin: 0;
        position: absolute;
        transition: opacity 0.18s ease, transform 0.18s ease;
        width: 26px;
    }

    .unlock-landing-header__toggle span:nth-child(1) {
        top: 13px;
    }

    .unlock-landing-header__toggle span:nth-child(2) {
        top: 20px;
    }

    .unlock-landing-header__toggle span:nth-child(3) {
        top: 27px;
    }

    .unlock-landing-header__toggle.is-open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .unlock-landing-header__toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .unlock-landing-header__toggle.is-open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .unlock-landing-header__nav {
        background: rgba(255, 253, 249, 0.97);
        border: 1px solid rgba(20, 20, 20, 0.08);
        border-radius: 22px;
        box-shadow: 0 22px 60px rgba(20, 20, 20, 0.18);
        display: grid;
        gap: 10px;
        justify-content: stretch;
        margin: 0;
        max-width: 330px;
        opacity: 0;
        padding: 14px;
        pointer-events: none;
        position: fixed;
        right: 16px;
        top: 74px;
        transform: translateY(-10px) scale(0.985);
        transform-origin: top right;
        transition: opacity 0.2s ease, transform 0.2s ease;
        visibility: hidden;
        width: min(calc(100vw - 32px), 330px);
        z-index: 1900;
    }

    .unlock-landing-header__nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        visibility: visible;
    }

    .unlock-landing-header__nav a {
        animation: unlockLandingMenuItem 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) both;
        background: #fffdf9;
        border: 1px solid rgba(20, 20, 20, 0.08);
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(20, 20, 20, 0.05);
        font-size: 1rem;
        padding: 14px 15px 20px;
        position: relative;
        text-decoration: none;
    }

    .unlock-landing-header__nav a:nth-child(2) {
        animation-delay: 0.04s;
    }

    .unlock-landing-header__nav a:nth-child(3) {
        animation-delay: 0.08s;
    }

    .unlock-landing-header__nav a:nth-child(4) {
        animation-delay: 0.12s;
    }

    .unlock-landing-header__nav a::after {
        background: var(--unlock-yellow);
        border-radius: 999px;
        bottom: 9px;
        content: "";
        height: 4px;
        left: 15px;
        opacity: 0;
        position: absolute;
        transform: scaleX(0.18);
        transform-origin: left;
        transition: opacity 0.18s ease, transform 0.18s ease;
        width: calc(100% - 30px);
    }

    .unlock-landing-header__nav a:hover,
    .unlock-landing-header__nav a:focus {
        color: #8a6500;
    }

    .unlock-landing-header__nav a:hover::after,
    .unlock-landing-header__nav a:focus::after {
        opacity: 0.35;
        transform: scaleX(1);
    }

    .unlock-hero-card,
    .unlock-form-card,
    .unlock-confirm-card,
    .unlock-privacy-modal .modal-content {
        border-radius: 26px;
    }

    .unlock-hero-card,
    .unlock-form-card {
        padding: 22px 16px 18px;
    }

    .unlock-hero-title {
        max-width: none;
        font-size: clamp(2.6rem, 13vw, 4rem);
    }

    .unlock-hero-body {
        font-size: 1rem;
    }

    .unlock-district-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: none;
    }

    .unlock-footer-band-image {
        border-radius: 20px;
    }

    .unlock-confirm-card {
        padding: 20px 16px;
    }

    .unlock-confirm-summary-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes unlockLandingMenuItem {
    0% {
        opacity: 0;
        transform: translateY(-8px) scale(0.985);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 575.98px) {
    .unlock-district-grid {
        grid-template-columns: 1fr;
    }

    .unlock-modal-brand-wrap,
    .unlock-confirm-card__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .unlock-modal-badge {
        min-height: 32px;
    }
}
