
:root{
  --rls-blue:#0b63f6;
  --rls-blue-2:#0048bf;
  --rls-navy:#071a3d;
  --rls-sky:#eaf4ff;
  --rls-cyan:#37c5ff;
  --rls-gold:#ffc928;
  --rls-red:#ef3d44;
  --rls-green:#39a852;
  --rls-ink:#0d1b2a;
  --rls-muted:#617087;
  --rls-border:#dbe5f0;
  --rls-surface:#f7faff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--rls-ink);
  background:#fff;
  line-height:1.65;
}
a{text-decoration:none}
.topbar{
  background:var(--rls-navy);
  color:#d8e6ff;
  font-size:.86rem;
}
.topbar a{color:#fff}
.topbar .dot{opacity:.35;margin:0 .65rem}
.navbar{
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(7,26,61,.08);
  transition:.25s ease;
}
.navbar.scrolled{box-shadow:0 14px 35px rgba(13,34,74,.09)}
.navbar-brand img{width:64px;height:auto}
.nav-link{
  font-weight:700;
  color:#26344d!important;
  margin:0 .15rem;
  padding:.6rem .8rem!important;
  border-radius:10px;
}
.nav-link:hover,.nav-link.active{color:var(--rls-blue)!important;background:#eef5ff}
.btn-rls{
  background:linear-gradient(135deg,var(--rls-blue),#1b7cff);
  color:white;border:0;border-radius:12px;font-weight:800;
  padding:.78rem 1.2rem;box-shadow:0 10px 24px rgba(11,99,246,.22);
}
.btn-rls:hover{color:white;transform:translateY(-1px);box-shadow:0 14px 28px rgba(11,99,246,.3)}
.btn-outline-rls{
  border:1px solid #bad2ff;color:var(--rls-blue);background:white;
  border-radius:12px;font-weight:800;padding:.75rem 1.2rem
}
.btn-outline-rls:hover{background:#eff6ff;color:var(--rls-blue-2)}
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%,rgba(55,197,255,.24),transparent 26%),
    radial-gradient(circle at 12% 30%,rgba(11,99,246,.16),transparent 30%),
    linear-gradient(135deg,#f8fbff 0%,#eef6ff 52%,#ffffff 100%);
  padding:6.5rem 0 5.5rem;
}
.hero:after{
  content:"";position:absolute;right:-110px;top:70px;width:430px;height:430px;
  border:1px solid rgba(11,99,246,.13);border-radius:50%;
  box-shadow:0 0 0 55px rgba(11,99,246,.035),0 0 0 110px rgba(11,99,246,.02)
}
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  background:#fff;border:1px solid #dceaff;color:var(--rls-blue);
  border-radius:999px;padding:.45rem .78rem;font-size:.78rem;font-weight:900;
  letter-spacing:.08em;text-transform:uppercase;
  box-shadow:0 8px 24px rgba(13,34,74,.06)
}
.hero h1,.page-hero h1{
  font-family:"Manrope",sans-serif;font-weight:800;letter-spacing:-.045em;
  color:var(--rls-navy);line-height:1.05;
}
.hero h1{font-size:clamp(2.6rem,5vw,5.4rem)}
.hero .lead{font-size:1.12rem;color:var(--rls-muted);max-width:650px}
.trust-row{display:flex;flex-wrap:wrap;gap:1rem 1.4rem;color:#33445f;font-weight:700;font-size:.92rem}
.trust-row i{color:var(--rls-blue)}
.hero-visual{position:relative;min-height:470px}
.globe{
  width:330px;height:330px;border-radius:50%;
  background:linear-gradient(145deg,#1c78ff,#073c9d);
  position:absolute;right:30px;top:55px;
  box-shadow:0 35px 70px rgba(8,66,164,.28), inset -28px -30px 50px rgba(0,0,0,.14);
}
.globe:before,.globe:after{content:"";position:absolute;inset:14%;border:1px solid rgba(255,255,255,.35);border-radius:50%}
.globe:after{inset:30% 6%;border-width:1px 0;transform:rotate(15deg)}
.globe-lines{position:absolute;inset:0;overflow:hidden;border-radius:50%}
.globe-lines span{position:absolute;border:1px solid rgba(255,255,255,.35);border-radius:50%}
.globe-lines .v1{width:130px;height:310px;left:100px;top:10px}
.globe-lines .v2{width:230px;height:310px;left:50px;top:10px}
.globe-lines .h1{width:310px;height:120px;left:10px;top:104px}
.globe-lines .h2{width:310px;height:225px;left:10px;top:52px}
.float-card{
  position:absolute;background:rgba(255,255,255,.96);border:1px solid #e4edf7;
  border-radius:18px;padding:1rem 1.1rem;box-shadow:0 24px 55px rgba(13,34,74,.16);
  z-index:3;min-width:210px
}
.float-card i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eef5ff;color:var(--rls-blue);font-size:1.25rem}
.float-card strong{display:block;color:var(--rls-navy)}
.fc1{left:0;top:65px}.fc2{right:0;bottom:35px}.fc3{left:35px;bottom:15px;min-width:170px}
.section{padding:5.5rem 0}
.section-soft{background:var(--rls-surface)}
.section-title{max-width:760px;margin-bottom:2.6rem}
.section-title h2{font-family:"Manrope",sans-serif;font-weight:800;color:var(--rls-navy);letter-spacing:-.035em}
.section-title p{color:var(--rls-muted)}
.service-card{
  height:100%;background:white;border:1px solid var(--rls-border);border-radius:22px;padding:1.7rem;
  transition:.25s ease;box-shadow:0 12px 40px rgba(20,48,90,.05)
}
.service-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px rgba(15,53,114,.12);border-color:#b9d5ff}
.icon-box{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#e7f1ff,#f6fbff);color:var(--rls-blue);font-size:1.45rem}
.service-card h3{font-family:"Manrope",sans-serif;font-size:1.2rem;font-weight:800;color:var(--rls-navy)}
.service-card p{color:var(--rls-muted);font-size:.95rem}
.text-link{color:var(--rls-blue);font-weight:800}
.stat-card{background:var(--rls-navy);color:white;border-radius:22px;padding:1.6rem;height:100%}
.stat-card strong{display:block;font-size:2rem;font-family:"Manrope",sans-serif}
.stat-card span{color:#c6d8f3}
.feature-panel{
  border-radius:30px;background:linear-gradient(135deg,#061a3f,#0d3f8f);color:white;
  padding:3rem;position:relative;overflow:hidden
}
.feature-panel:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(55,197,255,.13);right:-100px;top:-100px}
.feature-panel h2,.feature-panel h3{font-family:"Manrope",sans-serif;font-weight:800}
.feature-panel p{color:#d1e1fb}
.check-list{list-style:none;padding:0;margin:0}
.check-list li{display:flex;gap:.7rem;margin:.75rem 0;color:#31415c}
.check-list i{color:var(--rls-blue)}
.feature-panel .check-list li{color:#e5efff}
.feature-panel .check-list i{color:#76d8ff}
.quote-box{background:white;border-radius:24px;box-shadow:0 25px 60px rgba(13,34,74,.12);padding:2rem;border:1px solid #e6edf7}
.form-control,.form-select{border-radius:12px;border-color:#d9e3ef;padding:.82rem .95rem}
.form-control:focus,.form-select:focus{border-color:#82b3ff;box-shadow:0 0 0 .23rem rgba(11,99,246,.12)}
.lang-pill{display:inline-flex;padding:.55rem .9rem;border:1px solid #dce7f3;border-radius:999px;background:white;color:#32445f;font-weight:700;margin:.28rem;box-shadow:0 5px 16px rgba(22,49,87,.04)}
.lang-pill:hover{border-color:#9ec4ff;color:var(--rls-blue)}
.cta{
  background:linear-gradient(135deg,#0a5be4,#08367d);border-radius:30px;padding:3.3rem;color:white;position:relative;overflow:hidden
}
.cta:after{content:"";position:absolute;right:-65px;top:-120px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.08)}
.cta h2{font-family:"Manrope",sans-serif;font-weight:800}
.page-hero{
  padding:4.8rem 0;background:linear-gradient(135deg,#eef6ff,#fff);border-bottom:1px solid #e4edf7
}
.page-hero p{color:var(--rls-muted);max-width:680px}
.breadcrumb-item a{color:var(--rls-blue)}
.process-step{position:relative;padding-left:4.2rem}
.process-step .num{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:14px;background:#eaf3ff;color:var(--rls-blue);display:grid;place-items:center;font-weight:900}
.process-step h4{font-family:"Manrope",sans-serif;font-weight:800;color:var(--rls-navy)}
.testimonial{background:white;border:1px solid var(--rls-border);border-radius:22px;padding:1.6rem;height:100%}
.testimonial .stars{color:#ffb000}
.faq .accordion-item{border:1px solid #e1eaf4;border-radius:14px!important;margin-bottom:.8rem;overflow:hidden}
.faq .accordion-button{font-weight:800;color:var(--rls-navy)}
.faq .accordion-button:not(.collapsed){background:#eef5ff;color:var(--rls-blue);box-shadow:none}
footer{background:#06152f;color:#c9d8ef}
footer h6{color:white;font-weight:800}
footer a{color:#c9d8ef}
footer a:hover{color:white}
.footer-logo{width:72px;background:white;border-radius:10px;padding:5px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09)}
.reveal{opacity:0;transform:translateY(18px);transition:.6s ease}
.reveal.show{opacity:1;transform:none}
@media(max-width:991.98px){
  .hero{padding:4.5rem 0}
  .hero-visual{min-height:390px;margin-top:2rem}
  .globe{right:50%;transform:translateX(50%);width:280px;height:280px}
  .fc1{left:4%;top:30px}.fc2{right:4%;bottom:20px}.fc3{left:8%;bottom:5px}
  .navbar-collapse{background:#fff;border:1px solid #e4edf7;border-radius:16px;padding:1rem;margin-top:.8rem;box-shadow:0 20px 35px rgba(13,34,74,.08)}
}
@media(max-width:575.98px){
  .topbar .address{display:none}
  .hero h1{font-size:2.65rem}
  .hero-visual{min-height:345px}
  .globe{width:225px;height:225px;top:55px}
  .float-card{min-width:auto;font-size:.82rem;padding:.75rem}
  .float-card i{width:34px;height:34px;font-size:1rem}
  .fc1{left:0}.fc2{right:0}.fc3{display:none}
  .section{padding:4rem 0}
  .feature-panel,.cta{padding:2rem;border-radius:22px}
}
