
:root{
 --navy:#03182d;--navy2:#082d4b;--navy3:#0a3859;
 --green:#0a914a;--green2:#14a95b;--gold:#d4a62f;
 --white:#fff;--ink:#122238;--muted:#687586;--line:#e4e9ee;
 --paper:#f7f9fb;--cream:#f7f4ee;--shadow:0 22px 62px rgba(3,24,45,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(1220px,92%);margin:auto}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.04;margin:0 0 16px}
h1{font-size:clamp(48px,5.35vw,78px)}
h2{font-size:clamp(36px,4vw,56px)}
h3{font-size:24px}
p{margin:0 0 16px}
.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--gold);margin:0 0 12px}
.section{padding:84px 0}
.center{text-align:center;margin-left:auto;margin-right:auto}
.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:7px;font-size:14px;font-weight:800;border:1px solid transparent;transition:.22s}
.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green2);transform:translateY(-2px)}
.btn-outline{border-color:rgba(255,255,255,.58);color:#fff}.btn-outline:hover{background:#fff;color:var(--navy)}

/* HEADER */
.rb-header{position:sticky;top:0;z-index:1000;background:rgba(3,24,45,.98);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px)}
.rb-nav{height:76px;display:flex;align-items:center;justify-content:space-between}
.rb-brand{display:flex;align-items:center;gap:11px}
.rb-brand img{width:46px;height:46px;object-fit:contain}
.rb-brand-copy strong{display:block;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:17px;letter-spacing:.04em}
.rb-brand-copy span{display:block;color:#cbd6df;font-size:8px;letter-spacing:.18em;text-transform:uppercase;margin-top:2px}
.rb-menu{display:flex;align-items:center;gap:30px;color:#fff;font-size:14px;font-weight:700}
.rb-menu a{position:relative;padding:27px 0}
.rb-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:14px;height:2px;background:var(--gold);transition:.2s}
.rb-menu a:hover:after,.rb-menu a.active:after{right:0}
.rb-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}

/* HOME */
.home-hero{min-height:625px;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden;
 background:
 linear-gradient(90deg,rgba(2,18,34,.98) 0%,rgba(2,18,34,.92) 42%,rgba(2,18,34,.48) 69%,rgba(2,18,34,.12) 100%),
 url('assets/revenuebridge-management-lobby-v9-4k.jpg') center right/cover no-repeat}
.home-hero-inner{padding:82px 0}
.home-hero h1{max-width:720px}.home-hero h1 span{color:var(--gold)}
.home-copy{max-width:650px;color:#e5edf4;font-size:17px}
.home-actions{display:flex;gap:14px;margin-top:26px}
.home-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px;max-width:980px}
.home-benefit{display:grid;grid-template-columns:42px 1fr;gap:11px}
.round-icon{width:42px;height:42px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-weight:800}
.home-benefit strong{display:block;font-size:13px}
.home-benefit p{font-size:11px;line-height:1.45;color:#d8e2eb;margin:3px 0 0}
.trust-row{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:20px;text-align:center;border-right:1px solid var(--line);font-size:13px;font-weight:800}
.trust-item:last-child{border-right:0}
.home-services{padding:76px 0;background:#fff}
.section-head{max-width:800px;margin-bottom:38px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px;box-shadow:0 7px 22px rgba(3,24,45,.04);transition:.25s}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.service-card .round-icon{margin-bottom:14px;background:#f1faf5}
.service-card p{font-size:13px;color:var(--muted)}
.service-card a{font-size:12px;color:var(--green);font-weight:800}

/* SERVICES */
.dark-hero{background:linear-gradient(135deg,var(--navy),#0b3858);color:#fff;padding:92px 0 80px}
.dark-hero p{max-width:730px;color:#d7e2eb}
.dark-hero h1 span{color:#27b96a}
.services-core{background:linear-gradient(135deg,#02182d,#0a3552);color:#fff;padding:78px 0}
.services-core-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:55px;align-items:center}
.services-core-copy p{color:#cad6e0}
.service-network{position:relative;min-height:390px;display:grid;place-items:center}
.network-center{width:118px;height:118px;border:2px solid rgba(20,169,91,.65);border-radius:50%;display:grid;place-items:center;background:#061f38;box-shadow:0 0 0 28px rgba(10,145,74,.045)}
.network-center img{width:72px;height:72px;object-fit:contain}
.orbit{position:absolute;width:330px;height:330px;border:1px solid rgba(20,169,91,.42);border-radius:50%}
.orbit-node{position:absolute;width:98px;min-height:74px;border:1px solid rgba(20,169,91,.45);border-radius:14px;padding:10px;background:#08263f;text-align:center;font-size:11px;display:grid;place-items:center}
.node1{top:0;left:50%;transform:translate(-50%,-15%)}.node2{right:-2%;top:50%;transform:translateY(-50%)}.node3{bottom:-5%;left:50%;transform:translate(-50%,0)}.node4{left:-2%;top:50%;transform:translateY(-50%)}
.core-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.core-card{padding:19px;border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(255,255,255,.035)}
.core-card strong{display:block;margin-bottom:4px}.core-card span{font-size:11px;color:#c7d4de}
.green-callout{margin-top:20px;padding:17px;background:linear-gradient(90deg,#08753c,#0b924a);border-radius:11px;text-align:center;font-weight:800}
.light-section{background:#f8fafb;padding:78px 0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:24px;transition:.25s}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.feature-card p{font-size:13px;color:var(--muted)}
.process{background:var(--cream);padding:78px 0}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.process-card{background:#fff;border-radius:11px;padding:22px;border-top:3px solid var(--gold)}
.process-card .num{color:var(--green);font-weight:800;margin-bottom:9px}
.process-card p{font-size:13px;color:var(--muted)}

/* PORTFOLIO */
.portfolio-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.property-card{background:var(--navy);color:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.property-card img{width:100%;height:320px;object-fit:cover}
.property-copy{padding:20px}
.property-copy p{font-size:13px;color:#d7e1e9}
.portfolio-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}
.portfolio-benefit{background:#071f38;color:#fff;border-radius:12px;padding:22px}
.portfolio-benefit p{font-size:12px;color:#c6d4df}

/* ABOUT */
.about-content{padding:78px 0}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.about-photo{border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.about-photo img{width:100%;height:465px;object-fit:cover}
.about-list{display:grid;gap:10px;margin-top:20px}
.about-list div{display:flex;gap:10px}.about-list b{color:var(--green)}
.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.metric{background:var(--navy);color:#fff;border-radius:10px;padding:20px;text-align:center}
.metric strong{display:block;font-family:Georgia,serif;color:var(--gold);font-size:21px}.metric span{font-size:11px;color:#c6d3dd}
.quote-box{margin-top:24px;background:linear-gradient(90deg,#08753c,#0b924a);color:#fff;border-radius:12px;padding:24px}

/* CONTACT - TRUE 3 STEP */
.contact-wrap{padding:70px 0 92px;background:#f7f9fb}
.contact-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:36px;align-items:start}
.contact-side{background:linear-gradient(145deg,var(--navy),#0a3656);color:#fff;border-radius:18px;padding:32px;position:sticky;top:98px;box-shadow:var(--shadow)}
.contact-side p{color:#c9d5df}
.contact-mail{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);border-radius:10px;padding:13px;margin:20px 0}
.contact-mail a{color:#fff;font-weight:700;font-size:13px}
.contact-step-hint{display:grid;grid-template-columns:32px 1fr;gap:9px;margin:12px 0}
.contact-step-hint b{width:32px;height:32px;border-radius:9px;background:rgba(212,166,47,.14);color:var(--gold);display:grid;place-items:center;font-size:12px}
.contact-step-hint span{font-size:12px;color:#b9c8d5}

.booking{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.booking-head{padding:24px 28px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.booking-head h3{margin:0}
.progress{display:flex;align-items:center;gap:8px}
.progress span{width:30px;height:30px;border:1px solid #d6dde4;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800}
.progress span.active,.progress span.done{background:var(--green);border-color:var(--green);color:#fff}
.booking-body{padding:30px}
.booking-step{display:none;min-height:440px}
.booking-step.active{display:block;animation:rbFade .25s ease both}
@keyframes rbFade{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none}}
.calendar-head{display:flex;justify-content:space-between;align-items:center;margin:15px 0}
.calendar-head button{width:35px;height:35px;border:1px solid #d7dee5;background:#fff;border-radius:8px;cursor:pointer}
.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;text-align:center}
.calendar .dow{font-size:9px;color:#8995a1;font-weight:800}
.calendar button{height:37px;border:0;background:transparent;border-radius:50%;cursor:pointer}
.calendar button:hover{background:#eef7f2}
.calendar button.selected{background:var(--green);color:#fff}
.calendar button:disabled{color:#cbd2d8;cursor:not-allowed}
.time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:18px}
.time-btn{padding:13px;border:1px solid #d7dee5;border-radius:9px;background:#fff;cursor:pointer}
.time-btn.selected{background:#edf8f1;border-color:var(--green);color:#076a35;font-weight:800}
.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.details-grid .full{grid-column:1/-1}
.details-grid input,.details-grid textarea{width:100%;padding:12px;border:1px solid #d6dde5;border-radius:9px}
.details-grid textarea{min-height:160px;resize:vertical}
.booking-actions{display:flex;justify-content:space-between;gap:12px;margin-top:24px}
.booking-actions button{padding:12px 18px;border:0;border-radius:8px;font-weight:800;cursor:pointer}
.back-btn{background:#edf1f4;color:var(--ink)}
.next-btn,.submit-btn{background:var(--green);color:#fff}

/* FOOTER */
.rb-footer{background:#03182e;color:#fff;padding:40px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.1fr .75fr .9fr .9fr;gap:38px}
.footer-brand{display:flex;align-items:center;gap:11px;margin-bottom:10px}
.footer-brand img{width:50px;height:50px;object-fit:contain}
.footer-brand strong{font-family:Georgia,serif;font-size:20px}.footer-brand strong span{color:#2ab469}
.footer-grid p,.footer-grid a{font-size:12px;color:#bdc9d5}
.footer-title{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#d4aa49;margin-bottom:11px}
.footer-links{display:grid;gap:7px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:24px;padding-top:14px;display:flex;justify-content:space-between;color:#8fa2b4;font-size:11px}

@media(max-width:1000px){
 .rb-toggle{display:block}.rb-menu{display:none;position:absolute;top:76px;left:0;right:0;background:var(--navy);padding:18px 4%;flex-direction:column;align-items:flex-start}.rb-menu.open{display:flex}
 .home-benefits,.trust-grid,.service-grid,.feature-grid,.process-grid,.metric-row{grid-template-columns:1fr 1fr}
 .services-core-grid,.portfolio-grid,.about-grid,.contact-grid{grid-template-columns:1fr}
 .contact-side{position:relative;top:auto}
 .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 .rb-brand-copy{display:none}
 .home-benefits,.trust-grid,.service-grid,.feature-grid,.process-grid,.metric-row,.portfolio-benefits,.details-grid{grid-template-columns:1fr}
 .core-cards{grid-template-columns:1fr}
 .time-grid{grid-template-columns:1fr 1fr}
 .footer-grid{grid-template-columns:1fr}
 .footer-bottom{flex-direction:column;gap:7px}
}


/* ==============================
   V9 POLISH — TYPE / SPACING / RESPONSIVE
   ============================== */

html{font-size:16px}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}

h1{font-size:clamp(42px,4.65vw,68px);letter-spacing:-.025em}
h2{font-size:clamp(32px,3.25vw,48px);letter-spacing:-.018em}
h3{font-size:22px;letter-spacing:-.01em}

.dark-hero{padding:78px 0 68px}
.dark-hero h1{max-width:980px}
.dark-hero p{font-size:16px;line-height:1.7}

.home-hero{
  min-height:610px;
  background-position:center center;
  background-size:cover;
}
.home-hero-inner{padding:74px 0}
.home-hero h1{font-size:clamp(44px,4.75vw,68px);max-width:690px}
.home-copy{font-size:16px;max-width:620px;line-height:1.68}
.home-benefits{margin-top:32px;gap:16px}
.home-benefit strong{font-size:12.5px}
.home-benefit p{font-size:10.8px}

.home-services{padding:70px 0}
.section{padding:76px 0}
.section-head{max-width:760px;margin-bottom:34px}
.section-head h2{line-height:1.08}

.service-card{padding:24px}
.service-card h3{font-size:21px}
.service-card p{line-height:1.65}

.services-core{padding:70px 0}
.services-core-grid{gap:48px}
.services-core-copy h2{font-size:clamp(34px,3.45vw,50px)}
.core-card{min-height:92px}
.core-card strong{font-size:13px}
.core-card span{font-size:11px;line-height:1.45}

.network-center{width:112px;height:112px}
.orbit{width:310px;height:310px}
.orbit-node{width:94px;min-height:68px;font-size:10.5px}

.light-section,.process{padding:70px 0}
.feature-card{padding:23px}
.feature-card h3{font-size:20px}
.feature-card p{line-height:1.62}

.property-card img{height:300px}
.property-copy h3{font-size:22px}

.about-content{padding:72px 0}
.about-grid{gap:48px}
.about-photo img{height:430px;object-position:center}
.metric{padding:18px}
.quote-box h3{font-size:23px;line-height:1.35}

.contact-wrap{padding:64px 0 82px}
.contact-grid{gap:32px}
.contact-side{padding:29px}
.contact-side h2{font-size:clamp(31px,3vw,44px)}
.booking-head{padding:21px 25px}
.booking-head h3{font-size:23px}
.booking-body{padding:26px}
.booking-step{min-height:405px}
.booking-step h2{font-size:clamp(31px,3vw,44px)}
.calendar{max-width:620px}
.calendar button{height:39px}
.time-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:720px}
.details-grid input,.details-grid textarea{font-size:14px}

.rb-footer{padding-top:36px}
.footer-brand strong{font-size:19px}

/* Fine alignment */
.rb-nav,.home-hero-inner,.dark-hero .container,
.services-core .container,.about-content .container,
.contact-wrap .container{position:relative}
.rb-brand img{flex:0 0 auto}
.rb-brand-copy{line-height:1.1}
.green-callout{font-size:13px}

/* Laptop */
@media (min-width:1001px) and (max-width:1440px){
  .container{width:min(1160px,90%)}
  .rb-menu{gap:26px}
  .home-hero{min-height:590px}
  .home-hero h1{font-size:58px}
  .home-benefits{max-width:900px}
  .service-network{transform:scale(.92)}
  .property-card img{height:285px}
}

/* Tablet */
@media(max-width:1000px){
  h1{font-size:clamp(40px,7vw,58px)}
  h2{font-size:clamp(30px,5.5vw,44px)}
  .home-hero{min-height:auto;background-position:62% center}
  .home-hero-inner{padding:70px 0 58px}
  .home-benefits{max-width:none}
  .service-network{min-height:360px;margin-top:14px}
  .contact-grid{gap:24px}
}

/* Mobile */
@media(max-width:650px){
  .container{width:min(92%,560px)}
  .rb-nav{height:68px}
  .rb-menu{top:68px}
  .rb-brand img{width:42px;height:42px}
  .home-hero{
    min-height:auto;
    background-position:66% center;
    background-size:cover;
  }
  .home-hero-inner{padding:58px 0 48px}
  .home-hero h1{font-size:42px;line-height:1.02;max-width:94%}
  .home-copy{font-size:15px}
  .home-actions{flex-wrap:wrap}
  .home-actions .btn{width:100%}
  .home-benefits{grid-template-columns:1fr;gap:14px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item{font-size:12px;padding:16px 10px}
  .section,.home-services,.light-section,.process,.about-content{padding:58px 0}
  .dark-hero{padding:58px 0 50px}
  .dark-hero h1{font-size:41px}
  .dark-hero p{font-size:15px}
  .service-network{min-height:330px;transform:scale(.90)}
  .orbit{width:290px;height:290px}
  .orbit-node{width:86px;min-height:62px;font-size:9.7px}
  .portfolio-grid{gap:16px}
  .property-card img{height:235px}
  .about-photo img{height:300px}
  .metric-row{grid-template-columns:1fr 1fr}
  .contact-wrap{padding:48px 0 64px}
  .contact-side{padding:24px}
  .booking-head{padding:20px;align-items:flex-start;gap:12px}
  .booking-head h3{font-size:20px}
  .progress span{width:28px;height:28px}
  .booking-body{padding:20px}
  .booking-step{min-height:360px}
  .calendar{gap:5px}
  .calendar button{height:34px;font-size:12px}
  .time-grid{grid-template-columns:1fr 1fr}
  .details-grid{grid-template-columns:1fr}
  .details-grid .full{grid-column:auto}
  .booking-actions{gap:8px}
  .booking-actions button{flex:1}
  .footer-grid{gap:24px}
}

@media(max-width:390px){
  .home-hero h1,.dark-hero h1{font-size:37px}
  .service-network{transform:scale(.84)}
  .time-grid{grid-template-columns:1fr}
}


/* =========================================================
   V10 — HOME + SERVICES MATCH APPROVED REFERENCES
   ========================================================= */

:root{
  --rb-navy:#03182d;
  --rb-navy-card:#082239;
  --rb-navy-card2:#0a2943;
  --rb-green:#0a914a;
  --rb-green2:#14a85b;
  --rb-gold:#d3a531;
}

/* Brand wordmark: Bridge is green */
.rb-brand-copy strong{
  color:#fff;
}
.rb-brand-copy strong::after{
  content:"";
}
.rb-brand-copy strong .bridge,
.footer-brand strong .bridge{
  color:var(--rb-green2);
}

/* HOME HERO exactly follows supplied design direction */
.home-hero{
  min-height:690px;
  background:
    linear-gradient(90deg,
      rgba(2,17,32,.98) 0%,
      rgba(2,17,32,.96) 29%,
      rgba(2,17,32,.70) 48%,
      rgba(2,17,32,.16) 68%,
      rgba(2,17,32,.03) 100%),
    url('assets/home-hero-v10.webp') center center/cover no-repeat !important;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.home-hero-inner{
  padding:78px 0 36px;
}
.home-hero .eyebrow{
  color:#3fd270;
  letter-spacing:.15em;
}
.home-hero h1{
  font-size:clamp(48px,4.75vw,70px);
  max-width:680px;
  line-height:1.02;
}
.home-hero h1 span{
  color:var(--rb-gold);
}
.home-copy{
  max-width:620px;
  font-size:16px;
  color:#e8eef4;
}
.home-actions{
  margin-top:24px;
}
.home-benefits{
  max-width:none;
  width:100%;
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:rgba(2,20,36,.78);
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px 11px 0 0;
  overflow:hidden;
  backdrop-filter:blur(6px);
}
.home-benefit{
  padding:18px 18px;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:10px;
  border-right:1px solid rgba(255,255,255,.08);
}
.home-benefit:last-child{border-right:0}
.home-benefit strong{
  font-size:12.5px;
  color:#fff;
}
.home-benefit p{
  color:#d5e0e8;
  font-size:10.8px;
}
.round-icon{
  border-color:#10a453;
}
.home-hero + .trust-row{
  background:#03182d;
  border:0;
}
.home-hero + .trust-row .container{
  display:grid;
  grid-template-columns:1.2fr repeat(4,.7fr);
  align-items:center;
  border-top:1px solid rgba(255,255,255,.08);
}
.trust-intro{
  padding:20px 22px;
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
  font-size:20px;
  line-height:1.25;
}
.trust-intro span{color:#2abc69}
.trust-stat{
  text-align:center;
  padding:18px 12px;
}
.trust-stat strong{
  display:block;
  color:#21b964;
  font-family:Georgia,'Times New Roman',serif;
  font-size:27px;
  line-height:1;
}
.trust-stat span{
  color:#d1dbe4;
  font-size:10px;
}

/* Home services following supplied reference */
.home-services{
  background:#03182d;
  color:#fff;
  padding:76px 0 78px;
}
.home-services .section-head{
  text-align:left;
  margin:0 0 32px;
  max-width:560px;
}
.home-services .section-head .eyebrow{color:#27bb67}
.home-services .section-head h2{
  color:#fff;
  font-size:clamp(37px,3.5vw,52px);
}
.home-services .section-head h2 span{color:#24b967}
.home-services .service-grid{
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.home-services .service-card{
  background:#08233a;
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  box-shadow:none;
  border-radius:11px;
}
.home-services .service-card:hover{
  background:#0a2943;
  border-color:rgba(20,168,91,.35);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.home-services .service-card h3{
  color:#fff;
  font-size:19px;
}
.home-services .service-card p{
  color:#d4dee6;
  font-size:12px;
}
.home-services .service-card a{
  color:#27bd68;
}
.home-service-bottom{
  margin-top:14px;
  background:linear-gradient(90deg,#08763d,#0b8f49);
  border-radius:10px;
  color:#fff;
  padding:16px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-weight:800;
}
.home-service-bottom small{
  font-weight:400;
  color:#e3f3e9;
}

/* SERVICES page exact approved direction */
.services-v10{
  background:#03182d;
  color:#fff;
}
.services-v10-hero{
  padding:84px 0 32px;
}
.services-v10-top{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:40px;
  align-items:center;
}
.services-v10-copy .eyebrow{color:#23bb65}
.services-v10-copy h1{
  font-size:clamp(41px,4vw,58px);
}
.services-v10-copy h1 span{color:#26bb69}
.services-v10-copy p{
  color:#d4dee6;
  max-width:530px;
  font-size:15px;
}
.services-wheel{
  position:relative;
  min-height:360px;
  display:grid;
  place-items:center;
}
.wheel-ring{
  position:absolute;
  border:1px solid rgba(27,182,96,.38);
  border-radius:50%;
}
.wheel-ring.r1{width:170px;height:170px}
.wheel-ring.r2{width:245px;height:245px}
.wheel-ring.r3{width:315px;height:315px}
.wheel-center{
  width:108px;height:108px;border-radius:50%;
  background:#061e35;
  border:1px solid rgba(27,182,96,.55);
  display:grid;place-items:center;z-index:3;
}
.wheel-center img{width:68px;height:68px;object-fit:contain}
.wheel-node{
  position:absolute;
  z-index:4;
  width:86px;
  text-align:center;
  font-size:10px;
  color:#f2f6f8;
}
.wheel-node .node-icon{
  width:44px;height:44px;border:1px solid #16a95b;border-radius:50%;
  display:grid;place-items:center;margin:0 auto 6px;
  font-size:18px;
}
.wn1{top:12px;left:50%;transform:translateX(-50%)}
.wn2{right:12px;top:50%;transform:translateY(-50%)}
.wn3{bottom:0;left:50%;transform:translateX(-50%)}
.wn4{left:12px;top:50%;transform:translateY(-50%)}

.services-v10-grid{
  padding:20px 0 16px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.services-v10-card{
  border:1px solid rgba(255,255,255,.08);
  background:#08233a;
  border-radius:11px;
  padding:20px;
  transition:.24s;
}
.services-v10-card:hover{
  transform:translateY(-4px);
  background:#0a2943;
  border-color:rgba(20,168,91,.35);
}
.services-v10-card .svc-icon{
  font-size:22px;
  color:#1fbd66;
  margin-bottom:8px;
}
.services-v10-card h3{
  font-size:18px;
  color:#fff;
}
.services-v10-card p{
  color:#d4dee6;
  font-size:12px;
}
.services-v10-banner{
  margin:0 auto 72px;
  padding:16px 18px;
  border-radius:10px;
  background:linear-gradient(90deg,#08753d,#0b8f49);
  text-align:center;
  color:#fff;
  font-weight:800;
}
.services-v10-banner span{
  display:block;
  font-weight:400;
  color:#e4f2e9;
  font-size:11px;
  margin-top:2px;
}

@media(max-width:1000px){
  .home-hero{
    min-height:auto;
    background-position:63% center !important;
  }
  .home-benefits{
    grid-template-columns:1fr 1fr;
  }
  .home-hero + .trust-row .container{
    grid-template-columns:1fr 1fr;
  }
  .trust-intro{
    grid-column:1/-1;
    text-align:center;
  }
  .services-v10-top{
    grid-template-columns:1fr;
  }
  .services-wheel{
    min-height:340px;
  }
}

@media(max-width:650px){
  .home-hero{
    background:
      linear-gradient(180deg,rgba(2,17,32,.95) 0%,rgba(2,17,32,.82) 45%,rgba(2,17,32,.40) 72%,rgba(2,17,32,.18) 100%),
      url('assets/home-hero-v10-mobile.webp') center top/cover no-repeat !important;
  }
  .home-hero-inner{
    padding:54px 0 22px;
  }
  .home-hero h1{
    font-size:39px;
    max-width:100%;
  }
  .home-benefits{
    grid-template-columns:1fr;
    border-radius:10px;
  }
  .home-benefit{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}
  .home-benefit:last-child{border-bottom:0}
  .home-hero + .trust-row .container{
    grid-template-columns:1fr 1fr;
  }
  .home-services{
    padding:58px 0;
  }
  .home-services .service-grid{
    grid-template-columns:1fr;
  }
  .home-service-bottom{
    align-items:flex-start;
    flex-direction:column;
  }
  .services-v10-hero{padding-top:58px}
  .services-v10-grid{grid-template-columns:1fr}
  .services-wheel{transform:scale(.88);margin:-10px 0}
}


/* =========================================================
   V11 — REQUESTED-ONLY UPDATES
   ========================================================= */

/* Header: symbol only */
.rb-brand{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.rb-brand img{
  width:50px;
  height:50px;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.16));
}
.rb-brand-copy{display:none!important}

/* Footer: full company name */
.footer-brand{
  align-items:center;
}
.footer-brand img{
  width:54px;
  height:54px;
  object-fit:contain;
}
.footer-company-name{
  font-family:Georgia,'Times New Roman',serif;
  font-size:21px;
  line-height:1.08;
  color:#fff;
  font-weight:700;
}
.footer-company-name .bridge{color:#18aa5e}
.footer-company-name .hospitality{
  display:block;
  color:#dce5ec;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-top:5px;
}

/* About image clarity */
.about-photo{
  background:#061d35;
}
.about-photo img{
  width:100%;
  height:465px;
  object-fit:cover;
  object-position:center;
  image-rendering:auto;
}

/* Legal pages */
.legal-hero{
  background:linear-gradient(135deg,#03182d 0%,#0a3556 100%);
  color:#fff;
  padding:72px 0 58px;
}
.legal-hero h1{
  font-size:clamp(40px,4.2vw,60px);
  margin-bottom:12px;
}
.legal-hero p{
  max-width:800px;
  color:#cfdae4;
  font-size:14px;
}
.legal-shell{
  background:#f7f9fb;
  padding:64px 0 82px;
}
.legal-card{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid #e3e8ed;
  border-radius:16px;
  padding:42px 46px;
  box-shadow:0 18px 52px rgba(3,24,45,.08);
}
.legal-meta{
  color:#7a8795;
  font-size:12px;
  margin-bottom:28px;
}
.legal-card h2{
  font-size:27px;
  margin:34px 0 12px;
  color:#102238;
}
.legal-card h2:first-of-type{margin-top:0}
.legal-card h3{
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  margin:20px 0 7px;
}
.legal-card p,.legal-card li{
  font-size:14px;
  color:#566477;
  line-height:1.75;
}
.legal-card ul{
  padding-left:20px;
  margin:10px 0 18px;
}
.legal-note{
  margin:28px 0 0;
  padding:18px 20px;
  border-left:4px solid #0a914a;
  background:#eff8f3;
  border-radius:8px;
  color:#355746;
  font-size:13px;
}
.legal-warning{
  margin:28px 0 0;
  padding:18px 20px;
  border-left:4px solid #d4a62f;
  background:#fbf8ed;
  border-radius:8px;
  color:#5f5635;
  font-size:13px;
}
.legal-contact{
  margin-top:32px;
  padding:22px;
  border-radius:12px;
  background:#071f38;
  color:#fff;
}
.legal-contact h3{
  color:#fff;
  margin-top:0;
}
.legal-contact p{
  color:#cbd7e1;
  margin-bottom:0;
}
.legal-contact a{
  color:#35c879;
  font-weight:700;
}
@media(max-width:650px){
  .rb-brand{width:46px;height:46px}
  .rb-brand img{width:44px;height:44px}
  .about-photo img{height:290px}
  .legal-hero{padding:54px 0 44px}
  .legal-shell{padding:42px 0 56px}
  .legal-card{padding:28px 22px;border-radius:12px}
  .legal-card h2{font-size:23px}
}
