.rb{--ink:#14213b;--red:#bb2535;--line:#dce3ec;color:var(--ink);background:#fff;font-size:16px;line-height:1.6}.rb *{box-sizing:border-box}.rb a{color:inherit;text-decoration:none}.rb h1,.rb h2,.rb h3{letter-spacing:-.035em;line-height:1.12}.rb h1{max-width:1000px;margin:16px 0 24px;font-size:clamp(2.4rem,5vw,4.7rem)}.rb h2{margin:12px 0 24px;font-size:clamp(1.6rem,3vw,2.6rem)}.rb p{margin:12px 0}.rb-header{border-bottom:1px solid var(--line);z-index:10;background:#fff;justify-content:space-between;align-items:center;gap:28px;padding:16px 4%;display:flex;position:relative}.rb-header img{object-fit:contain;width:240px;height:72px;display:block}.rb-header nav{align-items:center;gap:22px;font-size:14px;font-weight:700;display:flex}.rb-menu{display:none}.rb-hero{background:radial-gradient(at 90% 15%,#ddeaff 0,#0000 55%),#fbfcff;grid-template-columns:1.5fr 1fr;align-items:center;gap:55px;padding:70px 6%;display:grid}.rb-hero em{color:var(--red);font-style:normal}.rb-lead{max-width:680px;font-size:20px}.rb-hero aside{border:1px solid var(--line);background:#fffc;border-radius:24px;padding:35px}.rb-hero aside img{object-fit:contain;width:100%;height:170px}.rb-hero aside h2{font-size:32px}.rb-label{letter-spacing:.11em;color:var(--red);font-size:14px;font-weight:800}.rb-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:30px;display:flex}.rb-btn{background:var(--red);font:inherit;cursor:pointer;text-align:center;border:0;border-radius:8px;justify-content:center;align-items:center;padding:14px 20px;font-size:14px;font-weight:800;display:inline-flex;color:#fff!important}.rb-secondary{background:var(--ink)}.rb-btn:hover{filter:brightness(.92)}.rb-btn:disabled{opacity:.6;cursor:wait}.rb-equation{background:var(--ink);color:#fff;text-align:center;letter-spacing:.04em;padding:22px 6%;font-size:14px;font-weight:700}.rb-section,.rb-intro{max-width:1600px;margin:auto;padding:60px 6%}.rb-intro{padding-bottom:24px}.rb-section>p{max-width:900px}.rb-tint{background:#f1f5fb;max-width:none}.rb-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.rb-card{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-width:0;padding:28px;display:flex;box-shadow:0 8px 28px #15203908}.rb-cardtop{color:#fff;background:linear-gradient(120deg,#16243d,#294971);border-radius:15px 15px 0 0;justify-content:space-between;margin:-28px -28px 24px;padding:18px;font-size:13px;font-weight:800;display:flex}.rb-card dl{border-top:1px solid var(--line);margin:16px 0;padding-top:12px;font-size:14px}.rb-card dl div{justify-content:space-between;gap:16px;padding:6px 0;display:flex}.rb-card dd{text-align:right;max-width:65%;margin:0;font-weight:600}.rb-card dt{color:#59657b}.rb-card ul{margin-bottom:28px;padding-left:22px}.rb-card li{margin:10px 0}.rb-popular{border:2px solid var(--red)}.rb-price{letter-spacing:-.04em;font-size:42px;font-weight:800}.rb-note{color:#586477;font-size:14px}.rb-filters{flex-wrap:wrap;gap:10px;margin:26px 0;display:flex}.rb-filters button,.rb-menu{border:1px solid var(--line);font:inherit;cursor:pointer;background:#fff;border-radius:8px;padding:10px 14px}.rb-filters button[aria-pressed=true]{background:var(--ink);color:#fff}.rb-journey{grid-template-columns:repeat(4,1fr);gap:24px;margin:32px 0;padding:0;list-style:none;display:grid}.rb-journey li{align-items:flex-start;gap:14px;display:flex}.rb-journey b{background:var(--red);color:#fff;border-radius:50%;flex:0 0 36px;place-items:center;height:36px;display:grid}.rb-dark{background:var(--ink);color:#fff;max-width:none}.rb-dark .rb-label{color:#ff9caa}.rb-footer{border-top:1px solid var(--line);background:#f2f5fa;padding:48px 6%}.rb-footer nav{flex-wrap:wrap;gap:24px;margin:24px 0;display:flex}.rb-form{grid-template-columns:1fr 1fr;gap:20px;max-width:800px;display:grid}.rb-form label{flex-direction:column;gap:7px;font-weight:600;display:flex}.rb-form input,.rb-form select,.rb-form textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #acb8cb;border-radius:7px;padding:13px}.rb-form .wide{grid-column:1/-1}.rb-form .check{flex-direction:row;align-items:flex-start;font-size:14px}.rb-form .check input{flex-shrink:0;width:20px;height:20px}.rb-error{color:#a01020;font-weight:600}.rb-success{background:#eef8f3;border:1px solid #92bba3;border-radius:12px;max-width:900px;padding:28px}.rb a:focus-visible,.rb button:focus-visible{outline-offset:4px;outline:3px solid #4d7aba}@media (width<=1000px){.rb-header nav{display:none}.rb-menu{display:block}.rb-header nav.open{background:#fff;flex-direction:column;padding:24px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 15px 20px #0002}.rb-hero{grid-template-columns:1fr}.rb-hero aside{display:none}.rb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rb-journey{grid-template-columns:1fr 1fr}}@media (width<=600px){.rb-header{padding:12px 5%}.rb-header img{width:205px;height:58px}.rb-section,.rb-intro{padding:36px 5%}.rb-hero{padding:42px 5%}.rb h1{font-size:2.55rem}.rb-grid,.rb-form{grid-template-columns:1fr}.rb-form .wide{grid-column:auto}.rb-journey{grid-template-columns:1fr}.rb-actions{flex-direction:column;align-items:stretch}.rb-card{padding:24px}.rb-cardtop{margin:-24px -24px 20px}.rb-equation{line-height:1.9}.rb-footer nav{gap:16px}.rb-price{font-size:38px}}.rb h1,.rb h2,.rb h3{font-weight:800}.rb-hero aside img{height:110px}.rb{--ink:#101342;--red:#ef0758;--line:#e0e2fa;color:var(--ink);background:#fcfcff}.rb-header{color:#fff;background:#060d35;border-color:#ffffff1c;padding:18px 4%;box-shadow:0 6px 22px #070c331a}.rb-header>a{background:#fff;border-radius:12px;flex-shrink:0;padding:6px 12px}.rb-header img{width:220px;height:62px}.rb-header nav a:hover{color:#97e4ff}.rb-hero,.rb-intro{color:#fff;background-color:#060d35;background-image:radial-gradient(circle at 86% 14%,#7934ff65,#0000 38%),radial-gradient(at 55% 95%,#005bdd55,#0000 55%),radial-gradient(circle at 20% 25%,#fff 0 1px,#0000 2px),radial-gradient(circle at 73% 35%,#87caff 0 1px,#0000 2px),radial-gradient(circle at 45% 70%,#fff9 0 1px,#0000 2px);background-size:auto,auto,149px 163px,211px 197px,307px 257px}.rb-hero{grid-template-columns:1.45fr 1fr;gap:48px;padding:68px 6% 76px}.rb h1{letter-spacing:-.055em;font-size:clamp(2.65rem,4.7vw,4.6rem);line-height:1.07}.rb-hero em{color:#0000;background:linear-gradient(100deg,#ff3546,#ff22b6 85%);-webkit-background-clip:text;background-clip:text}.rb-hero .rb-label,.rb-intro .rb-label{color:#97daff}.rb-lead{color:#e1e6ff;line-height:1.65}.rb-btn{background:linear-gradient(115deg,#ff3829,#ff005d 80%);border:1px solid #ff83a64d;border-radius:12px;padding:15px 22px;transition:transform .2s,box-shadow .2s;box-shadow:0 5px 15px #ff075d25}.rb-btn:hover{filter:none;transform:translateY(-2px);box-shadow:0 8px 22px #ff075d40}.rb-secondary{background:#fff;border-color:#a5aaff;color:#151444!important}.rb-hero .rb-actions>a:last-child{color:#e7e8ff;font-weight:700}.rb-hero .rb-flight{text-align:center;background:linear-gradient(140deg,#142868aa,#41177880);border:1px solid #949dff77;border-radius:28px;flex-direction:column;align-items:center;padding:28px 24px 34px;display:flex;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 0 65px #2455ff32,inset 0 0 45px #3529b044}.rb-flight-art{background:radial-gradient(#4662f96b,#0000 68%);border:1px solid #6b99ff45;border-radius:50%;place-items:center;width:238px;height:200px;margin:0 0 20px;display:grid}.rb-rocket-art{background-image:url(/assets/pricing.jpg);background-position:-1040px -1390px;background-repeat:no-repeat;background-size:1229px 1536px;border-radius:50%;width:189px;height:146px;display:block;-webkit-mask-image:radial-gradient(#000 45%,#0000 73%);mask-image:radial-gradient(#000 45%,#0000 73%)}.rb-flight h2{margin-bottom:0;font-size:32px;line-height:1.17}.rb-flight p{color:#bbcaff;letter-spacing:.08em;font-size:14px;font-weight:700}.rb-equation{color:#30216c;background:#fff;border-bottom:1px solid #e3dff5;padding:25px 6%;box-shadow:0 4px 22px #22167408}.rb-section{padding-top:68px;padding-bottom:68px}.rb-section>.rb-label{color:#6336db}.rb-section>h2{font-size:clamp(1.9rem,3vw,2.8rem)}.rb-card{border-color:#dde0f6;border-radius:22px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 30px #2e18670a}.rb-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px #30277814}.rb-card h2{font-size:26px}.rb-card .rb-label{color:#6033bf;letter-spacing:.07em}.rb-card p{color:#5a5a77}.rb-card .rb-price{color:#181449}.rb-card li::marker{color:#773ce7}.rb-popular{border:2px solid #ed0c6e;box-shadow:0 8px 30px #d9268020}.rb-popular>.rb-label{color:#fff;background:linear-gradient(100deg,#f40956,#9c24e3);border-radius:8px;align-self:flex-start;margin-top:-45px;padding:8px 14px;box-shadow:0 5px 15px #de29852b}.rb-grid:has(.rb-popular){padding-top:20px}.rb-world{background:radial-gradient(circle at 100% 0,#7439dc,#0000 60%),#111c52;border-radius:21px 21px 0 0;flex-direction:column;justify-content:space-between;align-items:flex-start;height:190px;margin-bottom:26px;padding:20px 24px;display:flex;position:relative;overflow:hidden}.rb-world:after{content:"";border:1px solid #ffffff30;border-radius:50%;width:170px;height:170px;position:absolute;top:25px;right:-70px;box-shadow:0 0 0 20px #ffffff08,0 0 0 42px #ffffff05}.rb-world-label{text-transform:uppercase;letter-spacing:.09em;color:#dfe5ff;font-size:12px}.rb-world strong{letter-spacing:-.03em;z-index:1;max-width:240px;font-size:24px;line-height:1.1}.rb-world-bottom{letter-spacing:.08em;color:#dce2ff;justify-content:space-between;width:100%;font-size:12px;display:flex}.rb-world-bottom b{color:#fff}.rb-world-digital-products{background:radial-gradient(circle at 100% 0,#1bdaf088,#0000 65%),#162986}.rb-world-cleaning-company{background:radial-gradient(circle at 100% 0,#37e4bb70,#0000 70%),#063f60}.rb-world-mobile-detailing{background:radial-gradient(circle at 100% 0,#ff3c6060,#0000 70%),#361c69}.rb-world-ai-receptionist{background:radial-gradient(circle at 100% 0,#df20d280,#0000 70%),#241258}.rb-filters{gap:10px;margin:28px 0 30px}.rb-filters button{color:#544d73;border-color:#ddd9ef;border-radius:30px;padding:10px 17px;font-size:14px}.rb-filters button[aria-pressed=true]{color:#fff;background:#6328d5;border-color:#6328d5;box-shadow:0 4px 12px #6d36d12b}.rb-journey b{background:linear-gradient(135deg,#7b30ea,#f81368);box-shadow:0 5px 14px #7733ca30}.rb-dark{background:radial-gradient(at 100%,#492692,#060d35 75%)}.rb-dark .rb-btn{margin-top:20px}.rb-footer{color:#e6eaff;background:#060d35;border-top:1px solid #222961}.rb-footer .rb-note{color:#a7b1d0}.rb-footer b{color:#fff}.rb-footer nav a{color:#c2ceff}.rb-intro{max-width:none;padding:54px 6% 52px;position:relative;overflow:hidden}.rb-intro h1,.rb-intro>p,.rb-intro>.rb-actions{z-index:1;max-width:calc(100% - 215px);position:relative}.rb-intro h1{font-size:clamp(2.5rem,4vw,4rem)}.rb-intro-art{background:#311c5a40;border:1px solid #5664a46b;border-radius:50%;place-items:center;width:190px;height:175px;display:grid;position:absolute;top:50%;right:6%;transform:translateY(-50%)}.rb-intro .rb-price{color:#fff;font-size:45px;font-weight:800}.rb-checkout{background:linear-gradient(130deg,#f4f8ff,#fff5fb);grid-template-columns:1fr 1fr;align-items:start;gap:40px;max-width:none;display:grid}.rb-order-details,.rb-payment-panel{background:#fff;border:1px solid #dedff3;border-radius:22px;padding:34px;box-shadow:0 12px 36px #2c236c0a}.rb-order-details h2{font-size:27px}.rb-order-details ul{padding-left:24px;line-height:1.8}.rb-order-details li{padding:5px 0}.rb-order-details li::marker{color:#7439dc}.rb-payment-panel .rb-form{grid-template-columns:1fr}.rb-payment-panel .rb-label{color:#7633d8}.rb-form input,.rb-form select,.rb-form textarea{background:#fdfdff;border-color:#cecee8;border-radius:11px}.rb-form input:focus,.rb-form select:focus,.rb-form textarea:focus{outline-offset:2px;outline:2px solid #9272ed}.rb-form input[type=checkbox]{accent-color:#6e2ddd}.rb-success{background:#f2f0ff;border-color:#bdb0f2}.rb-note{color:#68657b}@media (width<=1000px){.rb-header nav.open{color:#fff;background:#0c143c;border-bottom:1px solid #4d4783}.rb-menu{color:#fff;background:#ffffff10;border-color:#8586b5}.rb-hero{grid-template-columns:1fr}.rb-hero .rb-flight{display:none}.rb-checkout{grid-template-columns:1fr}.rb-intro h1,.rb-intro>p,.rb-intro>.rb-actions{max-width:calc(100% - 180px)}}@media (width<=600px){.rb-header>a{border-radius:9px;padding:4px 8px}.rb-header img{width:185px;height:53px}.rb-header{gap:12px}.rb-menu{padding:9px 12px;font-size:14px}.rb-hero{padding:40px 5% 46px}.rb h1{font-size:2.7rem;line-height:1.08}.rb-intro{padding:34px 5%}.rb-intro h1,.rb-intro>p,.rb-intro>.rb-actions{max-width:100%}.rb-intro-art{display:none}.rb-section{padding:42px 5%}.rb-world{height:165px}.rb-world strong{font-size:24px}.rb-card{border-radius:18px}.rb-world{border-radius:17px 17px 0 0}.rb-order-details,.rb-payment-panel{padding:24px}.rb-equation{padding:20px 5%;font-size:12px}.rb-checkout{gap:22px}.rb-footer{padding:36px 5%}.rb-intro .rb-price{font-size:38px}}@media (prefers-reduced-motion:reduce){.rb-btn,.rb-card{transition:none}.rb-btn:hover,.rb-card:hover{transform:none}}.rb-preview{background:#f3f4fb;border-bottom:1px solid #dddff3;border-radius:21px 21px 0 0;margin:-28px -28px 24px;overflow:hidden;container-type:inline-size}.rb-preview-bar{letter-spacing:.06em;color:#6a6989;background:#f0f1f9;justify-content:space-between;align-items:center;height:30px;padding:0 15px;font-size:10px;font-weight:700;display:flex}.rb-preview-bar>span:first-child{letter-spacing:3px;color:#a3a1bf;font-size:10px}.rb-preview-window{pointer-events:none;background:#f7f8fc;height:238px;position:relative;overflow:hidden}.rb-preview-window iframe{transform-origin:0 0;border:0;width:1000px;height:760px;position:absolute;top:0;left:0;transform:scale(.37)}@supports (width:1cqw){.rb-preview-window{height:64cqw;max-height:280px}.rb-preview-window iframe{width:1000px;transform:scale(calc(100cqw / 1000px))}}.rb-preview-link{background:#fff;border-top:1px solid #e3e4f2;justify-content:center;align-items:center;padding:13px;font-size:12px;font-weight:800;display:flex;color:#5725b7!important}.rb-preview-link:hover{background:#f0eaff}.rb-preview-large{border:1px solid #d9dbed;border-radius:20px;max-width:1000px;margin:28px auto 48px;box-shadow:0 15px 60px #20266712}.rb-preview-large .rb-preview-window{height:64cqw;max-height:630px}.rb-preview-large .rb-preview-link{padding:20px;font-size:14px}.rb .rb-rocket-art{border-radius:0;width:100%;height:100%;display:block;-webkit-mask-image:none;mask-image:none;background:0 0!important}.rb .rb-rocket-art img{object-fit:contain;filter:drop-shadow(0 0 20px #4270ff30);width:100%;height:100%;display:block}.rb-intro-art .rb-rocket-art{width:190px;height:190px}.rb-hero .rb-flight{box-shadow:none;background:radial-gradient(#34228c50,#0000 70%);border:0;padding:0;position:relative;overflow:visible;transform:none}.rb-flight>*{transform:none}.rb .rb-flight-art{background:radial-gradient(#4155b430,#0000 68%);border:0;width:100%;max-width:440px;height:340px;margin:0}.rb-flight-art .rb-rocket-art{will-change:transform;animation:6s ease-in-out infinite rocket-flight}.rb-flight h2{font-size:28px}.rb-motion-control{color:#c4ceee;font:inherit;cursor:pointer;background:#ffffff12;border:1px solid #ffffff35;border-radius:30px;margin-top:6px;padding:7px 12px;font-size:11px}.rb-motion-paused .rb-rocket-art{animation-play-state:paused}.rb-flight-art:hover .rb-rocket-art{filter:drop-shadow(0 0 25px #7194ff35)}@keyframes rocket-flight{0%,to{transform:translate(-5px,9px)rotate(-2deg)}50%{transform:translate(8px,-12px)rotate(1.5deg)}}@media (width<=600px){.rb-preview{border-radius:17px 17px 0 0;margin:-24px -24px 24px}.rb-preview-large{margin:24px 0 36px}.rb-preview-window{height:64cqw}.rb-hero .rb-flight{max-width:360px;margin:0 auto;display:flex}.rb-hero{gap:24px}.rb .rb-flight-art{height:245px}.rb-flight h2,.rb-flight>p,.rb .rb-intro-art{display:none}}@media (prefers-reduced-motion:reduce){.rb-flight-art .rb-rocket-art{animation:none}.rb-motion-control{display:none}}.rb-template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;display:grid}.rb-template-grid .rb-preview-window{height:64cqw;max-height:380px}.rb-template-actions{flex-direction:column;gap:16px;margin-top:auto;padding-top:16px;display:flex}.rb-template-actions>a:last-child{color:#6733bb;font-size:13px;font-weight:800}.rb-template-gallery>.rb-note{margin-top:28px}.rb-template-grid .rb-card h2{font-size:32px}@media (width<=700px){.rb-template-grid{grid-template-columns:1fr;gap:24px}.rb-template-grid .rb-preview-window{max-height:none}}.easy-four{grid-template-columns:repeat(4,minmax(0,1fr))}.easy-products{grid-template-columns:repeat(2,minmax(0,1fr))}.rb .easy-command{color:#fff;background:#111448;border:2px solid #a17bff;box-shadow:0 12px 36px #452aa326}.rb .easy-command p,.rb .easy-command .rb-label{color:#e2dcff}.easy-command-levels{margin-top:32px}.easy-command-levels .rb-grid{margin:16px 0}.rb-card h3{font-size:20px;line-height:1.3}.rb-card dl dt,.rb-card dl dd{overflow-wrap:anywhere}.rb-header nav{gap:16px}.rb .rb-motion-control{font-size:14px}.rb a,.rb h1,.rb h2{overflow-wrap:break-word}.rb-hero>div{min-width:0}.rb-card .rb-btn{margin-top:20px}.easy-paths{padding-top:40px}.rb .easy-command .rb-btn{align-self:flex-start}.rb-grid>*{min-width:0}@media (width<=1200px){.rb-header nav{gap:12px}.rb-header img{width:190px}.easy-four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.easy-products,.easy-four{grid-template-columns:1fr}.rb-card dl div{align-items:flex-start}.rb-header nav.open{max-height:80vh;overflow:auto}.rb-hero h1{font-size:clamp(2rem,8.8vw,2.7rem)}}.rb-flight-art .rb-rocket-art{animation-iteration-count:1}.rb .operating-intro{max-width:850px;font-size:18px;line-height:1.65}.rb .operating-levels{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.rb .operating-card{flex-direction:column;padding:30px;display:flex}.rb .operating-card h3{margin:8px 0 14px;font-size:26px;line-height:1.25}.rb .operating-card h4{margin:20px 0 10px;font-size:16px;line-height:1.5}.rb .operating-card p,.rb .operating-features{font-size:16px;line-height:1.65}.rb .operating-fit{border-top:1px solid #ddd7ed;padding-top:12px}.rb .operating-features{margin:0 0 18px;padding-left:20px}.rb .operating-features li{margin-bottom:16px}.rb .operating-features strong,.rb .operating-features span,.rb .operating-benefit strong{display:block}.rb .operating-benefit{background:#f1ebff;border-left:3px solid #8050df;border-radius:8px;padding:16px}.rb .operating-price{margin-top:auto;padding-top:12px}.rb .operating-details{border-top:1px solid #ddd7ed;margin-top:8px;padding-top:16px}.rb .operating-details summary{cursor:pointer;color:#5526a1;padding:8px 0;font-size:16px;font-weight:700;line-height:1.5}.rb .operating-details summary:focus-visible{outline-offset:4px;border-radius:4px;outline:3px solid #8050df}.rb .operating-details .rb-btn{white-space:normal;text-align:center;max-width:100%}@media (width<=700px){.rb .operating-levels{grid-template-columns:1fr}.rb .operating-card{padding:24px}.rb .operating-card h3{font-size:24px}}.rb .ready-bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin:28px 0}.rb .ready-bundle-card{overflow:hidden}.rb .ready-bundle-top{color:#fff;background:radial-gradient(at 100% 0,#7536be,#0000 75%),#101947;border-bottom:3px solid #ee176a;flex-direction:column;gap:12px;margin:-28px -28px 24px;padding:28px;display:flex}.rb .ready-bundle-top strong{font-size:36px;line-height:1.2}.rb .ready-bundle-top span{letter-spacing:.05em;font-size:14px;font-weight:700;line-height:1.5}.rb .ready-bundle-example{background:#f1ecff;border-radius:12px;padding:16px}.rb .ready-bundle-example strong{color:#562895;font-size:14px;display:block}.rb .ready-bundle-card ul{margin:4px 0 20px;padding-left:20px;line-height:1.8}.rb .ready-bundle-price{margin-top:auto;padding-top:12px}.rb .ready-bundle-price strong{color:#171549;white-space:nowrap;font-size:28px}.rb .ready-bundle-card .rb-btn{margin-top:12px}.rb .ready-business-choices [aria-current=page]{background:#efe7ff;outline:2px solid #7136da}.rb #starting-point,.rb #inside-the-box,.rb #business-example,.rb #operating-levels{scroll-margin-top:24px}@media (width<=700px){.rb .ready-bundle-grid{grid-template-columns:1fr}.rb .ready-bundle-top{margin:-24px -24px 24px;padding:24px}.rb .ready-bundle-top strong{font-size:32px}}.rb main{background:radial-gradient(at 100% 28%,#e9e5ff70,#0000 35%),radial-gradient(at 0 68%,#dff4ff65,#0000 40%),#fcfcff}.rb-section{padding-top:88px;padding-bottom:88px;position:relative}.rb-tint{background:linear-gradient(#0000,#eeeffb99 25%,#f3eaff66 75%,#0000)}.rb-section>h2{max-width:850px}.rb-section>p:not(.rb-label):not(.rb-note){max-width:790px;margin-bottom:28px;font-size:18px;line-height:1.75}.rb-section+.rb-section:before{content:"";background:linear-gradient(90deg,#8265db40,#0000);height:1px;position:absolute;top:0;left:6%;right:6%}.rb-card{background:linear-gradient(145deg,#fff,#ffffffdf);border:1px solid #dcdff2;padding:32px;box-shadow:0 12px 40px #19145308}.rb-card h3{line-height:1.35}.rb-grid{align-items:start;gap:28px}.easy-products .rb-card{height:100%}.easy-icon{color:#6433c9;background:linear-gradient(145deg,#f5f0ff,#e5ecff);border:1px solid #d2c4f7;border-radius:18px;flex-shrink:0;place-items:center;width:60px;height:60px;margin-bottom:12px;transition:transform .35s,box-shadow .35s;display:grid;box-shadow:inset 0 2px 1px #fff,0 8px 20px #5631a514}.rb-card:hover .easy-icon{transform:translateY(-3px)rotate(-5deg);box-shadow:0 10px 22px #5631a529}.rb .easy-benefit{color:#25204d;border-left:3px solid #a16aff;padding-left:16px;font-size:17px;line-height:1.7}.easy-explore{border-top:1px solid #ded9ed;margin-top:auto;padding-top:16px}.easy-explore summary{cursor:pointer;color:#6232ba;padding:10px 0;font-size:16px;font-weight:800}.easy-explore summary:focus-visible{outline-offset:4px;outline:3px solid #8766dc}.easy-explore h4{margin:24px 0 12px;font-size:17px}.easy-explore ul{padding-left:20px}.easy-explore li{line-height:1.7}.easy-explore[open]>div{animation:.3s ease-out easy-enter}.rb .easy-command .easy-benefit,.rb .easy-command summary{color:#ece6ff}.rb .easy-command{background:radial-gradient(at 100% 0,#54319480,#0000 65%),#111448}.rb-dark{background:radial-gradient(at 85% 40%,#632ea580,#0000 65%),#0b123d;padding-top:96px;padding-bottom:96px}.rb .rb-flight-art .rb-rocket-art{animation:7s ease-in-out infinite rocket-flight}.rb-intro-art .rb-rocket-art{animation:8s ease-in-out infinite rocket-flight}.rb-hero,.rb-intro{animation:18s ease-in-out infinite alternate easy-galaxy}.easy-motion-toggle{z-index:40;color:#302355;cursor:pointer;background:#ffffffed;border:1px solid #b6b2d5;border-radius:24px;padding:9px 15px;font-size:14px;position:fixed;bottom:18px;left:18px;box-shadow:0 3px 18px #14133918}.rb-motion-paused *{animation-play-state:paused!important}.rb-motion-paused .easy-icon{transition:none}@keyframes easy-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes easy-galaxy{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:30px -15px,-20px 10px,12px -14px,-10px 8px,8px 12px}}@media (width>=1001px){.rb-hero{min-height:690px}.rb .rb-flight-art{height:420px}.easy-command-levels .rb-grid>div{border:1px solid #bca7ff44;border-radius:16px;padding:20px}}@media (width<=700px){.rb-section{padding:54px 5%}.rb-card{padding:24px}.easy-icon{border-radius:15px;width:52px;height:52px}.rb-section>p:not(.rb-label):not(.rb-note){font-size:16px}.easy-motion-toggle{bottom:12px;left:12px}.rb-dark{padding-bottom:80px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rb *{transition:none!important;animation:none!important}.easy-motion-toggle{display:none}}.rb .sv-split{grid-template-columns:1fr 1.15fr;align-items:center;gap:clamp(32px,5vw,80px);display:grid}.rb .sv-split h2{font-size:clamp(2rem,3.6vw,3.65rem);line-height:1.12}.rb .sv-split h2 em{color:#7534d2;font-style:normal}.rb .sv-lead{font-size:20px;line-height:1.65}.rb .sv-section-head{justify-content:space-between;align-items:end;gap:28px;margin-bottom:32px;display:flex}.rb .sv-section-head h2{margin-bottom:0}.rb .sv-text-link{color:#6630be;font-size:16px;font-weight:800;display:inline-block}.rb .sv-hero-deliverables{color:#c8dbff;flex-wrap:wrap;gap:12px;margin-top:30px;font-size:14px;display:flex}.sv-hero-deliverables span{border:1px solid #7b9bca55;border-radius:30px;padding:7px 12px}.rb .easy-paths{padding-top:48px;padding-bottom:56px}.easy-paths .rb-grid{align-items:stretch}.rb .easy-icon{color:#642bb9;background:linear-gradient(135deg,#fff,#e4e7ff);border:1px solid #c8c9f1;border-bottom:3px solid #a199dd;border-radius:22px;width:72px;height:72px;box-shadow:0 12px 22px #392c8a16,inset 0 2px #fff}.rb .easy-icon svg{width:34px;height:34px}.rb .rb-card:nth-child(2n)>.easy-icon{color:#13618a;background:linear-gradient(135deg,#f2ffff,#d2f2ff);border-color:#a4dcea}.rb .rb-card:nth-child(3n)>.easy-icon{color:#c81958;background:linear-gradient(135deg,#fff5fb,#ffdae8);border-color:#f3b2cc}.rb .sv-bundle{background:linear-gradient(130deg,#ececff,#f5f9ff);max-width:none}.rb .sv-preview{background:#fff;border:1px solid #c9d0dc;border-radius:14px;transition:transform .3s;display:block;overflow:hidden;box-shadow:0 24px 55px #10134220}.rb a.sv-preview:hover{transform:translateY(-4px)}.sv-browser{color:#485063;letter-spacing:.06em;background:#fff;justify-content:space-between;align-items:center;padding:10px 16px;font-size:12px;display:flex}.sv-browser>span:first-child{color:#b3b4c5;letter-spacing:4px}.sv-store{color:#fff;background:#213d49;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.sv-store>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.sv-store:after{content:"";background:linear-gradient(90deg,#091c28dd,#0000);position:absolute;inset:0}.sv-store-copy{z-index:1;width:76%;max-width:440px;padding:28px;position:relative}.rb .sv-store-copy>span{letter-spacing:.1em;font-size:15px;font-weight:800}.rb .sv-store-copy h3{color:#fff;margin:38px 0 16px;font-size:clamp(25px,2.3vw,36px);line-height:1.13}.rb .sv-store-copy p{color:#fff;font-size:14px;line-height:1.6}.sv-store-copy b{background:#ffffff14;border:1px solid #fff9;margin-top:15px;padding:10px 14px;font-size:14px;display:inline-block}.sv-mobile-detailing .sv-store-copy{color:#eeffb0}.sv-mobile-detailing:after{background:linear-gradient(90deg,#111921ee,#0000)}.sv-digital-products:after{background:linear-gradient(90deg,#341f60e8,#341f6010)}.sv-delivery-row{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.sv-delivery-row>div{background:#fff;border:1px solid #dce0fa;border-radius:16px;padding:18px;box-shadow:0 10px 20px #21196308}.sv-delivery-row strong,.sv-delivery-row span:not(.easy-icon){font-size:14px;display:block}.sv-delivery-row span:not(.easy-icon){color:#65657b;margin-top:6px}.rb .sv-delivery-row .easy-icon{border-radius:12px;width:42px;height:42px}.rb .sv-delivery-row .easy-icon svg{width:24px;height:24px}.sv-two{grid-template-columns:1fr 1fr;gap:30px;display:grid}.sv-example-card{background:#fff;border:1px solid #dcdff0;border-radius:20px;overflow:hidden}.sv-example-card .sv-preview{box-shadow:none;border:0;border-radius:0}.sv-example-card>div{padding:28px}.rb .sv-example-card h3{margin:8px 0;font-size:25px}.sv-card-end{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-top:24px;display:flex}.sv-card-end strong{font-size:22px}.rb .sv-demo{color:#fff;background:radial-gradient(at 5% 0,#53349588,#0000 55%),radial-gradient(at 100% 80%,#04577570,#0000 55%),#080e32;border-block:1px solid #8391df44;max-width:none}.rb .sv-demo .rb-label{color:#89dfff}.sv-demo-tabs{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:36px;display:grid}.sv-demo-tabs button{font:inherit;color:#c4d3f6;text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #7583b85c;border-radius:16px;align-items:center;gap:15px;padding:18px;font-weight:700;display:flex}.sv-demo-tabs button[aria-pressed=true]{background:#20345e;border-color:#76dcff;box-shadow:inset 0 -3px #76dcff}.rb .sv-demo-tabs .easy-icon{color:#a6e4ff;width:44px;height:44px;box-shadow:none;background:#ffffff0d;border-color:#ffffff30;border-radius:12px;margin:0}.rb .sv-demo-tabs .easy-icon svg{width:26px;height:26px}.sv-demo-body{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;display:grid}.rb .sv-demo-body h3{margin:0 0 20px;font-size:clamp(26px,3vw,40px);line-height:1.18}.sv-demo-price{margin-top:24px;font-size:21px;display:block}.rb .sv-demo-note{color:#b6c6e5;max-width:850px;margin-top:20px;font-size:14px;line-height:1.65}.sv-console{background:#0b173c;border:1px solid #8aace95c;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px #0004}.sv-console-head{background:#ffffff08;border-bottom:1px solid #93acdb30;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.sv-console-head>span{letter-spacing:.04em;color:#a6d5ec;font-size:12px}.sv-demo-steps{gap:12px;margin:0;padding:25px 22px;list-style:none;display:flex}.sv-demo-steps li{border-top:3px solid #324162;flex:1;min-width:0}.sv-demo-steps li.is-complete{border-color:#6bdaff}.sv-demo-steps button{font:inherit;color:#9cafce;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:6px;width:100%;padding:10px 0;font-size:14px;display:flex}.sv-demo-steps .is-complete button{color:#dcf9ff}.sv-demo-steps button[aria-current]{font-weight:800}.sv-message{background:linear-gradient(130deg,#24355b,#162449);border:1px solid #7990cf40;border-radius:14px;align-items:start;gap:18px;min-height:165px;margin:0 22px 22px;padding:24px;animation:.45s ease-out easy-enter;display:flex}.rb .sv-message .easy-icon{border-radius:13px;width:45px;height:45px;margin:0}.rb .sv-message .easy-icon svg{width:25px;height:25px}.rb .sv-message p{margin:0;font-size:18px;line-height:1.6}.sv-demo-footer{color:#c7d5ec;border-top:1px solid #6e81b530;justify-content:space-between;align-items:center;gap:15px;padding:18px 22px;font-size:14px;display:flex}.sv-demo-footer button{color:#152342;font:inherit;cursor:pointer;background:#d8f6ff;border:1px solid #8cb2ce;border-radius:8px;padding:10px 16px;font-weight:800}.rb .sv-price-clarity{background:#eaf6ff;border:1px solid #c1e1f2;border-radius:18px;gap:24px;margin-top:32px;padding:28px;display:flex}.rb .sv-price-clarity strong{font-size:20px}.rb .sv-build{background:linear-gradient(125deg,#f4eaff,#eff5ff);max-width:none}.sv-build-preview{position:relative}.sv-brief{color:#fff;background:#111944;border:1px solid #abafff55;border-radius:16px;margin:-20px 20px 0 35px;padding:25px;position:relative;box-shadow:0 20px 40px #34225322}.sv-brief>span{letter-spacing:.13em;color:#9ed7ff;font-size:13px}.sv-brief strong{margin-top:10px;font-size:23px;line-height:1.4;display:block}.rb .sv-brief p{color:#c7d4ec;font-size:14px}.sv-checklist{margin:25px 0;padding:0;list-style:none}.sv-checklist li{align-items:start;gap:18px;margin:20px 0;display:flex}.rb .sv-checklist .easy-icon{border-radius:14px;width:46px;height:46px;margin:0}.rb .sv-checklist .easy-icon svg{width:25px;height:25px}.sv-checklist strong,.sv-checklist div>span{display:block}.sv-checklist div>span{color:#595d77;margin-top:4px}.sv-table-wrap{background:#fff;border:1px solid #d8ddf0;border-radius:18px;margin:28px 0;overflow-x:auto}.sv-table-wrap table{border-collapse:collapse;text-align:left;width:100%;min-width:760px;font-size:15px}.sv-table-wrap caption{text-align:left;color:#62637a;padding:18px 22px;font-size:14px}.sv-table-wrap th,.sv-table-wrap td{vertical-align:top;border-top:1px solid #dce0f0;padding:22px 20px}.sv-table-wrap thead{color:#fff;background:#131940}.sv-table-wrap thead th{font-size:21px}.sv-table-wrap thead span{color:#bbd8ff;margin-top:8px;font-size:14px;font-weight:500;display:block}.sv-table-wrap tbody th{min-width:160px}.sv-table-wrap tbody tr:nth-child(2n){background:#f4f6ff}.rb .sv-marketplace{background:#edf0fa;max-width:none}.rb .sv-marketplace>.rb-grid,.rb .sv-marketplace>div>.rb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sv-opportunity-visual{color:#fff;background:radial-gradient(at 100% 0,#7444ae,#0000),#142044;border-radius:21px 21px 0 0;margin:-32px -32px 25px;padding:26px 28px}.sv-opportunity-visual>span{letter-spacing:.12em;color:#c8e5ff;font-size:12px}.sv-opportunity-visual strong{margin:14px 0;font-size:22px;display:block}.sv-opportunity-flow{flex-wrap:wrap;gap:8px;display:flex}.sv-opportunity-flow span{background:#ffffff08;border:1px solid #afd7ff50;border-radius:8px;padding:7px 12px;font-size:14px}.sv-opportunity-visual .easy-icon{color:#fff!important;background:#ffffff15!important;border-color:#ffffff40!important}.sv-milestones{grid-template-columns:repeat(4,1fr);gap:28px;margin:40px 0;display:grid}.sv-milestones article{border-top:2px solid #ccc8ef;padding-top:22px}.sv-milestones article>span{color:#7535cf;font-size:36px;font-weight:800}.sv-milestones h3{font-size:23px}.sv-milestones p{color:#5f627b}.rb .sv-faq{background:#f0f3fc;grid-template-columns:.8fr 1.2fr;gap:60px;max-width:none;display:grid}.sv-faq details{border-bottom:1px solid #ced5e8;padding:20px 0}.sv-faq summary{cursor:pointer;font-size:18px;font-weight:700;line-height:1.5}.sv-faq details p{color:#525970;line-height:1.8}.sv-service-band{justify-content:space-between;align-items:center;gap:35px;display:flex}.sv-service-band>div:first-child{max-width:680px}.rb .sv-service-band h2{font-size:30px}.sv-service-band .rb-actions{flex-direction:column;flex-shrink:0;align-items:start}.rb .ready-bundle-card .sv-preview{margin-bottom:24px}.rb .ready-bundle-card .sv-store{min-height:240px}.rb .ready-bundle-card .sv-store-copy h3{margin-top:20px;font-size:25px}.rb .ready-bundle-top{margin:-32px -32px 20px}.rb .sv-packages-note{background:#ecf6ff;border-left:3px solid #6a42b9;border-radius:8px;padding:20px}@media (width<=1050px){.rb .sv-split,.sv-demo-body{gap:30px}.sv-demo-tabs button{flex-direction:column;align-items:start}.sv-demo-body{grid-template-columns:1fr 1.1fr}.rb .sv-faq{gap:35px}.sv-milestones{grid-template-columns:1fr 1fr}.sv-service-band{display:block}.sv-service-band .rb-actions{flex-direction:row;align-items:center}.rb .sv-delivery-row{grid-template-columns:1fr}.sv-delivery-row>div{grid-template-columns:45px 1fr;column-gap:12px;padding:12px;display:grid}.sv-delivery-row .easy-icon{grid-row:span 2}.sv-delivery-row strong{align-self:end}.sv-delivery-row span:not(.easy-icon){margin:0}}@media (width<=760px){.rb .sv-split,.sv-demo-body,.rb .sv-faq{grid-template-columns:1fr}.rb .sv-section-head{display:block}.sv-section-head>.sv-text-link{margin-top:20px}.sv-two{grid-template-columns:1fr}.sv-demo-tabs{grid-template-columns:1fr 1fr;gap:10px}.sv-demo-tabs button{flex-direction:row;gap:9px;padding:12px;font-size:14px}.rb .sv-demo-tabs .easy-icon{border-radius:10px;width:34px;height:34px}.rb .sv-demo-tabs .easy-icon svg{width:22px;height:22px}.sv-console-head{flex-wrap:wrap;gap:8px}.rb .sv-price-clarity{gap:15px;padding:20px}.rb .sv-price-clarity>.easy-icon{display:none}.sv-demo-steps{gap:8px;padding:20px 14px}.sv-demo-steps button{font-size:12px}.sv-message{gap:12px;margin:0 14px 18px;padding:18px}.rb .sv-message p{font-size:16px}.sv-store{min-height:285px}.sv-store-copy{width:88%}.sv-brief{margin-left:15px;margin-right:15px}.sv-milestones{gap:20px}.sv-milestones h3{font-size:21px}.sv-opportunity-visual{margin:-24px -24px 20px;padding:22px}.rb .sv-marketplace>.rb-grid{grid-template-columns:1fr}.rb .ready-bundle-top{margin:-24px -24px 20px}.sv-card-end{align-items:start}.rb .sv-lead{font-size:18px}.sv-hero-deliverables{margin-top:22px!important}.sv-service-band .rb-actions{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){.sv-preview,.sv-message{transition:none!important;animation:none!important}}.rb .sv-ai-preview{color:#fff;background:linear-gradient(130deg,#101e47,#392d79);min-height:300px;padding:28px}.sv-ai-preview>span{letter-spacing:.1em;font-size:15px;font-weight:800}.rb .sv-ai-preview h3{font-size:30px;line-height:1.2}.sv-ai-preview>div{background:#ffffff08;border:1px solid #aabdef50;border-radius:12px;align-items:center;gap:15px;margin:22px 0;padding:16px;display:flex}.rb .sv-ai-preview p{color:#e5eeff;font-size:14px}.sv-ai-preview b{font-size:14px}.rb .sv-ai-preview .easy-icon{width:48px;height:48px;margin:0}.sv-ai-preview .easy-icon svg{width:28px;height:28px}.rb .sv-systems .easy-products{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=700px){.rb .sv-systems .easy-products{grid-template-columns:1fr}}.rb .lab-section{padding-top:40px}.rb .lab-intro{padding-bottom:48px}.rb .lab-intro>p:not(.rb-label){max-width:750px;font-size:20px}.rb .lab-intro .sv-text-link{color:#a6e4ff}.showcase-hero{color:#fff;background:radial-gradient(at 0,#392c75,#0000),#090f32;grid-template-columns:1.1fr .9fr;align-items:center;gap:55px;display:grid;max-width:none!important}.rb .showcase-hero .rb-label{color:#99dfff}.rb .showcase-hero .rb-note{color:#bdc9e1}.showcase-hero>img{aspect-ratio:1.2;object-fit:cover;border-radius:24px;width:100%;box-shadow:0 30px 60px #0004}.showcase-selector{grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:28px;display:grid}.showcase-selector button{font:inherit;text-align:left;color:#384366;cursor:pointer;background:#f0f2fb;border:1px solid #d4daeb;border-radius:12px;padding:18px 14px;font-size:15px;font-weight:700}.showcase-selector button span{color:#7a7ba0;margin-bottom:8px;font-size:13px;display:block}.showcase-selector button[aria-pressed=true]{color:#fff;background:#172145;border-color:#172145;box-shadow:inset 0 -3px #8bdbff}.showcase-selector button[aria-pressed=true] span{color:#a6dcff}.showcase-panel{background:#f1f4fc;border:1px solid #dce2f0;border-radius:20px;min-height:530px;padding:36px}.showcase-panel-head{justify-content:space-between;align-items:center;gap:20px;display:flex}.showcase-panel-head>span{letter-spacing:.07em;color:#5b6480;font-size:12px}.rb .showcase-panel>h2{max-width:900px;font-size:34px}.showcase-doc-grid{grid-template-columns:1fr 1fr;gap:25px;margin-top:25px;display:grid}.showcase-paper{background:#fff;border:1px solid #dbe0e9;border-radius:9px;padding:30px;box-shadow:0 8px 24px #1e294b08}.rb .showcase-paper h3{font-size:25px;line-height:1.25}.showcase-paper li{margin:12px 0}.showcase-paper ul,.showcase-paper ol{padding-left:23px}.showcase-paper blockquote{background:#f3effc;border-left:3px solid #7d4dc3;margin:20px 0;padding:18px;font-size:19px;line-height:1.7}.showcase-margin-note{background:#edf7ff;border-left:3px solid #79b9db;margin-top:26px;padding:20px;font-size:14px}.brand-sheet{color:#f6f5ed;background:#173a3e;border-radius:9px;padding:35px}.brand-sheet>span{letter-spacing:.14em;font-size:20px;font-weight:800}.rb .brand-sheet h3{margin-top:45px;font-family:Georgia,serif;font-size:48px;font-weight:400;line-height:1.1}.brand-swatches{gap:8px;margin:35px 0;display:flex}.brand-swatches span{text-align:center;border:1px solid #bccfca;border-radius:8px;flex:1;padding:25px 10px;font-size:12px}.brand-swatches span:nth-child(2){color:#173a3e;background:#f6f5ed}.brand-swatches span:nth-child(3){color:#173a3e;background:#b7c6b7}.showcase-next{border:1px solid #d9d9ed;border-radius:18px;align-items:center;gap:35px;margin-top:35px;padding:35px;display:flex}.showcase-next>div:first-child{flex:1}.showcase-next .rb-actions{flex-direction:column;align-items:stretch;max-width:320px;margin-top:0}.rb .showcase-next h2{font-size:30px}.desk-lab-banner{justify-content:space-between;align-items:center;gap:25px;display:flex}.desk-lab-banner strong{letter-spacing:.05em;color:#6536a9;font-size:14px}.desk-lab-banner button{font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #bfc9df;border-radius:10px;padding:11px 16px}.rb .desk-disclosure{color:#58637c;background:#f1f0fa;border-left:3px solid #8f75cd;margin:22px 0 30px;padding:10px 16px;font-size:14px}.desk-lab-grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:30px;display:grid}.desk-chat{background:#fff;border:1px solid #ccd5e8;border-radius:20px;overflow:hidden;box-shadow:0 18px 45px #182b5012}.desk-chat>header{color:#fff;background:#121d42;align-items:center;gap:18px;padding:20px 24px;display:flex}.desk-chat>header strong{font-size:23px;display:block}.desk-chat>header span:not(.easy-icon){color:#c4d9f4;font-size:14px;display:block}.rb .desk-chat>header .easy-icon{border-radius:15px;width:50px;height:50px;margin:0}.desk-messages{scroll-behavior:smooth;background:linear-gradient(#f3f6fc,#fff);max-height:460px;padding:24px;overflow:auto}.desk-bubble{background:#fff;border:1px solid #dce1ed;border-radius:14px;max-width:92%;margin:0 0 18px;padding:16px 20px;animation:.25s easy-enter;box-shadow:0 4px 10px #17234b06}.desk-bubble>span{letter-spacing:.09em;color:#6436a8;font-size:12px;font-weight:800}.rb .desk-bubble p{margin:8px 0 0;line-height:1.7}.desk-bubble.visitor{color:#fff;background:#233759;border-color:#233759;margin-left:auto}.desk-bubble.visitor>span{color:#ace4ff}.desk-prompts{border-top:1px solid #e2e5ef;flex-wrap:wrap;gap:8px;padding:15px 24px;display:flex}.desk-prompts button{font:inherit;color:#4d3480;cursor:pointer;background:#f2effc;border:1px solid #d8cfed;border-radius:20px;padding:9px 12px;font-size:14px}.desk-input{padding:8px 24px 24px}.desk-input label{margin-bottom:8px;font-size:14px;font-weight:700;display:block}.desk-input>div{gap:10px;display:flex}.desk-input input{width:100%;min-width:0;font:inherit;border:1px solid #b6c3d9;border-radius:8px;padding:13px}.desk-input button{font:inherit;color:#fff;cursor:pointer;background:#22385b;border:0;border-radius:8px;padding:12px 16px;font-weight:700}.desk-input button:disabled{opacity:.5;cursor:default}.desk-booking{background:#eff8ff;border-top:1px solid #b2d6ed;padding:25px}.desk-booking>label{font-weight:700;display:block}.desk-booking select{width:100%;font:inherit;background:#fff;border:1px solid #aac6da;border-radius:8px;margin:8px 0 18px;padding:12px;display:block}.desk-booking fieldset{border:0;margin:0 0 20px;padding:0}.desk-booking legend{margin-bottom:10px;font-weight:700}.desk-booking fieldset label{background:#fff;border:1px solid #ccdce8;border-radius:9px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.desk-booking input{accent-color:#533293;width:18px;height:18px}.desk-workspace{background:#f2f4fb;border:1px solid #d4d9e8;border-radius:20px;padding:28px}.rb .desk-workspace h2{font-size:28px}.desk-status{background:#fff;border:1px solid #d8e2f0;border-radius:14px;align-items:center;gap:18px;padding:18px;display:flex}.rb .desk-status .easy-icon{border-radius:12px;width:45px;height:45px;margin:0}.desk-status>div>span{letter-spacing:.06em;color:#71758d;font-size:12px;display:block}.desk-status strong{margin-top:5px;font-size:17px;line-height:1.45;display:block}.desk-workspace dl{padding:14px 0;font-size:15px}.desk-workspace dl>div{border-bottom:1px solid #d7ddeb;justify-content:space-between;gap:20px;padding:12px 0;display:flex}.desk-workspace dt{color:#636a80}.desk-workspace dd{text-align:right;max-width:65%;margin:0;font-weight:700}.desk-activity h3,.desk-confirmation h3,.desk-handoff h3,.desk-takeaway h3{line-height:1.3;font-size:21px!important}.desk-activity ol{padding:0;list-style:none}.desk-activity li{align-items:start;gap:12px;padding:10px 0;font-size:14px;line-height:1.6;display:flex}.desk-activity b{color:#723dbc;flex:0 0 22px;font-size:14px}.desk-confirmation,.desk-handoff{background:#e5f4f4;border:1px solid #b5d9dc;border-radius:12px;margin-top:22px;padding:20px}.desk-confirmation>span{letter-spacing:.06em;color:#246068;font-size:12px}.desk-handoff{background:#f6effe;border-color:#d4b9e6}.desk-takeaway{border-top:1px solid #ced5e4;margin-top:24px;padding-top:12px}.desk-takeaway p{font-size:15px}.desk-handoff summary{cursor:pointer;font-weight:700}.demo-try-link{margin-top:20px!important}.rb .demo-try-link a{color:#ace7ff;font-weight:700;text-decoration:underline}@media (width<=1000px){.showcase-selector{grid-template-columns:repeat(3,1fr)}.desk-lab-grid{gap:20px}.desk-workspace{padding:20px}.showcase-hero{gap:30px}.brand-swatches{flex-wrap:wrap}.showcase-next{display:block}.showcase-next .rb-actions{flex-direction:row;max-width:none;margin-top:25px}}@media (width<=760px){.showcase-hero,.showcase-doc-grid,.desk-lab-grid{grid-template-columns:1fr}.showcase-hero>img{aspect-ratio:1.8;max-height:300px}.showcase-selector{grid-template-columns:repeat(2,1fr)}.showcase-panel{padding:22px}.showcase-panel-head{display:block}.rb .showcase-panel>h2{font-size:28px}.showcase-paper,.brand-sheet{padding:22px}.desk-lab-banner{align-items:start}.desk-lab-banner button{padding:10px;font-size:14px}.desk-chat>header,.desk-messages{padding:18px}.desk-input,.desk-prompts{padding-left:18px;padding-right:18px}.desk-bubble{max-width:97%;padding:14px}.desk-input button{padding:10px}.showcase-next{padding:24px}.showcase-next .rb-actions{flex-direction:column}.rb .brand-sheet h3{font-size:40px}}@media (prefers-reduced-motion:reduce){.desk-messages{scroll-behavior:auto}.desk-bubble{animation:none}}
