.btp-spd-shell,
.btp-spd-shell * {
    box-sizing: border-box;
}

.btp-spd-shell {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #10213a;
}

.btp-spd-hero {
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #06162f;
}

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

.btp-spd-card {
    position: relative;
    background:
        radial-gradient(circle at 100% 0, rgba(37, 118, 203, .11), transparent 38%),
        #fff;
    border: 1px solid rgba(13, 48, 91, .13);
    border-top: 6px solid #ffd400;
    border-radius: 24px;
    padding: 42px;
    box-shadow: 0 22px 60px rgba(6, 22, 47, .18);
}

.btp-spd-hero + .btp-spd-card {
    border-radius: 0 0 24px 24px;
}

.btp-spd-lock {
    width: 58px;
    height: 58px;
    margin: -74px auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #06162f;
    border: 4px solid #ffd400;
    box-shadow: 0 10px 25px rgba(6, 22, 47, .25);
}

.btp-spd-lock svg {
    width: 27px;
    height: 27px;
    fill: #ffd400;
}

.btp-spd-heading-wrap {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 28px;
}

.btp-spd-kicker {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.2px;
    color: #246cb4;
}

.btp-spd-heading-wrap h2 {
    margin: 0;
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -.8px;
    color: #071a34;
}

.btp-spd-intro {
    max-width: 590px;
    margin: 13px auto 0;
    font-size: 16px;
    line-height: 1.55;
    color: #50627a;
}

.btp-spd-agreement {
    margin: 0 0 26px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff9d8;
    border: 1px solid #f1d95e;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.btp-spd-agreement strong {
    color: #071a34;
}

.btp-spd-agreement span {
    margin-left: 4px;
}

.btp-spd-agreement a {
    display: inline-block;
    margin-left: 7px;
    font-weight: 800;
    color: #0d5ca7;
    text-decoration: underline;
}

.btp-spd-form {
    margin: 0;
}

.btp-spd-grid {
    display: grid;
    gap: 16px;
}

.btp-spd-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btp-spd-date-grid {
    grid-template-columns: 1.45fr .75fr .9fr;
}

.btp-spd-field {
    margin-bottom: 20px;
}

.btp-spd-grid .btp-spd-field {
    margin-bottom: 0;
}

.btp-spd-field label,
.btp-spd-fieldset legend {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    color: #172a44;
}

.btp-spd-fieldset {
    min-width: 0;
    margin: 22px 0 20px;
    padding: 0;
    border: 0;
}

.btp-spd-field input,
.btp-spd-field select {
    width: 100%;
    min-height: 54px;
    border: 2px solid #d9e2ed;
    border-radius: 13px;
    background: #f9fbfd;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    opacity: 1;
    font: inherit;
    font-size: 16px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.btp-spd-field input::placeholder {
    color: #8898aa !important;
    -webkit-text-fill-color: #8898aa !important;
    opacity: 1;
}

.btp-spd-field input:-webkit-autofill,
.btp-spd-field input:-webkit-autofill:hover,
.btp-spd-field input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
}

.btp-spd-field input:focus,
.btp-spd-field select:focus {
    border-color: #1c6fc2;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(28, 111, 194, .12);
}

.btp-spd-field input.btp-spd-invalid,
.btp-spd-field select.btp-spd-invalid {
    border-color: #be2b2b;
    box-shadow: 0 0 0 4px rgba(190, 43, 43, .1);
}

.btp-spd-money-wrap {
    position: relative;
}

.btp-spd-dollar {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    font-weight: 900;
    color: #0f4f8c;
    pointer-events: none;
}

.btp-spd-money-wrap input {
    padding-left: 38px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .2px;
}

.btp-spd-field small {
    display: block;
    margin-top: 7px;
    color: #6c7a8d;
    font-size: 12px;
}

.btp-spd-submit {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, #124f8e, #082c59);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 13px 27px rgba(8, 44, 89, .26);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.btp-spd-submit:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 16px 32px rgba(8, 44, 89, .31);
}

.btp-spd-submit:focus-visible {
    outline: 4px solid rgba(255, 212, 0, .5);
    outline-offset: 3px;
}

.btp-spd-submit:disabled {
    opacity: .7;
    cursor: wait;
    transform: none;
}

.btp-spd-submit svg {
    width: 21px;
    height: 21px;
    fill: #ffd400;
}

.btp-spd-security-note {
    margin: 15px 0 0;
    text-align: center;
    color: #65758a;
    font-size: 12px;
    line-height: 1.45;
}

.btp-spd-error {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff0f0;
    border: 1px solid #e8a5a5;
    color: #8d2020;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 680px) {
    .btp-spd-card {
        padding: 34px 20px 24px;
        border-radius: 18px;
    }

    .btp-spd-hero {
        border-radius: 18px 18px 0 0;
    }

    .btp-spd-hero + .btp-spd-card {
        border-radius: 0 0 18px 18px;
    }

    .btp-spd-lock {
        width: 52px;
        height: 52px;
        margin-top: -63px;
    }

    .btp-spd-grid-2 {
        grid-template-columns: 1fr;
    }

    .btp-spd-date-grid {
        grid-template-columns: 1fr .7fr .85fr;
        gap: 9px;
    }

    .btp-spd-field input,
    .btp-spd-field select {
        min-height: 52px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .btp-spd-money-wrap input {
        padding-left: 38px;
    }
}

@media (max-width: 420px) {
    .btp-spd-date-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== DELUXE HEADER CLICK-HERE HOTSPOT ===== */
.btp-spd-hero {
    position: relative;
}

.btp-spd-click-here-hotspot {
    position: absolute;
    z-index: 4;
    left: 59.5%;
    top: 63.5%;
    width: 25.5%;
    height: 24.5%;
    display: block;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.btp-spd-click-here-hotspot:hover {
    background: rgba(255, 212, 0, .055);
}

.btp-spd-click-here-hotspot:focus-visible {
    outline: 4px solid #ffd400;
    outline-offset: -3px;
    background: rgba(255, 212, 0, .08);
}

/* ===== READY TO BOOK MATCHED EVENT DATE CALENDAR ===== */
.btp-spd-date-field {
    margin-top: 20px;
}

.btp-spd-date-picker {
    position: relative;
}

.btp-spd-date-trigger {
    width: 100%;
    min-height: 56px;
    border: 2px solid #d9e2ed;
    border-radius: 13px;
    background: #f9fbfd;
    color: #0c203d;
    font: inherit;
    font-size: 16px;
    outline: 0;
    padding: 0 14px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.btp-spd-date-trigger:hover {
    border-color: #b8c7d8;
    background: #fff;
}

.btp-spd-date-trigger:focus,
.btp-spd-date-trigger[aria-expanded="true"] {
    border-color: #0b5da8;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 93, 168, .12);
}

.btp-spd-date-trigger.btp-spd-invalid {
    border-color: #be2b2b;
    box-shadow: 0 0 0 4px rgba(190, 43, 43, .1);
}

.btp-spd-date-icon,
.btp-spd-date-chevron {
    display: grid;
    place-items: center;
}

.btp-spd-date-icon svg {
    width: 22px;
    height: 22px;
    fill: #0f5fa9;
}

.btp-spd-date-chevron svg {
    width: 22px;
    height: 22px;
    fill: #6b7d92;
    transition: transform .18s ease;
}

.btp-spd-date-trigger[aria-expanded="true"] .btp-spd-date-chevron svg {
    transform: rotate(180deg);
}

.btp-spd-date-trigger-text {
    min-width: 0;
    color: #7c8ca0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btp-spd-date-selected .btp-spd-date-trigger-text {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    font-weight: 800;
}

.btp-spd-date-panel {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin: 12px 0 0;
    padding: 20px 18px 18px;
    border: 2px solid #0e5da8;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(5, 31, 65, .12);
}

.btp-spd-date-panel[hidden] {
    display: none !important;
}

.btp-spd-rtb-controls {
    display: grid;
    grid-template-columns: 56px minmax(135px, .8fr) minmax(220px, 1.55fr) 56px;
    gap: 12px;
    align-items: end;
    margin-bottom: 20px;
}

.btp-spd-rtb-select-wrap {
    display: block;
    min-width: 0;
}

.btp-spd-rtb-select-wrap > span {
    display: block;
    margin: 0 0 7px 2px;
    color: #064887;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btp-spd-rtb-select-wrap select {
    width: 100%;
    height: 52px;
    min-height: 52px;
    border: 2px solid #0f5fa9;
    border-radius: 10px;
    background: #fff8da;
    color: #111;
    padding: 0 42px 0 16px;
    font: inherit;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
}

.btp-spd-rtb-month-wrap select {
    background: #f7f9fc;
    border-color: #9fb5cb;
    font-size: 17px;
}

.btp-spd-rtb-select-wrap select:focus {
    border-color: #0b5da8;
    box-shadow: 0 0 0 4px rgba(11, 93, 168, .12);
}

.btp-spd-rtb-nav {
    width: 56px;
    height: 56px;
    padding: 0;
    border: 2px solid #0f5fa9;
    border-radius: 11px;
    display: grid;
    place-items: center;
    background: #ffc928;
    color: #063f78;
    cursor: pointer;
}

.btp-spd-rtb-nav svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

.btp-spd-rtb-nav:hover:not(:disabled) {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.btp-spd-rtb-nav:disabled {
    border-color: #e4e9ef;
    background: #fafbfc;
    color: #dbe2e9;
    cursor: default;
    transform: none;
}

.btp-spd-rtb-weekdays,
.btp-spd-rtb-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.btp-spd-rtb-weekdays {
    margin-bottom: 8px;
}

.btp-spd-rtb-weekdays span {
    min-height: 26px;
    display: grid;
    place-items: center;
    color: #064887;
    font-size: 11px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: .7px;
}

.btp-spd-rtb-day-spacer {
    min-height: 56px;
}

.btp-spd-rtb-day {
    min-width: 0;
    min-height: 56px;
    border: 2px solid #c4d3e2;
    border-radius: 10px;
    background: #fbfcfe;
    color: #111;
    padding: 0;
    font: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    cursor: pointer;
    box-shadow: 0 2px 0 rgba(8, 49, 90, .03);
    transition: transform .12s ease, background .12s ease, border-color .12s ease, color .12s ease, box-shadow .12s ease;
}

.btp-spd-rtb-day:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: #0f5fa9;
    background: #eef6ff;
    color: #063f78;
    box-shadow: 0 6px 14px rgba(6, 63, 120, .1);
}

.btp-spd-rtb-day.is-selected {
    border-color: #0f5fa9;
    background: #ffc928;
    color: #062f59;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.65), 0 5px 13px rgba(6, 63, 120, .12);
}

.btp-spd-rtb-day:disabled,
.btp-spd-rtb-day.is-disabled {
    border-color: #edf0f3;
    background: #fdfdfd;
    color: #e3e6e9;
    cursor: default;
    box-shadow: none;
}

@media (max-width: 680px) {
    .btp-spd-date-trigger {
        min-height: 54px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .btp-spd-date-panel {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        max-height: none;
        transform: none;
        overflow: visible;
        margin-top: 10px;
        padding: 14px 10px 12px;
        border-radius: 14px;
        box-shadow: 0 9px 22px rgba(5, 31, 65, .11);
    }

    .btp-spd-rtb-controls {
        grid-template-columns: 44px minmax(0, .9fr) minmax(0, 1.1fr) 44px;
        gap: 6px;
        margin-bottom: 14px;
    }

    .btp-spd-rtb-nav {
        width: 44px;
        height: 48px;
        border-radius: 9px;
    }

    .btp-spd-rtb-nav svg {
        width: 24px;
        height: 24px;
    }

    .btp-spd-rtb-select-wrap > span {
        margin-bottom: 5px;
        font-size: 9px;
        letter-spacing: .45px;
    }

    .btp-spd-rtb-select-wrap select {
        height: 48px;
        min-height: 48px;
        min-width: 0;
        padding: 0 27px 0 8px;
        font-size: 14px;
        letter-spacing: .15px;
    }

    .btp-spd-rtb-month-wrap select {
        font-size: 12px;
    }

    .btp-spd-rtb-weekdays,
    .btp-spd-rtb-days {
        gap: 4px;
    }

    .btp-spd-rtb-weekdays span {
        min-height: 22px;
        font-size: 9px;
        letter-spacing: .15px;
    }

    .btp-spd-rtb-day-spacer,
    .btp-spd-rtb-day {
        min-height: 44px;
    }

    .btp-spd-rtb-day {
        border-width: 1.5px;
        border-radius: 8px;
        font-size: 14px;
    }
}

@media (max-width: 430px) {
    .btp-spd-date-panel {
        padding-left: 7px;
        padding-right: 7px;
    }

    .btp-spd-rtb-controls {
        grid-template-columns: 40px minmax(0, .9fr) minmax(0, 1.1fr) 40px;
        gap: 4px;
    }

    .btp-spd-rtb-nav {
        width: 40px;
        height: 46px;
    }

    .btp-spd-rtb-select-wrap select {
        height: 46px;
        min-height: 46px;
        padding: 0 23px 0 7px;
        font-size: 13px;
    }

    .btp-spd-rtb-month-wrap select {
        font-size: 11px;
    }

    .btp-spd-rtb-weekdays,
    .btp-spd-rtb-days {
        gap: 3px;
    }

    .btp-spd-rtb-day-spacer,
    .btp-spd-rtb-day {
        min-height: 40px;
    }

    .btp-spd-rtb-day {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .btp-spd-rtb-controls {
        grid-template-columns: 36px minmax(0, .92fr) minmax(0, 1.08fr) 36px;
        gap: 3px;
    }

    .btp-spd-rtb-nav {
        width: 36px;
        height: 44px;
    }

    .btp-spd-rtb-select-wrap select {
        height: 44px;
        min-height: 44px;
        padding-left: 6px;
        padding-right: 19px;
        font-size: 12px;
    }

    .btp-spd-rtb-month-wrap select {
        font-size: 10px;
    }

    .btp-spd-rtb-day-spacer,
    .btp-spd-rtb-day {
        min-height: 37px;
    }
}

/* ===== DIRECT DJEP / PAYPAL CHECKOUT STAGE ===== */
.btp-spd-payment-stage,
.btp-spd-success {
    margin-top: 4px;
}

.btp-spd-payment-stage[hidden],
.btp-spd-success[hidden],
.btp-spd-fields-stage[hidden],
.btp-spd-paypal-loading[hidden] {
    display: none !important;
}

.btp-spd-payment-stage {
    padding: 22px;
    border: 2px solid #d8e4ef;
    border-radius: 16px;
    background: #f8fbff;
}

.btp-spd-payment-stage-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.btp-spd-payment-stage-kicker {
    margin: 0 0 5px;
    color: #0f5fa9;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.btp-spd-payment-stage-head h3 {
    margin: 0;
    color: #071a34;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}

.btp-spd-payment-stage-head p:not(.btp-spd-payment-stage-kicker) {
    margin: 7px 0 0;
    color: #607187;
    font-size: 13px;
    line-height: 1.45;
}

.btp-spd-edit-details {
    flex: 0 0 auto;
    border: 1px solid #aac0d6;
    border-radius: 10px;
    background: #fff;
    color: #0d5ca7;
    padding: 9px 12px;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.btp-spd-edit-details:hover {
    background: #eef6ff;
}

.btp-spd-payment-summary {
    display: grid;
    grid-template-columns: 1.2fr 1fr .7fr;
    gap: 8px;
    margin-bottom: 18px;
    padding: 13px 14px;
    border: 1px solid #d7e3ee;
    border-radius: 12px;
    background: #fff;
    color: #10213a;
    font-size: 13px;
}

.btp-spd-payment-summary span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btp-spd-payment-summary span:last-child {
    text-align: right;
}

.btp-spd-paypal-loading {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 8px 0 14px;
    color: #53677f;
    font-size: 13px;
    font-weight: 700;
}

.btp-spd-spinner {
    width: 22px;
    height: 22px;
    border: 3px solid #d6e2ee;
    border-top-color: #0f5fa9;
    border-radius: 50%;
    animation: btpSpdSpin .75s linear infinite;
}

@keyframes btpSpdSpin {
    to { transform: rotate(360deg); }
}

.btp-spd-paypal-buttons {
    min-height: 44px;
    max-width: 520px;
    margin: 0 auto;
    transition: opacity .15s ease;
}

.btp-spd-paypal-buttons.is-processing {
    opacity: .55;
    pointer-events: none;
}

.btp-spd-error a {
    color: #7a1414;
    font-weight: 900;
    text-decoration: underline;
}

.btp-spd-success {
    padding: 28px 22px;
    border: 2px solid #b8dfc0;
    border-radius: 16px;
    background: #f2fff5;
    text-align: center;
    color: #173a22;
}

.btp-spd-success-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1f8b3c;
    color: #fff;
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
}

.btp-spd-success h3 {
    margin: 0 0 9px;
    color: #12351c;
    font-size: 25px;
    font-weight: 900;
}

.btp-spd-success p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.btp-spd-success-order {
    margin-top: 12px !important;
    color: #5e7965;
    font-size: 11px !important;
    word-break: break-all;
}

@media (max-width: 680px) {
    .btp-spd-payment-stage {
        padding: 17px 14px;
        border-radius: 14px;
    }

    .btp-spd-payment-stage-head {
        display: block;
    }

    .btp-spd-edit-details {
        margin-top: 12px;
        width: 100%;
        min-height: 44px;
    }

    .btp-spd-payment-summary {
        grid-template-columns: 1fr;
        gap: 5px;
        font-size: 14px;
    }

    .btp-spd-payment-summary span:last-child {
        text-align: left;
        font-size: 17px;
    }

    .btp-spd-paypal-buttons {
        width: 100%;
        max-width: none;
    }
}
