[data-ctd-kit-main-widget],
[data-wt-newsletter-widget] {
    width: 100% !important;
    min-width: 0 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wtn-card,
.wtn-card *,
.wtn-card *::before,
.wtn-card *::after {
    box-sizing: border-box;
}

.wtn-card {
    --wtn-accent-local: var(--wtn-accent, #B9812C);
    --wtn-navy-local: var(--wtn-navy, #1F3150);
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 570px;
    min-width: 0;
    margin: 0 auto;
    padding: clamp(18px, 7%, 28px);
    overflow: hidden;
    border: 1px solid rgba(185, 129, 44, 0.74);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 4%, rgba(255, 255, 255, 0.10), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(0, 113, 235, 0.15), transparent 42%),
        linear-gradient(145deg, #172a49 0%, #112440 54%, #0b3157 100%);
    color: #ffffff;
    box-shadow: 0 24px 58px rgba(4, 22, 46, 0.28);
    font-family: inherit;
    container-name: wtn-card;
    container-type: inline-size;
}

.wtn-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -90px;
    right: -80px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(185, 129, 44, 0.09);
    filter: blur(10px);
    pointer-events: none;
}

.wtn-card__layout,
.wtn-card__copy,
.wtn-card__panel,
.wtn-form {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.wtn-card__layout {
    display: block;
}

.wtn-card__badge {
    width: max-content;
    max-width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 0 22px;
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(6, 20, 40, 0.20);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.wtn-card__badge svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    display: block;
    fill: var(--wtn-accent-local);
}

.wtn-card h2 {
    width: 100%;
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-family: inherit !important;
    font-size: clamp(32px, 9.4cqw, 49px) !important;
    font-weight: 800 !important;
    line-height: 1.06 !important;
    letter-spacing: -1.15px !important;
    text-transform: none !important;
    text-wrap: balance;
}

.wtn-card__copy > p {
    width: 100%;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
    font-family: inherit !important;
    font-size: clamp(14px, 3.3cqw, 17px) !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
}

.wtn-card__note {
    width: 100%;
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(11px, 2.55cqw, 13px);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.12px;
}

.wtn-card__panel {
    margin-top: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.wtn-form {
    position: relative;
    padding: 0;
}

.wtn-form__row {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(138px, 40cqw, 205px);
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 4px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 13px 32px rgba(4, 20, 42, 0.22);
}

.wtn-field {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.wtn-field__label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wtn-field__control {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 100%;
    display: block;
}

.wtn-field__control input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 54px !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 12px 0 45px !important;
    border: 0 !important;
    border-radius: 13px 0 0 13px !important;
    outline: 0 !important;
    background: #ffffff !important;
    background-image: none !important;
    color: #26364f !important;
    -webkit-text-fill-color: #26364f !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    appearance: none !important;
}

.wtn-field__control input::placeholder {
    color: #8b95a5 !important;
    -webkit-text-fill-color: #8b95a5 !important;
    opacity: 1 !important;
}

.wtn-field__control input:focus {
    background: #ffffff !important;
    box-shadow: inset 0 0 0 2px rgba(185, 129, 44, 0.32) !important;
}

.wtn-field__icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    display: block;
    transform: translateY(-50%);
    fill: var(--wtn-accent-local);
    pointer-events: none;
}

.wtn-submit,
.wtn-card button.wtn-submit {
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    overflow: visible !important;
    border: 1px solid var(--wtn-accent-local) !important;
    border-radius: 13px !important;
    outline: 0 !important;
    background: linear-gradient(135deg, #B9812C 0%, #D39735 100%) !important;
    background-image: linear-gradient(135deg, #B9812C 0%, #D39735 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(185, 129, 44, 0.25) !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: clamp(11.5px, 2.8cqw, 14px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    appearance: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease !important;
}

.wtn-submit:hover,
.wtn-submit:focus-visible {
    border-color: #d79a3e !important;
    background: linear-gradient(135deg, #C68A2E 0%, #DDA545 100%) !important;
    background-image: linear-gradient(135deg, #C68A2E 0%, #DDA545 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 11px 23px rgba(185, 129, 44, 0.34) !important;
    filter: brightness(1.02);
    transform: translateY(-1px);
}

.wtn-submit:disabled {
    cursor: wait !important;
    opacity: 0.78;
}

.wtn-submit__text {
    min-width: 0;
    display: block;
    overflow: visible;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    white-space: nowrap !important;
}

.wtn-submit__arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: block;
    fill: currentColor;
}

.wtn-spinner {
    width: 16px;
    height: 16px;
    display: none;
    flex: 0 0 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: wtn-spin 0.7s linear infinite;
}

.wtn-form.is-loading .wtn-spinner {
    display: inline-block;
}

.wtn-form.is-loading .wtn-submit__arrow {
    display: none;
}

@keyframes wtn-spin {
    to { transform: rotate(360deg); }
}

.wtn-consent {
    width: 100%;
    min-width: 0;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin: 14px 2px 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
    font-family: inherit !important;
    font-size: clamp(10.5px, 2.4cqw, 12px) !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

.wtn-consent input {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    flex: 0 0 18px !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    border-radius: 4px !important;
    background: transparent !important;
    accent-color: var(--wtn-accent-local) !important;
    box-shadow: none !important;
}

.wtn-consent span {
    min-width: 0;
    display: block;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

.wtn-consent a {
    color: #e0a446 !important;
    -webkit-text-fill-color: #e0a446 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

.wtn-message {
    width: 100%;
    min-width: 0;
    display: none;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0 0;
    padding: 13px 15px;
    border-radius: 14px;
    font-family: inherit;
    font-size: clamp(11px, 2.6cqw, 13px);
    font-weight: 600;
    line-height: 1.45;
}

.wtn-message::before {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.wtn-message.is-success {
    display: flex;
    border: 1px solid rgba(88, 190, 124, 0.38);
    background: rgba(21, 112, 74, 0.28);
    color: #eafff1;
}

.wtn-message.is-success::before {
    content: "✓";
    background: #49af70;
    color: #ffffff;
}

.wtn-message.is-error {
    display: flex;
    border: 1px solid rgba(255, 150, 150, 0.38);
    background: rgba(132, 25, 41, 0.33);
    color: #fff1f1;
}

.wtn-message.is-error::before {
    content: "!";
    background: #c94455;
    color: #ffffff;
}

.wtn-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@container wtn-card (min-width: 500px) {
    .wtn-card {
        padding: 34px;
    }

    .wtn-card__badge {
        min-height: 40px;
        margin-bottom: 25px;
        padding: 10px 19px;
        font-size: 12.5px;
    }

    .wtn-card__panel {
        margin-top: 28px;
    }

    .wtn-form__row {
        min-height: 68px;
        padding: 5px;
        border-radius: 19px;
    }

    .wtn-field__control input,
    .wtn-submit,
    .wtn-card button.wtn-submit {
        min-height: 56px !important;
    }

    .wtn-field__control input {
        padding-left: 49px !important;
        font-size: 16px !important;
    }

    .wtn-field__icon {
        left: 17px;
        width: 21px;
        height: 21px;
    }
}

@container wtn-card (max-width: 420px) {
    .wtn-card {
        padding: 21px;
        border-radius: 23px;
    }

    .wtn-card__badge {
        min-height: 35px;
        margin-bottom: 18px;
        padding: 8px 14px;
        font-size: 10.5px;
    }

    .wtn-card__badge svg {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
    }

    .wtn-card h2 {
        margin-bottom: 13px !important;
        font-size: clamp(30px, 9.7cqw, 38px) !important;
        letter-spacing: -0.85px !important;
    }

    .wtn-card__copy > p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .wtn-card__note {
        font-size: 11px;
    }

    .wtn-card__panel {
        margin-top: 20px;
    }

    .wtn-form__row {
        min-height: 60px;
        grid-template-columns: minmax(0, 1fr) 134px;
        padding: 4px;
        border-radius: 15px;
    }

    .wtn-field__control input,
    .wtn-submit,
    .wtn-card button.wtn-submit {
        min-height: 50px !important;
    }

    .wtn-field__control input {
        padding-right: 4px !important;
        padding-left: 33px !important;
        font-size: 11.5px !important;
    }

    .wtn-field__icon {
        left: 10px;
        width: 16px;
        height: 16px;
    }

    .wtn-submit,
    .wtn-card button.wtn-submit {
        gap: 3px !important;
        padding: 0 6px !important;
        font-size: 10.5px !important;
    }

    .wtn-submit__arrow {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
    }

    .wtn-consent {
        gap: 8px !important;
        margin-top: 12px !important;
        font-size: 10.5px !important;
        line-height: 1.45 !important;
    }
}

@container wtn-card (max-width: 270px) {
    .wtn-form__row {
        grid-template-columns: minmax(0, 1fr) 118px;
    }

    .wtn-field__control input {
        padding-right: 5px !important;
        padding-left: 7px !important;
        font-size: 10.5px !important;
    }

    .wtn-field__icon {
        display: none;
    }

    .wtn-submit,
    .wtn-card button.wtn-submit {
        gap: 2px !important;
        padding: 0 4px !important;
        font-size: 9.4px !important;
    }

    .wtn-submit__arrow {
        width: 11px;
        height: 11px;
        flex-basis: 11px;
    }
}

@container wtn-card (max-width: 205px) {
    .wtn-form__row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 5px;
    }

    .wtn-field__control input {
        min-height: 48px !important;
        border-radius: 11px !important;
        font-size: 12px !important;
    }

    .wtn-submit,
    .wtn-card button.wtn-submit {
        width: 100% !important;
        min-height: 48px !important;
        border-radius: 11px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .wtn-card {
        max-width: 100%;
    }
}
