/* ========================================================================== 
   Arcadia Store v1.0.0
   Isolated to .arc-store / donation pages. No global module overrides.
   ========================================================================== */

.arc-inner-page--donation .arc-inner-module,
.arc-inner-page--store .arc-inner-module {
    overflow: visible;
}

.arc-store {
    --store-bg: #100c0b;
    --store-panel: #171211;
    --store-panel-2: #1d1614;
    --store-line: rgba(216, 164, 100, .18);
    --store-line-strong: rgba(244, 174, 83, .38);
    --store-gold: #f1a33d;
    --store-gold-light: #ffd38b;
    --store-text: #f3e7d7;
    --store-muted: #a48e79;
    --store-dim: #76675b;
    color: var(--store-text);
}

.arc-store button,
.arc-store input {
    font: inherit;
}

.arc-store button {
    color: inherit;
}

.arc-store h2,
.arc-store h3,
.arc-store p {
    margin-top: 0;
}

.arc-store h2,
.arc-store h3 {
    font-family: Cinzel, Georgia, serif;
}

.arc-store-kicker {
    margin: 0 0 9px;
    color: var(--store-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.arc-store-lead {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--store-muted);
    font-size: 16px;
    line-height: 1.75;
}

/* Purchase configurator ---------------------------------------------------- */

.arc-store-purchase {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 1px;
    overflow: hidden;
    margin-bottom: 46px;
    border: 1px solid var(--store-line-strong);
    background: var(--store-line);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.arc-store-purchase::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    z-index: 2;
    background: linear-gradient(180deg, transparent, var(--store-gold), transparent);
}

.arc-store-purchase__main,
.arc-store-summary {
    position: relative;
    background:
        radial-gradient(circle at 12% 0, rgba(112, 55, 25, .16), transparent 36%),
        linear-gradient(180deg, rgba(25, 18, 16, .98), rgba(16, 12, 11, .98));
}

.arc-store-purchase__main {
    padding: 34px 36px 36px;
}

.arc-store-purchase__main h2,
.arc-store-section-head h2,
.arc-store-method-head h2 {
    margin-bottom: 10px;
    color: #fff8ef;
    font-size: clamp(22px, 2.2vw, 31px);
    line-height: 1.16;
}

.arc-store-packages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 27px;
}

.arc-store-package,
.arc-store-custom {
    min-height: 88px;
    border: 1px solid rgba(255, 255, 255, .075);
    background: rgba(255, 255, 255, .022);
}

.arc-store-package {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 16px;
    cursor: pointer;
    transition: border-color .18s, background .18s, transform .18s, box-shadow .18s;
}

.arc-store-package::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 7px;
    height: 7px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.arc-store-package:hover {
    transform: translateY(-2px);
    border-color: rgba(241, 163, 61, .38);
    background: rgba(241, 163, 61, .045);
}

.arc-store-package.is-active {
    border-color: rgba(255, 188, 91, .75);
    background: linear-gradient(145deg, rgba(241, 163, 61, .13), rgba(101, 51, 20, .08));
    box-shadow: inset 0 0 28px rgba(241, 163, 61, .055), 0 10px 28px rgba(0, 0, 0, .18);
}

.arc-store-package.is-active::after {
    border-color: var(--store-gold-light);
    background: var(--store-gold);
    box-shadow: 0 0 10px rgba(241, 163, 61, .6);
}

.arc-store-package strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
}

.arc-store-package span {
    margin-top: 5px;
    color: var(--store-dim);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.arc-store-custom {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 58px;
    padding: 9px 14px;
}

.arc-store-custom > span {
    color: var(--store-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.arc-store-custom input {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(255,255,255,.08);
    outline: 0;
    background: rgba(0, 0, 0, .18);
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
}

.arc-store-custom input:focus {
    border-color: var(--store-line-strong);
    box-shadow: 0 0 0 2px rgba(241, 163, 61, .08);
}

.arc-store-summary {
    display: flex;
    flex-direction: column;
    padding: 32px 30px;
}

.arc-store-summary__label {
    color: var(--store-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.arc-store-summary__credits {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 10px 0 27px;
    color: #fff;
    font-family: Cinzel, Georgia, serif;
    font-size: 34px;
    line-height: 1;
}

.arc-store-summary__credits small {
    color: var(--store-gold);
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.arc-store-summary__line,
.arc-store-summary__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.arc-store-summary__line {
    padding: 14px 0;
}

.arc-store-summary__total {
    margin-top: auto;
    padding: 18px 0 4px;
}

.arc-store-summary__line span,
.arc-store-summary__total span {
    color: var(--store-dim);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.arc-store-summary__line strong {
    color: #ddd0c1;
    font-size: 14px;
}

.arc-store-summary__total strong {
    color: var(--store-gold-light);
    font-size: 20px;
}

.arc-store-summary > p {
    margin: 8px 0 0;
    color: #776759;
    font-size: 12px;
}

.arc-store-summary .arc-store-primary-action {
    width: 100%;
    margin-top: 20px;
}

/* Sections ---------------------------------------------------------------- */

.arc-store-methods-section,
.arc-store-how {
    margin-top: 42px;
}

.arc-store-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 19px;
}

.arc-store-section-head h2 {
    margin-bottom: 0;
    font-size: 23px;
}

.arc-store-section-head > p {
    max-width: 470px;
    margin-bottom: 2px;
    color: var(--store-muted);
    font-size: 14px;
    line-height: 1.7;
}

.arc-store-region-tabs {
    display: flex;
    gap: 3px;
    margin-bottom: 13px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(0,0,0,.17);
}

.arc-store-region-tab {
    flex: 1 1 0;
    min-height: 42px;
    border: 1px solid transparent;
    background: transparent;
    color: #8d7c6c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .85px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .18s, border-color .18s, background .18s;
}

.arc-store-region-tab:hover {
    color: #d8c5b2;
}

.arc-store-region-tab.is-active {
    border-color: rgba(241, 163, 61, .24);
    background: rgba(241, 163, 61, .075);
    color: var(--store-gold-light);
}

.arc-store-method-grid-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.arc-store-method-grid-list[hidden] {
    display: none !important;
}

.arc-store-method-card {
    width: 100%;
    min-height: 126px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .07);
    background:
        linear-gradient(120deg, rgba(31, 23, 20, .93), rgba(18, 13, 12, .96));
    text-align: left;
    cursor: pointer;
    transition: transform .18s, border-color .18s, background .18s, box-shadow .18s;
}

.arc-store-method-card:hover {
    transform: translateY(-2px);
    border-color: rgba(241, 163, 61, .34);
    background: linear-gradient(120deg, rgba(43, 29, 23, .96), rgba(20, 14, 12, .98));
    box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}

.arc-store-method-card__badge,
.arc-store-method-badge {
    display: grid;
    place-items: center;
    border: 1px solid rgba(241, 163, 61, .32);
    background: radial-gradient(circle at 35% 25%, #603619, #1a100b 72%);
    color: var(--store-gold-light);
    font-family: Cinzel, Georgia, serif;
    font-weight: 800;
    box-shadow: inset 0 0 18px rgba(255, 170, 54, .08);
}

.arc-store-method-card__badge {
    width: 52px;
    height: 52px;
    font-size: 15px;
}

.arc-store-method-card__body {
    min-width: 0;
}

.arc-store-method-card__top {
    display: flex;
    align-items: center;
    gap: 9px;
}

.arc-store-method-card__top strong {
    color: #f8eee4;
    font-size: 16px;
}

.arc-store-method-card__top small {
    display: inline-flex;
    min-height: 20px;
    align-items: center;
    padding: 0 7px;
    border: 1px solid rgba(255,255,255,.06);
    color: #867363;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.arc-store-method-card__copy,
.arc-store-method-card__meta {
    display: block;
}

.arc-store-method-card__copy {
    margin-top: 6px;
    color: #8f7d6d;
    font-size: 13px;
    line-height: 1.55;
}

.arc-store-method-card__meta {
    margin-top: 9px;
    color: #b9966d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.arc-store-method-card__arrow {
    color: #8a6a4b;
    font-size: 19px;
    transition: color .18s, transform .18s;
}

.arc-store-method-card:hover .arc-store-method-card__arrow {
    color: var(--store-gold);
    transform: translateX(3px);
}

/* Trust strip -------------------------------------------------------------- */

.arc-store-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
    border-top: 1px solid var(--store-line);
    border-bottom: 1px solid var(--store-line);
}

.arc-store-trust article {
    position: relative;
    min-height: 164px;
    padding: 25px 28px;
    border-right: 1px solid var(--store-line);
}

.arc-store-trust article:last-child {
    border-right: 0;
}

.arc-store-trust article > span {
    color: #795e44;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.arc-store-trust h3 {
    margin: 13px 0 8px;
    color: #e9ddd0;
    font-size: 17px;
}

.arc-store-trust p {
    margin: 0;
    color: #847364;
    font-size: 13px;
    line-height: 1.68;
}

/* How it works ------------------------------------------------------------- */

.arc-store-how__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.arc-store-how__grid article {
    position: relative;
    min-height: 138px;
    padding: 24px 24px 22px 68px;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.016);
}

.arc-store-how__grid article > span {
    position: absolute;
    top: 23px;
    left: 23px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(241, 163, 61, .32);
    color: var(--store-gold);
    font-size: 11px;
    font-weight: 800;
}

.arc-store-how__grid h3 {
    margin: 1px 0 7px;
    color: #e8dbcd;
    font-size: 16px;
}

.arc-store-how__grid p {
    margin: 0;
    color: #806e5f;
    font-size: 13px;
    line-height: 1.65;
}

/* Payment method pages ----------------------------------------------------- */

.arc-store-back {
    display: inline-flex;
    margin-bottom: 22px;
    color: #a88c70 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.arc-store-back:hover {
    color: var(--store-gold-light) !important;
}

.arc-store-method-head {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.arc-store-method-badge {
    width: 68px;
    height: 68px;
    font-size: 19px;
}

.arc-store-method-head h2 {
    margin-bottom: 7px;
    font-size: 27px;
}

.arc-store-method-head p:last-child {
    max-width: 700px;
    margin-bottom: 0;
    color: var(--store-muted);
    font-size: 14px;
    line-height: 1.65;
}

.arc-store-method-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 12px;
}

.arc-store-panel {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.07);
    background:
        radial-gradient(circle at 0 0, rgba(100, 49, 24, .11), transparent 34%),
        linear-gradient(180deg, rgba(25, 18, 16, .96), rgba(15, 11, 10, .98));
}

.arc-store-panel-heading {
    margin-bottom: 21px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.arc-store-panel-heading > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.arc-store-panel-heading span {
    color: #735538;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.arc-store-panel-heading p {
    margin: 0;
    color: #dfd0c1;
    font-family: Cinzel, Georgia, serif;
    font-size: 16px;
    font-weight: 700;
}

.arc-store-order-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-bottom: 9px;
    background: rgba(255,255,255,.06);
}

.arc-store-order-strip > div {
    padding: 15px 16px;
    background: rgba(0,0,0,.17);
}

.arc-store-order-strip span,
.arc-store-processing span {
    display: block;
    margin-bottom: 5px;
    color: #756354;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.arc-store-order-strip strong {
    color: #f2e5d7;
    font-size: 16px;
}

.arc-store-order-strip > div:last-child strong {
    color: var(--store-gold-light);
}

.arc-store-rate-note {
    margin: 0 0 22px;
    color: #776658;
    font-size: 11px;
}

.arc-store-rate-note strong {
    color: #ae8e6d;
}

.arc-store-detail-list {
    margin-top: 5px;
    border-top: 1px solid rgba(255,255,255,.055);
}

.arc-store-detail-row {
    display: grid;
    grid-template-columns: minmax(110px, .55fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    border-bottom: 1px solid rgba(255,255,255,.055);
}

.arc-store-detail-label {
    color: #7f6d5e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.arc-store-detail-value {
    min-width: 0;
    color: #dfd1c3;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.arc-store .arc-store-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 32px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid rgba(241, 163, 61, .22);
    background: rgba(241, 163, 61, .055);
    color: #c7955e !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .65px;
    line-height: 1;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.arc-store .arc-store-copy:hover,
.arc-store .arc-store-copy.is-copied {
    border-color: rgba(241, 163, 61, .5);
    background: rgba(241, 163, 61, .11);
    color: var(--store-gold-light) !important;
}

.arc-store-primary-action {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 21px;
    padding: 0 20px;
    border: 1px solid #ffbd5d;
    background: linear-gradient(135deg, #f5b04e, #d97d20);
    color: #1a1009 !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 9px 24px rgba(225, 128, 28, .2), inset 0 1px rgba(255,255,255,.3);
    transition: transform .18s, background .18s, box-shadow .18s;
}

.arc-store-primary-action:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ffc66f, #e98e2a);
    box-shadow: 0 13px 30px rgba(225, 128, 28, .28);
}

.arc-store-panel-copy {
    margin-bottom: 18px;
    color: #8e7b6b;
    font-size: 13px;
    line-height: 1.72;
}

.arc-store-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: arc-store-check;
}

.arc-store-checklist li {
    position: relative;
    min-height: 37px;
    padding: 9px 0 9px 35px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    color: #c0ad9a;
    font-size: 13px;
    line-height: 1.55;
    counter-increment: arc-store-check;
}

.arc-store-checklist li::before {
    content: counter(arc-store-check);
    position: absolute;
    top: 9px;
    left: 0;
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(241,163,61,.22);
    color: #bd8852;
    font-size: 10px;
    font-weight: 800;
}

.arc-store-processing {
    margin-top: 18px;
    padding: 13px 14px;
    border-left: 2px solid rgba(241,163,61,.48);
    background: rgba(241,163,61,.035);
}

.arc-store-processing strong {
    color: #cdb8a3;
    font-size: 12px;
    font-weight: 600;
}

.arc-store-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 12px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.055);
    background: rgba(255,255,255,.015);
}

.arc-store-help strong,
.arc-store-help span {
    display: block;
}

.arc-store-help strong {
    color: #d4c3b2;
    font-size: 13px;
}

.arc-store-help span {
    margin-top: 3px;
    color: #756455;
    font-size: 11px;
}

.arc-store-help a {
    color: var(--store-gold-light) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

/* Mercado Pago package checkout ------------------------------------------ */

.arc-store-checkout-packages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

.arc-store-checkout-package {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 15px;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.02);
    color: inherit !important;
    transition: border-color .18s, background .18s, transform .18s;
}

.arc-store-checkout-package:hover,
.arc-store-checkout-package.is-active {
    transform: translateY(-1px);
    border-color: rgba(241,163,61,.36);
    background: rgba(241,163,61,.055);
}

.arc-store-checkout-package strong,
.arc-store-checkout-package span {
    display: block;
}

.arc-store-checkout-package strong {
    color: #f2e5d7;
    font-size: 16px;
}

.arc-store-checkout-package small {
    display: block;
    margin-top: 3px;
    color: #756354;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.arc-store-checkout-package > span {
    color: var(--store-gold-light);
    font-size: 13px;
    font-weight: 800;
}

/* PayPal ------------------------------------------------------------------- */

.arc-store-paypal-form {
    margin-top: 18px;
}

.arc-store-paypal-amount {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 9px;
}

.arc-store-paypal-field {
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(0,0,0,.14);
}

.arc-store-paypal-field label,
.arc-store-paypal-field > span {
    display: block;
    margin-bottom: 7px;
    color: #776557;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.arc-store-paypal-field input {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(255,255,255,.08);
    outline: 0;
    background: #0d0a09;
    color: #fff;
    padding: 0 11px;
    font-size: 16px;
}

.arc-store-paypal-result {
    color: var(--store-gold-light);
    font-size: 18px;
    font-weight: 800;
}

.arc-store-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 15px;
    color: #8d7968;
    font-size: 11px;
    line-height: 1.55;
}

.arc-store-terms-check input {
    margin-top: 3px;
}

.arc-store-terms-check a {
    color: var(--store-gold-light) !important;
}

/* Responsive --------------------------------------------------------------- */

@media (max-width: 900px) {
    .arc-store-purchase {
        grid-template-columns: 1fr;
    }

    .arc-store-summary {
        min-height: 250px;
    }

    .arc-store-method-grid {
        grid-template-columns: 1fr;
    }

    .arc-store-trust {
        grid-template-columns: 1fr;
    }

    .arc-store-trust article {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--store-line);
    }

    .arc-store-trust article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 700px) {
    .arc-store-purchase__main,
    .arc-store-summary {
        padding: 25px 20px;
    }

    .arc-store-packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .arc-store-method-grid-list,
    .arc-store-how__grid {
        grid-template-columns: 1fr;
    }

    .arc-store-section-head {
        display: block;
    }

    .arc-store-section-head > p {
        margin-top: 10px;
    }

    .arc-store-region-tabs {
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .arc-store-region-tab {
        flex: 0 0 auto;
        min-width: 116px;
        padding-inline: 14px;
    }

    .arc-store-method-card {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 13px;
        min-height: 112px;
        padding: 16px;
    }

    .arc-store-method-card__badge {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .arc-store-method-head {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 15px;
    }

    .arc-store-method-badge {
        width: 54px;
        height: 54px;
        font-size: 16px;
    }

    .arc-store-panel {
        padding: 20px 17px;
    }

    .arc-store-detail-row {
        grid-template-columns: 1fr auto;
        gap: 4px 10px;
        padding: 10px 0;
    }

    .arc-store-detail-label {
        grid-column: 1 / -1;
    }

    .arc-store-help {
        align-items: flex-start;
        flex-direction: column;
    }

    .arc-store-paypal-amount,
    .arc-store-checkout-packages {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 460px) {
    .arc-store-package {
        min-height: 78px;
        padding: 13px;
    }

    .arc-store-package strong {
        font-size: 18px;
    }

    .arc-store-summary__credits {
        font-size: 29px;
    }

    .arc-store-order-strip {
        grid-template-columns: 1fr;
    }

    .arc-store-method-card__copy {
        display: none;
    }

    .arc-store-method-card {
        min-height: 88px;
    }
}

.arc-store-qr {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin: 0 0 20px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.018);
}
.arc-store-qr img {
    width: 112px;
    max-height: 150px;
    object-fit: contain;
    background: #fff;
}
.arc-store-qr span {
    color: #9b8877;
    font-size: 12px;
    line-height: 1.6;
}
@media (max-width: 460px) {
    .arc-store-qr { grid-template-columns: 86px minmax(0, 1fr); gap: 12px; }
    .arc-store-qr img { width: 86px; }
}


/* PayPal return states ------------------------------------------------------ */

.arc-store--result {
    padding: 6px 0 18px;
}

.arc-store-result-shell {
    width: min(760px, 100%);
    margin: 0 auto;
}

.arc-store-result-card {
    position: relative;
    overflow: hidden;
    padding: 48px 48px 44px;
    border: 1px solid var(--store-line-strong);
    background:
        radial-gradient(circle at 50% 0, rgba(137, 72, 31, .16), transparent 38%),
        linear-gradient(180deg, rgba(25, 18, 16, .985), rgba(14, 10, 9, .99));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
    text-align: center;
}

.arc-store-result-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18%;
    right: 18%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 190, 95, .7), transparent);
}

.arc-store-result-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border: 1px solid rgba(241, 163, 61, .42);
    border-radius: 50%;
    background: rgba(241, 163, 61, .07);
    color: var(--store-gold-light);
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    box-shadow: 0 0 34px rgba(241, 163, 61, .08);
}

.arc-store-result-card--cancelled .arc-store-result-icon {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .025);
    color: #bda994;
    box-shadow: none;
}

.arc-store-result-card .arc-store-kicker {
    margin-bottom: 11px;
}

.arc-store-result-card h2 {
    margin: 0 0 15px;
    color: #fff8ef;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.16;
}

.arc-store-result-body {
    max-width: 590px;
    margin: 0 auto;
    color: var(--store-muted);
    font-size: 15px;
    line-height: 1.75;
}

.arc-store-result-note {
    max-width: 590px;
    display: grid;
    gap: 6px;
    margin: 27px auto 0;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, .065);
    background: rgba(255, 255, 255, .018);
    text-align: left;
}

.arc-store-result-note strong {
    color: #eadccc;
    font-size: 13px;
}

.arc-store-result-note span {
    color: #8e7b6b;
    font-size: 12px;
    line-height: 1.65;
}

.arc-store-result-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 27px;
}

.arc-store-result-actions .arc-store-primary-action {
    margin-top: 0;
}

.arc-store-result-secondary {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .025);
    color: #bca690 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    transition: border-color .18s, color .18s, background .18s;
}

.arc-store-result-secondary:hover {
    border-color: rgba(241, 163, 61, .34);
    background: rgba(241, 163, 61, .05);
    color: var(--store-gold-light) !important;
}

.arc-store-result-foot {
    margin: 13px 0 0;
    color: #665649;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 620px) {
    .arc-store-result-card {
        padding: 36px 20px 32px;
    }

    .arc-store-result-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        font-size: 27px;
    }

    .arc-store-result-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .arc-store-result-actions a {
        width: 100%;
    }
}


/* Optional Arcash account services --------------------------------------- */
.arc-store-services {
    margin-top: 56px;
}

.arc-store-services .arc-store-section-head {
    margin-bottom: 22px;
}

.arc-store-service-card {
    display: grid;
    width: 100%;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(216, 180, 106, .22);
    background:
        radial-gradient(circle at 90% 12%, rgba(216, 180, 106, .09), transparent 28%),
        linear-gradient(135deg, rgba(31, 23, 20, .96), rgba(18, 14, 13, .96));
    color: inherit;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.arc-store-service-card:hover {
    transform: translateY(-2px);
    border-color: rgba(230, 188, 112, .42);
    background:
        radial-gradient(circle at 90% 12%, rgba(216, 180, 106, .14), transparent 30%),
        linear-gradient(135deg, rgba(35, 25, 21, .98), rgba(18, 14, 13, .98));
}

.arc-store-service-card__mark {
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216, 180, 106, .26);
    background: rgba(216, 180, 106, .055);
    color: #efd59e;
    font: 700 25px/1 Cinzel, Georgia, serif;
}

.arc-store-service-card__body small {
    display: block;
    margin-bottom: 5px;
    color: #ad8f68;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.arc-store-service-card__body strong {
    display: block;
    color: #f3e3cd;
    font: 700 18px/1.2 Cinzel, Georgia, serif;
}

.arc-store-service-card__body span {
    display: block;
    max-width: 700px;
    margin-top: 7px;
    color: #9b8979;
    font-size: 12px;
    line-height: 1.55;
}

.arc-store-service-card__price {
    min-width: 120px;
    text-align: right;
}

.arc-store-service-card__price strong {
    display: block;
    color: #efd59e;
    font-size: 25px;
    line-height: 1;
}

.arc-store-service-card__price small {
    display: block;
    margin-top: 3px;
    color: #9a8266;
    font-size: 10px;
    text-transform: uppercase;
}

.arc-store-service-card__price em {
    display: block;
    margin-top: 12px;
    color: #d8b46a;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .arc-store-services {
        margin-top: 40px;
    }

    .arc-store-service-card {
        grid-template-columns: 58px minmax(0, 1fr);
        padding: 18px;
    }

    .arc-store-service-card__mark {
        width: 52px;
        height: 52px;
        font-size: 19px;
    }

    .arc-store-service-card__price {
        grid-column: 1 / -1;
        display: flex;
        gap: 6px;
        align-items: baseline;
        text-align: left;
    }

    .arc-store-service-card__price em {
        margin: 0 0 0 auto;
    }
}
