: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:"REEL";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}}


/* === ReelBundle 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}
}

/* === ReelBundle 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;
  }
}


/* === ReelBundle 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;
  }
}


/* === ReelBundle 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}
}

/* === ReelBundle 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}

/* === ReelBundle 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}
}

/* === ReelBundle 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}
}

/* === ReelBundle 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)}}


/* === ReelBundle 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;
  }
}
