/* Checkout geometry is scoped so account, top-up and payment-resume views retain their layout. */
.checkout-page{padding:clamp(28px,4vw,48px) 0 clamp(54px,7vw,88px);max-width:1180px;margin-inline:auto}
.checkout-layout{display:grid;direction:ltr;grid-template-columns:minmax(300px,350px) minmax(0,1fr);grid-template-areas:"summary form";gap:clamp(18px,2.5vw,30px);align-items:start}
.checkout-layout>*{direction:ltr;min-width:0}[dir=rtl] .checkout-layout>*{direction:rtl}
.checkout-page .panel{border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 18px 50px rgb(13 45 76 / 6%)}
.checkout-form{grid-area:form;overflow:hidden;padding:0!important}.checkout-summary{grid-area:summary;position:sticky;top:100px;padding:clamp(22px,3vw,30px)!important}
.checkout-section{padding:clamp(22px,3.5vw,34px)}.checkout-section+.checkout-section{border-top:1px solid var(--line)}
.checkout-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.checkout-icon{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:14px;background:var(--pale);color:var(--blue)}.checkout-icon svg{width:23px;height:23px}
.checkout-heading h2{font-size:clamp(1.18rem,2vw,1.45rem);margin:0;line-height:1.5}.checkout-heading p{margin:5px 0 0;font-size:.88rem;line-height:1.8;color:var(--muted)}
.checkout-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.checkout-fields>.field,.checkout-fields>div,.checkout-fields label{min-width:0;margin:0}.checkout-fields .field>span:first-child{font-size:.86rem;font-weight:400;margin-bottom:7px}
.checkout-input{display:block;position:relative}.checkout-input>svg{position:absolute;inset-inline-start:15px;top:50%;transform:translateY(-50%);width:19px;height:19px;color:var(--muted);pointer-events:none}
.checkout-page .input,.checkout-fields select,.checkout-fields .select-control{border-radius:14px;min-height:50px}.checkout-page .checkout-input>input.input{width:100%;padding-inline:46px 14px}[dir=rtl] .checkout-page .checkout-input>input.input[dir=ltr],[dir=rtl] .checkout-page .checkout-input>input.input[type=password]{padding-left:14px;padding-right:46px;text-align:left}
.checkout-field-hint{display:block;color:var(--muted);font-size:.72rem;margin-top:6px;line-height:1.7}.checkout-phone{display:flex;min-width:0;height:50px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.checkout-phone>select,.checkout-phone>.select-control{width:42%;min-width:0;flex:0 0 42%}.checkout-phone input{width:58%;min-width:0;border:0;border-radius:14px;background:transparent;color:var(--ink);padding:10px 12px;font:inherit;outline-offset:-3px}.checkout-phone select{border:0;background:transparent;color:var(--ink);padding:8px}
.checkout-country{display:flex;align-items:center;gap:9px;min-height:50px;border:1px solid var(--line);border-radius:14px;padding:10px 14px;font-size:.86rem}.checkout-country img{width:24px}.checkout-country a{margin-inline-start:auto;font-size:.75rem}.checkout-fields input[readonly]{background:var(--pale)}
.checkout-page .payment-choices{gap:9px}.checkout-page .payment-choices legend{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.checkout-page .payment-choice{min-height:72px;padding:10px 13px;gap:13px;border-radius:13px}.checkout-page .payment-brand{flex:0 0 70px;min-width:70px;min-height:50px;border:1px solid var(--line);border-radius:12px;font-size:19px}.checkout-page .payment-brand>.google-pay-mark{width:70px}.checkout-page .payment-brand>svg{width:30px;height:30px}.checkout-page .payment-choice-copy strong{font-size:.94rem}.checkout-page .payment-choice-copy small{font-size:.74rem}.checkout-page .payment-card-brands{gap:4px}
.checkout-consent{display:grid;gap:15px;padding:22px 34px 28px;border-top:1px solid var(--line);background:var(--pale)}.checkout-consent .check{align-items:flex-start;margin:0;font-size:.82rem;line-height:1.9}.checkout-consent .check input{flex:none;margin-top:5px}.checkout-consent a.link{color:var(--blue)}
.checkout-terms{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.checkout-terms summary{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;cursor:pointer;font-size:.83rem;list-style:none}.checkout-terms summary::-webkit-details-marker{display:none}.checkout-terms summary span{display:flex;align-items:center;gap:8px}.checkout-terms svg{width:18px;height:18px}.checkout-terms[open] summary>svg{transform:rotate(45deg)}.checkout-terms .content-prose{padding:0 16px 16px;max-height:260px;overflow:auto;font-size:.8rem}.checkout-terms .content-prose :is(h1,h2,h3){font-size:1rem}
.checkout-submit{width:100%;min-height:54px;border-radius:14px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.checkout-security{display:flex;align-items:flex-start;justify-content:center;gap:7px;font-size:.72rem;line-height:1.8;color:var(--muted);margin:0;text-align:center}.checkout-security svg{width:16px;height:16px;flex:none;margin-top:3px}
.checkout-summary-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.checkout-summary-top>a{font-size:.75rem;white-space:nowrap}.checkout-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#fff2bd;color:#76550b;font-size:.72rem}.checkout-badge svg{width:15px;height:15px}.checkout-summary h2{margin:18px 0 4px;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.5;overflow-wrap:anywhere}
.checkout-features{list-style:none;margin:20px 0;padding:0}.checkout-features li{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.82rem;line-height:1.8}.checkout-features svg{width:20px;height:20px;flex:none;padding:3px;background:var(--pale);color:var(--blue);border-radius:50%;margin-top:2px}
.checkout-totals{display:grid;gap:10px;margin:20px 0 0;padding:18px 0;border-block:1px solid var(--line)}.checkout-totals>div{display:flex;justify-content:space-between;gap:10px;font-size:.82rem;align-items:center}.checkout-totals dd{margin:0;font-weight:600}.checkout-total dt{font-size:1.12rem;font-weight:700}.checkout-total dd{font-size:1.4rem;color:var(--blue)}
.checkout-coupon{padding:18px 0 4px}.checkout-coupon>label{display:block;font-size:.9rem;font-weight:700;margin-bottom:10px}.checkout-coupon>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.checkout-coupon .input,.checkout-coupon .btn{min-height:44px;border-radius:12px}.checkout-coupon .input{min-width:0;width:100%}
@media(max-width:1040px){.checkout-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"summary" "form"}.checkout-summary{position:static}}
@media(max-width:700px){.checkout-page{padding-top:22px}.checkout-section{padding:22px 18px}.checkout-fields{grid-template-columns:minmax(0,1fr);gap:15px}.checkout-consent{padding-inline:18px}.checkout-summary{padding:22px 18px!important}.checkout-page .payment-choice{min-height:68px;padding:9px 10px;gap:10px}.checkout-page .payment-brand{flex-basis:62px;min-width:62px;min-height:46px}.checkout-page .payment-brand>.google-pay-mark{width:62px}.checkout-page .payment-choice-copy strong{font-size:.86rem}.checkout-page .payment-card-brands{margin-inline-start:auto}.checkout-heading h2{font-size:1.18rem}}
@media(max-width:430px){.checkout-coupon>div{grid-template-columns:minmax(0,1fr)}.checkout-coupon .btn{width:100%}}

.checkout-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.checkout-phone>.select-control{border:0;border-radius:14px;min-height:48px;padding-inline:8px}.checkout-phone>input[type=tel]{border:0;min-height:48px;flex:1;width:58%;border-radius:14px}.checkout-fields [inert]{opacity:.8}


.checkout-summary .checkout-destination{display:flex;align-items:center;gap:12px;font-size:1.65rem}.checkout-destination .flag{width:36px;height:26px;flex:0 0 36px;object-fit:cover;border-radius:5px}.checkout-destination>span:last-child{min-width:0;overflow-wrap:anywhere}

.checkout-privacy-frame{display:block;width:100%;height:560px;max-height:75vh;border:0;border-top:1px solid var(--line);background:var(--surface)}
