:root{
  --bg:#07111f;
  --bg-soft:#0d1b31;
  --panel:#0f1f38;
  --panel-2:#122746;
  --text:#eef4ff;
  --muted:#d1dbec;
  --gold:#d4af37;
  --gold-soft:#63a5ff;
  --brilo-blue:#0b4fb8;
  --brilo-blue-soft:#89b9ff;
  --line:rgba(255,255,255,.09);
  --shadow:0 10px 26px rgba(0,0,0,.24);
  --radius:24px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  background:radial-gradient(circle at top, #153769 0%, #0c2344 34%, #07111f 100%);
  color:var(--text);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 32px));margin:auto}
.topbar{position:sticky;top:0;z-index:20;background:rgba(10,29,58,.96);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;flex-direction:column}
.brand strong{font-size:1.05rem;letter-spacing:.18em;color:var(--gold);text-transform:uppercase}
.brand span{font-size:.85rem;color:var(--muted)}
.nav-links{display:flex;gap:22px;flex-wrap:wrap;align-items:center}
.nav-links a{color:#dbe7ff;font-weight:600;font-size:.95rem}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.25s ease;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--gold),#8a6b17);color:#111827;box-shadow:var(--shadow)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-secondary{border-color:rgba(99,165,255,.45);color:var(--gold-soft);background:rgba(255,255,255,.02)}
.hero{padding:80px 0 56px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:stretch}
.hero-card,.glass-card,.stat,.sub-card,.feature-card,.slider-shell,.contact-card,.nav-card,.content-card,.founder-visual,.leader-card,.spotlight-card,.accordion-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-copy{padding:42px}
.eyebrow{display:inline-block;padding:8px 14px;border-radius:999px;background:rgba(99,165,255,.14);color:var(--gold-soft);border:1px solid rgba(99,165,255,.25);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.hero h1{font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.02;margin:18px 0 18px;letter-spacing:-.04em}
.hero p{font-size:1.08rem;color:#d0dbef;max-width:700px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-panel{padding:28px;display:grid;grid-template-rows:auto auto 1fr;gap:18px;position:relative;overflow:hidden}
.hero-panel::after{content:"";position:absolute;inset:auto -40px -60px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle, rgba(212,175,55,.32), transparent 65%)}
.kicker{font-size:.82rem;color:var(--gold-soft);text-transform:uppercase;letter-spacing:.16em;font-weight:800}
.panel-title{font-size:1.45rem;font-weight:800}
.section{padding:28px 0 72px}
.section-tight{padding-top:12px}
.section-first{padding-top:8px}
.section-title{max-width:760px;margin-bottom:28px}
.section-title h2{font-size:clamp(1.8rem,3vw,3rem);margin:0 0 10px;letter-spacing:-.03em}
.section-title p{margin:0;color:var(--muted);font-size:1rem}
.page-hero{padding:72px 0 26px}
.page-hero h1{font-size:clamp(2.2rem,4vw,4rem);margin:12px 0}
.page-hero p{max-width:760px;color:#d2dbee}
.narrow{max-width:920px}
.hero-home{padding-bottom:38px}
.hero-grid-home{grid-template-columns:1.08fr .92fr}
.compact-panel{padding:24px}
.metric-stack{display:grid;gap:14px}
.metric-item,.highlight-strip{padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.03)}
.metric-item strong{display:block;font-size:1.4rem;color:var(--gold-soft)}
.metric-item span{color:var(--muted);font-size:.95rem}
.simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.nav-card{padding:24px;min-height:200px;transition:transform .25s ease,border-color .25s ease}
.nav-card:hover{transform:translateY(-4px);border-color:rgba(212,175,55,.28)}
.nav-card h3{margin:14px 0 8px;font-size:1.28rem}
.nav-card p{margin:0;color:var(--muted)}
.sub-tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(99,165,255,.13);border:1px solid rgba(99,165,255,.22);font-size:.78rem;font-weight:800;color:var(--gold-soft);text-transform:uppercase;letter-spacing:.1em}
.content-card{padding:30px}
.content-card h2{margin:0 0 14px;font-size:1.6rem}
.content-card p{margin:0 0 16px;color:#d2dbee}
.home-live-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}
.spotlight-card{padding:28px}
.spotlight-card h3{margin:14px 0 10px;font-size:1.45rem}
.spotlight-card p{color:#d2dbee;margin:0 0 16px}
.quick-points{display:grid;gap:12px;margin-top:16px}
.quick-points .point{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.accordion-list{display:grid;gap:14px}
.accordion-card{overflow:hidden;transition:border-color .25s ease,transform .25s ease}
.accordion-card:hover{border-color:rgba(212,175,55,.28)}
.accordion-trigger{width:100%;background:transparent;border:0;color:var(--text);padding:20px 22px;display:flex;align-items:center;justify-content:space-between;text-align:left;font:inherit;font-weight:700;font-size:1.02rem;cursor:pointer}
.accordion-trigger span:last-child{color:var(--gold-soft);font-size:1.4rem;line-height:1;transition:transform .25s ease}
.accordion-card.open .accordion-trigger span:last-child{transform:rotate(45deg)}
.accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.accordion-card.open .accordion-content{grid-template-rows:1fr}
.accordion-inner{overflow:hidden}
.accordion-body{padding:0 22px 20px;color:#d2dbee}
.accordion-body p{margin:0 0 14px}
.accordion-body p:last-child{margin-bottom:0}
.founder-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:24px;align-items:start}
.founder-story{padding:32px}
.founder-story h2{font-size:2rem;margin:14px 0}
.founder-story p{color:#d2dbee}
.highlight-band{display:grid;gap:12px;margin-top:20px}
.founder-visual{padding:18px}
.founder-visual img{width:100%;height:auto;border-radius:18px;object-fit:cover}
.visual-caption{padding:12px 4px 0;color:var(--muted);font-size:.92rem}
.dual-images{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.leadership-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.leader-card{padding:24px;display:grid;gap:16px}
.leader-head{display:flex;gap:16px;align-items:center}
.leader-avatar{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,rgba(99,165,255,.22),rgba(255,255,255,.08));display:grid;place-items:center;color:var(--gold-soft);font-size:1.35rem;font-weight:800;border:1px solid rgba(99,165,255,.18);overflow:hidden;flex:0 0 72px}
.leader-avatar img{width:100%;height:100%;object-fit:cover}
.leader-name{font-size:1.32rem;font-weight:800;line-height:1.2}
.leader-role{color:var(--gold-soft);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;margin-top:6px}
.inline-note{color:var(--muted);font-size:.96rem}
.subsidiary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sub-card{padding:24px;position:relative;overflow:hidden;min-height:240px}
.sub-card h3{margin:0 0 8px;font-size:1.3rem;position:relative}
.sub-card p{margin:0 0 16px;color:#d2dbee;position:relative}
.slider-shell{overflow:hidden}
.slider-head{padding:24px 24px 0}
.slider-wrap{position:relative;height:min(62vw,520px);min-height:300px;overflow:hidden;border-radius:20px;margin:20px}
.slide{position:absolute;inset:0;background-size:cover;background-position:center center;opacity:0;transform:scale(1.04);animation:fade 25s infinite}
.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.4))}
.slide:nth-child(1){animation-delay:0s}.slide:nth-child(2){animation-delay:5s}.slide:nth-child(3){animation-delay:10s}.slide:nth-child(4){animation-delay:15s}.slide:nth-child(5){animation-delay:20s}
@keyframes fade{0%{opacity:0;transform:scale(1.05)}5%{opacity:1}20%{opacity:1;transform:scale(1)}25%{opacity:0}100%{opacity:0}}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-card{padding:24px}
/* Footer section fix only */
.footer{
  position:relative;
  padding:38px 0 44px;
  margin-top:0;
  background:linear-gradient(135deg,#0a2347 0%, #081a34 58%, #061225 100%);
  border-top:1px solid rgba(255,255,255,.08);
  color:#e8f0fb;
  overflow:hidden;
}
.footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,0) 22%),
    radial-gradient(circle at 12% 22%, rgba(137,185,255,.12), transparent 26%);
  pointer-events:none;
}
.footer .container{position:relative;z-index:1}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);
  gap:40px;
  align-items:start;
}
.footer-brand-block,.footer-links-block{
  min-height:180px;
}
.footer-links-block{
  border-left:1px solid rgba(255,255,255,.14);
  padding-left:36px;
}
.footer-brand{
  display:block;
  margin-bottom:18px;
  color:#8fc0ff;
  font-size:1.02rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.footer-tagline,
.footer-brand-block p,
.footer-links-list p{
  margin:0;
  color:#eef4ff;
  font-size:1.12rem;
  line-height:1.7;
}
.footer-links-list{
  display:grid;
  gap:18px;
}
.footer-links-list a{
  color:#eef4ff;
  font-weight:600;
  opacity:1;
}
.footer-links-list a:hover{
  color:#8fc0ff;
}
@media (max-width: 900px){
  .footer-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .footer-links-block{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.14);
    padding-left:0;
    padding-top:24px;
    min-height:auto;
  }
  .footer-brand-block{
    min-height:auto;
  }
}
.footer-note{padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}
.small{font-size:.95rem;color:var(--muted)}
@media (max-width: 980px){
  .hero-grid,.hero-grid-home,.simple-grid,.home-live-grid,.founder-grid,.leadership-grid,.subsidiary-grid,.contact-grid,.dual-images{grid-template-columns:1fr}
  .hero{padding-top:52px}
}
@media (max-width: 720px){
  .nav{padding:14px 0;align-items:flex-start;flex-direction:column}
  .nav-links{gap:14px}
  .hero-copy,.hero-panel,.content-card,.leader-card,.spotlight-card,.founder-story,.contact-card,.sub-card{padding:22px}
  .slider-wrap{margin:14px;height:320px}
}


.leadership-intro-card{padding:32px}
.leadership-intro-card h2{margin:0 0 10px;font-size:clamp(1.5rem,2.5vw,2.4rem)}
.executive-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}
.leader-card{padding:22px;display:flex;flex-direction:column;gap:18px;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.leader-card:hover{transform:translateY(-4px);border-color:rgba(212,175,55,.28)}
.leader-card-featured{background:linear-gradient(180deg,rgba(212,175,55,.08),rgba(255,255,255,.03));}
.leader-photo-frame{border-radius:22px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg,#10213c,#091525);min-height:320px;display:flex;align-items:center;justify-content:center;position:relative}
.leader-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center top}
.tall-photo{min-height:420px}
.leader-copy h3{margin:8px 0 8px;font-size:2rem;line-height:1.05}
.leader-sell{margin:0;color:#d6e1f2;font-size:1.02rem}
.placeholder-frame{flex-direction:column;gap:14px;padding:26px;text-align:center}
.placeholder-badge{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,rgba(99,165,255,.24),rgba(99,165,255,.08));border:1px solid rgba(99,165,255,.35);color:var(--gold-soft);font-weight:800;font-size:1.6rem;letter-spacing:.08em}
.placeholder-text{color:var(--muted);font-weight:600}
.neutral-frame .placeholder-badge{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border-color:rgba(255,255,255,.16)}
.warm-frame .placeholder-badge{background:linear-gradient(135deg,rgba(99,165,255,.18),rgba(145,97,36,.14))}
@media (max-width:900px){.executive-layout{grid-template-columns:1fr}.tall-photo{min-height:340px}.leader-copy h3{font-size:1.65rem}}

.founder-note-card{display:flex;align-items:stretch;justify-content:stretch;padding:0}
.founder-note-inner{padding:24px;display:flex;flex-direction:column;justify-content:center;min-height:100%}
.founder-note-inner h3{margin:14px 0 12px;font-size:1.4rem;line-height:1.15}
.founder-note-inner p{margin:0 0 14px;color:#d2dbee}
.founder-note-inner p:last-child{margin-bottom:0}


.split{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.88fr);gap:24px;align-items:start}
.homes-split{align-items:start}
.slider-shell{padding-bottom:18px}
.slider-wrap{max-width:920px;margin:18px auto 0;height:400px;min-height:400px;border-radius:22px}
.homes-live-slider{height:400px;min-height:400px}
.homes-copy-card{padding:26px}
.homes-value-grid{grid-template-columns:repeat(3,1fr)}
.homes-closing-card{padding:34px}
.section-tight-top{padding-top:8px}
.slide-copy{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;display:grid;gap:8px;max-width:520px}
.slide-copy span{display:inline-flex;width:max-content;background:rgba(6,15,28,.66);border:1px solid rgba(255,255,255,.12);padding:8px 12px;border-radius:999px;color:var(--gold-soft);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.slide-copy strong{display:block;background:rgba(6,15,28,.56);border:1px solid rgba(255,255,255,.10);padding:14px 16px;border-radius:16px;color:#fff;line-height:1.45;font-size:1rem;font-weight:650;backdrop-filter:blur(10px)}
@media (max-width: 980px){.split,.homes-value-grid{grid-template-columns:1fr}.slider-wrap,.homes-live-slider{max-width:100%;height:360px;min-height:360px}}
@media (max-width: 720px){.slider-wrap,.homes-live-slider{height:300px;min-height:300px}.slide-copy{left:14px;right:14px;bottom:14px}.slide-copy strong{font-size:.95rem}}


.contact-hero-card{padding:28px}
.contact-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-detail-card{padding:22px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08)}
.contact-detail-card h3{margin:0 0 14px;color:var(--gold-soft);font-size:1rem;letter-spacing:.08em;text-transform:uppercase}
.contact-detail-card p{margin:8px 0;color:#d7e1f3}
.contact-detail-card a{color:#fff}
.contact-detail-card a:hover{color:var(--gold-soft)}
.contact-actions-row{display:flex;gap:14px;flex-wrap:wrap}
.contact-layout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}
.contact-form-card{padding:28px}
.contact-side-stack{display:grid;gap:22px}
.small-copy{color:#d2dbee;margin:10px 0 0}
.executive-form{margin-top:22px;display:grid;gap:18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.executive-form label{display:grid;gap:8px}
.executive-form label span{font-size:.92rem;color:var(--gold-soft);font-weight:700;letter-spacing:.02em}
.executive-form input,.executive-form select,.executive-form textarea{width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff;padding:14px 16px;font:inherit;outline:none}
.executive-form input::placeholder,.executive-form textarea::placeholder{color:#99a7c0}
.executive-form input:focus,.executive-form select:focus,.executive-form textarea:focus{border-color:rgba(99,165,255,.55);box-shadow:0 0 0 3px rgba(99,165,255,.14)}
.full-width-field{grid-column:1 / -1}
.form-actions{display:flex;gap:14px;flex-wrap:wrap}
.map-card{padding:26px}
.map-frame{margin-top:18px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#091320;min-height:300px}
.map-frame iframe{width:100%;height:320px;border:0;display:block}
.location-actions{margin-top:16px}
.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:30;display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,#25D366,#128C7E);color:#fff;font-weight:800;box-shadow:0 16px 34px rgba(0,0,0,.35);letter-spacing:.01em}
.floating-whatsapp:hover{transform:translateY(-2px)}
@media (max-width:980px){.contact-grid-3,.contact-layout-grid,.form-grid{grid-template-columns:1fr}}

/* Final corporate polish */
.hero-home-upgraded{padding-bottom:36px}
.hero-slider-card{padding:18px}
.hero-slider{position:relative;height:100%;min-height:480px;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#091423}
.hero-slider .slide{position:absolute;inset:0;opacity:0;transform:scale(1.03);transition:opacity .8s ease,transform 1.2s ease;background-size:cover;background-position:center}
.hero-slider .slide.active{opacity:1;transform:scale(1)}
.hero-slider::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(5,10,18,.65))}
.hero-slider-overlay{position:absolute;left:20px;right:20px;bottom:20px;z-index:2;padding:22px;border-radius:20px;background:rgba(7,17,31,.55);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}
.hero-slider-overlay h3{margin:10px 0 8px;font-size:1.7rem;line-height:1.15}
.hero-slider-overlay p{margin:0;color:#dbe6f8}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.trust-item{padding:24px 22px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.09);box-shadow:var(--shadow)}
.trust-item strong{display:block;font-size:2rem;color:var(--gold-soft);line-height:1;margin-bottom:10px}
.trust-item span{color:#d7e1f3}
.section-title{margin-bottom:20px}
.section-title h2{margin:0 0 8px;font-size:clamp(1.75rem,3.2vw,2.6rem)}
.section-title p{margin:0;color:var(--muted)}
.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:transparent;border:0;color:inherit;font:inherit;text-align:left;cursor:pointer}
.accordion-icon{font-size:2rem;line-height:1;color:var(--gold-soft);flex:0 0 auto}
.social-row{display:flex;gap:12px;flex-wrap:wrap}
.social-chip{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:700}
.social-chip:hover{border-color:rgba(99,165,255,.4);color:var(--gold-soft)}
.leader-photo-frame{max-height:340px;min-height:340px}
.leader-card-featured .leader-photo-frame{max-height:360px;min-height:360px}
.leader-photo-frame img{object-position:center top}
.contact-detail-card h3,.contact-card h2,.content-card h2,.spotlight-card h3,.nav-card h3{line-height:1.2}
@media (max-width:980px){.trust-strip{grid-template-columns:1fr}.hero-slider{min-height:360px}.leader-photo-frame,.leader-card-featured .leader-photo-frame{min-height:280px;max-height:280px}}


.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff}.brand strong{display:block;font-size:2rem;letter-spacing:.12em;text-transform:uppercase}.brand span{display:block;color:var(--muted)}
.brand-mark{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.25))}
.home-brand-hero{display:flex;align-items:center;gap:18px;margin-bottom:22px}.home-brand-hero img{width:84px;height:84px;object-fit:contain}.home-brand-hero h2{margin:0;font-size:1.2rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brilo-blue-soft)}
.hero-slider-overlay{display:none}
.hero-slider-card{padding:8px}.hero-slider{min-height:430px}.hero-slider .slide{border-radius:18px}
.leader-photo-frame{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));padding:16px}.leader-photo-frame img{width:100%;height:100%;object-fit:contain;object-position:center center;background:transparent;border-radius:18px}.tall-photo{min-height:320px}.leader-card-featured .leader-photo-frame{min-height:320px;max-height:320px}.leader-card .leader-photo-frame{min-height:300px;max-height:300px}
.subsidiary-grid{align-items:stretch}.sub-card{display:flex;flex-direction:column}.sub-card .btn{margin-top:auto;width:max-content}
.form-note{font-size:.92rem;color:var(--muted)}.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.booking-card,.package-card,.invest-card{padding:26px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}.package-grid,.invest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.page-actions{display:flex;gap:14px;flex-wrap:wrap}.form-success{display:none;margin-top:12px;padding:12px 14px;border-radius:14px;background:rgba(99,165,255,.12);border:1px solid rgba(99,165,255,.28);color:#dbe9ff}.mini-kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--brilo-blue-soft);font-weight:800}
.jobs-grid{display:grid;gap:18px}.job-card{padding:22px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08)}
@media (max-width:980px){.package-grid,.invest-grid,.booking-grid{grid-template-columns:1fr}.brand strong{font-size:1.4rem}.brand-mark{width:46px;height:46px}.home-brand-hero{gap:12px}.home-brand-hero img{width:62px;height:62px}.hero-slider{min-height:300px}}


/* Brilo identity refinements */
.topbar{backdrop-filter:blur(10px)}
.brand{gap:16px}
.brand strong{font-size:2.05rem;letter-spacing:.16em;color:#ffffff;text-shadow:0 8px 24px rgba(0,0,0,.24)}
.brand span span{color:#b7c9ea;font-weight:600;letter-spacing:.04em}
.brand-mark-bold{width:72px;height:72px;padding:8px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 40px rgba(3,10,22,.34), 0 0 0 1px rgba(47,107,255,.14) inset;filter:drop-shadow(0 12px 26px rgba(0,0,0,.22))}
.home-brand-hero{align-items:center;gap:20px;padding:14px 16px 14px 14px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.1);box-shadow:0 16px 34px rgba(6,15,28,.22);width:max-content;max-width:100%}
.home-brand-hero .hero-logo{width:110px;height:110px;object-fit:contain;padding:10px;border-radius:24px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.16),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 50px rgba(4,12,24,.26)}
.home-brand-hero h2{font-size:1.55rem;letter-spacing:.18em;color:#ffffff;text-shadow:0 10px 30px rgba(0,0,0,.24)}
.home-brand-hero .mini-kicker{margin-top:6px;font-size:.8rem;letter-spacing:.18em;color:#8db8ff}
.sub-card h3{color:#ffffff}
.sub-card p{color:#d4dded}
.sub-tag,.eyebrow,.lead-role,.contact-detail-card h3,.executive-form label span,.mini-kicker,.accordion-icon,.social-chip:hover,.trust-item strong{color:#63a5ff !important}
.sub-tag{background:rgba(99,165,255,.12);border-color:rgba(99,165,255,.24)}
.hero-card .eyebrow{background:rgba(99,165,255,.12);border-color:rgba(99,165,255,.22)}
@media (max-width:980px){.brand strong{font-size:1.45rem}.brand-mark-bold{width:58px;height:58px;padding:6px}.home-brand-hero{gap:14px;padding:12px}.home-brand-hero .hero-logo{width:82px;height:82px;padding:8px}.home-brand-hero h2{font-size:1.2rem}}


/* === Final April 2026 refinements === */
:root{
  --gold:#63a5ff;
  --gold-soft:#8db8ff;
}
.topbar{background:rgba(7,17,31,.88);}
.brand{flex-direction:row;align-items:center;gap:14px;min-width:0;}
.brand > span{display:flex;flex-direction:column;min-width:0;}
.brand strong{font-size:1.55rem;line-height:1.05;letter-spacing:.14em;color:#ffffff;}
.brand span span{color:#bcd1f5;font-size:.78rem;line-height:1.2;}
.brand-mark,.brand-mark-bold{width:86px !important;height:86px !important;padding:8px;border-radius:20px;object-fit:contain;background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 40px rgba(3,10,22,.36), 0 0 0 1px rgba(47,107,255,.18) inset;}
.leader-photo-frame{padding:12px;min-height:330px;max-height:330px;}
.leader-card-featured .leader-photo-frame{min-height:360px;max-height:360px;}
.leader-photo-frame img,.leader-img{width:100%;height:100%;object-fit:contain !important;object-position:center center !important;border-radius:18px;background:transparent;}
.leader-brian .leader-photo-frame,.leader-fadhili .leader-photo-frame{min-height:380px;max-height:380px;}
.leader-brian .leader-img,.leader-fadhili .leader-img{object-position:center top !important;}
@media (max-width: 720px){
  .topbar{position:sticky;top:0;z-index:40;}
  .nav{min-height:auto;padding:10px 0 8px;flex-direction:column;align-items:stretch;gap:10px;}
  .brand{gap:10px;}
  .brand strong{font-size:1.1rem;letter-spacing:.1em;}
  .brand span span{font-size:.7rem;}
  .brand-mark,.brand-mark-bold{width:64px !important;height:64px !important;padding:6px;flex:0 0 auto;}
  .nav-links{width:100%;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;gap:10px;padding:2px 0 6px;scrollbar-width:none;}
  .nav-links::-webkit-scrollbar{display:none}
  .nav-links a{flex:0 0 auto;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);font-size:.9rem;}
  body{overflow-x:hidden;}
  .page-hero,.hero{padding-top:28px;}
}
@media (min-width: 721px){
  .nav{min-height:96px;}
  .nav-links a:hover,.nav-links a.active{color:#8db8ff;}
}


/* April 14 leadership framing fix */
.leadership-grid .leader-photo-frame{display:flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;padding:14px !important;min-height:460px !important;max-height:460px !important;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015)) !important;}
.leadership-grid .leader-card-featured .leader-photo-frame{min-height:500px !important;max-height:500px !important;}
.leadership-grid .leader-photo-frame img,
.leadership-grid .leader-img{width:auto !important;height:100% !important;max-width:100% !important;object-fit:contain !important;object-position:center center !important;border-radius:18px !important;background:transparent !important;display:block !important;margin:0 auto !important;}
.leadership-grid .leader-brian .leader-img,
.leadership-grid .leader-fadhili .leader-img{object-position:center center !important;}
@media (max-width:980px){
  .leadership-grid .leader-photo-frame{min-height:360px !important;max-height:360px !important;}
  .leadership-grid .leader-card-featured .leader-photo-frame{min-height:390px !important;max-height:390px !important;}
}


/* Final V5 brand/header refinements */
.topbar{
  background:linear-gradient(180deg, rgba(250,252,255,.98) 0 6px, rgba(12,33,64,.96) 6px 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.1);
  box-shadow:0 10px 28px rgba(0,0,0,.22);
}
.brand-mark,.brand-mark-bold{
  width:104px !important;
  height:104px !important;
  padding:10px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,#ffffff 0%, #e8f2ff 42%, #c6dbff 100%) !important;
  border:1px solid rgba(74,128,214,.35) !important;
  box-shadow:0 16px 34px rgba(3,10,22,.22), 0 0 0 1px rgba(255,255,255,.6) inset !important;
}
.brand strong{font-size:2.25rem !important;letter-spacing:.16em !important;color:#ffffff !important;}
.brand span span{color:#d5e4ff !important;font-size:.95rem !important;}
.nav{min-height:112px !important;}
.nav-links a{font-size:1rem !important;}
.nav-links a:hover,.nav-links a.active{color:#7fb3ff !important;}
.home-brand-hero .hero-logo{
  width:128px !important;height:128px !important;
  background:linear-gradient(180deg,#ffffff 0%, #e8f2ff 42%, #c6dbff 100%) !important;
  border:1px solid rgba(74,128,214,.35) !important;
  box-shadow:0 18px 40px rgba(4,12,24,.18), 0 0 0 1px rgba(255,255,255,.6) inset !important;
}

/* Leadership portrait fixes */
.leadership-grid .leader-brian .leader-photo-frame,
.leadership-grid .leader-fadhili .leader-photo-frame{
  min-height:auto !important;
  max-height:none !important;
  padding:16px !important;
  align-items:flex-start !important;
}
.leadership-grid .leader-brian .leader-img,
.leadership-grid .leader-fadhili .leader-img{
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center top !important;
}
@media (max-width:720px){
  .brand-mark,.brand-mark-bold{width:72px !important;height:72px !important;padding:7px !important;}
  .brand strong{font-size:1.25rem !important;}
  .brand span span{font-size:.74rem !important;}
  .nav{min-height:auto !important;}
}


/* === V6 Stanbic-inspired Brilo refinement === */
body.home-page{
  background:
    linear-gradient(90deg, #f5f9ff 0 42%, rgba(9,27,56,0) 42% 100%),
    linear-gradient(180deg,#eef5ff 0%, #f7fbff 54%, #08142a 54%, #071120 100%);
}
body.home-page .topbar{
  background:linear-gradient(180deg,#ffffff 0%, #f4f9ff 10%, #0a2f6f 10%, #0a2347 100%) !important;
  border-bottom:1px solid rgba(10,47,111,.28) !important;
}
body.home-page .brand strong,
body.home-page .brand span span{
  text-shadow:none !important;
}
body.home-page .hero-home-upgraded{
  padding-top:34px;
  background:linear-gradient(90deg,#f5f9ff 0 42%, rgba(9,27,56,.0) 42% 100%);
}
body.home-page .hero-grid-home{
  align-items:stretch;
}
body.home-page .hero-copy{
  background:#ffffff !important;
  color:#10233f !important;
  border:1px solid rgba(12,56,122,.12) !important;
  box-shadow:0 24px 70px rgba(10,34,71,.12) !important;
}
body.home-page .hero-copy h1,
body.home-page .hero-copy h2,
body.home-page .hero-copy h3{
  color:#10233f !important;
}
body.home-page .hero-copy p{
  color:#314766 !important;
}
body.home-page .home-brand-hero{
  background:linear-gradient(180deg,#ffffff,#edf5ff) !important;
  border:1px solid rgba(12,56,122,.12) !important;
  box-shadow:none !important;
}
body.home-page .home-brand-hero .mini-kicker{
  color:#1c60cf !important;
}
body.home-page .hero-slider-card{
  background:linear-gradient(180deg,#0f4aaf,#0a2c63) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  box-shadow:0 30px 80px rgba(7,17,31,.28) !important;
}
body.home-page .hero-slider{
  border-radius:28px;
  overflow:hidden;
}
body.home-page .trust-strip{
  background:#0b2142;
  border:1px solid rgba(255,255,255,.08);
}
body.home-page .section-tight .spotlight-card,
body.home-page .section-tight .sub-card,
body.home-page .section-tight .accordion-card,
body.home-page .nav-card{
  border-color:rgba(18,62,129,.16) !important;
}
body.home-page .section-title p{
  color:#cfd9ea;
}
body.home-page .sub-tag,
body.home-page .eyebrow{
  background:rgba(39,103,213,.1) !important;
  border-color:rgba(39,103,213,.22) !important;
  color:#2f6bff !important;
}
.topbar{
  background:linear-gradient(180deg,#ffffff 0%, #f3f8ff 11%, #0b2c63 11%, #08172f 100%) !important;
  border-bottom:1px solid rgba(18,62,129,.22) !important;
  box-shadow:0 12px 30px rgba(0,0,0,.18) !important;
}
.brand{
  gap:18px !important;
}
.brand-mark,.brand-mark-bold{
  width:120px !important;
  height:120px !important;
  padding:10px !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,#ffffff 0%, #edf5ff 45%, #d8e8ff 100%) !important;
  border:1px solid rgba(47,107,255,.26) !important;
  box-shadow:0 20px 46px rgba(7,17,31,.16), 0 0 0 1px rgba(255,255,255,.7) inset !important;
}
.brand strong{
  font-size:2.45rem !important;
  letter-spacing:.16em !important;
}
.brand span span{
  color:#dce8ff !important;
  font-size:1rem !important;
}
.nav{
  min-height:128px !important;
}
.home-brand-hero .hero-logo{
  width:142px !important;
  height:142px !important;
  border-radius:30px !important;
}
.home-brand-hero h2{
  font-size:1.95rem !important;
}
.leadership-grid .leader-brian .leader-photo-frame,
.leadership-grid .leader-fadhili .leader-photo-frame{
  min-height:540px !important;
  max-height:540px !important;
  height:540px !important;
  overflow:hidden !important;
  padding:14px !important;
  align-items:center !important;
  justify-content:center !important;
}
.leadership-grid .leader-brian .leader-img,
.leadership-grid .leader-fadhili .leader-img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center top !important;
  display:block !important;
  margin:0 auto !important;
  background:transparent !important;
}
.leadership-grid .leader-fadhili .leader-img{
  object-position:center 12% !important;
}
.leadership-grid .leader-brian .leader-img{
  object-position:center 8% !important;
}
@media (max-width:980px){
  .brand-mark,.brand-mark-bold{
    width:88px !important;
    height:88px !important;
    padding:8px !important;
  }
  .brand strong{
    font-size:1.75rem !important;
  }
  .brand span span{
    font-size:.82rem !important;
  }
  .nav{
    min-height:96px !important;
  }
  body.home-page{
    background:#071120;
  }
  body.home-page .hero-home-upgraded{
    background:linear-gradient(180deg,#eef5ff 0%, #f7fbff 42%, #071120 42%, #071120 100%);
  }
  body.home-page .hero-grid-home{
    grid-template-columns:1fr !important;
  }
  body.home-page .hero-slider-card{
    min-height:340px;
  }
  .leadership-grid .leader-brian .leader-photo-frame,
  .leadership-grid .leader-fadhili .leader-photo-frame{
    min-height:420px !important;
    max-height:420px !important;
    height:420px !important;
  }
}


/* === V8 final dark-brand correction === */
html,body{background:radial-gradient(circle at top,#0d2b56 0%,#07111f 42%,#050b14 100%) !important;color:#eef4ff !important;}
body.home-page{background:radial-gradient(circle at top,#0d2b56 0%,#07111f 42%,#050b14 100%) !important;}
body.home-page .hero-home-upgraded,
body.home-page .section,
body.home-page .page-hero,
.page-hero,
.section{background:transparent !important;}
.topbar,
body.home-page .topbar{background:linear-gradient(180deg,#0b2f6c 0%,#08234a 100%) !important;border-bottom:1px solid rgba(255,255,255,.08) !important;box-shadow:0 14px 34px rgba(0,0,0,.25) !important;}
.brand strong{color:#ffffff !important;text-shadow:none !important;}
.brand span span{color:#dbe8ff !important;}
.nav-links a{color:#e8f0ff !important;}
.nav-links a:hover,.nav-links a.active{color:#8db8ff !important;}
.brand-mark,.brand-mark-bold,.home-brand-hero .hero-logo{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;border-radius:0 !important;filter:drop-shadow(0 14px 26px rgba(0,0,0,.34)) !important;}
.brand-mark,.brand-mark-bold{width:112px !important;height:112px !important;}
.home-brand-hero .hero-logo{width:150px !important;height:150px !important;}
.home-brand-hero{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;gap:22px !important;}
.home-brand-hero h2{color:#ffffff !important;}
.home-brand-hero .mini-kicker{color:#8db8ff !important;}
body.home-page .hero-copy,
body.home-page .hero-slider-card,
body.home-page .spotlight-card,
body.home-page .sub-card,
body.home-page .accordion-card,
body.home-page .nav-card,
body.home-page .trust-item,
.glass-card,.hero-card,.stat,.feature-card,.slider-shell,.contact-card,.content-card,.founder-visual,.leader-card,.spotlight-card,.nav-card,.sub-card,.booking-card,.package-card,.invest-card,.job-card{
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02)) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 20px 48px rgba(0,0,0,.28) !important;
}
body.home-page .hero-copy h1,
body.home-page .hero-copy h2,
body.home-page .hero-copy h3,
body.home-page .hero-copy p,
body.home-page .section-title h2,
body.home-page .section-title p,
body.home-page .spotlight-card h3,
body.home-page .spotlight-card p,
body.home-page .spotlight-card .point,
body.home-page .sub-card h3,
body.home-page .sub-card p,
.section-title p,.section-title h2,.spotlight-card h3,.spotlight-card p,.point,.sub-card h3,.sub-card p,.footer,.footer-note,.page-hero p,.page-hero h1,.page-hero h2,.content-card h2,.content-card p,.contact-card p,.contact-card h2{color:#eef4ff !important;}
.sub-tag,.eyebrow,.lead-role,.contact-detail-card h3,.executive-form label span,.mini-kicker,.accordion-icon,.trust-item strong{color:#8db8ff !important;background:rgba(99,165,255,.12) !important;border-color:rgba(99,165,255,.26) !important;}
body.home-page .trust-strip{background:transparent !important;border:0 !important;}
.hero-slider{min-height:500px !important;}
.hero-slider::after{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(5,10,18,.35)) !important;}
/* desktop logo prominence */
@media (min-width:981px){
  .brand-mark,.brand-mark-bold{width:128px !important;height:128px !important;}
  .brand strong{font-size:2.65rem !important;letter-spacing:.16em !important;}
  .brand span span{font-size:1.02rem !important;}
  .nav{min-height:116px !important;}
}
/* mobile stability */
@media (max-width:720px){
  .brand-mark,.brand-mark-bold{width:78px !important;height:78px !important;}
  .brand strong{font-size:1.2rem !important;}
  .brand span span{font-size:.72rem !important;}
  .home-brand-hero .hero-logo{width:90px !important;height:90px !important;}
  .hero-slider{min-height:280px !important;}
}
/* Leadership portraits full */
.leadership-grid .leader-brian .leader-photo-frame,
.leadership-grid .leader-fadhili .leader-photo-frame{
  min-height:auto !important;max-height:none !important;height:auto !important;padding:10px !important;background:transparent !important;align-items:flex-start !important;overflow:visible !important;
}
.leadership-grid .leader-brian .leader-img,
.leadership-grid .leader-fadhili .leader-img{
  width:100% !important;height:auto !important;max-width:100% !important;max-height:none !important;object-fit:contain !important;object-position:center top !important;display:block !important;margin:0 auto !important;border-radius:18px !important;background:transparent !important;
}


/* === V9 final logo + dark readability fix === */
html,body{
  background:radial-gradient(circle at top,#0d2b56 0%,#07111f 42%,#050b14 100%) !important;
  color:#f4f7ff !important;
  overflow-x:hidden !important;
}
body, .page-hero, .section, .hero-home-upgraded, .hero, .section-first, .section-tight{background:transparent !important;}
.topbar{
  background:linear-gradient(180deg,#0c3370 0%, #08234a 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.22) !important;
}
.container{width:min(var(--max),calc(100% - 28px)) !important;}
.brand{display:flex !important;flex-direction:row !important;align-items:center !important;gap:18px !important;min-width:0 !important;}
.brand > span{min-width:0 !important;display:block !important;}
.brand strong,.brand span span,.nav-links a,
.hero h1,.hero h2,.hero h3,.hero p,.section-title h2,.section-title p,
.spotlight-card h3,.spotlight-card p,.point,.sub-card h3,.sub-card p,
.page-hero h1,.page-hero p,.content-card h2,.content-card p,.footer,.footer-note,
.leader-copy h3,.leader-copy p,.founder-story h2,.founder-story p,.contact-card p,.contact-card h2,
.slider-head .lead-name,.slider-head p,.glass-card p,.glass-card .lead-name,.lead-name,.small{
  color:#f4f7ff !important;
}
.muted,.inline-note{color:#c9d7f4 !important;}
.eyebrow,.sub-tag,.lead-role,.mini-kicker,.accordion-icon,.trust-item strong{
  color:#7fb0ff !important;
  background:rgba(71,126,255,.12) !important;
  border-color:rgba(71,126,255,.28) !important;
}
.nav-links a:hover,.nav-links a.active{color:#7fb0ff !important;}
.hero-card,.glass-card,.spotlight-card,.sub-card,.content-card,.contact-card,.slider-shell,.accordion-card,.nav-card,.leader-card,.founder-visual,.trust-item{
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02)) !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
.brand-mark,.brand-mark-bold,.home-brand-hero .hero-logo{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.28)) !important;
  object-fit:contain !important;
}
.brand-mark,.brand-mark-bold{width:104px !important;height:104px !important;flex:0 0 auto !important;}
.home-brand-hero{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;gap:18px !important;align-items:center !important;}
.home-brand-hero .hero-logo{width:136px !important;height:136px !important;}
.home-brand-hero h2{font-size:2.6rem !important;letter-spacing:.18em !important;color:#fff !important;margin:0 !important;}
.home-brand-hero .mini-kicker{display:block !important;margin-top:8px !important;font-size:1.05rem !important;letter-spacing:.18em !important;}
.hero-card.hero-copy{padding:34px !important;}
.hero-slider-card,.hero-slider{min-height:460px !important;}
.hero-slider{border-radius:24px !important;overflow:hidden !important;}
.hero-slider .slide::after{background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(5,10,18,.28)) !important;}
.floating-whatsapp{z-index:50 !important;}
/* Leadership portraits */
.leadership-grid .leader-brian .leader-photo-frame,
.leadership-grid .leader-fadhili .leader-photo-frame{
  min-height:460px !important;
  max-height:none !important;
  height:auto !important;
  padding:10px !important;
  background:transparent !important;
  align-items:flex-start !important;
  overflow:visible !important;
}
.leadership-grid .leader-brian .leader-img,
.leadership-grid .leader-fadhili .leader-img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center top !important;
  border-radius:18px !important;
}
/* Hide explicit gold detail outside wealth page */
body:not(.wealth-page) .home-page-wealth-detail{display:none !important;}
/* Mobile */
@media (max-width: 980px){
  .hero-grid,.hero-grid-home,.home-live-grid,.founder-grid,.leadership-grid,.subsidiary-grid,.simple-grid,.contact-grid{grid-template-columns:1fr !important;}
  .hero-slider-card,.hero-slider{min-height:320px !important;}
  .brand-mark,.brand-mark-bold{width:78px !important;height:78px !important;}
  .home-brand-hero .hero-logo{width:100px !important;height:100px !important;}
  .home-brand-hero h2{font-size:2rem !important;letter-spacing:.12em !important;}
}
@media (max-width: 720px){
  .nav{min-height:auto !important;padding:12px 0 !important;}
  .brand{gap:12px !important;align-items:center !important;}
  .brand-mark,.brand-mark-bold{width:64px !important;height:64px !important;}
  .brand strong{font-size:1.45rem !important;letter-spacing:.12em !important;line-height:1.05 !important;}
  .brand span span{font-size:.82rem !important;display:block !important;line-height:1.25 !important;}
  .nav-links{width:100% !important;overflow-x:auto !important;white-space:nowrap !important;gap:14px !important;padding-bottom:4px !important;}
  .hero-card.hero-copy{padding:22px !important;}
  .home-brand-hero{gap:12px !important;}
  .home-brand-hero .hero-logo{width:78px !important;height:78px !important;display:none !important;}
  .home-brand-hero h2{font-size:1.65rem !important;letter-spacing:.08em !important;}
  .home-brand-hero .mini-kicker{font-size:.82rem !important;letter-spacing:.1em !important;}
  .hero h1{font-size:2.6rem !important;line-height:1.02 !important;}
  .container{width:calc(100% - 22px) !important;}
  .hero-slider-card,.hero-slider{min-height:260px !important;}
  .subsidiary-grid,.leadership-grid,.simple-grid,.contact-grid,.home-live-grid{grid-template-columns:1fr !important;}
  .leadership-grid .leader-brian .leader-photo-frame,
  .leadership-grid .leader-fadhili .leader-photo-frame{min-height:320px !important;}
}


/* Phase 2 design system */
body{background:linear-gradient(135deg,#071a33 0%,#0c2b57 45%,#08162b 100%);background-attachment:fixed}
.section-light,.light-surface,.booking-card,.job-card{background:linear-gradient(180deg,#f8fbff,#eef4fb);color:#0b1f3a;border:1px solid rgba(11,31,58,.08)}
.booking-card h3,.job-card h3,.job-card h4,.booking-card .lead-role,.job-card .mini-kicker{color:#0b4fb8}
.booking-card p,.job-card p,.booking-card .list-item,.booking-card .form-note{color:#29415f}
.booking-card input,.booking-card select,.booking-card textarea,.job-card input,.job-card textarea,.job-card select{background:#fff;color:#0b1f3a;border:1px solid rgba(11,31,58,.16)}
.booking-card input::placeholder,.booking-card textarea::placeholder,.job-card input::placeholder,.job-card textarea::placeholder{color:#6a7c97}
.booking-card .btn-primary,.job-card .btn-primary{color:#fff;background:linear-gradient(135deg,#0b4fb8,#2f6bff)}
.invest-card{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));}
@media (max-width:720px){body{overflow-x:hidden}.container{width:min(var(--max),calc(100% - 24px))}.hero h1,.page-hero h1{word-break:break-word}.hero-grid,.hero-grid-home,.home-live-grid,.split,.contact-layout-grid,.booking-grid,.package-grid,.invest-grid,.subsidiary-grid,.simple-grid,.leadership-grid,.founder-grid,.contact-grid,.trust-strip{grid-template-columns:1fr !important}.hero-slider,.slider-wrap,.homes-live-slider{min-height:260px;height:260px}.brand strong{font-size:1.15rem;letter-spacing:.08em}.nav-links{width:100%}.nav-links a{font-size:.9rem}.home-brand-hero{align-items:flex-start}.home-brand-hero img{width:58px;height:58px}.leader-card .leader-photo-frame,.leader-card-featured .leader-photo-frame{min-height:240px;max-height:240px}}


.leader-img-portrait{object-fit:cover;object-position:center top;}
.dynamic-jobs-grid{grid-template-columns:1.15fr .85fr;}
.jobs-list-card .career-role{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.jobs-list-card .career-role:last-child{border-bottom:0;padding-bottom:0;}
.career-role-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;}
.career-role h4{margin:0 0 8px;font-size:1.15rem;}
.career-pill{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(47,107,255,.14);border:1px solid rgba(47,107,255,.25);color:#b9d3ff;font-size:.82rem;font-weight:700;}
.career-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px;color:var(--muted);}
@media (max-width: 900px){.dynamic-jobs-grid{grid-template-columns:1fr;}}


/* Clement portrait fix */
.leadership-grid .leader-clement .leader-photo-frame{
  min-height:540px !important;
  max-height:540px !important;
  height:540px !important;
  overflow:hidden !important;
  padding:14px !important;
  align-items:center !important;
  justify-content:center !important;
}
.leadership-grid .leader-clement .leader-img,
.leadership-grid .leader-clement .leader-img-portrait{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center 8% !important;
  display:block !important;
  margin:0 auto !important;
  background:transparent !important;
}
@media (max-width:980px){
  .leadership-grid .leader-clement .leader-photo-frame{
    min-height:420px !important;
    max-height:420px !important;
    height:420px !important;
  }
}
@media (max-width:720px){
  .leadership-grid .leader-clement .leader-photo-frame{
    min-height:320px !important;
    max-height:320px !important;
    height:320px !important;
  }
}


.activity-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.activity-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;box-shadow:0 16px 36px rgba(0,0,0,.22)}.activity-card img{width:100%;height:220px;object-fit:cover;display:block}.activity-copy{padding:16px}.activity-copy h3{margin:0 0 8px;font-size:1rem}.activity-copy p{margin:0;color:var(--text-soft)} @media (max-width:760px){.activity-card img{height:180px}}


/* Phase 7 publishing + trust layer */
.announcement-bar{padding:12px 0;background:linear-gradient(90deg,rgba(14,47,87,.95),rgba(7,26,51,.95));border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.announcement-inner{width:min(1200px,calc(100% - 28px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff;font-weight:600}
.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}
.partner-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:22px 16px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);text-decoration:none;min-height:150px}
.partner-logo img{max-width:120px;max-height:70px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.25))}
.partner-logo span{font-size:.95rem;color:#d8e6ff;text-align:center}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.testimonial-card{padding:24px;border-radius:22px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.16)}
.testimonial-quote{font-size:1rem;line-height:1.75;color:#fff;margin:0 0 18px}
.testimonial-meta{display:grid;gap:4px}.testimonial-meta strong{color:#fff}.testimonial-meta span{color:#bfd2ee;font-size:.92rem}
@media (max-width:760px){.announcement-inner{width:min(100%,calc(100% - 20px));flex-direction:column;align-items:flex-start}.partners-grid,.testimonials-grid{grid-template-columns:1fr}}


/* Phase 7.1 visual recovery */
html,body{background:radial-gradient(circle at top,#1a4d8f 0%,#0f2f5a 34%,#08172f 100%) !important;color:#eef4ff !important;}
body.home-page{background:linear-gradient(180deg,#ffffff 0%, #eef5ff 10%, #123b74 10%, #0b2142 100%) !important;}
.topbar{background:rgba(10,35,71,.82) !important;}
.hero-card,.glass-card,.stat,.sub-card,.feature-card,.slider-shell,.contact-card,.nav-card,.content-card,.founder-visual,.leader-card,.spotlight-card,.accordion-card,.booking-card,.package-card,.invest-card,.job-card,.panel.card,.trust-item{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035)) !important;border:1px solid rgba(255,255,255,.11) !important;}
.executive-form input,.executive-form select,.executive-form textarea{background:rgba(255,255,255,.97) !important;color:#0b1f3a !important;border:1px solid rgba(28,72,129,.18) !important;}
.executive-form input::placeholder,.executive-form textarea::placeholder{color:#6f88aa !important;}
.form-success-visible,.form-success{background:rgba(79,163,255,.16) !important;border:1px solid rgba(79,163,255,.35) !important;color:#ffffff !important;display:block;}
.muted,.form-note,.career-meta,.page-hero p,.job-card p,.contact-card p,.booking-card p{color:#d8e5f7 !important;}
.mini-kicker,.eyebrow,.sub-tag{color:#9fc4ff !important;}


/* Phase 7.2 corrective overrides */
body.home-page{
  background: linear-gradient(180deg,#edf4ff 0%, #dfeeff 16%, #153c72 16%, #0c2346 100%) !important;
}
body.home-page .hero-home-upgraded{
  background: linear-gradient(180deg,#edf4ff 0%, #dfeeff 48%, transparent 48%) !important;
}
body.home-page .hero-copy{
  background: linear-gradient(180deg,#f7fbff 0%, #edf5ff 100%) !important;
  border:1px solid rgba(17,63,128,.12) !important;
  box-shadow:0 18px 44px rgba(12,35,70,.14) !important;
}
body.home-page .hero-copy h1,
body.home-page .hero-copy h2,
body.home-page .hero-copy h3{color:#0c2346 !important;}
body.home-page .hero-copy p{color:#314766 !important;}
body.home-page .home-brand-hero{background:linear-gradient(180deg,#ffffff,#edf5ff) !important;border:1px solid rgba(17,63,128,.12) !important;box-shadow:none !important;padding:18px !important;border-radius:26px !important;}
body.home-page .home-brand-hero h2{color:#12345f !important;}
body.home-page .home-brand-hero .mini-kicker{color:#1f61d1 !important;}
body.home-page .eyebrow{color:#2f6bff !important;background:rgba(47,107,255,.08) !important;border-color:rgba(47,107,255,.2) !important;}
body.home-page .hero-slider-card{background:linear-gradient(180deg,#1f61d1,#0c2346) !important;}
body.home-page .spotlight-card,
body.home-page .sub-card,
body.home-page .accordion-card,
body.home-page .nav-card,
body.home-page .trust-item{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03)) !important;
  border:1px solid rgba(255,255,255,.1) !important;
}
body.home-page .spotlight-card h3,
body.home-page .spotlight-card p,
body.home-page .point,
body.home-page .sub-card h3,
body.home-page .sub-card p,
body.home-page .nav-card h3,
body.home-page .nav-card p,
body.home-page .section-title h2,
body.home-page .section-title p{color:#eef4ff !important;}
.form-success{display:none !important;}
.form-success-visible{display:block !important;}
.below-form-success{margin-top:14px;}
.job-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.job-actions form{display:inline-flex;margin:0;}
.admin-shell .panel.card h2{margin-bottom:10px;}
@media (max-width: 980px){
  body.home-page .hero-home-upgraded{background:linear-gradient(180deg,#edf4ff 0%, #dfeeff 38%, transparent 38%) !important;}
}

.floating-whatsapp::after{content:'';position:absolute;inset:-6px;border-radius:999px;border:1px solid rgba(37,211,102,.35);animation:briloPulse 1.8s ease-out infinite;pointer-events:none}
@keyframes briloPulse{0%{transform:scale(1);opacity:.9}100%{transform:scale(1.12);opacity:0}}


/* Phase 7.3 stability + visibility improvements */
.list-item, .booking-card .list-item, .booking-card p, .job-card p, .package-card p, .invest-card p, .content-card p, .glass-card p, .sub-card p, .feature-card p, .spotlight-card p, .accordion-body p, .leader-copy p, .contact-card p, .page-hero p {
  color:#e8f1ff !important;
}
.booking-card .lead-role, .job-card .lead-role, .package-card .lead-role, .invest-card .lead-role, .sub-card .lead-role, .content-card .lead-role, .mini-kicker, .sub-tag, .eyebrow {
  color:#8ec0ff !important;
}
.btn-secondary { color:#cfe0ff !important; border-color:rgba(142,192,255,.45) !important; }
.btn-secondary:hover { background:rgba(142,192,255,.12) !important; }
.form-success-visible, .form-success { color:#e8f4ff !important; }
.floating-whatsapp{position:fixed;right:18px;bottom:18px;display:inline-flex !important;align-items:center;justify-content:center;padding:16px 22px;border-radius:999px;background:linear-gradient(135deg,#12c96b,#0aa856) !important;color:#fff !important;font-weight:800;text-decoration:none;box-shadow:0 18px 35px rgba(0,0,0,.22);z-index:9999;}
.floating-whatsapp:hover{transform:translateY(-1px);}
.page-actions .btn-secondary { background:rgba(255,255,255,.03) !important; }
.hero-copy h1, .hero-copy h2, .hero-copy p { text-shadow:none !important; }

.floating-whatsapp{pointer-events:auto !important;cursor:pointer;}


/* Phase 8 readability + polish overrides */
:root{
  --text:#f8fbff;
  --muted:#d6e2f5;
  --gold-soft:#9fd0ff;
  --brilo-blue-soft:#b9d9ff;
}
body{color:var(--text);}
.topbar{background:rgba(7,17,31,.86);}
.hero-card,.glass-card,.stat,.sub-card,.feature-card,.slider-shell,.contact-card,.nav-card,.content-card,.founder-visual,.leader-card,.spotlight-card,.accordion-card,.booking-card,.package-card,.invest-card,.testimonial-card,.partner-logo,.contact-detail-card,.kpi,.metric-item,.highlight-strip,.point,.job-card{
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.038));
  border-color:rgba(255,255,255,.12);
}
.eyebrow,.sub-tag,.mini-kicker,.kicker{color:#dff0ff;background:rgba(47,107,255,.22);border-color:rgba(121,182,255,.34);}
.nav-links a,.footer-links a,.social-chip,.contact-detail-card a{color:#f7fbff;}
.nav-links a:hover,.nav-links a.active,.social-chip:hover,.contact-detail-card a:hover,.footer-brand,.leader-role,.contact-detail-card h3{color:#9fd0ff;}
.hero p,.page-hero p,.content-card p,.spotlight-card p,.accordion-body,.founder-story p,.founder-note-inner p,.sub-card p,.small-copy,.contact-detail-card p,.trust-item span,.section-title p,.metric-item span,.nav-card p,.inline-note,.small,.visual-caption,.form-note,.career-meta,.placeholder-text,.footer,.footer-note,.brand span,.section-title p,.stat .hint,.muted,p.muted{color:var(--muted)!important;}
.panel-title,.hero h1,.section-title h2,.page-hero h1,.leader-name,.leader-copy h3,.nav-card h3,.spotlight-card h3,.content-card h2,.sub-card h3,.contact-card h2,.founder-note-inner h3,.hero-slider-overlay h3{color:#ffffff;}
.btn-secondary{color:#eef6ff;border-color:rgba(159,208,255,.55);background:rgba(255,255,255,.05);}
.btn-secondary:hover{background:rgba(255,255,255,.09);}
.executive-form input,.executive-form select,.executive-form textarea,input,select,textarea{color:#fff;}
.executive-form input::placeholder,.executive-form textarea::placeholder,input::placeholder,textarea::placeholder{color:#c7d8f0;}
.form-success{display:block;background:rgba(65,184,131,.18);border-color:rgba(65,184,131,.35);color:#eafff3;}
.hero-slider-overlay{display:block;}
.hero-slider-overlay p{color:#eef6ff;}
.partner-logo span,.testimonial-meta,.testimonial-role,.package-card p,.booking-card p,.invest-card p,.job-card p{color:var(--muted);}
@media (max-width: 980px){
  .hero-slider-overlay{padding:18px;left:14px;right:14px;bottom:14px;}
}


/* Phase 8 performance/readability stabilization */
img{height:auto}
.hero p,.content-card p,.spotlight-card p,.sub-card p,.accordion-body,.point,.list-item,.small-copy,.career-meta,.contact-card p,.inline-note{color:#e6eefc}
.section-title p,.small,.mini-kicker,.metric-item span,.visual-caption,.lead-role,.kicker{color:#d7e4fb}
.content-card,.spotlight-card,.sub-card,.leader-card,.contact-card,.accordion-card,.hero-card,.slider-shell{box-shadow:var(--shadow)}
@supports (content-visibility:auto){
  .section:not(.section-first):not(.hero),
  .subsidiary-grid,
  .jobs-grid,
  .leadership-grid,
  .founder-grid,
  .contact-layout-grid,
  .home-live-grid,
  .activity-media-grid{
    content-visibility:auto;
    contain-intrinsic-size:1px 900px;
  }
}
.slide{will-change:opacity,transform;backface-visibility:hidden}
.floating-whatsapp{position:fixed;right:18px;bottom:18px;z-index:40}
.brand-mark,.hero-logo{image-rendering:auto}

/* Phase 8.1 homepage clarity hotfix */
body.home-page{
  background:#eef4fb !important;
  color:#0c2346 !important;
}
body.home-page .hero-home-upgraded{
  background:linear-gradient(180deg,#edf4ff 0%,#e8f1ff 100%) !important;
  padding-bottom:20px !important;
}
body.home-page .hero-card.hero-copy{
  background:linear-gradient(180deg,#ffffff 0%,#f2f7ff 100%) !important;
  border:1px solid rgba(17,63,128,.10) !important;
  box-shadow:0 22px 56px rgba(10,34,71,.10) !important;
}
body.home-page .home-brand-hero{
  background:linear-gradient(180deg,#ffffff,#eef5ff) !important;
  border:1px solid rgba(17,63,128,.10) !important;
}
body.home-page .hero-copy h1,
body.home-page .hero-copy h2,
body.home-page .hero-copy h3{
  color:#0d2347 !important;
}
body.home-page .hero-copy p,
body.home-page .hero-copy .small,
body.home-page .hero-copy .muted{
  color:#35506f !important;
}
body.home-page .hero-slider-card{
  background:linear-gradient(180deg,#1e5ed0 0%,#0c2f67 100%) !important;
}
body.home-page .hero-slider,
body.home-page .hero-slider .slide{
  filter:none !important;
  backdrop-filter:none !important;
}
body.home-page .hero-slider::after{
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(5,10,18,.18)) !important;
}
body.home-page .hero-slider-overlay{
  display:none !important;
}
body.home-page .section-first{
  background:#163f79 !important;
  padding-top:16px !important;
  padding-bottom:26px !important;
  margin-top:0 !important;
}
body.home-page .trust-strip{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.home-page .trust-item{
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.06)) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 14px 30px rgba(0,0,0,.12) !important;
}
body.home-page .trust-item strong{
  background:none !important;
  border:0 !important;
  color:#8fc0ff !important;
  font-size:2.2rem !important;
  line-height:1 !important;
  padding:0 !important;
}
body.home-page .trust-item span{
  color:#f3f8ff !important;
}
body.home-page .section-tight,
body.home-page .section-tight-top,
body.home-page .section{
  background:linear-gradient(180deg,#0f376d 0%,#0d315f 100%) !important;
}
body.home-page .spotlight-card,
body.home-page .sub-card,
body.home-page .nav-card,
body.home-page .accordion-card,
body.home-page .content-card{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
}
body.home-page .section-title h2,
body.home-page .spotlight-card h3,
body.home-page .sub-card h3,
body.home-page .nav-card h3,
body.home-page .accordion-trigger span:first-child{
  color:#ffffff !important;
}
body.home-page .section-title p,
body.home-page .spotlight-card p,
body.home-page .sub-card p,
body.home-page .nav-card p,
body.home-page .accordion-body p,
body.home-page .point{
  color:#e6eefc !important;
}
