
:root{
  --rb-orange:#f58d4b;
  --rb-orange-dark:#eb7b33;
  --rb-ink:#121212;
  --rb-grey:#f4f4f4;
  --rb-blue:#6667d9;
  --rb-red:#ff5b5b;
}
body{font-family:'Lexend',sans-serif;color:var(--rb-ink);}
a{color:var(--rb-blue);}
a:hover{color:var(--rb-orange-dark);}
.preloaders{display:none!important;}
.rb-topbar{background:#111;padding:12px 0;color:#fff;font-size:14px;}
.rb-topbar a{color:#fff;opacity:.95;}
.rb-navbar{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.07);}
.rb-brand{display:flex;align-items:center;gap:14px;padding:14px 0;}
.rb-brand img{height:64px;width:auto;border-radius:16px;box-shadow:0 6px 18px rgba(0,0,0,.08);}
.rb-brand span{font-size:30px;font-weight:700;color:#111;line-height:1.05;}
.rb-nav{display:flex;gap:26px;flex-wrap:wrap;justify-content:flex-end;align-items:center;padding:24px 0;}
.rb-nav a{color:#111;font-weight:600;}
.rb-btn,.rb-btn-outline{display:inline-block;padding:14px 26px;border-radius:999px;font-weight:700;transition:.25s all;text-decoration:none;}
.rb-btn{background:var(--rb-orange);color:#fff;box-shadow:0 14px 30px rgba(245,141,75,.3);}
.rb-btn:hover{background:var(--rb-orange-dark);color:#fff;transform:translateY(-2px);}
.rb-btn-outline{border:2px solid var(--rb-orange);color:var(--rb-orange-dark);background:#fff;}
.rb-btn-outline:hover{background:var(--rb-orange);color:#fff;}
.rb-hero{padding:90px 0 70px;background:linear-gradient(135deg,#fff6f0 0%,#ffffff 65%);}
.rb-kicker{display:inline-block;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);font-size:13px;font-weight:700;color:var(--rb-orange-dark);margin-bottom:20px;}
.rb-hero h1{font-size:54px;line-height:1.08;margin-bottom:18px;}
.rb-hero p{font-size:18px;line-height:1.8;color:#4d4d4d;max-width:640px;}
.rb-hero-card{background:#fff;border-radius:28px;padding:34px;box-shadow:0 18px 45px rgba(0,0,0,.09);border:1px solid rgba(0,0,0,.06);}
.rb-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px;}
.rb-stat{padding:18px;border-radius:22px;background:var(--rb-grey);}
.rb-stat strong{display:block;font-size:30px;color:#111;}
.rb-section{padding:85px 0;}
.rb-section-title{font-size:40px;line-height:1.15;margin-bottom:14px;}
.rb-section-sub{max-width:760px;color:#555;line-height:1.8;margin-bottom:34px;}
.rb-card{height:100%;background:#fff;border-radius:24px;padding:28px;box-shadow:0 14px 34px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06);}
.rb-card h3{font-size:22px;margin-bottom:12px;}
.rb-icon{height:58px;width:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#fff3ea;color:var(--rb-orange-dark);font-size:24px;margin-bottom:18px;}
.rb-grey{background:#faf7f4;}
.rb-pack{position:relative;overflow:hidden;}
.rb-pack .badge{position:absolute;top:18px;right:18px;background:var(--rb-orange);color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700;}
.rb-price{font-size:42px;font-weight:800;color:#111;margin-bottom:6px;}
.rb-pack ul{padding-left:18px;margin-bottom:0;}
.rb-pack li{margin-bottom:10px;color:#4c4c4c;}
.rb-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.rb-feature-chip{padding:14px 16px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.08);font-weight:600;}
.rb-steps{counter-reset:step;}
.rb-step{position:relative;padding-left:86px;margin-bottom:30px;}
.rb-step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;height:56px;width:56px;border-radius:18px;background:var(--rb-orange);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:22px;}
.rb-portal{display:flex;align-items:flex-start;gap:16px;padding:22px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.07);box-shadow:0 12px 30px rgba(0,0,0,.05);height:100%;}
.rb-portal i{font-size:24px;color:var(--rb-orange-dark);margin-top:4px;}
.rb-cta{background:linear-gradient(135deg,#111 0%,#202020 100%);color:#fff;border-radius:30px;padding:46px;}
.rb-cta p{color:#eaeaea;}
.rb-footer{background:#111;color:#fff;padding:70px 0 24px;}
.rb-footer h4{color:#fff;font-size:20px;margin-bottom:20px;}
.rb-footer a{color:#f2f2f2;opacity:.92;}
.rb-footer a:hover{color:#fff;opacity:1;}
.rb-mini{font-size:14px;color:#d8d8d8;line-height:1.8;}
.rb-list-clean{list-style:none;padding-left:0;margin:0;}
.rb-list-clean li{margin-bottom:10px;}
.rb-page-hero{padding:70px 0;background:linear-gradient(135deg,#fff6f0 0%,#ffffff 75%);}
.rb-page-hero h1{font-size:48px;margin-bottom:10px;}
.rb-breadcrumb{font-size:14px;color:#555;}
.rb-breadcrumb a{color:#555;}
.table.rb-table{--bs-table-bg:transparent;}
.rb-table th,.rb-table td{padding:16px;border-color:rgba(0,0,0,.08);vertical-align:top;}
.rb-faq .accordion-item{border:0;background:#fff;border-radius:18px;margin-bottom:14px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.05);}
.rb-faq .accordion-button{font-weight:700;padding:20px 24px;}
.rb-faq .accordion-button:not(.collapsed){background:#fff3ea;color:#111;box-shadow:none;}
.rb-faq .accordion-body{padding:0 24px 20px;color:#4f4f4f;line-height:1.8;}
.rb-contact-box{background:#fff;border-radius:24px;padding:28px;box-shadow:0 12px 30px rgba(0,0,0,.05);height:100%;}
.rb-contact-box h3{font-size:22px;margin-bottom:14px;}
.rb-note{font-size:14px;color:#666;}
@media(max-width:991px){
  .rb-hero h1,.rb-page-hero h1{font-size:38px;}
  .rb-nav{justify-content:flex-start;padding-top:0;padding-bottom:18px;gap:16px;}
  .rb-feature-list,.rb-stat-grid{grid-template-columns:1fr;}
}
