/* Zandino Core frontend surfaces — v0.6.0 */

/* Service configurator ----------------------------------------------------- */
.zcp-configurator {
    --zcp-service-accent: var(--zandino-accent, #4f8cff);
    margin: 24px 0 18px;
    padding: 22px;
    border: 1px solid rgba(94, 135, 189, .18);
    border-radius: 20px;
    background: rgba(7, 20, 38, .035);
}

.zcp-configurator__head {
    display: grid;
    gap: 6px;
    margin-bottom: 20px;
}

.zcp-configurator__head > span {
    color: var(--zcp-service-accent);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.zcp-configurator__head > strong { font-size: clamp(19px, 2vw, 24px); }
.zcp-configurator__head > p { margin: 0; color: #6d7c91; font-size: 13px; line-height: 1.8; }
.zcp-configurator__fields { display: grid; gap: 14px; }

.zcp-field {
    display: grid;
    gap: 10px;
    padding: 15px;
    border: 1px solid rgba(98, 135, 184, .15);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
}

.zcp-field__label { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.zcp-field__label label { color: #25364c; font-size: 12px; font-weight: 750; }
.zcp-field__label output { min-width: 36px; color: var(--zcp-service-accent); font-weight: 850; text-align: end; }
.zcp-field input[type="range"] { width: 100%; height: 26px; accent-color: var(--zcp-service-accent); cursor: pointer; }

.zcp-field input[type="number"],
.zcp-field select {
    width: 100%;
    min-height: 46px;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #cad6e4;
    border-radius: 11px;
    background: #fff;
}

.zcp-toggle { display: flex; align-items: center; gap: 11px; min-height: 46px; box-sizing: border-box; cursor: pointer; }
.zcp-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.zcp-toggle > span { position: relative; width: 48px; height: 27px; border-radius: 99px; background: #b7c2d0; transition: background .18s ease; }
.zcp-toggle > span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 21px; height: 21px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(9, 24, 39, .2); transition: transform .18s ease; }
.zcp-toggle input:checked + span { background: var(--zcp-service-accent); }
.zcp-toggle input:checked + span::after { transform: translateX(21px); }
.zcp-toggle b { color: #42536a; font-size: 12px; }

/* Keyboard focus rings for every configurator control -------------------- */
.zcp-toggle input:focus-visible + span { box-shadow: 0 0 0 3px rgba(47, 111, 190, .35); }
.zcp-field input:focus-visible,
.zcp-field select:focus-visible { outline: 2px solid rgba(47, 111, 190, .55); outline-offset: 2px; }
.zcp-field input[type="range"]:focus-visible { outline: 2px solid rgba(47, 111, 190, .55); outline-offset: 5px; }
.zcp-field input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 99px; background: #d6e0ea; }
.zcp-field input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; margin-block-start: -8px; border: 3px solid #fff; border-radius: 50%; background: var(--zcp-service-accent); box-shadow: 0 1px 6px rgba(9, 24, 39, .28); }
.zcp-field input[type="range"]::-moz-range-track { height: 6px; border-radius: 99px; background: #d6e0ea; }
.zcp-field input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 3px solid #fff; border-radius: 50%; background: var(--zcp-service-accent); box-shadow: 0 1px 6px rgba(9, 24, 39, .28); }

/* Visually hidden but live-announced total status ------------------------ */
.zcp-configurator__status,
.zcp-checkout-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.zcp-configurator__fixed {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(38, 132, 94, .18);
    border-radius: 14px;
    background: rgba(29, 151, 99, .07);
}

.zcp-configurator__fixed > span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 9px; background: #17835c; color: #fff; font-weight: 900; }
.zcp-configurator__fixed > div { display: grid; gap: 3px; }
.zcp-configurator__fixed small { color: #68788d; }

.zcp-configurator__total {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid rgba(89, 127, 178, .16);
}

.zcp-configurator__total > div { display: grid; gap: 4px; }
.zcp-configurator__total span { color: #526278; font-size: 11px; font-weight: 750; }
.zcp-configurator__total small { color: #8794a5; font-size: 10.5px; line-height: 1.6; }
.zcp-configurator__total > strong { color: #14243a; font-size: clamp(22px, 3vw, 29px); }

/* Service product semantic blocks ---------------------------------------- */
.zcp-service-visual {
    position: relative;
    overflow: hidden;
    min-height: 610px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(102, 160, 238, .18);
    border-radius: 30px;
    background:
        radial-gradient(circle at 75% 20%, rgba(63, 133, 242, .27), transparent 31%),
        linear-gradient(145deg, #061429, #0b2851);
    color: #fff;
    box-shadow: 0 30px 80px rgba(3, 18, 40, .2);
}

.zcp-service-visual figure { position: absolute; inset: 0; margin: 0; }
.zcp-service-visual figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 15, 33, .04), rgba(3, 15, 33, .88)); }
.zcp-service-visual figure img { width: 100%; height: 100%; object-fit: cover; }

.zcp-service-visual__system { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
.zcp-service-visual__system > span { position: relative; z-index: 2; display: grid; place-items: center; width: 104px; height: 104px; border: 1px solid rgba(137, 187, 255, .35); border-radius: 29px; background: rgba(18, 67, 129, .55); color: #e8f2ff; font-size: 45px; font-weight: 950; box-shadow: 0 0 80px rgba(50, 128, 242, .24); }
.zcp-service-visual__system > i { position: absolute; width: 250px; height: 250px; border: 1px solid rgba(126, 178, 251, .17); border-radius: 50%; }
.zcp-service-visual__system > i:nth-of-type(2) { width: 390px; height: 390px; border-style: dashed; }
.zcp-service-visual__system > i:nth-of-type(3) { width: 540px; height: 540px; opacity: .5; }

.zcp-service-visual__meta,
.zcp-service-visual ul { position: relative; z-index: 3; }
.zcp-service-visual__meta { display: grid; gap: 5px; }
.zcp-service-visual__meta > span { color: #8bbdff; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.zcp-service-visual__meta > strong { font-size: clamp(25px, 3.4vw, 42px); line-height: 1.15; }
.zcp-service-visual ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.zcp-service-visual li { display: flex; align-items: center; gap: 8px; color: #d6e5fa; font-size: 11px; }
.zcp-service-visual li > span { display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 auto; border-radius: 7px; background: rgba(78, 145, 243, .22); color: #9cc8ff; }

.zcp-service-eyebrow { display: flex; align-items: center; gap: 8px; color: #4f8cff; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.zcp-service-eyebrow > span { width: 20px; height: 2px; background: currentColor; }

.zcp-service-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 21px 0; }
.zcp-service-facts > div { display: grid; gap: 5px; min-height: 64px; box-sizing: border-box; padding: 12px; border: 1px solid rgba(86, 124, 175, .15); border-radius: 13px; background: rgba(255, 255, 255, .65); }
.zcp-service-facts span { color: #718096; font-size: 9px; }
.zcp-service-facts strong { color: #23344b; font-size: 11px; line-height: 1.45; }

.zcp-service-assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; clear: both; margin-top: 17px; }
.zcp-service-assurance > div { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; padding: 12px; border: 1px solid rgba(89, 130, 184, .14); border-radius: 13px; background: rgba(255, 255, 255, .55); }
.zcp-service-assurance span { grid-row: 1 / 3; color: #4f8cff; font-size: 10px; font-weight: 850; }
.zcp-service-assurance strong { color: #24354b; font-size: 11px; }
.zcp-service-assurance small { margin-top: 3px; color: #748297; line-height: 1.5; }

.zcp-service-details { width: 100%; margin: clamp(55px, 8vw, 100px) 0 15px; }
.zcp-service-details > header { max-width: 720px; margin-bottom: 25px; }
.zcp-service-details > header > span { color: #4f8cff; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.zcp-service-details h2 { margin: 8px 0 0; color: #0b1b30; font-size: clamp(28px, 4vw, 48px); line-height: 1.15; }
.zcp-service-details__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.zcp-service-details article { padding: clamp(21px, 3vw, 31px); border: 1px solid #dbe4ef; border-radius: 22px; background: #fff; box-shadow: 0 14px 42px rgba(12, 36, 65, .05); }
.zcp-service-details article > span { color: #4f8cff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.zcp-service-details h3 { margin: 7px 0 19px; color: #172940; font-size: 22px; }
.zcp-service-details ul,
.zcp-service-details ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.zcp-service-details ul li { position: relative; padding: 11px 36px 11px 10px; border-radius: 11px; background: #f5f8fc; color: #485a70; }
.zcp-service-details ul li::before { content: "✓"; position: absolute; inset: 11px 11px auto auto; color: #2778ee; font-weight: 900; }
.zcp-service-details ol li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 11px; min-height: 50px; border-bottom: 1px solid #e5ebf2; }
.zcp-service-details ol li:last-child { border-bottom: 0; }
.zcp-service-details ol b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #eaf2ff; color: #266fda; font-size: 10px; }
.zcp-service-details ol span { color: #485a70; }

/* Service-first public page ------------------------------------------------
 * The WooCommerce product is only a hidden payment record. These selectors
 * own the public service experience independently from a theme's shop CSS. */
body.zandino-service-page {
    --zcp-service-ink: #10233d;
    --zcp-service-muted: #63758b;
    --zcp-service-line: #dce5ef;
    --zcp-service-soft: #f2f6fa;
    --zcp-service-blue: #2d6fc8;
    margin: 0;
    overflow-x: hidden;
    overflow-x: clip;
    background: #f6f8fb;
    color: var(--zcp-service-ink);
}

body.zandino-service-page main.zcp-service-page {
    width: 100vw;
    max-width: none;
    box-sizing: border-box;
    margin-inline: calc(50% - 50vw);
    padding: clamp(28px, 5vw, 72px) 0 clamp(58px, 8vw, 110px);
    overflow: clip;
    background:
        radial-gradient(circle at 10% 0%, rgba(55, 119, 205, .08), transparent 27%),
        linear-gradient(180deg, #f8fafc, #f3f6fa);
    font-family: Vazirmatn, "Zandino Symbols", -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
}

.zcp-service-shell { width: min(100% - 36px, 1240px); margin-inline: auto; }
.zcp-service-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #8997a8; font-size: 11px; }
.zcp-service-breadcrumb a { color: #53677f; text-decoration: none; }
.zcp-service-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); gap: clamp(24px, 4vw, 54px); align-items: start; }
.zcp-service-intro { min-width: 0; padding-top: clamp(15px, 3vw, 35px); }
.zcp-service-kicker { display: flex; align-items: center; gap: 9px; color: var(--zcp-service-blue); font-size: 10px; font-weight: 850; letter-spacing: .06em; }
.zcp-service-kicker > span { width: 26px; height: 2px; border-radius: 2px; background: currentColor; }
.zcp-service-intro h1 { max-width: 760px; margin: 14px 0 17px !important; color: var(--zcp-service-ink) !important; font-size: clamp(39px, 5.4vw, 72px) !important; font-weight: 900 !important; line-height: 1.08 !important; letter-spacing: -.035em; }
.zcp-service-lead { max-width: 730px; margin: 0 !important; color: var(--zcp-service-muted); font-size: clamp(14px, 1.5vw, 17px); line-height: 2; }

.zcp-service-page .zcp-service-facts { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 22px; }
.zcp-service-page .zcp-service-facts > div { min-width: 140px; min-height: 0; padding: 12px 14px; border: 1px solid var(--zcp-service-line); border-radius: 13px; background: rgba(255, 255, 255, .78); }
.zcp-service-page .zcp-service-facts span { color: #8190a2; font-size: 9px; }
.zcp-service-page .zcp-service-facts strong { color: #263b55; font-size: 11px; }

.zcp-service-cover { position: relative; overflow: hidden; height: clamp(270px, 36vw, 430px); margin: 0; border: 1px solid #d5e0eb; border-radius: 26px; background: #0d2440; box-shadow: 0 25px 70px rgba(22, 48, 78, .12); }
.zcp-service-cover img { width: 100%; height: 100%; object-fit: cover; }
.zcp-service-cover--system { display: grid; place-items: center; background: radial-gradient(circle at 65% 20%, rgba(79, 143, 224, .35), transparent 30%), linear-gradient(145deg, #0b1c31, #163c68); }
.zcp-service-cover--system > span { position: relative; z-index: 2; display: grid; place-items: center; width: 94px; height: 94px; border: 1px solid rgba(190, 217, 248, .27); border-radius: 28px; background: rgba(255, 255, 255, .08); color: #f4f8fc; font-size: 40px; font-weight: 950; box-shadow: 0 20px 65px rgba(0, 0, 0, .2); }
.zcp-service-cover--system > i { position: absolute; width: 230px; height: 230px; border: 1px solid rgba(173, 209, 248, .16); border-radius: 50%; }
.zcp-service-cover--system > i:nth-of-type(2) { width: 360px; height: 360px; border-style: dashed; }
.zcp-service-cover--system > i:nth-of-type(3) { width: 520px; height: 520px; opacity: .5; }
.zcp-service-cover--system > b { position: absolute; inset: auto 22px 18px auto; color: rgba(255, 255, 255, .34); font-size: 10px; letter-spacing: .18em; }

.zcp-service-order { position: sticky; inset-block-start: 20px; overflow: hidden; min-width: 0; border: 1px solid #d6e1ec; border-radius: 26px; background: rgba(255, 255, 255, .94); box-shadow: 0 30px 80px rgba(18, 46, 78, .11); }
.zcp-service-order__head { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 22px 24px 19px; border-bottom: 1px solid #e5ebf2; background: #fbfcfd; }
.zcp-service-order__head > div { display: grid; gap: 4px; }
.zcp-service-order__head > div span { color: var(--zcp-service-blue); font-size: 9px; font-weight: 850; }
.zcp-service-order__head > div strong { color: var(--zcp-service-ink); font-size: 17px; }
.zcp-service-order__head > p { display: grid; gap: 2px; margin: 0; color: var(--zcp-service-ink); font-size: 15px; font-weight: 900; text-align: end; }
.zcp-service-order__head > p small { color: #8795a6; font-size: 8px; font-weight: 600; }
.zcp-service-order .zcp-configurator { margin: 0; padding: 22px 24px 17px; border: 0; border-radius: 0; background: transparent; }
.zcp-service-order .zcp-configurator__head { margin-bottom: 17px; }
.zcp-service-order .zcp-configurator__head > strong { color: var(--zcp-service-ink); }
.zcp-service-order .zcp-configurator__head > p { color: #738397; }
.zcp-service-order .zcp-field { gap: 9px; padding: 14px; border-color: #dfe7f0; background: #f7f9fb; }
.zcp-service-order .zcp-field__label label { color: #263c56; font-size: 12px; }
.zcp-service-order .zcp-field__description { margin: -3px 0 1px; color: #79899c; font-size: 11.5px; line-height: 1.75; }
.zcp-service-order .zcp-field__formula { color: #8190a2; font-size: 11px; line-height: 1.75; }
.zcp-service-order .zcp-field input[type="number"],
.zcp-service-order .zcp-field select { min-height: 45px; border-color: #ccd8e5; background: #fff; color: #243950; }
.zcp-service-order .zcp-configurator__total { align-items: center; margin-top: 17px; }
.zcp-service-order .zcp-configurator__total > strong { color: var(--zcp-service-ink); font-size: 25px; }
.zcp-service-order-form { margin: 0; }
.zcp-service-submit { width: calc(100% - 48px) !important; min-height: 60px !important; box-sizing: border-box; display: grid !important; grid-template-columns: 1fr auto; grid-template-rows: auto auto; column-gap: 12px; align-items: center; margin: 0 24px !important; padding: 10px 17px !important; border: 0 !important; border-radius: 15px !important; background: #245fae !important; color: #fff !important; text-align: start; box-shadow: 0 13px 30px rgba(36, 95, 174, .22); position: relative; }
.zcp-service-submit > span { font-size: 12px; font-weight: 850; }
.zcp-service-submit > small { color: rgba(255, 255, 255, .72); font-size: 10.5px; font-weight: 500; }
.zcp-service-submit > i { grid-column: 2; grid-row: 1 / 3; font-size: 19px; font-style: normal; }
.zcp-service-submit-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 13px 18px 19px !important; color: #738399; font-size: 10.5px; line-height: 1.7; text-align: center; }
.zcp-service-submit-note > span { color: #23825f; font-weight: 900; }
.zcp-service-unavailable { display: grid; gap: 9px; margin: 22px; padding: 20px; border: 1px solid #e0e7ef; border-radius: 17px; background: #f6f8fa; }
.zcp-service-unavailable strong { color: var(--zcp-service-ink); }
.zcp-service-unavailable p { margin: 0; color: var(--zcp-service-muted); line-height: 1.8; }
.zcp-service-unavailable a { width: max-content; padding: 10px 14px; border-radius: 11px; background: #245fae; color: #fff; text-decoration: none; }

.zcp-service-body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: clamp(44px, 7vw, 82px); }
.zcp-service-body > article { min-width: 0; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--zcp-service-line); border-radius: 23px; background: #fff; box-shadow: 0 14px 45px rgba(20, 47, 79, .045); }
.zcp-service-body > article:first-child:last-child { grid-column: 1 / -1; }
.zcp-service-body > article > span { color: var(--zcp-service-blue); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.zcp-service-body h2 { margin: 8px 0 20px !important; color: var(--zcp-service-ink) !important; font-size: clamp(24px, 3vw, 34px) !important; line-height: 1.25 !important; }
.zcp-service-prose { color: #586a80; line-height: 2; }
.zcp-service-prose > *:first-child { margin-top: 0; }
.zcp-service-deliverables ul,
.zcp-service-process ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.zcp-service-deliverables li { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 8px 11px; border-radius: 12px; background: var(--zcp-service-soft); color: #42566f; }
.zcp-service-deliverables li > i { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 8px; background: #e1ecfa; color: #2b6fc9; font-style: normal; font-weight: 900; }
.zcp-service-process li { display: grid; grid-template-columns: 37px 1fr; align-items: center; gap: 11px; min-height: 51px; border-bottom: 1px solid #e7edf3; color: #42566f; }
.zcp-service-process li:last-child { border-bottom: 0; }
.zcp-service-process li > b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #e8f0fa; color: #2d6fc8; font-size: 10px; }
.zcp-service-page .zcp-service-assurance { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 15px; }
.zcp-service-page .zcp-service-assurance > div { min-height: 86px; box-sizing: border-box; padding: 17px; border-color: var(--zcp-service-line); background: rgba(255, 255, 255, .68); }
.zcp-service-page .zcp-service-assurance span { color: var(--zcp-service-blue); }
.zcp-service-page .zcp-service-assurance strong { color: #263a53; font-size: 12px; }
.zcp-service-page .zcp-service-assurance small { color: #718297; font-size: 9px; }

/* Wallet, tickets and account content ------------------------------------ */
.zcp-account-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin: 0 0 15px; }
.zcp-wallet-view,
.zcp-ticketing-view,
.zcp-ticket-detail { display: grid; gap: 16px; min-width: 0; }

.zcp-wallet-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 17px; padding: 22px; }
.zcp-wallet-balance { display: grid; align-content: center; gap: 7px; }
.zcp-wallet-balance > span { color: #90a2b9; font-size: 11px; font-weight: 700; }
.zcp-wallet-balance > strong { color: #fff; font-size: clamp(29px, 4vw, 43px); line-height: 1.1; overflow-wrap: anywhere; }
.zcp-wallet-balance > small { color: #93a5bb; }
.zcp-topup-form { display: grid; gap: 10px; padding: 17px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; background: rgba(0, 0, 0, .17); }
.zcp-form-title { display: grid; gap: 4px; }
.zcp-form-title strong { color: #fff; font-size: 15px; }
.zcp-form-title span { color: #93a5bb; font-size: 10px; }
.zcp-topup-form label { display: grid; gap: 7px; }
.zcp-topup-form label > span { color: #b8c5d5; font-size: 11px; font-weight: 700; }
/* Says which gateway the charge goes through, so "pay" is not a leap of faith. */
.zcp-topup-hint { margin: 2px 0 0; color: #93a5bb; font-size: 10.5px; line-height: 1.8; }

.zcp-wallet-history,
.zcp-ticketing-head,
.zcp-ticket-create,
.zcp-ticket-list,
.zcp-ticket-detail > header,
.zcp-ticket-reply-form { padding: 21px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 19px; background: rgba(255, 255, 255, .035); }

.zcp-wallet-history > header,
.zcp-dashboard-section > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.zcp-wallet-history > header > div,
.zcp-dashboard-section > header > div { display: grid; gap: 3px; }
.zcp-wallet-history > header span,
.zcp-dashboard-section > header span { color: #93a5bb; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.zcp-wallet-history > header strong,
.zcp-dashboard-section > header strong { color: #fff; font-size: 17px; }
.zcp-wallet-history > header small { color: #8fa1b6; }

.zcp-wallet-table { overflow: auto; border: 1px solid rgba(255, 255, 255, .07); border-radius: 14px; }
.zcp-wallet-table table { width: 100%; margin: 0; border-collapse: collapse; }
.zcp-wallet-table thead { background: rgba(255, 255, 255, .035); }
.zcp-wallet-table th,
.zcp-wallet-table td { padding: 12px; border-bottom: 1px solid rgba(255, 255, 255, .065); text-align: start; white-space: nowrap; }
.zcp-wallet-table th { color: #93a5bb; font-size: 10px; }
.zcp-wallet-table td { color: #dbe5f2; font-size: 12px; }
.zcp-wallet-table td strong { color: inherit; font-weight: 750; }
.zcp-wallet-table .is-credit { color: #65d4a4; }
.zcp-wallet-table .is-debit { color: #ff8998; }

/* A charge request that is still open: it is the customer's only proof that the
   money they transferred is being processed, so it is stated, not hinted. */
.zcp-topup-state { display: inline-flex; align-items: center; min-height: 26px; padding: 2px 10px; border: 1px solid rgba(255, 199, 120, .28); border-radius: 999px; background: rgba(255, 187, 92, .12); color: #ffd79a; font-size: 10px; font-weight: 750; white-space: nowrap; }
.zcp-topup-state.is-waiting { border-color: rgba(139, 184, 255, .3); background: rgba(94, 155, 255, .13); color: #b9d4ff; }
.zcp-topup-gateway { display: block; margin-top: 5px; color: #8ea0b4; font-size: 9.5px; }
.zcp-topup-action { text-align: end; }
.zcp-topup-action > a { color: #8bb8ff !important; text-decoration: none !important; font-size: 11.5px; font-weight: 750; }
.zcp-topup-action > a:hover { text-decoration: underline !important; }
/* Finishing the payment is the action of the row, so it is a button — not the
   same quiet link as "view order". */
.zcp-topup-action > a.is-pay { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border-radius: 11px; background: linear-gradient(135deg, #3f8dff, #7f5cff); color: #fff !important; font-size: 11.5px; font-weight: 850; box-shadow: 0 10px 22px -14px rgba(63, 141, 255, .9); }
.zcp-topup-action > a.is-pay:hover { text-decoration: none !important; filter: brightness(1.07); }
.zcp-topup-action > small { display: block; margin-top: 3px; color: #8ea0b4; font-size: 9.5px; }

/* --- Account: a single order -------------------------------------------- */
/* One order used to open as a loose sentence with three identical inline chips
   (number, date, status) and no word about whether money was still owed. It is
   a board now: state pill, the facts that matter, and the payment link when the
   order is still unpaid. */
.zcp-order-board { padding: 22px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 19px; background: rgba(255, 255, 255, .035); }
.zcp-order-board__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.zcp-order-board__head > div { display: grid; gap: 4px; }
.zcp-order-board__head span { color: #93a5bb; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.zcp-order-board__head h2 { margin: 0; color: #fff; font-size: 19px; }
.zcp-order-state { display: inline-flex; align-items: center; min-height: 28px; padding: 2px 12px; border: 1px solid rgba(255, 199, 120, .3); border-radius: 999px; background: rgba(255, 187, 92, .12); color: #ffd79a; font-size: 10.5px; font-weight: 800; white-space: nowrap; }
.zcp-order-state.is-completed,
.zcp-order-state.is-processing { border-color: rgba(101, 212, 164, .32); background: rgba(74, 222, 160, .13); color: #8fe6bd; }
.zcp-order-state.is-cancelled,
.zcp-order-state.is-failed,
.zcp-order-state.is-refunded { border-color: rgba(255, 137, 152, .32); background: rgba(255, 107, 125, .13); color: #ffa7b2; }
.zcp-order-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); gap: 14px; margin: 18px 0 0; padding: 16px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 15px; background: rgba(0, 0, 0, .16); }
.zcp-order-facts dt { color: #8fa1b6; font-size: 10px; font-weight: 700; }
.zcp-order-facts dd { margin: 5px 0 0; color: #e6eef9; font-size: 13px; font-weight: 750; }
.zcp-order-facts__amount { font-variant-numeric: tabular-nums; }
.zcp-order-facts dd.is-paid { color: #65d4a4; }
.zcp-order-facts dd.is-unpaid { color: #ffc77a; }
.zcp-order-pay { display: grid; gap: 10px; margin-top: 16px; }
.zcp-order-pay__button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 13px; background: linear-gradient(135deg, #3f8dff, #7f5cff); color: #fff !important; font-size: 13px; font-weight: 850; text-decoration: none !important; box-shadow: 0 14px 30px -18px rgba(63, 141, 255, .95); }
.zcp-order-pay__button:hover { filter: brightness(1.07); }
.zcp-order-pay__hint { margin: 0; color: #93a5bb; font-size: 10.5px; line-height: 1.9; }
.zcp-order-board__back { margin: 16px 0 0; }
.zcp-order-board__back a { color: #8bb8ff !important; font-size: 11.5px; font-weight: 750; text-decoration: none !important; }
.zcp-order-board__back a:hover { text-decoration: underline !important; }
.zcp-order-notes { margin-top: 18px; padding: 21px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 19px; background: rgba(255, 255, 255, .035); }
.zcp-order-notes > header { margin-bottom: 12px; }
.zcp-order-notes > header span { display: block; color: #93a5bb; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.zcp-order-notes > header strong { color: #fff; font-size: 16px; }
.zcp-order-notes ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.zcp-order-notes li { padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .07); border-radius: 13px; background: rgba(0, 0, 0, .15); }
.zcp-order-notes .meta { margin: 0 0 6px; color: #8fa1b6; font-size: 10px; }
.zcp-order-notes .description { color: #dbe5f2; font-size: 12.5px; line-height: 1.95; }
.zcp-order-notes .description p { margin: 0; }

.zcp-ticketing-head > span { color: #7caeff; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.zcp-ticketing-head h2 { margin: 6px 0; color: #fff; }
.zcp-ticketing-head p { margin: 0; color: #8798ad; }
.zcp-ticket-create form,
.zcp-ticket-reply-form { display: grid; gap: 13px; margin: 0; }
.zcp-ticket-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.zcp-ticket-form-grid label,
.zcp-ticket-reply-form label { display: grid; gap: 7px; }
.zcp-ticket-form-grid label > span,
.zcp-ticket-reply-form label > span { color: #b7c4d4; font-size: 11px; font-weight: 700; }
.zcp-ticket-form-grid .wide { grid-column: 1 / -1; }
.zcp-ticket-list > header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.zcp-ticket-list-items { display: grid; }
.zcp-ticket-list-items > a { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 15px; align-items: center; min-height: 62px; padding: 7px 5px; border-top: 1px solid rgba(255, 255, 255, .07); color: inherit; text-decoration: none; }
.zcp-ticket-list-items > a > div { display: grid; gap: 4px; }
.zcp-ticket-list-items strong { color: #e7eef8; }
.zcp-ticket-list-items small,
.zcp-ticket-list-items time { color: #8da0b4; font-size: 10px; }
.zcp-ticket-status { display: inline-flex; align-items: center; width: max-content; min-height: 26px; padding: 2px 9px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 99px; color: #c5d1e0; font-size: 10px; font-weight: 700; }
.zcp-ticket-status.is-awaiting-team,
.zcp-ticket-status.is-open { border-color: rgba(225, 170, 68, .27); background: rgba(225, 170, 68, .1); }
.zcp-ticket-status.is-awaiting-customer { border-color: rgba(79, 140, 255, .28); background: rgba(79, 140, 255, .11); }
.zcp-ticket-status.is-closed { opacity: 1; color: #8fa1b6; }
.zcp-ticket-detail > header { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.zcp-ticket-detail > header h2 { margin: 4px 0 0; color: #fff; }
.zcp-ticket-detail > header small { color: #7d8da2; }
.zcp-ticket-thread { display: grid; gap: 11px; }
.zcp-ticket-message { max-width: 86%; padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 17px; color: #dce6f3; line-height: 1.8; }
.zcp-ticket-message.is-customer { margin-inline-start: auto; border-end-end-radius: 6px; background: rgba(79, 140, 255, .09); }
.zcp-ticket-message.is-team { margin-inline-end: auto; border-end-start-radius: 6px; background: rgba(255, 255, 255, .04); }
.zcp-ticket-message header { display: flex; gap: 15px; justify-content: space-between; margin-bottom: 7px; }
.zcp-ticket-message time { color: #8fa1b6; font-size: 10px; }
.zcp-ticket-message p { margin: 0; }
.zcp-ticket-back { display: inline-flex; align-items: center; min-height: 44px; color: #aebcd0; text-decoration: none; }
.zcp-ticket-reply-form textarea { min-height: 125px; resize: vertical; }
.zcp-empty-state { display: grid; place-items: center; min-height: 145px; padding: 24px; color: #8fa1b6; text-align: center; }
.zcp-empty-state strong { margin-bottom: 5px; color: #dbe5f2; }

/* Customer application ---------------------------------------------------- */
body.zandino-account-app {
    --zcp-app-bg: #06111f;
    --zcp-app-sidebar: #081827;
    --zcp-app-surface: #0d2034;
    --zcp-app-surface-2: #122a43;
    --zcp-app-line: rgba(142, 180, 231, .12);
    --zcp-app-muted: #8295ad;
    --zcp-app-text: #f3f7fc;
    --zcp-app-accent: #3d78c5;
    margin: 0;
    overflow-x: hidden;
    overflow-x: clip;
    background: var(--zcp-app-bg);
    color: var(--zcp-app-text);
}

body.zandino-account-app .z36-header,
body.zandino-account-app .z36-footer,
body.zandino-account-authenticated .site-header,
body.zandino-account-authenticated .site-footer,
body.zandino-account-authenticated .elementor-location-header,
body.zandino-account-authenticated .elementor-location-footer { display: none !important; }
body.zandino-account-app .z36-commerce-main { min-height: 100vh; background: var(--zcp-app-bg); }
body.zandino-account-app .z36-commerce-shell { min-height: 100vh; padding: 0 !important; direction: inherit; }
body.zandino-account-app .z36-commerce-shell > .z36-container { width: 100%; max-width: none; padding: 0; }
body.zandino-account-app .z36-commerce-shell .woocommerce { display: block !important; }
body.zandino-account-authenticated #page,
body.zandino-account-authenticated #content,
body.zandino-account-authenticated #primary,
body.zandino-account-authenticated .site-content,
body.zandino-account-authenticated .site-main,
body.zandino-account-authenticated .entry-content,
body.zandino-account-authenticated .woocommerce { width: 100% !important; max-width: none !important; min-height: 0; box-sizing: border-box; margin: 0 !important; padding: 0 !important; }

.zcp-account-app {
    position: relative;
    z-index: 20;
    width: 100vw;
    max-width: none;
    min-height: 100vh;
    box-sizing: border-box;
    margin-inline: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 282px minmax(0, 1fr);
    background:
        radial-gradient(circle at 76% -20%, rgba(58, 126, 232, .15), transparent 34%),
        var(--zcp-app-bg);
    color: var(--zcp-app-text);
    font-family: Vazirmatn, "Zandino Symbols", -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
}

.zcp-account-sidebar {
    position: sticky;
    inset-block-start: 0;
    z-index: 40;
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 21px 17px 17px;
    border-inline-end: 1px solid var(--zcp-app-line);
    background: rgba(8, 24, 39, .94);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overscroll-behavior: contain;
}

.zcp-account-sidebar__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; }
.zcp-account-brand { display: inline-flex; align-items: center; gap: 9px; color: #fff !important; text-decoration: none !important; }
.zcp-account-brand__mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(126, 180, 255, .28); border-radius: 11px; background: #123768; color: #fff; font-size: 15px; font-weight: 950; box-shadow: 0 9px 26px rgba(0, 0, 0, .16); }
.zcp-account-brand__text { font-size: 15px; font-weight: 900; letter-spacing: .04em; }
.zcp-account-brand__logo { display: block; width: auto; max-width: 142px; height: 38px; object-fit: contain; }
.zcp-account-nav-close { display: none; place-items: center; width: 44px; height: 44px; box-sizing: border-box; padding: 0; border: 1px solid var(--zcp-app-line); border-radius: 11px; background: rgba(255, 255, 255, .035); color: #d7e2ee; font-size: 22px; line-height: 1; text-align: center; }

.zcp-account-profile { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 11px; margin: 23px 0 18px; padding: 13px; border: 1px solid var(--zcp-app-line); border-radius: 16px; background: rgba(255, 255, 255, .028); }
.zcp-account-profile__avatar { display: block; width: 48px !important; height: 48px !important; border: 1px solid rgba(130, 180, 248, .2); border-radius: 14px !important; }
.zcp-account-profile > div { min-width: 0; display: grid; gap: 3px; }
.zcp-account-profile strong { overflow: hidden; color: #f3f7fc; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.zcp-account-profile span { overflow: hidden; color: var(--zcp-app-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; direction: ltr; text-align: start; }

.zcp-account-nav { display: grid; gap: 3px; }
.zcp-account-nav__label { padding: 0 10px 7px; color: #7d91a9; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.zcp-account-nav__item { display: flex; align-items: center; gap: 9px; min-height: 47px; padding: 5px 7px; border: 1px solid transparent; border-radius: 13px; color: #9fb0c4 !important; text-decoration: none !important; font-size: 11px; font-weight: 700; transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease; }
.zcp-account-nav__item:hover { border-color: rgba(130, 178, 241, .1); background: rgba(255, 255, 255, .035); color: #e9f1fb !important; transform: translateX(-2px); }
.zcp-account-nav__item.is-active { border-color: rgba(108, 164, 244, .22); background: linear-gradient(90deg, rgba(41, 104, 204, .26), rgba(41, 104, 204, .11)); color: #fff !important; }
.zcp-account-nav__icon { position: relative; width: 31px; height: 31px; flex: 0 0 auto; border-radius: 10px; background: rgba(255, 255, 255, .045); }
.zcp-account-nav__item.is-active .zcp-account-nav__icon { background: rgba(79, 140, 255, .2); color: #b7d3ff; }
.zcp-account-nav__icon::before,
.zcp-account-nav__icon::after { content: ""; position: absolute; inset: 9px; box-sizing: border-box; border: 1.6px solid currentColor; border-radius: 4px; opacity: .9; }
.zcp-account-nav__icon[data-icon="wallet"]::before { inset: 9px 7px; }
.zcp-account-nav__icon[data-icon="wallet"]::after { inset: 13px 6px 13px auto; width: 6px; border-radius: 2px; background: currentColor; }
.zcp-account-nav__icon[data-icon="orders"]::before { inset: 7px 9px; border-radius: 2px; }
.zcp-account-nav__icon[data-icon="orders"]::after { inset: 12px 12px auto; height: 1px; border: 0; border-top: 1.6px solid currentColor; box-shadow: 0 5px 0 currentColor; }
.zcp-account-nav__icon[data-icon="services"]::before { inset: 7px 13px 13px 7px; border-radius: 4px; }
.zcp-account-nav__icon[data-icon="services"]::after { inset: 13px 7px 7px 13px; border-radius: 4px; background: rgba(255, 255, 255, .025); }
.zcp-account-nav__icon[data-icon="user"]::before { inset: 7px 11px 14px; border-radius: 50%; }
.zcp-account-nav__icon[data-icon="user"]::after { inset: 17px 8px 7px; border-radius: 8px 8px 4px 4px; }
.zcp-account-nav__icon[data-icon="support"]::before { inset: 8px; border-radius: 50%; }
.zcp-account-nav__icon[data-icon="support"]::after { inset: 13px; border-radius: 50%; border-style: dashed; }
.zcp-account-nav__icon[data-icon="home"]::before { inset: 10px 9px 8px; border-radius: 3px; }
.zcp-account-nav__icon[data-icon="home"]::after { inset: 7px 10px 15px; border-inline-end: 0; border-block-end: 0; border-radius: 1px; transform: rotate(45deg); }
.zcp-account-nav__icon[data-icon="logout"]::before { inset: 8px 12px 8px 7px; border-radius: 3px; }
.zcp-account-nav__icon[data-icon="logout"]::after { inset: 14px 5px auto auto; width: 11px; height: 1px; border: 0; border-top: 1.6px solid currentColor; }

.zcp-account-sidebar__footer { display: grid; gap: 9px; margin-top: auto; padding: 18px 8px 2px; }
.zcp-account-sidebar__footer a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; color: #d6e1ee !important; text-decoration: none !important; font-size: 10px; font-weight: 700; }
.zcp-account-sidebar__footer small { color: #7d91a9; font-size: 8px; }

.zcp-account-main { min-width: 0; }
.zcp-account-topbar { position: sticky; inset-block-start: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 82px; box-sizing: border-box; padding: 12px clamp(20px, 3vw, 40px); border-bottom: 1px solid var(--zcp-app-line); background: rgba(6, 17, 31, .82); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.zcp-account-topbar__title { display: flex; align-items: center; gap: 12px; min-width: 0; }
.zcp-account-topbar__title > div { min-width: 0; flex: 1; }
.zcp-account-topbar__title > div > span { color: #8298b2; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.zcp-account-topbar h1 { overflow: hidden; margin: 3px 0 0 !important; color: #f3f7fc !important; font-size: clamp(20px, 2.4vw, 27px) !important; line-height: 1.2 !important; font-weight: 820 !important; text-overflow: ellipsis; white-space: nowrap; }
.zcp-account-topbar__actions { display: flex; align-items: center; gap: 11px; }
.zcp-account-topbar__actions > a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 13px; border: 1px solid var(--zcp-app-line); border-radius: 11px; color: #d4dfec !important; text-decoration: none !important; font-size: 10px; font-weight: 750; }
.zcp-account-topbar__avatar img { display: block; width: 36px !important; height: 36px !important; border-radius: 11px !important; }
.zcp-account-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--zcp-app-line); border-radius: 12px; background: rgba(255, 255, 255, .035); color: #fff; }
.zcp-account-menu-toggle > span { display: block; height: 1.5px; margin: 4px 0; border-radius: 2px; background: currentColor; }

.zcp-account-content { width: min(100%, 1380px); box-sizing: border-box; margin: 0 auto; padding: clamp(20px, 3vw, 38px) clamp(18px, 3vw, 42px) 64px; }
.zcp-account-content > .woocommerce-notices-wrapper { display: grid; gap: 8px; margin-bottom: 15px; }
.zcp-account-content .woocommerce-message,
.zcp-account-content .woocommerce-info,
.zcp-account-content .woocommerce-error { margin: 0 !important; padding: 13px 15px !important; border: 1px solid var(--zcp-app-line) !important; border-radius: 13px !important; background: var(--zcp-app-surface) !important; color: #dbe7f4 !important; font-size: 11px; line-height: 1.7; }
.zcp-account-content .woocommerce-error { border-color: rgba(224, 115, 129, .3) !important; background: rgba(120, 35, 53, .2) !important; }
.zcp-account-content .woocommerce-MyAccount-navigation { display: none !important; }
.zcp-account-content .woocommerce-MyAccount-content { float: none !important; width: auto !important; padding: 0 !important; border: 0 !important; background: none !important; box-shadow: none !important; }

.zcp-account-cards > a { position: relative; overflow: hidden; display: grid; align-content: space-between; min-height: 130px; box-sizing: border-box; padding: 18px; border: 1px solid var(--zcp-app-line); border-radius: 18px; background: var(--zcp-app-surface); color: var(--zcp-app-text) !important; text-decoration: none !important; transition: transform .17s ease, border-color .17s ease, background .17s ease; }
.zcp-account-cards > a::after { content: "↗"; position: absolute; inset: 15px auto auto 15px; color: #687e99; font-size: 11px; }
.zcp-account-cards > a:hover { border-color: rgba(92, 153, 240, .32); background: var(--zcp-app-surface-2); transform: translateY(-2px); }
.zcp-account-cards span { color: #93a5bb; font-size: 9px; font-weight: 700; }
.zcp-account-cards strong { margin-top: auto; color: #fff; font-size: clamp(21px, 2.5vw, 29px); }
.zcp-account-cards small { color: #8a9cb1; font-size: 8px; }

.zcp-dashboard-section,
.zcp-wallet-history,
.zcp-wallet-hero,
.zcp-ticket-create,
.zcp-ticket-list,
.zcp-ticket-detail > header,
.zcp-ticket-reply-form { border-color: var(--zcp-app-line) !important; background: var(--zcp-app-surface) !important; box-shadow: none !important; }
.zcp-dashboard-section { padding: 20px; border: 1px solid var(--zcp-app-line); border-radius: 20px; }
.zcp-dashboard-section > header > a { display: inline-flex; align-items: center; min-height: 44px; color: #8bb8ff !important; text-decoration: none !important; font-size: 10px; font-weight: 750; }
.zcp-recent-orders { display: grid; }
.zcp-recent-orders > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 64px; padding: 11px 8px; border-block-start: 1px solid var(--zcp-app-line); color: inherit !important; text-decoration: none !important; }
.zcp-recent-orders > a > div { display: grid; gap: 4px; }
.zcp-recent-orders > a > div:last-child { text-align: end; }
.zcp-recent-orders strong { color: #eaf1fa; font-size: 11px; }
.zcp-recent-orders span { color: #8ea0b4; font-size: 9px; }

/* My services ------------------------------------------------------------ */
.zcp-services-view { display: grid; gap: 16px; min-width: 0; }
.zcp-services-head { position: relative; overflow: hidden; display: flex; align-items: end; justify-content: space-between; gap: 25px; min-height: 168px; box-sizing: border-box; padding: clamp(24px, 3.5vw, 38px); border: 1px solid var(--zcp-app-line); border-radius: 23px; background: linear-gradient(135deg, rgba(54, 115, 192, .23), rgba(15, 39, 64, .85) 60%, #0c1e31); }
.zcp-services-head::after { content: ""; position: absolute; inset: -120px -90px auto auto; width: 290px; height: 290px; border: 1px solid rgba(129, 178, 240, .13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(75, 134, 208, .025); }
.zcp-services-head > div { position: relative; z-index: 1; max-width: 720px; }
.zcp-services-head > div > span { color: #83afe7; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.zcp-services-head h2 { margin: 7px 0 8px !important; color: #fff !important; font-size: clamp(29px, 4vw, 43px) !important; line-height: 1.15 !important; }
.zcp-services-head p { margin: 0; color: #95a9bf; font-size: 11px; line-height: 1.8; }
.zcp-services-head > a { position: relative; z-index: 1; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; min-height: 45px; padding: 0 15px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 13px; background: rgba(255, 255, 255, .06); color: #edf4fc !important; text-decoration: none !important; font-size: 10px; font-weight: 800; }
.zcp-service-order-list { display: grid; gap: 11px; }
.zcp-service-order-card { padding: 20px; border: 1px solid var(--zcp-app-line); border-radius: 20px; background: var(--zcp-app-surface); }
.zcp-service-order-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.zcp-service-order-card__identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.zcp-service-order-card__mark { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid rgba(127, 174, 233, .17); border-radius: 13px; background: #173d67; color: #eaf3fe; font-size: 15px; font-weight: 950; }
.zcp-service-order-card__identity > div { min-width: 0; display: grid; gap: 3px; }
.zcp-service-order-card__identity small { color: #8da0b4; font-size: 8px; }
.zcp-service-order-card h3 { overflow: hidden; margin: 0 !important; color: #edf3fa !important; font-size: 17px !important; line-height: 1.4 !important; text-overflow: ellipsis; white-space: nowrap; }
.zcp-service-status { display: inline-flex; align-items: center; min-height: 28px; padding: 2px 10px; border: 1px solid rgba(128, 159, 198, .16); border-radius: 999px; background: rgba(255, 255, 255, .03); color: #b6c3d3; font-size: 9px; font-weight: 750; white-space: nowrap; }
.zcp-service-status.is-processing,
.zcp-service-status.is-completed { border-color: rgba(77, 174, 133, .22); background: rgba(47, 139, 99, .09); color: #86c8a8; }
.zcp-service-status.is-pending,
.zcp-service-status.is-on-hold { border-color: rgba(199, 155, 75, .22); background: rgba(180, 127, 42, .08); color: #d7b77d; }
.zcp-service-status.is-cancelled,
.zcp-service-status.is-failed,
.zcp-service-status.is-refunded { opacity: .62; }
.zcp-service-scope { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 17px 0 0; }
.zcp-service-scope > div { min-width: 0; display: grid; gap: 4px; padding: 10px 11px; border: 1px solid rgba(255, 255, 255, .055); border-radius: 11px; background: rgba(255, 255, 255, .018); }
.zcp-service-scope dt { overflow: hidden; color: #8da0b4; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.zcp-service-scope dd { overflow: hidden; margin: 0; color: #dbe5f1; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.zcp-service-fixed-scope { margin: 17px 0 0; color: #8da0b4; font-size: 10px; }
.zcp-service-order-card > footer { display: grid; grid-template-columns: auto auto minmax(230px, 1fr); align-items: end; gap: 28px; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--zcp-app-line); }
.zcp-service-order-card > footer > div:not(.zcp-service-order-card__actions) { display: grid; gap: 3px; }
.zcp-service-order-card > footer small { color: #8da0b4; font-size: 8px; }
.zcp-service-order-card > footer strong { color: #dfe8f3; font-size: 11px; }
.zcp-service-order-card__actions { display: flex; justify-content: end; gap: 7px; }
.zcp-service-order-card__actions > a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 12px; border: 1px solid var(--zcp-app-line); border-radius: 10px; color: #cbd7e5 !important; text-decoration: none !important; font-size: 9px; font-weight: 750; }
.zcp-service-order-card__actions > a.is-primary { border-color: transparent; background: var(--zcp-app-accent); color: #fff !important; }
.zcp-services-empty { display: grid; place-items: center; min-height: 310px; box-sizing: border-box; padding: 35px 20px; border: 1px dashed rgba(128, 166, 215, .18); border-radius: 22px; background: rgba(255, 255, 255, .018); text-align: center; }
.zcp-services-empty > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 12px; border: 1px solid rgba(113, 163, 227, .18); border-radius: 17px; background: rgba(60, 122, 202, .1); color: #8bb7ee; font-size: 25px; }
.zcp-services-empty h3 { margin: 0 0 7px !important; color: #eaf1fa !important; font-size: 20px !important; }
.zcp-services-empty p { max-width: 570px; margin: 0; color: #8fa1b6; font-size: 10px; line-height: 1.8; }
.zcp-services-empty a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 18px; padding: 0 15px; border-radius: 12px; background: var(--zcp-app-accent); color: #fff !important; text-decoration: none !important; font-size: 10px; font-weight: 800; }

.zcp-account-content table.shop_table { width: 100%; overflow: hidden; border: 1px solid var(--zcp-app-line) !important; border-radius: 18px !important; background: var(--zcp-app-surface) !important; }
.zcp-account-content table.shop_table th,
.zcp-account-content table.shop_table td { padding: 14px !important; border-color: var(--zcp-app-line) !important; }
.zcp-account-content table.shop_table th { color: #8394aa; font-size: 9px; }
.zcp-account-content table.shop_table td { color: #dbe5f1; }
.zcp-account-content fieldset { margin: 20px 0 !important; padding: 18px !important; border: 1px solid var(--zcp-app-line) !important; border-radius: 16px; background: rgba(255, 255, 255, .018); }
.zcp-account-content legend { padding: 0 8px; color: #dce6f2; font-weight: 800; }

.zcp-account-content input.input-text,
.zcp-account-content textarea,
.zcp-account-content select,
.zcp-topup-form input,
.zcp-ticket-form-grid input,
.zcp-ticket-form-grid textarea,
.zcp-ticket-reply-form textarea { min-height: 48px !important; box-sizing: border-box; padding: 10px 12px !important; border: 1px solid rgba(147, 177, 216, .16) !important; border-radius: 12px !important; background: #0a1929 !important; color: #fff !important; }
.zcp-account-content input:focus,
.zcp-account-content textarea:focus,
.zcp-account-content select:focus,
.zcp-topup-form input:focus,
.zcp-ticket-form-grid input:focus,
.zcp-ticket-form-grid textarea:focus,
.zcp-ticket-reply-form textarea:focus { outline: 0 !important; border-color: var(--zcp-app-accent) !important; box-shadow: 0 0 0 3px rgba(79, 140, 255, .38) !important; }
.zcp-account-content input:focus-visible,
.zcp-account-content textarea:focus-visible,
.zcp-account-content select:focus-visible,
.zcp-topup-form input:focus-visible,
.zcp-ticket-form-grid input:focus-visible,
.zcp-ticket-form-grid textarea:focus-visible,
.zcp-ticket-reply-form textarea:focus-visible { outline: 2px solid #70a7ff !important; outline-offset: 2px !important; box-shadow: none !important; }
.zcp-account-content .button,
.zcp-wallet-view .button,
.zcp-ticketing-view .button,
.zcp-ticket-detail .button { display: inline-flex !important; align-items: center; justify-content: center; min-height: 44px !important; padding: 0 14px !important; border: 1px solid var(--zcp-app-line) !important; border-radius: 12px !important; background: rgba(255, 255, 255, .055) !important; color: #fff !important; font-weight: 750 !important; }
.zcp-account-content .button.alt,
.zcp-account-content button[name="save_account_details"],
.zcp-primary-action,
.zcp-auth-submit { border-color: transparent !important; background: var(--zcp-app-accent) !important; color: #fff !important; }
.zcp-account-content a { color: inherit; }
.zcp-account-content a:focus-visible,
.zcp-account-sidebar a:focus-visible,
.zcp-account-topbar a:focus-visible,
.zcp-account-content button:focus-visible,
.zcp-account-sidebar button:focus-visible,
.zcp-account-topbar button:focus-visible,
.zcp-auth-form button:focus-visible,
.zcp-account-menu-toggle:focus-visible,
.zcp-account-nav-close:focus-visible { outline: 2px solid #70a7ff; outline-offset: 3px; }
.zcp-account-overlay { display: none; }

/* Authentication ---------------------------------------------------------- */
body.zandino-account-guest .z36-commerce-main { display: grid; min-height: 100vh; }
.zcp-auth-shell { position: relative; min-height: 100vh; box-sizing: border-box; display: grid; grid-template-columns: minmax(280px, .82fr) minmax(520px, 1.18fr); gap: clamp(30px, 5vw, 80px); align-items: center; padding: clamp(28px, 5vw, 70px); background: radial-gradient(circle at 12% 9%, rgba(60, 132, 240, .18), transparent 30%), radial-gradient(circle at 90% 80%, rgba(255, 255, 255, .04), transparent 25%), var(--zcp-app-bg); }
.zcp-auth-brand { position: absolute; inset-block-start: 30px; inset-inline-start: clamp(28px, 5vw, 70px); }
.zcp-auth-intro { max-width: 580px; }
.zcp-auth-intro > span,
.zcp-auth-card > header > span { color: #7eb1ff; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.zcp-auth-intro h1 { margin: 10px 0 15px !important; color: #fff !important; font-size: clamp(36px, 5vw, 64px) !important; line-height: 1.03 !important; letter-spacing: -.045em; }
.zcp-auth-intro p { max-width: 540px; margin: 0; color: #91a4bb; font-size: 12px; line-height: 1.9; }
.zcp-auth-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.zcp-auth-points span { padding: 8px 10px; border: 1px solid var(--zcp-app-line); border-radius: 999px; background: rgba(255, 255, 255, .025); color: #bdcbdb; font-size: 9px; }
.zcp-auth-panels { display: grid; grid-template-columns: 1fr; gap: 12px; width: min(100%, 720px); justify-self: end; }
.zcp-auth-panels.has-register { grid-template-columns: 1fr; width: min(100%, 560px); }

/* Tab switcher: segmented control */
.zcp-auth-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; padding: 5px; border: 1px solid var(--zcp-app-line); border-radius: 15px; background: rgba(6, 18, 34, .68); }
.zcp-auth-tab { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 16px; border: 0; border-radius: 11px; background: transparent; color: #9db1c7; font: inherit; font-size: 12.5px; font-weight: 800; cursor: pointer; transition: background .22s, color .22s, box-shadow .22s; }
.zcp-auth-tab span { font-size: 14px; line-height: 1; }
.zcp-auth-tab:hover { color: #e7eefb; }
.zcp-auth-tab.is-active { background: linear-gradient(135deg, #3f86ff, #2456e6); color: #fff; box-shadow: 0 10px 26px -10px rgba(31, 84, 214, .6); }
.zcp-auth-tab:focus-visible { outline: 2px solid #72b3ff; outline-offset: 2px; }
.zcp-auth-panels.is-single .zcp-auth-tabs { grid-template-columns: 1fr; }
.zcp-auth-panels.is-single .zcp-auth-tab:last-child { display: none; }
.zcp-auth-card { box-sizing: border-box; padding: clamp(22px, 3vw, 31px); border: 1px solid var(--zcp-app-line); border-radius: 24px; background: rgba(11, 31, 50, .86); box-shadow: 0 40px 100px rgba(0, 0, 0, .27); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.zcp-auth-card > header { margin-bottom: 20px; }
.zcp-auth-card > header h1,
.zcp-auth-card > header h2 { margin: 6px 0 0 !important; color: #fff !important; font-size: clamp(24px, 3vw, 32px) !important; line-height: 1.2; }
.zcp-auth-card > header p { margin: 9px 0 0; color: var(--zcp-app-muted); font-size: 10px; line-height: 1.7; }
.zcp-auth-form { display: grid; gap: 13px; margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; box-shadow: none !important; }
.zcp-auth-form > label { display: grid; gap: 6px; }
.zcp-auth-form > label > span { color: #b9c7d7; font-size: 10px; font-weight: 700; }
.zcp-auth-form input[type="text"],
.zcp-auth-form input[type="email"],
.zcp-auth-form input[type="password"] { width: 100%; min-height: 50px; box-sizing: border-box; padding: 10px 13px; border: 1px solid rgba(145, 176, 215, .17) !important; border-radius: 13px !important; background: #091827 !important; color: #fff !important; font-size: 14px; }
.zcp-auth-form input:focus { outline: 0; border-color: var(--zcp-app-accent) !important; box-shadow: 0 0 0 3px rgba(79, 140, 255, .38) !important; }
.zcp-auth-form input:focus-visible { outline: 2px solid #70a7ff !important; outline-offset: 2px !important; box-shadow: none !important; }
.zcp-auth-form__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 10px; }
.zcp-auth-form__meta a,
.zcp-auth-back { display: inline-flex; align-items: center; min-height: 44px; color: #c6d2e0 !important; text-decoration: none !important; }
.zcp-check { display: flex !important; align-items: center; gap: 7px !important; min-height: 44px; cursor: pointer; }
.zcp-check input { accent-color: var(--zcp-app-accent); }
.zcp-auth-submit { width: 100% !important; min-height: 50px !important; display: inline-flex !important; align-items: center; justify-content: center; margin-top: 2px !important; border-radius: 13px !important; }
.zcp-auth-note,
.zcp-auth-privacy { color: #93a5bb; font-size: 9px; line-height: 1.75; }
.zcp-auth-privacy p { margin: 0; }
.zcp-auth-shell--single { grid-template-columns: 1fr; place-items: center; }
.zcp-auth-shell--single .zcp-auth-panels { width: min(100%, 500px); justify-self: center; }
.zcp-auth-back { margin-top: 2px; text-align: center; font-size: 10px; }

/* Service checkout -------------------------------------------------------- */
body.zandino-service-checkout .woocommerce-billing-fields__field-wrapper,
body.zandino-service-checkout .woocommerce-additional-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
body.zandino-service-checkout .form-row { float: none !important; width: auto !important; margin: 0 !important; }
body.zandino-service-checkout #billing_email_field,
body.zandino-service-checkout #billing_phone_field,
body.zandino-service-checkout #order_comments_field { grid-column: 1 / -1; }
body.zandino-service-checkout .shipping_address,
body.zandino-service-checkout #ship-to-different-address { display: none !important; }

.zcp-service-submit.is-loading { opacity: .8; pointer-events: none; }
.zcp-service-submit.is-loading::before { content: ""; position: absolute; inset-block-start: 50%; inset-inline-start: 50%; width: 22px; height: 22px; margin-block-start: -11px; margin-inline-start: -11px; box-sizing: border-box; border-radius: 50%; border: 2.5px solid rgba(255, 255, 255, .35); border-block-start-color: #fff; animation: zcp-config-spin .7s linear infinite; }
@keyframes zcp-config-spin { to { transform: rotate(360deg); } }

/* Service cart & checkout a11y -------------------------------------------- */
body.zandino-service-cart a:focus-visible,
body.zandino-service-cart button:focus-visible,
body.zandino-service-cart input:focus-visible,
body.zandino-service-cart select:focus-visible,
body.zandino-service-checkout a:focus-visible,
body.zandino-service-checkout button:focus-visible,
body.zandino-service-checkout input:focus-visible,
body.zandino-service-checkout select:focus-visible,
body.zandino-service-checkout textarea:focus-visible { outline: 2px solid rgba(36, 95, 174, .6); outline-offset: 2px; }

body.zandino-service-cart .button,
body.zandino-service-checkout .button { display: inline-flex !important; align-items: center; justify-content: center; min-height: 46px !important; box-sizing: border-box; padding: 0 18px !important; }
body.zandino-service-cart input.input-text,
body.zandino-service-cart input.qty,
body.zandino-service-cart select,
body.zandino-service-cart textarea,
body.zandino-service-checkout input.input-text,
body.zandino-service-checkout select,
body.zandino-service-checkout textarea { min-height: 46px !important; box-sizing: border-box; }
body.zandino-service-checkout .wc_payment_method label,
body.zandino-service-checkout .woocommerce-checkout-payment label { display: flex; align-items: center; gap: 10px; min-height: 48px; cursor: pointer; }
body.zandino-service-cart a.remove { display: grid; place-items: center; width: 44px; height: 44px; }

/* Service order-received thank-you page ----------------------------------- */
body.zandino-service-order-received .woocommerce { max-width: 880px; }
body.zandino-service-order-received .woocommerce-thankyou-order-received {
    margin: 0 0 20px !important;
    padding: 15px 18px;
    border: 1px solid rgba(23, 131, 92, .22);
    border-radius: 14px;
    background: rgba(29, 151, 99, .08);
    color: #14563e;
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
}
body.zandino-service-order-received .woocommerce-order-overview {
    display: grid;
    margin: 0 0 24px;
    padding: 0;
    overflow: hidden;
    list-style: none;
    border: 1px solid #dce5ef;
    border-radius: 16px;
    background: #fff;
}
body.zandino-service-order-received .woocommerce-order-overview li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 16px;
    border-block-end: 1px solid #e9eef4;
    color: #6c7c90;
    font-size: 12.5px;
    line-height: 1.6;
}
body.zandino-service-order-received .woocommerce-order-overview li:last-child { border-block-end: 0; }
body.zandino-service-order-received .woocommerce-order-overview strong { color: #14243a; font-weight: 800; }

body.zandino-service-order-received .woocommerce-order-details {
    margin: 0 0 22px;
    padding: 6px 20px 20px;
    border: 1px solid #dce5ef;
    border-radius: 18px;
    background: #fff;
}
body.zandino-service-order-received .woocommerce-order-details__title { margin: 16px 0 6px; color: #10233d; font-size: 20px; }
body.zandino-service-order-received table.order_details { width: 100%; border-collapse: collapse; }
body.zandino-service-order-received table.order_details th,
body.zandino-service-order-received table.order_details td {
    padding: 10px 6px;
    border-block-end: 1px solid #e9eef4;
    text-align: start;
    vertical-align: top;
}
body.zandino-service-order-received table.order_details thead th { color: #8190a2; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.zandino-service-order-received table.order_details tfoot th,
body.zandino-service-order-received table.order_details tfoot td { border-block-start: 1px solid #e9eef4; color: #6c7c90; font-size: 11.5px; font-weight: 700; }
body.zandino-service-order-received table.order_details tfoot tr:last-child th,
body.zandino-service-order-received table.order_details tfoot tr:last-child td { color: #10233d; font-weight: 850; }
body.zandino-service-order-received table.order_details .product-name a { color: #2d6fc8; text-decoration: none; }
body.zandino-service-order-received table.order_details .product-name a:hover { text-decoration: underline; }
body.zandino-service-order-received table.order_details .product-quantity { display: inline-block; margin-inline-start: 6px; color: #7b8a9d; font-size: 11.5px; font-weight: 700; }
body.zandino-service-order-received table.order_details .product-total { text-align: end; }
body.zandino-service-order-received .wc-item-meta { display: grid; gap: 3px; margin: 9px 0 2px; padding: 0; list-style: none; }
body.zandino-service-order-received .wc-item-meta li { display: flex; align-items: baseline; gap: 9px; }
body.zandino-service-order-received .wc-item-meta-label { color: #6b7b91; font-size: 11px; font-weight: 700; }
body.zandino-service-order-received .wc-item-meta p { margin: 0; color: #25364c; font-size: 12.5px; }

@media (max-width: 1180px) {
    .zcp-account-app { grid-template-columns: 250px minmax(0, 1fr); }
    .zcp-account-sidebar { padding-inline: 14px; }
    .zcp-account-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zcp-auth-shell { grid-template-columns: 1fr; align-content: center; }
    .zcp-auth-intro { display: none; }
    .zcp-auth-panels,
    .zcp-auth-panels.has-register { width: min(100%, 900px); justify-self: center; }
}

@media (max-width: 960px) {
    html.zcp-account-lock { overflow: hidden; }
    .zcp-account-app { display: block; }
    .zcp-account-sidebar { position: fixed; inset-block: 0; inset-inline-start: 0; width: min(84vw, 300px); height: 100dvh; border-inline-end: 1px solid var(--zcp-app-line); box-shadow: 0 30px 90px rgba(0, 0, 0, .43); transform: translateX(110%); transition: transform .22s ease; }
    html[dir="ltr"] .zcp-account-sidebar { transform: translateX(-110%); }
    .zcp-account-app.is-nav-open .zcp-account-sidebar { transform: translateX(0); }
    .zcp-account-overlay { position: fixed; z-index: 35; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(0, 5, 13, .68); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
    .zcp-account-app.is-nav-open .zcp-account-overlay { opacity: 1; visibility: visible; }
    .zcp-account-nav-close,
    .zcp-account-menu-toggle { display: block; }
    .zcp-account-topbar__actions > a { display: none; }
    .zcp-account-content { padding-top: 22px; }
    .zcp-auth-tabs { max-width: 560px; margin-inline: auto; width: 100%; }
    .zcp-auth-shell { padding-top: 92px; }
    .zcp-service-visual { min-height: 500px; }
    .zcp-service-hero { grid-template-columns: 1fr; }
    .zcp-service-order { position: static; }
    .zcp-service-body { margin-top: 28px; }
    .zcp-service-scope { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .zcp-service-facts,
    .zcp-service-assurance,
    .zcp-service-details__grid,
    .zcp-wallet-hero,
    .zcp-ticket-form-grid,
    body.zandino-service-checkout .woocommerce-billing-fields__field-wrapper,
    body.zandino-service-checkout .woocommerce-additional-fields__field-wrapper { grid-template-columns: 1fr; }
    body.zandino-service-checkout #billing_email_field,
    body.zandino-service-checkout #billing_phone_field,
    body.zandino-service-checkout #order_comments_field { grid-column: auto; }
    .zcp-ticket-form-grid .wide { grid-column: auto; }
    .zcp-service-body,
    .zcp-service-page .zcp-service-assurance { grid-template-columns: 1fr; }
    .zcp-services-head { align-items: flex-start; flex-direction: column; }
    .zcp-service-order-card > footer { grid-template-columns: 1fr 1fr; gap: 14px; }
    .zcp-service-order-card__actions { grid-column: 1 / -1; justify-content: stretch; }
    .zcp-service-order-card__actions > a { flex: 1; }
}

@media (max-width: 640px) {
    .zcp-account-topbar { min-height: 70px; padding: 10px 14px; }
    .zcp-account-topbar h1 { font-size: 19px !important; }
    .zcp-account-topbar__avatar { display: none; }
    .zcp-account-content { padding: 14px 12px 45px; }
    .zcp-account-cards { grid-template-columns: 1fr 1fr; gap: 8px; }
    .zcp-account-cards > a { min-height: 108px; padding: 14px; border-radius: 15px; }
    .zcp-account-cards > a::after { inset: 12px auto auto 12px; }
    .zcp-dashboard-section,
    .zcp-wallet-history,
    .zcp-wallet-hero,
    .zcp-order-board,
    .zcp-order-notes,
    .zcp-ticket-create,
    .zcp-ticket-list,
    .zcp-ticket-detail > header,
    .zcp-ticket-reply-form { padding: 16px !important; border-radius: 17px !important; }
    /* The order board stacks instead of squeezing a pill next to a title, and the
       payment link becomes a full-width tap target. */
    .zcp-order-board__head { flex-direction: column; align-items: flex-start; gap: 10px; }
    .zcp-order-facts { grid-template-columns: 1fr 1fr; gap: 12px; padding: 14px; }
    .zcp-order-pay__button { width: 100%; }
    .zcp-wallet-history > header,
    .zcp-dashboard-section > header { align-items: flex-start; flex-direction: column; }
    .zcp-recent-orders > a { min-height: 58px; padding-inline: 2px; }
    .zcp-account-content table.shop_table_responsive thead,
    .zcp-wallet-table thead { display: none; }
    .zcp-account-content table.shop_table_responsive,
    .zcp-account-content table.shop_table_responsive tbody,
    .zcp-account-content table.shop_table_responsive tr,
    .zcp-account-content table.shop_table_responsive td,
    .zcp-wallet-table table,
    .zcp-wallet-table tbody,
    .zcp-wallet-table tr,
    .zcp-wallet-table td { display: block; width: 100%; box-sizing: border-box; }
    .zcp-account-content table.shop_table_responsive,
    .zcp-wallet-table { overflow: visible; border: 0 !important; background: none !important; }
    .zcp-account-content table.shop_table_responsive tbody,
    .zcp-wallet-table tbody { display: grid; gap: 9px; }
    .zcp-account-content table.shop_table_responsive tr,
    .zcp-wallet-table tr { padding: 12px 13px; border: 1px solid var(--zcp-app-line); border-radius: 15px; background: var(--zcp-app-surface); }
    .zcp-account-content table.shop_table_responsive td,
    .zcp-wallet-table td { display: flex !important; justify-content: space-between; gap: 13px; padding: 7px 0 !important; border: 0 !important; text-align: end !important; white-space: normal; }
    .zcp-account-content table.shop_table_responsive td::before,
    .zcp-wallet-table td::before { float: none !important; margin: 0 !important; color: var(--zcp-app-muted); font-size: 10px; font-weight: 700; text-align: start; }
    .zcp-wallet-table td::before { content: attr(data-label); }
    .zcp-account-content input.input-text,
    .zcp-account-content textarea,
    .zcp-account-content select,
    .zcp-topup-form input,
    .zcp-auth-form input { font-size: 16px !important; }
    body.zandino-service-cart input,
    body.zandino-service-cart select,
    body.zandino-service-cart textarea,
    body.zandino-service-checkout input,
    body.zandino-service-checkout select,
    body.zandino-service-checkout textarea { font-size: 16px !important; }
    .zcp-auth-shell { padding: 82px 13px 24px; }
    .zcp-auth-brand { inset-block-start: 22px; inset-inline-start: 18px; }
    .zcp-auth-card { padding: 20px 17px; border-radius: 19px; }
    .zcp-auth-panels { gap: 9px; }
    .zcp-ticket-list-items > a { grid-template-columns: 1fr auto; }
    .zcp-ticket-list-items time { grid-column: 1 / -1; }
    .zcp-ticket-message { max-width: 95%; }
    .zcp-service-visual { min-height: 420px; border-radius: 22px; }
    .zcp-service-visual ul { grid-template-columns: 1fr; }
    .zcp-configurator { padding: 17px; border-radius: 17px; }
    .zcp-configurator__total { align-items: flex-start; flex-direction: column; }
    .zcp-service-shell { width: min(100% - 22px, 1240px); }
    .zcp-service-breadcrumb { margin-bottom: 10px; }
    .zcp-service-intro { padding-top: 8px; }
    .zcp-service-intro h1 { font-size: 37px !important; }
    .zcp-service-lead { font-size: 13px; }
    .zcp-service-page .zcp-service-facts { display: grid; grid-template-columns: 1fr 1fr; }
    .zcp-service-page .zcp-service-facts > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
    .zcp-service-cover { height: 285px; border-radius: 20px; }
    .zcp-service-order { border-radius: 20px; }
    .zcp-service-order__head { align-items: flex-start; padding: 18px; }
    .zcp-service-order .zcp-configurator { padding: 19px 18px 15px; }
    .zcp-service-order input[type="number"],
    .zcp-service-order select { font-size: 16px !important; }
    .zcp-service-submit { width: calc(100% - 36px) !important; margin-inline: 18px !important; }
    .zcp-service-body > article { padding: 21px 18px; border-radius: 19px; }
    .zcp-service-page .zcp-service-assurance > div { min-height: 76px; }
    .zcp-services-head { min-height: 0; padding: 23px 19px; border-radius: 19px; }
    .zcp-services-head h2 { font-size: 30px !important; }
    .zcp-services-head > a { width: 100%; box-sizing: border-box; justify-content: center; }
    .zcp-service-order-card { padding: 15px; border-radius: 17px; }
    .zcp-service-order-card__top { align-items: flex-start; flex-direction: column; }
    .zcp-service-order-card__identity { width: 100%; }
    .zcp-service-order-card h3 { font-size: 15px !important; }
    .zcp-service-scope { grid-template-columns: 1fr; }
    .zcp-service-order-card > footer { grid-template-columns: 1fr; }
    .zcp-service-order-card__actions { grid-column: auto; }
    body.zandino-service-order-received .woocommerce-order-overview li { align-items: flex-start; flex-direction: column; gap: 3px; }
    body.zandino-service-order-received .woocommerce-order-details { padding-inline: 14px; }
    body.zandino-service-order-received table.order_details thead { display: none; }
    body.zandino-service-order-received table.order_details tbody tr,
    body.zandino-service-order-received table.order_details tfoot tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 14px; align-items: baseline; padding-block: 8px; border-block-end: 1px solid #eef2f7; }
    body.zandino-service-order-received table.order_details tfoot tr:last-child { border-block-end: 0; }
    body.zandino-service-order-received table.order_details th,
    body.zandino-service-order-received table.order_details td { display: block; padding: 4px 0; border: 0; overflow-wrap: anywhere; }
    body.zandino-service-order-received table.order_details td.product-total,
    body.zandino-service-order-received table.order_details tfoot td { text-align: end; }
    body.zandino-service-order-received table.order_details tfoot th { padding-top: 10px; }
    body.zandino-service-order-received table.order_details tfoot td { padding-top: 10px; }
    body.zandino-service-order-received .wc-item-meta li { flex-wrap: wrap; }
}

@media (max-width: 390px) {
    .zcp-account-cards { grid-template-columns: 1fr; }
    .zcp-account-cards > a { min-height: 92px; }
    .zcp-account-profile { grid-template-columns: 42px minmax(0, 1fr); }
    .zcp-account-profile__avatar { width: 42px !important; height: 42px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .zcp-toggle > span,
    .zcp-toggle > span::after,
    .zcp-account-sidebar,
    .zcp-account-overlay,
    .zcp-account-nav__item,
    .zcp-account-cards > a { transition: none !important; }
    .zcp-account-nav__item:hover,
    .zcp-account-cards > a:hover { transform: none !important; }
    .zcp-service-submit.is-loading::before { animation: none !important; }
}

/* Final responsive pass: stable mobile viewport, account auth and cart. */
body.zandino-account-app .z36-commerce-main,
body.zandino-account-app .z36-commerce-shell,
.zcp-account-app,
.zcp-account-sidebar,
body.zandino-account-guest .z36-commerce-main,
.zcp-auth-shell { min-height: 100vh; }

@supports (height: 100svh) {
    body.zandino-account-app .z36-commerce-main,
    body.zandino-account-app .z36-commerce-shell,
    .zcp-account-app,
    .zcp-account-sidebar,
    body.zandino-account-guest .z36-commerce-main,
    .zcp-auth-shell { min-height: 100svh; }
}

.zcp-account-app { isolation: isolate; }
.zcp-account-main { min-height: 100vh; min-height: 100svh; }
.zcp-account-content { padding-bottom: max(45px, env(safe-area-inset-bottom)); }
.zcp-auth-shell { width: 100%; }
.zcp-auth-card { min-width: 0; }
.zcp-auth-shell .woocommerce-error,
.zcp-auth-shell .woocommerce-message,
.zcp-auth-shell .woocommerce-info { width: min(100%, 720px); box-sizing: border-box; margin-inline: auto; }

@media (max-width: 960px) {
    .zcp-account-sidebar { height: 100vh; height: 100svh; }
    .zcp-account-topbar__title { flex: 1 1 auto; }
    .zcp-account-topbar__title > div { overflow: hidden; }
    .zcp-account-topbar h1 { max-width: 100%; }
    .zcp-auth-shell { grid-template-columns: 1fr; align-content: start; padding-top: 96px; }
    .zcp-auth-intro { display: none; }
    .zcp-auth-panels,
    .zcp-auth-panels.has-register { width: min(100%, 560px); justify-self: center; }
}

@media (max-width: 640px) {
    .zcp-account-topbar { gap: 10px; }
    .zcp-account-topbar__title { gap: 9px; }
    .zcp-account-menu-toggle,
    .zcp-account-nav-close { width: 46px; height: 46px; flex: 0 0 46px; }
    .zcp-account-content { width: 100%; padding-inline: 12px; }
    .zcp-account-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zcp-account-cards > a { min-width: 0; }
    .zcp-auth-shell { min-height: 100svh; padding: 84px 12px 28px; }
    .zcp-auth-brand { inset-inline-start: 14px; }
    .zcp-auth-panels,
    .zcp-auth-panels.has-register { width: 100%; gap: 10px; }
    .zcp-auth-card { padding: 21px 16px; border-radius: 18px; }
    .zcp-auth-card > header { margin-bottom: 17px; }
    .zcp-auth-card > header h1,
    .zcp-auth-card > header h2 { font-size: 24px !important; }
    .zcp-auth-form { gap: 12px; }
    .zcp-auth-form input[type="text"],
    .zcp-auth-form input[type="email"],
    .zcp-auth-form input[type="password"] { min-height: 52px; }
    .zcp-auth-form__meta { align-items: flex-start; flex-wrap: wrap; }
    .zcp-auth-submit { min-height: 52px !important; }
.zcp-account-content .woocommerce-MyAccount-content { min-width: 0; }
}

/* Shared appearance tokens for the customer workspace. */
html[data-zandino-theme="light"] body.zandino-account-app {
    --zcp-app-bg:#eef3f8; --zcp-app-sidebar:#ffffff; --zcp-app-surface:#ffffff; --zcp-app-surface-2:#f4f8fc;
    --zcp-app-line:#d6e1ec; --zcp-app-muted:#5d6f84; --zcp-app-text:#10233d; --zcp-app-accent:#2368d1;
    background:var(--zcp-app-bg); color:var(--zcp-app-text);
}
html[data-zandino-theme="light"] .zcp-account-app { background:linear-gradient(135deg,#f7fafe,#eaf1f8); color:#10233d; }
html[data-zandino-theme="light"] .zcp-account-sidebar { background:rgba(255,255,255,.96); border-color:#d6e1ec; box-shadow:0 18px 48px rgba(31,63,98,.10); }
html[data-zandino-theme="light"] .zcp-account-profile,
html[data-zandino-theme="light"] .zcp-account-content .woocommerce-message,
html[data-zandino-theme="light"] .zcp-account-content .woocommerce-info,
html[data-zandino-theme="light"] .zcp-account-content .woocommerce-error,
html[data-zandino-theme="light"] .zcp-dashboard-section,
html[data-zandino-theme="light"] .zcp-wallet-history,
html[data-zandino-theme="light"] .zcp-wallet-hero,
html[data-zandino-theme="light"] .zcp-ticket-create,
html[data-zandino-theme="light"] .zcp-ticket-list,
html[data-zandino-theme="light"] .zcp-ticket-detail>header,
html[data-zandino-theme="light"] .zcp-ticket-reply-form,
html[data-zandino-theme="light"] .zcp-service-order-card,
html[data-zandino-theme="light"] .z-profile-section,
html[data-zandino-theme="light"] .z-profile-form__head { background:#fff; border-color:#d6e1ec; color:#10233d; box-shadow:0 12px 32px rgba(31,63,98,.07); }
html[data-zandino-theme="light"] .zcp-account-brand,
html[data-zandino-theme="light"] .zcp-account-profile strong,
html[data-zandino-theme="light"] .zcp-account-topbar h1,
html[data-zandino-theme="light"] .zcp-account-cards strong,
html[data-zandino-theme="light"] .z-profile-hero__identity h2,
html[data-zandino-theme="light"] .z-profile-form__title h2,
html[data-zandino-theme="light"] .z-profile-section>header strong { color:#10233d!important; }
html[data-zandino-theme="light"] .zcp-account-nav__item { color:#52677e!important; }
html[data-zandino-theme="light"] .zcp-account-nav__item:hover,
html[data-zandino-theme="light"] .zcp-account-nav__item.is-active { background:#eaf2ff; border-color:#c7daf1; color:#1856ac!important; }
html[data-zandino-theme="light"] .zcp-account-nav__item.is-active .zcp-account-nav__icon { background:#dbeaff; color:#2468d2; }
html[data-zandino-theme="light"] .zcp-account-topbar { background:rgba(255,255,255,.90); border-color:#d6e1ec; }
html[data-zandino-theme="light"] .zcp-account-topbar__actions>a,
html[data-zandino-theme="light"] .zcp-account-menu-toggle,
html[data-zandino-theme="light"] .zcp-account-nav-close,
html[data-zandino-theme="light"] .zcp-theme-toggle { border-color:#c9d8e8; background:#f7fafe; color:#173250; }
html[data-zandino-theme="light"] .zcp-account-content input.input-text,
html[data-zandino-theme="light"] .zcp-account-content textarea,
html[data-zandino-theme="light"] .zcp-account-content select,
html[data-zandino-theme="light"] .zcp-auth-form input[type="text"],
html[data-zandino-theme="light"] .zcp-auth-form input[type="email"],
html[data-zandino-theme="light"] .zcp-auth-form input[type="password"] { background:#fff!important; border-color:#c8d7e7!important; color:#10233d!important; }
html[data-zandino-theme="light"] .zcp-account-content input::placeholder,
html[data-zandino-theme="light"] .zcp-auth-form input::placeholder { color:#7a8da3; }
html[data-zandino-theme="light"] .zcp-account-content input:focus,
html[data-zandino-theme="light"] .zcp-account-content textarea:focus,
html[data-zandino-theme="light"] .zcp-account-content select:focus,
html[data-zandino-theme="light"] .zcp-auth-form input:focus { box-shadow:0 0 0 3px rgba(35,104,209,.18)!important; }
html[data-zandino-theme="light"] .z-profile-hero,
html[data-zandino-theme="light"] .zcp-services-head { background:linear-gradient(135deg,#e3effc,#f8fbff 72%); border-color:#cbddec; box-shadow:0 18px 48px rgba(31,63,98,.10); }
html[data-zandino-theme="light"] .z-profile-hero__identity>span,
html[data-zandino-theme="light"] .z-profile-form__title>span,
html[data-zandino-theme="light"] .z-profile-section__num { color:#2468d2; }
html[data-zandino-theme="light"] .z-profile-hero__identity p,
html[data-zandino-theme="light"] .z-profile-form__title p,
html[data-zandino-theme="light"] .z-profile-section>header small,
html[data-zandino-theme="light"] .z-profile-hint,
html[data-zandino-theme="light"] .z-profile-section__fields label { color:#5d6f84; }
html[data-zandino-theme="light"] .z-profile-btn { border-color:#c7d8e9; background:#fff; color:#173250!important; }
html[data-zandino-theme="light"] .zcp-auth-shell { background:radial-gradient(circle at 8% 6%,rgba(58,126,232,.13),transparent 30%),linear-gradient(145deg,#f4f8fc,#e7eff8); }
html[data-zandino-theme="light"] .zcp-auth-card { background:rgba(255,255,255,.96); border-color:#ceddea; box-shadow:0 24px 70px rgba(31,63,98,.12); }
html[data-zandino-theme="light"] .zcp-auth-card>header h1,
html[data-zandino-theme="light"] .zcp-auth-card>header h2 { color:#10233d!important; }
html[data-zandino-theme="light"] .zcp-auth-card>header>span,
html[data-zandino-theme="light"] .zcp-auth-form>label>span { color:#4d6580; }
html[data-zandino-theme="light"] .zcp-auth-note,
html[data-zandino-theme="light"] .zcp-auth-privacy,
html[data-zandino-theme="light"] .zcp-auth-intro p { color:#5d6f84; }

.zcp-theme-toggle,
.z36-theme-toggle { display:inline-grid; place-items:center; width:44px; height:44px; flex:0 0 44px; padding:0; border:1px solid rgba(132,167,207,.24); border-radius:12px; background:rgba(255,255,255,.055); color:inherit; cursor:pointer; transition:background .18s,border-color .18s,transform .18s; }
.zcp-theme-toggle:hover,
.z36-theme-toggle:hover { transform:translateY(-1px); border-color:#4f8cff; background:rgba(79,140,255,.12); }
.zcp-theme-toggle span,
.z36-theme-toggle span { font-size:20px; line-height:1; }
.zcp-auth-theme-toggle { position:absolute; inset-block-start:22px; inset-inline-end:18px; }
.z36-mobile-theme-toggle { display:flex; align-items:center; justify-content:center; gap:9px; min-height:46px; border:1px solid rgba(132,167,207,.24); border-radius:12px; background:rgba(255,255,255,.06); color:inherit; cursor:pointer; }
.z36-mobile-theme-toggle span:first-child { font-size:19px; }

/* The account templates own their page chrome; do not stack the theme's generic hero above them. */
body.zandino-account-app .z36-generic-hero { display: none !important; }
body.zandino-account-app .z36-generic-content { padding-block: 0 !important; background: var(--zcp-app-bg) !important; }
body.zandino-account-app .z36-generic-content > .z36-container,
body.zandino-account-app .z36-generic-content > .z36-container.z36-prose { width: 100%; max-width: none; padding: 0 !important; }
/* Profile dashboard & edit form ----------------------------------------- */
.zandino-account-dashboard { display: grid; gap: 16px; min-width: 0; }
.z-profile-hero { position: relative; overflow: hidden; display: flex; align-items: center; gap: clamp(18px, 3vw, 26px); min-height: 168px; box-sizing: border-box; padding: clamp(24px, 3.5vw, 36px); border: 1px solid var(--zcp-app-line); border-radius: 23px; background: linear-gradient(135deg, rgba(54, 115, 192, .23), rgba(15, 39, 64, .85) 60%, #0c1e31); box-shadow: 0 30px 80px rgba(0, 0, 0, .15); }
.z-profile-hero::after { content: ""; position: absolute; inset: -120px -90px auto auto; width: 290px; height: 290px; border: 1px solid rgba(129, 178, 240, .13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(75, 134, 208, .025); pointer-events: none; }
.z-profile-hero__avatar { position: relative; z-index: 1; flex: 0 0 auto; }
.z-profile-hero__avatar-img { display: block; width: 76px !important; height: 76px !important; border: 2px solid rgba(130, 180, 248, .35); border-radius: 22px !important; }
.z-profile-hero__identity { position: relative; z-index: 1; min-width: 0; display: grid; gap: 4px; }
.z-profile-hero__identity > span { color: #83afe7; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.z-profile-hero__identity h2 { margin: 0 !important; color: #fff !important; font-size: clamp(24px, 3vw, 34px) !important; line-height: 1.2 !important; letter-spacing: -.02em; }
.z-profile-hero__identity p { margin: 0; color: #95a9bf; font-size: 11px; direction: ltr; text-align: start; }
.z-profile-hero__actions { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-inline-start: auto; }
.z-profile-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 13px; background: rgba(255, 255, 255, .06); color: #edf4fc !important; text-decoration: none !important; font-size: 10.5px; font-weight: 800; transition: background .16s ease, border-color .16s ease; }
.z-profile-btn:hover { border-color: rgba(130, 178, 241, .28); background: rgba(255, 255, 255, .1); }
.z-profile-btn--primary { border-color: transparent; background: var(--zcp-app-accent); color: #fff !important; box-shadow: 0 12px 30px rgba(37, 99, 235, .23); }
.z-profile-btn--primary:hover { border-color: transparent; background: #2f6bbd; }

.z-profile-form { display: grid; gap: 16px; margin: 0; }
.z-profile-form__head { display: flex; align-items: center; gap: 16px; padding: clamp(20px, 3vw, 28px); border: 1px solid var(--zcp-app-line); border-radius: 22px; background: var(--zcp-app-surface); }
.z-profile-form__avatar { flex: 0 0 auto; }
.z-profile-form__avatar-img { display: block; width: 62px !important; height: 62px !important; border: 1px solid rgba(130, 180, 248, .25); border-radius: 18px !important; }
.z-profile-form__title { min-width: 0; display: grid; gap: 3px; }
.z-profile-form__title > span { color: #83afe7; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.z-profile-form__title h2 { margin: 0 !important; color: #fff !important; font-size: clamp(21px, 2.6vw, 28px) !important; line-height: 1.2 !important; }
.z-profile-form__title p { margin: 0; color: #95a9bf; font-size: 11px; }
.z-profile-form__head > .z-profile-btn { margin-inline-start: auto; }
.z-profile-form__sections { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.z-profile-section { padding: clamp(19px, 2.6vw, 25px); border: 1px solid var(--zcp-app-line); border-radius: 20px; background: var(--zcp-app-surface); }
.z-profile-section > header { display: flex; align-items: center; gap: 11px; margin-bottom: 17px; }
.z-profile-section__num { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 11px; background: rgba(79, 140, 255, .14); color: #9cc4ff; font-size: 11px; font-weight: 850; }
.z-profile-section > header > div { display: grid; gap: 2px; }
.z-profile-section > header strong { color: #f3f7fc; font-size: 14px; }
.z-profile-section > header small { color: #8da0b4; font-size: 9.5px; }
.z-profile-section__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 0; padding: 0; border: 0 !important; background: none !important; }
.z-profile-section__fields .woocommerce-form-row--wide { grid-column: 1 / -1; }
.z-profile-section__fields > p { margin: 0; }
.z-profile-section__fields label { display: block; margin-bottom: 6px; color: #b9c7d7; font-size: 10.5px; font-weight: 700; }
.z-profile-section__fields .required { color: #ff8998; }
.z-profile-section__fields legend { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.z-profile-hint { display: block; margin-top: 6px; color: #8da0b4; font-size: 10px; line-height: 1.7; }
.z-profile-hint em { font-style: normal; }
.z-profile-form__foot { display: flex; justify-content: flex-end; gap: 10px; padding-top: 4px; }
.z-profile-submit { min-height: 48px !important; padding: 0 22px !important; border-color: transparent !important; border-radius: 13px !important; background: var(--zcp-app-accent) !important; color: #fff !important; font-weight: 850 !important; box-shadow: 0 12px 30px rgba(37, 99, 235, .23); }

@media (max-width: 960px) {
    .z-profile-form__sections { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .z-profile-hero { align-items: flex-start; flex-direction: column; min-height: 0; }
    .z-profile-hero__actions { margin-inline-start: 0; width: 100%; }
    .z-profile-hero__actions .z-profile-btn { flex: 1 1 auto; }
    .z-profile-form__head { flex-wrap: wrap; }
    .z-profile-form__head > .z-profile-btn { margin-inline-start: 0; }
    .z-profile-section__fields { grid-template-columns: 1fr; }
    .z-profile-section__fields .woocommerce-form-row--wide { grid-column: auto; }
    .z-profile-form__foot { justify-content: stretch; }
    .z-profile-submit { width: 100%; }
}

/* Final light-mode profile layer. Profile component rules above include
   intentional dark defaults, so the light palette must win at the cascade end. */
html[data-zandino-theme="light"] .z-profile-hero,
html[data-zandino-theme="light"] .z-profile-form__head,
html[data-zandino-theme="light"] .z-profile-section {
    background: #fff;
    border-color: #d6e1ec;
    color: #10233d;
    box-shadow: 0 12px 32px rgba(31, 63, 98, .07);
}
html[data-zandino-theme="light"] .z-profile-hero {
    background: linear-gradient(135deg, #e3effc, #f8fbff 72%);
    border-color: #cbddec;
    box-shadow: 0 18px 48px rgba(31, 63, 98, .1);
}
html[data-zandino-theme="light"] .z-profile-hero::after {
    border-color: rgba(35, 104, 209, .12);
    box-shadow: 0 0 0 55px rgba(35, 104, 209, .025);
}
html[data-zandino-theme="light"] .z-profile-hero__identity h2,
html[data-zandino-theme="light"] .z-profile-form__title h2,
html[data-zandino-theme="light"] .z-profile-section > header strong { color: #10233d !important; }
html[data-zandino-theme="light"] .z-profile-hero__identity > span,
html[data-zandino-theme="light"] .z-profile-form__title > span,
html[data-zandino-theme="light"] .z-profile-section__num { color: #2468d2; }
html[data-zandino-theme="light"] .z-profile-hero__identity p,
html[data-zandino-theme="light"] .z-profile-form__title p,
html[data-zandino-theme="light"] .z-profile-section > header small,
html[data-zandino-theme="light"] .z-profile-hint,
html[data-zandino-theme="light"] .z-profile-section__fields label { color: #5d6f84; }
html[data-zandino-theme="light"] .z-profile-btn {
    border-color: #c7d8e9;
    background: #fff;
    color: #173250 !important;
}
html[data-zandino-theme="light"] .z-profile-btn:hover { border-color: #98b6d5; background: #edf4fc; }
html[data-zandino-theme="light"] .z-profile-btn--primary,
html[data-zandino-theme="light"] .z-profile-submit {
    border-color: transparent !important;
    background: #2368d1 !important;
    color: #fff !important;
}

.zcp-theme-toggle:focus-visible,
.zcp-account-menu-toggle:focus-visible,
.zcp-account-nav-close:focus-visible {
    outline: 3px solid rgba(79, 140, 255, .42);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .zcp-theme-toggle:hover { transform: none; }
}

/* Account dashboard polish: one layout hierarchy, no touching or clipping. */
.zandino-account-dashboard{gap:24px}
.z-profile-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:178px;padding:clamp(24px,3.2vw,34px)}
.z-profile-hero__person{position:relative;z-index:1;display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;justify-self:start;width:min(100%,460px);gap:18px;min-width:0}
.z-profile-hero__identity h2,.z-profile-hero__identity p{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.z-profile-hero__identity p{direction:ltr;text-align:right;unicode-bidi:plaintext}
.z-profile-hero__actions{margin-inline-start:0;justify-content:flex-end;flex-wrap:nowrap}
.zcp-account-cards{margin:0;gap:12px}
.zcp-dashboard-section{margin:0}
.zcp-account-cards>a{min-width:0;isolation:isolate}
.zcp-account-cards strong{max-width:100%;overflow-wrap:anywhere;line-height:1.25}
.zcp-account-cards>a:focus-visible,.z-profile-btn:focus-visible{outline:3px solid rgba(79,140,255,.42);outline-offset:3px}

html[data-zandino-theme="light"] .zcp-account-profile span,
html[data-zandino-theme="light"] .zcp-account-sidebar__footer small,
html[data-zandino-theme="light"] .zcp-account-topbar__title>div>span,
html[data-zandino-theme="light"] .zcp-account-cards span,
html[data-zandino-theme="light"] .zcp-account-cards small,
html[data-zandino-theme="light"] .zcp-dashboard-section>header span,
html[data-zandino-theme="light"] .zcp-recent-orders span,
html[data-zandino-theme="light"] .zcp-empty-state,
html[data-zandino-theme="light"] .zcp-services-head p,
html[data-zandino-theme="light"] .zcp-service-order-card__identity small,
html[data-zandino-theme="light"] .zcp-service-scope dt,
html[data-zandino-theme="light"] .zcp-service-fixed-scope,
html[data-zandino-theme="light"] .z-profile-form__title p{color:#53677f}
html[data-zandino-theme="light"] .zcp-account-cards>a,
html[data-zandino-theme="light"] .zcp-service-scope>div,
html[data-zandino-theme="light"] .zcp-services-empty{background:#fff;border-color:#d6e1ec;color:#10233d;box-shadow:0 10px 30px rgba(31,63,98,.06)}
html[data-zandino-theme="light"] .zcp-dashboard-section>header strong,
html[data-zandino-theme="light"] .zcp-recent-orders strong,
html[data-zandino-theme="light"] .zcp-empty-state strong,
html[data-zandino-theme="light"] .zcp-service-order-card h3,
html[data-zandino-theme="light"] .zcp-service-scope dd,
html[data-zandino-theme="light"] .zcp-services-empty h3{color:#10233d!important}
html[data-zandino-theme="light"] .zcp-account-sidebar__footer a,
html[data-zandino-theme="light"] .zcp-account-topbar__actions>a{color:#173250!important}

/* Complete light workspace contrast: every dark-surface text token receives
   an explicit light-surface counterpart instead of inheriting white ink. */
html[data-zandino-theme="light"] .zcp-services-head h2,
html[data-zandino-theme="light"] .zcp-wallet-balance>strong,
html[data-zandino-theme="light"] .zcp-form-title strong,
html[data-zandino-theme="light"] .zcp-wallet-history>header strong,
html[data-zandino-theme="light"] .zcp-ticketing-head h2,
html[data-zandino-theme="light"] .zcp-ticket-list-items strong,
html[data-zandino-theme="light"] .zcp-ticket-detail>header h2,
html[data-zandino-theme="light"] .zcp-ticket-message,
html[data-zandino-theme="light"] .zcp-empty-state strong,
html[data-zandino-theme="light"] .zcp-service-order-card>footer strong,
html[data-zandino-theme="light"] .zcp-account-content table.shop_table td,
html[data-zandino-theme="light"] .zcp-account-content legend,
html[data-zandino-theme="light"] .zcp-auth-intro h1{color:#10233d!important}
html[data-zandino-theme="light"] .zcp-services-head>div>span{color:#2368d1}
html[data-zandino-theme="light"] .zcp-wallet-balance>span,
html[data-zandino-theme="light"] .zcp-wallet-balance>small,
html[data-zandino-theme="light"] .zcp-form-title span,
html[data-zandino-theme="light"] .zcp-topup-form label>span,
html[data-zandino-theme="light"] .zcp-wallet-history>header span,
html[data-zandino-theme="light"] .zcp-wallet-history>header small,
html[data-zandino-theme="light"] .zcp-wallet-table th,
html[data-zandino-theme="light"] .zcp-ticketing-head p,
html[data-zandino-theme="light"] .zcp-ticket-form-grid label>span,
html[data-zandino-theme="light"] .zcp-ticket-reply-form label>span,
html[data-zandino-theme="light"] .zcp-ticket-list-items small,
html[data-zandino-theme="light"] .zcp-ticket-list-items time,
html[data-zandino-theme="light"] .zcp-ticket-detail>header small,
html[data-zandino-theme="light"] .zcp-ticket-message time,
html[data-zandino-theme="light"] .zcp-empty-state,
html[data-zandino-theme="light"] .zcp-service-order-card>footer small,
html[data-zandino-theme="light"] .zcp-services-empty p,
html[data-zandino-theme="light"] .zcp-auth-card>header p{color:#53677f!important}
html[data-zandino-theme="light"] .zcp-ticketing-head,
html[data-zandino-theme="light"] .zcp-topup-form,
html[data-zandino-theme="light"] .zcp-wallet-table,
html[data-zandino-theme="light"] .zcp-account-content fieldset{
  border-color:#d6e1ec!important;
  background:#f7fafe!important;
  color:#10233d!important;
}
html[data-zandino-theme="light"] .zcp-wallet-table thead{background:#edf4fc}
html[data-zandino-theme="light"] .zcp-wallet-table th,
html[data-zandino-theme="light"] .zcp-wallet-table td{border-color:#dce6f0}
/* The body cells kept the on-dark ink (#dbe5f2), so in the light theme every
   wallet row was printed white-on-white: the balance, the date and the amount
   were all there and all invisible. Credit and debit kept their neon values too. */
html[data-zandino-theme="light"] .zcp-wallet-table td{color:#132b45}
html[data-zandino-theme="light"] .zcp-wallet-table td.is-credit{color:#0d7a4e}
html[data-zandino-theme="light"] .zcp-wallet-table td.is-debit{color:#b3263a}
/* The account app renders inside the commerce shell, whose shop_table rule
   hard-codes a white card for the light storefront. In the dark account theme
   that white card leaked under every wallet table: headers kept their muted
   slate ink and cells kept the on-dark ink, so rows printed light-on-light.
   The account tables own their surface in both themes instead. */
html[data-zandino-theme="dark"] .zcp-wallet-table,
html[data-zandino-theme="dark"] .zcp-account-content table.shop_table {
  border-color: rgba(255, 255, 255, .07) !important;
  background: rgba(255, 255, 255, .035) !important;
  box-shadow: none !important;
}
/* The inner <table> itself was painted white by the commerce shell's
   `table.shop_table { background: #fff }` — the wrapper was themed but the
   table behind it stayed a white card, so dark mode showed light-on-light. */
html[data-zandino-theme="dark"] .zcp-wallet-table table,
html[data-zandino-theme="dark"] .zcp-account-content table.shop_table {
  background: transparent !important;
  box-shadow: none !important;
}
html[data-zandino-theme="dark"] .zcp-wallet-table th,
html[data-zandino-theme="dark"] .zcp-wallet-table td { border-color: rgba(255, 255, 255, .065) !important; }
html[data-zandino-theme="dark"] .zcp-wallet-table thead { background: rgba(255, 255, 255, .035); }
html[data-zandino-theme="dark"] .zcp-wallet-table th { color: #93a5bb !important; }
html[data-zandino-theme="light"] .zcp-ticket-message.is-customer{border-color:#c9dcf3;background:#edf5ff}
html[data-zandino-theme="light"] .zcp-ticket-message.is-team{border-color:#d6e1ec;background:#fff}
html[data-zandino-theme="light"] .zcp-account-content .woocommerce-message,
html[data-zandino-theme="light"] .zcp-account-content .woocommerce-info{color:#173250!important}
html[data-zandino-theme="light"] .zcp-account-content .woocommerce-error{border-color:#efc7ce!important;background:#fff4f6!important;color:#8a2939!important}
html[data-zandino-theme="light"] .zcp-topup-form input,
html[data-zandino-theme="light"] .zcp-ticket-form-grid input,
html[data-zandino-theme="light"] .zcp-ticket-form-grid textarea,
html[data-zandino-theme="light"] .zcp-ticket-reply-form textarea{
  border-color:#c8d7e7!important;
  background:#fff!important;
  color:#10233d!important;
}
html[data-zandino-theme="light"] .zcp-account-content .button:not(.alt):not(.z-profile-submit),
html[data-zandino-theme="light"] .zcp-wallet-view .button:not(.alt),
html[data-zandino-theme="light"] .zcp-ticketing-view .button:not(.alt),
html[data-zandino-theme="light"] .zcp-ticket-detail .button:not(.alt){
  border-color:#c7d8e9!important;
  background:#fff!important;
  color:#173250!important;
}
html[data-zandino-theme="light"] .zcp-services-head>a,
html[data-zandino-theme="light"] .zcp-service-order-card__actions>a:not(.is-primary){
  border-color:#c7d8e9;
  background:#fff;
  color:#173250!important;
}
html[data-zandino-theme="light"] .zcp-service-status{border-color:#cbd8e6;background:#f4f7fb;color:#52677f}
html[data-zandino-theme="light"] .zcp-service-status.is-processing,
html[data-zandino-theme="light"] .zcp-service-status.is-completed{border-color:#b8dfcc;background:#eaf7f0;color:#176747}
html[data-zandino-theme="light"] .zcp-service-status.is-pending,
html[data-zandino-theme="light"] .zcp-service-status.is-on-hold{border-color:#ead6a8;background:#fff8e8;color:#76520f}
html[data-zandino-theme="light"] .zcp-ticket-status{border-color:#cbd8e6;background:#f4f7fb;color:#42566f}
html[data-zandino-theme="light"] .zcp-dashboard-section>header>a{color:#1856ac!important}
html[data-zandino-theme="light"] .zcp-auth-points span{border-color:#cbd9e8;background:#fff;color:#42566f}
html[data-zandino-theme="light"] .zcp-auth-form__meta,
html[data-zandino-theme="light"] .zcp-auth-form__meta a,
html[data-zandino-theme="light"] .zcp-auth-back,
html[data-zandino-theme="light"] .zcp-check{color:#173250!important}

@media (max-width:720px){
  .zandino-account-dashboard{gap:18px}
  .z-profile-hero{grid-template-columns:minmax(0,1fr);gap:17px;min-height:0;padding:19px 17px;border-radius:19px}
  .z-profile-hero__person{grid-template-columns:58px minmax(0,1fr);justify-self:stretch;width:100%;gap:13px}
  .z-profile-hero__avatar-img{width:58px!important;height:58px!important;border-radius:17px!important}
  .z-profile-hero__identity{gap:3px}
  .z-profile-hero__identity h2{font-size:22px!important}
  .z-profile-hero__identity p{font-size:10px}
  .z-profile-hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px}
  .z-profile-hero__actions .z-profile-btn{width:100%;min-width:0;padding-inline:10px;white-space:normal;text-align:center}
  .zcp-account-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .zcp-account-cards>a{min-height:112px;padding:14px;border-radius:15px}
  .zcp-account-cards strong{font-size:clamp(18px,6vw,23px)}
  .zcp-dashboard-section{margin-top:0}
}
@media (min-width:721px) and (max-width:960px){
  .z-profile-hero{grid-template-columns:minmax(0,1fr);align-items:start}
  .z-profile-hero__person{justify-self:stretch;width:100%}
  .z-profile-hero__actions{justify-self:start}
}
@media (max-width:360px){
  .zcp-account-content{padding-inline:10px}
  .z-profile-hero{padding-inline:14px}
  .z-profile-hero__person{grid-template-columns:52px minmax(0,1fr)}
  .z-profile-hero__avatar-img{width:52px!important;height:52px!important}
  .z-profile-hero__identity h2{font-size:20px!important}
  .zcp-account-cards>a{padding:12px}
}

/* Service detail polish: fixed-header clearance and domain-specific controls. */
body.zandino-service-page main.zcp-service-page{
  padding-top:calc(var(--z36-header,72px) + clamp(18px,2.2vw,30px));
}
.zcp-service-order{
  inset-block-start:calc(var(--z36-header,72px) + var(--z36-admin,0px) + 24px);
}
.zcp-service-breadcrumb,
.zcp-service-kicker,
.zcp-service-order .zcp-field :is(input,select){
  scroll-margin-top:calc(var(--z36-header,72px) + var(--z36-admin,0px) + 24px);
}
.zcp-service-order .zcp-configurator__fields{gap:12px}
.zcp-service-order .zcp-field{
  gap:12px;
  padding:16px;
  border-color:#d7e2ed;
  border-radius:16px;
  background:linear-gradient(145deg,#f9fbfd,#f3f7fb);
}
.zcp-service-order .zcp-field__label label{
  font-size:12.5px;
  line-height:1.5;
}
.zcp-service-order .zcp-field__label output{
  min-width:0;
  padding:4px 9px;
  border:1px solid #cfe0f2;
  border-radius:9px;
  background:#eaf3ff;
  color:#2368d1;
  font-size:12px;
  line-height:1.4;
}
.zcp-range-control{display:grid;gap:7px;min-width:0;padding-top:2px}
.zcp-service-order .zcp-field input[type="range"]{
  --zcp-range-progress:0%;
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:44px;
  box-sizing:border-box;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  direction:rtl;
  touch-action:manipulation;
}
.zcp-service-order .zcp-field input[type="range"]::-webkit-slider-runnable-track{
  height:8px;
  border:1px solid #c8d6e5;
  border-radius:999px;
  background:linear-gradient(to left,var(--zcp-service-accent) 0 var(--zcp-range-progress),#dce5ee var(--zcp-range-progress) 100%);
  box-shadow:inset 0 1px 2px rgba(29,58,91,.08);
}
.zcp-service-order .zcp-field input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;
  appearance:none;
  width:24px;
  height:24px;
  margin-top:-9px;
  border:4px solid #fff;
  border-radius:50%;
  background:var(--zcp-service-accent);
  box-shadow:0 3px 10px rgba(30,81,151,.3),0 0 0 1px rgba(43,111,200,.2);
}
.zcp-service-order .zcp-field input[type="range"]::-moz-range-track{
  height:8px;
  border:1px solid #c8d6e5;
  border-radius:999px;
  background:#dce5ee;
}
.zcp-service-order .zcp-field input[type="range"]::-moz-range-progress{
  height:8px;
  border-radius:999px;
  background:var(--zcp-service-accent);
}
.zcp-service-order .zcp-field input[type="range"]::-moz-range-thumb{
  width:16px;
  height:16px;
  border:4px solid #fff;
  border-radius:50%;
  background:var(--zcp-service-accent);
  box-shadow:0 3px 10px rgba(30,81,151,.3),0 0 0 1px rgba(43,111,200,.2);
}
.zcp-range-scale{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#7b8da1;
  font-size:9px;
  line-height:1.5;
  direction:rtl;
}
.zcp-service-order .zcp-field select{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:52px;
  min-height:52px;
  margin:0;
  padding:0 16px 0 46px;
  border:1px solid #c8d7e6;
  border-radius:13px;
  background-color:#fff;
  background-image:linear-gradient(45deg,transparent 50%,#60748b 50%),linear-gradient(135deg,#60748b 50%,transparent 50%);
  background-position:18px 23px,12px 23px;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
  color:#1d3552;
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  direction:rtl;
  text-align:right;
  touch-action:manipulation;
}
.zcp-service-order .zcp-field select:hover{border-color:#9db8d4;background-color:#fbfdff}
.zcp-service-order .zcp-field select:focus-visible{
  outline:0;
  border-color:#2f79dd;
  box-shadow:0 0 0 3px rgba(47,121,221,.16);
}
@media (max-width:960px){
  .zcp-service-order{inset-block-start:auto}
}
@media (max-width:640px){
  body.zandino-service-page main.zcp-service-page{
    padding-top:calc(var(--z36-header,72px) + 18px);
  }
  .zcp-service-order .zcp-configurator{padding:18px 17px 15px}
  .zcp-service-order .zcp-field{padding:15px}
}

/* Account order details and mobile navigation --------------------------- */
body.zandino-account-app #wpadminbar{display:none!important}
body.zandino-account-app .zcp-account-app{isolation:isolate}
body.zandino-account-app .zcp-account-overlay{z-index:80}
body.zandino-account-app .zcp-account-sidebar{z-index:90}
body.zandino-account-app .zcp-account-topbar{z-index:30}
body.zandino-account-app .zcp-account-content .z36-cine-frame{display:none!important}
body.zandino-account-app .zcp-account-content :is(.z36-cine-scene,.z36-cine-heading){
  translate:none!important;
  rotate:0deg!important;
  transform:none!important;
}

body.woocommerce-view-order .zcp-account-content{
  width:min(100%,1120px);
}
body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P{
  position:relative;
  margin:0 0 16px!important;
  padding:18px 20px 18px 58px;
  border:1px solid var(--zcp-app-line);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(54,115,192,.19),var(--zcp-app-surface));
  color:#a8b8ca;
  font-size:12px;
  line-height:2;
}
body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P::before{
  content:"";
  position:absolute;
  inset-block-start:22px;
  inset-inline-start:auto;
  inset-inline-end:21px;
  width:15px;
  height:15px;
  border:4px solid rgba(123,178,248,.25);
  border-top-color:#6da7f3;
  border-radius:50%;
}
body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P mark{
  margin-inline:2px;
  padding:3px 8px;
  border:1px solid rgba(126,174,233,.16);
  border-radius:8px;
  background:rgba(79,140,255,.09);
  color:#dfeeff;
  font-weight:800;
}
body.woocommerce-view-order :is(.woocommerce-order-details,.woocommerce-customer-details){
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
  margin:0 0 16px!important;
  padding:23px;
  border:1px solid var(--zcp-app-line);
  border-radius:20px;
  background:var(--zcp-app-surface);
  box-shadow:none;
}
body.woocommerce-view-order :is(.woocommerce-order-details__title,.woocommerce-column__title){
  display:flex;
  align-items:center;
  min-height:44px;
  margin:0 0 16px!important;
  color:#f3f7fc!important;
  font-size:18px!important;
  font-weight:850!important;
  line-height:1.4!important;
}
body.woocommerce-view-order table.order_details{
  margin:0!important;
  border-spacing:0;
  border-collapse:separate!important;
  table-layout:fixed;
}
body.woocommerce-view-order table.order_details thead th{
  padding:12px 16px!important;
  background:rgba(255,255,255,.035);
  color:#91a4ba;
  font-size:10px;
  font-weight:750;
  text-align:start;
}
body.woocommerce-view-order table.order_details thead th:last-child,
body.woocommerce-view-order table.order_details .product-total{
  width:180px;
  text-align:end;
}
body.woocommerce-view-order table.order_details tbody td{
  padding:18px 16px!important;
  vertical-align:top;
}
body.woocommerce-view-order table.order_details .product-name>a{
  color:#edf5ff!important;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}
body.woocommerce-view-order table.order_details .product-quantity{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:26px;
  min-height:26px;
  margin-inline-start:7px;
  border-radius:8px;
  background:rgba(79,140,255,.11);
  color:#9fc7ff;
  font-size:10px;
}
body.woocommerce-view-order table.order_details .wc-item-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:13px 0 0;
  padding:0;
  list-style:none;
}
body.woocommerce-view-order table.order_details .wc-item-meta li{
  min-width:0;
  display:grid;
  gap:3px;
  padding:9px 10px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:10px;
  background:rgba(255,255,255,.018);
}
body.woocommerce-view-order table.order_details .wc-item-meta-label{
  color:#8396ad;
  font-size:8px;
  font-weight:700;
}
body.woocommerce-view-order table.order_details .wc-item-meta p{
  overflow-wrap:anywhere;
  margin:0;
  color:#d9e5f2;
  font-size:10px;
  line-height:1.6;
}
body.woocommerce-view-order table.order_details tfoot th,
body.woocommerce-view-order table.order_details tfoot td{
  padding:12px 16px!important;
  background:rgba(255,255,255,.018);
}
body.woocommerce-view-order table.order_details tfoot th{
  color:#91a4ba;
  font-size:10px;
  font-weight:700;
  text-align:start;
}
body.woocommerce-view-order table.order_details tfoot td{
  color:#eaf2fb;
  font-size:12px;
  font-weight:800;
  text-align:end;
}
body.woocommerce-view-order table.order_details tfoot tr:last-child :is(th,td){
  border-block-end:0!important;
}
body.woocommerce-view-order .woocommerce-customer-details address{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#dbe6f2;
  font-style:normal;
  line-height:1.9;
}
body.woocommerce-view-order .woocommerce-customer-details address>p{
  min-width:0;
  margin:0!important;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  background:rgba(255,255,255,.02);
  color:#b6c6d8;
  overflow-wrap:anywhere;
}
body.woocommerce-view-order .woocommerce-customer-details address>.woocommerce-customer-details--phone,
body.woocommerce-view-order .woocommerce-customer-details address>.woocommerce-customer-details--email{
  grid-row:1;
}
body.woocommerce-view-order .woocommerce-customer-details address>.woocommerce-customer-details--phone{grid-column:1}
body.woocommerce-view-order .woocommerce-customer-details address>.woocommerce-customer-details--email{grid-column:2}

html[data-zandino-theme="light"] body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P,
html[data-zandino-theme="light"] body.woocommerce-view-order :is(.woocommerce-order-details,.woocommerce-customer-details){
  border-color:#d6e1ec;
  background:#fff;
  color:#53677f;
  box-shadow:0 12px 32px rgba(31,63,98,.07);
}
html[data-zandino-theme="light"] body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P{
  background:linear-gradient(135deg,#edf5ff,#fff 70%);
}
html[data-zandino-theme="light"] body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P mark{
  border-color:#cbdcf1;
  background:#eaf3ff;
  color:#174f9d;
}
html[data-zandino-theme="light"] body.woocommerce-view-order :is(.woocommerce-order-details__title,.woocommerce-column__title),
html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details .product-name>a,
html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details tfoot td{
  color:#10233d!important;
}
html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details thead th,
html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details tfoot :is(th,td){
  border-color:#dce6f0!important;
  background:#f5f8fc;
}
html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details .wc-item-meta li,
html[data-zandino-theme="light"] body.woocommerce-view-order .woocommerce-customer-details address>p{
  border-color:#dce6f0;
  background:#f7fafe;
}
html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details .wc-item-meta-label{color:#64788f}
html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details .wc-item-meta p,
html[data-zandino-theme="light"] body.woocommerce-view-order .woocommerce-customer-details address,
html[data-zandino-theme="light"] body.woocommerce-view-order .woocommerce-customer-details address>p{color:#263f5b}

@media (max-width:640px){
  body.zandino-account-app .zcp-account-sidebar{
    width:min(88vw,300px);
    height:100dvh;
    padding:14px 14px max(14px,env(safe-area-inset-bottom));
  }
  body.zandino-account-app .zcp-account-sidebar__top{
    position:sticky;
    inset-block-start:0;
    z-index:2;
    min-height:48px;
    padding-block-end:6px;
    background:inherit;
  }
  body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P{
    margin-bottom:12px!important;
    padding:15px 15px 15px 48px;
    border-radius:15px;
    font-size:11px;
    line-height:1.9;
  }
  body.woocommerce-view-order .zcp-account-content>.woocommerce-notices-wrapper+P::before{
    inset-block-start:19px;
    inset-inline-start:auto;
    inset-inline-end:17px;
    width:12px;
    height:12px;
    border-width:3px;
  }
  body.woocommerce-view-order :is(.woocommerce-order-details,.woocommerce-customer-details){
    margin-bottom:12px!important;
    padding:16px 14px;
    border-radius:17px;
  }
  body.woocommerce-view-order :is(.woocommerce-order-details__title,.woocommerce-column__title){
    margin-bottom:11px!important;
    font-size:16px!important;
  }
  body.woocommerce-view-order table.order_details,
  body.woocommerce-view-order table.order_details :is(tbody,tfoot){
    display:block;
    width:100%;
    border:0!important;
    background:transparent!important;
  }
  body.woocommerce-view-order table.order_details thead{display:none}
  body.woocommerce-view-order table.order_details tbody{
    display:grid;
    gap:10px;
  }
  body.woocommerce-view-order table.order_details tbody tr{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    padding:13px;
    border:1px solid var(--zcp-app-line);
    border-radius:14px;
    background:rgba(255,255,255,.018);
  }
  body.woocommerce-view-order table.order_details tbody td{
    display:block;
    width:auto!important;
    padding:0!important;
    border:0!important;
  }
  body.woocommerce-view-order table.order_details tbody .product-name{text-align:start!important}
  body.woocommerce-view-order table.order_details tbody .product-total{
    width:auto;
    min-width:max-content;
    color:#f0f6fd;
    font-size:12px;
    font-weight:850;
    text-align:end!important;
  }
  body.woocommerce-view-order table.order_details .wc-item-meta{
    grid-column:1/-1;
    grid-template-columns:1fr;
    gap:6px;
    margin-top:11px;
  }
  body.woocommerce-view-order table.order_details .wc-item-meta li{
    grid-template-columns:minmax(96px,.75fr) minmax(0,1fr);
    align-items:center;
    gap:9px;
    padding:7px 9px;
  }
  body.woocommerce-view-order table.order_details tfoot{
    margin-top:10px;
    padding:7px 13px;
    border:1px solid var(--zcp-app-line);
    border-radius:14px;
    background:rgba(255,255,255,.018)!important;
  }
  body.woocommerce-view-order table.order_details tfoot tr{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:start;
    gap:12px;
    border-block-end:1px solid var(--zcp-app-line);
  }
  body.woocommerce-view-order table.order_details tfoot :is(th,td){
    display:block;
    width:auto!important;
    padding:10px 0!important;
    border:0!important;
    background:transparent!important;
    overflow-wrap:anywhere;
  }
  body.woocommerce-view-order .woocommerce-customer-details address{
    grid-template-columns:1fr;
  }
  body.woocommerce-view-order .woocommerce-customer-details address>.woocommerce-customer-details--phone,
  body.woocommerce-view-order .woocommerce-customer-details address>.woocommerce-customer-details--email{
    grid-column:1;
    grid-row:auto;
  }
  html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details tbody tr,
  html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details tfoot{
    border-color:#dce6f0;
    background:#f7fafe!important;
  }
  html[data-zandino-theme="light"] body.woocommerce-view-order table.order_details tbody .product-total{color:#10233d}
}

@media (prefers-reduced-motion:reduce){
  body.zandino-account-app :is(.zcp-account-sidebar,.zcp-account-overlay){transition:none!important}
}

/* Final account QA: official brand mark, readable password controls and aligned details. */
.zcp-account-brand__mark{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  flex:0 0 40px;
  padding:5px;
  box-sizing:border-box;
  overflow:hidden;
  border-radius:12px;
}
.zcp-account-brand__mark .zcp-account-brand__logo{
  display:block;
  width:100%;
  max-width:30px;
  height:30px;
  object-fit:contain;
}
.z-profile-section:first-child .z-profile-section__fields{grid-template-columns:1fr}
.z-profile-section__fields input.input-text{display:block;width:100%!important;min-width:0}
.z-profile-section__fields .password-input{position:relative;display:block;width:100%}
.z-profile-section__fields .password-input input{padding-inline-end:54px!important}
.z-profile-section__fields .show-password-input{
  position:absolute!important;
  inset-block-start:50%!important;
  inset-inline-end:5px!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(145,176,215,.2)!important;
  border-radius:10px!important;
  background:#142b43!important;
  color:#dce8f5!important;
  font-size:0!important;
  line-height:1!important;
  text-indent:0!important;
  transform:translateY(-50%)!important;
  box-shadow:none!important;
}
.z-profile-section__fields .show-password-input::before{
  content:""!important;
  position:absolute;
  inset:50% auto auto 50%;
  width:17px;
  height:11px;
  box-sizing:border-box;
  border:2px solid currentColor;
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.z-profile-section__fields .show-password-input::after{
  content:""!important;
  position:absolute;
  inset:50% auto auto 50%;
  width:5px;
  height:5px;
  border:0!important;
  border-radius:50%;
  background:currentColor;
  transform:translate(-50%,-50%);
}
.z-profile-section__fields .show-password-input:focus-visible{outline:2px solid #70a7ff!important;outline-offset:2px}

body.woocommerce-view-order .woocommerce-customer-details address{
  grid-auto-rows:1fr;
  align-items:stretch;
  font-size:0;
}
body.woocommerce-view-order .woocommerce-customer-details address>p{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  box-sizing:border-box;
  font-size:11px;
  line-height:1.8;
}
body.woocommerce-view-order .woocommerce-customer-details address>p::before{
  position:static!important;
  inset:auto!important;
  display:grid!important;
  place-items:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  margin:0!important;
  border-radius:8px;
  background:rgba(79,140,255,.12);
  color:#8fbaff;
  line-height:28px!important;
  transform:none!important;
}

html[data-zandino-theme="light"] .zcp-account-brand__mark{border-color:#c5d8ea;background:#edf5fd;box-shadow:0 7px 20px rgba(31,63,98,.08)}
html[data-zandino-theme="light"] .z-profile-section__fields .show-password-input{border-color:#c7d8e8!important;background:#edf4fb!important;color:#173250!important}
html[data-zandino-theme="light"] body.woocommerce-view-order .woocommerce-customer-details address>p::before{background:#e4f0ff;color:#2368d1}

@media (max-width:960px){
  body.zandino-account-app .zcp-account-overlay{z-index:990}
  body.zandino-account-app .zcp-account-sidebar{z-index:1000}
  body.zandino-account-app .zcp-account-topbar{z-index:100}
  body.zandino-account-app .zcp-account-nav-close{display:grid;place-items:center;box-sizing:border-box;padding:0;line-height:1;text-align:center}
}

@media (max-width:640px){
  .z-profile-form__sections{gap:12px}
  .z-profile-section{padding:17px 15px;border-radius:17px}
  .z-profile-section__fields{grid-template-columns:1fr!important;gap:12px}
  .z-profile-section__fields :is(.form-row-first,.form-row-last){float:none!important;clear:none!important;width:100%!important;margin-inline:0!important}
  .z-profile-section__fields input.input-text{min-height:52px!important}
  body.woocommerce-view-order .woocommerce-customer-details address>p{min-height:50px;padding:11px 12px}
}

/* ==========================================================================
   Auth layout v2 — calm, centered, balanced (supersedes earlier auth layout)
   One column: compact intro, segmented tabs, single card. No oversized type.
   ========================================================================== */
body.zandino-account-guest .z36-commerce-main { display: block; min-height: 100svh; }
.zcp-auth-shell {
    grid-template-columns: 1fr !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 0 !important;
    min-height: 100svh;
    padding: clamp(78px, 11vh, 112px) 20px clamp(36px, 6vh, 64px) !important;
}
.zcp-auth-theme-toggle { position: absolute; inset-block-start: 24px; inset-inline-end: clamp(18px, 3.4vw, 44px); margin: 0 !important; }
.zcp-auth-brand { position: absolute; inset-block-start: 24px; inset-inline-start: clamp(18px, 3.4vw, 44px); inset-inline-end: auto; }

/* Intro: compact, centered, generous line-height for Persian */
.zcp-auth-intro {
    display: block !important;
    width: 100%; max-width: 600px; text-align: center;
    margin: 0 auto clamp(20px, 3.4vh, 30px);
}
.zcp-auth-intro > span {
    display: inline-block; padding: 7px 14px; border: 1px solid var(--zcp-app-line);
    border-radius: 999px; background: rgba(255, 255, 255, .03);
    color: #8fb6f0; font-size: 9px; letter-spacing: .18em;
}
.zcp-auth-intro h1 {
    margin: 15px auto 11px !important;
    max-width: 560px;
    font-size: clamp(21px, 2.5vw, 30px) !important;
    line-height: 1.5 !important;
    letter-spacing: -.025em;
}
.zcp-auth-intro p { max-width: 470px; margin: 0 auto !important; font-size: 12.5px; line-height: 2; }
.zcp-auth-points { justify-content: center; margin-top: 16px; gap: 7px; }
.zcp-auth-points span { padding: 7px 12px; font-size: 9.5px; }

/* Panels: one card column, aligned to the intro */
.zcp-auth-panels,
.zcp-auth-panels.has-register { width: 100% !important; max-width: 470px !important; justify-self: center !important; gap: 12px; }

/* Segmented tabs: quiet inactive state, single strong active pill */
.zcp-auth-tabs {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px; padding: 4px; margin-bottom: 2px;
    border: 1px solid var(--zcp-app-line); border-radius: 14px;
    background: rgba(9, 24, 43, .55);
}
.zcp-auth-tab {
    min-height: 44px; padding: 0 14px; border: 0; border-radius: 10px;
    background: transparent; color: #93a7bf; font: inherit; font-size: 12.5px; font-weight: 800;
    cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    transition: background .2s, color .2s, box-shadow .2s;
}
.zcp-auth-tab span { font-size: 13px; opacity: .8; }
.zcp-auth-tab:hover { color: #e3ecf9; background: rgba(255, 255, 255, .04); }
.zcp-auth-tab.is-active {
    background: linear-gradient(135deg, #3f86ff, #2456e6);
    color: #fff; box-shadow: 0 8px 20px -9px rgba(31, 84, 214, .65);
}
.zcp-auth-tab.is-active span { opacity: 1; }

/* Card: single surface, consistent rhythm */
.zcp-auth-card { padding: clamp(20px, 2.4vw, 26px) !important; border-radius: 20px !important; }
.zcp-auth-card > header { margin-bottom: 16px !important; }
.zcp-auth-card > header h1,
.zcp-auth-card > header h2 { font-size: clamp(19px, 2vw, 23px) !important; margin: 5px 0 0 !important; }
.zcp-auth-card > header h1::after,
.zcp-auth-card > header h2::after { content: none !important; display: none !important; }
.zcp-auth-form { gap: 12px !important; }
.zcp-auth-form > label { gap: 6px; }
.zcp-auth-form > label > span { font-size: 11px !important; font-weight: 700; color: #a9bcd3; }
.zcp-auth-form input[type="text"],
.zcp-auth-form input[type="email"],
.zcp-auth-form input[type="password"] { min-height: 48px !important; border-radius: 12px !important; font-size: 14px; }
.zcp-auth-submit { min-height: 48px !important; border-radius: 12px !important; }
.zcp-auth-form__meta { font-size: 11px; flex-wrap: wrap; }

/* Light mode: crisp white card on a soft tinted canvas */
html[data-zandino-theme="light"] .zcp-auth-tabs { background: rgba(255, 255, 255, .8); border-color: #d5e1ee; }
html[data-zandino-theme="light"] .zcp-auth-tab { color: #5c7089; }
html[data-zandino-theme="light"] .zcp-auth-tab:hover { background: rgba(35, 104, 209, .07); color: #17324f; }
html[data-zandino-theme="light"] .zcp-auth-tab.is-active { color: #fff; }
html[data-zandino-theme="light"] .zcp-auth-form > label > span { color: #4a6076; }

/* Small screens: full-width card, tighter vertical rhythm */
@media (max-width: 640px) {
    .zcp-auth-shell { padding: 72px 15px 36px !important; align-content: start !important; }
    .zcp-auth-theme-toggle,
    .zcp-auth-brand { inset-block-start: 16px; }
    .zcp-auth-intro { margin-bottom: 16px; }
    .zcp-auth-intro h1 { font-size: 20px !important; line-height: 1.55 !important; }
    .zcp-auth-intro p { font-size: 12px; }
    .zcp-auth-panels,
    .zcp-auth-panels.has-register { max-width: 100% !important; }
    .zcp-auth-tab { min-height: 42px; font-size: 12px; }
}

/* Auth surface: dark card depth + full light-mode contrast */
.zcp-auth-card { background: linear-gradient(180deg, rgba(15, 38, 62, .92), rgba(9, 24, 41, .92)); }
.zcp-auth-brand { display: inline-flex; align-items: center; min-height: 44px; color: #e6eefb !important; text-decoration: none !important; font-size: 12px; font-weight: 800; }
.zcp-auth-intro > span { color: #8fb6f0 !important; }
.zcp-auth-points span { color: #c3d3e6; }

html[data-zandino-theme="light"] .zcp-auth-shell { background: radial-gradient(circle at 50% 0%, rgba(58, 126, 232, .12), transparent 55%), linear-gradient(160deg, #f7fafd, #e9f0f9); }
html[data-zandino-theme="light"] .zcp-auth-intro > span { color: #2368d1 !important; border-color: #c9dcef; background: rgba(255, 255, 255, .8); }
html[data-zandino-theme="light"] .zcp-auth-intro h1 { color: #10233d !important; }
html[data-zandino-theme="light"] .zcp-auth-intro p { color: #4f657c !important; }
html[data-zandino-theme="light"] .zcp-auth-points span { color: #37546f; border-color: #d3e1ee; background: #fff; }
html[data-zandino-theme="light"] .zcp-auth-brand { color: #17324f !important; }
html[data-zandino-theme="light"] .zcp-auth-card { background: #fff; border-color: #cfddec; }
html[data-zandino-theme="light"] .zcp-auth-tab.is-active { background: linear-gradient(135deg, #3f86ff, #2456e6); color: #fff; }
html[data-zandino-theme="light"] .zcp-auth-form input[type="text"],
html[data-zandino-theme="light"] .zcp-auth-form input[type="email"],
html[data-zandino-theme="light"] .zcp-auth-form input[type="password"] { background: #fbfdff !important; border-color: #ccdcec !important; color: #10233d !important; }
html[data-zandino-theme="light"] .zcp-auth-form__meta a,
html[data-zandino-theme="light"] .zcp-auth-back { color: #23539a !important; }
html[data-zandino-theme="light"] .zcp-auth-note,
html[data-zandino-theme="light"] .zcp-auth-privacy { color: #566b81 !important; }

/* Auth cleanup: full-bleed canvas, correct RTL corners, no cinematic underline */
body.zandino-account-guest .z36-commerce-main,
body.zandino-account-guest .z36-commerce-shell { max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.zandino-account-guest .z36-commerce-shell > .woocommerce { width: 100%; }
.zcp-auth-shell { width: 100% !important; max-width: 100%; margin: 0 !important; }
.zcp-auth-brand { inset-inline-start: clamp(18px, 3.4vw, 44px) !important; inset-inline-end: auto !important; }
.zcp-auth-theme-toggle { inset-inline-start: auto !important; inset-inline-end: clamp(18px, 3.4vw, 44px) !important; }
.zcp-auth-card > header > span { font-size: 10px !important; letter-spacing: .12em; }
/* The theme's cinematic heading adds an underline + ghost echo — wrong inside a form card. */
.zcp-auth-card .z36-cine-heading { isolation: auto; translate: none !important; }
.zcp-auth-card .z36-cine-heading::before,
.zcp-auth-card .z36-cine-heading::after { content: none !important; display: none !important; }
.zcp-auth-card .z36-cine-heading u,
.zcp-auth-card .z36-cine-heading b { border: 0 !important; text-decoration: none !important; font-weight: inherit; }
.zcp-auth-form > label > span { direction: rtl; text-align: start; }
.zcp-auth-form input::placeholder { text-align: start; }

/* Guest account page: let the auth canvas own the full viewport width */
body.zandino-account-guest .z36-generic-content,
body.zandino-account-guest .z36-container,
body.zandino-account-guest .z36-container > .woocommerce {
    max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important;
}
body.zandino-account-guest .z36-inner-main { max-width: none !important; width: 100% !important; }
body.zandino-account-guest .z36-page-hero,
body.zandino-account-guest .z36-page-header { display: none !important; }

/* Guest account page: remove cinematic frame chrome that collides with the brand */
body.zandino-account-guest .z36-cine-frame,
body.zandino-account-guest .z36-cine-frame-label,
body.zandino-account-guest .z36-cine-frame-scan,
body.zandino-account-guest .z36-route-signal { display: none !important; }

/* ==========================================================================
   Dashboard: service credit board, status strip, profile completeness meter
   ========================================================================== */
.zcp-credit-board {
    position: relative; overflow: hidden; margin-top: 18px;
    padding: clamp(20px, 2.6vw, 30px);
    border: 1px solid var(--zcp-app-line); border-radius: 22px;
    background: radial-gradient(circle at 88% 6%, rgba(63, 134, 255, .22), transparent 46%), linear-gradient(135deg, rgba(19, 44, 74, .92), rgba(8, 22, 38, .96));
}
.zcp-credit-board__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.zcp-credit-board__head span { display: block; color: #7fb0ff; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.zcp-credit-board__head h2 { margin: 6px 0 0; color: #eaf1fb; font-size: clamp(15px, 1.7vw, 18px); font-weight: 700; }
.zcp-credit-board__badge { flex: 0 0 auto; padding: 6px 11px; border: 1px solid rgba(120, 180, 255, .3); border-radius: 999px; background: rgba(63, 134, 255, .14); color: #a9caff; font-size: 9.5px; font-weight: 800; }
.zcp-credit-board.is-empty .zcp-credit-board__badge { border-color: rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .05); color: #a8b8cc; }
.zcp-credit-board__amount { display: block; margin: 16px 0 2px; color: #fff; font-size: clamp(28px, 4.4vw, 44px); font-weight: 900; line-height: 1.15; letter-spacing: -.02em; }
.zcp-credit-board__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.zcp-credit-board__meta > div { min-width: 0; padding: 12px 13px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 14px; background: rgba(255, 255, 255, .035); }
.zcp-credit-board__meta small { display: block; color: #9fb3cc; font-size: 9px; line-height: 1.7; }
.zcp-credit-board__meta strong { display: block; margin-top: 5px; color: #e8f0fa; font-size: 12.5px; overflow: hidden; text-overflow: ellipsis; }
.zcp-credit-board__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.zcp-credit-board__actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; color: #dbe7f5 !important; text-decoration: none !important; font-size: 11.5px; font-weight: 750; }
.zcp-credit-board__actions a.is-primary { border-color: transparent; background: linear-gradient(135deg, #3f86ff, #2456e6); color: #fff !important; box-shadow: 0 12px 26px -12px rgba(31, 84, 214, .7); }
.zcp-credit-board__actions a:hover { transform: translateY(-1px); }
.zcp-credit-board__note { margin: 14px 0 0; color: #9db0c8; font-size: 10.5px; line-height: 1.9; }
.zcp-credit-board__pending { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 14px 0 0; padding: 10px 13px; border: 1px solid rgba(255, 199, 120, .26); border-radius: 13px; background: rgba(255, 187, 92, .09); color: #ffd9a4; font-size: 11px; font-weight: 650; line-height: 1.85; }
.zcp-credit-board__pending > span { font-size: 13px; }
.zcp-credit-board__pending a { color: #ffd9a4 !important; text-decoration: underline !important; font-weight: 800; }

.zcp-status-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(138px, 1fr)); gap: 10px; }
.zcp-status-chip { padding: 13px 14px; border: 1px solid var(--zcp-app-line); border-radius: 15px; background: rgba(255, 255, 255, .03); }
.zcp-status-chip strong { display: block; color: var(--zcp-app-text); font-size: 20px; line-height: 1.1; }
.zcp-status-chip span { display: block; margin-top: 4px; color: var(--zcp-app-muted); font-size: 10px; }
.zcp-status-chip.is-completed strong { color: #5fd19b; }
.zcp-status-chip.is-processing strong { color: #6fa8ff; }
.zcp-status-chip.is-pending strong { color: #f0b349; }
.zcp-status-chip.is-cancelled strong,
.zcp-status-chip.is-failed strong { color: #ef8a8a; }

.zcp-profile-meter { margin-top: 18px; padding: clamp(18px, 2.2vw, 24px); border: 1px solid var(--zcp-app-line); border-radius: 20px; background: var(--zcp-app-surface); }
.zcp-profile-meter header { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.zcp-profile-meter header span { display: block; color: #7fb0ff; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.zcp-profile-meter header strong { display: block; margin-top: 5px; color: var(--zcp-app-text); font-size: 14px; }
.zcp-profile-meter header a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 14px; border: 1px solid var(--zcp-app-line); border-radius: 11px; color: var(--zcp-app-text) !important; text-decoration: none !important; font-size: 10.5px; font-weight: 750; }
.zcp-profile-meter.is-complete header a { border-color: rgba(84, 197, 140, .4); background: rgba(84, 197, 140, .1); color: #7fd8a8 !important; }
.zcp-profile-meter__bar { position: relative; height: 8px; margin: 14px 0 12px; border-radius: 999px; background: rgba(255, 255, 255, .08); overflow: hidden; }
.zcp-profile-meter__bar > span { position: absolute; inset-block: 0; inset-inline-start: 0; border-radius: inherit; background: linear-gradient(90deg, #3f86ff, #2456e6); }
.zcp-profile-meter__steps { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.zcp-profile-meter__steps li { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border: 1px solid var(--zcp-app-line); border-radius: 999px; font-size: 10px; }
.zcp-profile-meter__steps li.is-done { border-color: rgba(84, 197, 140, .32); background: rgba(84, 197, 140, .09); color: #8fd4ae; }
.zcp-profile-meter__steps li.is-todo { color: var(--zcp-app-muted); }
.zcp-profile-meter__todo { margin: 12px 0 0; color: var(--zcp-app-muted); font-size: 10.5px; line-height: 1.9; }
.zcp-empty-state .zcp-empty-action { display: inline-flex; align-items: center; min-height: 42px; margin-top: 12px; padding: 0 15px; border: 1px solid var(--zcp-app-line); border-radius: 11px; color: var(--zcp-app-text) !important; text-decoration: none !important; font-size: 10.5px; font-weight: 750; }

/* Light mode: the credit board becomes a bright, high-contrast surface. */
html[data-zandino-theme="light"] .zcp-credit-board { border-color: #cfddec; background: radial-gradient(circle at 86% 4%, rgba(58, 126, 232, .16), transparent 48%), linear-gradient(140deg, #f3f8ff, #e6effc); box-shadow: 0 20px 46px -24px rgba(31, 63, 98, .4); }
html[data-zandino-theme="light"] .zcp-credit-board__head span { color: #2160c0; }
html[data-zandino-theme="light"] .zcp-credit-board__head h2 { color: #10233d; }
html[data-zandino-theme="light"] .zcp-credit-board__badge { border-color: #bcd4f2; background: #fff; color: #1d4f9e; }
html[data-zandino-theme="light"] .zcp-credit-board.is-empty .zcp-credit-board__badge { border-color: #d3deea; color: #5c7186; }
html[data-zandino-theme="light"] .zcp-credit-board__amount { color: #10233d; }
html[data-zandino-theme="light"] .zcp-credit-board__meta > div { border-color: #d8e4f1; background: #fff; }
html[data-zandino-theme="light"] .zcp-credit-board__meta small { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-credit-board__meta strong { color: #16324f; }
html[data-zandino-theme="light"] .zcp-credit-board__actions a:not(.is-primary) { border-color: #c7d8e9; background: #fff; color: #173250 !important; }
html[data-zandino-theme="light"] .zcp-credit-board__actions a.is-primary { border-color: transparent; background: linear-gradient(135deg, #3f86ff, #2456e6); color: #fff !important; box-shadow: 0 12px 26px -12px rgba(31, 84, 214, .6); }
html[data-zandino-theme="light"] .zcp-credit-board__note { color: #566b81; }
html[data-zandino-theme="light"] .zcp-topup-state { border-color: #ecd3a5; background: #fdf3e0; color: #7a4f10; }
html[data-zandino-theme="light"] .zcp-topup-state.is-waiting { border-color: #c3d8f7; background: #eef4fd; color: #1d4f9e; }
html[data-zandino-theme="light"] .zcp-topup-gateway { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-topup-action > a { color: #1d4f9e !important; }
html[data-zandino-theme="light"] .zcp-topup-action > a.is-pay { background: linear-gradient(135deg, #1d5fd0, #5b3fd0); color: #fff !important; }
html[data-zandino-theme="light"] .zcp-topup-action > small { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-topup-hint { color: #5a7189; }

/* A single order in light mode */
html[data-zandino-theme="light"] .zcp-order-board { border-color: #e2e8f1; background: #fff; }
html[data-zandino-theme="light"] .zcp-order-board__head span { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-order-board__head h2 { color: #0f2338; }
html[data-zandino-theme="light"] .zcp-order-state { border-color: #ecd3a5; background: #fdf3e0; color: #7a4f10; }
html[data-zandino-theme="light"] .zcp-order-state.is-completed,
html[data-zandino-theme="light"] .zcp-order-state.is-processing { border-color: #bfe6d0; background: #eafaf1; color: #1c6b4a; }
html[data-zandino-theme="light"] .zcp-order-state.is-cancelled,
html[data-zandino-theme="light"] .zcp-order-state.is-failed,
html[data-zandino-theme="light"] .zcp-order-state.is-refunded { border-color: #f3c9d0; background: #fdeef1; color: #a02840; }
html[data-zandino-theme="light"] .zcp-order-facts { border-color: #e6ecf4; background: #f6f9fd; }
html[data-zandino-theme="light"] .zcp-order-facts dt { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-order-facts dd { color: #12263c; }
html[data-zandino-theme="light"] .zcp-order-facts dd.is-paid { color: #1c6b4a; }
html[data-zandino-theme="light"] .zcp-order-facts dd.is-unpaid { color: #8a5a12; }
html[data-zandino-theme="light"] .zcp-order-pay__button { background: linear-gradient(135deg, #1d5fd0, #5b3fd0); color: #fff !important; }
html[data-zandino-theme="light"] .zcp-order-pay__hint { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-order-board__back a { color: #1d4f9e !important; }
html[data-zandino-theme="light"] .zcp-order-notes { border-color: #e2e8f1; background: #fff; }
html[data-zandino-theme="light"] .zcp-order-notes > header span { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-order-notes > header strong { color: #0f2338; }
html[data-zandino-theme="light"] .zcp-order-notes li { border-color: #e6ecf4; background: #f8fafd; }
html[data-zandino-theme="light"] .zcp-order-notes .meta { color: #5a7189; }
html[data-zandino-theme="light"] .zcp-order-notes .description { color: #22364d; }
html[data-zandino-theme="light"] .zcp-credit-board__pending { border-color: #ecd3a5; background: #fdf3e0; color: #7a4f10; }
html[data-zandino-theme="light"] .zcp-credit-board__pending a { color: #7a4f10 !important; }
html[data-zandino-theme="light"] .zcp-status-chip { background: #f7fafd; border-color: #dde8f3; }
html[data-zandino-theme="light"] .zcp-status-chip strong { color: #10233d; }
html[data-zandino-theme="light"] .zcp-status-chip.is-completed strong { color: #1e8a5b; }
html[data-zandino-theme="light"] .zcp-status-chip.is-processing strong { color: #2364c4; }
html[data-zandino-theme="light"] .zcp-status-chip.is-pending strong { color: #a9711a; }
html[data-zandino-theme="light"] .zcp-status-chip.is-cancelled strong,
html[data-zandino-theme="light"] .zcp-status-chip.is-failed strong { color: #b4443f; }
html[data-zandino-theme="light"] .zcp-profile-meter header a { border-color: #cddced; }
html[data-zandino-theme="light"] .zcp-profile-meter.is-complete header a { border-color: #b6e2c8; background: #eefaf2; color: #1e8a5b !important; }
html[data-zandino-theme="light"] .zcp-profile-meter__bar { background: #e6eef8; }
html[data-zandino-theme="light"] .zcp-profile-meter__steps li.is-done { border-color: #bfe3cd; background: #eefaf2; color: #1e8a5b; }
html[data-zandino-theme="light"] .zcp-profile-meter__steps li.is-todo { color: #5d7086; }
html[data-zandino-theme="light"] .zcp-profile-meter__todo { color: #5d7086; }

@media (max-width: 720px) {
    .zcp-credit-board__meta { grid-template-columns: 1fr; }
    .zcp-credit-board__actions a { flex: 1 1 100%; }
    .zcp-status-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .zcp-profile-meter header a { flex: 1 1 100%; justify-content: center; }
}

/* Mobile paint stability for the customer workspace: the sticky topbar and the
   auth card drop their live backdrop blur so scrolling never re-samples them. */
@media (max-width: 980px), (pointer: coarse) {
    .zcp-account-topbar {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        background: rgba(6, 17, 31, .97) !important;
    }
    html[data-zandino-theme="light"] .zcp-account-topbar { background: rgba(255, 255, 255, .98) !important; }
    .zcp-auth-card { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; }
    .zcp-auth-shell { background-attachment: scroll !important; }
}

/* Half-moon glyph as pure CSS: no font dependency at all (server font 404 /
   iOS emoji can never break it), pixel-centered in every button. */
.zcp-theme-toggle>span,
.z36-theme-toggle>span,
.z36-mobile-theme-toggle>span:first-child,
.z36-hp+span{font-size:0;line-height:0}
.zcp-theme-toggle>span::before,
.z36-theme-toggle>span::before,
.z36-mobile-theme-toggle>span:first-child::before,
.z36-hp+span::before{content:"";display:block;width:17px;height:17px;border-radius:50%;background:linear-gradient(90deg,currentColor 0 50%,transparent 50%);box-shadow:inset 0 0 0 1.5px currentColor}

/* ==========================================================================
   Profile: uniform boxes + photo uploader
   WooCommerce core still ships float-based .form-row widths, which made the
   grid cells different sizes inside the profile sections. Resetting the floats
   lets the grid own the geometry, so every box is exactly the same size.
   ========================================================================== */
.z-profile-section__fields > .form-row,
.z-profile-section__fields > .form-row-first,
.z-profile-section__fields > .form-row-last,
.z-profile-section__fields > .form-row-wide { float: none !important; width: 100% !important; margin: 0 !important; clear: none !important; }
.z-profile-section__fields { align-content: start; }
.z-profile-section__fields input[type="text"],
.z-profile-section__fields input[type="email"],
.z-profile-section__fields input[type="tel"],
.z-profile-section__fields input[type="password"],
.z-profile-section__fields select { width: 100%; height: 48px; padding: 0 14px !important; border-radius: 13px !important; }
.z-profile-section__fields .z-profile-hint { min-height: 17px; }
.z-profile-form__sections { align-items: stretch; }
.z-profile-section { display: flex; flex-direction: column; }
.z-profile-section__fields { flex: 1 1 auto; }

/* --- Photo picker in the profile header --- */
.z-profile-form__avatar { display: grid; justify-items: center; gap: 7px; }
.zcp-avatar-pick { display: inline-flex; }
.zcp-avatar-pick input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.zcp-avatar-pick > span {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    min-height: 30px; padding: 0 12px; cursor: pointer;
    border: 1px solid rgba(130, 180, 248, .3); border-radius: 10px;
    background: rgba(79, 140, 255, .12); color: #cfe1ff;
    font-size: 10px; font-weight: 800; white-space: nowrap;
    transition: background .25s, border-color .25s, color .25s;
}
.zcp-avatar-pick > span:hover { background: rgba(79, 140, 255, .22); border-color: rgba(130, 180, 248, .5); }
.zcp-avatar-pick:focus-within > span { outline: 2px solid rgba(117, 178, 255, .65); outline-offset: 2px; }
.zcp-avatar-hint { color: #8da0b4; font-size: 9.5px; text-align: center; max-width: 130px; line-height: 1.6; }
.zcp-avatar-remove { display: inline-flex; align-items: center; gap: 5px; color: #ff9aa6; font-size: 9.5px; cursor: pointer; }
.zcp-avatar-remove input { accent-color: #ef4757; }
.zcp-avatar-note { color: #ff9aa6; font-size: 9.5px; text-align: center; max-width: 150px; }
.z-profile-form__avatar-img { transition: border-radius .3s; }

html[data-zandino-theme="light"] .zcp-avatar-pick > span { background: #eef4ff; border-color: #cfdffa; color: #23539f; }
html[data-zandino-theme="light"] .zcp-avatar-hint { color: #5d6f84; }
html[data-zandino-theme="light"] .zcp-avatar-remove { color: #c0392b; }

@media (max-width: 720px) {
    .z-profile-form__head { flex-direction: column; align-items: stretch; text-align: center; }
    .z-profile-form__head .z-profile-form__avatar { justify-self: center; }
    .z-profile-form__title { justify-items: center; }
    .z-profile-form__head > .z-profile-btn { width: 100%; text-align: center; }
}

/* The password section's <fieldset> keeps UA padding, which made its boxes
   narrower than the account section's. Force both grids to the same gutter. */
.z-profile-section__fields { padding: 0 !important; margin: 0 !important; min-inline-size: 0; }

/* Fieldset reset (the account shell's generic fieldset rule at ~line 621 has a
   type selector, so it out-specified the profile grid). Match its specificity
   to give both profile sections identical geometry. */
.zcp-account-content .z-profile-section__fields,
.zcp-account-content fieldset.z-profile-section__fields {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 13px !important;
    min-inline-size: 0;
}
.z-profile-section .z-profile-section__fields .woocommerce-form-row--wide { grid-column: 1 / -1; }
@media (max-width: 720px) {
    .zcp-account-content .z-profile-section__fields,
    .zcp-account-content fieldset.z-profile-section__fields { grid-template-columns: 1fr !important; }
    .z-profile-section .z-profile-section__fields .woocommerce-form-row--wide { grid-column: auto; }
}
