:root{
  --rbp-bg:#050814;
  --rbp-bg2:#09101f;
  --rbp-card:#0d1430;
  --rbp-card2:#111937;
  --rbp-line:rgba(151,91,255,.28);
  --rbp-line2:rgba(255,255,255,.09);
  --rbp-text:#fff;
  --rbp-muted:#b7c0d9;
  --rbp-soft:#8790ad;
  --rbp-purple:#9a3dff;
  --rbp-pink:#ff3fae;
  --rbp-orange:#ff7149;
  --rbp-green:#42f57b;
  --rbp-red:#ff5f65;
  --rbp-radius:18px;
  --rbp-shadow:0 25px 80px rgba(0,0,0,.45);
  --rbp-grad:linear-gradient(135deg,var(--rbp-purple),var(--rbp-pink) 55%,var(--rbp-orange));
  --rbp-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.rbp-theme, body{
  margin:0;
  background:
    radial-gradient(circle at 78% 8%, rgba(144,61,255,.25), transparent 33%),
    radial-gradient(circle at 8% 38%, rgba(18,115,255,.15), transparent 34%),
    linear-gradient(180deg,#060712 0%,#07101e 44%,#050814 100%);
  color:var(--rbp-text);
  font-family:var(--rbp-font);
}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;height:auto;display:block}
button,input,select,textarea{font-family:inherit}
.rbp-container{width:min(1160px,calc(100% - 44px));margin-inline:auto}
.rbp-main{min-height:70vh;overflow:hidden}
.rbp-site-header{
  position:sticky;top:0;z-index:50;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(4,7,18,.74);
  backdrop-filter:blur(22px);
}
.rbp-header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.rbp-logo{display:flex;align-items:center;gap:10px;font-weight:850;font-size:23px;letter-spacing:-.04em}
.rbp-logo-mark{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;background:var(--rbp-grad);box-shadow:0 10px 30px rgba(154,61,255,.36)}
.rbp-logo-mark svg{width:21px;height:21px}
.rbp-pro-badge{font-size:12px;line-height:1;padding:5px 6px;border-radius:7px;background:linear-gradient(135deg,#8047ff,#df54ff);letter-spacing:0}
.rbp-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.rbp-nav a{position:relative;color:#fff;font-size:14px;font-weight:700;opacity:.92}
.rbp-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-19px;height:2px;background:var(--rbp-purple);transition:.24s ease}
.rbp-nav a:hover:after,.rbp-nav a[aria-current="page"]:after{right:0}
.rbp-header-actions{display:flex;align-items:center;gap:13px}
.rbp-btn,.rbp-card .button,.rbp-form button,.rbp-button{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:42px;padding:0 18px;border-radius:8px;
  border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:850;font-size:14px;
  cursor:pointer;transition:.22s ease;background:rgba(255,255,255,.04);
}
.rbp-btn svg,.rbp-button svg{width:18px;height:18px}
.rbp-btn-primary,.rbp-form button[type="submit"],.rbp-button-primary{background:var(--rbp-grad);border:0;box-shadow:0 14px 38px rgba(255,63,174,.22)}
.rbp-btn:hover,.rbp-button:hover,.rbp-form button:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(0,0,0,.28)}
.rbp-btn-outline{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.65)}
.rbp-menu-toggle{display:none;background:transparent;border:0;color:#fff;padding:8px}
.rbp-menu-toggle svg{width:26px;height:26px}
.rbp-hero{position:relative;padding:72px 0 46px;border-bottom:1px solid rgba(255,255,255,.06)}
.rbp-hero:before{content:"";position:absolute;inset:-120px -50px auto auto;width:420px;height:420px;border-radius:999px;background:radial-gradient(circle,rgba(154,61,255,.22),transparent 65%);filter:blur(4px);pointer-events:none}
.rbp-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:72px;align-items:center}
.rbp-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;background:linear-gradient(135deg,rgba(118,77,255,.48),rgba(255,63,174,.45));border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:900;text-transform:uppercase;box-shadow:0 15px 40px rgba(154,61,255,.18)}
.rbp-hero h1{margin:24px 0 14px;font-size:clamp(40px,6vw,67px);line-height:1.05;letter-spacing:-.055em;font-weight:950}
.rbp-gradient-text{background:linear-gradient(90deg,#ff7d5e,#ff3fae,#c33cff);-webkit-background-clip:text;background-clip:text;color:transparent}
.rbp-hero p{max-width:600px;margin:0;color:#e3e9ff;font-size:18px;line-height:1.65}
.rbp-hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px}
.rbp-feature-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:39px;color:#dbe3ff;font-size:13px;font-weight:700}
.rbp-feature-mini{display:flex;align-items:center;gap:9px;white-space:nowrap}
.rbp-feature-mini svg{width:18px;height:18px;color:var(--rbp-pink)}
.rbp-hero-card{position:relative;padding:18px;border-radius:17px;border:1px solid rgba(203,74,255,.74);background:linear-gradient(180deg,rgba(22,20,48,.78),rgba(9,11,26,.86));box-shadow:var(--rbp-shadow),0 0 85px rgba(154,61,255,.22);isolation:isolate}
.rbp-hero-card:after{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(135deg,rgba(154,61,255,.8),transparent 32%,rgba(255,63,174,.5));opacity:.18;z-index:-1}
.rbp-trending-tag{position:absolute;top:14px;left:18px;background:var(--rbp-grad);padding:8px 12px;border-radius:8px;font-size:13px;font-weight:900;z-index:2}
.rbp-reel-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:25px 0 16px;padding-top:5px}
.rbp-reel{height:178px;border-radius:11px;overflow:hidden;background:linear-gradient(150deg,#111,#394064);position:relative;border:1px solid rgba(255,255,255,.08)}
.rbp-reel:nth-child(1){background:linear-gradient(160deg,#181225,#6d3900 60%,#ffb05f)}
.rbp-reel:nth-child(2){background:linear-gradient(160deg,#08101e,#252d43,#907155)}
.rbp-reel:nth-child(3){background:linear-gradient(160deg,#100914,#321e13 55%,#ff844d)}
.rbp-reel:nth-child(4){background:linear-gradient(160deg,#223448,#8bb7d3,#fff1d0)}
.rbp-reel:nth-child(5){background:linear-gradient(160deg,#c7d9ee,#62584f,#1c1a1d)}
.rbp-reel:before{content:"";position:absolute;left:18%;right:18%;top:25%;bottom:25%;border-radius:999px;background:rgba(255,255,255,.09);filter:blur(20px)}
.rbp-reel:after{content:"VIDEO";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-7deg);font-size:11px;font-weight:950;color:rgba(255,255,255,.78);letter-spacing:.2em}
.rbp-play{position:absolute;left:50%;top:50%;translate:-50% -50%;width:72px;height:72px;border-radius:999px;border:3px solid rgba(255,255,255,.8);display:grid;place-items:center;background:rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.rbp-play svg{width:34px;height:34px;transform:translateX(2px)}
.rbp-hero-card h2{font-size:28px;letter-spacing:-.04em;margin:8px 0 8px}
.rbp-checks{display:grid;gap:8px;color:#d7dcf6;font-weight:650}
.rbp-checks span{display:flex;align-items:center;gap:9px}.rbp-checks svg{width:17px;height:17px;color:#d542ff}
.rbp-hero-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.rbp-price{font-size:30px;font-weight:950;color:#ff55ad;letter-spacing:-.04em}
.rbp-section{padding:25px 0}
.rbp-section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}
.rbp-section h2,.rbp-section-title{font-size:26px;margin:0;font-weight:940;letter-spacing:-.04em}
.rbp-section-link{font-weight:800;color:#b56cff;font-size:14px;display:inline-flex;align-items:center;gap:7px}
.rbp-cat-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:12px}
.rbp-cat-card{min-height:112px;border-radius:12px;background:linear-gradient(180deg,rgba(26,37,80,.9),rgba(17,20,48,.9));border:1px solid rgba(255,255,255,.07);display:grid;place-items:center;text-align:center;padding:13px 8px;transition:.22s ease;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.rbp-cat-card:hover{transform:translateY(-5px);border-color:rgba(157,85,255,.55)}
.rbp-cat-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(154,61,255,.25),rgba(255,63,174,.18));margin-bottom:10px}.rbp-cat-icon svg{width:30px;height:30px}.rbp-cat-card strong{font-size:13px}
.rbp-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.rbp-card{border:1px solid rgba(174,78,255,.28);border-radius:12px;background:linear-gradient(180deg,rgba(18,25,53,.82),rgba(9,11,28,.88));overflow:hidden;box-shadow:0 20px 56px rgba(0,0,0,.24);transition:.2s ease;will-change:transform}.rbp-card:hover{border-color:rgba(255,63,174,.48)}
.rbp-card-art{height:148px;position:relative;overflow:hidden;background:linear-gradient(135deg,#17213f,#5331b7,#ff6b4b)}.rbp-card-art img{width:100%;height:100%;object-fit:cover}.rbp-card-art:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.16),transparent 33%),linear-gradient(180deg,transparent,rgba(0,0,0,.45))}.rbp-art-islamic{background:linear-gradient(135deg,#091526,#32210f,#e29934)}.rbp-art-motivational{background:linear-gradient(135deg,#233c5f,#d1a25d,#f8f4df)}.rbp-art-business{background:linear-gradient(135deg,#08233d,#1266a0,#fec35b)}.rbp-art-funny{background:linear-gradient(135deg,#341428,#ff8249,#ffd26d)}.rbp-art-health{background:linear-gradient(135deg,#152444,#ff548c,#ffc3cd)}.rbp-art-education{background:linear-gradient(135deg,#15183a,#5640ca,#b598ff)}
.rbp-card-badge{position:absolute;left:12px;bottom:12px;border-radius:6px;padding:6px 9px;background:linear-gradient(135deg,#00bc75,#41f986);font-size:11px;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.2)}.rbp-card-badge.motivational{background:linear-gradient(135deg,#ff4b22,#ff886d)}.rbp-card-badge.business{background:linear-gradient(135deg,#4f46e5,#50a8ff)}.rbp-card-badge.funny{background:linear-gradient(135deg,#ffb347,#ff5a7b)}
.rbp-card-body{padding:15px}.rbp-card-title{margin:0 0 13px;font-size:17px;line-height:1.3;letter-spacing:-.02em}.rbp-card-title a:hover{color:#ff58b9}.rbp-card-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;color:#cbd4f7;font-size:11px}.rbp-card-meta strong{display:block;color:#fff;font-size:11px}.rbp-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.rbp-card-price{font-size:21px;font-weight:950;color:#ff6b74}.rbp-card-actions{display:flex;gap:7px}.rbp-card-actions a{min-height:34px;padding:0 12px;border-radius:6px;font-size:12px;font-weight:900;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center}.rbp-card-actions a:last-child{background:var(--rbp-grad);border:0}
.rbp-how-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rbp-process{border:1px solid rgba(255,255,255,.09);border-radius:12px;background:linear-gradient(180deg,rgba(17,30,64,.76),rgba(12,16,38,.82));padding:18px}.rbp-process h3{text-align:center;margin:0 0 18px;font-size:18px}.rbp-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:start}.rbp-step{text-align:center;position:relative}.rbp-step:not(:last-child):after{content:"→";position:absolute;right:-10px;top:25px;color:#7659d8;font-weight:900}.rbp-step-icon{width:54px;height:54px;margin:0 auto 9px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#28236e,#4b3dc6);box-shadow:0 13px 30px rgba(0,0,0,.18)}.rbp-step-icon svg{width:27px;height:27px}.rbp-step-num{width:20px;height:20px;display:grid;place-items:center;margin:0 auto 8px;border-radius:999px;background:#5148ee;font-size:11px;font-weight:900}.rbp-step p{margin:0;font-size:12px;font-weight:800;line-height:1.35}
.rbp-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:16px 0 20px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:linear-gradient(180deg,rgba(22,37,75,.74),rgba(12,17,38,.78));overflow:hidden}.rbp-stat{display:flex;align-items:center;gap:14px;padding:22px 28px;border-right:1px solid rgba(255,255,255,.06)}.rbp-stat:last-child{border-right:0}.rbp-stat svg{width:35px;height:35px;color:#a041ff}.rbp-stat strong{font-size:29px;letter-spacing:-.05em}.rbp-stat span{display:block;color:#cbd4f0;font-size:13px}
.rbp-bottom-grid{display:grid;grid-template-columns:1.5fr .95fr;gap:0;margin-bottom:28px}.rbp-testimonial,.rbp-cta-box{border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(16,29,62,.76),rgba(12,15,36,.9));padding:24px;min-height:218px}.rbp-testimonial{border-radius:13px 0 0 13px;display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}.rbp-quote{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:18px}.rbp-stars{color:#ffd344;font-size:18px;letter-spacing:2px}.rbp-quote p{color:#e2e7ff;line-height:1.5;font-size:13px}.rbp-person{display:flex;gap:10px;align-items:center}.rbp-avatar{width:42px;height:42px;border-radius:999px;background:var(--rbp-grad);display:grid;place-items:center}.rbp-visual-icon{width:170px;height:170px;margin:auto;border-radius:35px;background:linear-gradient(135deg,#5728ff,#b14dff);display:grid;place-items:center;box-shadow:0 28px 70px rgba(124,58,237,.4),inset 0 1px 0 rgba(255,255,255,.18);transform:rotate(-3deg)}.rbp-visual-icon svg{width:82px;height:82px}.rbp-cta-box{border-radius:0 13px 13px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.rbp-cta-box h2{font-size:31px;margin:0 0 12px;letter-spacing:-.05em}.rbp-cta-box p{color:#e3e8ff;line-height:1.55;margin:0 0 18px}
.rbp-site-footer{border-top:1px solid rgba(255,255,255,.07);background:#050815;padding:34px 0 20px}.rbp-footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr) 1.35fr;gap:36px}.rbp-footer-title{font-weight:900;margin:0 0 12px}.rbp-footer p,.rbp-footer a{color:#cbd4ee;font-size:13px;line-height:1.65}.rbp-footer-links{display:grid;gap:7px}.rbp-social{display:flex;gap:10px;margin-top:13px}.rbp-social svg{width:20px;height:20px}.rbp-newsletter{display:flex;gap:8px}.rbp-newsletter input{min-width:0;flex:1;background:#0f1831;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;padding:0 12px}.rbp-copyright{margin-top:26px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);color:#9da7c1;font-size:12px}.rbp-pay-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.rbp-pay-badges span{padding:4px 8px;border-radius:5px;background:#fff;color:#7a103c;font-size:11px;font-weight:900}
.rbp-page-hero{padding:50px 0 26px;text-align:center}.rbp-page-hero h1{font-size:44px;margin:0 0 10px;letter-spacing:-.05em}.rbp-page-hero p{margin:0 auto;max-width:660px;color:#cbd4ee;line-height:1.6}.rbp-panel{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:linear-gradient(180deg,rgba(18,29,60,.88),rgba(9,12,30,.92));box-shadow:var(--rbp-shadow);padding:24px;margin:24px 0}.rbp-form{display:grid;gap:15px}.rbp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rbp-form label{display:grid;gap:8px;font-size:13px;font-weight:850;color:#e8edff}.rbp-form input,.rbp-form select,.rbp-form textarea{width:100%;background:#090f23;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;min-height:44px;padding:12px;outline:none}.rbp-form textarea{min-height:120px;resize:vertical}.rbp-form input:focus,.rbp-form select:focus,.rbp-form textarea:focus{border-color:#9c52ff;box-shadow:0 0 0 3px rgba(154,61,255,.14)}.rbp-form small{color:#aeb8d5}.rbp-alert{padding:14px 16px;border-radius:10px;margin:18px 0;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:#fff}.rbp-alert-success{border-color:rgba(66,245,123,.36);background:rgba(66,245,123,.1)}.rbp-alert-error{border-color:rgba(255,95,101,.42);background:rgba(255,95,101,.1)}.rbp-login-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rbp-dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.rbp-dash-card{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:linear-gradient(180deg,rgba(25,36,79,.84),rgba(10,13,31,.9));padding:20px}.rbp-dash-card strong{display:block;font-size:30px;letter-spacing:-.05em}.rbp-dash-card span{color:#bcc6e2}.rbp-table-wrap{overflow:auto;border-radius:13px;border:1px solid rgba(255,255,255,.08);margin:20px 0}.rbp-table{width:100%;border-collapse:collapse;background:rgba(6,10,24,.72);min-width:760px}.rbp-table th,.rbp-table td{text-align:left;padding:15px;border-bottom:1px solid rgba(255,255,255,.07);font-size:13px}.rbp-table th{background:rgba(255,255,255,.04);color:#fff}.rbp-table td{color:#dbe3ff}.rbp-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-weight:900;font-size:11px;text-transform:uppercase}.rbp-status-pending{background:rgba(255,211,68,.14);color:#ffd344}.rbp-status-approved{background:rgba(66,245,123,.12);color:#42f57b}.rbp-status-rejected{background:rgba(255,95,101,.12);color:#ff7378}.rbp-payment-box{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.rbp-method-list{display:grid;gap:11px}.rbp-method{padding:14px;border-radius:12px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07)}.rbp-method strong{display:block;margin-bottom:4px}.rbp-method span{color:#cbd4ee}.rbp-file-picker{border:1px dashed rgba(255,255,255,.22);border-radius:12px;padding:16px;background:rgba(255,255,255,.035)}.rbp-file-name{color:#bfc9e6;font-size:12px}.rbp-single-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;padding:42px 0}.rbp-single-media{border-radius:17px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0b1126}.rbp-single-media .rbp-card-art{height:420px}.rbp-single-side{position:sticky;top:92px;align-self:start}.rbp-single-side h1{font-size:38px;letter-spacing:-.05em;margin:0 0 10px}.rbp-meta-list{display:grid;gap:10px;margin:18px 0}.rbp-meta-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:9px;background:rgba(255,255,255,.045);color:#dce4ff}.rbp-content{line-height:1.7;color:#d9e1ff}.rbp-empty{padding:40px;text-align:center;border:1px dashed rgba(255,255,255,.12);border-radius:14px;color:#cbd4ee;background:rgba(255,255,255,.03)}
[data-rbp-reveal]{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}[data-rbp-reveal].is-visible{opacity:1;transform:none}
@media (max-width:1100px){.rbp-cat-grid{grid-template-columns:repeat(5,1fr)}.rbp-card-grid{grid-template-columns:repeat(2,1fr)}.rbp-footer-grid{grid-template-columns:repeat(3,1fr)}.rbp-feature-row{grid-template-columns:repeat(2,1fr)}.rbp-stats{grid-template-columns:repeat(2,1fr)}.rbp-stat{border-bottom:1px solid rgba(255,255,255,.06)}.rbp-stat:last-child{grid-column:1/-1}.rbp-hero-grid{gap:34px}}
@media (max-width:860px){.rbp-header-inner{height:auto;min-height:66px;flex-wrap:wrap}.rbp-menu-toggle{display:block;margin-left:auto}.rbp-nav{display:none;flex-basis:100%;order:3;flex-direction:column;align-items:flex-start;gap:14px;padding:0 0 16px}.rbp-nav.is-open{display:flex}.rbp-nav a:after{bottom:-4px}.rbp-header-actions{display:none}.rbp-hero-grid,.rbp-how-grid,.rbp-bottom-grid,.rbp-login-grid,.rbp-payment-box,.rbp-single-layout{grid-template-columns:1fr}.rbp-hero{padding-top:40px}.rbp-testimonial,.rbp-cta-box{border-radius:13px}.rbp-footer-grid{grid-template-columns:1fr 1fr}.rbp-steps{grid-template-columns:repeat(5,140px);overflow:auto;padding-bottom:8px}.rbp-dashboard-grid{grid-template-columns:1fr 1fr}.rbp-form-row{grid-template-columns:1fr}.rbp-single-side{position:static}.rbp-single-media .rbp-card-art{height:280px}}
@media (max-width:620px){.rbp-container{width:min(100% - 28px,1160px)}.rbp-hero h1{font-size:42px}.rbp-hero p{font-size:16px}.rbp-feature-row{grid-template-columns:1fr}.rbp-cat-grid{grid-template-columns:repeat(2,1fr)}.rbp-card-grid{grid-template-columns:1fr}.rbp-reel-strip{grid-template-columns:repeat(5,92px);overflow:auto}.rbp-reel{height:145px}.rbp-hero-card-bottom{align-items:flex-start;flex-direction:column}.rbp-footer-grid,.rbp-dashboard-grid{grid-template-columns:1fr}.rbp-stats{grid-template-columns:1fr}.rbp-stat{border-right:0}.rbp-testimonial{grid-template-columns:1fr}.rbp-page-hero h1{font-size:34px}}


/* === VideoBundle Pro v1.1 UI fixes === */
.rbp-theme .rbp-nav ul,
.rbp-theme .rbp-nav li{list-style:none!important;margin:0!important;padding:0!important;display:contents!important}
.rbp-theme .rbp-card-grid{grid-template-columns:repeat(auto-fit,minmax(245px,1fr));align-items:stretch}
.rbp-theme .rbp-card{display:flex!important;flex-direction:column!important;min-height:100%;overflow:visible!important;position:relative;transform-style:preserve-3d}
.rbp-theme .rbp-card-art{display:block!important;width:100%!important;min-height:148px!important;border-radius:12px 12px 0 0;isolation:isolate}
.rbp-theme .rbp-card-art img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;position:relative;z-index:0}
.rbp-theme .rbp-card-art:before{z-index:1;pointer-events:none}
.rbp-theme .rbp-card-badge{z-index:3;color:#fff!important;display:inline-flex!important;align-items:center;white-space:nowrap}
.rbp-theme .rbp-fake-thumb{position:absolute;inset:0;display:grid;place-items:center;background:radial-gradient(circle at 72% 22%,rgba(255,255,255,.18),transparent 26%),linear-gradient(135deg,rgba(50,69,139,.8),rgba(154,61,255,.28) 48%,rgba(255,113,73,.32));z-index:0}
.rbp-theme .rbp-fake-thumb svg{width:54px;height:54px;padding:14px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 44px rgba(0,0,0,.32)}
.rbp-theme .rbp-card-body{display:flex!important;flex-direction:column!important;gap:0;flex:1;min-height:0;position:relative;z-index:2;background:linear-gradient(180deg,rgba(18,25,53,.95),rgba(9,11,28,.98));border-radius:0 0 12px 12px}
.rbp-theme .rbp-card-title{display:block!important;visibility:visible!important;opacity:1!important;color:#fff!important;margin:0 0 13px!important;min-height:44px;font-size:17px!important;font-weight:900!important;line-height:1.28!important;letter-spacing:-.02em!important;overflow:visible!important}
.rbp-theme .rbp-card-title a{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#fff!important;text-decoration:none!important;visibility:visible!important;opacity:1!important}
.rbp-theme .rbp-card-title a:hover{color:#ff58b9!important}
.rbp-theme .rbp-card-meta{display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;color:#cbd4f7!important}
.rbp-theme .rbp-card-meta span{display:block!important;min-width:0;word-break:break-word}
.rbp-theme .rbp-card-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;flex-wrap:wrap!important;margin-top:auto!important;min-height:44px!important;visibility:visible!important;opacity:1!important}
.rbp-theme .rbp-card-price{display:inline-flex!important;color:#ff6b74!important;visibility:visible!important;opacity:1!important;white-space:nowrap}
.rbp-theme .rbp-card-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;visibility:visible!important;opacity:1!important;min-width:0!important}
.rbp-theme .rbp-card-actions a,
.rbp-theme .rbp-card-preview-btn,
.rbp-theme .rbp-card-buy-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-height:36px!important;padding:0 12px!important;border-radius:7px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-decoration:none!important;color:#fff!important;visibility:visible!important;opacity:1!important;white-space:nowrap!important;position:relative!important;z-index:5!important}
.rbp-theme .rbp-card-preview-btn{border:1px solid rgba(255,255,255,.34)!important;background:rgba(255,255,255,.035)!important}
.rbp-theme .rbp-card-buy-btn{border:0!important;background:var(--rbp-grad)!important;box-shadow:0 12px 26px rgba(255,63,174,.23)!important}
.rbp-theme .rbp-card-buy-btn svg{width:15px;height:15px;flex:0 0 auto}
.rbp-theme .rbp-card:hover .rbp-card-buy-btn{transform:translateY(-1px)}
.rbp-theme .rbp-form input[type="file"]{padding:10px;background:#0b122a;color:#dfe6ff;cursor:pointer}
.rbp-theme .rbp-form input[type="file"]::file-selector-button{border:0;border-radius:8px;background:var(--rbp-grad);color:#fff;font-weight:900;padding:9px 12px;margin-right:12px;cursor:pointer}
.rbp-theme .rbp-table a{color:#c084fc;text-decoration:underline;text-underline-offset:3px}
@media (max-width:620px){
  .rbp-theme .rbp-card-grid{grid-template-columns:1fr!important}
  .rbp-theme .rbp-card-foot{align-items:stretch!important}
  .rbp-theme .rbp-card-actions{width:100%!important;justify-content:space-between!important}
  .rbp-theme .rbp-card-actions a{flex:1!important}
}

/* === VideoBundle Pro v1.2 mobile overflow + motivational thumbnail fixes === */
html,
body.rbp-theme{
  max-width:100%;
  overflow-x:hidden;
}
.rbp-theme *,
.rbp-theme *::before,
.rbp-theme *::after{
  box-sizing:border-box;
}
.rbp-theme .rbp-main,
.rbp-theme .rbp-hero,
.rbp-theme .rbp-section,
.rbp-theme .rbp-container,
.rbp-theme .rbp-hero-grid,
.rbp-theme .rbp-how-grid,
.rbp-theme .rbp-process,
.rbp-theme .rbp-steps,
.rbp-theme .rbp-step,
.rbp-theme .rbp-hero-card{
  min-width:0;
  max-width:100%;
}
.rbp-theme .rbp-hero-card{
  width:100%;
  overflow:hidden;
}
.rbp-theme .rbp-hero-card h2{
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
  line-height:1.15;
}
.rbp-theme .rbp-checks span{
  min-width:0;
  overflow-wrap:anywhere;
}
.rbp-theme .rbp-hero-thumb{
  position:relative;
  width:100%;
  margin:25px 0 16px;
  border-radius:13px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.rbp-theme .rbp-hero-thumb img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.rbp-theme .rbp-hero-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:68px;
  height:68px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(0,0,0,.28);
  border:3px solid rgba(255,255,255,.9);
  backdrop-filter:blur(4px);
}
.rbp-theme .rbp-hero-play svg{
  width:28px;
  height:28px;
  margin-left:3px;
}
.rbp-theme .rbp-card-art img.rbp-default-motivational-thumb{
  object-fit:contain!important;
  background:#f7e6cf;
  padding:0!important;
}
.rbp-theme .rbp-process{
  overflow:hidden;
}
.rbp-theme .rbp-steps{
  width:100%;
}
@media (max-width:860px){
  .rbp-theme .rbp-how-grid{
    gap:14px!important;
  }
  .rbp-theme .rbp-process{
    padding:16px!important;
  }
  .rbp-theme .rbp-process h3{
    text-align:center!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
  }
  .rbp-theme .rbp-steps{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px 12px!important;
    overflow:visible!important;
    padding-bottom:0!important;
  }
  .rbp-theme .rbp-step:not(:last-child)::after{
    display:none!important;
  }
  .rbp-theme .rbp-step{
    min-width:0!important;
  }
  .rbp-theme .rbp-step p{
    max-width:100%;
    overflow-wrap:anywhere;
    font-size:12px!important;
  }
  .rbp-theme .rbp-hero-card-bottom{
    flex-wrap:wrap!important;
  }
}
@media (max-width:620px){
  .rbp-theme .rbp-container{
    width:calc(100% - 28px)!important;
  }
  .rbp-theme .rbp-hero h1{
    font-size:38px!important;
  }
  .rbp-theme .rbp-hero-card{
    padding:14px!important;
    border-radius:16px!important;
  }
  .rbp-theme .rbp-hero-card h2{
    font-size:25px!important;
    margin-top:12px!important;
  }
  .rbp-theme .rbp-hero-card-bottom{
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  .rbp-theme .rbp-hero-card-bottom .rbp-btn{
    min-height:42px!important;
    padding:0 18px!important;
  }
  .rbp-theme .rbp-steps{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .rbp-theme .rbp-step-icon{
    width:52px!important;
    height:52px!important;
  }
  .rbp-theme .rbp-card-art{
    height:auto!important;
    aspect-ratio:16/9;
  }
  .rbp-theme .rbp-card-art img{
    height:100%!important;
  }
}
@media (max-width:380px){
  .rbp-theme .rbp-hero h1{
    font-size:34px!important;
  }
  .rbp-theme .rbp-steps{
    grid-template-columns:1fr!important;
  }
  .rbp-theme .rbp-hero-card-bottom{
    flex-direction:column!important;
    align-items:stretch!important;
  }
}


/* === VideoBundle Pro v1.3 DevTools responsive audit fixes === */
/* Standard container gutters: prevents brittle calc-based mobile layouts. */
.rbp-theme .rbp-container{
  width:100%!important;
  max-width:1204px!important;
  margin-inline:auto!important;
  padding-inline:22px!important;
}

/* Hard override for the mobile menu visibility bug where .is-open still remained hidden. */
@media (max-width:768px){
  body.rbp-theme .rbp-site-header{
    position:sticky!important;
    top:0!important;
    overflow:visible!important;
    z-index:999!important;
  }
  body.rbp-theme .rbp-header-inner{
    min-height:67px!important;
    height:67px!important;
    flex-wrap:nowrap!important;
    position:relative!important;
  }
  body.rbp-theme .rbp-menu-toggle{
    display:inline-grid!important;
    place-items:center!important;
    position:relative!important;
    z-index:1002!important;
    width:42px!important;
    height:42px!important;
    border-radius:10px!important;
    border:1px solid rgba(255,255,255,.13)!important;
    background:rgba(255,255,255,.045)!important;
  }
  body.rbp-theme nav.rbp-nav{
    display:none!important;
  }
  body.rbp-theme nav.rbp-nav.is-open{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:4px!important;
    position:absolute!important;
    top:67px!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-width:none!important;
    padding:12px!important;
    margin:0!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:16px!important;
    background:linear-gradient(180deg,rgba(17,24,54,.98),rgba(7,10,25,.98))!important;
    box-shadow:0 22px 70px rgba(0,0,0,.48),0 0 0 1px rgba(154,61,255,.10)!important;
    backdrop-filter:blur(18px)!important;
    z-index:1001!important;
  }
  body.rbp-theme nav.rbp-nav.is-open a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:44px!important;
    padding:0 13px!important;
    border-radius:11px!important;
    color:#fff!important;
    background:rgba(255,255,255,.035)!important;
    font-size:14px!important;
    font-weight:850!important;
    opacity:1!important;
  }
  body.rbp-theme nav.rbp-nav.is-open a:hover{
    background:rgba(154,61,255,.18)!important;
  }
  body.rbp-theme nav.rbp-nav.is-open a::after{
    display:none!important;
  }

  /* Fluid heading for 320px-422px mobile widths. */
  body.rbp-theme .rbp-hero h1{
    font-size:clamp(28px,8vw,38px)!important;
    line-height:1.16!important;
    letter-spacing:-.045em!important;
    overflow-wrap:normal!important;
  }
  body.rbp-theme .rbp-hero p{
    font-size:15.5px!important;
    line-height:1.6!important;
  }

  /* Hero CTA buttons: stack cleanly instead of near-overflow side-by-side. */
  body.rbp-theme .rbp-hero-actions{
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
    margin-top:24px!important;
  }
  body.rbp-theme .rbp-hero-actions .rbp-btn{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
  }

  /* Keep hero card title, checks, price and Buy button inside the card. */
  body.rbp-theme .rbp-hero-card{
    overflow:hidden!important;
  }
  body.rbp-theme .rbp-hero-card h2{
    font-size:clamp(22px,6vw,28px)!important;
    line-height:1.16!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  body.rbp-theme .rbp-hero-card-bottom{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
  }
  body.rbp-theme .rbp-hero-card-bottom .rbp-price{
    display:block!important;
  }
  body.rbp-theme .rbp-hero-card-bottom .rbp-btn{
    width:100%!important;
  }
}

@media (max-width:620px){
  .rbp-theme .rbp-container{
    width:100%!important;
    max-width:100%!important;
    padding-inline:14px!important;
  }
}

@media (max-width:340px){
  body.rbp-theme .rbp-logo{
    font-size:19px!important;
    gap:7px!important;
  }
  body.rbp-theme .rbp-logo-mark{
    width:28px!important;
    height:28px!important;
  }
}


/* === VideoBundle Pro v1.4 single auth card === */
.rbp-theme .rbp-auth-wrap{
  max-width:620px!important;
  margin-inline:auto!important;
  padding-bottom:44px!important;
}
.rbp-theme .rbp-auth-card{
  max-width:560px!important;
  margin:24px auto!important;
  padding:28px!important;
  position:relative!important;
  overflow:hidden!important;
  border-color:rgba(174,78,255,.28)!important;
}
.rbp-theme .rbp-auth-card::before{
  content:"";
  position:absolute;
  inset:-140px -90px auto auto;
  width:260px;
  height:260px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,63,174,.28),transparent 66%);
  pointer-events:none;
}
.rbp-theme .rbp-auth-mode{
  position:relative;
  z-index:1;
  animation:rbpAuthIn .24s ease both;
}
.rbp-theme [data-rbp-auth][data-mode="login"] .rbp-auth-register,
.rbp-theme [data-rbp-auth][data-mode="register"] .rbp-auth-login{
  display:none!important;
}
.rbp-theme .rbp-auth-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(154,61,255,.38),rgba(255,63,174,.32));
  border:1px solid rgba(255,255,255,.13);
  color:#fff;
  font-size:12px;
  font-weight:900;
  margin-bottom:14px;
}
.rbp-theme .rbp-auth-card h2{
  margin:0 0 8px!important;
  font-size:30px!important;
  letter-spacing:-.045em!important;
}
.rbp-theme .rbp-auth-text{
  margin:0 0 20px!important;
  color:#cbd4ee!important;
  line-height:1.55!important;
}
.rbp-theme .rbp-auth-switch{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:17px;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#cbd4ee;
  font-size:13px;
}
.rbp-theme .rbp-small-switch{
  min-height:32px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
  transition:.2s ease!important;
}
.rbp-theme .rbp-small-switch:hover{
  transform:translateY(-1px);
  border-color:rgba(255,63,174,.55)!important;
  background:rgba(255,63,174,.13)!important;
}
@keyframes rbpAuthIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:none}
}
@media (max-width:620px){
  .rbp-theme .rbp-auth-wrap{padding-inline:14px!important;max-width:100%!important}
  .rbp-theme .rbp-auth-card{padding:20px!important;border-radius:16px!important}
  .rbp-theme .rbp-auth-card h2{font-size:26px!important}
}

/* === VideoBundle Pro v1.5 icon, system and premium UI polish === */
body.rbp-theme{
  position:relative;
  isolation:isolate;
}
body.rbp-theme::before,
body.rbp-theme::after{
  content:"";
  position:fixed;
  inset:auto;
  pointer-events:none;
  z-index:0;
  border-radius:999px;
  filter:blur(10px);
  opacity:.72;
}
body.rbp-theme::before{
  width:360px;
  height:360px;
  left:-155px;
  top:18%;
  background:radial-gradient(circle,rgba(154,61,255,.24),transparent 66%);
  animation:rbpOrbDrift 15s ease-in-out infinite;
}
body.rbp-theme::after{
  width:440px;
  height:440px;
  right:-210px;
  bottom:7%;
  background:radial-gradient(circle,rgba(255,63,174,.20),transparent 68%);
  animation:rbpOrbDrift 18s ease-in-out infinite reverse;
}
.rbp-theme .rbp-site-header,
.rbp-theme .rbp-main,
.rbp-theme .rbp-site-footer{
  position:relative;
  z-index:1;
}
@keyframes rbpOrbDrift{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(22px,-18px,0) scale(1.08)}
}

/* Safe SVG rendering: fixes clipped/partial icons on process, avatar, stats and buttons. */
.rbp-theme .rbp-svg-icon{
  display:block!important;
  width:1em;
  height:1em;
  flex:0 0 auto!important;
  overflow:visible!important;
  shape-rendering:geometricPrecision;
}
.rbp-theme .rbp-logo-mark,
.rbp-theme .rbp-cat-icon,
.rbp-theme .rbp-step-icon,
.rbp-theme .rbp-avatar,
.rbp-theme .rbp-visual-icon,
.rbp-theme .rbp-btn,
.rbp-theme .rbp-button,
.rbp-theme .rbp-stat{
  overflow:visible!important;
}
.rbp-theme .rbp-logo-mark .rbp-svg-icon{width:21px!important;height:21px!important}
.rbp-theme .rbp-btn .rbp-svg-icon,
.rbp-theme .rbp-button .rbp-svg-icon{width:18px!important;height:18px!important}
.rbp-theme .rbp-card-buy-btn .rbp-svg-icon{width:15px!important;height:15px!important}
.rbp-theme .rbp-feature-mini .rbp-svg-icon{width:18px!important;height:18px!important}
.rbp-theme .rbp-cat-icon .rbp-svg-icon{width:29px!important;height:29px!important}
.rbp-theme .rbp-step-icon .rbp-svg-icon{width:27px!important;height:27px!important;position:relative;z-index:2}
.rbp-theme .rbp-avatar .rbp-svg-icon{width:23px!important;height:23px!important}
.rbp-theme .rbp-visual-icon .rbp-svg-icon{width:78px!important;height:78px!important}
.rbp-theme .rbp-stat > .rbp-svg-icon{
  width:48px!important;
  height:48px!important;
  padding:10px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(154,61,255,.24),rgba(255,63,174,.14));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 30px rgba(0,0,0,.22);
}

/* Premium button feel without heavy effects. */
.rbp-theme .rbp-btn,
.rbp-theme .rbp-button,
.rbp-theme .rbp-form button,
.rbp-theme .rbp-card-actions a{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
}
.rbp-theme .rbp-btn::after,
.rbp-theme .rbp-button::after,
.rbp-theme .rbp-form button::after,
.rbp-theme .rbp-card-actions a::after{
  content:"";
  position:absolute;
  inset:-2px auto -2px -55%;
  width:42%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transform:skewX(-18deg);
  opacity:0;
  transition:opacity .22s ease,left .55s ease;
  z-index:-1;
}
.rbp-theme .rbp-btn:hover::after,
.rbp-theme .rbp-button:hover::after,
.rbp-theme .rbp-form button:hover::after,
.rbp-theme .rbp-card-actions a:hover::after{
  left:115%;
  opacity:1;
}
.rbp-theme .rbp-btn:focus-visible,
.rbp-theme .rbp-button:focus-visible,
.rbp-theme .rbp-form input:focus-visible,
.rbp-theme .rbp-form select:focus-visible,
.rbp-theme .rbp-form textarea:focus-visible,
.rbp-theme .rbp-small-switch:focus-visible{
  outline:2px solid rgba(255,63,174,.86)!important;
  outline-offset:3px!important;
}

/* Cards: cleaner glass, gradient edge and smoother hover. */
.rbp-theme .rbp-card,
.rbp-theme .rbp-panel,
.rbp-theme .rbp-process,
.rbp-theme .rbp-hero-card,
.rbp-theme .rbp-testimonial,
.rbp-theme .rbp-cta-box{
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 24px 75px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.055)!important;
}
.rbp-theme .rbp-card{
  transform:translateZ(0);
  border-color:rgba(154,61,255,.30)!important;
}
.rbp-theme .rbp-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,63,174,.58)!important;
  box-shadow:0 28px 85px rgba(0,0,0,.38),0 0 0 1px rgba(255,63,174,.10)!important;
}
.rbp-theme .rbp-card-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.15),transparent 42%,rgba(154,61,255,.18));
  mix-blend-mode:screen;
  opacity:.55;
  pointer-events:none;
  z-index:2;
}
.rbp-theme .rbp-card-badge{
  z-index:4!important;
  box-shadow:0 10px 28px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.22)!important;
}
.rbp-theme .rbp-card-title a{
  text-wrap:balance;
}
.rbp-theme .rbp-card-meta span{
  padding:8px 7px;
  border-radius:9px;
  background:rgba(255,255,255,.035);
}
.rbp-theme .rbp-card-meta strong{
  display:block;
  margin-bottom:3px;
}

/* Category and process icon redesign. */
.rbp-theme .rbp-cat-card{
  position:relative;
  overflow:hidden;
  min-height:116px;
}
.rbp-theme .rbp-cat-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  background:radial-gradient(circle at 50% 10%,rgba(255,255,255,.13),transparent 42%);
  opacity:.65;
  pointer-events:none;
}
.rbp-theme .rbp-cat-card:hover .rbp-cat-icon,
.rbp-theme .rbp-step:hover .rbp-step-icon{
  transform:translateY(-2px) scale(1.04);
}
.rbp-theme .rbp-cat-icon,
.rbp-theme .rbp-step-icon{
  transition:transform .22s ease,box-shadow .22s ease;
  box-shadow:0 16px 32px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.18)!important;
}
.rbp-theme .rbp-step-icon{
  width:58px!important;
  height:58px!important;
  background:radial-gradient(circle at 32% 18%,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,#2d247b,#5d45d8 58%,#8a39ff)!important;
}
.rbp-theme .rbp-step-num{
  box-shadow:0 8px 18px rgba(81,72,238,.28);
}
.rbp-theme .rbp-step:not(:last-child)::after{
  top:28px!important;
  right:-11px!important;
  color:#a78bfa!important;
  text-shadow:0 0 14px rgba(167,139,250,.7);
}
.rbp-theme .rbp-process{
  border-radius:16px!important;
  border-color:rgba(154,61,255,.22)!important;
}
.rbp-theme .rbp-process h3{
  letter-spacing:-.025em;
}

/* Hero polish. */
.rbp-theme .rbp-kicker,
.rbp-theme .rbp-trending-tag,
.rbp-theme .rbp-pro-badge{
  animation:rbpSoftPulse 2.8s ease-in-out infinite;
}
@keyframes rbpSoftPulse{
  0%,100%{box-shadow:0 12px 36px rgba(154,61,255,.16)}
  50%{box-shadow:0 16px 46px rgba(255,63,174,.25)}
}
.rbp-theme .rbp-hero-card{
  border-radius:22px!important;
}
.rbp-theme .rbp-hero-thumb{
  background:#f7e6cf!important;
}
.rbp-theme .rbp-hero-play{
  transition:transform .22s ease,background .22s ease;
}
.rbp-theme .rbp-hero-thumb:hover .rbp-hero-play{
  transform:translate(-50%,-50%) scale(1.06);
  background:rgba(0,0,0,.42);
}
.rbp-theme .rbp-gradient-text{
  background-size:180% 100%;
  animation:rbpGradientMove 6s ease-in-out infinite;
}
@keyframes rbpGradientMove{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}

/* Dashboards and tables. */
.rbp-theme .rbp-dash-card{
  position:relative;
  overflow:hidden;
  min-height:116px;
}
.rbp-theme .rbp-dash-card::before{
  content:"";
  position:absolute;
  width:140px;
  height:140px;
  right:-72px;
  top:-72px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(255,63,174,.22),transparent 68%);
}
.rbp-theme .rbp-status{
  letter-spacing:.04em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.rbp-theme .rbp-table-wrap{
  -webkit-overflow-scrolling:touch;
}
.rbp-theme .rbp-table tr:hover td{
  background:rgba(154,61,255,.055);
}
.rbp-theme .rbp-file-picker{
  transition:border-color .2s ease,background .2s ease;
}
.rbp-theme .rbp-file-picker:focus-within,
.rbp-theme .rbp-file-picker:hover{
  border-color:rgba(255,63,174,.48)!important;
  background:rgba(255,63,174,.055)!important;
}

/* Auth card polish. */
.rbp-theme .rbp-auth-card{
  border-radius:22px!important;
}
.rbp-theme .rbp-auth-card .rbp-form input,
.rbp-theme .rbp-auth-card .rbp-form select{
  background:rgba(6,11,28,.84)!important;
}
.rbp-theme .rbp-small-switch{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Mobile cleanup and icon size safety. */
@media (max-width:860px){
  body.rbp-theme::before{width:250px;height:250px;left:-150px;top:28%}
  body.rbp-theme::after{width:270px;height:270px;right:-150px;bottom:5%}
  .rbp-theme .rbp-header-inner{gap:10px!important}
  .rbp-theme .rbp-logo{min-width:0!important;white-space:nowrap!important}
  .rbp-theme .rbp-logo span:nth-child(2){overflow:hidden;text-overflow:ellipsis}
  .rbp-theme .rbp-step-icon{width:56px!important;height:56px!important}
  .rbp-theme .rbp-step-icon .rbp-svg-icon{width:26px!important;height:26px!important}
  .rbp-theme .rbp-stat{padding:18px 16px!important;gap:12px!important}
  .rbp-theme .rbp-stat > .rbp-svg-icon{width:44px!important;height:44px!important;padding:9px!important}
}
@media (max-width:620px){
  .rbp-theme .rbp-section-head{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:10px!important;
  }
  .rbp-theme .rbp-cat-icon{width:48px!important;height:48px!important}
  .rbp-theme .rbp-cat-icon .rbp-svg-icon{width:28px!important;height:28px!important}
  .rbp-theme .rbp-card-body{padding:16px!important}
  .rbp-theme .rbp-card-meta{grid-template-columns:1fr!important}
  .rbp-theme .rbp-card-foot{gap:12px!important}
  .rbp-theme .rbp-card-price{font-size:25px!important}
  .rbp-theme .rbp-footer-grid{gap:24px!important}
  .rbp-theme .rbp-newsletter{grid-template-columns:1fr auto!important}
  .rbp-theme .rbp-table{min-width:680px!important}
  .rbp-theme .rbp-hero-card h2{text-wrap:balance}
}
@media (max-width:380px){
  .rbp-theme .rbp-pro-badge{display:none!important}
  .rbp-theme .rbp-logo{font-size:18px!important}
  .rbp-theme .rbp-card-actions{flex-direction:column!important}
  .rbp-theme .rbp-card-actions a{width:100%!important}
  .rbp-theme .rbp-stat{align-items:flex-start!important}
}

@media (prefers-reduced-motion:reduce){
  body.rbp-theme::before,
  body.rbp-theme::after,
  .rbp-theme .rbp-kicker,
  .rbp-theme .rbp-trending-tag,
  .rbp-theme .rbp-pro-badge,
  .rbp-theme .rbp-gradient-text{
    animation:none!important;
  }
  .rbp-theme *,
  .rbp-theme *::before,
  .rbp-theme *::after{
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
.rbp-theme .rbp-ripple{
  position:absolute;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  transform:scale(0);
  animation:rbpRipple .58s ease-out forwards;
  pointer-events:none;
  z-index:-1;
}
@keyframes rbpRipple{
  to{transform:scale(2.5);opacity:0}
}
.rbp-theme .rbp-ripple{z-index:0!important}

/* === VideoBundle Pro v1.6 SMTP auth reset + upload UI polish === */
html.rbp-modal-lock,
html.rbp-modal-lock body{
  overflow:hidden!important;
}
.rbp-theme .rbp-login-extra{
  display:flex;
  justify-content:flex-end;
  margin-top:-5px;
}
.rbp-theme .rbp-link-button{
  border:0!important;
  background:transparent!important;
  color:#ff70c6!important;
  font-weight:900!important;
  font-size:13px!important;
  cursor:pointer!important;
  padding:0!important;
  text-decoration:none!important;
}
.rbp-theme .rbp-link-button:hover{
  color:#fff!important;
  text-shadow:0 0 18px rgba(255,63,174,.55);
}
.rbp-theme .rbp-reset-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  padding:18px;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}
.rbp-theme .rbp-reset-modal.is-open{
  opacity:1;
  pointer-events:auto;
}
.rbp-theme .rbp-reset-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,5,18,.72);
  backdrop-filter:blur(16px);
}
.rbp-theme .rbp-reset-dialog{
  position:relative;
  z-index:1;
  width:min(100%,520px);
  max-height:calc(100vh - 36px);
  overflow:auto;
  padding:28px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top right,rgba(255,63,174,.20),transparent 34%),
    radial-gradient(circle at bottom left,rgba(154,61,255,.20),transparent 38%),
    linear-gradient(180deg,rgba(18,25,56,.98),rgba(7,10,25,.98));
  box-shadow:0 36px 120px rgba(0,0,0,.58),0 0 0 1px rgba(174,78,255,.14) inset;
  transform:translateY(16px) scale(.98);
  transition:transform .24s ease;
}
.rbp-theme .rbp-reset-modal.is-open .rbp-reset-dialog{
  transform:none;
  animation:rbpResetPop .34s cubic-bezier(.2,.9,.2,1) both;
}
.rbp-theme .rbp-reset-close{
  position:absolute;
  top:14px;
  right:14px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.rbp-theme .rbp-reset-close:hover{
  background:rgba(255,63,174,.16);
  border-color:rgba(255,63,174,.45);
}
.rbp-theme .rbp-reset-dialog h2{
  margin:0 0 8px!important;
  font-size:30px!important;
  letter-spacing:-.045em;
}
.rbp-theme .rbp-reset-progress{
  display:grid;
  grid-template-columns:34px 1fr 34px 1fr 34px;
  align-items:center;
  gap:10px;
  margin:18px 0 20px;
}
.rbp-theme .rbp-reset-progress span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#bcc6e2;
  font-size:13px;
  font-weight:950;
}
.rbp-theme .rbp-reset-progress span.is-active{
  color:#fff;
  border-color:rgba(255,63,174,.48);
  background:linear-gradient(135deg,#8b35ff,#ff3fae,#ff7a45);
  box-shadow:0 0 28px rgba(255,63,174,.25);
}
.rbp-theme .rbp-reset-progress i{
  display:block;
  height:2px;
  background:linear-gradient(90deg,rgba(154,61,255,.58),rgba(255,63,174,.18));
  border-radius:999px;
}
.rbp-theme .rbp-reset-message{
  padding:12px 14px;
  margin-bottom:14px;
  border-radius:12px;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  font-size:13px;
  font-weight:800;
}
.rbp-theme .rbp-reset-message[data-type="success"]{
  border-color:rgba(66,245,123,.34);
  background:rgba(66,245,123,.12);
}
.rbp-theme .rbp-reset-message[data-type="error"]{
  border-color:rgba(255,95,101,.42);
  background:rgba(255,95,101,.12);
}
.rbp-theme .rbp-reset-step{
  display:none!important;
}
.rbp-theme .rbp-reset-step.is-active{
  display:grid!important;
  animation:rbpAuthIn .24s ease both;
}
.rbp-theme .rbp-reset-step button:disabled,
.rbp-theme .rbp-form button:disabled{
  opacity:.65;
  cursor:wait;
}
@keyframes rbpResetPop{
  from{opacity:0;transform:translateY(18px) scale(.96)}
  to{opacity:1;transform:none}
}

.rbp-theme .rbp-upload-shell{
  padding-bottom:56px!important;
}
.rbp-theme .rbp-upload-panel{
  max-width:920px!important;
  margin:0 auto 38px!important;
  padding:30px!important;
  border-radius:22px!important;
  position:relative!important;
  overflow:hidden!important;
  border-color:rgba(154,61,255,.22)!important;
  background:
    radial-gradient(circle at 15% 0,rgba(154,61,255,.16),transparent 28%),
    radial-gradient(circle at 100% 20%,rgba(255,63,174,.13),transparent 32%),
    linear-gradient(180deg,rgba(17,27,62,.92),rgba(8,11,29,.96))!important;
}
.rbp-theme .rbp-upload-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.045),transparent);
  transform:translateX(-120%);
  animation:rbpSoftSweep 7s ease-in-out infinite;
}
.rbp-theme .rbp-upload-note{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  margin:0 0 18px;
  border-radius:14px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  color:#dce4ff;
  position:relative;
  z-index:1;
}
.rbp-theme .rbp-upload-note strong{
  color:#fff;
  white-space:nowrap;
}
.rbp-theme .rbp-upload-note span{
  color:#cbd4ee;
  line-height:1.55;
}
.rbp-theme .rbp-upload-form{
  position:relative;
  z-index:1;
  gap:18px!important;
}
.rbp-theme .rbp-upload-form label{
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.065);
}
.rbp-theme .rbp-upload-form input,
.rbp-theme .rbp-upload-form select,
.rbp-theme .rbp-upload-form textarea{
  margin-top:3px;
}
.rbp-theme .rbp-upload-form input[type="file"]{
  min-height:auto!important;
  padding:12px!important;
  cursor:pointer;
  border-style:dashed!important;
}
.rbp-theme .rbp-upload-submit{
  justify-self:end;
  min-width:210px;
}
@keyframes rbpSoftSweep{
  0%,70%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}
@media (max-width:620px){
  .rbp-theme .rbp-reset-dialog{padding:22px 18px;border-radius:18px}
  .rbp-theme .rbp-reset-dialog h2{font-size:26px!important}
  .rbp-theme .rbp-upload-panel{padding:18px!important;border-radius:18px!important}
  .rbp-theme .rbp-upload-note{display:grid;gap:6px}
  .rbp-theme .rbp-upload-submit{width:100%;justify-self:stretch}
}

/* === VideoBundle Pro v1.7 unique mobile dock + seller finance fixes === */
.rbp-mobile-dock{display:none}
.rbp-theme .rbp-seller-shell h2{margin:28px 0 14px;letter-spacing:-.035em}
.rbp-theme .rbp-seller-stats .rbp-dash-card,
.rbp-theme .rbp-seller-mini-stats .rbp-dash-card{
  position:relative;overflow:hidden;isolation:isolate;border-color:rgba(154,61,255,.18)
}
.rbp-theme .rbp-seller-stats .rbp-dash-card:before{
  content:"";position:absolute;inset:-60% -30% auto auto;width:130px;height:130px;border-radius:999px;background:radial-gradient(circle,rgba(255,63,174,.23),transparent 66%);z-index:-1
}
.rbp-theme .rbp-seller-stats .rbp-dash-card>span:first-child{display:inline-grid;place-items:center;width:38px;height:38px;margin-bottom:12px;border-radius:13px;background:linear-gradient(135deg,rgba(154,61,255,.32),rgba(255,63,174,.22));color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.24)}
.rbp-theme .rbp-seller-stats .rbp-dash-card svg{width:21px;height:21px}
.rbp-theme .rbp-seller-stats .rbp-dash-card small{display:block;color:#bcc6e2;font-weight:800;margin-top:4px}
.rbp-theme .rbp-income-card{border-color:rgba(66,245,123,.34)!important;background:radial-gradient(circle at 88% 0,rgba(66,245,123,.15),transparent 36%),linear-gradient(180deg,rgba(24,43,72,.92),rgba(8,12,29,.96))!important}
.rbp-theme .rbp-seller-actions{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0 24px}
.rbp-theme .rbp-withdraw-panel{border-color:rgba(255,63,174,.2)!important;background:radial-gradient(circle at 0 0,rgba(154,61,255,.16),transparent 35%),linear-gradient(180deg,rgba(18,28,63,.92),rgba(8,11,29,.96))!important}
.rbp-theme .rbp-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.rbp-theme .rbp-panel-head h2{margin:0 0 5px!important}
.rbp-theme .rbp-panel-head p{margin:0;color:#bdc7e4;line-height:1.55}
.rbp-theme .rbp-balance-chip{display:inline-flex;align-items:center;white-space:nowrap;padding:10px 13px;border-radius:999px;background:rgba(66,245,123,.12);border:1px solid rgba(66,245,123,.32);color:#74ff9f;box-shadow:0 12px 30px rgba(66,245,123,.08)}
.rbp-theme .rbp-withdraw-form button:disabled,
.rbp-theme .rbp-withdraw-form input:disabled,
.rbp-theme .rbp-withdraw-form select:disabled,
.rbp-theme .rbp-withdraw-form textarea:disabled{opacity:.55;cursor:not-allowed}
.rbp-theme .rbp-status-approved{box-shadow:0 0 0 1px rgba(66,245,123,.12) inset}
.rbp-theme .rbp-status-pending{box-shadow:0 0 0 1px rgba(255,211,68,.12) inset}
.rbp-theme .rbp-status-rejected{box-shadow:0 0 0 1px rgba(255,95,101,.14) inset}

@media (max-width:768px){
  body.rbp-theme{padding-bottom:98px!important}
  body.rbp-theme .rbp-main{padding-bottom:18px!important}
  body.rbp-theme .rbp-site-header{padding-bottom:0!important}
  body.rbp-theme .rbp-mobile-dock{
    position:fixed!important;left:10px!important;right:10px!important;bottom:12px!important;z-index:998!important;
    display:grid!important;grid-template-columns:1fr 1fr 74px 1fr 1fr!important;align-items:end!important;gap:4px!important;
    min-height:70px!important;padding:9px 8px 8px!important;border-radius:26px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    background:linear-gradient(180deg,rgba(14,22,52,.82),rgba(5,8,22,.93))!important;
    box-shadow:0 22px 70px rgba(0,0,0,.58),0 0 0 1px rgba(154,61,255,.11),0 0 48px rgba(154,61,255,.18)!important;
    backdrop-filter:blur(22px)!important;-webkit-backdrop-filter:blur(22px)!important;
    overflow:visible!important;isolation:isolate!important;
  }
  body.rbp-theme .rbp-mobile-dock:before{
    content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(120deg,rgba(154,61,255,.7),rgba(255,63,174,.18),rgba(255,113,73,.6));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.7
  }
  body.rbp-theme .rbp-mobile-dock:after{
    content:"";position:absolute;left:50%;top:-20px;width:126px;height:42px;translate:-50% 0;border-radius:999px;background:radial-gradient(circle,rgba(255,63,174,.22),transparent 70%);filter:blur(8px);z-index:-1;pointer-events:none
  }
  body.rbp-theme .rbp-mobile-dock-item{
    position:relative!important;display:grid!important;place-items:center!important;align-content:center!important;gap:4px!important;
    min-width:0!important;min-height:54px!important;border-radius:18px!important;color:#aeb8df!important;font-size:10px!important;font-weight:900!important;line-height:1!important;text-align:center!important;transition:transform .2s ease,color .2s ease,background .2s ease!important;-webkit-tap-highlight-color:transparent!important
  }
  body.rbp-theme .rbp-mobile-dock-item svg{width:22px!important;height:22px!important;display:block!important;overflow:visible!important;stroke-width:2!important}
  body.rbp-theme .rbp-mobile-dock-item span{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  body.rbp-theme .rbp-mobile-dock-item:hover,
  body.rbp-theme .rbp-mobile-dock-item.is-active{color:#fff!important;background:rgba(255,255,255,.07)!important;transform:translateY(-2px)!important}
  body.rbp-theme .rbp-mobile-dock-item.is-active:after{content:"";position:absolute;bottom:5px;width:4px;height:4px;border-radius:999px;background:#ff4bb5;box-shadow:0 0 18px #ff4bb5}
  body.rbp-theme .rbp-mobile-dock-main{min-height:78px!important;margin-top:-30px!important;color:#fff!important;background:transparent!important;align-self:start!important}
  body.rbp-theme .rbp-mobile-dock-main i{display:grid!important;place-items:center!important;width:62px!important;height:62px!important;border-radius:22px!important;background:linear-gradient(135deg,#8b35ff,#ff3fae 55%,#ff7a45)!important;box-shadow:0 20px 42px rgba(255,63,174,.35),0 0 0 6px rgba(8,10,25,.86)!important;font-style:normal!important;animation:rbpDockPulse 3.8s ease-in-out infinite!important}
  body.rbp-theme .rbp-mobile-dock-main svg{width:27px!important;height:27px!important;color:#fff!important}
  body.rbp-theme .rbp-mobile-dock-main span{margin-top:1px;color:#fff!important;text-shadow:0 6px 18px rgba(0,0,0,.45)}
  body.rbp-theme .rbp-mobile-dock-main.is-active:after{bottom:-1px}
  body.rbp-theme .rbp-menu-toggle{display:none!important}
  body.rbp-theme nav.rbp-nav{display:none!important}
  body.rbp-theme .rbp-header-actions{display:none!important}
  body.rbp-theme .rbp-header-inner{justify-content:center!important}
  body.rbp-theme .rbp-logo{margin-inline:auto!important}
  body.rbp-theme .rbp-panel-head{display:grid!important;gap:10px!important}
  body.rbp-theme .rbp-balance-chip{justify-self:start!important}
  body.rbp-theme .rbp-seller-actions .rbp-btn{width:100%;justify-content:center}
}
@media (max-width:380px){
  body.rbp-theme .rbp-mobile-dock{left:7px!important;right:7px!important;grid-template-columns:1fr 1fr 66px 1fr 1fr!important;padding-inline:6px!important}
  body.rbp-theme .rbp-mobile-dock-item{font-size:9px!important;border-radius:15px!important}
  body.rbp-theme .rbp-mobile-dock-item svg{width:20px!important;height:20px!important}
  body.rbp-theme .rbp-mobile-dock-main i{width:56px!important;height:56px!important;border-radius:19px!important}
}
@keyframes rbpDockPulse{0%,100%{transform:translateY(0) scale(1);filter:saturate(1)}50%{transform:translateY(-3px) scale(1.035);filter:saturate(1.15)}}
@media (prefers-reduced-motion:reduce){
  body.rbp-theme .rbp-mobile-dock-main i{animation:none!important}
  body.rbp-theme .rbp-mobile-dock-item{transition:none!important}
}

/* === VideoBundle Pro v1.9: icon-only mobile dock + real marketplace polish === */
.rbp-theme .rbp-marketing-hero{overflow:hidden}
.rbp-theme .rbp-marketing-hero:after{
  content:"";position:absolute;left:8%;bottom:-120px;width:520px;height:220px;border-radius:999px;
  background:radial-gradient(circle,rgba(255,63,174,.16),transparent 68%);filter:blur(8px);pointer-events:none
}
.rbp-theme .rbp-premium-product-card{background:linear-gradient(180deg,rgba(28,18,55,.88),rgba(11,8,29,.94))!important}
.rbp-theme .rbp-hero-thumb{position:relative;overflow:hidden;border-radius:13px;margin:28px 0 18px;background:#0b1024;border:1px solid rgba(255,255,255,.08)}
.rbp-theme .rbp-hero-thumb img{width:100%;height:210px;object-fit:contain;background:#ffe7d3}
.rbp-theme .rbp-premium-product-card h2{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.1!important}
.rbp-theme .rbp-trust-row{max-width:680px}
.rbp-theme .rbp-trust-row .rbp-feature-mini{padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 26px rgba(0,0,0,.12)}
.rbp-theme .rbp-categories-section,.rbp-theme .rbp-featured-section,.rbp-theme .rbp-workflow-section,.rbp-theme .rbp-conversion-section{position:relative}
.rbp-theme .rbp-card{
  border-color:rgba(255,255,255,.10)!important;background:linear-gradient(180deg,rgba(18,28,60,.92),rgba(7,10,24,.96))!important;
  box-shadow:0 24px 70px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.05)!important;overflow:hidden!important
}
.rbp-theme .rbp-card:before{
  content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0,rgba(255,255,255,.055) 28%,transparent 54%);
  transform:translateX(-120%);transition:transform .7s cubic-bezier(.2,.9,.2,1);pointer-events:none
}
.rbp-theme .rbp-card:hover:before{transform:translateX(120%)}
.rbp-theme .rbp-card-art{background:#0a1026!important}
.rbp-theme .rbp-card-art img{width:100%;height:100%;object-fit:cover}
.rbp-theme .rbp-default-motivational-thumb{object-fit:contain!important;background:#ffe7d3!important}
.rbp-theme .rbp-card-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px}
.rbp-theme .rbp-card-actions a{white-space:nowrap}
.rbp-theme .rbp-cat-card{
  background:linear-gradient(180deg,rgba(22,34,73,.86),rgba(11,16,40,.95))!important;border-color:rgba(255,255,255,.075)!important;
  box-shadow:0 15px 45px rgba(0,0,0,.2);position:relative;overflow:hidden
}
.rbp-theme .rbp-cat-card:after{content:"";position:absolute;inset:auto -30% -50% -30%;height:70px;background:radial-gradient(circle,rgba(154,61,255,.24),transparent 65%);transition:.25s ease}
.rbp-theme .rbp-cat-card:hover:after{transform:translateY(-15px)}
.rbp-theme .rbp-process{overflow:hidden;position:relative}
.rbp-theme .rbp-process:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(120deg,rgba(154,61,255,.35),transparent,rgba(255,63,174,.22));opacity:.34;pointer-events:none}
.rbp-theme .rbp-upload-shell{max-width:980px;margin-inline:auto}
.rbp-theme .rbp-upload-panel{padding:30px!important;margin-top:0!important;border-radius:24px!important;background:radial-gradient(circle at 92% 0,rgba(255,63,174,.14),transparent 32%),linear-gradient(180deg,rgba(18,30,66,.94),rgba(8,10,27,.96))!important}
.rbp-theme .rbp-upload-form{display:grid!important;gap:18px!important}
.rbp-theme .rbp-upload-form input[type="file"]{padding:14px;border:1px dashed rgba(255,255,255,.22);background:rgba(255,255,255,.035)}
.rbp-theme .rbp-upload-submit{border-radius:13px!important;min-height:48px!important}

@media (max-width:768px){
  body.rbp-theme{padding-bottom:88px!important}
  body.rbp-theme .rbp-mobile-dock{
    left:14px!important;right:14px!important;bottom:12px!important;min-height:66px!important;height:66px!important;padding:7px!important;
    grid-template-columns:repeat(5,1fr)!important;align-items:center!important;gap:7px!important;border-radius:24px!important;
    background:linear-gradient(180deg,rgba(14,20,48,.74),rgba(4,7,18,.94))!important;
    box-shadow:0 24px 80px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.08),0 0 50px rgba(154,61,255,.20)!important
  }
  body.rbp-theme .rbp-mobile-dock:before{opacity:.86!important;background:linear-gradient(110deg,rgba(154,61,255,.78),rgba(255,63,174,.42),rgba(255,113,73,.78))!important}
  body.rbp-theme .rbp-mobile-dock:after{top:-16px;width:112px;height:28px;opacity:.75}
  body.rbp-theme .rbp-mobile-dock-item{
    min-height:50px!important;width:100%!important;border-radius:18px!important;display:grid!important;place-items:center!important;padding:0!important;
    color:#b9c1e5!important;background:transparent!important;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease!important
  }
  body.rbp-theme .rbp-mobile-dock-item span{display:none!important}
  body.rbp-theme .rbp-mobile-dock-item svg{width:23px!important;height:23px!important;filter:drop-shadow(0 6px 16px rgba(0,0,0,.28))}
  body.rbp-theme .rbp-mobile-dock-item:hover,
  body.rbp-theme .rbp-mobile-dock-item.is-active{transform:translateY(-3px)!important;color:#fff!important;background:rgba(255,255,255,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}
  body.rbp-theme .rbp-mobile-dock-item.is-active:after{bottom:7px!important;width:5px!important;height:5px!important;background:var(--rbp-pink)!important}
  body.rbp-theme .rbp-mobile-dock-main{min-height:58px!important;margin-top:0!important;align-self:center!important;background:transparent!important}
  body.rbp-theme .rbp-mobile-dock-main i{
    width:54px!important;height:54px!important;border-radius:19px!important;background:var(--rbp-grad)!important;
    box-shadow:0 18px 42px rgba(255,63,174,.34),0 0 0 5px rgba(7,9,23,.88),inset 0 1px 0 rgba(255,255,255,.2)!important;
    animation:rbpDockGlow 3.4s ease-in-out infinite!important
  }
  body.rbp-theme .rbp-mobile-dock-main svg{width:26px!important;height:26px!important}
  body.rbp-theme .rbp-hero h1{font-size:clamp(31px,8.3vw,38px)!important;line-height:1.13!important;letter-spacing:-.045em!important}
  body.rbp-theme .rbp-hero p{font-size:15px!important;line-height:1.62!important}
  body.rbp-theme .rbp-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  body.rbp-theme .rbp-hero-actions .rbp-btn{width:100%!important;min-height:48px!important;border-radius:12px!important}
  body.rbp-theme .rbp-feature-row{grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:22px!important}
  body.rbp-theme .rbp-feature-mini{white-space:normal!important;font-size:12px!important;justify-content:center;text-align:center}
  body.rbp-theme .rbp-hero-thumb img{height:190px!important}
  body.rbp-theme .rbp-card-foot{display:grid!important;gap:12px!important;align-items:stretch!important}
  body.rbp-theme .rbp-card-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  body.rbp-theme .rbp-card-actions a{justify-content:center!important;width:100%!important;padding:0 10px!important}
  body.rbp-theme .rbp-how-grid{grid-template-columns:1fr!important;gap:12px!important;overflow:hidden!important}
  body.rbp-theme .rbp-steps{display:grid!important;grid-template-columns:repeat(5,minmax(68px,1fr))!important;gap:8px!important;overflow-x:auto!important;padding-bottom:4px!important;scroll-snap-type:x proximity!important}
  body.rbp-theme .rbp-step{min-width:68px!important;scroll-snap-align:center!important}
  body.rbp-theme .rbp-step p{font-size:10px!important;line-height:1.25!important;word-break:normal!important}
  body.rbp-theme .rbp-upload-panel{padding:20px!important;border-radius:20px!important}
}
@media (max-width:380px){
  body.rbp-theme .rbp-mobile-dock{left:9px!important;right:9px!important;gap:4px!important;padding:6px!important;border-radius:21px!important}
  body.rbp-theme .rbp-mobile-dock-item{border-radius:15px!important}
  body.rbp-theme .rbp-mobile-dock-item svg{width:21px!important;height:21px!important}
  body.rbp-theme .rbp-mobile-dock-main i{width:50px!important;height:50px!important;border-radius:17px!important}
}
@keyframes rbpDockGlow{0%,100%{transform:translateY(0) scale(1);filter:saturate(1)}50%{transform:translateY(-2px) scale(1.04);filter:saturate(1.2)}}


/* === VideoBundle Pro v1.9: remove mobile dock active dots === */
@media (max-width:768px){
  body.rbp-theme .rbp-mobile-dock-item::after,
  body.rbp-theme .rbp-mobile-dock-item.is-active::after,
  body.rbp-theme .rbp-mobile-dock-main.is-active::after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  body.rbp-theme .rbp-mobile-dock-item.is-active{
    background:rgba(255,255,255,.09)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(154,61,255,.12)!important;
  }
}


/* === VideoBundle Pro v2.3: exclusive multi-ZIP bundle stock states === */
.rbp-theme .rbp-card-buy-btn.is-disabled,
.rbp-theme .rbp-btn-disabled{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  min-height:42px!important;padding:0 16px!important;border-radius:9px!important;
  border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.07)!important;
  color:#aeb8d5!important;box-shadow:none!important;cursor:not-allowed!important;pointer-events:none!important;
  opacity:.82!important;text-decoration:none!important;font-weight:900!important
}
.rbp-theme .rbp-card-buy-btn.is-disabled{min-height:36px!important;padding:0 12px!important;font-size:12px!important}
.rbp-theme .rbp-card-buy-btn.rbp-card-owned{background:linear-gradient(135deg,#168e5a,#37c978)!important;box-shadow:0 12px 26px rgba(55,201,120,.18)!important}
.rbp-theme .rbp-exclusive-state{max-width:760px;margin:54px auto!important;text-align:center;padding:38px!important}
.rbp-theme .rbp-exclusive-state h2{font-size:32px;margin:0 0 10px}
.rbp-theme .rbp-exclusive-state p{color:#cbd4ee;line-height:1.65}

/* v2.3 multi-ZIP stock indicators */
.rbp-stock-note {
  margin: 8px 0 12px;
  font-size: 13px;
  line-height: 1.5;
  opacity: .82;
}
.rbp-upload-form label small {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.5;
  opacity: .72;
}

/* === VideoBundle Pro v2.4: category fallback covers, sharing, and single-page polish === */
.rbp-theme .rbp-default-category-thumb{
  object-fit:cover!important;
  object-position:center!important;
  background:#0a1026!important;
}

body.rbp-theme .rbp-single-layout{
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
  gap:32px;
  align-items:start;
  padding-top:48px;
  padding-bottom:70px;
}
body.rbp-theme .rbp-single-main{min-width:0}
body.rbp-theme .rbp-single-media{
  position:relative;
  aspect-ratio:16/10;
  min-height:420px;
  border-radius:24px;
  background:linear-gradient(145deg,#0b1128,#101a3d);
  box-shadow:0 30px 80px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06);
}
body.rbp-theme .rbp-single-media video,
body.rbp-theme .rbp-single-media .rbp-card-art,
body.rbp-theme .rbp-single-media .rbp-card-art img{
  display:block;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  border-radius:inherit;
}
body.rbp-theme .rbp-single-media video{background:#050815}
body.rbp-theme .rbp-single-media .rbp-card-art:before{
  background:linear-gradient(180deg,transparent 48%,rgba(3,6,18,.58));
}
body.rbp-theme .rbp-single-media-badges{
  position:absolute;
  z-index:3;
  left:18px;
  bottom:18px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  pointer-events:none;
}
body.rbp-theme .rbp-single-media-badges span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  color:#fff;
  background:rgba(5,8,22,.72);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  font-size:12px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}
body.rbp-theme .rbp-single-media-badges .rbp-auto-cover-badge{
  background:linear-gradient(135deg,rgba(154,61,255,.84),rgba(255,63,174,.8));
}
body.rbp-theme .rbp-single-trust-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:14px 0 0;
}
body.rbp-theme .rbp-single-trust-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:13px;
  color:#dce4ff;
  background:rgba(255,255,255,.035);
  font-size:12px;
  font-weight:800;
  text-align:center;
}
body.rbp-theme .rbp-single-trust-strip svg{width:18px;height:18px;color:#b68aff;flex:0 0 auto}
body.rbp-theme .rbp-single-description{
  margin-top:18px;
  padding:30px;
  border-radius:22px;
}
body.rbp-theme .rbp-single-description h2{font-size:25px;margin:0 0 12px}
body.rbp-theme .rbp-single-section-label{
  display:block;
  margin-bottom:5px;
  color:#b992ff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.rbp-theme .rbp-license-card{
  margin-top:28px;
  padding:20px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(154,61,255,.10),rgba(255,63,174,.06));
}
body.rbp-theme .rbp-license-card h2{font-size:19px;margin-bottom:6px}
body.rbp-theme .rbp-license-card p{margin:0;color:#cbd4ee}

body.rbp-theme .rbp-single-side{
  top:92px;
  margin:0;
  padding:28px;
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0,rgba(255,63,174,.14),transparent 34%),
    linear-gradient(180deg,rgba(18,29,60,.96),rgba(8,11,28,.98));
}
body.rbp-theme .rbp-single-kicker{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
body.rbp-theme .rbp-single-category{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 11px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,rgba(154,61,255,.82),rgba(255,63,174,.78));
  font-size:11px;
  font-weight:950;
}
body.rbp-theme .rbp-single-stock-live{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#aef1ca;
  font-size:11px;
  font-weight:900;
}
body.rbp-theme .rbp-single-stock-live i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#42f57b;
  box-shadow:0 0 0 5px rgba(66,245,123,.10),0 0 16px rgba(66,245,123,.48);
}
body.rbp-theme .rbp-single-side h1{
  margin:0 0 12px;
  font-size:clamp(31px,3.2vw,43px);
  line-height:1.08;
  letter-spacing:-.05em;
}
body.rbp-theme .rbp-single-seller{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  color:#aeb9d8;
  font-size:12px;
}
body.rbp-theme .rbp-single-seller strong{color:#eef2ff}
body.rbp-theme .rbp-single-seller-avatar{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  color:#fff;
  background:var(--rbp-grad);
  font-size:12px;
  font-weight:950;
  box-shadow:0 10px 24px rgba(154,61,255,.22);
}
body.rbp-theme .rbp-single-side .rbp-price{
  margin:0 0 18px;
  font-size:36px;
  line-height:1;
  letter-spacing:-.05em;
  font-weight:950;
}
body.rbp-theme .rbp-single-side .rbp-meta-list{gap:8px;margin:0 0 18px}
body.rbp-theme .rbp-single-side .rbp-meta-item{
  min-height:46px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.055);
  background:rgba(255,255,255,.035);
}
body.rbp-theme .rbp-single-side .rbp-meta-item span{color:#aeb9d8;font-size:12px}
body.rbp-theme .rbp-single-side .rbp-meta-item strong{color:#fff;font-size:12px}
body.rbp-theme .rbp-single-purchase .rbp-alert{margin:0 0 12px;font-size:12px;line-height:1.55}
body.rbp-theme .rbp-buy-wide{width:100%!important;min-height:50px!important;border-radius:13px!important}

body.rbp-theme .rbp-share-box{
  margin-top:18px;
  padding:17px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:17px;
  background:rgba(255,255,255,.035);
}
body.rbp-theme .rbp-share-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:13px;
}
body.rbp-theme .rbp-share-heading span{display:block;color:#9faacd;font-size:11px;margin-bottom:2px}
body.rbp-theme .rbp-share-heading strong{display:block;color:#fff;font-size:15px}
body.rbp-theme .rbp-share-heading>svg{width:22px;height:22px;color:#c394ff}
body.rbp-theme .rbp-share-primary{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:43px;
  border:0;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(135deg,rgba(154,61,255,.96),rgba(255,63,174,.94));
  box-shadow:0 12px 30px rgba(154,61,255,.20);
  cursor:pointer;
  font:inherit;
  font-size:12px;
  font-weight:950;
  transition:transform .2s ease,box-shadow .2s ease;
}
body.rbp-theme .rbp-share-primary:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(154,61,255,.28)}
body.rbp-theme .rbp-share-primary svg{width:17px;height:17px}
body.rbp-theme .rbp-share-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
  margin-top:9px;
}
body.rbp-theme .rbp-share-links a,
body.rbp-theme .rbp-share-links button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:36px;
  padding:7px 6px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:9px;
  color:#dbe3ff;
  background:rgba(255,255,255,.04);
  cursor:pointer;
  font:inherit;
  font-size:10px;
  font-weight:850;
  text-decoration:none;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
body.rbp-theme .rbp-share-links a:hover,
body.rbp-theme .rbp-share-links button:hover{
  color:#fff;
  border-color:rgba(183,130,255,.35);
  background:rgba(154,61,255,.12);
}
body.rbp-theme .rbp-share-links svg{width:14px;height:14px}
body.rbp-theme .rbp-share-status{
  display:block;
  min-height:15px;
  padding-top:7px;
  color:#7cf1ae;
  font-size:10px;
  font-weight:850;
  text-align:center;
}
body.rbp-theme .rbp-share-status.is-error{color:#ff9094}

body.rbp-theme .rbp-category-cover-preview{
  display:grid;
  grid-template-columns:minmax(170px,230px) 1fr;
  gap:18px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(154,61,255,.08),rgba(255,63,174,.04));
}
body.rbp-theme .rbp-category-cover-preview img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.08);
  background:#080d20;
}
body.rbp-theme .rbp-category-cover-preview span{
  display:block;
  margin-bottom:5px;
  color:#b995ff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.rbp-theme .rbp-category-cover-preview strong{display:block;color:#fff;font-size:17px;margin-bottom:5px}
body.rbp-theme .rbp-category-cover-preview small{display:block;color:#aeb9d7;line-height:1.5}

body.rbp-theme :where(.rbp-share-primary,.rbp-share-links a,.rbp-share-links button,.rbp-btn):focus-visible{
  outline:3px solid rgba(197,153,255,.55);
  outline-offset:3px;
}

@media (max-width:960px){
  body.rbp-theme .rbp-single-layout{grid-template-columns:1fr;gap:18px;padding-top:28px}
  body.rbp-theme .rbp-single-side{position:static;order:-1}
  body.rbp-theme .rbp-single-media{min-height:360px}
}
@media (max-width:640px){
  body.rbp-theme .rbp-single-layout{padding-inline:14px;padding-bottom:40px}
  body.rbp-theme .rbp-single-side{padding:21px;border-radius:20px}
  body.rbp-theme .rbp-single-side h1{font-size:31px}
  body.rbp-theme .rbp-single-media{min-height:0;aspect-ratio:4/3;border-radius:18px}
  body.rbp-theme .rbp-single-media-badges{left:12px;bottom:12px}
  body.rbp-theme .rbp-single-media-badges span{min-height:29px;padding:0 10px;font-size:10px}
  body.rbp-theme .rbp-single-trust-strip{grid-template-columns:1fr;gap:7px}
  body.rbp-theme .rbp-single-trust-strip span{justify-content:flex-start;min-height:41px}
  body.rbp-theme .rbp-single-description{padding:21px;border-radius:18px}
  body.rbp-theme .rbp-share-links{grid-template-columns:1fr 1fr}
  body.rbp-theme .rbp-category-cover-preview{grid-template-columns:1fr;gap:12px}
  body.rbp-theme .rbp-category-cover-preview img{aspect-ratio:16/9}
}

/* === VideoBundle Pro v2.5 original light marketplace homepage === */
body.rbp-theme{
  --rbp-bg:#f6f8fc;
  --rbp-bg2:#ffffff;
  --rbp-card:#ffffff;
  --rbp-card2:#f8f9fd;
  --rbp-line:rgba(90,67,216,.18);
  --rbp-line2:#e7eaf2;
  --rbp-text:#16213c;
  --rbp-muted:#69738a;
  --rbp-soft:#8c94a8;
  --rbp-shadow:0 24px 70px rgba(31,38,70,.10);
  background:#f6f8fc!important;
  color:#16213c!important;
}
body.rbp-theme .rbp-main{
  background:
    radial-gradient(circle at 88% 4%,rgba(154,61,255,.08),transparent 28%),
    radial-gradient(circle at 8% 22%,rgba(49,125,255,.06),transparent 25%),
    #f6f8fc!important;
}
body.rbp-theme a{color:inherit}
body.rbp-theme .rbp-site-header{
  border-bottom:1px solid #e6e9f1!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 8px 30px rgba(36,43,76,.06)!important;
}
body.rbp-theme .rbp-logo{color:#15203a!important}
body.rbp-theme .rbp-nav a{color:#38445e!important}
body.rbp-theme .rbp-menu-toggle{
  color:#17213b!important;
  border-color:#e0e4ed!important;
  background:#fff!important;
}
body.rbp-theme .rbp-btn-outline{
  color:#26314a!important;
  border-color:#d7dce8!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(38,49,74,.05)!important;
}
body.rbp-theme .rbp-btn-outline:hover{border-color:#9a65f0!important;color:#6c34d7!important}
body.rbp-theme .rbp-mobile-dock{
  border-color:#e1e5ef!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 18px 45px rgba(34,42,74,.16)!important;
}
body.rbp-theme .rbp-mobile-dock-item{color:#68738a!important}
body.rbp-theme .rbp-mobile-dock-item.is-active{color:#7e3fe8!important}

body.rbp-theme .rbp-discovery-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 58px;
  border-bottom:1px solid #e8eaf1;
  background:
    linear-gradient(120deg,rgba(249,246,255,.95),rgba(255,255,255,.98) 46%,rgba(242,248,255,.96)),
    #fff;
}
body.rbp-theme .rbp-discovery-hero:before,
body.rbp-theme .rbp-discovery-hero:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  filter:blur(3px);
}
body.rbp-theme .rbp-discovery-hero:before{
  width:360px;height:360px;right:-150px;top:-160px;
  background:radial-gradient(circle,rgba(154,61,255,.16),transparent 68%);
}
body.rbp-theme .rbp-discovery-hero:after{
  width:310px;height:310px;left:-170px;bottom:-190px;
  background:radial-gradient(circle,rgba(32,126,255,.11),transparent 70%);
}
body.rbp-theme .rbp-discovery-shell{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);
  gap:72px;
  align-items:center;
}
body.rbp-theme .rbp-discovery-copy{min-width:0}
body.rbp-theme .rbp-discovery-copy .rbp-kicker{
  color:#6c36d7!important;
  border-color:#e6dcfb!important;
  background:#f5efff!important;
  box-shadow:none!important;
}
body.rbp-theme .rbp-discovery-copy h1{
  max-width:760px;
  margin:22px 0 17px;
  color:#111b34!important;
  font-size:clamp(43px,5.6vw,70px);
  line-height:1.02;
  letter-spacing:-.058em;
  font-weight:950;
}
body.rbp-theme .rbp-discovery-copy>p{
  max-width:650px;
  margin:0;
  color:#626d83!important;
  font-size:18px;
  line-height:1.68;
}
body.rbp-theme .rbp-market-search{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  max-width:650px;
  min-height:62px;
  margin-top:28px;
  padding:7px 8px 7px 18px;
  border:1px solid #dfe3ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 45px rgba(38,47,82,.10);
}
body.rbp-theme .rbp-market-search-icon{
  display:grid;
  place-items:center;
  color:#8e97aa;
}
body.rbp-theme .rbp-market-search-icon svg{width:21px;height:21px}
body.rbp-theme .rbp-market-search input{
  min-width:0;
  height:46px;
  padding:0 4px;
  border:0!important;
  outline:0!important;
  color:#18223b!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:14px;
}
body.rbp-theme .rbp-market-search input::placeholder{color:#9aa2b3}
body.rbp-theme .rbp-market-search button{
  min-height:46px;
  padding:0 22px;
  border:0;
  border-radius:12px;
  color:#fff;
  background:var(--rbp-grad);
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(154,61,255,.20);
}
body.rbp-theme .rbp-market-search-compact{
  max-width:720px;
  margin:0 auto 24px;
}
body.rbp-theme .rbp-discovery-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
body.rbp-theme .rbp-quick-categories{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:26px;
}
body.rbp-theme .rbp-quick-categories a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:37px;
  padding:0 12px;
  border:1px solid #e1e5ee;
  border-radius:999px;
  color:#515d75!important;
  background:rgba(255,255,255,.78);
  font-size:11px;
  font-weight:850;
  transition:.2s ease;
}
body.rbp-theme .rbp-quick-categories a:hover{
  color:#7037db!important;
  border-color:#cbb6f6;
  background:#faf7ff;
  transform:translateY(-2px);
}
body.rbp-theme .rbp-quick-categories svg{width:15px;height:15px;color:#9659eb}

body.rbp-theme .rbp-market-window{
  position:relative;
  overflow:hidden;
  border:1px solid #e0e4ed;
  border-radius:26px;
  background:#fff;
  box-shadow:0 34px 90px rgba(33,43,80,.15);
}
body.rbp-theme .rbp-market-window:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:var(--rbp-grad);
}
body.rbp-theme .rbp-market-window-bar{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  min-height:76px;
  padding:14px 20px;
  border-bottom:1px solid #e9ebf1;
  background:#fbfcfe;
}
body.rbp-theme .rbp-window-dots{display:flex;gap:5px}
body.rbp-theme .rbp-window-dots i{display:block;width:8px;height:8px;border-radius:50%;background:#d3d8e4}
body.rbp-theme .rbp-window-dots i:nth-child(1){background:#ff7d7f}
body.rbp-theme .rbp-window-dots i:nth-child(2){background:#ffc75e}
body.rbp-theme .rbp-window-dots i:nth-child(3){background:#50ce8a}
body.rbp-theme .rbp-market-window-bar strong{display:block;color:#18223b;font-size:14px}
body.rbp-theme .rbp-market-window-bar small{display:block;margin-top:2px;color:#8b94a7;font-size:10px}
body.rbp-theme .rbp-market-window-bar>a{
  display:grid;
  place-items:center;
  width:37px;height:37px;
  border:1px solid #e1e5ed;
  border-radius:11px;
  color:#7340dc;
  background:#fff;
}
body.rbp-theme .rbp-market-window-bar>a svg{width:17px;height:17px}
body.rbp-theme .rbp-market-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:16px 18px 7px;
}
body.rbp-theme .rbp-market-metrics>div{
  min-width:0;
  padding:14px;
  border:1px solid #e8eaf1;
  border-radius:15px;
  background:#f8f9fc;
}
body.rbp-theme .rbp-market-metrics span{
  display:grid;
  place-items:center;
  width:31px;height:31px;
  margin-bottom:10px;
  border-radius:9px;
  color:#7440db;
  background:#eee7fc;
}
body.rbp-theme .rbp-market-metrics svg{width:17px;height:17px}
body.rbp-theme .rbp-market-metrics strong{
  display:block;
  overflow:hidden;
  color:#17213a;
  font-size:16px;
  line-height:1.2;
  text-overflow:ellipsis;
}
body.rbp-theme .rbp-market-metrics small{display:block;margin-top:4px;color:#8a93a7;font-size:9px}
body.rbp-theme .rbp-market-feed{display:grid;gap:9px;padding:12px 18px 17px}
body.rbp-theme .rbp-market-feed-item{
  display:grid;
  grid-template-columns:65px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  min-width:0;
  padding:10px;
  border:1px solid #e7eaf1;
  border-radius:16px;
  background:#fff;
  transition:.2s ease;
}
body.rbp-theme .rbp-market-feed-item:hover{
  border-color:#ccb7f4;
  box-shadow:0 12px 28px rgba(50,57,89,.08);
  transform:translateY(-2px);
}
body.rbp-theme .rbp-market-feed-image{
  display:grid;
  place-items:center;
  width:65px;
  aspect-ratio:1;
  overflow:hidden;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(135deg,#7b4dea,#f35fae);
}
body.rbp-theme .rbp-market-feed-image img{width:100%;height:100%;object-fit:cover}
body.rbp-theme .rbp-market-feed-image svg{width:23px;height:23px}
body.rbp-theme .rbp-market-feed-copy{min-width:0}
body.rbp-theme .rbp-market-feed-copy small{display:block;color:#8b58df;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
body.rbp-theme .rbp-market-feed-copy strong{
  display:block;
  overflow:hidden;
  margin:3px 0;
  color:#1a243d;
  font-size:12px;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.rbp-theme .rbp-market-feed-copy em{display:block;color:#8a93a5;font-size:9px;font-style:normal}
body.rbp-theme .rbp-market-feed-price{color:#ee3c98;font-size:13px;font-weight:950;white-space:nowrap}
body.rbp-theme .rbp-market-empty-state{
  padding:30px 20px;
  border:1px dashed #d8dce7;
  border-radius:17px;
  text-align:center;
  background:#fafbfe;
}
body.rbp-theme .rbp-market-empty-state>span{
  display:grid;
  place-items:center;
  width:52px;height:52px;
  margin:0 auto 12px;
  border-radius:15px;
  color:#7943df;
  background:#eee7fc;
}
body.rbp-theme .rbp-market-empty-state svg{width:25px;height:25px}
body.rbp-theme .rbp-market-empty-state strong{display:block;color:#18223b;font-size:15px}
body.rbp-theme .rbp-market-empty-state p{margin:7px 0 13px;color:#7c869a;font-size:11px}
body.rbp-theme .rbp-market-empty-state a{display:inline-flex;align-items:center;gap:6px;color:#7139d9;font-size:11px;font-weight:900}
body.rbp-theme .rbp-market-empty-state a svg{width:14px;height:14px}
body.rbp-theme .rbp-market-window-foot{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:13px 18px 17px;
  border-top:1px solid #ebedf2;
  background:#fbfcfe;
}
body.rbp-theme .rbp-market-window-foot span{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#707a8f;
  font-size:9px;
  font-weight:800;
  text-align:center;
}
body.rbp-theme .rbp-market-window-foot svg{width:14px;height:14px;color:#8050df}

/* Light content surfaces across the theme. */
body.rbp-theme .rbp-section,
body.rbp-theme .rbp-page-hero,
body.rbp-theme .rbp-categories-section,
body.rbp-theme .rbp-featured-section,
body.rbp-theme .rbp-workflow-section,
body.rbp-theme .rbp-conversion-section{color:#17213a!important;background:transparent!important}
body.rbp-theme .rbp-page-hero h1,
body.rbp-theme .rbp-section h2,
body.rbp-theme .rbp-section-title,
body.rbp-theme .rbp-process h3,
body.rbp-theme .rbp-panel h1,
body.rbp-theme .rbp-panel h2,
body.rbp-theme .rbp-panel h3{color:#17213a!important}
body.rbp-theme .rbp-page-hero p,
body.rbp-theme .rbp-content,
body.rbp-theme .rbp-panel p,
body.rbp-theme .rbp-cta-box p,
body.rbp-theme .rbp-quote p{color:#68738a!important}
body.rbp-theme .rbp-section-link{color:#743ddc!important}
body.rbp-theme .rbp-cat-card,
body.rbp-theme .rbp-card,
body.rbp-theme .rbp-process,
body.rbp-theme .rbp-stats,
body.rbp-theme .rbp-testimonial,
body.rbp-theme .rbp-cta-box,
body.rbp-theme .rbp-panel,
body.rbp-theme .rbp-dash-card,
body.rbp-theme .rbp-method,
body.rbp-theme .rbp-auth-card,
body.rbp-theme .rbp-upload-panel,
body.rbp-theme .rbp-withdraw-panel,
body.rbp-theme .rbp-income-card,
body.rbp-theme .rbp-license-card,
body.rbp-theme .rbp-share-box,
body.rbp-theme .rbp-category-cover-preview,
body.rbp-theme .rbp-single-description,
body.rbp-theme .rbp-single-side{
  border-color:#e2e6ef!important;
  background:#fff!important;
  box-shadow:0 18px 55px rgba(36,44,78,.08)!important;
}
body.rbp-theme .rbp-cat-card:hover,
body.rbp-theme .rbp-card:hover{border-color:#c7aef3!important;box-shadow:0 20px 48px rgba(69,48,120,.10)!important}
body.rbp-theme .rbp-cat-card strong{color:#29344c!important}
body.rbp-theme .rbp-cat-icon{color:#7641dc!important;background:#f0eafe!important}
body.rbp-theme .rbp-card-body{background:#fff!important}
body.rbp-theme .rbp-card-title,
body.rbp-theme .rbp-card-title a{color:#17213a!important}
body.rbp-theme .rbp-card-title a:hover{color:#7c3fe2!important}
body.rbp-theme .rbp-card-meta{color:#6d7890!important}
body.rbp-theme .rbp-card-meta strong{color:#27324a!important}
body.rbp-theme .rbp-stock-note{color:#7b8599!important}
body.rbp-theme .rbp-card-preview-btn{
  color:#33405a!important;
  border-color:#dce1eb!important;
  background:#fff!important;
}
body.rbp-theme .rbp-card-buy-btn{color:#fff!important}
body.rbp-theme .rbp-step{color:#3c4860!important}
body.rbp-theme .rbp-step-icon{color:#fff!important;box-shadow:0 13px 30px rgba(85,64,177,.18)!important}
body.rbp-theme .rbp-step-num{color:#fff!important}
body.rbp-theme .rbp-stats{overflow:hidden!important}
body.rbp-theme .rbp-stat{border-color:#e8eaf1!important}
body.rbp-theme .rbp-stat strong{color:#18223b!important}
body.rbp-theme .rbp-stat span{color:#7b8599!important}
body.rbp-theme .rbp-quote{border-color:#e7eaf1!important;background:#f8f9fc!important}
body.rbp-theme .rbp-person strong{color:#27324b!important}
body.rbp-theme .rbp-person small{color:#818b9e!important}
body.rbp-theme .rbp-visual-icon{color:#fff!important}
body.rbp-theme .rbp-empty{
  color:#727d92!important;
  border-color:#d8dde7!important;
  background:#fff!important;
}

body.rbp-theme .rbp-form label{color:#344057!important}
body.rbp-theme .rbp-form input,
body.rbp-theme .rbp-form select,
body.rbp-theme .rbp-form textarea,
body.rbp-theme .rbp-newsletter input{
  color:#18223b!important;
  border-color:#dce1eb!important;
  background:#fff!important;
}
body.rbp-theme .rbp-form input::placeholder,
body.rbp-theme .rbp-form textarea::placeholder,
body.rbp-theme .rbp-newsletter input::placeholder{color:#9aa2b3!important}
body.rbp-theme .rbp-form small,
body.rbp-theme .rbp-file-name{color:#7d879b!important}
body.rbp-theme .rbp-file-picker{border-color:#cfd5e1!important;background:#fafbfe!important}
body.rbp-theme .rbp-form input[type="file"]{color:#657086!important;background:#fff!important}
body.rbp-theme .rbp-alert{color:#3a465e!important;border-color:#dce1ea!important;background:#f6f8fc!important}
body.rbp-theme .rbp-alert-success{color:#197344!important;border-color:#bfe8d0!important;background:#edf9f2!important}
body.rbp-theme .rbp-alert-error{color:#a8383d!important;border-color:#efc6c8!important;background:#fff1f2!important}
body.rbp-theme .rbp-auth-text,
body.rbp-theme .rbp-auth-switch,
body.rbp-theme .rbp-upload-note{color:#778196!important}
body.rbp-theme .rbp-small-switch,
body.rbp-theme .rbp-link-button{color:#7138d8!important}

body.rbp-theme .rbp-dash-card strong,
body.rbp-theme .rbp-income-card strong,
body.rbp-theme .rbp-balance-chip strong{color:#17213a!important}
body.rbp-theme .rbp-dash-card span,
body.rbp-theme .rbp-income-card span,
body.rbp-theme .rbp-balance-chip span{color:#7a8599!important}
body.rbp-theme .rbp-table-wrap{border-color:#dfe3ec!important;background:#fff!important}
body.rbp-theme .rbp-table{background:#fff!important}
body.rbp-theme .rbp-table th{color:#334058!important;background:#f5f7fb!important}
body.rbp-theme .rbp-table td{color:#5e6980!important;border-color:#e9ebf1!important}
body.rbp-theme .rbp-table a{color:#7139d8!important}
body.rbp-theme .rbp-method span{color:#6f7a90!important}
body.rbp-theme .rbp-method strong{color:#253149!important}

body.rbp-theme .rbp-single-media{border-color:#dfe3ec!important;background:#eef1f7!important;box-shadow:0 24px 65px rgba(36,43,75,.12)!important}
body.rbp-theme .rbp-single-side h1{color:#15203a!important}
body.rbp-theme .rbp-single-seller{color:#7a8498!important}
body.rbp-theme .rbp-single-seller strong{color:#2a354d!important}
body.rbp-theme .rbp-meta-item,
body.rbp-theme .rbp-single-side .rbp-meta-item,
body.rbp-theme .rbp-single-trust-strip span{
  color:#4f5b73!important;
  border-color:#e5e8ef!important;
  background:#f7f8fc!important;
}
body.rbp-theme .rbp-single-side .rbp-meta-item span{color:#7c869a!important}
body.rbp-theme .rbp-single-side .rbp-meta-item strong{color:#28334b!important}
body.rbp-theme .rbp-single-trust-strip svg{color:#7c45df!important}
body.rbp-theme .rbp-license-card p{color:#657087!important}
body.rbp-theme .rbp-share-heading span{color:#7d879b!important}
body.rbp-theme .rbp-share-heading strong{color:#253049!important}
body.rbp-theme .rbp-share-links a,
body.rbp-theme .rbp-share-links button{
  color:#4f5b73!important;
  border-color:#dde2eb!important;
  background:#f8f9fc!important;
}
body.rbp-theme .rbp-share-links a:hover,
body.rbp-theme .rbp-share-links button:hover{color:#7139d8!important;border-color:#cbb7f2!important;background:#f5efff!important}
body.rbp-theme .rbp-category-cover-preview strong{color:#27324a!important}
body.rbp-theme .rbp-category-cover-preview small{color:#727d92!important}

body.rbp-theme .rbp-site-footer{
  color:#354158!important;
  border-top-color:#e2e6ee!important;
  background:#fff!important;
}
body.rbp-theme .rbp-footer-title{color:#1c273f!important}
body.rbp-theme .rbp-footer p,
body.rbp-theme .rbp-footer a{color:#6e7990!important}
body.rbp-theme .rbp-footer a:hover{color:#7139d8!important}
body.rbp-theme .rbp-social{color:#7d45df!important}
body.rbp-theme .rbp-copyright{color:#8790a2!important;border-top-color:#e8eaf0!important}
body.rbp-theme .rbp-pay-badges span{color:#6831cf!important;background:#f1ebfd!important}

@media (max-width:1040px){
  body.rbp-theme .rbp-discovery-shell{grid-template-columns:1fr;gap:42px}
  body.rbp-theme .rbp-discovery-copy{text-align:center}
  body.rbp-theme .rbp-discovery-copy h1,
  body.rbp-theme .rbp-discovery-copy>p,
  body.rbp-theme .rbp-market-search{margin-left:auto;margin-right:auto}
  body.rbp-theme .rbp-discovery-actions,
  body.rbp-theme .rbp-quick-categories{justify-content:center}
  body.rbp-theme .rbp-market-window{max-width:720px;margin-inline:auto;width:100%}
}
@media (max-width:768px){
  body.rbp-theme nav.rbp-nav.is-open{
    border-top:1px solid #e5e8ef!important;
    background:#fff!important;
    box-shadow:0 18px 34px rgba(34,42,73,.10)!important;
  }
  body.rbp-theme nav.rbp-nav.is-open a{color:#33405a!important}
  body.rbp-theme .rbp-discovery-hero{padding:45px 0 40px}
  body.rbp-theme .rbp-discovery-copy h1{font-size:clamp(38px,10vw,52px)}
  body.rbp-theme .rbp-discovery-copy>p{font-size:16px}
  body.rbp-theme .rbp-market-metrics{grid-template-columns:1fr 1fr}
  body.rbp-theme .rbp-market-metrics>div:last-child{grid-column:1/-1}
}
@media (max-width:560px){
  body.rbp-theme .rbp-discovery-copy{text-align:left}
  body.rbp-theme .rbp-discovery-copy h1{font-size:39px;line-height:1.08}
  body.rbp-theme .rbp-discovery-copy>p{font-size:15px}
  body.rbp-theme .rbp-market-search{
    grid-template-columns:auto minmax(0,1fr);
    padding:8px 10px 8px 15px;
    border-radius:15px;
  }
  body.rbp-theme .rbp-market-search button{grid-column:1/-1;width:100%}
  body.rbp-theme .rbp-discovery-actions{display:grid;grid-template-columns:1fr;width:100%}
  body.rbp-theme .rbp-discovery-actions .rbp-btn{width:100%}
  body.rbp-theme .rbp-quick-categories{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:5px}
  body.rbp-theme .rbp-quick-categories a{flex:0 0 auto}
  body.rbp-theme .rbp-market-window{border-radius:20px}
  body.rbp-theme .rbp-market-window-bar{padding-inline:14px}
  body.rbp-theme .rbp-market-metrics{grid-template-columns:1fr 1fr;padding-inline:12px}
  body.rbp-theme .rbp-market-feed{padding-inline:12px}
  body.rbp-theme .rbp-market-feed-item{grid-template-columns:54px minmax(0,1fr)}
  body.rbp-theme .rbp-market-feed-image{width:54px}
  body.rbp-theme .rbp-market-feed-price{grid-column:2;margin-top:-5px}
  body.rbp-theme .rbp-market-window-foot{grid-template-columns:1fr;gap:7px}
  body.rbp-theme .rbp-market-window-foot span{justify-content:flex-start}
}

/* Remaining light-mode surfaces and modal polish. */
body.rbp-theme .rbp-reset-dialog{
  color:#17213a!important;
  border-color:#e1e5ed!important;
  background:
    radial-gradient(circle at top right,rgba(154,61,255,.10),transparent 32%),
    radial-gradient(circle at bottom left,rgba(58,136,255,.08),transparent 36%),
    #fff!important;
  box-shadow:0 34px 100px rgba(25,34,66,.22)!important;
}
body.rbp-theme .rbp-reset-dialog h2{color:#17213a!important}
body.rbp-theme .rbp-reset-close{
  color:#4a566e!important;
  border-color:#dfe3ec!important;
  background:#f7f8fc!important;
}
body.rbp-theme .rbp-reset-close:hover{color:#7139d8!important;border-color:#cbb7f2!important;background:#f3edff!important}
body.rbp-theme .rbp-reset-progress span{
  color:#788399!important;
  border-color:#dfe3eb!important;
  background:#f6f8fb!important;
}
body.rbp-theme .rbp-reset-progress span.is-active{color:#fff!important}
body.rbp-theme .rbp-reset-message{
  color:#445069!important;
  border-color:#dde2eb!important;
  background:#f7f8fc!important;
}
body.rbp-theme .rbp-reset-message[data-type="success"]{color:#1b7445!important;border-color:#bce5cd!important;background:#edf9f2!important}
body.rbp-theme .rbp-reset-message[data-type="error"]{color:#a33a3f!important;border-color:#edc4c7!important;background:#fff1f2!important}
body.rbp-theme .rbp-link-button:hover{color:#7139d8!important;text-shadow:none!important}
body.rbp-theme .rbp-small-switch{
  color:#7139d8!important;
  border-color:#d8c9f5!important;
  background:#f5efff!important;
}
body.rbp-theme .rbp-small-switch:hover{color:#5f28c5!important;border-color:#bea3ee!important;background:#eee5fd!important}
body.rbp-theme .rbp-upload-note{
  color:#4d5971!important;
  border-color:#e0e4ed!important;
  background:#f7f8fc!important;
}
body.rbp-theme .rbp-upload-note strong{color:#27324a!important}
body.rbp-theme .rbp-upload-note span{color:#6f7a90!important}
body.rbp-theme .rbp-upload-form label{
  border-color:#e4e7ee!important;
  background:#fafbfe!important;
}
body.rbp-theme .rbp-panel-head p{color:#6d7890!important}
body.rbp-theme .rbp-seller-stats .rbp-dash-card small{color:#7a8599!important}
body.rbp-theme .rbp-balance-chip{
  color:#197344!important;
  border-color:#bce5cd!important;
  background:#edf9f2!important;
  box-shadow:none!important;
}
body.rbp-theme .rbp-seller-stats .rbp-dash-card>span:first-child{color:#7540dc!important;background:#eee8fc!important;box-shadow:none!important}
body.rbp-theme .rbp-income-card{border-color:#cce9d7!important;background:#fff!important}
body.rbp-theme .rbp-withdraw-panel{border-color:#e2e6ef!important;background:#fff!important}
body.rbp-theme .rbp-auth-pill{color:#7139d8!important;border-color:#d9caf5!important;background:#f4effd!important}
body.rbp-theme .rbp-auth-switch{border-top-color:#e7eaf0!important}
body.rbp-theme .rbp-single-stock-live{color:#197344!important}
body.rbp-theme .rbp-single-media-badges span{color:#fff!important}

body.rbp-theme .rbp-default-category-thumb{background:#eef1f7!important}
@media (max-width:768px){
  body.rbp-theme .rbp-mobile-dock-main i{box-shadow:0 20px 42px rgba(255,63,174,.28),0 0 0 6px #fff!important}
  body.rbp-theme .rbp-mobile-dock-main span{text-shadow:none!important}
}

/* === VideoBundle Pro v2.6 ecommerce homepage layout === */
body.rbp-theme .rbp-vbh-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 84px;
  border-bottom:1px solid #eceef4;
  background:
    radial-gradient(circle at 83% 12%,rgba(255,92,72,.13),transparent 28%),
    radial-gradient(circle at 11% 15%,rgba(134,76,236,.10),transparent 26%),
    linear-gradient(135deg,#fff 0%,#fff9f7 50%,#f8f5ff 100%);
}
body.rbp-theme .rbp-vbh-hero:before{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:105px;
  opacity:.42;
  background-image:linear-gradient(90deg,rgba(123,79,215,.08) 1px,transparent 1px),linear-gradient(rgba(123,79,215,.08) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to top,#000,transparent);
  pointer-events:none;
}
body.rbp-theme .rbp-vbh-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(410px,.97fr);
  align-items:center;
  gap:76px;
}
body.rbp-theme .rbp-vbh-eyebrow,
body.rbp-theme .rbp-vbh-section-head>span,
body.rbp-theme .rbp-vbh-about-copy>span,
body.rbp-theme .rbp-vbh-promo span,
body.rbp-theme .rbp-vbh-highlight-inner>div>span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#ef5b4c;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.rbp-theme .rbp-vbh-eyebrow{
  min-height:34px;
  padding:0 13px;
  border:1px solid #f3d3ce;
  border-radius:999px;
  background:#fff4f1;
}
body.rbp-theme .rbp-vbh-hero-copy h1{
  max-width:720px;
  margin:21px 0 18px;
  color:#182039!important;
  font-size:clamp(44px,5.4vw,72px);
  line-height:1.02;
  letter-spacing:-.058em;
  font-weight:950;
}
body.rbp-theme .rbp-vbh-hero-copy h1 span{
  color:#ef5b4c;
  background:linear-gradient(90deg,#ef5b4c,#f33c8e,#8150e7);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
body.rbp-theme .rbp-vbh-hero-copy>p{
  max-width:650px;
  margin:0;
  color:#657086!important;
  font-size:17px;
  line-height:1.72;
}
body.rbp-theme .rbp-vbh-search{margin-top:27px;max-width:640px}
body.rbp-theme .rbp-vbh-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:17px}
body.rbp-theme .rbp-vbh-hero-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;
  max-width:650px;
  margin-top:27px;
}
body.rbp-theme .rbp-vbh-hero-points span{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  color:#505b70;
  font-size:12px;
  font-weight:800;
}
body.rbp-theme .rbp-vbh-hero-points svg{width:16px;height:16px;color:#ef5b4c;flex:0 0 auto}
body.rbp-theme .rbp-vbh-hero-stage{position:relative;min-height:540px;display:grid;place-items:center}
body.rbp-theme .rbp-vbh-stage-glow{
  position:absolute;
  width:460px;
  height:460px;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(255,99,76,.20),rgba(132,70,229,.16));
  filter:blur(2px);
}
body.rbp-theme .rbp-vbh-feature-card{
  position:relative;
  z-index:2;
  display:block;
  width:min(100%,425px);
  overflow:hidden;
  border:1px solid #e8e1ef;
  border-radius:27px;
  background:#fff;
  box-shadow:0 35px 95px rgba(45,35,73,.20);
  transform:rotate(1.4deg);
  transition:.25s ease;
}
body.rbp-theme a.rbp-vbh-feature-card:hover{transform:translateY(-5px) rotate(.4deg);box-shadow:0 42px 105px rgba(45,35,73,.24)}
body.rbp-theme .rbp-vbh-feature-badge{
  position:absolute;
  z-index:4;
  top:16px;
  left:16px;
  padding:8px 12px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#ef5b4c,#f33c8e);
  box-shadow:0 10px 26px rgba(239,91,76,.28);
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
body.rbp-theme .rbp-vbh-feature-image{
  position:relative;
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1.28/1;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(135deg,#6543c7,#f15d84,#ff9f54);
}
body.rbp-theme .rbp-vbh-feature-image:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  background:linear-gradient(transparent,rgba(25,22,36,.34));
  pointer-events:none;
}
body.rbp-theme .rbp-vbh-feature-image img{width:100%;height:100%;object-fit:cover}
body.rbp-theme .rbp-vbh-placeholder-icon{display:grid;place-items:center;width:84px;height:84px;border-radius:50%;color:#fff;background:rgba(255,255,255,.18);backdrop-filter:blur(8px)}
body.rbp-theme .rbp-vbh-placeholder-icon svg{width:38px;height:38px}
body.rbp-theme .rbp-vbh-feature-content{display:block;padding:21px 23px 24px}
body.rbp-theme .rbp-vbh-feature-content>small{display:block;color:#8850df;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
body.rbp-theme .rbp-vbh-feature-content>strong{display:block;margin:7px 0 18px;color:#182139;font-size:22px;line-height:1.23;letter-spacing:-.03em}
body.rbp-theme .rbp-vbh-feature-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:15px;border-top:1px solid #eceef3}
body.rbp-theme .rbp-vbh-feature-meta em{color:#7a8498;font-size:11px;font-style:normal;font-weight:700}
body.rbp-theme .rbp-vbh-feature-meta b{color:#ef4e79;font-size:22px;letter-spacing:-.03em}
body.rbp-theme .rbp-vbh-feature-empty{padding:42px 35px;text-align:center;transform:none}
body.rbp-theme .rbp-vbh-feature-empty .rbp-vbh-placeholder-icon{margin:0 auto 17px;background:#f1eafe;color:#7c46df}
body.rbp-theme .rbp-vbh-feature-empty>strong{display:block;color:#1d273e;font-size:22px}
body.rbp-theme .rbp-vbh-feature-empty>p{color:#768097;line-height:1.6}
body.rbp-theme .rbp-vbh-floating-card{
  position:absolute;
  z-index:4;
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:9px;
  align-items:center;
  min-width:150px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:16px;
  color:#263149;
  background:rgba(255,255,255,.91);
  box-shadow:0 19px 45px rgba(43,39,67,.14);
  backdrop-filter:blur(12px);
}
body.rbp-theme .rbp-vbh-floating-card svg{grid-row:1/3;width:27px;height:27px;color:#8150df}
body.rbp-theme .rbp-vbh-floating-card b{font-size:11px}
body.rbp-theme .rbp-vbh-floating-card small{color:#8a93a5;font-size:8px}
body.rbp-theme .rbp-vbh-floating-one{left:-5px;top:98px}
body.rbp-theme .rbp-vbh-floating-two{right:-8px;bottom:86px}

body.rbp-theme .rbp-vbh-section{padding:82px 0}
body.rbp-theme .rbp-vbh-section-head{max-width:720px;margin:0 auto 34px;text-align:center}
body.rbp-theme .rbp-vbh-section-head h2{
  margin:12px 0 10px;
  color:#17213a!important;
  font-size:clamp(30px,4vw,45px);
  line-height:1.12;
  letter-spacing:-.045em;
  font-weight:950;
}
body.rbp-theme .rbp-vbh-section-head h2 em{color:#ef5b4c;font-style:normal}
body.rbp-theme .rbp-vbh-section-head p{max-width:620px;margin:0 auto;color:#737d91!important;font-size:14px;line-height:1.65}
body.rbp-theme .rbp-vbh-products-section{background:#fff}
body.rbp-theme .rbp-vbh-trending-section{background:#f8f9fc}
body.rbp-theme .rbp-vbh-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.rbp-theme .rbp-vbh-product-grid .rbp-card{
  border-radius:16px!important;
  border-color:#e8e9ef!important;
  box-shadow:0 15px 45px rgba(35,44,76,.08)!important;
}
body.rbp-theme .rbp-vbh-product-grid .rbp-card:hover{transform:translateY(-6px)!important;box-shadow:0 25px 55px rgba(35,44,76,.13)!important}
body.rbp-theme .rbp-vbh-product-grid .rbp-card-art{min-height:195px!important;border-radius:16px 16px 0 0!important}
body.rbp-theme .rbp-vbh-product-grid .rbp-card-body{padding:18px!important;border-radius:0 0 16px 16px!important}
body.rbp-theme .rbp-vbh-center-action{display:flex;justify-content:center;margin-top:30px}

body.rbp-theme .rbp-vbh-promo-wrap{padding:0 0 82px;background:#fff}
body.rbp-theme .rbp-vbh-promo{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  padding:35px 42px;
  border:1px solid #eadff1;
  border-radius:24px;
  background:linear-gradient(115deg,#fff4ee,#fff 45%,#f3edff);
  box-shadow:0 24px 70px rgba(54,42,78,.09);
}
body.rbp-theme .rbp-vbh-promo:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:13%;top:-155px;background:rgba(239,91,76,.09)}
body.rbp-theme .rbp-vbh-promo-icon{display:grid;place-items:center;width:72px;height:72px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#ef5b4c,#f23f8e);box-shadow:0 18px 38px rgba(239,91,76,.22)}
body.rbp-theme .rbp-vbh-promo-icon svg{width:34px;height:34px}
body.rbp-theme .rbp-vbh-promo h2{max-width:720px;margin:8px 0 0;color:#202a42;font-size:25px;line-height:1.28;letter-spacing:-.03em}
body.rbp-theme .rbp-vbh-promo .rbp-btn{position:relative;z-index:2;white-space:nowrap}

body.rbp-theme .rbp-vbh-benefits-section{background:#f8f9fc}
body.rbp-theme .rbp-vbh-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}
body.rbp-theme .rbp-vbh-benefit-card{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:27px;
  border:1px solid #e6e8ee;
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 55px rgba(35,44,74,.07);
}
body.rbp-theme .rbp-vbh-benefit-visual{display:grid;place-items:center;min-height:305px;border-radius:18px;color:#fff}
body.rbp-theme .rbp-vbh-benefit-visual svg{width:76px;height:76px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}
body.rbp-theme .rbp-vbh-benefit-buyer{background:linear-gradient(145deg,#ff765d,#ffb45f)}
body.rbp-theme .rbp-vbh-benefit-seller{background:linear-gradient(145deg,#6545d2,#b65de4)}
body.rbp-theme .rbp-vbh-benefit-card h3{margin:0 0 17px;color:#1d273f;font-size:23px;letter-spacing:-.035em}
body.rbp-theme .rbp-vbh-benefit-card ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}
body.rbp-theme .rbp-vbh-benefit-card li{display:grid;grid-template-columns:35px 1fr;gap:10px;align-items:start}
body.rbp-theme .rbp-vbh-benefit-card li>span{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;color:#ef5b4c;background:#fff1ed}
body.rbp-theme .rbp-vbh-benefit-card:nth-child(2) li>span{color:#7a45dc;background:#f0eafe}
body.rbp-theme .rbp-vbh-benefit-card li svg{width:17px;height:17px}
body.rbp-theme .rbp-vbh-benefit-card li strong{display:block;color:#334058;font-size:12px}
body.rbp-theme .rbp-vbh-benefit-card li small{display:block;margin-top:3px;color:#818a9e;font-size:10px;line-height:1.45}

body.rbp-theme .rbp-vbh-highlight-band{padding:0;background:#f8f9fc}
body.rbp-theme .rbp-vbh-highlight-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:36px;
  padding:39px 43px;
  border-radius:23px;
  color:#fff;
  background:linear-gradient(115deg,#282043,#493071 55%,#6b3cb2);
  box-shadow:0 26px 75px rgba(55,36,90,.20);
}
body.rbp-theme .rbp-vbh-highlight-inner>div>span{color:#ffb5a7}
body.rbp-theme .rbp-vbh-highlight-inner h2{margin:9px 0 7px;color:#fff!important;font-size:28px;letter-spacing:-.035em}
body.rbp-theme .rbp-vbh-highlight-inner p{max-width:720px;margin:0;color:#ddd5ef!important;font-size:13px;line-height:1.65}
body.rbp-theme .rbp-vbh-highlight-icons{display:flex;gap:10px}
body.rbp-theme .rbp-vbh-highlight-icons a{display:grid;place-items:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.18);border-radius:14px;color:#fff;background:rgba(255,255,255,.10);transition:.2s ease}
body.rbp-theme .rbp-vbh-highlight-icons a:hover{transform:translateY(-4px);background:rgba(255,255,255,.18)}
body.rbp-theme .rbp-vbh-highlight-icons svg{width:24px;height:24px}

body.rbp-theme .rbp-vbh-about-section{background:#fff}
body.rbp-theme .rbp-vbh-about-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);align-items:center;gap:75px}
body.rbp-theme .rbp-vbh-about-copy h2{max-width:650px;margin:12px 0 15px;color:#19233b!important;font-size:clamp(33px,4.2vw,50px);line-height:1.12;letter-spacing:-.05em}
body.rbp-theme .rbp-vbh-about-copy p{max-width:650px;margin:0;color:#707a90!important;font-size:15px;line-height:1.75}
body.rbp-theme .rbp-vbh-about-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:25px}
body.rbp-theme .rbp-vbh-about-actions .rbp-section-link{color:#7a43dc!important}
body.rbp-theme .rbp-vbh-about-actions .rbp-section-link svg{width:16px;height:16px}
body.rbp-theme .rbp-vbh-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
body.rbp-theme .rbp-vbh-stat-grid>div{min-height:145px;padding:26px;border:1px solid #e7e9ef;border-radius:19px;background:#f8f9fc}
body.rbp-theme .rbp-vbh-stat-grid>div:nth-child(2),body.rbp-theme .rbp-vbh-stat-grid>div:nth-child(3){background:#fff5f1}
body.rbp-theme .rbp-vbh-stat-grid strong{display:block;color:#ef5b4c;font-size:34px;letter-spacing:-.05em}
body.rbp-theme .rbp-vbh-stat-grid span{display:block;margin-top:7px;color:#657087;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}

body.rbp-theme .rbp-vbh-categories-section{background:#f8f9fc}
body.rbp-theme .rbp-vbh-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
body.rbp-theme .rbp-vbh-category-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:190px;
  padding:22px 15px;
  border:1px solid #e5e8ef;
  border-radius:18px;
  text-align:center;
  background:#fff;
  box-shadow:0 13px 36px rgba(38,46,76,.06);
  transition:.22s ease;
}
body.rbp-theme .rbp-vbh-category-card:hover{transform:translateY(-6px);border-color:#d7bdf4;box-shadow:0 21px 47px rgba(45,42,72,.11)}
body.rbp-theme .rbp-vbh-category-card>span{display:grid;place-items:center;width:65px;height:65px;margin-bottom:16px;border-radius:18px;color:#7c47dd;background:#f0eafe}
body.rbp-theme .rbp-vbh-category-card:nth-child(3n+1)>span{color:#ef5b4c;background:#fff0ec}
body.rbp-theme .rbp-vbh-category-card:nth-child(3n+2)>span{color:#16855a;background:#eaf8f1}
body.rbp-theme .rbp-vbh-category-card>span svg{width:31px;height:31px}
body.rbp-theme .rbp-vbh-category-card>strong{color:#28334b;font-size:13px}
body.rbp-theme .rbp-vbh-category-card>small{display:flex;align-items:center;gap:5px;margin-top:10px;color:#8992a4;font-size:9px;font-weight:800}
body.rbp-theme .rbp-vbh-category-card>small svg{width:12px;height:12px}

body.rbp-theme .rbp-vbh-testimonial-section{background:#fff}
body.rbp-theme .rbp-vbh-testimonial{
  position:relative;
  max-width:850px;
  margin:0 auto;
  padding:42px 55px;
  border:1px solid #e7e9ef;
  border-radius:24px;
  text-align:center;
  background:linear-gradient(135deg,#fff,#faf8ff);
  box-shadow:0 25px 70px rgba(35,43,73,.09);
}
body.rbp-theme .rbp-vbh-quote-icon{position:absolute;left:32px;top:27px;color:#eee7fb}
body.rbp-theme .rbp-vbh-quote-icon svg{width:70px;height:70px}
body.rbp-theme .rbp-vbh-testimonial .rbp-stars{position:relative;color:#ffb800;font-size:20px;letter-spacing:4px}
body.rbp-theme .rbp-vbh-testimonial blockquote{position:relative;max-width:700px;margin:20px auto 24px;color:#2d3850;font-size:20px;line-height:1.65;font-weight:700}
body.rbp-theme .rbp-vbh-testimonial footer{display:inline-flex;align-items:center;gap:11px;text-align:left}
body.rbp-theme .rbp-vbh-testimonial footer .rbp-avatar{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#7a46dc,#ed4b91)}
body.rbp-theme .rbp-vbh-testimonial footer svg{width:21px;height:21px}
body.rbp-theme .rbp-vbh-testimonial footer strong{display:block;color:#253049;font-size:12px}
body.rbp-theme .rbp-vbh-testimonial footer small{display:block;margin-top:3px;color:#8790a2;font-size:9px}

body.rbp-theme .rbp-vbh-faq-section{background:#f8f9fc}
body.rbp-theme .rbp-vbh-faq-list{max-width:900px;margin:0 auto;display:grid;gap:11px}
body.rbp-theme .rbp-vbh-faq-list details{overflow:hidden;border:1px solid #e1e5ed;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(36,43,72,.04)}
body.rbp-theme .rbp-vbh-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;color:#2a354d;font-size:13px;font-weight:850;cursor:pointer;list-style:none}
body.rbp-theme .rbp-vbh-faq-list summary::-webkit-details-marker{display:none}
body.rbp-theme .rbp-vbh-faq-list summary b{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;color:#7b45df;background:#f0eafe;font-size:18px;line-height:1;transition:.2s ease}
body.rbp-theme .rbp-vbh-faq-list details[open] summary b{transform:rotate(45deg);color:#fff;background:#7b45df}
body.rbp-theme .rbp-vbh-faq-list details p{margin:0;padding:0 20px 20px;color:#727d91!important;font-size:12px;line-height:1.7}

body.rbp-theme .rbp-vbh-trust-section{padding:24px 0;border-top:1px solid #e8eaf0;border-bottom:1px solid #e8eaf0;background:#fff}
body.rbp-theme .rbp-vbh-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
body.rbp-theme .rbp-vbh-trust-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;min-height:64px;padding:8px 20px;border-right:1px solid #e9ebf1}
body.rbp-theme .rbp-vbh-trust-grid>div:last-child{border-right:0}
body.rbp-theme .rbp-vbh-trust-grid>div>svg{width:31px;height:31px;color:#ef5b4c;flex:0 0 auto}
body.rbp-theme .rbp-vbh-trust-grid span{display:block}
body.rbp-theme .rbp-vbh-trust-grid strong{display:block;color:#2a354d;font-size:11px}
body.rbp-theme .rbp-vbh-trust-grid small{display:block;margin-top:3px;color:#8a93a5;font-size:8px}

@media (max-width:1100px){
  body.rbp-theme .rbp-vbh-hero-grid{grid-template-columns:1fr;gap:48px}
  body.rbp-theme .rbp-vbh-hero-copy{text-align:center}
  body.rbp-theme .rbp-vbh-hero-copy h1,body.rbp-theme .rbp-vbh-hero-copy>p,body.rbp-theme .rbp-vbh-search,body.rbp-theme .rbp-vbh-hero-points{margin-left:auto;margin-right:auto}
  body.rbp-theme .rbp-vbh-hero-actions{justify-content:center}
  body.rbp-theme .rbp-vbh-hero-stage{min-height:510px}
  body.rbp-theme .rbp-vbh-benefit-card{grid-template-columns:130px minmax(0,1fr)}
  body.rbp-theme .rbp-vbh-benefit-visual{min-height:320px}
  body.rbp-theme .rbp-vbh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.rbp-theme .rbp-vbh-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:900px){
  body.rbp-theme .rbp-vbh-promo{grid-template-columns:auto minmax(0,1fr)}
  body.rbp-theme .rbp-vbh-promo .rbp-btn{grid-column:1/-1;justify-self:start}
  body.rbp-theme .rbp-vbh-benefit-grid{grid-template-columns:1fr}
  body.rbp-theme .rbp-vbh-benefit-card{grid-template-columns:180px minmax(0,1fr)}
  body.rbp-theme .rbp-vbh-benefit-visual{min-height:300px}
  body.rbp-theme .rbp-vbh-about-grid{grid-template-columns:1fr;gap:38px}
  body.rbp-theme .rbp-vbh-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.rbp-theme .rbp-vbh-trust-grid>div:nth-child(2){border-right:0}
  body.rbp-theme .rbp-vbh-trust-grid>div:nth-child(-n+2){border-bottom:1px solid #e9ebf1}
}
@media (max-width:680px){
  body.rbp-theme .rbp-vbh-hero{padding:52px 0 62px}
  body.rbp-theme .rbp-vbh-hero-copy{text-align:left}
  body.rbp-theme .rbp-vbh-hero-copy h1{font-size:41px;line-height:1.07}
  body.rbp-theme .rbp-vbh-hero-copy>p{font-size:15px}
  body.rbp-theme .rbp-vbh-hero-actions{display:grid;grid-template-columns:1fr;justify-content:stretch}
  body.rbp-theme .rbp-vbh-hero-actions .rbp-btn{width:100%}
  body.rbp-theme .rbp-vbh-hero-points{grid-template-columns:1fr}
  body.rbp-theme .rbp-vbh-hero-stage{min-height:460px}
  body.rbp-theme .rbp-vbh-feature-card{width:calc(100% - 12px);transform:none}
  body.rbp-theme .rbp-vbh-floating-card{display:none}
  body.rbp-theme .rbp-vbh-section{padding:62px 0}
  body.rbp-theme .rbp-vbh-product-grid{grid-template-columns:1fr!important}
  body.rbp-theme .rbp-vbh-product-grid .rbp-card-art{min-height:0!important;aspect-ratio:16/10}
  body.rbp-theme .rbp-vbh-promo-wrap{padding-bottom:62px}
  body.rbp-theme .rbp-vbh-promo{grid-template-columns:1fr;padding:28px 24px;text-align:center}
  body.rbp-theme .rbp-vbh-promo-icon{margin:auto}
  body.rbp-theme .rbp-vbh-promo .rbp-btn{justify-self:stretch}
  body.rbp-theme .rbp-vbh-benefit-card{grid-template-columns:1fr;padding:20px}
  body.rbp-theme .rbp-vbh-benefit-visual{min-height:180px}
  body.rbp-theme .rbp-vbh-highlight-inner{grid-template-columns:1fr;padding:31px 25px;text-align:center}
  body.rbp-theme .rbp-vbh-highlight-icons{justify-content:center;flex-wrap:wrap}
  body.rbp-theme .rbp-vbh-stat-grid{grid-template-columns:1fr 1fr}
  body.rbp-theme .rbp-vbh-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.rbp-theme .rbp-vbh-category-card{min-height:165px}
  body.rbp-theme .rbp-vbh-testimonial{padding:35px 24px}
  body.rbp-theme .rbp-vbh-testimonial blockquote{font-size:16px}
  body.rbp-theme .rbp-vbh-quote-icon{left:17px;top:20px}
  body.rbp-theme .rbp-vbh-quote-icon svg{width:50px;height:50px}
}
@media (max-width:440px){
  body.rbp-theme .rbp-vbh-hero-copy h1{font-size:36px}
  body.rbp-theme .rbp-vbh-hero-stage{min-height:405px}
  body.rbp-theme .rbp-vbh-feature-content{padding:18px}
  body.rbp-theme .rbp-vbh-feature-content>strong{font-size:18px}
  body.rbp-theme .rbp-vbh-feature-meta{align-items:flex-start;flex-direction:column}
  body.rbp-theme .rbp-vbh-stat-grid{grid-template-columns:1fr}
  body.rbp-theme .rbp-vbh-category-grid{grid-template-columns:1fr 1fr;gap:11px}
  body.rbp-theme .rbp-vbh-category-card{min-height:150px;padding:15px 8px}
  body.rbp-theme .rbp-vbh-category-card>span{width:54px;height:54px}
  body.rbp-theme .rbp-vbh-trust-grid{grid-template-columns:1fr}
  body.rbp-theme .rbp-vbh-trust-grid>div{border-right:0;border-bottom:1px solid #e9ebf1!important;justify-content:flex-start}
  body.rbp-theme .rbp-vbh-trust-grid>div:last-child{border-bottom:0!important}
}


/* === VideoBundle Pro v2.6.2 marketplace/category page polish === */
body.rbp-theme .rbp-market-hero{
  padding-top:42px!important;
  padding-bottom:20px!important;
}
body.rbp-theme .rbp-market-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  margin-bottom:12px;
  border:1px solid #e0d4fb;
  border-radius:999px;
  color:#7640dc;
  background:#f4efff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}
body.rbp-theme .rbp-market-section{padding-top:8px!important}
body.rbp-theme .rbp-market-filter-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 20px;
  padding:14px 18px;
  border:1px solid #e2e6ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 38px rgba(36,44,78,.06);
}
body.rbp-theme .rbp-market-filter-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 10px;
}
body.rbp-theme .rbp-market-filter-meta strong{
  color:#19233d;
  font-size:14px;
}
body.rbp-theme .rbp-market-filter-meta span{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  padding:0 11px;
  border-radius:999px;
  color:#68738b;
  background:#f6f8fc;
  font-size:12px;
  font-weight:800;
}
body.rbp-theme .rbp-market-reset{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid #dddff0;
  border-radius:10px;
  color:#5c6780!important;
  background:#fff;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 8px 20px rgba(36,44,78,.04);
}
body.rbp-theme .rbp-market-reset:hover{
  color:#7038db!important;
  border-color:#cbb8f4;
  background:#f7f2ff;
}
body.rbp-theme .rbp-market-cat-grid .rbp-cat-card.is-active{
  border-color:#caadf4!important;
  background:#faf7ff!important;
  box-shadow:0 16px 34px rgba(98,73,181,.12)!important;
  transform:translateY(-2px);
}
body.rbp-theme .rbp-market-cat-grid .rbp-cat-card.is-active .rbp-cat-icon{
  color:#fff!important;
  background:var(--rbp-grad)!important;
  box-shadow:0 12px 28px rgba(123,69,223,.26)!important;
}
body.rbp-theme .rbp-market-cat-grid .rbp-cat-card.is-active strong{color:#6f35db!important}
body.rbp-theme .rbp-market-results-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(285px,340px))!important;
  justify-content:start!important;
  gap:22px!important;
}
body.rbp-theme .rbp-market-results-grid .rbp-card{
  width:100%!important;
  max-width:340px!important;
}
body.rbp-theme .rbp-market-results-grid .rbp-empty{
  grid-column:1/-1;
}
body.rbp-theme .rbp-market-results-grid .rbp-card-title,
body.rbp-theme .rbp-market-results-grid .rbp-card-title a,
body.rbp-theme .rbp-market-results-grid .rbp-card-meta strong,
body.rbp-theme .rbp-market-results-grid .rbp-card-meta,
body.rbp-theme .rbp-market-results-grid .rbp-card-preview-btn,
body.rbp-theme .rbp-market-results-grid .rbp-stock-note{
  color:#253149!important;
}
body.rbp-theme .rbp-market-results-grid .rbp-stock-note{color:#7a8499!important}
body.rbp-theme .rbp-market-results-grid .rbp-card-preview-btn{
  background:#f8f9fc!important;
}
body.rbp-theme .rbp-market-results-grid .rbp-card-foot{
  gap:12px!important;
}
body.rbp-theme .rbp-market-results-grid .rbp-card-price{font-size:18px!important}
body.rbp-theme .rbp-market-results-grid .rbp-card-buy-btn.is-disabled,
body.rbp-theme .rbp-market-results-grid .rbp-card-buy-btn[aria-disabled="true"]{
  color:#8f98aa!important;
  background:#f1f3f8!important;
  border:1px solid #dfe3ec!important;
  box-shadow:none!important;
}
@media (max-width:780px){
  body.rbp-theme .rbp-market-filter-bar{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:640px){
  body.rbp-theme .rbp-market-results-grid{
    grid-template-columns:1fr!important;
  }
  body.rbp-theme .rbp-market-results-grid .rbp-card{
    max-width:none!important;
  }
  body.rbp-theme .rbp-market-filter-meta{
    gap:8px;
  }
}


/* === VideoBundle Pro v2.7 withdrawal percentage system === */
body.rbp-theme .rbp-withdraw-breakdown{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:14px;
  border:1px solid #e1e5ee;
  border-radius:14px;
  background:#f8f9fc;
}
body.rbp-theme .rbp-withdraw-breakdown>div{
  min-width:0;
  padding:13px 14px;
  border:1px solid #e7eaf1;
  border-radius:11px;
  background:#fff;
}
body.rbp-theme .rbp-withdraw-breakdown span{
  display:block;
  margin-bottom:6px;
  color:#7b8599!important;
  font-size:11px;
  font-weight:800;
}
body.rbp-theme .rbp-withdraw-breakdown strong{
  display:block;
  color:#263149!important;
  font-size:17px;
  font-weight:950;
  overflow-wrap:anywhere;
}
body.rbp-theme .rbp-withdraw-breakdown .rbp-withdraw-net{
  border-color:#bfe6cf;
  background:#effaf4;
}
body.rbp-theme .rbp-withdraw-breakdown .rbp-withdraw-net span{color:#40835e!important}
body.rbp-theme .rbp-withdraw-breakdown .rbp-withdraw-net strong{color:#187245!important}
@media (max-width:680px){
  body.rbp-theme .rbp-withdraw-breakdown{grid-template-columns:1fr}
}


/* === VideoBundle Pro v2.8 structured bundle classification === */
body.rbp-theme .rbp-upload-classification{
  display:grid;
  gap:15px;
  padding:19px;
  border:1px solid #e0e4ed;
  border-radius:16px;
  background:linear-gradient(135deg,#faf7ff,#fff 65%);
  box-shadow:0 12px 30px rgba(54,44,92,.05);
}
body.rbp-theme .rbp-upload-classification-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding-bottom:14px;
  border-bottom:1px solid #e8eaf1;
}
body.rbp-theme .rbp-upload-classification-head>span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:12px;
  color:#fff;
  background:var(--rbp-grad);
  box-shadow:0 12px 28px rgba(126,70,221,.22);
}
body.rbp-theme .rbp-upload-classification-head svg{width:20px;height:20px}
body.rbp-theme .rbp-upload-classification-head strong{display:block;color:#1d2842;font-size:15px}
body.rbp-theme .rbp-upload-classification-head small{display:block;margin-top:4px;color:#7b8598;font-size:12px;line-height:1.45}

body.rbp-theme .rbp-advanced-filter-form{
  margin:0 0 18px;
  padding:18px;
  border:1px solid #e0e4ed;
  border-radius:17px;
  background:#fff;
  box-shadow:0 15px 42px rgba(36,44,78,.06);
}
body.rbp-theme .rbp-advanced-filter-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
body.rbp-theme .rbp-advanced-filter-head>div{display:flex;align-items:center;gap:9px}
body.rbp-theme .rbp-advanced-filter-head>div>span{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:9px;
  color:#7841dc;
  background:#f0eafe;
}
body.rbp-theme .rbp-advanced-filter-head svg{width:16px;height:16px}
body.rbp-theme .rbp-advanced-filter-head strong{color:#1e2942;font-size:14px}
body.rbp-theme .rbp-advanced-filter-head small{color:#8a93a5;font-size:11px}
body.rbp-theme .rbp-advanced-filter-fields{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)) auto;
  gap:12px;
  align-items:end;
}
body.rbp-theme .rbp-advanced-filter-fields label{display:grid;gap:7px;min-width:0}
body.rbp-theme .rbp-advanced-filter-fields label>span{color:#59657d;font-size:11px;font-weight:900}
body.rbp-theme .rbp-advanced-filter-fields select{
  width:100%;
  min-width:0;
  min-height:43px;
  padding:0 34px 0 12px;
  border:1px solid #dce1eb;
  border-radius:10px;
  outline:0;
  color:#253149;
  background:#f9fafc;
  font:inherit;
  font-size:12px;
  font-weight:750;
}
body.rbp-theme .rbp-advanced-filter-fields select:focus{border-color:#a675ef;box-shadow:0 0 0 3px rgba(142,82,232,.10)}
body.rbp-theme .rbp-advanced-filter-fields button{
  min-height:43px;
  padding:0 17px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:var(--rbp-grad);
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
  box-shadow:0 11px 25px rgba(145,65,224,.18);
}
body.rbp-theme .rbp-card-classifiers{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:-3px 0 10px;
}
body.rbp-theme .rbp-card-classifiers span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 8px;
  border:1px solid #e1e4ed;
  border-radius:999px;
  color:#68738a!important;
  background:#f7f8fb;
  font-size:9px;
  font-weight:900;
  line-height:1;
}
body.rbp-theme .rbp-card-classifiers span:first-child{color:#7038d7!important;border-color:#ddd1f6;background:#f4effd}
body.rbp-theme .rbp-card-classifiers span:nth-child(2){color:#20714a!important;border-color:#cfe8da;background:#eff8f3}
body.rbp-theme .rbp-card-classifiers span:nth-child(3){color:#a14735!important;border-color:#f0d5cd;background:#fff4f1}

@media (max-width:1100px){
  body.rbp-theme .rbp-advanced-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.rbp-theme .rbp-advanced-filter-fields button{grid-column:1/-1}
}
@media (max-width:620px){
  body.rbp-theme .rbp-upload-classification{padding:15px}
  body.rbp-theme .rbp-advanced-filter-head{align-items:flex-start;flex-direction:column}
  body.rbp-theme .rbp-advanced-filter-fields{grid-template-columns:1fr}
  body.rbp-theme .rbp-advanced-filter-fields button{grid-column:auto;width:100%}
}


/* === VideoBundle Pro v2.9 full-screen processing overlay === */
html.rbp-processing-lock,
body.rbp-processing-lock{
  overflow:hidden!important;
}
body.rbp-theme .rbp-processing-overlay{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:none;
  align-items:center;
  justify-content:center;
  width:100vw;
  height:100vh;
  min-height:100dvh;
  padding:24px;
  color:#454545;
  background:#fff!important;
  box-shadow:none!important;
  border:0!important;
  cursor:wait;
}
body.rbp-theme .rbp-processing-overlay.is-active{
  display:flex;
}
body.rbp-theme .rbp-processing-content{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:min(100%,520px);
  margin:0;
  padding:0;
  text-align:center;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.rbp-theme .rbp-processing-content img{
  display:block;
  width:clamp(190px,28vw,300px);
  height:auto;
  margin:0 auto 20px;
  object-fit:contain;
  background:#fff;
  border:0;
  border-radius:0;
  box-shadow:none!important;
}
body.rbp-theme .rbp-processing-content p{
  margin:0;
  padding:0;
  color:#454545!important;
  font-size:clamp(18px,2.1vw,22px);
  font-weight:700;
  line-height:1.35;
  letter-spacing:0;
  text-shadow:none!important;
}
@media (max-width:560px){
  body.rbp-theme .rbp-processing-overlay{padding:18px}
  body.rbp-theme .rbp-processing-content img{width:min(74vw,270px);margin-bottom:16px}
}


/* === VideoBundle Pro v3.0 multi-file uploader + one-time delivery === */
body.rbp-theme .rbp-multi-upload{
  display:grid;
  gap:12px;
  padding:16px;
  border:1px solid #dce2ee;
  border-radius:16px;
  background:#f8fafd;
}
body.rbp-theme .rbp-multi-upload-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body.rbp-theme .rbp-multi-upload-head strong{color:#24304a;font-size:14px}
body.rbp-theme .rbp-multi-upload-head span{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  padding:0 10px;
  border-radius:999px;
  color:#7038d9;
  background:#f0e9fd;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}
body.rbp-theme .rbp-multi-upload-picker{
  position:relative;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:7px 14px!important;
  min-height:68px;
  padding:12px;
  border:1px dashed #cfd7e6;
  border-radius:13px;
  background:#fff;
  cursor:pointer;
}
body.rbp-theme .rbp-multi-upload-picker input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  opacity:0!important;
  pointer-events:none;
}
body.rbp-theme .rbp-multi-upload-picker>span{
  grid-row:1/3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border-radius:10px;
  color:#fff;
  background:var(--rbp-grad);
  box-shadow:0 10px 24px rgba(154,61,255,.18);
  font-size:13px;
  font-weight:900;
}
body.rbp-theme .rbp-multi-upload-picker>small{
  color:#6f7a90!important;
  font-size:12px;
  line-height:1.45;
}
body.rbp-theme .rbp-multi-upload-list{
  display:grid;
  gap:8px;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
body.rbp-theme .rbp-multi-upload-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:0;
  padding:10px 12px;
  border:1px solid #e1e6ef;
  border-radius:11px;
  background:#fff;
}
body.rbp-theme .rbp-multi-upload-list li>span{display:grid;min-width:0;gap:3px}
body.rbp-theme .rbp-multi-upload-list strong{
  overflow:hidden;
  color:#2a354e;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.rbp-theme .rbp-multi-upload-list small{color:#8790a2!important;font-size:10px}
body.rbp-theme .rbp-multi-upload-list button{
  flex:0 0 auto;
  min-height:32px;
  padding:0 10px;
  border:1px solid #ead2d5;
  border-radius:8px;
  color:#a83b46;
  background:#fff5f6;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
}
body.rbp-theme .rbp-multi-upload-list li.is-empty{
  justify-content:center;
  color:#8992a4;
  border-style:dashed;
  background:#fbfcfe;
  font-size:12px;
}
body.rbp-theme .rbp-one-time-note{
  display:block;
  margin-top:7px;
  color:#7b8599!important;
  font-size:10px;
  line-height:1.35;
}
body.rbp-theme .rbp-delivery-state{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:35px;
  padding:0 11px;
  border-radius:9px;
  font-size:11px;
  font-weight:900;
}
body.rbp-theme .rbp-delivery-state svg{width:14px;height:14px}
body.rbp-theme .rbp-delivery-state.is-complete{color:#187245;background:#ebf8f1}
body.rbp-theme .rbp-delivery-state.is-processing{color:#805e18;background:#fff7dc}
@media (max-width:560px){
  body.rbp-theme .rbp-multi-upload-head{align-items:flex-start;flex-direction:column}
  body.rbp-theme .rbp-multi-upload-picker{grid-template-columns:1fr}
  body.rbp-theme .rbp-multi-upload-picker>span{grid-row:auto;width:100%}
}

body.rbp-theme .rbp-delivery-state.is-warning{color:#9a5d17;background:#fff3df}


/* === VideoBundle Pro v3.1 featured bundles section redesign === */
body.rbp-theme .rbp-vbh-products-section{
  padding-top:10px;
  padding-bottom:80px;
  background:#fff;
}
body.rbp-theme .rbp-vbh-products-section .rbp-container{
  max-width:1220px;
}
body.rbp-theme .rbp-vbh-product-row{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
body.rbp-theme .rbp-vbh-product-row .rbp-card{
  border-radius:18px!important;
}
body.rbp-theme .rbp-vbh-product-row .rbp-card-art{
  min-height:190px!important;
}
body.rbp-theme .rbp-vbh-product-row .rbp-card-title{
  min-height:48px;
}
body.rbp-theme .rbp-vbh-product-row .rbp-card-body{
  padding:16px 16px 18px!important;
}
body.rbp-theme .rbp-vbh-product-row-bottom{
  margin-top:38px;
}
body.rbp-theme .rbp-vbh-ad-strip{
  display:flex;
  justify-content:center;
  margin:18px 0 0;
}
body.rbp-theme .rbp-vbh-ad-box{
  width:min(100%,920px);
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:4px solid #bfc3c9;
  background:#fff;
}
body.rbp-theme .rbp-vbh-ad-box span{
  color:#1f2430;
  font-size:20px;
  font-weight:500;
  text-transform:lowercase;
}
body.rbp-theme .rbp-vbh-center-action{
  margin-top:38px;
}
body.rbp-theme .rbp-vbh-center-action .rbp-btn{
  min-width:235px;
  min-height:52px;
  border-radius:10px;
  font-size:15px;
  box-shadow:0 16px 34px rgba(154,61,255,.18)!important;
}
@media (max-width:1100px){
  body.rbp-theme .rbp-vbh-product-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.rbp-theme .rbp-vbh-ad-box{width:min(100%,760px)}
}
@media (max-width:640px){
  body.rbp-theme .rbp-vbh-products-section{padding-bottom:58px}
  body.rbp-theme .rbp-vbh-product-row{
    grid-template-columns:1fr!important;
  }
  body.rbp-theme .rbp-vbh-product-row-bottom{margin-top:24px}
  body.rbp-theme .rbp-vbh-ad-strip{margin-top:14px}
  body.rbp-theme .rbp-vbh-ad-box{
    min-height:72px;
    border-width:3px;
  }
  body.rbp-theme .rbp-vbh-ad-box span{font-size:17px}
}


/* === VideoBundle Pro v3.2 admin-managed advertisement slot === */
body.rbp-theme .rbp-vbh-ad-box-live{
  min-height:0;
  overflow:hidden;
  border:0;
  background:transparent;
}
body.rbp-theme .rbp-vbh-ad-box-live>a,
body.rbp-theme .rbp-vbh-ad-box-live>.rbp-ad-code,
body.rbp-theme .rbp-vbh-ad-box-live>.rbp-ad-text-card{
  width:100%;
}
body.rbp-theme .rbp-ad-image-link{display:block;width:100%}
body.rbp-theme .rbp-ad-image{
  display:block;
  width:100%;
  max-height:240px;
  object-fit:contain;
  border:0;
  background:#fff;
}
body.rbp-theme .rbp-ad-code{display:block;max-width:100%;overflow:hidden;text-align:center}
body.rbp-theme .rbp-ad-code iframe,
body.rbp-theme .rbp-ad-code img{max-width:100%}
body.rbp-theme .rbp-ad-text-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:7px 22px;
  align-items:center;
  min-height:112px;
  padding:24px 30px;
  border:1px solid #e0e4ec;
  border-radius:16px;
  color:#1d2841!important;
  background:linear-gradient(135deg,#faf7ff,#fff5f2);
  text-align:left;
}
body.rbp-theme .rbp-ad-label{
  grid-column:1/-1;
  color:#7b45df;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.rbp-theme .rbp-ad-text-card strong{font-size:22px;line-height:1.2}
body.rbp-theme .rbp-ad-text-card p{grid-column:1/2;margin:0;color:#6c768b!important;font-size:14px}
body.rbp-theme .rbp-ad-text-card em{
  grid-column:2/3;
  grid-row:2/4;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:0 16px;
  border-radius:9px;
  color:#fff;
  background:var(--rbp-grad);
  font-size:12px;
  font-style:normal;
  font-weight:900;
}
body.rbp-theme .rbp-ad-text-card em svg{width:15px;height:15px}
body.rbp-theme .rbp-vbh-ad-empty{border:3px solid #c5c8ce!important}
@media(max-width:640px){
  body.rbp-theme .rbp-ad-text-card{grid-template-columns:1fr;padding:22px;text-align:center}
  body.rbp-theme .rbp-ad-text-card .rbp-ad-label,
  body.rbp-theme .rbp-ad-text-card p,
  body.rbp-theme .rbp-ad-text-card em{grid-column:1;grid-row:auto}
  body.rbp-theme .rbp-ad-text-card em{justify-self:center}
  body.rbp-theme .rbp-ad-image{max-height:180px}
}


/* === VideoBundle Pro v3.3 legal pages === */
body.rbp-theme .rbp-panel:has(.rbp-legal-page){
  max-width:980px;
  margin:46px auto 70px;
  padding:42px clamp(24px,5vw,64px);
  border:1px solid #e2e6ef!important;
  border-radius:22px;
  background:#fff!important;
  box-shadow:0 20px 60px rgba(35,43,75,.08)!important;
}
body.rbp-theme .rbp-panel:has(.rbp-legal-page)>h1{
  margin:0 0 12px;
  color:#17213a!important;
  font-size:clamp(34px,5vw,50px);
  line-height:1.08;
  letter-spacing:-.045em;
}
body.rbp-theme .rbp-legal-page{
  color:#566178;
  font-size:15px;
  line-height:1.78;
}
body.rbp-theme .rbp-legal-page .rbp-legal-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 22px;
}
body.rbp-theme .rbp-legal-page .rbp-legal-meta span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  color:#7240d8;
  background:#f3edff;
  font-size:12px;
  font-weight:850;
}
body.rbp-theme .rbp-legal-page .rbp-legal-lead{
  margin:0 0 32px;
  padding:20px 22px;
  border-left:4px solid #8d4ce6;
  border-radius:0 14px 14px 0;
  color:#344057!important;
  background:#f8f5ff;
  font-size:17px;
  line-height:1.65;
}
body.rbp-theme .rbp-legal-page h2{
  margin:34px 0 12px;
  padding-top:4px;
  color:#202b43!important;
  font-size:22px;
  line-height:1.3;
  letter-spacing:-.025em;
}
body.rbp-theme .rbp-legal-page p{margin:0 0 15px;color:#5e6980!important}
body.rbp-theme .rbp-legal-page ul,
body.rbp-theme .rbp-legal-page ol{
  margin:10px 0 20px;
  padding-left:24px;
}
body.rbp-theme .rbp-legal-page li{margin:8px 0;padding-left:3px;color:#5e6980}
body.rbp-theme .rbp-legal-page a{color:#7139d8!important;text-decoration:underline;text-underline-offset:3px}
body.rbp-theme .rbp-legal-contact{
  margin-top:38px;
  padding:22px 24px;
  border:1px solid #ded4f4;
  border-radius:16px;
  background:#faf7ff;
}
body.rbp-theme .rbp-legal-contact strong{
  display:block;
  margin-bottom:6px;
  color:#2c3650;
  font-size:17px;
}
body.rbp-theme .rbp-legal-contact p{margin:0!important}
@media (max-width:620px){
  body.rbp-theme .rbp-panel:has(.rbp-legal-page){
    width:min(100% - 24px,980px);
    margin:24px auto 45px;
    padding:28px 20px;
    border-radius:17px;
  }
  body.rbp-theme .rbp-legal-page .rbp-legal-lead{font-size:15px;padding:17px 18px}
  body.rbp-theme .rbp-legal-page h2{font-size:20px}
}
