/* Simplified checkout: Country → lookup → confirm recipient → pack/payment → review.
   Selectors are scoped to checkout; the rest of the cumulative site is preserved. */
#s-page[data-country-stage]{--x-accent:#ffd489;--x-subtle:#2a1c37;max-width:1120px}
#s-page[data-country-stage] .s-breadcrumb{margin-bottom:22px}
.x-flag{display:inline-block;object-fit:contain;flex:none;width:40px;height:30px;vertical-align:middle;filter:drop-shadow(0 1px 2px #0002);image-rendering:auto!important}
.x-title{font-size:clamp(32px,3.5vw,50px)!important;line-height:1.35!important;letter-spacing:-1px!important;margin:10px 0 15px!important;font-weight:800;max-width:100%;text-wrap:balance;overflow-wrap:normal;word-break:normal}
.x-title span{display:block}.x-title span:last-child:not(:first-child){color:var(--x-accent)}
.x-lead{color:var(--muted-strong);font-size:15px;line-height:1.95;max-width:510px;margin:0}
.x-steps{padding:0;margin:0 0 26px;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line);gap:24px;padding-bottom:24px}
.x-steps li{display:flex;gap:11px;align-items:center;color:var(--muted);font-size:12px;position:relative;min-width:0}
.x-steps li>span{height:30px;width:30px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font:600 12px/1 Arial;flex:none;color:var(--muted)}
.x-steps li b{font-weight:600;line-height:1.5;overflow-wrap:anywhere}.x-steps li.is-current{color:var(--text)}
.x-steps li.is-current>span{background:#ffcf80;color:#332219;border-color:#ffcf80;box-shadow:0 0 0 5px #ffcf8010}
.x-steps li.is-done>span{background:#28372d;color:#b6e4bf;border-color:#b6e4bf25}
.x-country-head{display:flex;justify-content:space-between;align-items:center;gap:32px;margin:20px 0 28px}.x-country-head>div{min-width:0}.x-country-head .s-kicker{margin-top:0}
.x-country-visual{border-radius:28px;width:168px;height:152px;display:grid;place-items:center;flex:none;background:radial-gradient(ellipse,#d3a3461d,transparent 75%)}
#s-page .r-country-panel{border-radius:24px;padding:24px;background:var(--surface);border-color:var(--line)}
#s-page .r-country-panel-top{margin-bottom:20px;gap:20px}
#s-page .r-country-panel-top h2{font-size:20px;line-height:1.5;margin:0}
#s-page .x-country-coming-soon{margin:7px 0 0;color:var(--muted-strong);font-size:13px;line-height:1.8}
#s-page .r-country-grid{grid-template-columns:minmax(0,360px);justify-content:center;gap:10px;max-height:none;padding:4px}
#s-page .r-country-card{display:flex;align-items:center;justify-content:flex-start;gap:13px;min-height:78px;padding:14px;border-radius:14px;background:var(--bg);border:1px solid var(--line);text-align:start;position:relative}
#s-page .r-country-card>span{flex:1;min-width:0}#s-page .r-country-card b{font-size:13px;line-height:1.5;font-weight:700}#s-page .r-country-card small{font-size:10px;line-height:1.5;color:var(--muted);margin-top:3px}
#s-page .r-country-card[aria-pressed=true]{border-color:#ffcf80;background:#6e4b1a20;box-shadow:inset 0 0 0 1px #ffcf8010}
#s-page .r-country-card .r-country-check{width:17px;height:17px;border:1px solid var(--line);border-radius:50%;color:transparent;position:static;flex:none;font:12px Arial}
#s-page .r-country-card[aria-pressed=true] .r-country-check{background:#ffcf80;color:#281825;border-color:#ffcf80}
#s-page .r-country-bottom{margin:22px -24px -24px;padding:18px 24px;background:var(--surface-2);border-radius:0 0 24px 24px;border-top:1px solid var(--line);align-items:center}
#s-country-selection{display:flex;align-items:center;gap:10px;font-size:13px}#s-country-selection .x-flag{width:30px;height:23px}
#s-country-continue{min-width:230px;font-size:13px;min-height:48px}
#s-page .r-country-search{min-height:44px;max-width:360px;width:45%;background:var(--bg);border-color:var(--line)}
#s-page .r-country-search input{font-size:12px}
#s-page .r-country-bar{margin:0 0 26px;padding:13px 16px;background:var(--surface);border:1px solid var(--line);border-radius:14px}
#s-page .r-country-bar>div{display:flex;align-items:center;gap:12px}#s-page .r-country-bar b{font-size:13px}#s-page .r-country-bar small{font-size:10px}
#s-page .r-country-bar .s-text-button{font-size:12px;min-height:40px}
.x-account-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start;margin:54px 0 60px}
.x-account-intro{padding-top:8px}.x-account-intro .s-kicker{margin:0 0 12px}
.x-account-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 15px 50px #00000016;min-width:0;position:relative}
.x-form-head{display:flex;gap:12px;align-items:center;margin-bottom:30px}.x-form-head>div{flex:1;min-width:0}.x-form-head h2{font-size:19px;line-height:1.7;margin:0 0 5px}.x-form-head p{color:var(--muted);font-size:11px;line-height:1.8;margin:0}.x-id-icon{display:grid;place-items:center;width:43px;height:43px;background:#a88afa18;color:#d1b8fb;border-radius:13px;font:700 18px Arial;flex:none}
.x-form-shoola{width:58px;height:72px;object-fit:contain;image-rendering:pixelated}
.x-account-card label{font-size:13px;font-weight:600;display:block;margin:0 0 10px}
#s-page #s-id{height:62px;font:600 23px Arial;letter-spacing:1px;padding:15px 18px;background:var(--bg);border-color:var(--line);border-radius:13px;width:100%}
#s-page #s-id::placeholder{font:400 15px var(--font);letter-spacing:0;direction:rtl}html[dir=ltr] #s-page #s-id::placeholder{direction:ltr}
#s-page #s-id:focus{outline:2px solid #ffd489;outline-offset:3px}
#s-page #s-id[aria-invalid=true]{border-color:#f4a6a6}
.x-id-status{font-size:12px;line-height:1.9;min-height:42px;margin:8px 0;color:var(--muted-strong)}.x-id-status[data-error=true]{color:#ffb6aa}
.x-full{width:100%;font-size:13px;min-height:49px}.x-safety{font-size:11px;line-height:1.9;margin:14px 0 0;color:var(--muted);text-align:center}
.x-demo-area{border-top:1px dashed var(--line);margin-top:23px;padding-top:19px;text-align:center}.x-demo-area button{font-size:12px;color:var(--x-accent);line-height:1.8}.x-demo-area p{font-size:10px;color:var(--muted);line-height:1.9;margin:3px 0 0}
.x-profile-example{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:19px;background:var(--surface);padding:16px;width:min(375px,100%);margin:25px 0 15px}
.x-profile-example>img{image-rendering:pixelated;object-fit:contain;width:55px;height:65px}.x-profile-example>div{display:flex;flex:1;flex-direction:column;min-width:0;align-items:flex-start}.x-profile-example strong{font:700 17px Arial;line-height:1.5}.x-profile-example bdi{display:block;font:600 14px Arial;background:#ffd48915;border:1px dashed #ffd48977;padding:6px 12px;border-radius:7px;color:var(--x-accent);margin:7px 0}.x-example-tag{font-size:9px;color:var(--muted)}.x-copy-symbol{color:var(--muted);font-size:25px;align-self:center}
.x-id-guide{font-size:12px;max-width:390px;color:var(--muted-strong)}.x-id-guide summary{cursor:pointer;padding:9px 0;text-decoration:underline;text-underline-offset:4px}.x-id-guide ol{padding-inline-start:20px;line-height:2.1;margin-block:5px}
.x-confirm-card{text-align:center;padding:40px 32px 26px}.x-identity{display:flex;align-items:center;gap:14px;min-width:0}.x-identity>div{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.x-identity strong{font-size:23px;line-height:1.6;overflow-wrap:anywhere}.x-identity small{font-size:11px;color:var(--muted);line-height:1.8}.x-recipient-id{font:600 16px/1.6 Arial;color:var(--muted-strong);letter-spacing:.5px;overflow-wrap:anywhere}
.x-avatar{object-fit:contain;image-rendering:pixelated;border:1px solid var(--line);border-radius:50%;background:radial-gradient(circle,#75532c40,transparent 80%);padding:7px;flex:none;max-width:96px}
.x-confirm-card>.x-identity{flex-direction:column;gap:12px}.x-confirm-card>.x-identity>div{align-items:center}.x-confirm-card .x-avatar{width:96px;height:96px}
.x-account-status{display:inline-flex;align-items:center;border-radius:7px;background:#95d6b110;color:#bcdfcd;font-size:10px;padding:5px 10px;line-height:1.7;margin:10px 0}.x-account-status.is-demo{color:#e2be80;background:#edbe6711;border:1px solid #edbe672c}
.x-confirm-country{border-block:1px solid var(--line);padding:14px 0;margin:15px 0 22px;display:flex;align-items:center;justify-content:center;gap:11px;font-size:13px}.x-confirm-country .x-flag{width:32px;height:25px}.x-not-me{margin:12px 0 0;min-height:42px!important;font-size:12px!important}
.x-confirm-shoola{display:flex;align-items:center;gap:16px;margin-top:20px;max-width:330px;color:var(--muted);font-size:12px;line-height:1.9}.x-confirm-shoola img{width:84px;height:100px;object-fit:contain;image-rendering:pixelated;flex:none}
.x-shop-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:15px 0 22px}.x-shop-heading .s-kicker{margin:0}.x-shop-heading .x-title{font-size:36px!important;line-height:1.5!important;margin:5px 0!important}.x-shop-heading .x-lead{font-size:13px}
.x-recipient-bar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 20px;border:1px solid var(--line);border-radius:18px;background:var(--surface);margin-bottom:26px}.x-recipient-bar>div{display:flex;gap:20px;align-items:center;min-width:0}.x-identity.is-compact .x-avatar{width:46px;height:46px;padding:3px}.x-identity.is-compact strong{font-size:15px}.x-identity.is-compact small{font-size:10px}.x-identity.is-compact .x-recipient-id{font-size:12px}.x-recipient-bar .s-text-button{font-size:12px;flex:none}
#s-page .x-shop-layout{grid-template-columns:minmax(0,1fr) 310px;gap:26px}#s-page .x-shop-layout .s-summary{background:var(--surface);padding:22px;top:24px;border-color:var(--line)}
#s-page .s-product-tabs{background:var(--surface);padding:5px;border-radius:13px;margin-bottom:25px}.x-section-heading{display:flex;align-items:center;gap:10px;margin:20px 0 16px}.x-section-heading>span{height:25px;width:25px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;font:600 12px Arial;color:var(--muted-strong);flex:none}.x-section-heading h2{font-size:19px;font-weight:750;line-height:1.6;margin:0}
#s-page .s-pack-grid{gap:10px}#s-page .s-pack{padding:15px 12px 12px;min-height:230px;background:var(--surface);border-color:var(--line);border-radius:16px}#s-page .s-pack:hover{border-color:#d6a85d90}
#s-page .s-pack.is-selected{background:linear-gradient(140deg,#b78b4424,#2a1b3420);border-color:#ffd489;box-shadow:inset 0 0 0 1px #ffd48930}
#s-page .s-pack .s-pack-art{width:86px;height:82px;margin:1px auto 6px}#s-page .s-pack .r-pack-name{font-size:10px;color:var(--muted);margin-bottom:5px}#s-page .s-pack b.x-pack-amount{font-size:23px;line-height:1.5;letter-spacing:-.5px}#s-page .s-pack .s-bonus{font-size:10px;font-weight:500;min-height:25px;line-height:1.8;margin-top:3px}
.x-pack-price{display:flex;flex-direction:column;align-items:center;gap:2px;border-top:1px solid var(--line);padding-top:9px;margin-top:auto;width:100%;font-size:12px;line-height:1.5;color:var(--text)}.x-pack-price>bdi{font-family:Arial;font-weight:700;font-size:15px}.x-pack-price>small{font-size:9px!important;color:var(--muted)!important}
.x-pricing-note{font-size:11px;color:var(--muted);line-height:1.9;margin:13px 0 28px}#s-page .s-vip-grid .s-pack{min-height:205px}#s-page .s-vip-grid .s-pack>b{font:700 17px/1.7 var(--font);direction:inherit;letter-spacing:0}
.x-payment-section{margin-top:25px}.x-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.x-method{display:flex;align-items:center;gap:11px;min-height:94px;padding:15px 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface);cursor:pointer;position:relative;min-width:0}.x-method:hover{border-color:#b9a1d455}.x-method.is-selected{border-color:#ffd489;background:#a16c1915}.x-method:has(input:focus-visible){outline:2px solid var(--gold);outline-offset:3px}.x-method input{width:16px;height:16px;accent-color:#ffd489;margin:0;flex:none;order:3;margin-inline-start:auto}.x-method-brand{display:grid;place-items:center;border-radius:8px;width:61px;height:38px;font:800 13px Arial;flex:none;direction:ltr;color:#30201c;background:#f5d484}.x-brand-cib{background:#e9edf9;color:#244586;font-size:20px;letter-spacing:1px}.x-brand-chargily{background:#523494;color:white;font-size:10px}.x-brand-ooredoo{background:#ca1d3a;color:white;font-size:10px}.x-brand-edahabia{font-family:Tahoma;font-size:12px}
.x-method-copy{display:flex;flex:1;flex-direction:column;min-width:0;gap:5px}.x-method-copy strong{font-size:12px;font-weight:700;line-height:1.65;overflow-wrap:anywhere}.x-method-copy small{font-size:10px;color:var(--muted);line-height:1.7;overflow-wrap:anywhere}.x-method-detail{font-size:11px;line-height:1.9;margin:14px 0;color:var(--muted-strong);padding:13px 15px;background:var(--surface);border:1px solid var(--line);border-radius:10px}.x-payment-help{font-size:10px;color:var(--muted);line-height:1.9;margin-top:10px}.x-payment-help summary{cursor:pointer}.x-payment-help p{padding-inline:15px}
.x-summary-empty{text-align:center;padding:30px 14px;margin:20px 0;background:var(--bg);border-radius:12px}.x-summary-empty img{margin:0 auto 12px;image-rendering:pixelated;object-fit:contain}.x-summary-empty p{font-size:12px;color:var(--muted);line-height:1.9;margin:0}.x-summary-hint{font-size:11px;color:var(--muted);line-height:1.9}.x-summary-demo{font-size:9px;color:var(--muted);line-height:1.8;margin:0 0 8px}.x-inline-country{display:inline-flex;align-items:center;gap:6px}.x-inline-country .x-flag{width:22px;height:17px}
#s-page .s-summary h2{font-size:18px;margin-bottom:20px}#s-page .s-summary .s-row{font-size:11px;gap:10px}#s-page .s-summary .s-row strong{font-size:12px}#s-page .s-summary-product{padding:11px;margin-bottom:15px}#s-page .s-summary-product strong{font-size:16px}
.x-help-footer{display:flex;gap:12px;align-items:center;margin-top:30px;padding-top:20px;border-top:1px solid var(--line);font-size:12px}.x-help-footer img{object-fit:contain;image-rendering:pixelated}.x-help-footer a{text-decoration:underline;text-underline-offset:4px}.x-help-footer>span{font-size:11px;color:var(--muted);margin-inline-start:auto}
[data-theme=light] #s-page[data-country-stage]{--x-accent:#8d560d;--x-subtle:#f7eadb;--s-gold:#8d560d}
[data-theme=light] .x-steps li.is-done>span{background:#e9f6ec;color:#376b45;border-color:#97ba9d}
[data-theme=light] .x-steps li.is-current>span{box-shadow:0 0 0 5px #d7a25815}
[data-theme=light] .x-id-icon{color:#6234a1;background:#ede2fd}[data-theme=light] .x-id-status[data-error=true]{color:#a43227}
[data-theme=light] .x-account-status.is-demo{color:#815222;background:#f9f0dd;border-color:#e8d4ad}
[data-theme=light] #s-page .s-pack.is-selected,[data-theme=light] #s-page .r-country-card[aria-pressed=true],[data-theme=light] .x-method.is-selected{background:#fff5e4;border-color:#c58a27;box-shadow:none}
[data-theme=light] .x-avatar{background:#fff3df}[data-theme=light] .x-account-status:not(.is-demo){background:#e9f5ed;color:#28583a}
@media(max-width:1000px){.x-account-layout{gap:32px}.x-form-head{gap:10px}.x-form-shoola{display:none}#s-page .x-shop-layout{grid-template-columns:minmax(0,1fr) 280px;gap:18px}.x-method-grid{grid-template-columns:1fr}.x-recipient-bar>div{gap:10px;flex-wrap:wrap}.x-method{min-height:78px}.x-shop-heading{align-items:flex-start;flex-direction:column;gap:12px}.x-account-card{padding:25px}.x-steps{gap:14px}}
@media(max-width:760px){
 #s-page[data-country-stage]{padding-top:22px}.x-steps{gap:8px;padding-bottom:18px;margin-bottom:22px}.x-steps li{gap:8px;flex-direction:column;text-align:center;font-size:10px;line-height:1.5}.x-steps li>span{width:27px;height:27px;font-size:11px}.x-steps li b{font-size:10px;line-height:1.6}
 .x-title{font-size:30px!important;letter-spacing:-.5px!important;line-height:1.5!important}.x-lead{font-size:13px;line-height:1.9}.x-country-head{margin:14px 0 22px;gap:14px}.x-country-head .x-title{font-size:28px!important}.x-country-visual{width:75px;height:105px;border-radius:18px}.x-country-visual>.r-coin-art{width:85px!important;height:85px!important}
 #s-page .r-country-panel{padding:16px;border-radius:18px}#s-page .r-country-panel-top{align-items:stretch;gap:16px;flex-direction:column}#s-page .r-country-panel-top h2{font-size:17px}#s-page .x-country-coming-soon{font-size:11px}#s-page .r-country-grid{grid-template-columns:1fr;gap:8px;max-height:none;padding:3px}#s-page .r-country-card{padding:11px 9px;gap:8px;min-height:73px}#s-page .r-country-card .x-flag{width:30px;height:24px}#s-page .r-country-card b{font-size:11px}#s-page .r-country-card small{font-size:8px}#s-page .r-country-card .r-country-check{display:none}#s-page .r-country-bottom{margin:17px -16px -16px;padding:14px 16px;border-radius:0 0 18px 18px;flex-direction:column;gap:9px;align-items:stretch}#s-country-selection{min-height:25px}#s-country-continue{min-width:0;width:100%;font-size:12px}#s-page .r-country-bar{padding:9px 12px;margin-bottom:22px}.r-market-note{font-size:10px}
 .x-account-layout{grid-template-columns:1fr;gap:23px;margin:24px 0 30px}.x-account-intro{padding:0}.x-profile-example{display:none}.x-id-guide{font-size:12px;margin-top:12px}.x-account-card{padding:22px 19px;border-radius:20px}.x-form-head{margin-bottom:20px}.x-form-head h2{font-size:18px}.x-form-head p{font-size:11px}.x-id-icon{width:37px;height:37px;font-size:16px}.x-form-shoola{display:block;width:42px;height:55px}.x-account-card label{font-size:12px}#s-page #s-id{height:58px}.x-full{font-size:12px;min-height:48px}.x-confirm-layout{margin-top:20px}.x-confirm-shoola{display:none}.x-confirm-card{padding-top:25px}.x-confirm-card .x-avatar{width:80px;height:80px}.x-identity strong{font-size:21px}
 #s-page .x-shop-layout{grid-template-columns:1fr;gap:24px}.x-shop-heading{gap:10px;margin-top:0}.x-shop-heading .x-title{font-size:29px!important}.x-shop-heading .x-lead{font-size:12px}.x-shop-heading .s-preview{font-size:10px}.x-recipient-bar{padding:13px 14px;margin-bottom:24px;gap:8px;align-items:center}.x-recipient-bar>div{gap:0;flex-direction:column;align-items:flex-start}.x-recipient-bar .x-account-status{font-size:8px;margin:6px 0 0}.x-recipient-bar .s-text-button{font-size:10px;max-width:80px;text-align:end}.x-identity.is-compact strong{font-size:13px}.x-identity.is-compact .x-recipient-id{font-size:11px}.x-identity.is-compact .x-avatar{width:38px;height:38px}.x-identity{gap:10px}
 #s-page .s-product-tabs{margin-bottom:23px}#s-page .s-product-tab{font-size:12px;padding:9px 5px}.x-section-heading h2{font-size:17px}.x-section-heading{margin-bottom:13px}#s-page .s-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}#s-page .s-pack{min-height:219px;padding:13px 9px 10px}#s-page .s-pack .s-pack-art{width:78px;height:76px}#s-page .s-pack b.x-pack-amount{font-size:22px}.x-pack-price>bdi{font-size:14px}#s-page .s-vip-grid{grid-template-columns:1fr}#s-page .s-vip-grid .s-pack{min-height:120px;padding:16px 20px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;gap:5px 18px;text-align:start;justify-items:start}#s-page .s-vip-grid .s-plan-symbol{grid-row:1/4;font-size:30px}#s-page .s-vip-grid .s-pack>b{font-size:18px}#s-page .s-vip-grid .x-pack-price{grid-column:2;padding-top:8px;align-items:flex-start;font-size:11px}#s-page .s-vip-grid .s-pack-check{inset-inline-start:auto;inset-inline-end:10px}
 .x-method-grid{grid-template-columns:1fr}.x-method{gap:14px;min-height:83px;padding:13px 15px}.x-method-brand{width:65px;height:38px}.x-method-copy strong{font-size:13px}.x-method-copy small{font-size:11px}.x-payment-section{margin-top:21px}.x-method-detail{font-size:11px}.x-help-footer{flex-wrap:wrap;font-size:12px}.x-help-footer>span{width:100%;margin:0;font-size:10px}#s-page .x-shop-layout .s-summary{position:static;padding:21px}.s-summary .s-row{font-size:12px!important}.x-summary-demo{font-size:10px}
}
@media(max-width:359px){.x-country-visual{display:none}.x-country-head .x-title{font-size:27px!important}#s-page .r-country-card .x-flag{width:25px;height:21px}#s-page .r-country-card{gap:7px;padding-inline:7px}#s-page .r-country-card b{font-size:10px}.x-form-shoola{display:none}.x-title{font-size:28px!important}.x-full{padding-inline:10px;font-size:11px}.x-method-brand{width:54px}.x-method-copy strong{font-size:12px}.x-method-copy small{font-size:10px}}
@media(prefers-reduced-motion:reduce){#s-page[data-country-stage] *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
/* Live states share the supplied card, typography and theme tokens. */
.x-checkout-toast{position:fixed;z-index:10000;inset-inline:20px;bottom:28px;width:fit-content;max-width:calc(100% - 40px);margin-inline:auto;padding:14px 24px;border:1px solid var(--line);border-radius:18px;background:var(--surface,#251a32);color:var(--text,#fff);box-shadow:0 10px 36px #0004;font:600 15px/1.7 inherit;text-align:center}
.x-checkout-toast[hidden],.x-order-status[hidden]{display:none}
.x-order-status{padding-block:28px 0}.x-order-status .x-account-card{max-width:760px;margin-inline:auto}.x-order-status bdi{overflow-wrap:anywhere}.x-order-status .s-button{margin:8px 0;margin-inline-end:8px}
.x-catalog-status{grid-column:1/-1;padding:24px;text-align:center}.x-method[data-unavailable="true"]{opacity:.55}.x-method[data-x-soon]{font:inherit;color:inherit;text-align:start;cursor:pointer}

.s-pack:disabled{cursor:default;opacity:1}.s-pack:disabled:hover{transform:none}.s-pack:disabled .s-pack-check{opacity:0}

/* Figma 98:192 / 117:56: original 304×430 faces; live text and actual catalog rewards. */
/* Arabic joining must not inherit Latin heading and label tracking. */
html[lang="ar"] :is(h1,h2,h3,h4,.eyebrow,.g-eyebrow,.g-feature-label,.c-kicker){letter-spacing:normal}

@font-face{font-family:BundleTajawal;src:url('/checkout/assets/bundle-tajawal-500.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:BundleTajawal;src:url('/checkout/assets/bundle-tajawal-700.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:BundleTajawal;src:url('/checkout/assets/bundle-tajawal-800.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:BundleInter;src:url('/checkout/assets/bundle-inter-800.ttf') format('truetype');font-weight:800;font-display:swap}
.s-product-tabs{flex-wrap:wrap}.s-product-tab{white-space:normal;text-align:center}
.b-bonus-badge{position:absolute;inset-block-start:12px;inset-inline-start:12px;background:var(--gold);color:#27152e;border-radius:999px;padding:4px 9px;font-size:13px;font-weight:850;z-index:1}
.s-pack:has(.b-bonus-badge) .s-bonus{color:var(--gold);font-weight:750;min-height:38px;line-height:1.6;white-space:normal}
.b-catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,268px),1fr));justify-items:center;gap:30px 16px;padding-block:12px 24px}
.b-catalog-card{display:block;width:304px;max-width:100%;padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:inherit;text-align:center;cursor:pointer}
.b-catalog-card.is-selected{outline:3px solid var(--gold);outline-offset:6px;border-radius:24px}
.b-summary-art{object-fit:contain;flex:none}.b-empty{grid-column:1/-1;border:1px dashed var(--line);border-radius:20px;padding:30px 20px;text-align:center;color:var(--muted-strong)}
.b-mini-rail{position:fixed;left:max(12px,env(safe-area-inset-left));bottom:max(14px,env(safe-area-inset-bottom));z-index:35;display:flex;flex-direction:column;gap:10px;align-items:end;max-width:calc(100vw - 24px)}
.b-mini-rail[hidden]{display:none}.b-mini{position:relative;display:block;flex:none;width:56px;height:64px;min-height:0;border:0;border-radius:0;background:none;box-shadow:none;padding:0;overflow:visible;cursor:pointer;animation:bundle-arrive .35s ease-out both}
.b-mini img{position:absolute;left:0;top:3px;width:56px;height:46px;object-fit:contain;pointer-events:none}.b-mini[data-art=elite] img{top:5px;height:42px}
.b-mini bdi{position:absolute;left:1px;top:49px;width:54px;height:15px;display:flex;align-items:center;justify-content:center;border:.7px solid #ffffd9;border-radius:7.5px;background:linear-gradient(#fff3b8,#ffd862 54%,#ffbd3c);color:#54237b;font:800 9px/1 BundleInter,Arial,sans-serif;white-space:nowrap}
.b-mini[data-art=elite] bdi{border-color:#ffefbe;background:linear-gradient(#fff8d5,#ffe598 50%,#f3bf52);color:#054e50}
.b-offer-dialog{border:0;border-radius:0;padding:0;background:none!important;box-shadow:none!important;color:#fff2cd;width:304px;max-width:calc(100vw - 16px);height:487px;max-height:calc(100dvh - 16px);overflow:visible;overscroll-behavior:contain;scrollbar-width:none}
.b-offer-dialog::backdrop{background:#140920b8;backdrop-filter:blur(8px)}
.b-offer{position:relative;width:100%;height:487px;touch-action:pan-y;animation:bundle-arrive .2s ease-out}
.b-face{container-type:inline-size;position:relative;isolation:isolate;width:100%;aspect-ratio:304/430;font-family:BundleTajawal,Arial,sans-serif;font-weight:500;text-align:center;color:#fff0fd}
.b-face *{box-sizing:border-box}.b-offer-background{position:absolute;left:-9.210526%;top:-3.488372%;width:118.421053%;height:113.488372%;max-width:none;z-index:-1;pointer-events:none}
.b-face[data-art=elite] .b-offer-background{left:-9.210526%;top:-3.255814%;width:118.421053%;height:113.023256%}
.b-offer-badge{position:absolute;left:25.658%;top:4.419%;width:48.684%;height:5.814%;margin:0;display:flex;align-items:center;justify-content:center;border:1px solid #ffe5b4e6;border-radius:12.5px;background:linear-gradient(#c774ee,#8f3dcf 42%,#6d23a5);filter:drop-shadow(0 3px 3.5px #2709594d);font-size:4.112cqw;font-weight:700;line-height:1.2;color:#fff4d5}
.b-face[data-art=elite] .b-offer-badge{background:#0c9b86;border-color:#cff2c4;filter:none}
.b-badge-jewel{position:absolute;right:8%;top:24%;width:4.05%;height:32%;object-fit:contain}
.b-face h2{position:absolute;left:6.908%;top:11.86%;width:86.184%;height:8.605%;display:flex;align-items:center;justify-content:center;margin:0;font-family:BundleTajawal,Arial,sans-serif;font-size:9.539cqw;font-weight:800;line-height:1.2;color:#fff0bf;text-shadow:0 2px 0 #2f0a6675}
.b-face[data-art=elite] h2{font-size:8.882cqw;color:#fff1ba;text-shadow:none}
.b-offer-hero{position:absolute;left:3.947%;top:20.465%;width:92.106%;height:32.558%;object-fit:contain;pointer-events:none}
.b-face[data-art=elite] .b-offer-hero{height:33.023%}
.b-heading-rules{position:absolute;left:6.25%;top:53.721%;width:87.5%;height:4.186%;pointer-events:none}
.b-face[data-art=elite] .b-heading-rules{left:5.921%;top:53.488%;width:88.158%;height:4.651%}
.b-face h3{position:absolute;left:18.421%;top:53.488%;width:63.158%;height:4.651%;display:flex;align-items:center;justify-content:center;font-family:BundleTajawal,Arial,sans-serif;font-size:4.441cqw;font-weight:700;line-height:1.2;color:#fff1cf;margin:0}
.b-face[data-art=elite] h3{font-size:4.276cqw;color:#f1ffe5}
.b-rewards{position:absolute;left:5.921%;top:58.837%;width:88.158%;height:21.395%;list-style:none;margin:0;padding:0;direction:ltr}
.b-rewards li{position:absolute;top:0;width:30.97%;height:100%;min-width:0;border:.8px solid #eac5fda6;border-radius:15px;background:linear-gradient(#aa63d6,#8342bc 48%,#64289f);filter:drop-shadow(0 4px 4px #2b0b6147);color:#fff0fd}
.b-rewards [data-reward=gift]{left:0}.b-rewards [data-reward=frame]{left:34.328%}.b-rewards [data-reward=coins]{left:68.657%;width:31.343%;border:1.3px solid #ffe9a6f0;background:linear-gradient(#ac67df,#8040bd 48%,#5b239e)}
.b-rewards li::before{content:'';position:absolute;left:3.86%;top:2.4%;width:90.36%;height:1px;border-radius:1px;background:#ffedf959}
.b-rewards li::after{content:'';position:absolute;left:7.47%;top:6.74%;width:83.13%;height:48.91%;border-radius:11px;background:linear-gradient(#dfa9ed,#884eba);opacity:.4}
.b-face[data-art=elite] .b-rewards li{border-color:#a2dacead;background:linear-gradient(#238c7a,#08685e 47%,#034849);filter:drop-shadow(0 4px 4px #002e3640);color:#e1fff0}
.b-face[data-art=elite] .b-rewards [data-reward=coins]{border:1.3px solid #ffe9a6f0;background:linear-gradient(#349980,#0e6d5f 47%,#03474b)}
.b-face[data-art=elite] .b-rewards li::before{left:8.67%;width:80.72%;background:#f3ffdd8a}.b-face[data-art=elite] .b-rewards li::after{background:#e4ffe71c;opacity:1;border-radius:10px}
.b-rewards img{position:absolute;left:24.34%;top:3.5%;width:50.6%;height:47.94%;object-fit:contain;z-index:1}
.b-rewards [data-reward=coins] img{left:26.14%;top:6.2%;width:47%;height:42.9%}
.b-rewards bdi,.b-rewards strong{position:absolute;left:3.85%;top:55.65%;width:92.77%;height:25%;display:flex;align-items:center;justify-content:center;margin:0;white-space:nowrap;line-height:1.2;color:#fff3c7}
.b-rewards bdi{font-family:BundleInter,Arial,sans-serif;font-weight:800;font-size:5.921cqw}.b-rewards [data-reward=coins] bdi{font-size:7.237cqw;color:#fff0ab}
.b-rewards strong{font-family:BundleTajawal,Arial,sans-serif;font-size:4.441cqw;font-weight:700;direction:inherit}
.b-rewards small{position:absolute;left:3.85%;top:81.74%;width:92.77%;height:16%;display:flex;align-items:center;justify-content:center;font-family:BundleTajawal,Arial,sans-serif;font-size:3.618cqw;font-weight:500;line-height:1.2;white-space:nowrap}
.b-offer-select{position:absolute;left:5.921%;top:82.791%;width:88.158%;height:10.698%;min-height:0;padding:0;margin:0;border:0;background:none;box-shadow:none;color:#51247b;direction:ltr;font-family:BundleTajawal,Arial,sans-serif;cursor:pointer;filter:drop-shadow(0 6px 5px #2e0d6452)}
.b-purchase-face{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.b-offer-select>bdi{position:absolute;left:6.343%;top:8.7%;width:41.418%;height:73.913%;display:flex;align-items:center;justify-content:center;font:800 8.553cqw/1.2 BundleInter,Arial,sans-serif;white-space:nowrap}
.b-face[data-currency=DZD] .b-offer-select>bdi{font-size:6.25cqw}
.b-offer-select>span{position:absolute;left:53.73%;top:8.7%;width:39.18%;height:73.913%;display:flex;align-items:center;justify-content:center;font:800 5.592cqw/1.2 BundleTajawal,Arial,sans-serif}
.b-offer-select::after{content:'';position:absolute;left:49.627%;top:23.913%;width:1px;height:50%;background:#81469c4d;border-radius:.5px}
.b-face[data-art=elite] .b-offer-select{top:82.558%;height:11.163%;color:#064b4f;filter:drop-shadow(0 5px 4.5px #001e3840)}
.b-face[data-art=elite] .b-offer-select::after{background:#826b3540}
.b-offer-select:disabled,.b-offer-select.is-unavailable{filter:grayscale(.5);cursor:default}.b-offer-select.is-unavailable>span{font-size:3.6cqw}
.b-once{position:absolute;left:5.921%;top:94.419%;width:88.158%;height:3.488%;display:flex;align-items:center;justify-content:center;margin:0;font:500 3.29cqw/1.2 BundleTajawal,Arial,sans-serif;color:#efdff7}
.b-face[data-art=elite] .b-once{color:#d5ece1}
.b-offer-close{position:absolute;left:130px;top:443px;width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:1px solid #ffffffa6;border-radius:22px;background:#ffffff1a;box-shadow:none;cursor:pointer}
.b-offer-close img{width:20px;height:20px;object-fit:contain}.b-offer:has([data-art=royal]) .b-offer-close img{width:18px;height:18px}
.b-offer-dialog :focus-visible,.b-mini:focus-visible,.b-catalog-card:focus-visible{outline:3px solid #ffe183;outline-offset:3px}
@keyframes bundle-arrive{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:480px){.s-product-tabs .s-product-tab:last-child{flex-basis:100%}}
@media(max-height:510px){.b-offer-dialog{overflow-y:auto}}
@media(prefers-reduced-motion:reduce){.b-mini,.b-offer{animation:none;transition:none}}
html[data-motion=off] .b-mini,html[data-motion=off] .b-offer{animation:none;transition:none}
@media print{.b-mini-rail,.b-offer-dialog{display:none!important}}

/* Immediate press feedback, without delaying native links or touch gestures. */
:where(button,a[href],summary,select,input,[role=button],[role=tab],[role=checkbox]):not(:disabled):not([aria-disabled=true]):active,
:where(label):has(input:not(:disabled):active){opacity:.76}
[data-y-pending]{cursor:progress}
.y-action-status{position:fixed;inset-block-start:max(12px,env(safe-area-inset-top));inset-inline:12px;margin-inline:auto;width:max-content;max-width:calc(100% - 24px);z-index:10000;display:flex;align-items:center;gap:9px;padding:10px 16px;border:1px solid var(--gold,#ffd489);border-radius:999px;background:var(--surface,#21172d);color:var(--text,#fff);font:600 13px/1.5 var(--font);box-shadow:0 4px 16px #0003;pointer-events:none}
.y-action-status[hidden]{display:none}
.y-action-status::before{content:'';flex:none;width:12px;height:12px;border:2px solid currentColor;border-inline-end-color:transparent;border-radius:50%;animation:y-pending-turn .8s linear infinite}
dialog .y-action-status{position:absolute;inset-block-start:8px;max-width:calc(100% - 16px)}
@keyframes y-pending-turn{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.y-action-status::before{animation:none}}
html[data-motion=off] .y-action-status::before{animation:none}
@media print{.y-action-status{display:none!important}}

/* Touch focus is tracked per control; keyboard input restores the normal ring. */
[data-y-touch-focus]:focus-visible{outline:none!important}

/* Physical iPhone tracing found repeated software Gaussian convolution in WebKit.
   Paint large decorative glows as gradients and avoid nested mascot filters on
   touch screens. Artwork, geometry, motion and the offer-card SVGs are unchanged. */
@media (hover:none) and (pointer:coarse){
 .ambient{filter:none}
 .ambient-one{background:radial-gradient(ellipse,rgba(92,22,158,.2) 10%,rgba(92,22,158,.1) 43%,transparent 73%)}
 .ambient-two{background:radial-gradient(ellipse,rgba(123,39,157,.12) 10%,rgba(123,39,157,.06) 43%,transparent 73%)}
 html[data-theme=light] .ambient-one{background:radial-gradient(ellipse,#ffd6b04d 10%,#ffd6b026 43%,transparent 73%)}
 html[data-theme=light] .ambient-two{background:radial-gradient(ellipse,#bea0e633 10%,#bea0e619 43%,transparent 73%)}
 .hero-actor,.hero-actor img,.warm-light{filter:none}
 #main-nav{box-shadow:0 8px 18px #00000014}
 dialog,.g-pick-dialog,.s-modal{box-shadow:0 8px 20px #0003}
 dialog::backdrop,.g-pick-dialog::backdrop,.s-modal::backdrop,.b-offer-dialog::backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}
}
