
:root{--bg-main:#22005d;--accent:#d12ec2;--accent-soft:#f4e8fa;--text:#151428;--line:#e4dfec;--container:1180px;--shadow:0 24px 60px rgba(18,12,55,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff}body.modal-open{overflow:hidden}a{text-decoration:none;color:inherit}button,input{font:inherit}img,svg{display:block}.container{width:min(var(--container),calc(100% - 72px));margin:0 auto}
.site-header{position:absolute;inset:0 0 auto 0;z-index:20;padding:24px 0;color:#fff}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;min-width:0}.brand-image{width:308px;max-width:100%;height:auto}.main-nav{display:flex;align-items:center;justify-content:center;gap:42px;font-size:15px;font-weight:800;white-space:nowrap}.main-nav a{position:relative;padding:8px 0 12px;opacity:.96}.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:99px;background:var(--accent)}.language-switch{justify-self:end;display:flex;align-items:center;gap:14px;font-weight:800;font-size:15px}.language-switch span{width:1px;height:18px;background:rgba(255,255,255,.36)}.lang-btn{background:none;border:0;color:#fff;font-weight:800;cursor:pointer;padding:0;opacity:.72}.lang-btn.current,.lang-btn:hover{opacity:1}.nav-toggle{display:none;width:46px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.12);padding:10px}.nav-toggle span{display:block;height:2px;margin:5px 0;border-radius:2px;background:#fff}
.hero{position:relative;min-height:800px;padding:132px 0 0;color:#fff;overflow:hidden;background:var(--bg-main)}.hero-bg{position:absolute;inset:0;z-index:1}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom, rgba(34,0,93,.82) 0%, rgba(34,0,93,.64) 26%, rgba(34,0,93,.38) 52%, rgba(34,0,93,.22) 74%, rgba(34,0,93,.42) 100%)}.hero-grid{position:relative;z-index:4;display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,430px);align-items:start;justify-content:space-between;gap:54px;min-height:620px;padding-top:10px}.hero-copy{max-width:540px;padding-top:30px}.hero-copy h1{margin:0;font-size:clamp(58px,5.2vw,78px);line-height:.98;letter-spacing:-.06em;font-weight:900}.hero-subtitle{max-width:430px;margin:28px 0 26px;font-size:18px;line-height:1.55;font-weight:600;color:rgba(255,255,255,.95)}.trust-badge{display:inline-flex;align-items:center;gap:10px;max-width:100%;padding:12px 18px;border-radius:14px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);font-size:14px;font-weight:800;color:#fff}.trust-badge svg{width:18px;fill:none;stroke:#e5e0ff;stroke-width:2}
.hero-benefits{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:18px}.hero-benefits li{display:flex;align-items:center;gap:18px;font-size:18px}.hero-benefits strong{font-weight:850;letter-spacing:-.02em}.benefit-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:var(--accent);box-shadow:0 12px 24px rgba(209,46,194,.22);font-size:20px;font-weight:900}.benefit-icon svg{width:22px;height:22px;fill:#fff}.benefit-icon.text-icon{font-size:13px;line-height:.9}
.recharge-card{position:relative;z-index:4;margin-top:20px;color:var(--text);background:rgba(255,255,255,.985);border-radius:28px;padding:36px 34px 34px;box-shadow:var(--shadow)}.recharge-card h2{margin:0 0 24px;font-size:27px;line-height:1.12;font-weight:900;letter-spacing:-.045em;color:#14132f}.recharge-card form{display:grid;gap:18px}.field-group{display:grid;gap:8px}.field-group>span{color:#1f1d35;font-size:14px;font-weight:850}.field-static,.phone-input,.amount-input{height:56px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;align-items:center;padding:0 16px}.field-static{pointer-events:none;user-select:none;cursor:default}.operator-field{justify-content:flex-start}.operator-logo-img{height:22px;width:auto}.phone-input{gap:12px}.flag-img{width:24px;height:16px;flex:0 0 auto;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.06)}.country{font-weight:800;color:#151429}.phone-input input,.amount-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#17162a;font-weight:700;font-size:15px}.phone-input input::placeholder{color:#a09dac}.amount-input{justify-content:space-between}.amount-input b{color:#48445d;font-size:15px}.card-icon{width:22px;height:22px;fill:#1e1d31;margin-right:14px}.field-static strong{font-size:15px}.secure-note{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#68657c;font-size:13px;font-weight:800;padding-top:4px;pointer-events:none;user-select:none;cursor:default}.secure-note svg{width:17px;height:17px;fill:#8c8a99}.primary-btn{height:60px;border:0;border-radius:14px;color:#fff;font-weight:900;font-size:17px;letter-spacing:-.02em;cursor:pointer;background:var(--accent);box-shadow:0 12px 28px rgba(209,46,194,.24)}.secondary-btn{height:54px;border:1px solid #ddd6eb;background:#fff;color:#201c35;border-radius:14px;font-weight:800;cursor:pointer;padding:0 22px}
.trust-strip{position:relative;z-index:4;margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);background:#0b0835;border:1px solid rgba(255,255,255,.08);box-shadow:0 -14px 42px rgba(3,4,19,.16)}.trust-strip>div{display:flex;align-items:center;justify-content:center;gap:16px;color:rgba(255,255,255,.94);font-size:14px;font-weight:700;line-height:1.35;padding:20px 10px}.trust-strip svg{width:32px;height:32px;fill:none;stroke:rgba(255,255,255,.78);stroke-width:1.8}
.features-section{background:#fff;padding:42px 0 40px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feature-card{background:#fff;border:1px solid #efedf5;border-radius:14px;box-shadow:0 18px 45px rgba(21,17,52,.08);padding:30px 24px 28px;text-align:center;min-height:205px}.feature-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--accent-soft)}.feature-icon svg{width:31px;height:31px;fill:var(--accent)}.feature-card h3{margin:0 0 10px;font-size:18px;font-weight:900;letter-spacing:-.02em}.feature-card p{margin:0;color:#4e4a64;line-height:1.55;font-size:14px}
.how-section{padding:24px 0 42px;background:#faf9fe}.section-title{text-align:center;margin:0 0 34px;font-size:30px;line-height:1.15;letter-spacing:-.04em;color:#14132f;font-weight:900}.steps{display:grid;grid-template-columns:1fr 80px 1fr 80px 1fr;align-items:start;gap:12px}.step{position:relative;text-align:center;padding:4px 12px}.step-number{position:absolute;top:7px;left:calc(50% - 58px);width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-size:13px;font-weight:900}.step-icon{width:82px;height:82px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:#f3ebfb}.step-icon svg{width:36px;height:36px;fill:none;stroke:var(--accent);stroke-width:1.8}.step-icon.success{background:#e5f7ed}.step-icon.success svg{stroke:#28a85a}.step h3{margin:0 0 9px;font-size:15px;font-weight:900}.step p{margin:0 auto;max-width:260px;color:#59566d;font-size:14px;line-height:1.55}.step-arrow{align-self:center;justify-self:center;font-size:34px;color:#282642;opacity:.75}
.faq-section{padding:22px 0 62px;background:#faf9fe}.faq-card{max-width:980px;padding:34px 28px 28px;border-radius:18px;background:#fff;border:1px solid #ece9f3;box-shadow:0 18px 48px rgba(17,13,48,.08)}.faq-card .section-title{margin-bottom:24px}details{border:1px solid #e9e6ef;border-bottom:0;background:#fff}details:first-of-type{border-radius:10px 10px 0 0}details:last-of-type{border-bottom:1px solid #e9e6ef;border-radius:0 0 10px 10px}summary{list-style:none;cursor:pointer;padding:17px 22px;font-weight:800;color:#17162e;display:flex;align-items:center;justify-content:space-between;gap:16px}summary::-webkit-details-marker{display:none}summary::after{content:"⌄";color:#1b1931;font-size:22px;line-height:1;transition:transform .2s}details[open] summary::after{transform:rotate(180deg)}details p{margin:0;padding:0 22px 18px;color:#5b586f;line-height:1.55}
.site-footer{background:#0a0d31;color:#fff;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr .85fr .95fr 1.1fr;gap:54px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-grid h3{margin:0 0 18px;font-size:16px}.footer-grid a{display:block;width:fit-content;margin:0 0 12px;color:rgba(255,255,255,.78);font-size:14px}.footer-brand p,.contact-line{color:rgba(255,255,255,.76);font-size:14px;line-height:1.65;margin:18px 0}.footer-brand-image{width:308px;max-width:100%;height:auto}.legal-note{padding-top:18px;display:grid;gap:7px;text-align:center;color:rgba(255,255,255,.74);font-size:13px}.legal-note p{margin:0}
.modal-backdrop{position:fixed;inset:0;background:rgba(8,10,31,.62);display:flex;align-items:center;justify-content:center;padding:22px;opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:120}.modal-backdrop.is-open{opacity:1;pointer-events:auto}.verify-modal{position:relative;width:min(100%,520px);background:#fff;border-radius:24px;box-shadow:0 30px 70px rgba(14,11,42,.35);padding:28px 28px 24px;color:#16152d;transform:translateY(16px);transition:transform .22s ease}.modal-backdrop.is-open .verify-modal{transform:translateY(0)}.modal-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:#f3effb;color:#2a2640;font-size:26px;line-height:1;cursor:pointer}.modal-kicker{margin:0 0 8px;color:#8a3cd2;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.verify-modal h3{margin:0 0 10px;font-size:28px;letter-spacing:-.04em}.modal-text{margin:0 0 20px;color:#67637b;line-height:1.55}.verify-list{display:grid;gap:10px}.verify-list>div{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-radius:14px;background:#f8f6fc;border:1px solid #ebe6f3}.verify-list span{color:#6c6880;font-size:14px}.verify-list strong{font-size:15px;color:#1f1c33}.modal-actions{display:flex;gap:12px;margin-top:22px}.modal-actions .primary-btn,.modal-actions .secondary-btn{flex:1}.modal-confirm{height:54px}.modal-note{min-height:20px;margin:14px 2px 0;font-size:14px;color:#5f3f90;font-weight:700}
[dir="rtl"] .hero-copy,[dir="rtl"] .recharge-card,[dir="rtl"] .faq-card,[dir="rtl"] .footer-grid,[dir="rtl"] .hero-benefits li,[dir="rtl"] .verify-modal{direction:rtl;text-align:right}[dir="rtl"] .main-nav{direction:rtl}[dir="rtl"] .language-switch{direction:rtl}
@media (max-width:1120px){.container{width:min(100% - 44px, var(--container))}.brand-image{width:270px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:640px;padding-top:0}.recharge-card{max-width:430px}.feature-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}.footer-brand-image{width:280px}}
@media (max-width:860px){.site-header{padding:18px 0}.header-inner{grid-template-columns:auto auto}.brand-image{width:240px}.nav-toggle{display:block;justify-self:end}.main-nav,.language-switch{grid-column:1/-1;justify-self:stretch;display:none}.main-nav.is-open,.language-switch.is-open{display:flex}.main-nav{justify-content:flex-start;flex-wrap:wrap;gap:18px 24px;padding-top:8px}.language-switch{justify-content:flex-start}.hero{padding-top:106px;min-height:auto}.hero-grid{display:flex;flex-direction:column;align-items:stretch;gap:28px;min-height:auto}.hero-copy h1{font-size:clamp(42px,13vw,64px)}.hero-subtitle{font-size:17px}.recharge-card{max-width:none;padding:28px 22px}.trust-strip{grid-template-columns:1fr;margin-top:24px}.steps{grid-template-columns:1fr;gap:26px}.step-arrow{transform:rotate(90deg);font-size:28px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-brand-image{width:250px}.modal-actions{flex-direction:column}}
@media (max-width:560px){.container{width:min(100% - 28px, var(--container))}.brand-image{width:220px}.hero-benefits li{font-size:16px}.benefit-icon{width:44px;height:44px}.feature-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.legal-note{text-align:left}.footer-brand-image{width:220px}.verify-modal{padding:24px 18px 20px}}

/* v11 fixes */
.hero-subtitle{margin-top:18px}
.operator-logo-img{height:32px;width:auto;max-width:160px;object-fit:contain}
.flag-img{width:26px;height:18px;display:block;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.phone-input{align-items:center}
.phone-input .country{line-height:1}
.field-static.operator-field{padding-left:20px}
.trust-badge{display:none !important}
.feature-icon{background:#f4e7fa}
.feature-icon svg{fill:var(--accent)}
.trust-strip svg,.feature-icon svg,.benefit-icon svg,.card-icon{shape-rendering:geometricPrecision}
.modal-confirm{min-width:210px}
@media (max-width:560px){.operator-logo-img{height:28px}}

/* v12 fixes */
.operator-logo-img{
  height:22px !important;
  max-width:105px !important;
}
@media (max-width:560px){
  .operator-logo-img{height:20px !important;}
}

/* v13 fixes */
.brand-image{width:292px !important;height:auto}
.footer-brand-image{width:292px !important;height:auto}
.operator-logo-img{height:16px !important;max-width:82px !important;object-fit:contain}
.field-static.operator-field{padding-left:22px}
.flag-img{width:24px !important;height:16px !important;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.phone-input input{caret-color:#1b1830}
@media (max-width:560px){.operator-logo-img{height:15px !important;max-width:76px !important}.brand-image,.footer-brand-image{width:230px !important}}

/* v14 phone validation */
.phone-input.field-error{
  border-color:#d12ec2 !important;
  box-shadow:0 0 0 3px rgba(209,46,194,.13);
}

/* v15 logo caret fix */
.site-header,
.site-header *,
.brand,
.brand-image,
.footer-brand-image{
  caret-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}
.brand:focus,
.brand:focus-visible{
  outline: none;
}

/* v16 final tweaks */
.brand-image{
  width:240px !important;
}
.footer-brand-image{
  width:240px !important;
}
@media (max-width:1120px){
  .brand-image{width:220px !important;}
  .footer-brand-image{width:220px !important;}
}
@media (max-width:560px){
  .brand-image{width:190px !important;}
  .footer-brand-image{width:190px !important;}
}

/* v20 final polish */
.field-static.operator-field{
  justify-content:center !important;
  padding-left:16px !important;
  padding-right:16px !important;
}
.operator-logo-img{
  height:24px !important;
  max-width:120px !important;
  width:auto !important;
  margin:0 auto !important;
  border-radius:7px !important;
  display:block;
}
.phone-input.field-error{
  border-color:#d12ec2 !important;
  box-shadow:0 0 0 3px rgba(209,46,194,.14);
}
.field-message{
  display:none;
  color:#d12ec2;
  font-size:12px;
  font-weight:700;
  margin-top:2px;
}
.field-group.has-error .field-message{
  display:block;
}
.form-trust{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-top:-2px;
  color:#706b82;
  font-size:11px;
  font-weight:800;
  text-align:center;
}
.form-trust span{position:relative}
.form-trust span:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-8px;
  top:50%;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#a9a3b8;
}
.primary-btn{
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.primary-btn:hover{
  transform:translateY(-1px);
  filter:brightness(.96);
  box-shadow:0 16px 34px rgba(209,46,194,.28);
}
.feature-card{
  transition:transform .18s ease, box-shadow .18s ease;
}
.feature-card:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 52px rgba(21,17,52,.12);
}
.payment-redirect-note{
  margin:12px 2px 0;
  color:#6b667d;
  font-size:13px;
  line-height:1.45;
  text-align:center;
}
.verify-modal h3{letter-spacing:-.045em}
.modal-confirm{min-width:230px}
@media (max-width:560px){
  .operator-logo-img{height:22px !important;max-width:110px !important}
  .form-trust{font-size:10.5px}
  .modal-confirm{min-width:0}
}

/* v21 amount buttons + Arabic RTL */
.amount-presets{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin-top:8px;
}
.amount-chip{
  height:38px;
  border:1px solid #e0dbea;
  border-radius:12px;
  background:#fff;
  color:#262238;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
}
.amount-chip:hover{
  transform:translateY(-1px);
  border-color:#d12ec2;
}
.amount-chip.active{
  background:#d12ec2;
  border-color:#d12ec2;
  color:#fff;
}
.contact-page-link{
  color:rgba(255,255,255,.86) !important;
  font-weight:800;
}
[dir="rtl"] body{
  text-align:right;
}
[dir="rtl"] .hero-grid{
  direction:rtl;
}
[dir="rtl"] .hero-copy,
[dir="rtl"] .recharge-card,
[dir="rtl"] .faq-card,
[dir="rtl"] .footer-grid,
[dir="rtl"] .verify-modal{
  direction:rtl;
  text-align:right;
}
[dir="rtl"] .hero-benefits li{
  flex-direction:row-reverse;
  justify-content:flex-start;
}
[dir="rtl"] .main-nav{
  direction:rtl;
}
[dir="rtl"] .language-switch{
  direction:rtl;
}
[dir="rtl"] .phone-input,
[dir="rtl"] .amount-input,
[dir="rtl"] .field-static,
[dir="rtl"] .verify-list>div,
[dir="rtl"] .form-trust,
[dir="rtl"] .modal-actions{
  direction:rtl;
}
[dir="rtl"] .phone-input input,
[dir="rtl"] #verifyPhone,
[dir="rtl"] #verifyAmount,
[dir="rtl"] .amount-input input{
  direction:ltr;
  text-align:left;
}
[dir="rtl"] .card-icon{
  margin-right:0;
  margin-left:14px;
}
[dir="rtl"] .form-trust span:not(:last-child)::after{
  right:auto;
  left:-8px;
}
[dir="rtl"] .footer-grid a{
  margin-left:auto;
}
@media (max-width:560px){
  .amount-presets{
    grid-template-columns:repeat(3,1fr);
  }
}

/* v23 Google Ads / legal compliance polish */
.form-legal-note{
  margin:0;
  color:#6e687f;
  font-size:11px;
  line-height:1.45;
  text-align:center;
}
[dir="rtl"] .form-legal-note{
  text-align:center;
}
.legal-mini-list{
  display:grid;
  gap:10px;
  margin:18px 0;
  padding:0;
  list-style:none;
}
.legal-mini-list li{
  padding:12px 14px;
  border:1px solid #eee8f5;
  border-radius:12px;
  background:#faf8ff;
}

/* v24 email field */
.email-input{
  height:56px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  padding:0 16px;
}
.email-input input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#17162a;
  font-weight:700;
  font-size:15px;
}
.email-input input::placeholder{color:#a09dac}
.email-input.field-error{
  border-color:#d12ec2 !important;
  box-shadow:0 0 0 3px rgba(209,46,194,.14);
}
.modal-confirm{
  white-space:nowrap;
  min-width:190px;
}
[dir="rtl"] .email-input input,
[dir="rtl"] #verifyEmail{
  direction:ltr;
  text-align:left;
}

/* v25: remove unwanted text caret on normal page clicks */
html,
body,
body *:not(input):not(textarea){
  caret-color: transparent !important;
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea{
  caret-color: auto !important;
  -webkit-user-select: text !important;
  user-select: text !important;
  cursor: text;
}

a,
button,
summary,
.lang-btn,
.amount-chip,
.primary-btn,
.secondary-btn,
.modal-close{
  cursor: pointer !important;
}

p,
span,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
li,
label,
div{
  cursor: default;
}

a,
button,
input,
textarea,
select,
summary{
  cursor: auto;
}

a,
button,
summary,
.lang-btn,
.amount-chip,
.primary-btn,
.secondary-btn,
.modal-close{
  cursor: pointer !important;
}

/* v26: hard fix for accidental caret/selection everywhere except real inputs */
html,
body,
body *{
  -webkit-user-select:none !important;
  user-select:none !important;
  caret-color:transparent !important;
}

input,
textarea{
  -webkit-user-select:text !important;
  user-select:text !important;
  caret-color:auto !important;
  cursor:text !important;
}

a,
button,
summary,
.lang-btn,
.amount-chip,
.primary-btn,
.secondary-btn,
.modal-close,
[role="button"]{
  cursor:pointer !important;
}

img,
svg{
  -webkit-user-drag:none;
  user-drag:none;
  pointer-events:auto;
}

/* v27: explicit custom amount choice */
.amount-presets{
  grid-template-columns:repeat(6,1fr) !important;
}
.amount-chip-custom{
  min-width:72px;
}
.amount-input input::-webkit-outer-spin-button,
.amount-input input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.amount-input input[type=number]{
  -moz-appearance:textfield;
}
@media (max-width:620px){
  .amount-presets{
    grid-template-columns:repeat(3,1fr) !important;
  }
}

/* v28: make amount buttons slightly wider and more like the reference */
.amount-presets{
  grid-template-columns:repeat(auto-fit,minmax(82px,1fr)) !important;
  gap:10px !important;
}

.amount-chip{
  min-height:40px;
  padding:0 12px;
  border-radius:13px;
}

.amount-chip-custom{
  min-width:82px !important;
}

@media (max-width:620px){
  .amount-presets{
    grid-template-columns:repeat(3,1fr) !important;
  }
}

/* v29: mobile popup overflow fix + bigger bottom buttons */
.modal-backdrop{
  padding:16px;
}

.verify-modal{
  box-sizing:border-box;
  width:min(100%, 520px);
  max-height:calc(100vh - 32px);
  overflow:auto;
  overscroll-behavior:contain;
}

.verify-list{
  display:grid;
  gap:12px;
  margin-top:20px;
}

.verify-list > div{
  display:grid;
  grid-template-columns:minmax(88px, 108px) minmax(0, 1fr);
  align-items:center;
  gap:14px;
  padding:14px 16px;
  border:1px solid #ede8f4;
  border-radius:14px;
  background:#faf8ff;
}

.verify-list > div span{
  color:#7a748d;
  font-size:15px;
}

.verify-list > div strong{
  min-width:0;
  font-size:15px;
  line-height:1.35;
  text-align:right;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.modal-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}

.modal-actions .secondary-btn,
.modal-actions .primary-btn{
  width:100%;
  min-width:0 !important;
  min-height:56px;
  padding:0 16px;
  border-radius:14px;
  font-size:17px;
  font-weight:850;
}

.payment-redirect-note,
.modal-note{
  text-align:center;
  line-height:1.45;
}

[dir="rtl"] .verify-list > div strong{
  text-align:left;
}

@media (max-width: 560px){
  .modal-backdrop{
    padding:10px;
    align-items:flex-start;
  }

  .verify-modal{
    width:100%;
    max-height:calc(100vh - 20px);
    margin:0 auto;
    padding:22px 16px 18px;
    border-radius:24px;
  }

  .verify-modal h3{
    font-size:24px;
    line-height:1.1;
    padding-right:44px;
  }

  .modal-close{
    top:10px;
    right:10px;
    width:40px;
    height:40px;
  }

  .verify-list{
    gap:10px;
  }

  .verify-list > div{
    grid-template-columns:1fr;
    gap:6px;
    padding:12px 14px;
  }

  .verify-list > div strong{
    text-align:left;
  }

  [dir="rtl"] .verify-list > div strong{
    text-align:right;
  }

  .modal-actions{
    grid-template-columns:1fr;
    gap:10px;
  }

  .modal-actions .secondary-btn,
  .modal-actions .primary-btn{
    min-height:54px;
    font-size:18px;
  }

  .payment-redirect-note,
  .modal-note{
    font-size:13px;
  }
}


/* v30: mobile header improvements */
@media (max-width: 900px){
  .header-inner{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto auto !important;
    align-items:start !important;
    gap:12px 10px !important;
  }

  .brand{
    grid-column:1;
    grid-row:1;
    min-width:0;
  }

  .brand-image{
    width:220px !important;
    max-width:100%;
  }

  .language-switch{
    grid-column:2;
    grid-row:1;
    justify-self:end;
    align-self:center;
    display:flex !important;
    align-items:center;
    gap:10px;
    padding:8px 12px;
    border-radius:14px;
    background:#2b0a68 !important;
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 10px 24px rgba(6,4,24,.22);
    white-space:nowrap;
    z-index:31;
  }

  .language-switch .lang-btn{
    font-size:14px;
    line-height:1;
  }

  .language-switch span{
    height:18px;
    opacity:.35;
  }

  .nav-toggle{
    display:flex !important;
    grid-column:3;
    grid-row:1;
    justify-self:end;
    align-self:center;
    background:#3a1a7b !important;
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 10px 24px rgba(6,4,24,.22);
    z-index:31;
  }

  .main-nav{
    grid-column:1 / -1;
    grid-row:2;
    width:100%;
    display:none !important;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
    padding:14px 16px;
    margin-top:4px;
    border-radius:18px;
    background:#2a075f !important;
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 18px 40px rgba(7,5,26,.34);
    backdrop-filter:none !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  .main-nav.is-open{
    display:flex !important;
  }

  .main-nav a{
    width:100%;
    display:block;
    padding:10px 6px;
    color:#fff !important;
    font-size:18px;
    line-height:1.2;
    border-radius:10px;
  }

  .main-nav a:hover,
  .main-nav a:focus{
    background:rgba(255,255,255,.06);
  }

  .main-nav a.active::after{
    bottom:4px;
    left:6px;
    width:42px;
  }
}

@media (max-width: 520px){
  .header-inner{
    gap:10px 8px !important;
  }

  .brand-image{
    width:180px !important;
  }

  .language-switch{
    padding:7px 10px;
    gap:8px;
  }

  .language-switch .lang-btn{
    font-size:13px;
  }

  .nav-toggle{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .main-nav a{
    font-size:17px;
  }
}

/* v31: fix invisible burger icon */
.nav-toggle{
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  gap:5px !important;
}

.nav-toggle span{
  display:block !important;
  width:24px !important;
  height:3px !important;
  margin:0 !important;
  border-radius:999px !important;
  background:#fff !important;
  opacity:1 !important;
  flex:0 0 auto !important;
}

@media (max-width: 520px){
  .nav-toggle span{
    width:23px !important;
    height:3px !important;
  }
}

/* v32 standalone content pages */
.inner-page{
  min-height:100vh;
  background:#0a0d31;
  color:#fff;
  padding:44px 0 70px;
}
.inner-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:34px;
}
.inner-header img{
  width:240px;
  max-width:70%;
}
.inner-nav{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  font-weight:850;
}
.inner-nav a{
  color:#fff;
  opacity:.82;
}
.inner-nav a.active,
.inner-nav a:hover{
  opacity:1;
  color:#fff;
}
.inner-card{
  background:#fff;
  color:#151428;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
  padding:36px;
}
.inner-card h1{
  margin:0 0 16px;
  font-size:clamp(32px,5vw,52px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.inner-card h2{
  margin:30px 0 12px;
  font-size:24px;
  letter-spacing:-.035em;
}
.inner-card p,
.inner-card li{
  color:#514c65;
  line-height:1.65;
  font-size:16px;
}
.inner-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:28px 0;
}
.inner-box{
  padding:20px;
  border:1px solid #eee8f5;
  border-radius:18px;
  background:#faf8ff;
}
.inner-box h3{
  margin:0 0 10px;
  font-size:18px;
}
.inner-box p{
  margin:0;
  font-size:15px;
}
.inner-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:14px;
  background:#d12ec2;
  color:#fff !important;
  font-weight:900;
  margin-top:14px;
}
.inner-faq details{
  border:1px solid #ebe6f3;
  border-radius:14px;
  margin:10px 0;
  overflow:hidden;
}
.inner-faq summary{
  padding:16px 18px;
  cursor:pointer !important;
}
.inner-faq p{
  padding:0 18px 16px;
}
.inner-ar{
  direction:rtl;
  text-align:right;
  border-top:1px solid #eee;
  margin-top:32px;
  padding-top:30px;
}
@media(max-width:760px){
  .inner-header{
    align-items:flex-start;
    flex-direction:column;
  }
  .inner-header img{
    width:210px;
  }
  .inner-card{
    padding:26px 18px;
  }
  .inner-grid{
    grid-template-columns:1fr;
  }
}

/* v33: keep numbers, emails and currency in correct LTR order inside Arabic layout */
[dir="rtl"] .phone-input,
[dir="rtl"] .email-input,
[dir="rtl"] .amount-input,
[dir="rtl"] .amount-presets{
  direction:ltr !important;
}

[dir="rtl"] .phone-input{
  justify-content:flex-start !important;
}

[dir="rtl"] .phone-input input,
[dir="rtl"] .email-input input,
[dir="rtl"] .amount-input input{
  direction:ltr !important;
  text-align:left !important;
}

[dir="rtl"] .amount-input b{
  direction:ltr !important;
  order:2;
}

[dir="rtl"] .amount-input input{
  order:1;
}

[dir="rtl"] .amount-chip{
  direction:ltr !important;
  unicode-bidi:isolate !important;
}

[dir="rtl"] #verifyPhone,
[dir="rtl"] #verifyEmail,
[dir="rtl"] #verifyAmount{
  direction:ltr !important;
  text-align:left !important;
  unicode-bidi:isolate !important;
}

[dir="rtl"] .verify-list > div{
  direction:rtl !important;
}

[dir="rtl"] .verify-list > div strong{
  direction:ltr !important;
  text-align:left !important;
  unicode-bidi:isolate !important;
}
