:root {
    --value-navy: #082b68;
    --value-blue: #0b4da2;
    --value-blue-dark: #07377f;
    --value-blue-soft: #eef5ff;
    --value-text: #18365f;
    --value-muted: #65758c;
    --value-border: #cbd8e8;
    --value-green: #137a42;
    --value-red: #b32632;
}

body.cons-value-page .main-page-wrapper {
    min-height: calc(100vh - 80px);
    background: radial-gradient(circle at 12% 10%, rgba(40, 104, 190, .08), transparent 28rem), #f5f8fc;
}

body.cons-value-page .cons-value-content {
    width: 100%;
    max-width: none;
    padding: clamp(28px, 6vh, 72px) 18px clamp(36px, 7vh, 80px);
}

.vnt-value-shell,
.vnt-value-shell * { box-sizing: border-box; }

.vnt-value-shell {
    width: 100%;
    color: var(--value-text);
    font-family: Inter, Arial, sans-serif;
}

body.cons-form-v2-value #donationValueForm.cons-v2-root {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.vnt-value-card {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 32px 40px 24px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #d4dfed;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(21, 52, 98, .10);
}

.vnt-value-header h1 {
    margin: 2px 0 0;
    color: var(--value-navy);
    font-size: clamp(1.75rem, 3vw, 2.15rem);
    font-weight: 760;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.vnt-value-header > p {
    margin: 5px 0 0;
    color: var(--value-muted);
    font-size: .9rem;
}

.vnt-value-eyebrow {
    display: block;
    color: var(--value-blue);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.vnt-value-greeting {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #36577e;
    font-size: .84rem;
}

.vnt-value-user {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    color: var(--value-blue);
    background: var(--value-blue-soft);
    border-radius: 50%;
}

.vnt-value-columns {
    margin-top: 23px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 40px;
}

.vnt-value-section {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.vnt-value-section + .vnt-value-section {
    padding-left: 40px;
    border-left: 1px solid #dbe4ef;
}

.vnt-value-section legend {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    color: var(--value-text);
    font-size: .88rem;
    font-weight: 700;
}

.vnt-value-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.vnt-value-options > input,
.vnt-value-frequency > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.vnt-value-options > label {
    min-height: 59px;
    margin: 0;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--value-navy);
    background: #fff;
    border: 1px solid var(--value-border);
    border-radius: 9px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 700;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vnt-value-options > label i {
    width: 0;
    display: flex;
    color: var(--value-blue);
    opacity: 0;
    overflow: hidden;
    transition: width .2s ease, opacity .2s ease;
}

.vnt-value-options > label i .vnt-icon { width: 17px; height: 17px; }

.vnt-value-options > label:hover,
.vnt-value-frequency > label:hover {
    border-color: #8ea9ca;
    transform: translateY(-1px);
}

.vnt-value-options > input:checked + label,
.vnt-value-options > input:focus-visible + label,
.vnt-value-frequency > input:checked + label,
.vnt-value-frequency > input:focus-visible + label,
.vnt-value-custom.is-selected,
.vnt-value-custom:focus-within {
    color: var(--value-blue-dark);
    background: var(--value-blue-soft);
    border-color: var(--value-blue);
    box-shadow: inset 0 0 0 1px var(--value-blue), 0 5px 13px rgba(11, 77, 162, .08);
}

.vnt-value-options > input:checked + label i { width: 17px; opacity: 1; }

.vnt-value-custom {
    min-height: 59px;
    padding: 7px 11px 6px;
    display: block !important;
    background: #fff;
    border: 1px solid var(--value-border);
    border-radius: 9px;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.vnt-value-custom > label {
    width: 100%;
    margin: 0 0 1px;
    display: block !important;
    color: var(--value-muted);
    font-size: .6rem;
    font-weight: 500;
    line-height: 1;
}

.vnt-value-custom > div { width: 100%; display: flex !important; align-items: center; gap: 6px; }

.vnt-value-custom span {
    color: #5e7089;
    font-size: .85rem;
    font-weight: 700;
}

.vnt-value-custom input[type="text"] {
    min-width: 0;
    width: 100%;
    height: 31px;
    margin: 0;
    padding: 0;
    color: var(--value-navy);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: .94rem;
    font-weight: 750;
    outline: 0;
}

.vnt-value-frequency > label {
    min-height: 78px;
    margin: 0 0 11px;
    padding: 11px 14px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    color: var(--value-text);
    background: #fff;
    border: 1px solid var(--value-border);
    border-radius: 9px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vnt-value-calendar {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--value-navy);
}

.vnt-value-calendar .vnt-icon { width: 25px; height: 25px; }

.vnt-value-frequency-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vnt-value-frequency-copy strong {
    color: inherit;
    font-size: .9rem;
    line-height: 1.15;
}

.vnt-value-frequency-copy small {
    margin-top: 2px;
    color: var(--value-muted);
    font-size: .69rem;
    line-height: 1.25;
}

.vnt-value-frequency-copy em {
    margin-top: 4px;
    padding: 2px 8px;
    color: var(--value-green);
    background: #def6e8;
    border-radius: 999px;
    font-size: .54rem;
    font-style: normal;
    font-weight: 700;
}

.vnt-value-radio-mark { display: flex; color: #a9b8ca; }
.vnt-value-radio-mark .vnt-icon { width: 19px; height: 19px; }
.vnt-value-frequency > input:checked + label .vnt-value-radio-mark { color: var(--value-blue); }

.vnt-value-error {
    margin-top: 7px;
    display: none;
    align-items: flex-start;
    gap: 6px;
    color: var(--value-red);
    font-size: .7rem;
    line-height: 1.35;
}

.vnt-value-error.is-visible { display: flex; }
.vnt-value-error .vnt-icon { width: 14px; height: 14px; flex: 0 0 14px; }

.vnt-value-actions {
    width: calc((100% - 40px) * .46);
    margin: 18px 0 0 auto;
    text-align: center;
}

.vnt-value-submit {
    width: 100%;
    min-height: 53px;
    padding: 11px 20px;
    color: #fff;
    background: linear-gradient(115deg, var(--value-blue), var(--value-blue-dark));
    border: 1px solid var(--value-blue-dark);
    border-radius: 8px;
    box-shadow: 0 9px 20px rgba(7, 55, 127, .19);
    cursor: pointer;
    font-size: .95rem;
    font-weight: 750;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.vnt-value-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 23px rgba(7, 55, 127, .24);
}

.vnt-value-submit:focus-visible { outline: 3px solid rgba(11, 77, 162, .22); outline-offset: 3px; }
.vnt-value-submit:disabled { cursor: wait; opacity: .7; }

.vnt-value-actions > small {
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--value-muted);
    font-size: .62rem;
}

.vnt-value-actions > small .vnt-icon { width: 11px; height: 11px; }

.vnt-value-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
    color: var(--value-navy);
    background: rgba(248, 250, 253, .92);
    backdrop-filter: blur(3px);
}

.vnt-value-loader.oculta_loading { display: none; }

.vnt-value-spinner {
    width: 44px;
    height: 44px;
    border: 4px solid #dce6f2;
    border-top-color: var(--value-blue);
    border-radius: 50%;
    animation: vnt-value-spin .75s linear infinite;
}

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

@media (max-width: 767px) {
    body.cons-value-page .cons-value-content { padding: 14px 8px 28px; }
    .vnt-value-card { padding: 20px 16px 16px; border-radius: 16px; box-shadow: 0 10px 30px rgba(21, 52, 98, .09); }
    .vnt-value-eyebrow { font-size: .61rem; }
    .vnt-value-header h1 { font-size: 1.55rem; }
    .vnt-value-header > p { font-size: .78rem; }
    .vnt-value-greeting { margin-top: 10px; font-size: .76rem; }
    .vnt-value-columns { margin-top: 17px; display: block; }
    .vnt-value-section + .vnt-value-section { margin-top: 18px; padding: 18px 0 0; border-top: 1px solid #dbe4ef; border-left: 0; }
    .vnt-value-section legend { margin-bottom: 8px; font-size: .8rem; }
    .vnt-value-options { gap: 8px; }
    .vnt-value-options > label, .vnt-value-custom { min-height: 52px; }
    .vnt-value-frequency > label { min-height: 67px; margin-bottom: 8px; padding: 9px 11px; }
    .vnt-value-actions { width: 100%; margin-top: 16px; }
    .vnt-value-submit { min-height: 49px; font-size: .88rem; }
}

@media (max-width: 380px) {
    .vnt-value-card { padding-right: 12px; padding-left: 12px; }
    .vnt-value-options > label { padding-right: 8px; padding-left: 8px; font-size: .8rem; }
    .vnt-value-frequency-copy small { font-size: .63rem; }
}

@media (prefers-reduced-motion: reduce) {
    .vnt-value-shell * { scroll-behavior: auto !important; transition: none !important; }
}
