.mwr-ankauf {
    max-width: 520px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif
}

.mwr-ankauf .mwr-card {
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: 22px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06)
}

.mwr-ankauf .mwr-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.mwr-ankauf .mwr-title {
    font-weight: 800;
    font-size: 20px;
    color: #0f172a;
    display: flex;
    gap: 10px;
    align-items: center
}

.mwr-ankauf .mwr-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #f59e0b;
    display: inline-block;
    position: relative
}

.mwr-ankauf .mwr-icon:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid rgba(255, 255, 255, .85);
    border-top: none
}

.mwr-ankauf .mwr-reset {
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    padding: 8px;
    border-radius: 10px
}

.mwr-ankauf .mwr-reset:hover {
    background: #f1f5f9
}

.mwr-ankauf .mwr-tabs {
    display: flex;
    background: #f1f5f9;
    border-radius: 14px;
    padding: 6px;
    gap: 6px;
    margin-bottom: 20px
}

.mwr-ankauf .mwr-tab {
    flex: 1;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .03em;
    padding: 10px 8px;
    border-radius: 12px;
    cursor: pointer
}

.mwr-ankauf .mwr-tab.is-active {
    background: #fff;
    color: #f59e0b;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08)
}

.mwr-ankauf .mwr-input {
    position: relative;
    margin-bottom: 20px
}

.mwr-ankauf .mwr-input input {
    width: 100%;
    border: 1px solid #e9eef5;
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px 64px 16px 16px;
    font-size: 18px;
    font-weight: 700;
    outline: none
}

.mwr-ankauf .mwr-input input:focus {
    border-color: #cbd5e1;
    background: #fff
}

.mwr-ankauf .mwr-input input.mwr-error {
    border-color: #ef4444;
    background-color: #fef2f2;
}

.mwr-ankauf .mwr-error-msg {
    color: #ef4444;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 700;
    padding-left: 4px;
    display: none;
}

.mwr-ankauf .mwr-unit {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-weight: 900;
    letter-spacing: .05em
}

.mwr-ankauf .mwr-purities {
    display: none;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.mwr-ankauf .mwr-purities.is-active {
    display: flex
}

.mwr-ankauf .mwr-pill {
    border: 1px solid #e9eef5;
    background: #fff;
    border-radius: 14px;
    padding: 12px 12px;
    font-weight: 800;
    color: #334155;
    cursor: pointer;
    font-size: 12px
}

.mwr-ankauf .mwr-pill:hover {
    border-color: #cbd5e1
}

.mwr-ankauf .mwr-pill.is-active {
    border-color: #f59e0b;
    background: #FFF5E8;
    color: #0f172a
}

.mwr-ankauf .mwr-out {
    border-radius: 22px;
    padding: 18px;
    background: linear-gradient(180deg, #0b1220, #0a1630);
    color: #fff;
    margin-top: 4px
}

.mwr-ankauf .mwr-out-label {
    opacity: .7;
    font-weight: 900;
    letter-spacing: .14em;
    font-size: 11px;
    text-align: center;
    margin-bottom: 8px
}

.mwr-ankauf .mwr-out-amount {
    font-size: 56px;
    line-height: 1.05;
    text-align: center;
    font-weight: 900
}

.mwr-ankauf .mwr-out-currency {
    font-size: .55em;
    vertical-align: super;
    margin-left: 4px;
    color: #fbbf24
}

.mwr-ankauf .mwr-out-basis {
    opacity: .65;
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: .06em
}

.mwr-ankauf .mwr-cta {
    margin-top: 14px
}

.mwr-ankauf .mwr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    text-decoration: none;
    background: linear-gradient(180deg, #0b1220, #0a1630);
    color: #fff;
    border-radius: 18px;
    padding: 16px 14px;
    font-weight: 900;
    letter-spacing: .03em
}

.mwr-ankauf .mwr-btn:hover {
    filter: brightness(1.06)
}

.mwr-ankauf .mwr-btn.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.mwr-ankauf .mwr-arrow {
    font-size: 18px;
    opacity: .9
}

@keyframes mwr-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

.mwr-rotate-once {
    animation: mwr-rotate 0.4s ease-out;
}

/* Summary Widget */
.mwr-summary-card {
    background: #0f172a; /* Dark background */
    color: #fff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.mwr-summary-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.mwr-summary-icon {
    font-size: 20px;
}

.mwr-summary-title {
    font-size: 18px;
    font-weight: 800;
}

.mwr-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mwr-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.6;
    font-weight: 700;
}

.mwr-value {
    font-size: 16px;
    font-weight: 700;
}

.mwr-summary-total {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.1);
}

.mwr-total-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #f59e0b; /* Gold/Orange accent */
    font-weight: 800;
    margin-bottom: 5px;
}

.mwr-total-amount {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.mwr-summary-note {
    font-size: 11px;
    opacity: 0.5;
    text-align: center;
    line-height: 1.5;
    font-style: italic;
}

/* Contact Widget */
.mwr-contact-form-wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.mwr-contact-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
}

.mwr-contact-subtitle {
    color: #64748b;
    margin: 0 0 40px 0;
    font-size: 16px;
}

.mwr-contact-form {
    margin-bottom: 40px;
}

.mwr-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.mwr-field-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

.mwr-field-group label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 8px;
}

.mwr-field-group input {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    color: #334155;
    font-weight: 600;
    outline: none;
    transition: all 0.2s;
}

.mwr-field-group input:focus {
    background: #fff;
    border-color: #cbd5e1;
    box-shadow: 0 0 0 3px rgba(203, 213, 225, 0.3);
}

.mwr-field-group.is-error label {
    color: #ef4444;
}

.mwr-field-group input.mwr-error {
    border-color: #ef4444;
    background-color: #fef2f2;
}

.mwr-half { flex: 1; }
.mwr-three-quarter { flex: 3; }
.mwr-quarter { flex: 1; }
.mwr-third { flex: 1; }
.mwr-two-third { flex: 2; }

.mwr-form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 30px 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.mwr-form-checkbox input {
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.mwr-form-checkbox a {
    color: #f59e0b;
    text-decoration: none;
    font-weight: 600;
}

.mwr-form-checkbox.is-error label {
    color: #ef4444;
}

.mwr-submit-btn {
    width: 100%;
    background: #0f172a; /* Dark Button */
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 20px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform 0.1s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mwr-submit-btn:hover {
    background: #1e293b;
    color: white;
}

.mwr-submit-btn:active {
    transform: scale(0.99);
}

.mwr-submit-btn.mwr-loading {
    opacity: 0.7;
    pointer-events: none;
}

.mwr-box-icon {
    font-size: 20px;
}

.mwr-security-badge {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.mwr-shield-icon {
    font-size: 24px;
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mwr-security-text {
    font-size: 13px;
    color: #b45309;
    line-height: 1.4;
}

.mwr-security-text strong {
    color: #92400e;
    font-weight: 800;
    font-size: 14px;
}

.mwr-form-message {
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

.mwr-form-message.mwr-success {
    color: #10b981;
    background: #ecfdf5;
    padding: 15px;
    border-radius: 12px;
}

.mwr-form-message.mwr-error {
    color: #ef4444;
}

@media (max-width: 768px) {
    .mwr-form-row {
        flex-direction: column;
        gap: 15px;
    }
}
