:root{
  --bm-bg:#f5f7fb;
  --bm-card:#ffffff;
  --bm-text:#172033;
  --bm-muted:#687189;
  --bm-line:#e7eaf1;
  --bm-primary:#6d28d9;
  --bm-primary-2:#9333ea;
  --bm-accent:#f59e0b;
  --bm-danger:#dc2626;
  --bm-success:#059669;
  --bm-shadow:0 20px 55px rgba(33,43,70,.12);
}
.bm-public-page{direction:rtl;max-width:920px;margin:28px auto 80px;padding:0 16px;color:var(--bm-text);font-family:iransansdn,IRANSans,Tahoma,sans-serif}
.bm-public-page *{box-sizing:border-box}
.bm-public-hero{position:relative;display:flex;align-items:center;gap:18px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#151a2c,#34215e 55%,#6d28d9);color:#fff;box-shadow:var(--bm-shadow);overflow:hidden;margin-bottom:18px}
.bm-public-hero:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.08);left:-90px;top:-150px}
.bm-public-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(245,158,11,.16);right:-110px;bottom:-150px}
.bm-public-hero>div{position:relative;z-index:1}.bm-public-hero-icon{width:66px;height:66px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);flex:0 0 auto;backdrop-filter:blur(10px)}
.bm-public-hero h1{font-size:clamp(24px,4vw,38px);line-height:1.35;margin:5px 0 8px;font-weight:950;color:#fff}.bm-public-hero p{margin:0;color:rgba(255,255,255,.82);line-height:2;font-size:14px}.bm-eyebrow{display:block;color:#fbd38d;font-size:12px;font-weight:900;letter-spacing:.2px}
.bm-icon{width:24px;height:24px;display:block}.bm-public-hero .bm-icon{width:34px;height:34px}
.bm-service-form{display:grid;gap:16px}.bm-form-card{background:var(--bm-card);border:1px solid var(--bm-line);border-radius:24px;padding:22px;box-shadow:0 12px 36px rgba(33,43,70,.07)}
.bm-section-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.bm-section-title>.bm-icon{width:42px;height:42px;padding:10px;border-radius:15px;color:var(--bm-primary);background:#f2ebff;flex:0 0 auto}.bm-section-title h2{margin:0 0 4px;font-size:17px;font-weight:950;color:var(--bm-text)}.bm-section-title p{margin:0;font-size:12px;color:var(--bm-muted);line-height:1.8}
.bm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bm-span-2{grid-column:1/-1}.bm-field{display:flex;flex-direction:column;gap:8px}.bm-field>span{font-size:12px;font-weight:900;color:#39425a}.bm-field input,.bm-field select,.bm-field textarea,.bm-coupon-row input,.bm-captcha-row input{width:100%;border:1px solid var(--bm-line);background:#fbfcff;border-radius:15px;padding:13px 14px;font:inherit;font-size:13px;color:var(--bm-text);outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.bm-field textarea{resize:vertical;min-height:110px}.bm-field input:focus,.bm-field select:focus,.bm-field textarea:focus,.bm-coupon-row input:focus,.bm-captcha-row input:focus{border-color:#9b72ef;box-shadow:0 0 0 4px rgba(109,40,217,.10);background:#fff}
.bm-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bm-choice{cursor:pointer}.bm-choice input{position:absolute;opacity:0;pointer-events:none}.bm-choice-body{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:70px;padding:14px 16px;border-radius:18px;border:1px solid var(--bm-line);background:#fbfcff;transition:.18s}.bm-choice-body strong{font-size:13px}.bm-choice-body small{font-size:11px;color:var(--bm-muted);text-align:left}.bm-choice input:checked+.bm-choice-body{border-color:#8b5cf6;background:linear-gradient(135deg,#f7f3ff,#fff);box-shadow:0 10px 25px rgba(109,40,217,.12)}
.bm-addon-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bm-addon{display:flex;align-items:center;gap:11px;padding:13px;border-radius:16px;border:1px solid var(--bm-line);background:#fbfcff;cursor:pointer}.bm-addon input{width:18px;height:18px;accent-color:var(--bm-primary)}.bm-addon span{display:flex;flex:1;justify-content:space-between;gap:10px;align-items:center}.bm-addon strong{font-size:12px}.bm-addon small{font-size:10px;color:var(--bm-muted)}
.bm-summary-card{background:linear-gradient(180deg,#fff,#faf8ff)}.bm-coupon-row{display:grid;grid-template-columns:1fr auto;gap:9px}.bm-secondary-button,.bm-icon-button{border:0;cursor:pointer;font:inherit;font-weight:900}.bm-secondary-button{padding:0 18px;border-radius:14px;background:#ece5ff;color:#5b21b6}.bm-secondary-button:disabled{opacity:.55;cursor:not-allowed}.bm-coupon-message{min-height:24px;padding-top:7px;font-size:11px;color:var(--bm-muted)}.bm-coupon-message.is-success{color:var(--bm-success)}.bm-coupon-message.is-error{color:var(--bm-danger)}
.bm-price-lines{margin-top:12px;padding-top:12px;border-top:1px dashed #d9ddea}.bm-price-lines>div{display:flex;align-items:center;justify-content:space-between;padding:7px 0;font-size:12px}.bm-price-lines strong{font-size:13px}.bm-total-line{margin-top:5px;border-top:1px solid var(--bm-line);padding-top:13px!important}.bm-total-line span,.bm-total-line strong{font-size:17px!important;font-weight:950;color:var(--bm-primary)}
.bm-security-card{border-color:#e2d6ff}.bm-captcha-row{display:grid;grid-template-columns:120px 1fr 44px;gap:9px;align-items:center}.bm-captcha-question{height:48px;border-radius:15px;background:#172033;color:#fff;display:flex;align-items:center;justify-content:center;font:900 17px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:1px;direction:ltr}.bm-icon-button{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#f1edff;color:var(--bm-primary)}.bm-icon-button .bm-icon{width:20px;height:20px}.bm-terms{display:flex;align-items:flex-start;gap:9px;margin-top:15px;font-size:11px;line-height:1.9;color:var(--bm-muted);cursor:pointer}.bm-terms input{margin-top:4px;width:17px;height:17px;accent-color:var(--bm-primary)}.bm-terms a{color:var(--bm-primary);font-weight:900}
.bm-primary-button{border:0;width:100%;min-height:56px;border-radius:18px;background:linear-gradient(135deg,var(--bm-primary),var(--bm-primary-2));color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font:950 14px/1.2 iransansdn,IRANSans,Tahoma,sans-serif;cursor:pointer;box-shadow:0 16px 30px rgba(109,40,217,.25);transition:transform .18s,box-shadow .18s}.bm-primary-button:hover{transform:translateY(-1px);box-shadow:0 19px 36px rgba(109,40,217,.31)}.bm-primary-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.bm-primary-button .bm-icon{width:22px;height:22px}.bm-form-status{min-height:0;font-size:12px;color:var(--bm-danger);text-align:center}.bm-honeypot{position:absolute!important;left:-99999px!important;opacity:0!important;width:1px!important;height:1px!important}
.bm-notice{border-radius:18px;padding:14px 16px;margin:0 0 16px;font-size:12px;line-height:1.9}.bm-error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.bm-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.bm-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}
.bm-upload-zone{display:flex;min-height:170px;align-items:center;justify-content:center;flex-direction:column;gap:8px;border:2px dashed #cfc3ea;border-radius:22px;background:#faf8ff;color:var(--bm-primary);cursor:pointer;text-align:center;padding:20px}.bm-upload-zone input{position:absolute;opacity:0;pointer-events:none}.bm-upload-zone strong{font-size:14px}.bm-upload-zone span{font-size:11px;color:var(--bm-muted)}.bm-upload-zone .bm-icon{width:36px;height:36px}.bm-image-preview{margin-top:14px;display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:center;padding:12px;border-radius:18px;background:#f7f7fb}.bm-image-preview[hidden]{display:none}.bm-image-preview img{width:110px;height:110px;object-fit:cover;border-radius:15px}.bm-image-info{font-size:12px;line-height:2;color:var(--bm-muted)}
.bm-static-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bm-static-card{background:#fff;border:1px solid var(--bm-line);border-radius:22px;padding:20px;box-shadow:0 12px 34px rgba(33,43,70,.06)}.bm-static-card h3{font-size:15px;margin:13px 0 8px}.bm-static-card p{font-size:12px;color:var(--bm-muted);line-height:2;margin:0}.bm-static-card>.bm-icon{width:44px;height:44px;padding:10px;border-radius:14px;background:#f2ebff;color:var(--bm-primary)}
.bm-assessment-result{padding:24px;border-radius:24px;background:linear-gradient(135deg,#111827,#4c1d95);color:#fff;margin-bottom:16px}.bm-assessment-result h2{color:#fff;margin:0 0 8px}.bm-score{font-size:46px;font-weight:950;color:#fbbf24}.bm-assessment-result p{line-height:2;color:rgba(255,255,255,.82)}.bm-risk-list{margin:10px 0 0;padding-right:20px;line-height:2;font-size:12px}
.bm-tutorial-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.bm-tutorial-nav a{padding:9px 12px;border-radius:13px;background:#f1edff;color:#5b21b6;text-decoration:none;font-size:11px;font-weight:900}.bm-tutorial-step{background:#fff;border:1px solid var(--bm-line);border-radius:22px;padding:20px;margin-bottom:14px}.bm-tutorial-step h2{font-size:17px;margin:0 0 10px}.bm-tutorial-step p,.bm-tutorial-step li{font-size:13px;line-height:2;color:#4b5563}.bm-tutorial-step img{display:block;width:100%;height:auto;border-radius:18px;margin:14px auto;box-shadow:0 12px 30px rgba(15,23,42,.10)}
@media(max-width:720px){.bm-public-page{padding:0 10px;margin-top:14px}.bm-public-hero{padding:20px;border-radius:22px;align-items:flex-start}.bm-public-hero-icon{width:52px;height:52px;border-radius:17px}.bm-public-hero .bm-icon{width:27px;height:27px}.bm-form-card{padding:16px;border-radius:20px}.bm-form-grid,.bm-choice-grid,.bm-addon-list,.bm-static-grid{grid-template-columns:1fr}.bm-span-2{grid-column:auto}.bm-captcha-row{grid-template-columns:1fr 80px 42px}.bm-captcha-question{min-width:0}.bm-image-preview{grid-template-columns:85px 1fr}.bm-image-preview img{width:85px;height:85px}}
@media(max-width:420px){.bm-public-hero{display:block}.bm-public-hero-icon{margin-bottom:13px}.bm-captcha-row{grid-template-columns:1fr 1fr}.bm-icon-button{grid-column:1/-1;width:100%}.bm-coupon-row{grid-template-columns:1fr}.bm-secondary-button{min-height:44px}.bm-section-title{align-items:flex-start}}
