@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700;800&display=swap');
.byp{--cream:#E9E5DC;--cream2:#DDD9D0;--ink:#1A1714;--ink-soft:#6B6258;--ink-muted:#A89F96;--dark:#141210;--dark2:#1C1A18;--on-dark:#E9E5DC;--on-dark-soft:#9A9088;--orange:#E8541A;--orange-bg:rgba(232,84,26,0.1);--orange-border:rgba(232,84,26,0.22);--ease:cubic-bezier(0.22,1,0.36,1);--r:20px;font-family:'IBM Plex Sans Arabic','Inter',sans-serif;background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;direction:rtl}
.byp *{box-sizing:border-box;margin:0;padding:0}
.byp a{text-decoration:none}
.byp .reveal{animation:rin .7s var(--ease) both}
@keyframes rin{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.byp .d1{animation-delay:.1s}.byp .d2{animation-delay:.2s}.byp .d3{animation-delay:.3s}
.byp .hero{background:var(--cream);min-height:88svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70px 24px 60px;text-align:center;position:relative;overflow:hidden}
.byp .hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% -10%,rgba(232,84,26,0.07) 0%,transparent 60%);pointer-events:none}
.byp .hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--orange-bg);border:1px solid var(--orange-border);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;color:var(--orange);margin-bottom:28px}
.byp .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(232,84,26,0.5)}70%{box-shadow:0 0 0 8px rgba(232,84,26,0)}100%{box-shadow:0 0 0 0 rgba(232,84,26,0)}}
.byp h1.hero-title{font-size:clamp(34px,7vw,80px);font-weight:900;line-height:1.1;color:var(--ink);max-width:900px;margin-bottom:20px}
.byp .hero-title .accent{color:var(--orange)}
.byp .hero-sub{font-size:clamp(16px,2.2vw,18px);color:var(--ink-soft);max-width:520px;line-height:1.7;margin-bottom:36px}
.byp .hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:56px}
.byp .btn-main{display:inline-flex;align-items:center;justify-content:center;height:58px;padding:0 32px;border:0;border-radius:999px;background:var(--orange);color:#fff;font-size:16px;font-weight:800;cursor:pointer;transition:opacity .2s,transform .2s var(--ease)}
.byp .btn-main:active{opacity:.85;transform:scale(.97)}
.byp .btn-outline{display:inline-flex;align-items:center;justify-content:center;height:58px;padding:0 28px;border:1.5px solid rgba(26,23,20,0.2);border-radius:999px;background:transparent;color:var(--ink);font-size:16px;font-weight:700;cursor:pointer;transition:border-color .2s,color .2s}
.byp .btn-outline:hover{border-color:var(--orange);color:var(--orange)}
.byp .phone-wrap{position:relative;display:inline-block}
.byp .phone{width:240px;height:480px;background:var(--dark);border-radius:40px;border:1px solid rgba(255,255,255,0.08);box-shadow:0 60px 120px -20px rgba(26,23,20,0.35),0 0 0 1px rgba(26,23,20,0.1);overflow:hidden}
.byp .phone-notch{width:90px;height:24px;background:var(--dark2);border-radius:0 0 16px 16px;margin:0 auto;position:relative;z-index:2}
.byp .phone-screen{padding:12px;display:flex;flex-direction:column;gap:10px}
.byp .p-notif{background:rgba(232,84,26,0.08);border:1px solid rgba(232,84,26,0.18);border-radius:16px;padding:14px;display:flex;gap:10px;align-items:flex-start;animation:slideIn .6s var(--ease) .6s both}
@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.byp .p-wa-icon{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:linear-gradient(135deg,#25D366,#1aad57);display:grid;place-items:center}
.byp .p-wa-icon svg{width:18px;height:18px}
.byp .p-app{font-size:9px;color:rgba(255,255,255,0.4);font-weight:700;margin-bottom:3px;font-family:'Inter',sans-serif;letter-spacing:.05em}
.byp .p-msg{font-size:11px;color:#fff;font-weight:500;line-height:1.5}
.byp .p-time{font-size:9px;color:rgba(255,255,255,0.3);margin-top:4px}
.byp .p-apt{background:rgba(232,84,26,0.1);border:1px solid rgba(232,84,26,0.2);border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:8px;animation:slideIn .6s var(--ease) .9s both}
.byp .p-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);animation:pulse 2s infinite}
.byp .p-apt-text{font-size:10px;color:var(--orange);font-weight:700}
.byp .nfc-wrap{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px}
.byp .waves{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:80px;pointer-events:none}
.byp .wave{position:absolute;inset:0;border-radius:50%;border:1.5px solid var(--orange);opacity:0;animation:waveOut 2.4s ease-out infinite}
.byp .wave:nth-child(2){animation-delay:.8s}.byp .wave:nth-child(3){animation-delay:1.6s}
@keyframes waveOut{0%{transform:scale(0.3);opacity:0.4}100%{transform:scale(1.8);opacity:0}}
.byp .nfc-chip{width:60px;height:38px;border-radius:9px;background:var(--orange);display:grid;place-items:center;box-shadow:0 8px 24px -4px rgba(232,84,26,0.35);position:relative;overflow:hidden}
.byp .nfc-chip svg{width:20px;height:20px;color:#fff;position:relative;z-index:1}
.byp .nfc-lbl{font-size:9px;color:var(--ink-muted);font-weight:700;letter-spacing:.05em;margin-top:2px}
.byp .fchip{position:absolute;display:flex;align-items:center;gap:7px;background:rgba(255,255,255,0.85);backdrop-filter:blur(20px);border:1px solid rgba(26,23,20,0.1);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;color:var(--ink);white-space:nowrap;box-shadow:0 4px 16px -4px rgba(26,23,20,0.12)}
.byp .fchip .ci{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}
.byp .fchip1{top:40px;inset-inline-end:-110px;animation:fc 5s ease-in-out infinite}
.byp .fchip2{bottom:100px;inset-inline-start:-120px;animation:fc 5s ease-in-out infinite;animation-delay:-2.5s}
@keyframes fc{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.byp .sec{padding:90px 24px;background:var(--cream)}
.byp .sec-alt{padding:90px 24px;background:var(--cream2)}
.byp .sec-dark{padding:90px 24px;background:var(--dark)}
.byp .wrap{max-width:1200px;margin:0 auto}
.byp .sec-tag{display:inline-flex;align-items:center;gap:6px;color:var(--orange);font-size:12px;font-weight:800;margin-bottom:16px}
.byp h2.sec-title{font-size:clamp(26px,5vw,50px);font-weight:900;line-height:1.15;margin-bottom:14px}
.byp .sec .sec-title,.byp .sec-alt .sec-title{color:var(--ink)}
.byp .sec-dark .sec-title{color:var(--on-dark)}
.byp .sec-sub{font-size:18px;line-height:1.65;max-width:520px}
.byp .sec .sec-sub,.byp .sec-alt .sec-sub{color:var(--ink-soft)}
.byp .sec-dark .sec-sub{color:var(--on-dark-soft)}
.byp .steps{display:grid;grid-template-columns:1fr;gap:12px;margin-top:48px}
@media(min-width:700px){.byp .steps{grid-template-columns:repeat(3,1fr)}}
.byp .step{background:var(--dark);padding:32px 26px;border-radius:20px;position:relative;overflow:hidden;transition:background .3s,transform .2s var(--ease)}
.byp .step:hover{background:var(--dark2);transform:translateY(-3px)}
.byp .step-n{font-size:46px;font-weight:900;color:rgba(232,84,26,0.18);line-height:1;margin-bottom:16px;font-family:'Inter',sans-serif}
.byp .step-icon{width:48px;height:48px;border-radius:14px;margin-bottom:18px;background:var(--orange-bg);border:1px solid var(--orange-border);display:grid;place-items:center;color:var(--orange)}
.byp .step-icon svg{width:22px;height:22px}
.byp .step-title{font-size:18px;font-weight:800;color:var(--on-dark);margin-bottom:8px}
.byp .step-desc{font-size:15px;color:var(--on-dark-soft);line-height:1.7}
.byp .aud-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:48px}
@media(min-width:700px){.byp .aud-grid{grid-template-columns:1fr 1fr}}
.byp .aud-card{border-radius:24px;padding:36px 30px;position:relative;overflow:hidden;transition:transform .3s var(--ease)}
.byp .aud-card:hover{transform:translateY(-4px)}
.byp .aud-hosts{background:var(--dark);border:1px solid rgba(255,255,255,0.06)}
.byp .aud-clean{background:var(--orange)}
.byp .aud-tag{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:800;margin-bottom:20px}
.byp .aud-hosts .aud-tag{background:var(--orange-bg);border:1px solid var(--orange-border);color:var(--orange)}
.byp .aud-clean .aud-tag{background:rgba(255,255,255,0.18);border:1px solid rgba(255,255,255,0.25);color:#fff}
.byp .aud-title{font-size:clamp(22px,3vw,30px);font-weight:900;margin-bottom:10px;line-height:1.1}
.byp .aud-hosts .aud-title{color:var(--on-dark)}
.byp .aud-clean .aud-title{color:#fff}
.byp .aud-desc{font-size:16px;line-height:1.65;margin-bottom:24px}
.byp .aud-hosts .aud-desc{color:var(--on-dark-soft)}
.byp .aud-clean .aud-desc{color:rgba(255,255,255,0.78)}
.byp .perks{display:flex;flex-direction:column;gap:10px}
.byp .perk{display:flex;align-items:flex-start;gap:10px;font-size:15px;font-weight:600}
.byp .aud-hosts .perk{color:rgba(233,229,220,0.85)}
.byp .aud-clean .perk{color:rgba(255,255,255,0.9)}
.byp .perk-dot{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;margin-top:1px}
.byp .aud-hosts .perk-dot{background:var(--orange-bg)}
.byp .aud-clean .perk-dot{background:rgba(255,255,255,0.2)}
.byp .perk-dot svg{width:10px;height:10px}
.byp .aud-hosts .perk-dot svg{color:var(--orange)}
.byp .aud-clean .perk-dot svg{color:#fff}
.byp .aud-big{position:absolute;font-size:110px;opacity:.05;inset-inline-end:20px;bottom:-10px;line-height:1;pointer-events:none}
.byp .feat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:48px}
@media(min-width:700px){.byp .feat-grid{grid-template-columns:repeat(3,1fr)}}
.byp .feat{display:flex;align-items:center;gap:14px;background:var(--cream);border:1px solid rgba(26,23,20,0.1);border-radius:16px;padding:22px 20px;box-shadow:0 2px 8px -2px rgba(26,23,20,0.06);transition:border-color .2s,transform .2s var(--ease),box-shadow .2s}
.byp .feat:hover{border-color:rgba(232,84,26,0.3);transform:translateY(-2px);box-shadow:0 8px 24px -8px rgba(232,84,26,0.12)}
.byp .feat-ic{width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--orange);display:grid;place-items:center;color:#fff}
.byp .feat-ic svg{width:20px;height:20px}
.byp .feat-title{font-size:16px;font-weight:700;color:var(--ink);line-height:1.4}
.byp .pricing-center{display:flex;justify-content:center;margin-top:52px}
.byp .pricing-box{width:100%;max-width:460px;background:var(--dark2);border:1px solid rgba(232,84,26,0.18);border-radius:28px;padding:44px 36px;text-align:center;position:relative;overflow:hidden}
.byp .pricing-box::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--orange),transparent);opacity:.4}
.byp .p-tag{display:inline-flex;align-items:center;gap:5px;background:var(--orange-bg);color:var(--orange);border:1px solid var(--orange-border);border-radius:999px;padding:5px 14px;font-size:13px;font-weight:800;margin-bottom:24px}
.byp .p-price{font-size:72px;font-weight:900;color:var(--on-dark);letter-spacing:-.05em;line-height:1;font-family:'Inter',sans-serif}
.byp .p-price sup{font-size:30px;vertical-align:top;margin-top:12px;font-weight:700;color:var(--orange)}
.byp .p-per{font-size:16px;color:var(--on-dark-soft);margin-top:8px;margin-bottom:30px}
.byp .p-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;height:58px;border:0;border-radius:999px;background:var(--orange);color:#fff;font-size:16px;font-weight:900;cursor:pointer;transition:opacity .2s}
.byp .p-cta:active{opacity:.85}
.byp .p-note{font-size:13px;color:var(--on-dark-soft);margin-top:14px}
.byp .faq-list{display:flex;flex-direction:column;gap:8px;margin-top:48px;max-width:760px;margin-inline:auto}
.byp .faq-item{background:var(--cream);border:1px solid rgba(26,23,20,0.1);border-radius:16px;overflow:hidden;box-shadow:0 1px 4px -1px rgba(26,23,20,0.06)}
.byp .faq-item[open]{border-color:rgba(232,84,26,0.25)}
.byp .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;font-size:16px;font-weight:700;color:var(--ink);list-style:none}
.byp .faq-q::-webkit-details-marker{display:none}
.byp .faq-arr{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:var(--orange-bg);display:grid;place-items:center;color:var(--orange);transition:transform .3s var(--ease)}
.byp .faq-arr svg{width:14px;height:14px}
.byp .faq-item[open] .faq-arr{transform:rotate(180deg)}
.byp .faq-a{padding:0 24px 20px;font-size:15px;color:var(--ink-soft);line-height:1.7}
.byp .cta-sec{background:var(--orange);padding:90px 24px;text-align:center}
.byp .cta-sec h2{font-size:clamp(30px,6vw,60px);font-weight:900;color:#fff;margin-bottom:14px;line-height:1.05}
.byp .cta-sec p{font-size:19px;color:rgba(255,255,255,0.78);margin-bottom:36px;line-height:1.55}
.byp .wa-btn{display:inline-flex;align-items:center;gap:11px;height:62px;padding:0 36px;border:0;border-radius:999px;background:var(--ink);color:var(--cream);font-size:17px;font-weight:800;cursor:pointer;transition:opacity .2s,transform .2s var(--ease)}
.byp .wa-btn:active{opacity:.85;transform:scale(.97)}
.byp .wa-btn svg{width:24px;height:24px;flex-shrink:0}
.byp .cta-note{font-size:14px;color:rgba(255,255,255,0.6);margin-top:14px}