:root{--bd-blue:#0769ff;--bd-blue2:#0347d9;--bd-dark:#0a1844;--bd-text:#15234d;--bd-muted:#66769d;--bd-line:#e4ebfb;--bd-bg:#f3f8ff;--bd-card:#fff;--bd-green:#16b96f;--bd-red:#ef4055;--bd-purple:#7957ff;--bd-shadow:0 26px 70px rgba(20,72,160,.12);--bd-radius:20px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bd-bg);color:var(--bd-text)}a{text-decoration:none;color:inherit}.bd-public-main{min-height:84vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 20% 10%,#dcebff,transparent 32%),linear-gradient(135deg,#f8fbff,#eef5ff)}.bd-hero-card{position:relative;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.8);box-shadow:var(--bd-shadow);border-radius:34px;padding:55px;text-align:center}.bd-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:13px;padding:12px 17px;font-weight:900;border:1px solid var(--bd-line);cursor:pointer;transition:.18s all;gap:8px}.bd-btn:hover,.bd-manage:hover,.bd-stat:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,80,200,.14)}.bd-btn-primary{background:linear-gradient(135deg,#0b7bff,#034fe6);color:white;box-shadow:0 13px 28px rgba(0,94,255,.27);border-color:#0967ef}.bd-btn-light{background:white;color:var(--bd-blue)}.bd-btn.full{width:100%;margin:8px 0}.bd-site-footer{background:white;border-top:1px solid var(--bd-line);padding:18px}.bd-footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;color:var(--bd-muted)}
.bd-wrap{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr);background:linear-gradient(135deg,#f7fbff,#eef5ff)}.bd-sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#0e6dff,#0745dc 70%,#032b9b);color:white;padding:25px 18px;display:flex;flex-direction:column;gap:22px;box-shadow:18px 0 50px rgba(0,78,210,.22);z-index:20}.bd-brand{display:flex;align-items:center;gap:13px;font-size:24px;font-weight:1000}.bd-logo{width:50px;height:50px;border-radius:17px;background:linear-gradient(145deg,#fff,#91c4ff);box-shadow:inset -6px -6px 14px rgba(9,74,196,.18),0 15px 28px rgba(0,0,0,.2);color:#0e62ff;display:grid;place-items:center}.bd-nav{display:grid;gap:9px}.bd-nav a{color:white;display:flex;align-items:center;gap:12px;padding:14px;border-radius:15px;font-weight:900;opacity:.95}.bd-nav a:hover,.bd-nav a.active{background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.24),0 14px 30px rgba(0,0,0,.11)}.bd-help{margin-top:auto;border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:18px;background:rgba(255,255,255,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.bd-help+.bd-help{margin-top:0}.bd-help p{font-size:13px;opacity:.86;line-height:1.5}.bd-help .bd-btn{width:100%;padding:10px;background:rgba(255,255,255,.18);color:white;border-color:rgba(255,255,255,.22)}.bd-userbox{background:rgba(255,255,255,.08)}
.bd-main{padding:0 34px 30px;min-width:0}.bd-topbar{min-height:75px;display:flex;align-items:center;gap:16px;justify-content:space-between}.bd-search{background:white;border:1px solid var(--bd-line);border-radius:16px;padding:13px 16px;min-width:420px;box-shadow:0 8px 22px rgba(0,48,120,.06);color:var(--bd-muted)}.bd-top-actions{display:flex;align-items:center;gap:16px;font-weight:900;color:#2d3b62;white-space:nowrap}.bd-top-actions a:hover{color:var(--bd-blue)}.bd-user{background:white;border:1px solid var(--bd-line);border-radius:16px;padding:9px 13px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 22px rgba(0,48,120,.06)}.bd-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#4aa3ff,#6957ff);display:grid;place-items:center;color:#fff;font-weight:900}.bd-title{margin:10px 0 18px}.bd-title h1{font-size:34px;margin:5px 0 8px;letter-spacing:-.5px}.bd-breadcrumb{color:var(--bd-muted);font-weight:800}.bd-breadcrumb a{color:var(--bd-blue)}.bd-link{color:#005df0;font-weight:1000}.bd-alert{display:inline-flex;background:#e9fff3;border:1px solid #c8f4db;color:#058d4e;padding:11px 15px;border-radius:999px;font-weight:900}.bd-muted{color:var(--bd-muted);line-height:1.6}
.bd-card{background:rgba(255,255,255,.94);border:1px solid rgba(224,233,252,.92);border-radius:var(--bd-radius);box-shadow:var(--bd-shadow);overflow:hidden}.bd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bd-stat{padding:22px;display:flex;gap:16px;align-items:center;min-height:120px;color:var(--bd-text);transition:.18s all}.bd-ico{width:58px;height:58px;border-radius:19px;background:linear-gradient(145deg,#f3f7ff,#dceaff);display:grid;place-items:center;color:var(--bd-blue);font-size:28px;box-shadow:10px 12px 22px rgba(34,104,220,.16)}.bd-ico.green{color:#12a36a;background:linear-gradient(145deg,#f2fff8,#cdf7e1)}.bd-ico.red{color:#ef4055;background:linear-gradient(145deg,#fff5f6,#ffe0e5)}.bd-ico.purple{color:var(--bd-purple);background:linear-gradient(145deg,#fbf7ff,#e9ddff)}.bd-stat b{font-size:31px}.bd-stat small{display:block;color:var(--bd-muted);font-weight:900;line-height:1.35}.bd-section{margin-top:20px}.bd-section-head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--bd-line);font-weight:1000}.bd-section-head.slim{margin:-18px -18px 18px;padding:16px 18px}.bd-panel{padding:18px}.bd-table{width:100%;border-collapse:separate;border-spacing:0}.bd-table th{text-align:left;color:var(--bd-muted);font-size:12px;padding:14px 22px;letter-spacing:.2px}.bd-table td{padding:15px 22px;border-top:1px solid #edf2fc;font-weight:800;vertical-align:middle}.bd-table tr:hover td{background:#fbfdff}.bd-service{display:flex;align-items:center;gap:12px}.bd-server{width:43px;height:43px;border-radius:13px;background:linear-gradient(145deg,#69b7ff,#075cf2);box-shadow:0 10px 20px rgba(0,98,255,.22);display:grid;place-items:center;color:white}.bd-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 11px;background:#e5f8ee;color:var(--bd-green);font-weight:1000;font-size:12px}.bd-badge.red{background:#ffe8eb;color:var(--bd-red)}.bd-manage{display:inline-flex;background:#fff;border:1px solid var(--bd-line);border-radius:11px;padding:10px 16px;font-weight:1000;cursor:pointer;color:#16244c;transition:.18s all}.bd-two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.bd-list{padding:10px 16px 16px}.bd-ticket-row{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--bd-line);padding:13px 0;font-weight:900}.bd-ticket-row small{color:var(--bd-muted)}.bd-billing-box{margin:16px;padding:20px;border-radius:15px;background:linear-gradient(135deg,#fff2f3,#fff);display:flex;justify-content:space-between;align-items:center}.bd-billing-box b{font-size:27px;color:var(--bd-red)}.bd-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;color:#33456d;font-weight:800}.bd-row span:first-child{color:var(--bd-muted)}
.bd-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bd-form label{font-size:12px;font-weight:1000;color:var(--bd-muted);display:grid;gap:6px}.bd-form input,.bd-form select,.bd-form textarea,.bd-reply input{width:100%;border:1px solid var(--bd-line);border-radius:11px;padding:11px;background:#fff;color:var(--bd-text)}.bd-form textarea{min-height:110px}.bd-form .bd-full,.bd-wide-form h3{grid-column:1/-1}.bd-form .bd-btn{grid-column:1/-1}.bd-chat{display:grid;gap:10px}.bd-ticket-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.bd-msg{background:#f6f9ff;border:1px solid var(--bd-line);border-radius:14px;padding:13px;font-size:13px;line-height:1.5}.bd-msg.admin{background:#eef5ff}.bd-reply{display:flex;gap:8px;margin-top:9px}.bd-store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bd-package{border:1px solid var(--bd-line);border-radius:18px;padding:18px;background:linear-gradient(145deg,#fff,#f4f8ff)}
.bd-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px;margin-top:18px}.bd-big-detail{min-height:520px}.bd-detail-hero{display:flex;gap:18px;align-items:center;padding:12px 0 24px;border-bottom:1px solid var(--bd-line);margin-bottom:20px}.bd-detail-hero h2{font-size:28px;margin:0 0 8px}.bd-detail-hero p{margin:0 0 8px;color:var(--bd-muted);font-weight:800}.bd-hero-icon{width:72px;height:72px;border-radius:24px;background:linear-gradient(145deg,#eef5ff,#d8e8ff);box-shadow:12px 16px 35px rgba(18,87,210,.16);display:grid;place-items:center;color:var(--bd-blue);font-size:32px}.bd-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.bd-info-grid div{border:1px solid var(--bd-line);border-radius:16px;padding:15px;background:#fbfdff}.bd-info-grid span{display:block;color:var(--bd-muted);font-size:12px;font-weight:900;margin-bottom:7px}.bd-info-grid b{font-size:15px}.bd-resource{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}.bd-resource>div{border:1px solid var(--bd-line);border-radius:18px;padding:18px;background:linear-gradient(145deg,#fff,#f7fbff)}.bd-resource b,.bd-resource span{display:block}.bd-resource span{color:var(--bd-muted);font-weight:800;margin:8px 0 12px}.bd-resource i{display:block;height:10px;background:#eaf1ff;border-radius:999px;overflow:hidden}.bd-resource em{display:block;height:100%;background:linear-gradient(90deg,#0b7bff,#43c6ff);border-radius:999px}.bd-wide-form{margin-top:20px;border-top:1px solid var(--bd-line);padding-top:20px}
@media(max-width:1200px){.bd-topbar{align-items:flex-start;flex-direction:column;padding:18px 0}.bd-search{min-width:0;width:100%}.bd-top-actions{flex-wrap:wrap}.bd-stats{grid-template-columns:repeat(2,1fr)}.bd-detail-layout{grid-template-columns:1fr}.bd-resource{grid-template-columns:1fr}}@media(max-width:900px){.bd-wrap{grid-template-columns:1fr}.bd-sidebar{position:relative;height:auto}.bd-two,.bd-stats,.bd-store-grid{grid-template-columns:1fr}.bd-table{display:block;overflow:auto}.bd-main{padding:0 16px 24px}.bd-form{grid-template-columns:1fr}.bd-info-grid{grid-template-columns:1fr}.bd-footer-inner{display:block;text-align:center}}@media(max-width:640px){.bd-title h1{font-size:28px}.bd-top-actions{font-size:13px}.bd-stat{min-height:100px}.bd-table th,.bd-table td{padding:12px}.bd-billing-box{display:block}.bd-billing-box .bd-btn{margin-top:12px}.bd-hero-card{padding:30px}}
.bd-notify-link{position:relative}.bd-notify-link em{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;margin-left:4px;border-radius:999px;background:var(--bd-red);color:#fff;font-style:normal;font-size:11px;box-shadow:0 8px 18px rgba(239,64,85,.22)}
.bd-notice-overlay{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;background:rgba(8,22,55,.34);backdrop-filter:blur(8px);animation:bdFade .2s ease-out}.bd-notice-modal{position:relative;width:min(520px,94vw);background:rgba(255,255,255,.98);border:1px solid rgba(255,255,255,.9);border-radius:28px;box-shadow:0 40px 120px rgba(7,47,122,.28);padding:34px;text-align:center;overflow:hidden}.bd-notice-modal:before{content:"";position:absolute;inset:-80px -60px auto auto;width:230px;height:230px;background:radial-gradient(circle,#cfe3ff,transparent 70%);pointer-events:none}.bd-notice-bell{width:74px;height:74px;border-radius:26px;display:grid;place-items:center;margin:0 auto 14px;background:linear-gradient(145deg,#eff6ff,#d8eaff);font-size:34px;box-shadow:14px 18px 36px rgba(22,99,220,.18);animation:bdBell 1.8s ease-in-out infinite}.bd-notice-modal h2{margin:8px 0 10px;font-size:28px;color:var(--bd-dark)}.bd-notice-modal p{font-size:15px;line-height:1.7;color:var(--bd-muted);font-weight:800}.bd-notice-close{position:absolute;top:16px;right:16px;margin:0}.bd-notice-close button{width:36px;height:36px;border-radius:50%;border:1px solid var(--bd-line);background:#fff;font-size:22px;font-weight:900;cursor:pointer;color:var(--bd-muted)}.bd-notice-actions{display:flex;justify-content:center;gap:12px;align-items:center;margin-top:20px}.bd-notice-actions form{margin:0}.bd-notice-row{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px;border:1px solid var(--bd-line);border-radius:18px;background:#fff;margin:10px 0}.bd-notice-row.unread{background:linear-gradient(135deg,#eef6ff,#fff);border-color:#b9d7ff;box-shadow:0 16px 36px rgba(0,100,255,.08)}.bd-notice-row small{display:block;margin:5px 0;color:var(--bd-muted);font-weight:900}.bd-notice-row p{margin:0;color:#40537e;line-height:1.5;font-weight:700}@keyframes bdFade{from{opacity:0}to{opacity:1}}@keyframes bdBell{0%,100%{transform:rotate(0deg)}10%{transform:rotate(8deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(5deg)}40%{transform:rotate(-5deg)}50%{transform:rotate(0deg)}}
@media(max-width:640px){.bd-notice-actions{flex-direction:column}.bd-notice-actions .bd-btn{width:100%}.bd-notice-row{display:block}.bd-notice-row .bd-btn{margin-top:12px;width:100%}}

/* v3.3 profile dropdown and editable client profile */
.bd-profile-menu{position:relative;display:inline-flex;align-items:center;z-index:50}.bd-profile-toggle{border:0;cursor:pointer;font:inherit;text-align:left}.bd-profile-menu:hover .bd-profile-dropdown,.bd-profile-menu:focus-within .bd-profile-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.bd-profile-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:230px;background:#fff;border:1px solid var(--bd-line);border-radius:18px;box-shadow:0 24px 65px rgba(14,65,130,.18);padding:10px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:100}.bd-profile-dropdown:before{content:"";position:absolute;right:22px;top:-8px;width:16px;height:16px;background:#fff;border-left:1px solid var(--bd-line);border-top:1px solid var(--bd-line);transform:rotate(45deg)}.bd-profile-dropdown a{display:flex!important;align-items:center;justify-content:space-between;gap:8px;padding:12px 13px;border-radius:13px;color:#102452!important;font-weight:900;text-decoration:none}.bd-profile-dropdown a:hover{background:#f0f6ff;color:var(--bd-blue)!important}.bd-profile-dropdown b{min-width:24px;height:24px;border-radius:999px;background:#0e6dff;color:white;display:grid;place-items:center;font-size:12px}.bd-avatar-img{overflow:hidden;background:#eff6ff}.bd-avatar-img img{width:100%;height:100%;object-fit:cover;display:block}.bd-chevron{color:#6a789f;font-size:16px}.bd-profile-page{overflow:visible}.bd-profile-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.bd-profile-preview{background:linear-gradient(145deg,#ffffff,#eef6ff);border:1px solid var(--bd-line);border-radius:24px;padding:24px;text-align:center;box-shadow:0 18px 45px rgba(0,58,140,.08)}.bd-profile-photo{width:120px;height:120px;border-radius:32px;margin:0 auto 15px;display:block;overflow:hidden;background:linear-gradient(145deg,#51a8ff,#6558ff);box-shadow:0 22px 40px rgba(0,96,240,.22)}.bd-profile-photo img{width:100%;height:100%;object-fit:cover;display:block}.bd-profile-preview h2{margin:8px 0 5px}.bd-profile-preview p{color:var(--bd-blue);font-weight:900}.bd-profile-preview small{color:var(--bd-muted);line-height:1.6}.bd-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bd-profile-form .bd-full{grid-column:1/-1}.bd-profile-form input[type="file"]{background:#fff;padding:13px;border:1px dashed #bcd4ff;border-radius:13px}.bd-profile-actions{display:flex;gap:12px;align-items:center}@media(max-width:900px){.bd-profile-grid{grid-template-columns:1fr}.bd-profile-form{grid-template-columns:1fr}.bd-top-actions{flex-wrap:wrap}.bd-profile-dropdown{right:auto;left:0}}
.bd-profile-menu.open .bd-profile-dropdown{opacity:1;visibility:visible;transform:translateY(0)}

/* v4.2 Advanced editable footer */
.bd-smart-footer{margin:34px 0 10px;display:grid;gap:26px}.bd-footer-trust{padding:22px 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr .85fr;gap:18px;align-items:center;background:rgba(255,255,255,.93);border:1px solid rgba(200,218,248,.75);box-shadow:0 22px 55px rgba(16,79,170,.08)}.bd-trust-main{display:flex;gap:18px;align-items:center}.bd-trust-icon,.bd-trust-item span,.bd-trust-admin span{width:56px;height:56px;border-radius:22px;background:linear-gradient(145deg,#eef6ff,#dcecff);display:grid;place-items:center;font-size:25px;box-shadow:0 14px 28px rgba(18,92,219,.12)}.bd-trust-main h3,.bd-footer-col h3{margin:0 0 8px;color:var(--bd-dark);font-size:18px}.bd-trust-main p,.bd-trust-item small,.bd-trust-admin small{margin:0;color:var(--bd-muted);line-height:1.6;font-weight:800}.bd-trust-item{border-left:1px solid var(--bd-line);padding-left:17px;display:grid;grid-template-columns:44px 1fr;gap:7px 12px;align-items:center}.bd-trust-item span{grid-row:1/3;width:44px;height:44px;border-radius:17px;font-size:19px}.bd-trust-item b{color:#112558;font-size:14px}.bd-trust-admin{border-left:1px solid var(--bd-line);padding-left:17px;display:flex;gap:12px;align-items:center}.bd-trust-admin span{width:44px;height:44px;border-radius:17px;font-size:18px}.bd-trust-admin b{color:var(--bd-blue)}
.bd-footer-big{padding:0;overflow:hidden;border:1px solid rgba(200,218,248,.8);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 28px 75px rgba(14,80,170,.12);position:relative}.bd-footer-big:before{content:"";display:block;height:5px;background:linear-gradient(90deg,#0b73ff,#18b6ff,#0a58ee)}.bd-footer-grid{display:grid;grid-template-columns:1.25fr 1.15fr 1.2fr 1.15fr 1.15fr 1.1fr;gap:0}.bd-footer-col{padding:30px 26px;border-right:1px solid var(--bd-line);min-height:330px}.bd-footer-col:last-child{border-right:0}.bd-footer-brand-col h2{font-size:32px;margin:0 0 22px;color:#0d55d9;display:flex;align-items:center;gap:10px}.bd-footer-logo{width:38px;height:38px;border-radius:14px;background:#eaf4ff;display:grid;place-items:center;color:#0d6cff}.bd-footer-brand-col p{color:#53668e;font-size:16px;line-height:1.6;font-weight:750;margin:0}.bd-footer-brand-col i{display:block;width:48px;height:3px;border-radius:999px;background:#0d6cff;margin:34px 0}.bd-socials{display:flex;gap:10px;flex-wrap:wrap}.bd-socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:linear-gradient(145deg,#0b80ff,#054fe8);color:white;font-weight:1000;box-shadow:0 12px 25px rgba(9,101,255,.18)}.bd-socials a:nth-child(4){background:#f12642}.bd-socials a:nth-child(5){background:linear-gradient(145deg,#833ab4,#fd1d1d,#fcb045)}
.bd-pay-card{border:1px solid var(--bd-line);border-radius:17px;background:#fff;padding:14px 14px 14px 58px;position:relative;margin:14px 0;min-height:62px;box-shadow:0 10px 28px rgba(23,82,170,.05)}.bd-pay-card span{position:absolute;left:14px;top:15px;width:34px;height:34px;border-radius:13px;display:grid;place-items:center;background:#eef5ff;color:#075cf2}.bd-pay-card.bkash span{background:#fff1f7;color:#d90066}.bd-pay-card.nagad span{background:#fff3e9;color:#ff6a00}.bd-pay-card b{display:block;color:#102452;margin-bottom:4px}.bd-pay-card small,.bd-secure-line,.bd-footer-col>p{color:var(--bd-muted);font-weight:850}.bd-secure-line{margin:18px 0 0;color:#29598f}.bd-qr-box{width:168px;height:168px;border:2px solid #277fff;border-radius:20px;display:grid;place-items:center;margin:18px auto;background:#fff;padding:12px;box-shadow:0 18px 40px rgba(0,111,255,.1)}.bd-qr-box img{width:100%;height:100%;object-fit:cover;border-radius:12px}.bd-fake-qr{width:138px;height:138px;background:repeating-linear-gradient(0deg,#111 0 5px,#fff 5px 10px),repeating-linear-gradient(90deg,transparent 0 7px,rgba(255,255,255,.75) 7px 13px);position:relative;border:8px solid #fff;box-shadow:inset 0 0 0 2px #111}.bd-fake-qr span{position:absolute;width:28px;height:28px;border:6px solid #111;background:#fff}.bd-fake-qr span:nth-child(1){left:6px;top:6px}.bd-fake-qr span:nth-child(2){right:6px;top:6px}.bd-fake-qr span:nth-child(3){left:6px;bottom:6px}.bd-fake-qr span:nth-child(4){right:8px;bottom:12px;width:18px;height:18px}.bd-fake-qr b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;color:#0d6cff;border-radius:10px;padding:7px;font-size:15px}.bd-store-badges{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-top:16px}.bd-store-badges a,.bd-store-badges span{display:inline-flex;align-items:center;border-radius:9px;background:#111827;color:#fff;text-decoration:none;padding:8px 11px;font-size:12px;font-weight:900;box-shadow:0 10px 24px rgba(17,24,39,.13)}
.bd-footer-info{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:16px}.bd-footer-info li{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;color:#25375f;font-weight:900}.bd-footer-info li>span{width:42px;height:42px;border-radius:16px;background:#eef5ff;display:grid;place-items:center;color:#0b67ff}.bd-footer-info small{display:block;color:var(--bd-muted);font-weight:800;margin-top:4px}.bd-footer-info b{display:block;color:#13285c;margin-bottom:3px}.bd-footer-links{display:grid;align-content:start}.bd-footer-links a{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--bd-line);padding:11px 0;text-decoration:none;color:#263b65;font-weight:850}.bd-footer-links a span{font-size:24px;color:#0d6cff;line-height:1}.bd-footer-bottom{border-top:1px solid var(--bd-line);padding:24px 28px;display:grid;grid-template-columns:1.4fr 1.4fr .9fr;gap:20px;align-items:center;background:linear-gradient(135deg,#fff,#f6fbff)}.bd-footer-bottom>div:first-child{display:flex;gap:15px;align-items:center}.bd-bottom-shield{width:54px;height:54px;border-radius:22px;background:#eef6ff;display:grid;place-items:center;font-size:24px}.bd-footer-bottom p{margin:0;color:#50648d;font-weight:800;line-height:1.6}.bd-footer-bottom b{color:#15305f}.bd-footer-badges{display:flex!important;gap:12px;flex-wrap:wrap}.bd-footer-badges span,.bd-admin-note{border:1px solid var(--bd-line);background:#fff;border-radius:15px;padding:10px 13px;color:#38537f;font-weight:900;font-size:12px}.bd-admin-note{background:#eef6ff;color:#0a59dc;text-align:center}
@media(max-width:1500px){.bd-footer-grid{grid-template-columns:repeat(3,1fr)}.bd-footer-col:nth-child(3){border-right:0}.bd-footer-col:nth-child(n+4){border-top:1px solid var(--bd-line)}}@media(max-width:1100px){.bd-footer-trust{grid-template-columns:1fr 1fr}.bd-trust-main{grid-column:1/-1}.bd-footer-bottom{grid-template-columns:1fr}.bd-footer-badges{justify-content:flex-start}}@media(max-width:760px){.bd-footer-grid{grid-template-columns:1fr}.bd-footer-col{border-right:0;border-top:1px solid var(--bd-line);min-height:auto}.bd-footer-col:first-child{border-top:0}.bd-footer-trust{grid-template-columns:1fr}.bd-trust-item,.bd-trust-admin{border-left:0;border-top:1px solid var(--bd-line);padding:15px 0 0}.bd-footer-brand-col h2{font-size:26px}.bd-footer-bottom>div:first-child{align-items:flex-start}.bd-store-badges{justify-content:flex-start}.bd-qr-box{margin-left:0}}

/* v4.3 colorful animated 3D footer + remove old simple footer */
.bd-site-footer{display:none!important}.bd-smart-footer{margin:34px 0 0;position:relative;overflow:visible}.bd-smart-footer:before{content:'';position:absolute;inset:70px -8px -10px -8px;background:radial-gradient(circle at 10% 20%,rgba(30,132,255,.14),transparent 24%),radial-gradient(circle at 88% 18%,rgba(115,84,255,.14),transparent 22%),radial-gradient(circle at 50% 100%,rgba(7,195,255,.14),transparent 26%);filter:blur(12px);z-index:0;pointer-events:none}.bd-smart-footer>.bd-card{position:relative;z-index:1}.bd-footer-trust,.bd-footer-big{backdrop-filter:blur(8px)}.bd-footer-trust{border-radius:28px;overflow:hidden}.bd-footer-trust:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.65),rgba(255,255,255,.2),rgba(255,255,255,.55));opacity:.7;pointer-events:none}.bd-footer-big{border-radius:34px;overflow:hidden}.bd-footer-big:after{content:'';position:absolute;inset:auto -20% -120px -20%;height:220px;background:radial-gradient(circle at 20% 30%,rgba(34,145,255,.18),transparent 26%),radial-gradient(circle at 80% 40%,rgba(138,85,255,.16),transparent 25%),radial-gradient(circle at 50% 90%,rgba(12,197,255,.16),transparent 24%);animation:bdFooterGlow 10s ease-in-out infinite alternate;pointer-events:none}.bd-footer-big:before{height:6px;background:linear-gradient(90deg,#0a72ff,#18b7ff,#8b5cff,#0a72ff);background-size:300% 100%;animation:bdFooterBar 8s linear infinite}.bd-footer-col,.bd-footer-bottom,.bd-footer-trust{position:relative}.bd-footer-col:hover{background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(247,251,255,.98))}.bd-socials a,.bd-pay-card,.bd-qr-box,.bd-footer-info li>span,.bd-footer-links a,.bd-footer-badges span,.bd-admin-note,.bd-store-badges a{transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.bd-socials a:hover,.bd-pay-card:hover,.bd-qr-box:hover,.bd-footer-links a:hover,.bd-store-badges a:hover,.bd-footer-badges span:hover,.bd-admin-note:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(18,92,219,.14)}.bd-pay-card:hover{border-color:#d4e5ff;background:linear-gradient(180deg,#fff,#f8fbff)}.bd-qr-box{position:relative}.bd-qr-box:before{content:'';position:absolute;inset:-7px;border-radius:26px;background:linear-gradient(135deg,rgba(11,115,255,.12),rgba(139,92,246,.09),rgba(24,183,255,.12));z-index:-1;animation:bdFooterPulse 4s ease-in-out infinite}.bd-footer-links a{position:relative;padding-right:26px}.bd-footer-links a:after{content:'↗';position:absolute;right:2px;top:50%;transform:translateY(-50%);opacity:.5;color:#0d6cff;font-size:13px}.bd-footer-links a:hover{color:#0b63f7;padding-left:4px}.bd-footer-bottom{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(244,249,255,.96));}.bd-footer-bottom:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(13,108,255,.04),transparent);pointer-events:none}.bd-bottom-shield{box-shadow:0 15px 32px rgba(14,95,235,.14)}@keyframes bdFooterGlow{0%{transform:translateX(-1%) scale(1)}50%{transform:translateX(1%) scale(1.03)}100%{transform:translateX(-1%) scale(1)}}@keyframes bdFooterBar{0%{background-position:0 0}100%{background-position:300% 0}}@keyframes bdFooterPulse{0%,100%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}

/* v4.4 full-width animated footer everywhere */
.bd-public-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f7fbff,#eef5ff)}
.bd-public-shell .bd-public-main{flex:1;min-height:58vh}
.bd-public-mark{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:9px;background:linear-gradient(145deg,#0b72ff,#8b5cff);color:#fff;box-shadow:0 12px 26px rgba(10,105,255,.22);font-size:11px;margin-bottom:18px}.bd-hero-card h2{font-size:34px;letter-spacing:-.5px;color:#071b55;margin:16px 0}.bd-hero-card p{color:#071b55}
.bd-wrap>.bd-smart-footer{grid-column:1/-1;width:100%;margin:0;padding:38px clamp(16px,3vw,40px) 44px;background:radial-gradient(circle at 5% 0%,rgba(19,124,255,.13),transparent 28%),radial-gradient(circle at 95% 10%,rgba(139,92,246,.12),transparent 25%),linear-gradient(135deg,#eef6ff,#f8fbff)}
.bd-public-shell>.bd-smart-footer{width:100%;margin:0;padding:38px clamp(16px,4vw,54px) 46px;background:radial-gradient(circle at 8% 0%,rgba(19,124,255,.13),transparent 28%),radial-gradient(circle at 92% 12%,rgba(139,92,246,.12),transparent 25%),linear-gradient(135deg,#eef6ff,#f8fbff)}
.bd-wrap>.bd-smart-footer .bd-footer-trust,.bd-wrap>.bd-smart-footer .bd-footer-big,.bd-public-shell>.bd-smart-footer .bd-footer-trust,.bd-public-shell>.bd-smart-footer .bd-footer-big{max-width:1640px;margin-left:auto;margin-right:auto}
.bd-footer-big{transform:perspective(1200px) rotateX(.2deg);box-shadow:0 36px 90px rgba(11,85,185,.18),inset 0 1px 0 rgba(255,255,255,.9)!important}
.bd-footer-trust{box-shadow:0 24px 70px rgba(12,82,185,.12),inset 0 1px 0 rgba(255,255,255,.85)!important}
.bd-pay-card.bkash span,.bd-footer-info li span{font-size:14px;font-weight:1000}.bd-pay-card.bkash span{background:linear-gradient(145deg,#e9006d,#ff5fab)!important;color:#fff!important}.bd-pay-card.nagad span{background:linear-gradient(145deg,#ff6a00,#ffcf35)!important;color:#fff!important;font-weight:1000}.bd-pay-card.bank span{background:linear-gradient(145deg,#075cf2,#46c7ff)!important;color:#fff!important}.bd-footer-info li span{box-shadow:0 12px 22px rgba(11,103,255,.11)}
.bd-footer-info li:has(span:first-child){transition:.2s}.bd-footer-info li:hover{transform:translateX(3px)}
@media(max-width:900px){.bd-wrap>.bd-smart-footer{grid-column:1;padding:28px 14px 34px}.bd-public-shell>.bd-smart-footer{padding:28px 14px 34px}}

/* v4.5 full-width bottom footer placement fixes */
.bd-wrap{min-height:100vh}.bd-wrap>.bd-smart-footer{display:none!important}.bd-main>.bd-smart-footer{display:none!important}.bd-smart-footer{width:100%;max-width:none;margin:0;padding:34px clamp(16px,3vw,48px) 24px;background:linear-gradient(135deg,#eef6ff 0%,#f7fbff 45%,#edf4ff 100%);clear:both}.bd-public-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#eaf4ff,#f7fbff)}.bd-public-shell .bd-public-main{flex:1;min-height:62vh}.bd-public-shell .bd-smart-footer{margin-top:auto}.bd-smart-footer .bd-footer-trust,.bd-smart-footer .bd-footer-big{max-width:1560px;margin-left:auto;margin-right:auto}.bd-footer-grid{grid-template-columns:1.15fr 1.08fr 1.13fr 1.1fr 1.12fr 1.05fr}.bd-pay-card.bkash span,.bd-footer-info li span:first-child{font-weight:1000}.bd-pay-card.bkash span{background:linear-gradient(145deg,#fff1f7,#ffd2e7);color:#d90066}.bd-pay-card.nagad span{background:linear-gradient(145deg,#fff7ec,#ffe0bb);color:#ff6a00}.bd-pay-card.bank span{background:linear-gradient(145deg,#edf5ff,#dcecff);color:#075cf2}.bd-footer-info li:nth-child(1)>span{background:linear-gradient(145deg,#fff1f7,#ffd2e7);color:#d90066}.bd-footer-info li:nth-child(2)>span{background:linear-gradient(145deg,#fff7ec,#ffe0bb);color:#ff6a00}.bd-footer-info li:nth-child(3)>span,.bd-footer-info li:nth-child(4)>span{background:linear-gradient(145deg,#edf5ff,#dcecff);color:#075cf2}@media(max-width:900px){.bd-smart-footer{padding:24px 14px}.bd-wrap{min-height:auto}.bd-sidebar{height:auto}}

/* v4.6 footer final polish: footer always below layout, smaller official office font size */
.bd-sidebar{position:relative!important;height:auto!important;min-height:100vh!important;z-index:5!important;align-self:start!important}
.bd-wrap{align-items:start!important;overflow:visible!important}
.bd-smart-footer{position:relative!important;z-index:30!important;font-size:13.5px!important;line-height:1.5!important;font-family:Inter,"Segoe UI",Arial,sans-serif!important;color:#263a66!important}
.bd-smart-footer *{letter-spacing:0!important}
.bd-smart-footer .bd-footer-trust,.bd-smart-footer .bd-footer-big{border-radius:24px!important}
.bd-footer-trust{padding:17px 20px!important;gap:14px!important;box-shadow:0 18px 46px rgba(12,82,185,.10),inset 0 1px 0 rgba(255,255,255,.88)!important}
.bd-trust-main{gap:14px!important}.bd-trust-icon{width:46px!important;height:46px!important;border-radius:18px!important;font-size:20px!important}.bd-trust-item{grid-template-columns:36px 1fr!important;gap:4px 10px!important;padding-left:14px!important}.bd-trust-item span,.bd-trust-admin span{width:36px!important;height:36px!important;border-radius:14px!important;font-size:15px!important}.bd-trust-main h3,.bd-footer-col h3{font-size:15px!important;line-height:1.25!important;margin-bottom:7px!important;font-weight:900!important}.bd-trust-main p,.bd-trust-item small,.bd-trust-admin small{font-size:12.5px!important;line-height:1.45!important;font-weight:700!important}.bd-trust-item b{font-size:13px!important;font-weight:900!important}.bd-footer-col{padding:24px 22px!important;min-height:280px!important}.bd-footer-brand-col h2{font-size:26px!important;margin-bottom:16px!important}.bd-footer-brand-col p{font-size:13.5px!important;line-height:1.55!important;font-weight:650!important}.bd-footer-brand-col i{margin:22px 0!important}.bd-pay-card{padding:12px 12px 12px 52px!important;margin:11px 0!important;min-height:56px!important;border-radius:15px!important}.bd-pay-card span{left:12px!important;top:12px!important;width:32px!important;height:32px!important;border-radius:12px!important;font-size:13px!important;font-weight:1000!important}.bd-pay-card b,.bd-footer-info b{font-size:13.5px!important;font-weight:900!important}.bd-pay-card small,.bd-secure-line,.bd-footer-col>p,.bd-footer-info small{font-size:12px!important;font-weight:700!important}.bd-pay-card.bkash span,.bd-footer-info li:nth-child(1)>span{font-family:Arial,sans-serif!important;background:linear-gradient(145deg,#e2136e,#ff67a7)!important;color:#fff!important;box-shadow:0 12px 22px rgba(226,19,110,.22)!important}.bd-pay-card.nagad span,.bd-footer-info li:nth-child(2)>span{font-family:Arial,sans-serif!important;background:linear-gradient(145deg,#f58220,#ffcf48)!important;color:#fff!important;box-shadow:0 12px 22px rgba(245,130,32,.22)!important}.bd-pay-card.bank span,.bd-footer-info li:nth-child(3)>span,.bd-footer-info li:nth-child(4)>span{background:linear-gradient(145deg,#0b6bff,#0739c7)!important;color:#fff!important}.bd-qr-box{width:138px!important;height:138px!important;border-radius:18px!important;margin:14px auto!important}.bd-fake-qr{width:110px!important;height:110px!important}.bd-fake-qr span{width:22px!important;height:22px!important;border-width:5px!important}.bd-store-badges{gap:7px!important;margin-top:12px!important}.bd-store-badges a,.bd-store-badges span{font-size:11px!important;padding:7px 9px!important}.bd-footer-info{gap:12px!important}.bd-footer-info li{grid-template-columns:36px 1fr!important;gap:10px!important;font-size:13px!important;font-weight:750!important}.bd-footer-info li>span{width:36px!important;height:36px!important;border-radius:14px!important;font-size:13px!important}.bd-footer-links a{font-size:13px!important;padding:9px 0!important;font-weight:750!important}.bd-footer-links a span{font-size:18px!important}.bd-footer-bottom{padding:18px 22px!important;gap:16px!important}.bd-bottom-shield{width:42px!important;height:42px!important;border-radius:16px!important;font-size:18px!important}.bd-footer-bottom p{font-size:12.5px!important;line-height:1.45!important;font-weight:700!important}.bd-footer-badges span,.bd-admin-note{font-size:11.5px!important;padding:8px 10px!important;border-radius:12px!important}
@media(max-width:1200px){.bd-sidebar{min-height:auto!important}.bd-footer-trust{grid-template-columns:1fr 1fr!important}.bd-trust-main{grid-column:1/-1!important}}
@media(max-width:900px){.bd-smart-footer{font-size:13px!important}.bd-footer-trust{grid-template-columns:1fr!important}.bd-footer-grid{grid-template-columns:1fr!important}.bd-footer-col{min-height:auto!important;padding:22px 18px!important}.bd-footer-bottom{grid-template-columns:1fr!important}.bd-qr-box{margin-left:0!important}}


/* v5.0 premium public homepage */
.bd-homepage-shell{background:linear-gradient(180deg,#061a78 0,#071f84 250px,#edf3fb 250px,#edf3fb 100%);color:#fff}
.bd-home-header{background:linear-gradient(180deg,#06176d,#04145c);box-shadow:0 10px 34px rgba(1,12,68,.24);position:relative;z-index:5}
.bd-home-header-top{max-width:1320px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.bd-home-logo{display:flex;align-items:center;gap:14px;font-weight:1000;font-size:30px;color:#fff;letter-spacing:-.7px;text-transform:lowercase}.bd-home-logo-mark{width:52px;height:52px;border-radius:18px;background:linear-gradient(145deg,#ffffff,#8fd0ff);display:grid;place-items:center;color:#0d52e5;box-shadow:0 14px 30px rgba(0,0,0,.25);font-size:20px}
.bd-home-contacts{display:flex;align-items:center;gap:18px}.bd-home-contact{display:flex;align-items:center;gap:12px;color:#fff}.bd-home-contact span{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;background:rgba(255,255,255,.06)}.bd-home-contact strong{display:block;font-size:14px}.bd-home-contact small{display:block;font-size:13px;opacity:.92}
.bd-home-nav{background:#08247f;padding:0 18px;display:flex;align-items:center;gap:6px;justify-content:flex-start;flex-wrap:wrap;max-width:100%}.bd-home-nav a{color:#fff;padding:16px 18px;display:inline-flex;font-weight:800;opacity:.96;border-bottom:3px solid transparent}.bd-home-nav a:hover{background:rgba(255,255,255,.06);border-bottom-color:#4bb7ff}
.bd-home-main{padding:0 18px 40px;display:block;min-height:0;background:none}.bd-home-hero{max-width:1320px;margin:0 auto;padding:42px 0 52px;display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center}.bd-home-copy{padding:8px 0 22px}.bd-home-badge{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.15);padding:12px 16px;border-radius:999px;font-weight:900;font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 10px 25px rgba(3,12,55,.16)}.bd-home-badge span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#3f78ff;box-shadow:0 0 0 12px rgba(120,152,255,.12)}.bd-home-kicker{margin:34px 0 12px;color:#9fd0ff;font-weight:900;text-transform:uppercase;letter-spacing:.18em;font-size:12px}.bd-home-hero h1{font-size:72px;line-height:1.04;letter-spacing:-2px;margin:0 0 18px;color:#fff;max-width:760px}.bd-home-hero h1 em{font-style:normal;color:#ffbf19}.bd-home-subtitle{max-width:680px;font-size:18px;line-height:1.7;color:#e4ebff;margin:0 0 26px}.bd-home-domain-form{display:flex;align-items:center;max-width:620px;background:#fff;border-radius:18px;padding:10px;box-shadow:0 20px 40px rgba(1,8,45,.22)}.bd-home-domain-form input{flex:1;border:none;outline:none;padding:16px 18px;font-size:18px;border-radius:14px;background:transparent;color:#1b2a56}.bd-home-search-btn{min-width:132px;padding:16px 20px;background:linear-gradient(135deg,#ff7d32,#ff5a28)!important;border:none!important;color:#fff!important;box-shadow:none!important}.bd-domain-result{margin-top:16px;padding:14px 16px;border-radius:14px;font-weight:800;max-width:620px}.bd-domain-result.good{background:rgba(20,201,110,.14);border:1px solid rgba(90,235,162,.32);color:#dbffed}.bd-domain-result.bad{background:rgba(255,90,90,.14);border:1px solid rgba(255,133,133,.34);color:#ffe3e3}.bd-domain-result.warn{background:rgba(255,196,66,.16);border:1px solid rgba(255,214,122,.34);color:#fff2cf}.bd-home-actions{display:flex;gap:14px;margin-top:22px}.bd-home-actions .bd-btn-light{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}
.bd-home-visual{position:relative;min-height:520px}.bd-home-tower{position:absolute;bottom:0;border-radius:36px 36px 26px 26px;background:linear-gradient(180deg,#cfd8f6,#aab4e2);box-shadow:0 32px 48px rgba(0,6,42,.25)}.bd-home-tower:before,.bd-home-tower:after{content:'';position:absolute;left:12%;right:12%;height:66px;border-radius:18px;background:linear-gradient(180deg,#e8edff,#cdd6fd);box-shadow:inset 0 8px 14px rgba(255,255,255,.55)}.bd-home-tower:before{top:76px}.bd-home-tower:after{top:170px}.tower-main{right:95px;width:210px;height:390px}.tower-left{left:72px;width:160px;height:255px}.tower-right{right:0;width:145px;height:210px}.bd-home-server{position:absolute;width:78px;height:98px;background:linear-gradient(180deg,#8aa2ff,#576cb8);border-radius:22px 22px 0 0;box-shadow:0 18px 36px rgba(0,7,52,.25);display:grid;place-items:start center;padding-top:14px}.bd-home-server span{display:inline-grid;place-items:center;width:48px;height:48px;background:#e9f2ff;color:#0a56e6;border-radius:16px;font-weight:1000;box-shadow:0 10px 20px rgba(1,10,52,.18)}.server-a{left:95px;bottom:170px}.server-b{right:170px;bottom:308px}.server-c{right:24px;bottom:145px}.bd-home-server:after{content:'';position:absolute;bottom:-34px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:22px solid transparent;border-right:22px solid transparent;border-top:34px solid #576cb8}.bd-home-floating-note{position:absolute;right:18px;top:170px;max-width:295px;background:#fff;color:#10214c;border-radius:6px;box-shadow:0 18px 34px rgba(0,10,52,.22);padding:14px 16px;line-height:1.7;font-size:15px}.bd-home-floating-note:before{content:'';position:absolute;left:-14px;top:22px;width:14px;height:18px;background:#fff;clip-path:polygon(100% 0,0 50%,100% 100%)}
.bd-home-features{max-width:1320px;margin:0 auto 10px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bd-home-feature{background:#fff;border:1px solid #dfe8fb;border-radius:26px;padding:24px 22px;box-shadow:0 18px 40px rgba(7,44,130,.1)}.bd-home-feature span{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(145deg,#eef5ff,#dce8ff);font-size:24px;color:#0b6bff;margin-bottom:14px}.bd-home-feature h3{margin:0 0 8px;color:#0d1d50;font-size:20px}.bd-home-feature p{margin:0;color:#55688f;line-height:1.7;font-size:15px}
.bd-homepage-shell .bd-smart-footer{background:linear-gradient(180deg,#edf3fb,#eef6ff)!important;padding-top:28px!important}
@media(max-width:1100px){.bd-home-hero{grid-template-columns:1fr;gap:18px}.bd-home-hero h1{font-size:52px}.bd-home-visual{min-height:420px}.bd-home-features{grid-template-columns:1fr}.bd-home-contacts{gap:12px}}
@media(max-width:780px){.bd-home-header-top{flex-direction:column;align-items:flex-start}.bd-home-contacts{flex-wrap:wrap}.bd-home-nav{padding:0 10px}.bd-home-nav a{padding:13px 12px}.bd-home-hero{padding:28px 0 40px}.bd-home-hero h1{font-size:38px;letter-spacing:-1px}.bd-home-subtitle{font-size:16px}.bd-home-domain-form{flex-direction:column;padding:10px}.bd-home-domain-form input,.bd-home-search-btn{width:100%}.bd-home-actions{flex-direction:column;align-items:flex-start}.bd-home-visual{min-height:350px}.tower-main{right:50px;width:170px;height:290px}.tower-left{left:20px;width:120px;height:200px}.tower-right{right:0;width:115px;height:170px}.server-b{right:110px;bottom:240px}.server-a{left:30px}.bd-home-floating-note{position:relative;right:auto;top:auto;max-width:none;margin-top:24px}}

/* v5.1 premium dark animated hero upgrade */
.bd-homepage-shell{background:#eef4fb!important;color:#fff!important}
.bd-home-header{background:linear-gradient(180deg,#07134f 0%,#061861 55%,#08206e 100%)!important;border-bottom:1px solid rgba(255,255,255,.08)}
.bd-home-logo{font-size:31px!important;text-shadow:0 8px 22px rgba(0,0,0,.18)}
.bd-home-contacts{gap:14px!important}
.bd-home-contact{padding:8px 10px;border-radius:18px;transition:.22s ease}.bd-home-contact:hover{background:rgba(255,255,255,.06);transform:translateY(-2px)}
.bd-home-nav{background:rgba(2,15,76,.88)!important;backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.07);justify-content:flex-start!important}.bd-home-nav a{border-radius:12px;padding:14px 18px!important;font-size:15px;transition:.22s ease}.bd-home-nav a:hover{background:rgba(255,255,255,.09)!important;border-bottom-color:transparent!important;transform:translateY(-1px)}.bd-home-nav a.bd-home-nav-cta{margin-left:auto;background:linear-gradient(135deg,#0e7dff,#0a52ea);box-shadow:0 14px 28px rgba(0,93,255,.28);border:1px solid rgba(255,255,255,.08)}.bd-home-nav a.bd-home-nav-cta:hover{background:linear-gradient(135deg,#1f8bff,#0b5ef0)!important}

.bd-home-main{position:relative;overflow:hidden;background:
 radial-gradient(circle at 12% 16%,rgba(54,121,255,.22),transparent 22%),
 radial-gradient(circle at 86% 18%,rgba(87,217,255,.18),transparent 20%),
 radial-gradient(circle at 75% 76%,rgba(141,92,246,.18),transparent 18%),
 linear-gradient(135deg,#06124d 0%,#071b71 48%,#041446 100%)!important;padding:0 18px 58px!important}
.bd-home-main:before{content:'';position:absolute;inset:0;background:
 linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
 linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
 background-size:54px 54px,54px 54px;opacity:.22;animation:bdTechGridMove 18s linear infinite;pointer-events:none}
.bd-home-main:after{content:'';position:absolute;inset:-20% -10%;background:
 radial-gradient(circle at 30% 50%, rgba(54,135,255,.18), transparent 18%),
 radial-gradient(circle at 70% 35%, rgba(255,190,43,.14), transparent 18%),
 radial-gradient(circle at 60% 80%, rgba(110,92,255,.16), transparent 18%);filter:blur(25px);animation:bdHeroAura 10s ease-in-out infinite alternate;pointer-events:none}

.bd-home-hero{position:relative;z-index:2;max-width:1340px!important;padding:56px 0 60px!important;gap:40px!important;align-items:center!important}
.bd-home-copy{padding:10px 0 26px!important}
.bd-home-badge{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.12);color:#edf4ff!important}
.bd-home-badge span{background:linear-gradient(135deg,#4f8fff,#7b6dff)!important;color:#fff;animation:bdIconPulse 2.4s ease-in-out infinite}
.bd-home-kicker{color:#88b8ff!important;font-size:13px!important;letter-spacing:.24em!important;margin:26px 0 12px!important}
.bd-home-hero h1{font-size:76px!important;line-height:1.02!important;letter-spacing:-2.3px!important;max-width:780px!important;color:#fff!important;text-shadow:0 10px 30px rgba(0,0,0,.28);animation:bdHeroTitleFloat 5s ease-in-out infinite}
.bd-home-hero h1 em{display:inline-block;background:linear-gradient(135deg,#ffd54d,#ffb400 55%,#fff0ae);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;animation:bdGradientShift 4s ease-in-out infinite}
.bd-home-subtitle{max-width:700px!important;font-size:19px!important;line-height:1.75!important;color:#d9e6ff!important;margin:0 0 26px!important;animation:bdFadeUp 1s ease both}
.bd-home-domain-form{position:relative;z-index:2;max-width:660px!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 22px 48px rgba(0,12,52,.34)!important}
.bd-home-domain-form input{font-size:18px!important;color:#13265b!important;font-weight:700}.bd-home-domain-form input::placeholder{color:#677aa9;opacity:1}
.bd-home-search-btn{min-width:138px!important;border-radius:16px!important;background:linear-gradient(135deg,#ff8b39,#ff5f2a)!important;box-shadow:0 12px 24px rgba(255,102,34,.22)!important}
.bd-home-actions{margin-top:24px!important;gap:14px!important}.bd-home-actions .bd-btn{padding:15px 22px!important;font-size:15px!important;font-weight:900!important}.bd-home-actions .bd-btn-light{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important}
.bd-domain-result{font-size:14px!important;box-shadow:0 12px 24px rgba(0,10,42,.12)}

.bd-home-visual{min-height:560px!important;z-index:2}
.bd-home-visual:before{content:'';position:absolute;inset:10% 6% 4% 18%;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(6px);box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}
.bd-home-tower{background:linear-gradient(180deg,#d9e2ff 0%,#b9c5f1 46%,#9eaddf 100%)!important;box-shadow:0 28px 54px rgba(0,6,42,.34)!important;animation:bdTowerFloat 6s ease-in-out infinite}
.bd-home-tower:before,.bd-home-tower:after{background:linear-gradient(180deg,#f3f6ff,#d7def9)!important}
.tower-left{animation-delay:.6s}.tower-right{animation-delay:1.2s}
.bd-home-server{background:linear-gradient(180deg,#7d98ff,#5e72d0)!important;box-shadow:0 18px 36px rgba(0,7,52,.34)!important;animation:bdChipFloat 5.5s ease-in-out infinite}
.bd-home-server span{background:linear-gradient(180deg,#ffffff,#ddebff)!important;color:#0a56e6!important}
.server-a{animation-delay:.3s}.server-b{animation-delay:1.2s}.server-c{animation-delay:2.1s}
.bd-home-floating-note{border-radius:18px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 22px 40px rgba(0,10,52,.28)!important;padding:18px 18px!important;font-size:15px!important;line-height:1.75!important;animation:bdChatFloat 6s ease-in-out infinite}.bd-home-floating-note:before{background:rgba(255,255,255,.98)!important}

.bd-home-features{position:relative;z-index:2;max-width:1340px!important;margin:0 auto 12px!important;gap:22px!important}
.bd-home-feature{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,249,255,.96))!important;border:1px solid #d8e4fb!important;border-radius:26px!important;padding:24px 24px!important;box-shadow:0 18px 42px rgba(5,31,98,.12)!important;transform:translateY(0);transition:.22s ease}.bd-home-feature:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(5,31,98,.16)!important}.bd-home-feature span{background:linear-gradient(145deg,#edf4ff,#d8e7ff)!important;box-shadow:0 12px 24px rgba(12,94,241,.14)}.bd-home-feature h3{font-size:20px!important;font-weight:900!important}.bd-home-feature p{font-size:15px!important;line-height:1.7!important}

.bd-homepage-shell .bd-smart-footer{background:linear-gradient(180deg,#edf4fb,#eef6ff)!important;padding-top:32px!important}

@keyframes bdTechGridMove{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-54px,-54px,0)}}
@keyframes bdHeroAura{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(2%, -2%,0) scale(1.05)}}
@keyframes bdHeroTitleFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes bdGradientShift{0%,100%{filter:drop-shadow(0 0 0 rgba(255,201,41,0))}50%{filter:drop-shadow(0 6px 18px rgba(255,188,17,.22))}}
@keyframes bdFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes bdChipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes bdTowerFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes bdChatFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes bdIconPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}

@media(max-width:1100px){.bd-home-main{padding-bottom:42px!important}.bd-home-hero{padding:42px 0 46px!important}.bd-home-hero h1{font-size:54px!important}.bd-home-visual{min-height:430px!important}.bd-home-nav a.bd-home-nav-cta{margin-left:0}}
@media(max-width:780px){.bd-home-main{padding:0 14px 34px!important}.bd-home-hero h1{font-size:40px!important;line-height:1.08!important}.bd-home-kicker{letter-spacing:.16em!important}.bd-home-subtitle{font-size:16px!important}.bd-home-nav{gap:8px!important;padding:10px!important}.bd-home-nav a{padding:10px 12px!important}.bd-home-nav a.bd-home-nav-cta{order:99;width:100%;justify-content:center}.bd-home-floating-note{font-size:14px!important}}

/* v5.2 homepage fixes: no CTA buttons under domain search, header Client Login opens WP login */
.bd-home-copy>.bd-home-actions{display:none!important}

/* v5.3 configurable header brand + dashboard color harmony + animated domain/hosting hero visual */
.bd-home-logo{gap:14px!important;line-height:1!important;align-items:center!important}.bd-home-logo .bd-logo-word{display:inline-flex;align-items:baseline;letter-spacing:-.7px;text-transform:none;font-weight:900;text-shadow:0 12px 26px rgba(0,0,0,.22)}.bd-home-logo-mark.custom{padding:0!important;overflow:hidden;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.22)!important}.bd-home-logo-mark.custom img{width:100%;height:100%;object-fit:contain;display:block;border-radius:inherit}.bd-home-logo-mark{flex:0 0 auto!important}.bd-home-header .bd-home-logo .bd-logo-word span{transition:.2s ease}.bd-home-header .bd-home-logo:hover .bd-logo-word span{filter:drop-shadow(0 8px 18px rgba(82,190,255,.22))}

.bd-tech-orbit{position:absolute;border:1px solid rgba(120,185,255,.18);border-radius:50%;inset:62px 40px 38px 110px;animation:bdOrbitSpin 28s linear infinite;pointer-events:none}.bd-tech-orbit.orbit-two{inset:105px 92px 88px 42px;animation-direction:reverse;animation-duration:36s;border-color:rgba(255,205,72,.14)}.bd-service-chip{position:absolute;z-index:4;display:grid;grid-template-columns:42px 1fr;gap:8px 12px;align-items:center;min-width:178px;padding:13px 15px;border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(235,243,255,.92));border:1px solid rgba(215,230,255,.9);box-shadow:0 22px 42px rgba(0,10,52,.26);color:#0d2258;animation:bdServiceChipFloat 5.8s ease-in-out infinite}.bd-service-chip span{grid-row:1/3;width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#eaf3ff,#d9e7ff);box-shadow:0 12px 24px rgba(20,108,245,.12)}.bd-service-chip b{font-size:15px;font-weight:1000;line-height:1}.bd-service-chip small{font-size:11px;color:#62759d;font-weight:800;line-height:1.25}.chip-domain{left:10px;top:48px}.chip-hosting{right:8px;bottom:62px;animation-delay:.9s}.chip-support{left:112px;bottom:26px;animation-delay:1.8s}.bd-home-visual .bd-home-floating-note{z-index:5}.bd-home-server{z-index:3}.bd-home-tower{z-index:2}.bd-home-visual:after{content:'Domain + Hosting';position:absolute;right:120px;top:34px;z-index:3;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);color:#dce9ff;font-weight:900;font-size:13px;backdrop-filter:blur(7px);box-shadow:0 18px 32px rgba(0,0,0,.15)}
@keyframes bdOrbitSpin{to{transform:rotate(360deg)}}@keyframes bdServiceChipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* Dashboard theme harmonized with public homepage */
.bd-wrap{background:radial-gradient(circle at 8% 10%,rgba(36,136,255,.13),transparent 24%),radial-gradient(circle at 90% 20%,rgba(127,92,255,.10),transparent 22%),linear-gradient(135deg,#eef5ff,#f8fbff)!important}.bd-sidebar{background:linear-gradient(180deg,#07134f,#08206e 55%,#06134d)!important;box-shadow:20px 0 52px rgba(2,20,94,.25)!important}.bd-logo{background:linear-gradient(145deg,#eff7ff,#83caff)!important;color:#075be8!important}.bd-nav a:hover,.bd-nav a.active{background:linear-gradient(135deg,rgba(13,118,255,.38),rgba(91,85,255,.24))!important;border:1px solid rgba(255,255,255,.18);box-shadow:0 15px 32px rgba(0,34,150,.18),inset 0 1px 0 rgba(255,255,255,.16)!important}.bd-help{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.16)!important}.bd-topbar{background:transparent!important}.bd-card{box-shadow:0 22px 60px rgba(7,44,130,.11)!important;border-color:rgba(214,228,251,.95)!important}.bd-stat{background:linear-gradient(145deg,#fff,#f7fbff)!important}.bd-section-head{background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(247,251,255,.74))}.bd-btn-primary,.bd-manage:hover{background:linear-gradient(135deg,#0e7dff,#0a52ea)!important}.bd-top-actions a:hover{color:#0a6cff!important}.bd-user{border-color:#d7e5fb!important}
@media(max-width:900px){.bd-service-chip{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:10px 0;display:flex}.bd-tech-orbit,.bd-home-visual:after{display:none}.bd-home-visual{display:grid;gap:10px}.bd-home-tower,.bd-home-server{opacity:.9}}

/* v5.4 Domain price cards and order popup */
.bd-domain-rate-wrap{position:relative;z-index:3;max-width:1340px;margin:-8px auto 30px;padding:0 0 8px}.bd-domain-rate-head{display:flex;justify-content:space-between;align-items:center;color:#dce9ff;margin:0 0 14px;font-weight:900}.bd-domain-rate-head span{font-size:18px;letter-spacing:.2px}.bd-domain-rate-head b{font-size:13px;color:#ffcf45;background:rgba(255,207,69,.1);border:1px solid rgba(255,207,69,.22);padding:7px 12px;border-radius:999px}.bd-domain-rate-grid{display:grid;grid-template-columns:repeat(var(--bd-domain-cols,5),minmax(0,1fr));gap:14px;perspective:1100px}.bd-domain-price-card{position:relative;overflow:hidden;min-height:92px;border-radius:16px;background:linear-gradient(145deg,rgba(47,68,156,.96),rgba(19,35,116,.98));border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 32px rgba(0,10,58,.28),inset 0 1px 0 rgba(255,255,255,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;transform-style:preserve-3d;animation:bdDomainCardFloat 4.8s ease-in-out infinite;animation-delay:calc(var(--i,0)*.12s);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.bd-domain-price-card:before{content:'';position:absolute;inset:-60% -20%;background:linear-gradient(115deg,transparent,rgba(255,255,255,.14),transparent);transform:translateX(-80%) rotate(12deg);animation:bdDomainShine 4.5s ease-in-out infinite;animation-delay:calc(var(--i,0)*.2s)}.bd-domain-price-card:after{content:'';position:absolute;inset:auto 10% -32px;height:48px;background:radial-gradient(circle,rgba(72,157,255,.3),transparent 65%);filter:blur(8px)}.bd-domain-price-card:hover{transform:translateY(-9px) rotateX(7deg) rotateY(-5deg);box-shadow:0 26px 48px rgba(0,12,70,.38),inset 0 1px 0 rgba(255,255,255,.18);border-color:rgba(255,207,69,.32)}.bd-domain-price-card strong{font-size:25px;line-height:1;color:#ffcf24;letter-spacing:.2px;text-shadow:0 7px 18px rgba(255,183,0,.2);position:relative;z-index:1}.bd-domain-price-card span{font-size:17px;color:#fff;font-weight:900;position:relative;z-index:1}.bd-domain-result{display:flex;align-items:center;justify-content:space-between;gap:12px}.bd-domain-result .bd-order-now-btn{padding:10px 16px!important;white-space:nowrap}.bd-domain-order-modal{position:fixed;inset:0;background:rgba(3,10,40,.68);backdrop-filter:blur(8px);z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}.bd-domain-order-modal.is-open{display:flex}.bd-domain-order-box{width:min(760px,96vw);max-height:92vh;overflow:auto;background:linear-gradient(180deg,#fff,#f4f8ff);border:1px solid #dce8ff;border-radius:28px;box-shadow:0 40px 90px rgba(0,12,64,.34);padding:28px;position:relative;color:#0d1d50}.bd-domain-order-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border-radius:50%;border:0;background:#e9f1ff;font-size:24px;font-weight:900;color:#1a377e;cursor:pointer}.bd-domain-order-box h2{margin:0 0 8px;font-size:27px;color:#0b1d54}.bd-domain-order-box p{margin:0 0 16px;color:#617096}.bd-domain-pay-info{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 18px}.bd-domain-pay-info span{background:#eef5ff;border:1px solid #dbe8ff;border-radius:14px;padding:12px;font-weight:800;font-size:13px;color:#244071}.bd-domain-order-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:900;color:#5b6c96;margin-bottom:12px}.bd-domain-order-form input,.bd-domain-order-form select{height:46px;border:1px solid #dbe5fb;border-radius:12px;padding:0 13px;background:#fff;color:#0c1c50;font-weight:800}.bd-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bd-domain-order-form .bd-btn{width:100%;margin-top:6px}.bd-homepage-shell .bd-home-features{margin-top:10px!important}@keyframes bdDomainCardFloat{0%,100%{transform:translateY(0) rotateX(0)}50%{transform:translateY(-6px) rotateX(3deg)}}@keyframes bdDomainShine{0%,60%{transform:translateX(-90%) rotate(12deg)}100%{transform:translateX(110%) rotate(12deg)}}@media(max-width:980px){.bd-domain-rate-grid{grid-template-columns:repeat(var(--bd-domain-cols-tablet,3),minmax(0,1fr))}.bd-domain-pay-info{grid-template-columns:1fr}.bd-form-grid{grid-template-columns:1fr}}@media(max-width:620px){.bd-domain-rate-grid{grid-template-columns:repeat(var(--bd-domain-cols-mobile,2),minmax(0,1fr))}.bd-domain-result{align-items:flex-start;flex-direction:column}.bd-domain-result .bd-order-now-btn{width:100%}.bd-domain-price-card{min-height:82px}.bd-domain-price-card strong{font-size:23px}.bd-domain-price-card span{font-size:15px}.bd-domain-order-box{padding:23px 18px;border-radius:22px}}


/* v5.4.1 domain card, confirmation highlight and scroll-stable UI improvements */
.bd-domain-rate-grid{gap:22px!important}
.bd-domain-price-card{min-height:138px!important;border-radius:24px!important;padding:22px 16px!important;box-shadow:0 24px 54px rgba(0,10,58,.34),inset 0 1px 0 rgba(255,255,255,.16)!important}
.bd-domain-price-card strong{font-size:34px!important;letter-spacing:.4px!important}
.bd-domain-price-card span{font-size:22px!important}
.bd-domain-result.bd-domain-search-note,.bd-domain-result.bd-domain-confirm-note{position:relative;overflow:hidden;border-radius:20px!important;padding:18px 20px!important;font-family:Poppins,Inter,Segoe UI,Arial,sans-serif!important;font-size:16px!important;font-weight:900!important;letter-spacing:.1px;border-width:1.5px!important;box-shadow:0 18px 38px rgba(0,10,42,.18)!important;backdrop-filter:blur(8px)}
.bd-domain-result.bd-domain-search-note:before,.bd-domain-result.bd-domain-confirm-note:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.16),transparent 38%,rgba(255,255,255,.12));pointer-events:none}
.bd-domain-result.bd-domain-search-note span,.bd-domain-result.bd-domain-confirm-note span,.bd-domain-result .bd-order-now-btn{position:relative;z-index:1}
.bd-domain-result.good.bd-domain-search-note,.bd-domain-result.good.bd-domain-confirm-note{background:linear-gradient(135deg,rgba(15,206,120,.24),rgba(10,137,255,.16))!important;border-color:rgba(113,255,188,.58)!important;color:#effff7!important;text-shadow:0 2px 10px rgba(0,0,0,.16)}
.bd-domain-result.bad.bd-domain-search-note{background:linear-gradient(135deg,rgba(255,82,82,.24),rgba(255,138,76,.15))!important;border-color:rgba(255,148,148,.56)!important;color:#fff0f0!important}
.bd-domain-result.warn.bd-domain-search-note{background:linear-gradient(135deg,rgba(255,207,69,.22),rgba(255,151,50,.14))!important;border-color:rgba(255,223,116,.58)!important;color:#fff8dc!important}
.bd-domain-order-modal.is-open{overflow-y:auto;overscroll-behavior:contain}
@media(max-width:620px){.bd-domain-rate-grid{gap:16px!important}.bd-domain-price-card{min-height:112px!important;border-radius:20px!important}.bd-domain-price-card strong{font-size:29px!important}.bd-domain-price-card span{font-size:18px!important}.bd-domain-result.bd-domain-search-note,.bd-domain-result.bd-domain-confirm-note{font-size:15px!important;padding:16px!important}}

/* v5.4.2 Domain pricing/title/result refinements */
.bd-domain-rate-head{justify-content:center!important;text-align:center!important;margin-bottom:22px!important}
.bd-domain-rate-head span{display:block!important;width:100%!important;font-size:28px!important;line-height:1.2!important;font-weight:1000!important;letter-spacing:.3px!important;color:#fff!important;text-shadow:0 12px 28px rgba(0,0,0,.25)!important}
.bd-domain-rate-head b{display:none!important}
.bd-domain-search-note.good{align-items:center!important;background:linear-gradient(135deg,rgba(23,69,170,.96),rgba(7,21,78,.98))!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 24px 55px rgba(0,16,80,.32),inset 0 1px 0 rgba(255,255,255,.16)!important;color:#fff!important;padding:18px 20px!important;border-radius:22px!important}
.bd-domain-available-text{display:flex!important;flex-wrap:wrap!important;align-items:baseline!important;gap:6px 8px!important;font-size:18px!important;font-weight:900!important;line-height:1.35!important}
.bd-domain-available-text .bd-good-news{color:#ffdf28!important;text-shadow:0 5px 16px rgba(255,210,40,.32)!important}
.bd-domain-available-text .bd-found-domain{color:#fff!important;text-shadow:0 6px 18px rgba(255,255,255,.18)!important}
.bd-domain-available-text em{font-style:normal!important;color:#d7ecff!important;font-weight:900!important}
.bd-domain-available-text small{display:block!important;flex-basis:100%!important;margin-top:5px!important;color:#eef7ff!important;font-size:14px!important;font-weight:800!important;opacity:.95!important}
.bd-domain-confirm-note.good{background:linear-gradient(135deg,#0f9f6e,#0877b8)!important;border:1px solid rgba(255,255,255,.26)!important;box-shadow:0 24px 55px rgba(0,90,120,.3),inset 0 1px 0 rgba(255,255,255,.22)!important;color:#fff!important;padding:18px 20px!important;border-radius:22px!important;font-size:17px!important;font-weight:1000!important;text-shadow:0 4px 12px rgba(0,0,0,.18)!important}
.bd-domain-confirm-note.good span:before{content:'✓ ';color:#ffdf28!important;font-size:20px!important}
.bd-domain-order-form button[disabled]{opacity:.75!important;cursor:not-allowed!important}
@media(max-width:620px){.bd-domain-rate-head span{font-size:23px!important}.bd-domain-available-text{font-size:16px!important}.bd-domain-search-note.good{padding:16px!important}}
