/* ============================================================
   Last 10 Nights - AMNT Premium Donation Experience
   Minimal, fluid, logo-led UI
   ============================================================ */

:root {
    --l10n-bg: #03070d;
    --l10n-bg-deep: #07111f;
    --l10n-panel: rgba(9, 18, 33, 0.9);
    --l10n-panel-strong: rgba(12, 24, 42, 0.96);
    --l10n-panel-soft: rgba(14, 28, 49, 0.76);
    --l10n-border: rgba(120, 151, 186, 0.16);
    --l10n-border-strong: rgba(120, 151, 186, 0.3);
    --l10n-blue: #005bb7;
    --l10n-blue-strong: #0b78cb;
    --l10n-green: #18a84b;
    --l10n-green-strong: #29bf60;
    --l10n-orange: #f4aa25;
    --l10n-orange-strong: #ffc24a;
    --l10n-text: #f4f7fb;
    --l10n-text-muted: rgba(244, 247, 251, 0.72);
    --l10n-text-soft: rgba(244, 247, 251, 0.48);
    --l10n-success: #3dcb68;
    --l10n-error: #ff9b9b;
    --l10n-radius: 30px;
    --l10n-radius-md: 22px;
    --l10n-radius-sm: 18px;
    --l10n-radius-pill: 999px;
    --l10n-font: 'Manrope', 'Sora', 'Segoe UI', sans-serif;
    --l10n-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
    --l10n-shadow-soft: 0 18px 34px rgba(0, 0, 0, 0.22);
    --l10n-transition: 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.l10n-page-shell[data-theme="emerald-gold"] {
    --l10n-blue: #0d7663;
    --l10n-blue-strong: #17a68b;
    --l10n-green: #1c9655;
    --l10n-green-strong: #54d58f;
    --l10n-orange: #f2b24b;
    --l10n-orange-strong: #ffe39a;
}

.l10n-page-shell[data-theme="midnight-silver"] {
    --l10n-blue: #48627d;
    --l10n-blue-strong: #7e9ebb;
    --l10n-green: #5f7691;
    --l10n-green-strong: #c7d7e7;
    --l10n-orange: #c0ccd8;
    --l10n-orange-strong: #f4f8fc;
}

body.l10n-donation-page {
    position: relative;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 20% 14%, rgba(0, 93, 183, 0.28), transparent 26%),
        radial-gradient(circle at 76% 18%, rgba(24, 168, 75, 0.15), transparent 22%),
        radial-gradient(circle at 50% 78%, rgba(242, 161, 38, 0.12), transparent 24%),
        linear-gradient(180deg, #02060b 0%, #08111d 45%, #03070d 100%);
    color: var(--l10n-text);
    font-family: var(--l10n-font);
}

body.l10n-donation-page::before {
    content: none;
}

body.l10n-donation-page .qode-grid-lines-holder,
body.l10n-donation-page .qode-grid-line,
body.l10n-donation-page .qode-grid-lines-light-skin {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

body.l10n-donation-page .title_outer,
body.l10n-donation-page .title,
body.l10n-donation-page .title_holder,
body.l10n-donation-page .title_subtitle_holder,
body.l10n-donation-page .title_subtitle_holder .separator {
    display: none !important;
}

body.l10n-donation-page .wp-site-blocks {
    min-height: 100vh;
    background: transparent;
    overflow-x: hidden;
}

body.l10n-donation-page .wp-block-group.alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
}

body.l10n-donation-page .wp-block-post-title,
body.l10n-donation-page .wp-site-blocks > header,
body.l10n-donation-page .wp-site-blocks > footer {
    display: none;
}

body.l10n-donation-page .content_inner > .container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto;
}

body.l10n-donation-page main,
body.l10n-donation-page .entry-content,
body.l10n-donation-page .wp-site-blocks > main,
body.l10n-donation-page .page_container_inner,
body.l10n-donation-page .container_inner.default_template_holder {
    max-width: none;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.l10n-page-shell {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100svh;
    margin: 0 auto;
    padding: clamp(18px, 3.2vw, 34px) 18px 22px;
    overflow: hidden;
    display: grid;
    justify-items: center;
    align-items: start;
}

.l10n-page-shell::before,
.l10n-page-shell::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(28px);
}

.l10n-page-shell::before {
    width: 38vw;
    height: 38vw;
    min-width: 220px;
    min-height: 220px;
    top: 6%;
    left: -10%;
    background: radial-gradient(circle, rgba(0, 93, 183, 0.2), transparent 70%);
}

.l10n-page-shell::after {
    width: 34vw;
    height: 34vw;
    min-width: 200px;
    min-height: 200px;
    right: -8%;
    bottom: 8%;
    background: radial-gradient(circle, rgba(242, 161, 38, 0.14), transparent 72%);
}

.l10n-page-shell[data-theme="emerald-gold"]::before {
    background: radial-gradient(circle, rgba(13, 118, 99, 0.22), transparent 70%);
}

.l10n-page-shell[data-theme="emerald-gold"]::after {
    background: radial-gradient(circle, rgba(242, 178, 75, 0.16), transparent 72%);
}

.l10n-page-shell[data-theme="midnight-silver"]::before {
    background: radial-gradient(circle, rgba(126, 158, 187, 0.2), transparent 70%);
}

.l10n-page-shell[data-theme="midnight-silver"]::after {
    background: radial-gradient(circle, rgba(192, 204, 216, 0.16), transparent 72%);
}

.l10n-page-grid {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    display: grid;
    gap: 24px;
    padding-top: clamp(4px, 1.2vh, 16px);
    justify-items: center;
}

.l10n-page-header {
    display: grid;
    gap: 14px;
    justify-items: center;
    text-align: center;
}

.l10n-page-logo {
    width: min(216px, 56vw);
    height: auto;
    display: block;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.32));
}

.l10n-page-title {
    margin: 0;
    max-width: 17ch;
    color: var(--l10n-text);
    font-size: clamp(27px, 6.2vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    text-align: center;
    text-wrap: balance;
}

.l10n-page-shell.l10n-viewport-tight {
    padding-top: 14px;
    padding-bottom: 18px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-page-grid {
    gap: 18px;
    padding-top: 0;
}

.l10n-page-shell.l10n-viewport-tight .l10n-page-header {
    gap: 10px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-page-logo {
    width: min(184px, 44vw);
}

.l10n-page-shell.l10n-viewport-tight .l10n-page-title {
    font-size: clamp(24px, 5vw, 40px);
    max-width: 15ch;
}

.l10n-page-shell.l10n-viewport-tight .l10n-widget {
    padding: 22px 18px 18px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-widget-topbar {
    margin-bottom: 18px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-step.l10n-active {
    gap: 14px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-step-amount.l10n-active,
.l10n-page-shell.l10n-viewport-tight .l10n-step-success.l10n-active {
    gap: 16px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-amounts {
    gap: 12px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-amount-btn {
    min-height: 80px;
    padding: 14px 16px;
    font-size: clamp(19px, 4.8vw, 22px);
}

.l10n-page-shell.l10n-viewport-tight .l10n-amount-btn .l10n-per-night {
    margin-top: 6px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-total {
    padding: 18px 18px 16px;
}

.l10n-page-shell.l10n-viewport-tight .l10n-total-value {
    font-size: clamp(30px, 6.2vw, 38px);
}

.l10n-page-shell.l10n-viewport-tight .l10n-next-btn,
.l10n-page-shell.l10n-viewport-tight .l10n-pay-btn {
    min-height: 54px;
}

.l10n-page-shell.l10n-viewport-ultra-tight {
    padding-top: 10px;
    padding-bottom: 14px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-page-grid {
    gap: 14px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-page-header {
    gap: 8px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-page-logo {
    width: min(148px, 34vw);
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-page-title {
    font-size: clamp(18px, 6.6vw, 30px);
    line-height: 1.02;
    max-width: 14ch;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-widget {
    width: min(100%, 460px);
    padding: 18px 14px 14px;
    border-radius: 24px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-widget-topbar {
    margin-bottom: 14px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-widget-stage {
    gap: 7px;
    padding: 7px 9px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-stage-dot {
    width: 30px;
    height: 30px;
    font-size: 11px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-step.l10n-active,
.l10n-page-shell.l10n-viewport-ultra-tight .l10n-step-amount.l10n-active,
.l10n-page-shell.l10n-viewport-ultra-tight .l10n-step-success.l10n-active {
    gap: 12px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-amounts {
    gap: 10px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-amount-btn {
    min-height: 68px;
    padding: 12px 14px;
    font-size: clamp(16px, 5vw, 18px);
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-amount-btn .l10n-per-night {
    margin-top: 5px;
    font-size: 10px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-total {
    padding: 16px 14px 14px;
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-total-value {
    margin-top: 8px;
    font-size: clamp(26px, 7.2vw, 34px);
}

.l10n-page-shell.l10n-viewport-ultra-tight .l10n-next-btn,
.l10n-page-shell.l10n-viewport-ultra-tight .l10n-pay-btn {
    min-height: 50px;
    padding: 12px 18px;
}

.l10n-widget-frame {
    position: relative;
    width: 100%;
}

.l10n-widget-aura {
    position: absolute;
    inset: -14% -10%;
    border-radius: 42px;
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 93, 183, 0.3), transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(24, 168, 75, 0.18), transparent 28%),
        radial-gradient(circle at 56% 84%, rgba(242, 161, 38, 0.2), transparent 26%);
    filter: blur(34px);
    opacity: 0.95;
    pointer-events: none;
}

.l10n-page-shell[data-theme="emerald-gold"] .l10n-widget-aura {
    background:
        radial-gradient(circle at 18% 18%, rgba(13, 118, 99, 0.28), transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(28, 150, 85, 0.2), transparent 28%),
        radial-gradient(circle at 56% 84%, rgba(242, 178, 75, 0.22), transparent 26%);
}

.l10n-page-shell[data-theme="midnight-silver"] .l10n-widget-aura {
    background:
        radial-gradient(circle at 18% 18%, rgba(126, 158, 187, 0.26), transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(95, 118, 145, 0.18), transparent 28%),
        radial-gradient(circle at 56% 84%, rgba(192, 204, 216, 0.2), transparent 26%);
}

.l10n-widget {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: min(100%, 480px);
    margin: 0 auto;
    padding: 28px 24px 24px;
    border-radius: var(--l10n-radius);
    background:
        linear-gradient(180deg, rgba(13, 25, 45, 0.96), rgba(7, 14, 27, 0.98)),
        linear-gradient(135deg, rgba(14, 122, 221, 0.12), transparent 34%);
    border: 1px solid var(--l10n-border);
    box-shadow: var(--l10n-shadow);
    color: var(--l10n-text);
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    backdrop-filter: blur(14px);
}

.l10n-page-shell[data-theme="emerald-gold"] .l10n-widget {
    background:
        linear-gradient(180deg, rgba(8, 31, 30, 0.96), rgba(6, 19, 22, 0.98)),
        linear-gradient(135deg, rgba(23, 166, 139, 0.16), transparent 34%);
}

.l10n-page-shell[data-theme="midnight-silver"] .l10n-widget {
    background:
        linear-gradient(180deg, rgba(17, 25, 37, 0.96), rgba(8, 12, 18, 0.98)),
        linear-gradient(135deg, rgba(126, 158, 187, 0.14), transparent 34%);
}

.l10n-widget::before,
.l10n-widget::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.l10n-widget::before {
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(180deg, transparent 52%, rgba(255, 255, 255, 0.03));
    opacity: 0.72;
}

.l10n-widget::after {
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(14, 122, 221, 0), rgba(14, 122, 221, 0.72), rgba(61, 203, 104, 0.65), rgba(242, 161, 38, 0));
}

.l10n-page-shell[data-theme="emerald-gold"] .l10n-widget::after {
    background: linear-gradient(90deg, rgba(23, 166, 139, 0), rgba(23, 166, 139, 0.76), rgba(84, 213, 143, 0.66), rgba(242, 178, 75, 0));
}

.l10n-page-shell[data-theme="midnight-silver"] .l10n-widget::after {
    background: linear-gradient(90deg, rgba(126, 158, 187, 0), rgba(126, 158, 187, 0.76), rgba(199, 215, 231, 0.7), rgba(192, 204, 216, 0));
}

.l10n-widget > * {
    position: relative;
    z-index: 1;
}

.l10n-widget * {
    box-sizing: border-box;
}

.l10n-widget-topbar {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}

.l10n-widget-stage {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: var(--l10n-radius-pill);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.l10n-stage-dot {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(120, 151, 186, 0.16);
    background: rgba(14, 28, 49, 0.82);
    color: var(--l10n-text-soft);
    font-size: 13px;
    font-weight: 800;
    transition: transform var(--l10n-transition), background var(--l10n-transition), border-color var(--l10n-transition), color var(--l10n-transition), box-shadow var(--l10n-transition);
}

.l10n-stage-dot-active {
    border-color: rgba(242, 161, 38, 0.4);
    background: linear-gradient(135deg, var(--l10n-orange), var(--l10n-orange-strong));
    color: #0a1320;
    box-shadow: 0 0 0 4px rgba(242, 161, 38, 0.12), 0 12px 28px rgba(242, 161, 38, 0.2);
}

.l10n-stage-dot-complete {
    border-color: rgba(61, 203, 104, 0.24);
    background: rgba(24, 168, 75, 0.14);
    color: var(--l10n-green-strong);
}

.l10n-step {
    display: none;
    animation: l10nFadeIn 0.34s ease-out;
}

.l10n-step.l10n-active {
    display: grid;
    gap: 18px;
}

.l10n-step-amount.l10n-active {
    gap: 20px;
}

.l10n-step-amount.l10n-active.l10n-custom-active {
    gap: 24px;
}

@keyframes l10nFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.l10n-amount-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    min-height: 92px;
    padding: 18px 18px;
    border-radius: var(--l10n-radius-sm);
    border: 1px solid rgba(120, 151, 186, 0.14);
    background:
        linear-gradient(180deg, rgba(18, 35, 61, 0.94), rgba(11, 21, 38, 0.96)),
        rgba(11, 21, 38, 0.9);
    color: var(--l10n-text);
    font-family: var(--l10n-font);
    font-size: clamp(21px, 5.4vw, 24px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    cursor: pointer;
    transition: transform var(--l10n-transition), background var(--l10n-transition), border-color var(--l10n-transition), box-shadow var(--l10n-transition);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
}

.l10n-amount-btn .l10n-amount-value {
    color: inherit;
    font-size: clamp(21px, 5.4vw, 24px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
}

.l10n-amount-btn .l10n-amount-part {
    color: rgba(244, 247, 251, 0.64);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.l10n-amount-btn .l10n-per-night {
    margin-top: 3px;
    color: var(--l10n-text-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.l10n-amount-btn:hover,
.l10n-amount-btn:focus-visible {
    border-color: rgba(120, 151, 186, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.l10n-amount-btn:active {
    transform: scale(0.985);
}

.l10n-amount-btn.l10n-selected {
    border-color: rgba(61, 203, 104, 0.32);
    background:
        linear-gradient(140deg, rgba(14, 122, 221, 0.95), rgba(24, 168, 75, 0.88)),
        linear-gradient(180deg, rgba(18, 35, 61, 0.94), rgba(11, 21, 38, 0.96));
    color: #f8fbff;
    box-shadow:
        0 18px 34px rgba(0, 33, 72, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 24px rgba(242, 161, 38, 0.08);
}

.l10n-amount-btn.l10n-selected .l10n-per-night {
    color: rgba(248, 251, 255, 0.82);
}

.l10n-amount-btn.l10n-selected .l10n-amount-part {
    color: rgba(248, 251, 255, 0.8);
}

.l10n-amount-custom-btn {
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.l10n-custom-input {
    margin: 0;
}

.l10n-step-amount.l10n-active.l10n-custom-active .l10n-custom-input {
    margin-top: 4px;
}

.l10n-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.l10n-input {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    border-radius: var(--l10n-radius-sm);
    border: 1px solid rgba(120, 151, 186, 0.16);
    background: rgba(11, 21, 38, 0.82);
    color: var(--l10n-text);
    font-family: var(--l10n-font);
    font-size: 15px;
    outline: none;
    transition: border-color var(--l10n-transition), background var(--l10n-transition), box-shadow var(--l10n-transition);
    -webkit-appearance: none;
}

.l10n-input::placeholder {
    color: rgba(244, 247, 251, 0.34);
}

.l10n-input:focus {
    border-color: rgba(14, 122, 221, 0.5);
    background: rgba(12, 24, 42, 0.96);
    box-shadow: 0 0 0 4px rgba(14, 122, 221, 0.12);
}

.l10n-input-suffix {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: var(--l10n-text-soft);
    font-size: 12px;
    font-weight: 700;
    pointer-events: none;
}

.l10n-total {
    margin-top: 0;
    padding: 22px 20px 20px;
    border-radius: var(--l10n-radius-md);
    background:
        linear-gradient(180deg, rgba(19, 39, 68, 0.9), rgba(12, 23, 40, 0.98)),
        rgba(12, 23, 40, 0.94);
    border: 1px solid rgba(120, 151, 186, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    text-align: center;
}

.l10n-step-amount.l10n-active.l10n-custom-active .l10n-total {
    margin-top: 2px;
    padding-top: 24px;
    padding-bottom: 22px;
}

.l10n-total-label {
    display: block;
    color: var(--l10n-text-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.l10n-total-value {
    display: block;
    margin-top: 10px;
    color: var(--l10n-orange-strong);
    font-size: clamp(22px, 5.8vw, 30px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.25;
}

.l10n-next-btn,
.l10n-pay-btn {
    width: 100%;
    min-height: 58px;
    padding: 14px 24px;
    border: none;
    border-radius: var(--l10n-radius-pill);
    background: linear-gradient(135deg, var(--l10n-orange) 0%, #ffb12b 48%, var(--l10n-orange-strong) 100%);
    color: #0a1320;
    font-family: var(--l10n-font);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform var(--l10n-transition), box-shadow var(--l10n-transition), opacity var(--l10n-transition);
    box-shadow: 0 18px 34px rgba(242, 161, 38, 0.22);
    -webkit-tap-highlight-color: transparent;
}

.l10n-next-btn {
    margin-top: 0;
}

.l10n-step-amount.l10n-active.l10n-custom-active .l10n-next-btn {
    margin-top: 4px;
}

.l10n-next-btn:hover,
.l10n-pay-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 22px 40px rgba(242, 161, 38, 0.28);
}

.l10n-next-btn:active,
.l10n-pay-btn:active:not(:disabled) {
    transform: scale(0.985);
}

.l10n-pay-btn {
    position: relative;
    overflow: hidden;
}

.l10n-pay-btn:disabled {
    opacity: 0.56;
    cursor: not-allowed;
    box-shadow: none;
}

.l10n-payment-toolbar {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 2px;
}

.l10n-recap {
    flex: 1 1 auto;
    display: grid;
    gap: 8px;
    padding: 18px 18px;
    border-radius: var(--l10n-radius-md);
    background:
        linear-gradient(180deg, rgba(18, 35, 61, 0.94), rgba(11, 21, 38, 0.96)),
        rgba(11, 21, 38, 0.9);
    border: 1px solid rgba(120, 151, 186, 0.14);
}

.l10n-recap-amount {
    color: var(--l10n-text);
    font-size: clamp(22px, 5vw, 28px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.2;
}

.l10n-recap-detail {
    color: var(--l10n-text-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.l10n-back-btn {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(120, 151, 186, 0.16);
    background: rgba(14, 28, 49, 0.82);
    color: var(--l10n-text-muted);
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--l10n-transition), border-color var(--l10n-transition), background var(--l10n-transition), color var(--l10n-transition);
}

.l10n-back-btn:hover {
    border-color: rgba(120, 151, 186, 0.3);
    background: rgba(18, 35, 61, 0.94);
    color: var(--l10n-text);
    transform: translateY(-1px);
}

#l10n-express-checkout {
    min-height: 52px;
    margin-bottom: 2px;
}

.l10n-separator {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 0 2px;
    color: var(--l10n-text-soft);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.l10n-separator::before,
.l10n-separator::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(120, 151, 186, 0.14);
}

.l10n-email-wrap {
    margin-top: 2px;
}

#l10n-payment-element {
    min-height: 170px;
    padding: 18px;
    border-radius: var(--l10n-radius-md);
    border: 1px solid rgba(120, 151, 186, 0.14);
    background:
        linear-gradient(180deg, rgba(18, 35, 61, 0.88), rgba(11, 21, 38, 0.96)),
        rgba(12, 23, 40, 0.94);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#l10n-payment-element.l10n-payment-element-pending {
    background:
        linear-gradient(180deg, rgba(18, 42, 76, 0.82), rgba(11, 21, 38, 0.96)),
        rgba(12, 23, 40, 0.94);
}

.l10n-payment-placeholder {
    display: grid;
    gap: 10px;
}

.l10n-payment-chip,
.l10n-payment-line {
    display: block;
    border-radius: var(--l10n-radius-pill);
    background:
        linear-gradient(90deg, rgba(120, 151, 186, 0.08), rgba(120, 151, 186, 0.26), rgba(120, 151, 186, 0.08));
    background-size: 220% 100%;
    animation: l10nShimmer 1.2s linear infinite;
}

.l10n-payment-chip {
    width: 86px;
    height: 12px;
}

.l10n-payment-line {
    width: 100%;
    height: 16px;
}

.l10n-payment-line-primary {
    height: 52px;
    border-radius: 14px;
}

.l10n-payment-line-short {
    width: 46%;
}

.l10n-payment-note,
.l10n-demo-note {
    margin: 12px 0 0;
    color: var(--l10n-text-soft);
    font-size: 12px;
    line-height: 1.55;
}

.l10n-payment-unavailable {
    min-height: 100%;
    display: flex;
    align-items: center;
}

@keyframes l10nShimmer {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -20% 0;
    }
}

.l10n-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    border: 2px solid rgba(10, 19, 32, 0.2);
    border-top-color: #0a1320;
    border-radius: 50%;
    animation: l10nSpin 0.7s linear infinite;
}

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

.l10n-error {
    padding: 13px 15px;
    border-radius: var(--l10n-radius-sm);
    border: 1px solid rgba(255, 155, 155, 0.26);
    background: rgba(104, 18, 25, 0.22);
    color: var(--l10n-error);
    font-size: 14px;
    line-height: 1.5;
}

.l10n-legal {
    margin: 2px 0 0;
    color: var(--l10n-text-soft);
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.l10n-step-success {
    text-align: center;
}

.l10n-step-payment.l10n-active .l10n-email-wrap {
    margin-top: 10px;
}

.l10n-step-payment.l10n-active #l10n-payment-element {
    margin-top: 10px;
}

.l10n-step-payment.l10n-active .l10n-pay-btn {
    margin-top: 10px;
}

.l10n-step-payment.l10n-active .l10n-error {
    margin-top: 8px;
}

.l10n-step-payment.l10n-active .l10n-legal {
    margin-top: 10px;
}

.l10n-step-success.l10n-active {
    gap: 22px;
}

.l10n-success-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--l10n-green), var(--l10n-green-strong));
    color: #08111d;
    font-size: 34px;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(24, 168, 75, 0.24);
    animation: l10nPop 0.48s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes l10nPop {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.l10n-success-title {
    margin: 0;
    color: var(--l10n-text);
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.l10n-success-text {
    margin: 0;
    max-width: 26ch;
    margin-inline: auto;
    color: var(--l10n-text-muted);
    font-size: 14px;
    line-height: 1.6;
}

.l10n-success-text strong {
    color: var(--l10n-orange-strong);
    font-weight: 900;
}

.l10n-receipt-form {
    display: grid;
    gap: 20px;
    margin-top: 12px;
    padding: 24px 18px;
    border-radius: var(--l10n-radius-md);
    background:
        linear-gradient(180deg, rgba(18, 35, 61, 0.92), rgba(11, 21, 38, 0.96)),
        rgba(12, 23, 40, 0.94);
    border: 1px solid rgba(120, 151, 186, 0.14);
    text-align: left;
}

.l10n-receipt-title {
    margin: 0;
    color: var(--l10n-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.l10n-receipt-consent {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(236, 242, 248, 0.92);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}

.l10n-receipt-consent input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--l10n-orange-strong);
    cursor: pointer;
}

.l10n-receipt-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.l10n-btn-secondary {
    width: 100%;
    min-height: 50px;
    padding: 12px 18px;
    border-radius: var(--l10n-radius-pill);
    border: 1px solid rgba(61, 203, 104, 0.28);
    background: rgba(24, 168, 75, 0.08);
    color: var(--l10n-green-strong);
    font-family: var(--l10n-font);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--l10n-transition), background var(--l10n-transition);
}

.l10n-btn-secondary:hover {
    background: rgba(24, 168, 75, 0.14);
    transform: translateY(-1px);
}

.l10n-btn-link {
    align-self: flex-start;
    background: none;
    border: none;
    padding: 4px 0 0;
    color: var(--l10n-orange-strong);
    font-family: var(--l10n-font);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.l10n-receipt-success {
    padding-top: 8px;
    color: var(--l10n-success);
    font-size: 14px;
    font-weight: 800;
}

.l10n-receipt-success-message,
.l10n-receipt-success-note {
    margin: 0;
}

.l10n-receipt-success {
    display: grid;
    gap: 10px;
}

.l10n-receipt-success-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.l10n-receipt-success-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(234, 164, 85, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: var(--l10n-orange-strong);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform var(--l10n-transition),
        background var(--l10n-transition),
        border-color var(--l10n-transition);
}

.l10n-receipt-success-links a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(234, 164, 85, 0.34);
}

.l10n-receipt-success-links .l10n-receipt-link-primary {
    background: rgba(234, 164, 85, 0.12);
    border-color: rgba(234, 164, 85, 0.34);
}

.l10n-receipt-success-note {
    color: rgba(228, 236, 246, 0.72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.l10n-support-note {
    margin-top: 12px;
    padding: 16px 18px;
    border-radius: var(--l10n-radius-md);
    background: rgba(12, 23, 40, 0.76);
    border: 1px solid rgba(120, 151, 186, 0.14);
    text-align: left;
}

.l10n-support-note p {
    margin: 0;
    color: rgba(236, 242, 248, 0.82);
    font-size: 13px;
    line-height: 1.75;
}

.l10n-support-note a {
    color: var(--l10n-orange-strong);
    font-weight: 700;
    text-decoration: none;
}

.l10n-support-note a:hover,
.l10n-support-note a:focus-visible {
    text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
    .l10n-step,
    .l10n-success-icon,
    .l10n-payment-chip,
    .l10n-payment-line,
    .l10n-amount-btn,
    .l10n-next-btn,
    .l10n-pay-btn,
    .l10n-stage-dot,
    .l10n-input,
    .l10n-back-btn {
        animation: none !important;
        transition: none !important;
    }
}

@media (min-width: 560px) {
    .l10n-amounts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .l10n-page-shell {
        padding: 14px 14px 22px;
    }

    .l10n-page-grid {
        gap: 18px;
        padding-top: 0;
    }

    .l10n-page-title {
        font-size: clamp(23px, 8.8vw, 34px);
        max-width: 15ch;
    }

    .l10n-page-logo {
        width: min(172px, 44vw);
    }

    .l10n-widget {
        padding: 20px 16px 18px;
    }

    .l10n-stage-dot {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .l10n-amount-btn {
        min-height: 78px;
        padding: 14px;
        font-size: 20px;
    }

    .l10n-payment-toolbar {
        gap: 12px;
    }

    .l10n-recap-amount {
        font-size: 28px;
    }
}

@media (max-width: 420px) {
    .l10n-widget {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 24px;
    }

    .l10n-page-title {
        font-size: clamp(20px, 8vw, 28px);
    }

    .l10n-widget-stage {
        gap: 8px;
        padding: 8px 10px;
    }

    .l10n-back-btn {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    .l10n-recap {
        padding: 16px;
    }

    .l10n-total-value {
        font-size: 34px;
    }
}

@media (max-width: 360px) {
    .l10n-widget {
        padding: 16px 12px 14px;
        border-radius: 22px;
    }

    .l10n-amounts {
        gap: 10px;
    }

    .l10n-amount-btn {
        min-height: 66px;
        font-size: 17px;
    }

    .l10n-total,
    #l10n-payment-element,
    .l10n-receipt-form,
    .l10n-recap {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* ============================================================
   Professional donation page (screenshot-inspired)
   ============================================================ */

.l10n-page-shell-professional {
    min-height: 100svh;
    padding: 18px 12px 24px;
    background:
        radial-gradient(circle at top, rgba(248, 200, 52, 0.12), transparent 26%),
        linear-gradient(180deg, #fbfbfd 0%, #f0f1f6 100%);
}

.l10n-page-grid-professional {
    width: min(100%, 420px);
    gap: 0;
}

.l10n-widget-frame-professional {
    width: 100%;
}

.l10n-page-shell-professional .l10n-widget-professional {
    width: 100%;
    padding: 16px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e6e8ef;
    box-shadow: 0 20px 48px rgba(20, 26, 42, 0.08);
    color: #1d2433;
    backdrop-filter: none;
    overflow: visible;
}

.l10n-page-shell-professional .l10n-widget-professional::before,
.l10n-page-shell-professional .l10n-widget-professional::after,
.l10n-page-shell-professional .l10n-widget-frame-professional .l10n-widget-aura {
    content: none;
    display: none;
}

.l10n-pro-form,
.l10n-pro-success {
    display: grid;
    gap: 14px;
}

.l10n-pro-intro {
    display: grid;
    gap: 8px;
    padding: 4px 2px 2px;
}

.l10n-pro-title {
    margin: 0;
    color: #23283a;
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.l10n-pro-copy {
    margin: 0;
    color: #7f8698;
    font-size: 12px;
    line-height: 1.45;
}

.l10n-pro-section {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
    background: #f7f7fa;
    border: 1px solid #eceef4;
}

.l10n-pro-section-title {
    margin: 0;
    color: #30364a;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.l10n-pro-field-group {
    display: grid;
    gap: 8px;
}

.l10n-pro-field-label {
    color: #7a8090;
    font-size: 12px;
    font-weight: 700;
}

.l10n-pro-radio-row,
.l10n-pro-payment-method {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.l10n-pro-inline-option,
.l10n-pro-frequency-option {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #636b80;
    font-size: 12px;
    font-weight: 600;
}

.l10n-pro-inline-option input,
.l10n-pro-frequency-option input {
    accent-color: #f5c132;
}

.l10n-pro-input-grid {
    display: grid;
    gap: 10px;
}

.l10n-pro-input {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid #dfe2eb;
    background: #ffffff;
    color: #1d2433;
    font-size: 14px;
    outline: none;
    transition: border-color var(--l10n-transition), box-shadow var(--l10n-transition);
}

.l10n-pro-input::placeholder {
    color: #b2b8c6;
}

.l10n-pro-input:focus {
    border-color: rgba(33, 28, 83, 0.32);
    box-shadow: 0 0 0 4px rgba(33, 28, 83, 0.08);
}

.l10n-pro-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.l10n-pro-amount-btn {
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid #e0e4ec;
    border-radius: 14px;
    background: #ffffff;
    color: #5b6273;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--l10n-transition), border-color var(--l10n-transition), box-shadow var(--l10n-transition), background var(--l10n-transition);
}

.l10n-pro-amount-btn:hover,
.l10n-pro-amount-btn:focus-visible {
    border-color: #d0d5e2;
    box-shadow: 0 10px 20px rgba(34, 41, 62, 0.08);
}

.l10n-pro-amount-selected {
    border-color: rgba(245, 193, 50, 0.65);
    background: rgba(245, 193, 50, 0.15);
    color: #2f3450;
}

.l10n-pro-custom-wrap {
    margin-top: -2px;
}

.l10n-pro-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.l10n-pro-summary-item {
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e8ef;
}

.l10n-pro-summary-item span {
    color: #8a90a0;
    font-size: 11px;
    font-weight: 700;
}

.l10n-pro-summary-item strong {
    color: #2a3042;
    font-size: 14px;
    font-weight: 900;
}

.l10n-pro-frequency-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}

.l10n-pro-method-card {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #ebeef4;
    background: #ffffff;
    color: #5d6577;
    font-size: 12px;
    font-weight: 700;
}

.l10n-pro-method-dot,
.l10n-pro-secure-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f5c132;
    box-shadow: 0 0 0 4px rgba(245, 193, 50, 0.18);
}

.l10n-pro-card-brands {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto;
}

.l10n-pro-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.l10n-pro-brand-mastercard {
    background: linear-gradient(135deg, #ffb36b, #ef5d43);
    color: #ffffff;
}

.l10n-pro-brand-visa {
    background: #2342a0;
    color: #ffffff;
}

.l10n-pro-section-payment {
    gap: 14px;
}

.l10n-pro-payment-summary {
    display: grid;
    gap: 8px;
}

.l10n-pro-payment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eceef3;
    color: #6b7284;
    font-size: 12px;
    font-weight: 700;
}

.l10n-pro-payment-row strong {
    color: #1f2638;
    font-size: 22px;
    font-weight: 900;
}

.l10n-pro-card-fields {
    display: grid;
    gap: 10px;
}

.l10n-pro-stripe-inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.l10n-pro-stripe-group {
    display: grid;
    gap: 6px;
}

.l10n-pro-stripe-label {
    color: #8a90a0;
    font-size: 11px;
    font-weight: 700;
}

.l10n-pro-stripe-field {
    min-height: 46px;
    padding: 13px 14px;
    border-radius: 14px;
    border: 1px solid #dfe2eb;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.l10n-pro-stripe-field .StripeElement,
.l10n-pro-stripe-field .__PrivateStripeElement {
    width: 100%;
}

.l10n-pro-pay-btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    border: none;
    border-radius: 14px;
    background: #1d173b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform var(--l10n-transition), box-shadow var(--l10n-transition), opacity var(--l10n-transition);
    box-shadow: 0 16px 28px rgba(29, 23, 59, 0.22);
}

.l10n-pro-pay-btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

.l10n-pro-pay-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.l10n-page-shell-professional .l10n-error {
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(209, 67, 67, 0.2);
    background: rgba(209, 67, 67, 0.08);
    color: #b93636;
    font-size: 13px;
}

.l10n-pro-secure-note {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    color: #19a35a;
    font-size: 12px;
    font-weight: 800;
}

.l10n-pro-helper {
    margin: -6px 0 0;
    color: #a2a8b7;
    font-size: 10px;
    line-height: 1.5;
}

.l10n-pro-success {
    padding: 24px 12px 10px;
    text-align: center;
}

.l10n-pro-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f5c132, #ffd878);
    color: #1d173b;
    font-size: 30px;
    font-weight: 900;
}

.l10n-pro-success-title {
    margin: 0;
    color: #262d3f;
    font-size: 24px;
    line-height: 1.15;
}

.l10n-pro-success-copy {
    margin: 0;
    color: #6f7688;
    font-size: 14px;
    line-height: 1.5;
}

.l10n-pro-success-copy strong {
    color: #1d173b;
}

.l10n-pro-secondary-btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 14px;
    border: 1px solid #dddfea;
    background: #ffffff;
    color: #2d3450;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 420px) {
    .l10n-page-shell-professional {
        padding-left: 8px;
        padding-right: 8px;
    }

    .l10n-page-shell-professional .l10n-widget-professional {
        padding: 12px;
        border-radius: 24px;
    }

    .l10n-pro-section {
        padding: 12px;
        border-radius: 18px;
    }

    .l10n-pro-amount-grid,
    .l10n-pro-frequency-grid,
    .l10n-pro-summary-grid,
    .l10n-pro-stripe-inline {
        grid-template-columns: 1fr;
    }

    .l10n-pro-card-brands {
        width: 100%;
        margin-left: 0;
    }
}

/* ============================================================
   Professional donation page - desktop/mobile refinements
   ============================================================ */

.l10n-page-shell-professional {
    padding: 36px 24px 48px;
}

.l10n-page-grid-professional {
    width: min(100%, 1180px);
    gap: 20px;
}

.l10n-widget-frame-professional {
    position: relative;
}

.l10n-widget-frame-professional::before {
    content: '';
    position: absolute;
    inset: -12px;
    border: 1px dashed #dadde7;
    border-radius: 30px;
    pointer-events: none;
}

.l10n-page-shell-professional .l10n-widget-professional {
    padding: 18px;
    border-radius: 24px;
}

.l10n-pro-form {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px 22px;
    align-items: start;
}

.l10n-pro-intro {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 6px;
}

.l10n-pro-title {
    font-size: clamp(28px, 3vw, 44px);
}

.l10n-pro-copy {
    max-width: 68ch;
    margin: 0 auto;
    font-size: 14px;
}

.l10n-pro-section {
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: #fbfbfc;
}

.l10n-pro-section:not(.l10n-pro-section-payment) {
    grid-column: 1;
}

.l10n-pro-section-payment {
    grid-column: 2;
    grid-row: 2 / span 3;
    position: sticky;
    top: 24px;
    gap: 16px;
    background: #f4f5f8;
}

.l10n-pro-section-title {
    font-size: 18px;
}

.l10n-pro-section-copy {
    margin: 6px 0 0;
    color: #7d8394;
    font-size: 13px;
    line-height: 1.55;
}

.l10n-pro-part-note {
    margin: 2px 0 0;
    color: #005bb7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.l10n-pro-input-grid-identity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l10n-pro-consent-list {
    display: grid;
    gap: 12px;
}

.l10n-pro-consent-item {
    display: grid;
    gap: 8px;
}

.l10n-pro-consent-copy {
    margin: 0;
    color: #656d80;
    font-size: 12px;
    line-height: 1.5;
}

.l10n-pro-amount-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.l10n-pro-amount-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    min-height: 46px;
    border-radius: 12px;
    background: #ffffff;
}

.l10n-pro-amount-value {
    color: inherit;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.l10n-pro-amount-part {
    color: #6c7482;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.l10n-pro-amount-selected {
    background: linear-gradient(180deg, rgba(245, 193, 50, 0.22), rgba(245, 193, 50, 0.12));
    box-shadow: 0 10px 20px rgba(245, 193, 50, 0.14);
}

.l10n-pro-amount-selected .l10n-pro-amount-part {
    color: #334155;
}

.l10n-pro-summary-grid {
    grid-template-columns: minmax(0, 220px);
}

.l10n-pro-frequency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.l10n-pro-frequency-option {
    min-height: 42px;
}

.l10n-pro-alert {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8edc2;
    color: #7b5a00;
    border: 1px solid rgba(245, 193, 50, 0.3);
    font-size: 12px;
    line-height: 1.5;
}

.l10n-pro-alert strong,
.l10n-pro-alert p {
    margin: 0;
}

.l10n-pro-payment-summary {
    gap: 0;
    border-top: 1px dashed #cbd1df;
    border-bottom: 1px dashed #cbd1df;
}

.l10n-pro-payment-row {
    padding: 14px 0;
}

.l10n-pro-payment-row + .l10n-pro-payment-row {
    border-top: 1px dashed #d4d8e3;
}

.l10n-pro-payment-row-inline strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(24, 168, 75, 0.12);
    color: #2b9060;
    font-size: 12px;
}

.l10n-pro-payment-row strong {
    font-size: 16px;
}

.l10n-pro-payment-row:nth-child(3) strong,
.l10n-pro-payment-row:nth-child(4) strong {
    font-size: 24px;
}

.l10n-pro-sidebar-copy {
    margin: 0;
    color: #97a0b3;
    font-size: 11px;
    line-height: 1.55;
}

.l10n-pro-card-fields {
    margin-top: 6px;
}

.l10n-pro-stripe-field {
    border-radius: 12px;
}

.l10n-pro-stripe-field iframe[name^="cardNumberButton"],
.l10n-pro-stripe-field iframe[name^="cardExpiryButton"],
.l10n-pro-stripe-field iframe[name^="cardCvcButton"] {
    display: none !important;
}

.l10n-pro-pay-btn {
    min-height: 54px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f5c132 0%, #edb200 100%);
    color: #2c2410;
    box-shadow: 0 12px 24px rgba(245, 193, 50, 0.22);
}

.l10n-pro-secure-note {
    justify-content: center;
}

.l10n-pro-helper {
    text-align: center;
}

.l10n-pro-card-brands {
    gap: 10px;
}

.l10n-pro-brand {
    position: relative;
    min-width: 42px;
    min-height: 26px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.l10n-pro-brand-mastercard::before,
.l10n-pro-brand-mastercard::after {
    content: '';
    position: absolute;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.l10n-pro-brand-mastercard::before {
    left: 4px;
    background: #ef5d43;
}

.l10n-pro-brand-mastercard::after {
    right: 4px;
    background: rgba(255, 183, 107, 0.95);
}

.l10n-pro-brand-mastercard {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 154, 60, 0.95) 0 24%, transparent 25%);
}

.l10n-pro-brand-visa::before,
.l10n-pro-brand-visa::after {
    content: '';
    position: absolute;
}

.l10n-pro-brand-visa::before {
    inset: 2px 4px;
    border-radius: 6px;
    background: #1f4fbf;
}

.l10n-pro-brand-visa::after {
    left: 11px;
    top: 7px;
    width: 18px;
    height: 12px;
    transform: scaleX(-1);
    transform-origin: center;
    background:
        linear-gradient(115deg, transparent 0 30%, #ffffff 31% 44%, transparent 45% 100%),
        linear-gradient(70deg, transparent 0 54%, #f5c132 55% 67%, transparent 68% 100%);
}

@media (max-width: 960px) {
    .l10n-page-shell-professional {
        padding-left: 14px;
        padding-right: 14px;
    }

    .l10n-page-grid-professional {
        width: min(100%, 760px);
    }

    .l10n-pro-form {
        grid-template-columns: 1fr;
    }

    .l10n-pro-section-payment {
        grid-column: 1;
        grid-row: auto;
        position: static;
    }

    .l10n-widget-frame-professional::before {
        inset: -8px;
    }
}

@media (max-width: 640px) {
    .l10n-page-shell-professional {
        padding: 18px 10px 28px;
    }

    .l10n-page-grid-professional {
        width: min(100%, 420px);
    }

    .l10n-page-shell-professional .l10n-widget-professional {
        padding: 12px;
    }

    .l10n-pro-title {
        font-size: 20px;
    }

    .l10n-pro-copy {
        font-size: 12px;
    }

    .l10n-pro-input-grid-identity,
    .l10n-pro-amount-grid,
    .l10n-pro-summary-grid,
    .l10n-pro-frequency-grid,
    .l10n-pro-stripe-inline {
        grid-template-columns: 1fr;
    }

    .l10n-pro-method-card,
    .l10n-pro-payment-method {
        width: 100%;
        justify-content: space-between;
    }
}

/* ============================================================
   Professional donation page - refined premium minimalism
   ============================================================ */

.l10n-page-shell-professional {
    padding: 42px 18px 50px;
    background:
        radial-gradient(circle at 14% 14%, rgba(0, 91, 183, 0.14), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(242, 161, 31, 0.14), transparent 18%),
        radial-gradient(circle at 82% 84%, rgba(24, 168, 75, 0.1), transparent 22%),
        linear-gradient(180deg, #f6fbff 0%, #edf5fb 46%, #eef8f1 100%);
}

.l10n-page-grid-professional {
    width: min(100%, 1180px);
}

.l10n-widget-frame-professional::before {
    inset: -14px;
    border: 1px solid rgba(29, 34, 43, 0.08);
    border-radius: 36px;
}

.l10n-page-shell-professional .l10n-widget-professional {
    padding: 24px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 247, 241, 0.94)),
        #ffffff;
    border: 1px solid rgba(22, 27, 36, 0.08);
    box-shadow:
        0 28px 70px rgba(20, 24, 32, 0.1),
        0 8px 18px rgba(20, 24, 32, 0.05);
}

.l10n-pro-form {
    gap: 22px 26px;
}

.l10n-pro-intro {
    gap: 12px;
    padding: 10px 10px 8px;
}

.l10n-pro-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 91, 183, 0.22);
    background: rgba(255, 255, 255, 0.78);
    color: #005bb7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.l10n-pro-kicker::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg, #005bb7, #18a84b);
    box-shadow: 0 0 0 4px rgba(0, 91, 183, 0.12);
}

.l10n-pro-title {
    max-width: 11ch;
    margin: 0 auto;
    color: #171c24;
    font-size: clamp(31px, 3.2vw, 50px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    text-align: center;
}

.l10n-pro-copy {
    max-width: 58ch;
    margin: 0 auto;
    color: #6d7480;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.l10n-pro-section {
    gap: 16px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(20, 25, 34, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 12px 26px rgba(22, 27, 35, 0.04);
}

.l10n-pro-section-header {
    display: grid;
    gap: 8px;
}

.l10n-pro-section-title {
    color: #1a1f29;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.l10n-pro-section-copy {
    color: #747b89;
    font-size: 13px;
    line-height: 1.65;
}

.l10n-pro-required-copy {
    margin: 0;
    color: #c74343;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.l10n-pro-field-group {
    gap: 10px;
}

.l10n-pro-field-label,
.l10n-pro-stripe-label,
.l10n-pro-summary-item span {
    color: #868d99;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.l10n-pro-radio-row,
.l10n-pro-payment-method {
    gap: 12px;
}

.l10n-pro-inline-option,
.l10n-pro-frequency-option {
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(21, 27, 36, 0.08);
    background: rgba(250, 247, 241, 0.86);
    color: #555d6a;
    transition:
        border-color var(--l10n-transition),
        background var(--l10n-transition),
        color var(--l10n-transition),
        transform var(--l10n-transition),
        box-shadow var(--l10n-transition);
}

.l10n-pro-inline-option:hover,
.l10n-pro-frequency-option:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 91, 183, 0.2);
    box-shadow: 0 10px 18px rgba(26, 31, 40, 0.05);
}

.l10n-pro-inline-option:has(input:checked),
.l10n-pro-frequency-option:has(input:checked) {
    border-color: rgba(24, 168, 75, 0.42);
    background: rgba(24, 168, 75, 0.1);
    color: #1c232d;
    box-shadow: 0 14px 26px rgba(24, 168, 75, 0.1);
}

.l10n-pro-input-grid {
    gap: 12px;
}

.l10n-pro-input {
    min-height: 50px;
    padding: 14px 15px;
    border-radius: 16px;
    border: 1px solid rgba(26, 31, 40, 0.09);
    background: rgba(255, 255, 255, 0.92);
    color: #161c25;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.l10n-pro-input::placeholder {
    color: #a1a8b5;
}

.l10n-pro-input:focus {
    border-color: rgba(0, 91, 183, 0.42);
    box-shadow:
        0 0 0 4px rgba(0, 91, 183, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.l10n-pro-input-invalid,
.l10n-pro-input-invalid:focus {
    border-color: rgba(199, 67, 67, 0.72);
    background: rgba(255, 244, 244, 0.96);
    box-shadow:
        0 0 0 4px rgba(199, 67, 67, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.l10n-pro-amount-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.l10n-pro-amount-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(21, 27, 36, 0.08);
    background: rgba(255, 255, 255, 0.96);
    color: #262d38;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(24, 29, 38, 0.04);
}

.l10n-pro-amount-btn:hover,
.l10n-pro-amount-btn:focus-visible {
    border-color: rgba(0, 91, 183, 0.24);
    box-shadow: 0 14px 28px rgba(24, 29, 38, 0.08);
}

.l10n-pro-amount-custom-btn {
    border-style: dashed;
    border-color: rgba(0, 91, 183, 0.22);
    background:
        linear-gradient(180deg, rgba(244, 249, 255, 0.98), rgba(232, 243, 255, 0.94)),
        rgba(255, 255, 255, 0.98);
    color: #004b95;
}

.l10n-pro-amount-selected {
    border-color: #00478f;
    background: linear-gradient(180deg, #0a67c8 0%, #00478f 100%);
    color: #faf7ef;
    box-shadow: 0 18px 30px rgba(0, 91, 183, 0.2);
}

.l10n-pro-custom-wrap {
    display: grid;
    gap: 8px;
}

.l10n-pro-custom-note {
    margin: 0;
    color: #66707f;
    font-size: 12px;
    line-height: 1.6;
}

.l10n-pro-summary-grid {
    grid-template-columns: minmax(0, 240px);
}

.l10n-pro-summary-item {
    gap: 8px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 235, 0.94));
    border: 1px solid rgba(21, 27, 36, 0.08);
    box-shadow: 0 10px 22px rgba(25, 31, 40, 0.05);
}

.l10n-pro-summary-item strong {
    color: #171c25;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.3;
}

.l10n-pro-frequency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.l10n-pro-method-card {
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(21, 27, 36, 0.08);
    background: rgba(255, 255, 255, 0.9);
    color: #3b4350;
    font-size: 12px;
    font-weight: 800;
}

.l10n-pro-card-brands {
    display: flex;
    align-items: center;
    gap: 12px;
}

.l10n-pro-card-brands-image {
    display: block;
    width: 116px;
    height: auto;
    object-fit: contain;
}

.l10n-pro-brand {
    min-width: 42px;
    min-height: 26px;
}

.l10n-pro-section-payment {
    position: relative;
    gap: 18px;
    background:
        radial-gradient(circle at top, rgba(242, 161, 31, 0.14), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(24, 168, 75, 0.12), transparent 24%),
        linear-gradient(180deg, #0c1730 0%, #07101f 100%);
    border-color: rgba(0, 91, 183, 0.18);
    box-shadow: 0 28px 50px rgba(16, 19, 25, 0.22);
}

.l10n-pro-section-payment::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.l10n-pro-section-payment .l10n-pro-section-title,
.l10n-pro-section-payment .l10n-pro-sidebar-copy,
.l10n-pro-section-payment .l10n-pro-helper {
    color: rgba(237, 231, 218, 0.72);
}

.l10n-pro-payment-summary {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.l10n-pro-payment-row {
    padding: 16px 0;
    border-bottom-color: rgba(255, 255, 255, 0.08);
    color: rgba(237, 231, 218, 0.68);
    font-size: 12px;
    font-weight: 700;
}

.l10n-pro-payment-row strong {
    color: #fffaf0;
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1.3;
    text-align: right;
}

.l10n-pro-payment-row-inline strong {
    min-height: 26px;
    padding: 4px 10px;
    background: rgba(24, 168, 75, 0.16);
    color: #8ef0b4;
}

.l10n-pro-sidebar-copy {
    font-size: 12px;
    line-height: 1.7;
}

.l10n-pro-card-fields {
    gap: 12px;
}

.l10n-pro-stripe-group {
    gap: 8px;
}

.l10n-pro-stripe-field {
    min-height: 50px;
    padding: 14px 15px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.l10n-pro-pay-btn {
    min-height: 56px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f4aa25 0%, #e0880f 100%);
    color: #14171d;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 34px rgba(224, 136, 15, 0.24);
}

.l10n-pro-pay-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 22px 36px rgba(224, 136, 15, 0.3);
}

.l10n-pro-pay-btn:disabled {
    opacity: 0.45;
}

.l10n-pro-secure-note {
    display: inline-flex;
    justify-content: center;
    align-self: center;
    color: #8ef0b4;
}

.l10n-pro-secure-badge {
    background: #18a84b;
    box-shadow: 0 0 0 4px rgba(24, 168, 75, 0.14);
}

.l10n-pro-secure-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
}

.l10n-pro-secure-logo-wrap .l10n-pro-card-brands-image {
    width: min(100%, 250px);
}

.l10n-pro-helper {
    text-align: center;
}

.l10n-pro-success {
    gap: 18px;
    padding: 30px 14px 10px;
}

.l10n-pro-success-icon {
    width: 78px;
    height: 78px;
    background: linear-gradient(180deg, #18a84b, #0b78cb);
    color: #11141a;
    box-shadow: 0 18px 34px rgba(0, 91, 183, 0.18);
}

.l10n-pro-success-title {
    color: #171c24;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.l10n-pro-success-copy {
    color: #6d7480;
}

.l10n-pro-success-copy strong {
    color: #171c24;
    line-height: 1.35;
}

.l10n-pro-success-summary {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: min(100%, 520px);
    margin: 0 auto;
    padding: 18px 20px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 235, 0.95)),
        #ffffff;
    border: 1px solid rgba(22, 27, 36, 0.08);
    box-shadow: 0 18px 36px rgba(20, 24, 32, 0.06);
    text-align: center;
}

.l10n-pro-success-summary-label {
    color: #6d7480;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.l10n-pro-success-summary-value {
    color: #171c24;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.l10n-pro-success-summary-total {
    color: #005bb7;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.15;
}

.l10n-pro-receipt-form {
    width: min(100%, 620px);
    margin: 6px auto 0;
    padding: 20px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 235, 0.96)),
        #ffffff;
    border: 1px solid rgba(20, 25, 34, 0.08);
    box-shadow: 0 16px 32px rgba(25, 31, 40, 0.06);
}

.l10n-pro-receipt-form .l10n-receipt-title,
.l10n-pro-receipt-form .l10n-receipt-consent,
.l10n-pro-receipt-form .l10n-receipt-success-message {
    color: #1b212b;
}

.l10n-pro-receipt-form .l10n-receipt-consent {
    font-size: 13px;
}

.l10n-pro-receipt-form .l10n-receipt-success-links a {
    background: rgba(22, 27, 36, 0.04);
    border-color: rgba(22, 27, 36, 0.08);
    color: #1b212b;
}

.l10n-pro-receipt-form .l10n-receipt-success-links .l10n-receipt-link-primary {
    background: rgba(0, 91, 183, 0.12);
    border-color: rgba(0, 91, 183, 0.28);
    color: #1b212b;
}

.l10n-pro-receipt-form .l10n-receipt-success-note {
    color: #66707f;
}

.l10n-pro-support-note {
    width: min(100%, 720px);
    margin: 10px auto 0;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(22, 27, 36, 0.08);
    box-shadow: 0 14px 28px rgba(20, 24, 32, 0.05);
}

.l10n-pro-support-note p {
    margin: 0;
    color: #5e6674;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
}

.l10n-pro-support-note a {
    color: #005bb7;
    font-weight: 800;
    text-decoration: none;
}

.l10n-pro-support-note a:hover,
.l10n-pro-support-note a:focus-visible {
    text-decoration: underline;
}

.l10n-pro-secondary-btn {
    min-height: 50px;
    border-radius: 16px;
    border-color: rgba(21, 27, 36, 0.08);
    background: rgba(255, 255, 255, 0.96);
    color: #1f2530;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(25, 31, 40, 0.05);
}

.l10n-pro-secondary-btn-muted {
    background: rgba(22, 27, 36, 0.04);
    box-shadow: none;
}

.l10n-pro-success-actions {
    display: grid;
    gap: 12px;
    width: min(100%, 360px);
    margin: 6px auto 0;
}

.l10n-pro-success-actions .l10n-pro-secondary-btn {
    width: 100%;
}

.l10n-pro-secondary-btn-share {
    border: 1px solid rgba(0, 91, 183, 0.18);
    background: rgba(0, 91, 183, 0.08);
    color: #005bb7;
    box-shadow: none;
}

.l10n-pro-secondary-btn-share:hover,
.l10n-pro-secondary-btn-share:focus-visible {
    transform: translateY(-1px);
    background: rgba(0, 91, 183, 0.14);
    box-shadow: 0 14px 26px rgba(0, 91, 183, 0.12);
}

.l10n-pro-secondary-btn-primary {
    border: none;
    background: linear-gradient(180deg, #f4aa25 0%, #e0880f 100%);
    color: #14171d;
    box-shadow: 0 18px 34px rgba(224, 136, 15, 0.22);
}

.l10n-pro-secondary-btn-primary:hover,
.l10n-pro-secondary-btn-primary:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 22px 36px rgba(224, 136, 15, 0.28);
}

.l10n-pro-share-feedback {
    min-height: 20px;
    margin: 0 auto;
    color: #005bb7;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 960px) {
    .l10n-page-shell-professional {
        padding: 26px 14px 36px;
    }

    .l10n-page-shell-professional .l10n-widget-professional {
        padding: 18px;
    }

    .l10n-widget-frame-professional::before {
        inset: -10px;
    }
}

@media (max-width: 640px) {
    .l10n-page-shell-professional {
        padding: 18px 10px 26px;
    }

    .l10n-page-grid-professional {
        width: min(100%, 430px);
    }

    .l10n-page-shell-professional .l10n-widget-professional {
        padding: 14px;
        border-radius: 24px;
    }

    .l10n-pro-title {
        font-size: 24px;
        max-width: 12ch;
    }

    .l10n-pro-copy {
        font-size: 13px;
    }

    .l10n-pro-section {
        padding: 18px;
        border-radius: 20px;
    }

    .l10n-pro-input-grid-identity,
    .l10n-pro-stripe-inline {
        grid-template-columns: 1fr;
    }

    .l10n-pro-amount-grid,
    .l10n-pro-frequency-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .l10n-pro-amount-custom-btn {
        grid-column: span 2;
    }

    .l10n-pro-payment-row-inline {
        justify-content: center;
    }

    .l10n-pro-payment-row-inline span {
        display: none;
    }

    .l10n-pro-payment-row-inline strong {
        margin: 0 auto;
        text-align: center;
    }

    .l10n-pro-secure-logo-wrap .l10n-pro-card-brands-image {
        width: min(100%, 210px);
    }

    .l10n-pro-summary-grid {
        grid-template-columns: 1fr;
    }
}
