/* BentonSans Fonts */
@font-face {
    font-family: 'BentonSans';
    src: url('assets/fonts/BentonSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans';
    src: url('assets/fonts/BentonSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans';
    src: url('assets/fonts/BentonSans-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans';
    src: url('assets/fonts/BentonSans-Book.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'BentonSans', Arial, sans-serif;
    background-color: #0033A1 !important;
    color: var(--white);
}

.header-strip {
    background: #0b1b3a;
}

.hero img {
    display: block;
    width: 100%;
    height: auto;
}

.body-content {
    background: #063aaE;
}

.code-input {
    max-width: 54px;
    height: 54px;
}

.form-check-label,
.form-check-label .terms-link {
    white-space: nowrap;
}

.footer-section {
    background: #00164E;
    color: #fff;
}

h1 {
    color: #ffffff !important;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
}

h4 {
    color: #ffffff;
}

h1,
h2,
h3,
h4 {
    font-family: 'BentonSans', sans-serif;
    font-weight: 900;

    /* Black */
}

strong {
    font-weight: 700;

    /* Bold */
}

.light-text {
    font-weight: 300;

    /* Book */
}

.btn-primary {
    background-color: #0051FF;
    border-radius:10px !important;
    border:0 !important;
}

.btn-primary:hover {
    background-color: #4da3ff;
    /* lighter blue */
    border-color: #4da3ff;
}

img {
    width: 100%;
}

.code-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    border-radius: 0.5rem;
}

.code-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ffffff;
}

.btn-proceed {
    background-color: #0066ff;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 0.75rem;
    padding: 10px 100px;
    margin-top: 10px;
}

.btn-proceed:hover {
    background-color: #004ecc;
}

.footer-steps {
    background-color: #002477;
    padding: 15px 0;
    text-align: center;
    font-size: 0.9rem;
}

.footer-steps span {
    display: inline-block;
    margin: 0 10px;
    color: white;
    text-align: left;
}

.terms-link {
    color: #ffffff;
    text-decoration: underline;
}

.footer-legal {
    background-color: #00164e;

    /* Dark blue background */
    font-size: 0.8rem;
}

.footer-legal a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-legal img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.footer-section p:last-child {
    margin-bottom: 0;
}

.steps-section {
    background: #002477;
    color: #fff;
}

.steps-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 20px 0;
}

.step {
    text-align: left;
    line-height: 1.1;
}

.step .title {
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.step .sub {
    opacity: .8;
    font-size: .9rem;
}

/* Slim arrow chevrons between items */
.chev {
    width: 16px;
    height: 16px;
    position: relative;
    flex: 0 0 16px;
}

.chev::before {
    content: "";
    position: absolute;
    inset: 0;
    border-right: 2px solid rgba(255,255,255,.9);
    border-top: 2px solid rgba(255,255,255,.9);
    transform: rotate(45deg);
}

@media (max-width: 575.98px){
    .steps-wrap {
        gap: 18px;
    }

    .step .title {
        font-size: .95rem;
    }

    .step .sub {
        font-size: .85rem;
    }
}

/* ---------------------------
   Base
---------------------------- */
:root {
    --blue-deep: #0033A1;

    /* page bg */
    --blue-panel: #063aae;

    /* main panel */
    --blue-dark: #0b1b3a;

    /* header/footer strip */
    --white: #fff;
    --white-80: rgba(255,255,255,.8);
    --white-70: rgba(255,255,255,.7);
    --btn: #4c79ff;

    /* CTA button */
    --box-border: #e6edf8;

    /* thin white-ish border */
}

/* Centered narrow column like the mock */
.page {
    max-width: 420px;

    /* screenshot width feel */
    margin: 0 auto;
    padding: 16px 16px 24px;
    background: #0033A1;
}

/* Header strip */
.header-strip {
    background: var(--blue-dark);
}

.header-strip .wrap {
    max-width: 420px;
    margin: 0 auto;
    padding: 8px 12px;
}

.sb-logo {
    height: 28px;
    width: auto;
    display: block;
}

/* Headings */
.hero-title {
    margin: 10px 0 8px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: .4px;
    font-size: 28px;
}

.hero-sub {
    margin: 6px 0 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    color: var(--white-80);
    font-size: 14px;
}

.sm-only {
    display: none;
}

@media (max-width: 360px){
    .hero-title {
        font-size: 26px;
    }

    .hero-sub {
        font-size: 13px;
    }

    .sm-only {
        display: inline;
    }
}

/* Boxes grid */
.boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 15px 0 15px;
}

.box {
    position: relative;
    display: inline-grid;
    place-items: center;
    aspect-ratio: 1/1;
    border-radius: 10px;
    border: 2px solid var(--box-border);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform .06s ease, box-shadow .06s ease;
}

.box:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.box:hover {
    transform: translateY(-1px);
}

.box:active {
    transform: translateY(0);
}

.num {
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,.45);
    user-select: none;
}

/* Hint text */
.hint {
    margin: 6px 0 14px;
    text-align: center;
    color: var(--white-70);
    font-size: 13px;
}

/* CTA button */
.btn-lock {
    display: block;
    width: 100%;
    border: 0;
    color: #fff;
    background: #B9B9B9;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: filter .15s ease;
}

.btn-lock:hover {
    filter: brightness(1.05);
}

.btn-lock:active {
    filter: brightness(.95);
}

.btn-lock:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* CTA button */
.btn-lock-2 {
    display: block;
    width: 100%;
    border: 0;
    color: #fff;
    background: #0051FF;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    cursor: pointer;
    transition: filter .15s ease;
}

.btn-lock-2:hover {
    filter: brightness(1.05);
}

.btn-lock-2:active {
    filter: brightness(.95);
}

.btn-lock-2:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.tnc {
    margin: 6px 0 8px;
}

.tnc-link {
    color: #fff;
    text-decoration: underline;
}

.legal {
    margin: 0;
    color: var(--white-80);
    font-size: 12px;
    line-height: 1.35;
}

/* HiDPI polish for tiny screens */
@media (max-width: 360px){
    .boxes {
        gap: 12px;
    }

    .num {
        font-size: 28px;
    }
}

.header-strip {
    background: var(--blue-dark, #0b1b3a);
}

.header-strip .wrap {
    max-width: 420px;
    margin: 0 auto;
    padding: 8px 12px;
    display: flex;
    align-items: center;

    /* vertically center logo and text */
    gap: 8px;

    /* space between logo and text */
}

.sb-logo {
    height: 28px;
    width: auto;
}

.bank-name {
    font-family: 'BentonSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.congrats-title {
    margin: 10px 0 6px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: 28px;
}

.congrats-sub {
    margin: 4px 0 16px;
    color: var(--white-80);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.prize-card {
    margin: 6px auto 18px;
    width: 150px;
    border-radius: 12px;
    border: 2px solid var(--box-border);
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,.25);
}

.prize-top {
    background: var(--white);
    color: #0a2a7a;
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    padding: 10px 8px 8px;
}

.prize-bottom {
    background: linear-gradient(180deg, #204fe6 0%, #082a99 100%);
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 8px;
}

.helper-copy {
    margin: 2px 0 10px;
    color: var(--white-70);
    font-size: 14px;
}

.phone-input {
    width: 100%;
    background: transparent;
    border: 2px solid var(--box-border);
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 16px;
}

.phone-input::placeholder {
    color: var(--white-70);
}

.btn-submit {
    margin-top: 14px;
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 12px 16px;
    background: var(--btn);
    color: #fff;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.btn-submit:hover {
    filter: brightness(1.05);
}

.prize-img {
    display: block;
    width: 160px;

    /* tweak to taste */
    max-width: 70%;
    height: auto;
    margin: 8px auto 18px;

    /* matches spacing in mock */
    border-radius: 12px;
    border: 2px solid var(--box-border);
    box-shadow: 0 6px 16px rgba(0,0,0,.25);
}

/* Custom checkbox style */
.custom-checkbox {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1.5px solid #fff;
    border-radius: 2px;
    appearance: none;

    /* Remove default checkbox */
    cursor: pointer;
    position: relative;
}

.custom-checkbox:checked {
    background-color: transparent;
}

.custom-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Align text vertically with checkbox */
.terms-check .form-check-label {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.box {
    position: relative;
    /* needed for the ::after ring */
}

.box.selected::after {
    content: "";
    position: absolute;
    inset: 0;
    /* draw inside the box, no clipping */
    border: 4px solid #4da3ff;
    border-radius: 12px;
    /* match your box rounding if any */
    pointer-events: none;
    /* don't block clicks */
}




