:root {
    --swl-navy: #07111f;
    --swl-navy-2: #0b1e35;
    --swl-blue: #2376ff;
    --swl-blue-2: #1597f8;
    --swl-cyan: #18d5c4;
    --swl-green: #35d98a;
    --swl-text: #f7fafc;
    --swl-muted: #aebfd3;
    --swl-error: #ff9a9a;
}

.swl-shortcode-root,
.swl-shortcode-root * {
    box-sizing: border-box;
}

.swl-trigger {
    min-height: 52px;
    padding: 14px 22px;
    color: #fff;
    background: linear-gradient(90deg, var(--swl-blue), var(--swl-blue-2));
    border: 0;
    border-radius: 14px;
    font: 700 .9375rem/1.2 Inter, sans-serif;
    cursor: pointer;
}

.swl-modal,
.swl-confirm {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.swl-modal.is-open,
.swl-confirm.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.swl-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 17, .82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.swl-dialog,
.swl-confirm__dialog {
    position: relative;
    z-index: 1;
    color: var(--swl-text);
    background:
        radial-gradient(circle at 100% 0%, rgba(24, 213, 196, .10), transparent 34%),
        radial-gradient(circle at 0% 0%, rgba(35, 118, 255, .18), transparent 38%),
        linear-gradient(145deg, rgba(11, 30, 53, .995), rgba(7, 17, 31, .995));
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .52);
}

.swl-dialog {
    width: min(960px, 100%);
    max-height: calc(100dvh - 48px);
    padding: 38px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(35, 118, 255, .65) rgba(255, 255, 255, .04);
    border-radius: 28px;
    transform: translateY(18px) scale(.99);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.swl-modal.is-open .swl-dialog {
    transform: translateY(0) scale(1);
}

.swl-dialog::-webkit-scrollbar {
    width: 10px;
}

.swl-dialog::-webkit-scrollbar-thumb {
    background: rgba(35, 118, 255, .55);
    border: 3px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
}

.swl-dialog__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    cursor: pointer;
}

.swl-dialog__close span,
.swl-dialog__close span::after {
    position: absolute;
    width: 17px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    content: "";
}

.swl-dialog__close span { transform: rotate(45deg); }
.swl-dialog__close span::after { inset: 0; transform: rotate(90deg); }

.swl-dialog__heading {
    max-width: 720px;
    margin-bottom: 30px;
    padding-right: 52px;
}

.swl-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--swl-cyan);
    font: 800 .72rem/1.2 Inter, sans-serif;
    letter-spacing: 1.7px;
}

.swl-dialog h2,
.swl-confirm h2 {
    margin: 0;
    color: #fff;
    font: 700 clamp(2rem, 4vw, 2.75rem)/1.07 Manrope, sans-serif;
    letter-spacing: -1.4px;
}

.swl-dialog__heading p,
.swl-confirm__dialog > p {
    margin: 14px 0 0;
    color: var(--swl-muted);
    font: 400 1rem/1.65 Inter, sans-serif;
}

.swl-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.swl-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.swl-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.swl-field > span,
.swl-partners legend {
    color: #eaf1f8;
    font: 650 .875rem/1.3 Inter, sans-serif;
}

.swl-field b,
.swl-partners b,
.swl-consent b {
    color: var(--swl-cyan);
}

.swl-field input,
.swl-field select,
.swl-field textarea {
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    outline: 0;
    font: 400 .9375rem/1.3 Inter, sans-serif;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.swl-field input,
.swl-field select {
    min-height: 52px;
    padding: 13px 15px;
}

.swl-field textarea {
    min-height: 132px;
    padding: 15px;
    resize: vertical;
}

.swl-field input::placeholder,
.swl-field textarea::placeholder {
    color: rgba(214, 225, 239, .48);
}

.swl-field select {
    appearance: none;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #8fa5be 50%),
        linear-gradient(135deg, #8fa5be 50%, transparent 50%);
    background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.swl-field select option {
    color: var(--swl-navy);
    background: #fff;
}

.swl-field input:focus,
.swl-field select:focus,
.swl-field textarea:focus {
    background-color: rgba(255, 255, 255, .075);
    border-color: rgba(35, 118, 255, .9);
    box-shadow: 0 0 0 4px rgba(35, 118, 255, .12);
}

.swl-field.is-invalid input,
.swl-field.is-invalid select,
.swl-field.is-invalid textarea {
    border-color: rgba(255, 154, 154, .92);
    box-shadow: 0 0 0 4px rgba(255, 154, 154, .08);
}

.swl-field small,
.swl-partners small,
.swl-group-error {
    min-height: 17px;
    color: var(--swl-error);
    font: 500 .75rem/1.4 Inter, sans-serif;
}

.swl-field__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.swl-field__meta em {
    color: rgba(174, 191, 211, .68);
    font: 400 .75rem/1.4 Inter, sans-serif;
    font-style: normal;
}

.swl-partners {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.swl-partners legend {
    margin-bottom: 11px;
    padding: 0;
}

.swl-partners__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.swl-partner {
    position: relative;
    cursor: pointer;
}

.swl-partner input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.swl-partner > span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    height: 100%;
    padding: 12px;
    color: #dde8f4;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 14px;
    font: 650 .8125rem/1.3 Inter, sans-serif;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.swl-partner:hover > span {
    transform: translateY(-2px);
    border-color: rgba(35, 118, 255, .38);
    background-color: rgba(255, 255, 255, .07);
}

.swl-partner i {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 2px solid rgba(185, 198, 216, .55);
    border-radius: 50%;
}

.swl-partner input:checked + span {
    color: #fff;
    background: linear-gradient(135deg, rgba(35, 118, 255, .20), rgba(24, 213, 196, .09));
    border-color: rgba(24, 213, 196, .52);
    box-shadow: 0 0 0 4px rgba(24, 213, 196, .07);
}

.swl-partner input:checked + span i {
    border-color: var(--swl-cyan);
}

.swl-partner input:checked + span i::after {
    position: absolute;
    inset: 3px;
    background: var(--swl-cyan);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 12px rgba(24, 213, 196, .55);
}

.swl-consent {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    cursor: pointer;
}

.swl-consent input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.swl-consent__box {
    position: relative;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    margin-top: 1px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 6px;
}

.swl-consent input:checked + .swl-consent__box {
    background: var(--swl-blue);
    border-color: var(--swl-blue);
    box-shadow: 0 0 0 4px rgba(35, 118, 255, .10);
}

.swl-consent input:checked + .swl-consent__box::after {
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    transform: rotate(45deg);
}

.swl-consent > span:last-child {
    color: var(--swl-muted);
    font: 400 .8125rem/1.55 Inter, sans-serif;
}

.swl-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.swl-status {
    display: none;
    padding: 13px 15px;
    color: #fff;
    background: rgba(255, 154, 154, .10);
    border: 1px solid rgba(255, 154, 154, .28);
    border-radius: 12px;
    font: 500 .875rem/1.45 Inter, sans-serif;
}

.swl-status.is-visible {
    display: block;
}

.swl-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    padding: 15px 22px;
    color: #fff;
    background: linear-gradient(90deg, var(--swl-blue), var(--swl-blue-2));
    border: 0;
    border-radius: 15px;
    box-shadow: 0 15px 34px rgba(35, 118, 255, .24);
    font: 750 .9375rem/1.2 Inter, sans-serif;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.swl-submit:hover,
.swl-submit:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(35, 118, 255, .31);
}

.swl-submit[disabled] {
    opacity: .65;
    cursor: wait;
    transform: none;
}

.swl-submit svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.swl-note {
    margin: -10px 0 0;
    color: rgba(174, 191, 211, .70);
    font: 400 .75rem/1.5 Inter, sans-serif;
    text-align: center;
}

.swl-confirm__dialog {
    width: min(520px, 100%);
    max-height: calc(100dvh - 48px);
    padding: 38px;
    overflow-y: auto;
    border-radius: 26px;
    text-align: center;
    transform: translateY(18px) scale(.99);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.swl-confirm.is-open .swl-confirm__dialog {
    transform: translateY(0) scale(1);
}

.swl-confirm__icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    color: var(--swl-navy);
    background: var(--swl-green);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(53, 217, 138, .08), 0 0 28px rgba(53, 217, 138, .24);
}

.swl-confirm__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.swl-confirm h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
}

.swl-confirm__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 26px;
}

.swl-confirm__actions button {
    min-height: 50px;
    padding: 13px 18px;
    border-radius: 13px;
    font: 750 .875rem/1.2 Inter, sans-serif;
    cursor: pointer;
}

.swl-confirm__actions button:first-child {
    color: #fff;
    background: var(--swl-blue);
    border: 1px solid var(--swl-blue);
}

.swl-confirm__actions button:last-child {
    color: #dde8f4;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .16);
}

html.swl-lock,
body.swl-lock {
    overflow: hidden !important;
}

@media (max-width: 900px) {
    .swl-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .swl-modal,
    .swl-confirm {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
        padding: 0;
    }

    .swl-dialog {
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        padding:
            calc(24px + env(safe-area-inset-top))
            18px
            calc(28px + env(safe-area-inset-bottom));
        border-radius: 0;
    }

    .swl-dialog__close {
        position: sticky;
        top: 0;
        margin-left: auto;
    }

    .swl-dialog__heading {
        margin-top: -42px;
        margin-bottom: 24px;
        padding-right: 42px;
    }

    .swl-dialog h2 {
        font-size: 2rem;
    }

    .swl-grid,
    .swl-partners__grid {
        grid-template-columns: 1fr;
    }

    .swl-partner > span {
        min-height: 54px;
    }

    .swl-confirm {
        align-items: flex-end;
    }

    .swl-confirm__dialog {
        width: 100%;
        max-height: 100dvh;
        padding: 34px 20px calc(26px + env(safe-area-inset-bottom));
        border-radius: 24px 24px 0 0;
    }
}
