:root{--wine:#8f002f;--wine-dark:#57001e;--wine-soft:#b40b46;--gold:#d69a3b;--gold-dark:#b97519;--bg:#fbfafb;--surface:#fff;--text:#21151a;--muted:#796b70;--line:#eee2e7;--green:#16a568;--red:#c9364f;--shadow:0 22px 60px rgba(92,0,31,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Cairo',Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);direction:rtl}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(143,0,47,.08)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:11px;font-size:21px;font-weight:700;color:var(--wine-dark)}.brand img{width:51px;height:51px;border-radius:15px;object-fit:cover;box-shadow:0 8px 20px rgba(92,0,31,.15)}.brand b{color:var(--wine)}.navlinks{display:flex;align-items:center;gap:30px;color:#59464e;font-weight:600}.navlinks a{position:relative}.navlinks a:after{content:"";position:absolute;right:0;bottom:-8px;width:0;height:2px;background:var(--gold);transition:.25s}.navlinks a:hover:after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:14px;padding:13px 23px;font-weight:800;cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--wine),var(--wine-soft));color:#fff;box-shadow:0 10px 25px rgba(143,0,47,.25)}.btn-gold{background:linear-gradient(135deg,#e7b75e,var(--gold));color:#3b2105;box-shadow:0 12px 28px rgba(214,154,59,.28)}.btn-outline{background:#fff;color:var(--wine);border:1px solid #dec4ce}.btn-disabled{background:#eee;color:#888}.btn-large{padding:16px 28px;border-radius:16px}.hero{position:relative;padding:90px 0 76px;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fcf6f8 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.hero-copy{position:relative;z-index:2}.badge{display:inline-flex;align-items:center;gap:8px;background:#f7e8ed;color:var(--wine);border:1px solid #efd0dc;padding:9px 15px;border-radius:999px;font-weight:800}.badge i{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(214,154,59,.14)}.hero h1{font-size:clamp(42px,5.4vw,72px);line-height:1.2;margin:22px 0 18px;color:var(--wine-dark);letter-spacing:-1.5px}.hero h1 span{background:linear-gradient(90deg,var(--wine),var(--gold-dark));-webkit-background-clip:text;color:transparent}.hero p{font-size:19px;line-height:2;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#5e4e54;font-size:14px;font-weight:600}.hero-visual{position:relative}.logo-stage{position:relative;min-height:520px;display:grid;place-items:center}.logo-stage>img{width:min(460px,90%);border-radius:35px;box-shadow:0 28px 80px rgba(92,0,31,.20);position:relative;z-index:2}.logo-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(214,154,59,.25),rgba(143,0,47,.08),transparent 68%);filter:blur(8px)}.floating-card{position:absolute;z-index:4;background:rgba(255,255,255,.92);border:1px solid #eddce3;border-radius:17px;padding:14px 18px;box-shadow:0 14px 36px rgba(77,0,27,.13);display:flex;flex-direction:column}.floating-card b{color:var(--wine)}.floating-card span{font-size:12px;color:var(--muted)}.fc-1{top:68px;right:-8px}.fc-2{bottom:75px;left:0}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px)}.hero-orb-1{width:300px;height:300px;background:rgba(143,0,47,.05);right:-100px;top:60px}.hero-orb-2{width:220px;height:220px;background:rgba(214,154,59,.08);left:3%;bottom:-80px}.quick-stats{padding:0 0 35px}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}.stat{padding:26px;text-align:center;position:relative}.stat:not(:last-child):after{content:"";position:absolute;left:0;top:25%;height:50%;width:1px;background:var(--line)}.stat strong{display:block;font-size:30px;color:var(--wine);line-height:1.3}.stat span{color:var(--muted);font-size:14px}section{padding:85px 0}.section-title{text-align:center;max-width:760px;margin:0 auto 44px}.section-title>span,.download-kicker,.contact-card>div>span{color:var(--gold-dark);font-weight:800}.section-title h2{font-size:38px;color:var(--wine-dark);margin:9px 0 12px}.section-title p{color:var(--muted);line-height:1.9}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{background:#fff;padding:28px;border-radius:22px;border:1px solid var(--line);box-shadow:0 10px 30px rgba(91,0,36,.05);transition:.25s}.feature:hover{transform:translateY(-7px);box-shadow:0 18px 42px rgba(91,0,36,.1);border-color:#e4c6d2}.icon{width:58px;height:58px;border-radius:17px;background:linear-gradient(145deg,#faeaf0,#fff3da);display:grid;place-items:center;font-size:25px}.feature h3{margin:18px 0 8px;color:var(--wine-dark)}.feature p{margin:0;color:var(--muted);line-height:1.85}.how{background:#fff8fa}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{position:relative;background:#fff;padding:30px;border:1px solid var(--line);border-radius:22px}.step b{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--wine);color:#fff;font-size:19px}.step h3{color:var(--wine-dark);margin:18px 0 8px}.step p{color:var(--muted);margin:0}.download-card{background:linear-gradient(135deg,#55001d,#97013a 62%,#bd6c23);color:#fff;border-radius:30px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:35px;box-shadow:0 28px 65px rgba(82,0,29,.22);position:relative;overflow:hidden}.download-card:after{content:"";position:absolute;width:270px;height:270px;border:45px solid rgba(255,255,255,.06);border-radius:50%;left:-70px;top:-100px}.download-info{position:relative;z-index:2}.download-info h2{font-size:36px;margin:8px 0 10px}.download-info p,.download-info small{color:#f5e5eb;line-height:1.8}.file-meta{display:flex;gap:20px;flex-wrap:wrap;margin:14px 0}.file-meta span{background:rgba(255,255,255,.1);padding:7px 12px;border-radius:10px}.download-action{position:relative;z-index:2;text-align:center;min-width:240px}.download-action span{display:block;margin-top:12px;color:#f5e5eb;font-size:13px}.contact{padding-top:20px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px 40px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 16px 45px rgba(91,0,36,.08)}.contact-card h2{color:var(--wine-dark);margin:7px 0}.contact-card p{color:var(--muted);margin:0}.btn-whatsapp{background:#1fbd67;color:#fff;box-shadow:0 12px 26px rgba(31,189,103,.24)}.footer{background:#26000e;color:#ead9df;padding:28px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{color:#fff}.footer-brand img{width:44px;height:44px}.footer p{margin:0;text-align:center}.footer-inner>a:last-child{color:#e6b35a}
.admin-body{min-height:100vh;background:#f6f2f4}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#720026,#390012);color:#fff;padding:26px 20px;position:sticky;top:0;height:100vh}.sidebar .brand{color:#fff;margin-bottom:34px;padding:0 6px}.sidebar .brand img{width:55px;height:55px}.menu{display:flex;flex-direction:column;gap:7px}.menu a{padding:14px 16px;border-radius:13px;color:#f3dce5;font-weight:600;transition:.2s}.menu a:hover,.menu a.active{background:rgba(255,255,255,.13);color:#fff;transform:translateX(-3px)}.content{padding:32px;min-width:0}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-head h1{margin:0;color:var(--wine-dark)}.page-head p{margin:5px 0 0}.card{background:#fff;border-radius:20px;border:1px solid var(--line);padding:23px;box-shadow:0 10px 30px rgba(91,0,36,.055)}.grid-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.metric{position:relative;overflow:hidden}.metric:after{content:"";position:absolute;width:76px;height:76px;border-radius:50%;background:rgba(143,0,47,.05);left:-20px;bottom:-25px}.metric span{color:var(--muted)}.metric strong{display:block;font-size:34px;color:var(--wine);margin-top:7px}.table-wrap{overflow:auto;border-radius:14px}.table{width:100%;border-collapse:collapse;min-width:800px}.table th,.table td{padding:14px;border-bottom:1px solid var(--line);text-align:right;vertical-align:middle}.table th{background:#fbf6f8;color:#604953;white-space:nowrap}.table tbody tr:hover{background:#fffbfc}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.field label{display:block;margin-bottom:7px;font-weight:700;color:#523b44}.field input,.field select,.field textarea{width:100%;border:1px solid #dac8cf;border-radius:12px;padding:13px;background:#fff;font:inherit;outline:none;transition:.2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--wine);box-shadow:0 0 0 4px rgba(143,0,47,.07)}.field textarea{min-height:105px;resize:vertical}.full{grid-column:1/-1}.alert{padding:14px 17px;border-radius:12px;margin-bottom:18px}.alert-success{background:#e6f7ef;color:#087b4b}.alert-error{background:#fde9ed;color:#a81634}.login-page{min-height:100vh;background:radial-gradient(circle at 15% 15%,rgba(214,154,59,.18),transparent 28%),linear-gradient(135deg,#fff,#f8edf1);display:grid;place-items:center;padding:20px}.login-wrap{width:100%;display:grid;place-items:center}.login-card{width:min(450px,100%);padding:35px}.login-logo{text-align:center;margin-bottom:18px}.login-logo img{width:130px;height:130px;object-fit:cover;border-radius:28px;box-shadow:0 18px 38px rgba(91,0,36,.18)}.login-card h1{text-align:center;color:var(--wine-dark);margin:10px 0 4px}.login-card .login-sub{text-align:center;color:var(--muted);margin:0 0 24px}.status{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;display:inline-block}.status-on{background:#e3f7ed;color:#087b4b}.status-off{background:#fde8ec;color:#a71b36}.actions{display:flex;gap:7px;flex-wrap:wrap}.mini-btn{border:0;padding:8px 11px;border-radius:9px;cursor:pointer;font-family:inherit;font-weight:700}.danger{background:#fde8ec;color:#a71b36}.success{background:#e3f7ed;color:#087b4b}.muted{color:var(--muted)}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.logo-stage{min-height:420px}.features{grid-template-columns:repeat(2,1fr)}.grid-cards{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.menu{flex-direction:row;flex-wrap:wrap}.download-card,.contact-card{flex-direction:column;text-align:center}.footer-inner{flex-direction:column}.navlinks{display:none}}
@media(max-width:620px){.nav{height:72px}.nav>.btn{display:none}.brand img{width:45px;height:45px}.hero{padding-top:58px}.hero h1{font-size:42px}.hero p{font-size:17px}.logo-stage{min-height:330px}.floating-card{display:none}.stats,.features,.steps,.grid-cards{grid-template-columns:1fr}.stat:not(:last-child):after{left:15%;right:15%;top:auto;bottom:0;width:70%;height:1px}.section-title h2{font-size:31px}.download-card{padding:30px 23px}.download-info h2{font-size:29px}.content{padding:17px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.sidebar .brand{justify-content:center}.menu{display:grid;grid-template-columns:1fr 1fr}.login-card{padding:25px}}

/* ===== Baraah Desk public landing page v2 ===== */
.bd-public{margin:0;background:#fff;color:#24171c;font-family:'Cairo',Tahoma,Arial,sans-serif;direction:rtl;overflow-x:hidden}.bd-public *{box-sizing:border-box}.bd-public a{text-decoration:none}.bd-container{width:min(1200px,92%);margin-inline:auto}.bd-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);border-bottom:1px solid #f0e5e9;backdrop-filter:blur(14px)}.bd-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}.bd-brand{display:flex;align-items:center;gap:10px;color:#63001f;font-size:20px;font-weight:800;white-space:nowrap}.bd-brand img{display:block;width:48px!important;height:48px!important;min-width:48px;max-width:48px;object-fit:contain!important;border-radius:12px;box-shadow:0 7px 18px rgba(91,0,31,.13)}.bd-brand strong{color:#8f002f}.bd-links{display:flex;align-items:center;gap:28px}.bd-links a{font-size:14px;font-weight:700;color:#57464d;transition:.2s}.bd-links a:hover{color:#8f002f}.bd-menu-btn{display:none;border:0;background:#8f002f;color:#fff;width:42px;height:42px;border-radius:11px;font-size:22px}.bd-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 23px;border-radius:13px;font-weight:800;transition:.25s;border:0}.bd-btn:hover{transform:translateY(-2px)}.bd-btn-primary{color:#fff;background:linear-gradient(135deg,#720027,#a4003a);box-shadow:0 12px 28px rgba(128,0,44,.22)}.bd-btn-light{background:#fff;color:#740026;border:1px solid rgba(128,0,44,.2)}.bd-btn-gold{background:linear-gradient(135deg,#e4b456,#c98525);color:#331c04;box-shadow:0 13px 30px rgba(197,129,37,.27)}.bd-btn-disabled{background:#eee9eb;color:#8e8287;cursor:not-allowed}.bd-btn-lg{min-height:56px;padding:15px 29px;border-radius:15px}.bd-hero{position:relative;isolation:isolate;min-height:640px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 85% 18%,rgba(216,156,56,.2),transparent 23%),linear-gradient(115deg,#31000f 0%,#5c001e 48%,#85002d 100%);color:#fff}.bd-hero:before{content:"";position:absolute;inset:auto -150px -250px auto;width:700px;height:700px;border:1px solid rgba(215,157,60,.24);border-radius:50%;box-shadow:0 0 0 65px rgba(215,157,60,.045),0 0 0 130px rgba(215,157,60,.035);z-index:-1}.bd-hero-grid{position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to left,#000,transparent 75%)}.bd-hero-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;padding-block:76px}.bd-hero-copy{position:relative;z-index:3}.bd-pill{display:inline-flex;align-items:center;gap:9px;padding:9px 15px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.1);font-weight:700;font-size:14px}.bd-pill span{width:9px;height:9px;background:#e0aa4d;border-radius:50%;box-shadow:0 0 0 5px rgba(224,170,77,.13)}.bd-hero h1{margin:22px 0 17px;font-size:clamp(46px,5.2vw,72px);line-height:1.18;letter-spacing:-1.5px}.bd-hero h1 em{font-style:normal;color:#e1ac50}.bd-hero-copy>p{max-width:610px;font-size:18px;line-height:2;color:#eadde2}.bd-checks{display:grid;grid-template-columns:repeat(2,max-content);gap:9px 25px;margin-top:22px}.bd-checks span{font-weight:700;font-size:14px}.bd-checks span:before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;margin-left:8px;border-radius:50%;background:#d69a3b;color:#3a2000}.bd-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.bd-mini-meta{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-top:24px;color:#d8c4cb;font-size:13px}.bd-mini-meta i{width:4px;height:4px;border-radius:50%;background:#d49a3e}.bd-app-preview{position:relative;min-height:490px;display:flex;align-items:center;justify-content:center}.bd-laptop{width:min(590px,100%);filter:drop-shadow(0 35px 35px rgba(0,0,0,.35))}.bd-screen{padding:13px;border:2px solid #b7a8ad;border-bottom-width:8px;border-radius:21px 21px 10px 10px;background:#151316}.bd-window{overflow:hidden;border-radius:10px;background:#f5f5f7;min-height:350px}.bd-window-bar{height:48px;padding:0 15px;background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eadfe3}.bd-window-brand{display:flex;align-items:center;gap:8px;color:#790028;font-size:13px;font-weight:800}.bd-window-brand img{width:29px!important;height:29px!important;object-fit:contain;border-radius:7px}.bd-window-controls{display:flex;gap:7px}.bd-window-controls b{width:10px;height:10px;border-radius:50%;background:#d6cbd0}.bd-app-body{display:grid;grid-template-columns:60px 1fr;min-height:302px}.bd-app-body aside{background:#750026;padding:17px 0;display:flex;flex-direction:column;align-items:center;gap:15px}.bd-app-body aside span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#e6cbd5}.bd-app-body aside span.active{background:#fff;color:#750026}.bd-app-content{padding:28px 35px;color:#261a1e}.bd-status{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#e4f6ed;color:#08784a;font-size:12px;font-weight:800;margin-bottom:21px}.bd-status i{width:8px;height:8px;border-radius:50%;background:#10a866}.bd-app-content label{display:block;color:#84747a;font-size:12px;margin-bottom:5px}.bd-app-content strong{display:block;padding:13px 15px;border:1px solid #e5dce0;border-radius:10px;background:#fff;margin-bottom:16px;direction:ltr;text-align:left;font-size:24px;letter-spacing:2px}.bd-app-content .bd-password{font-size:19px}.bd-app-content button{width:100%;border:0;border-radius:10px;background:#83002d;color:#fff;padding:12px;font-family:inherit;font-weight:800}.bd-laptop-base{position:relative;width:110%;height:17px;margin-right:-5%;background:linear-gradient(#d4d0d1,#8d898a);border-radius:3px 3px 24px 24px}.bd-laptop-base:after{content:"";position:absolute;top:0;left:42%;width:16%;height:5px;background:#a8a3a5;border-radius:0 0 8px 8px}.bd-float{position:absolute;z-index:5;padding:13px 16px;border:1px solid rgba(255,255,255,.3);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 18px 35px rgba(0,0,0,.2);color:#4b2633;display:flex;flex-direction:column}.bd-float b{color:#81002c}.bd-float span{font-size:11px;color:#7d6b72}.bd-float-speed{top:35px;left:-15px}.bd-float-secure{right:-20px;bottom:55px}.bd-trust-strip{position:relative;z-index:5;margin-top:-1px;background:#fff;border-bottom:1px solid #efe3e7}.bd-trust-items{display:grid;grid-template-columns:repeat(4,1fr)}.bd-trust-items>div{padding:26px;text-align:center;position:relative}.bd-trust-items>div:not(:last-child):after{content:"";position:absolute;left:0;top:25%;height:50%;width:1px;background:#eee0e5}.bd-trust-items strong{display:block;font-size:27px;color:#85002d}.bd-trust-items span{font-size:13px;color:#78666d}.bd-section{padding:92px 0}.bd-heading{text-align:center;max-width:680px;margin:0 auto 46px}.bd-heading>span{color:#a9701f;font-weight:900}.bd-heading h2{margin:8px 0 12px;color:#57001e;font-size:38px}.bd-heading p{margin:0;color:#806e75;line-height:1.9}.bd-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bd-feature-grid article{padding:28px;border:1px solid #eee2e6;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(87,0,30,.055);transition:.25s}.bd-feature-grid article:hover{transform:translateY(-6px);border-color:#dcc0cb;box-shadow:0 20px 45px rgba(87,0,30,.10)}.bd-feature-grid article>div{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#f8edf1;font-size:24px}.bd-feature-grid h3{margin:17px 0 8px;color:#670022}.bd-feature-grid p{margin:0;color:#7c6a71;line-height:1.8;font-size:14px}.bd-steps-section{padding:85px 0;background:#fbf7f8}.bd-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bd-steps article{display:flex;align-items:flex-start;gap:17px;background:#fff;border:1px solid #ecdee3;border-radius:19px;padding:25px}.bd-steps article>b{font-size:29px;color:#d29536;line-height:1}.bd-steps h3{margin:0 0 7px;color:#650021}.bd-steps p{margin:0;color:#7f6d74;line-height:1.7;font-size:14px}.bd-download-section{padding:90px 0;background:linear-gradient(180deg,#fff,#fbf4f6)}.bd-download-box{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center;padding:48px;border-radius:28px;background:linear-gradient(130deg,#4a0018,#82002c);color:#fff;box-shadow:0 30px 70px rgba(83,0,28,.2);position:relative;overflow:hidden}.bd-download-box:after{content:"";position:absolute;left:-120px;bottom:-160px;width:390px;height:390px;border-radius:50%;border:60px solid rgba(214,154,59,.10)}.bd-download-copy,.bd-release-card{position:relative;z-index:2}.bd-release-label{display:inline-block;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;font-weight:800}.bd-download-copy h2{margin:15px 0 9px;font-size:37px}.bd-download-copy p{margin:0 0 8px;color:#ecdde2}.bd-download-copy small{color:#d8c5cc}.bd-system-note{margin-top:23px;font-size:13px;color:#e4c985}.bd-release-card{background:#fff;color:#2a1b20;border-radius:20px;padding:25px;box-shadow:0 20px 45px rgba(0,0,0,.18)}.bd-release-row{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid #eee3e7}.bd-release-row span{color:#817177;font-size:13px}.bd-release-row strong{color:#720026}.bd-download-main{width:100%;margin-top:21px}.bd-download-main>span{font-size:21px}.bd-safe-note{display:block;text-align:center;color:#88777d;margin-top:10px}.bd-contact{padding:58px 0;background:#f8eef2}.bd-contact-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.bd-contact-inner>div>span{color:#a87022;font-weight:900}.bd-contact h2{margin:5px 0;color:#5e001f}.bd-contact p{margin:0;color:#7c6a71}.bd-btn-whatsapp{background:#13a963;color:#fff;box-shadow:0 12px 27px rgba(19,169,99,.22)}.bd-footer{padding:24px 0;background:#31000f;color:#e7d9de}.bd-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.bd-footer .bd-brand{color:#fff}.bd-footer .bd-brand img{width:42px!important;height:42px!important;min-width:42px;max-width:42px}.bd-footer p{margin:0;font-size:13px}.bd-footer-inner>a:last-child{color:#e2ad50;direction:ltr}
@media(max-width:1000px){.bd-links{position:absolute;top:76px;right:4%;left:4%;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid #eee0e5;border-radius:15px;padding:10px;box-shadow:0 20px 45px rgba(70,0,24,.13)}.bd-links.show{display:flex}.bd-links a{padding:12px}.bd-menu-btn{display:block}.bd-header-download{display:none}.bd-hero-layout{grid-template-columns:1fr;text-align:center}.bd-hero-copy>p{margin-inline:auto}.bd-checks,.bd-hero-actions,.bd-mini-meta{justify-content:center}.bd-checks{grid-template-columns:repeat(3,max-content)}.bd-app-preview{min-height:440px}.bd-feature-grid{grid-template-columns:repeat(2,1fr)}.bd-download-box{grid-template-columns:1fr}.bd-contact-inner,.bd-footer-inner{flex-direction:column;text-align:center}}
@media(max-width:650px){.bd-nav{height:68px}.bd-brand{font-size:17px}.bd-brand img{width:42px!important;height:42px!important;min-width:42px;max-width:42px}.bd-links{top:68px}.bd-hero{min-height:auto}.bd-hero-layout{padding-block:55px;gap:36px}.bd-hero h1{font-size:41px}.bd-hero-copy>p{font-size:16px}.bd-checks{grid-template-columns:1fr;text-align:right;display:inline-grid}.bd-hero-actions{flex-direction:column}.bd-hero-actions .bd-btn{width:100%}.bd-app-preview{min-height:315px}.bd-window{min-height:240px}.bd-app-body{min-height:195px;grid-template-columns:45px 1fr}.bd-app-body aside{padding:10px 0}.bd-app-body aside span{width:29px;height:29px}.bd-app-content{padding:15px}.bd-app-content strong{font-size:17px;padding:8px;margin-bottom:8px}.bd-app-content .bd-password{font-size:15px}.bd-window-bar{height:40px}.bd-float{display:none}.bd-trust-items{grid-template-columns:repeat(2,1fr)}.bd-trust-items>div:nth-child(2):after{display:none}.bd-section,.bd-steps-section,.bd-download-section{padding:65px 0}.bd-heading h2{font-size:30px}.bd-feature-grid,.bd-steps{grid-template-columns:1fr}.bd-download-box{padding:27px 20px}.bd-download-copy h2{font-size:29px}.bd-contact-inner .bd-btn{width:100%}.bd-footer p{line-height:1.8}}
