:root {
  --bg: #0f1720;
  --bg-soft: #121c27;
  --surface: #ffffff;
  --surface-alt: #f6f8fb;
  --text: #18212b;
  --muted: #6c7785;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(19,31,43,.08);
  --gold: #d4a84f;
  --gold-strong: #b98b2f;
  --dark: #0d141d;
  --shadow: 0 30px 80px rgba(13,20,29,.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }

.topbar {
  background: #091018;
  color: rgba(255,255,255,.86);
  font-size: 14px;
}
.topbar__inner, .topbar__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar__inner { padding: 10px 0; }
.topbar a { opacity: .92; }
.topbar a:hover { opacity: 1; }

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(15,23,32,.06);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}
.brand img { width: 56px; height: 56px; object-fit: contain; }
.nav__menu {
  display: flex;
  gap: 26px;
  align-items: center;
}
.nav__menu a {
  font-weight: 600;
  color: #394350;
}
.nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 0;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #111;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold {
  background: linear-gradient(135deg, #e5be67, var(--gold-strong));
  color: #111;
  box-shadow: 0 18px 36px rgba(212,168,79,.28);
}
.btn--dark {
  background: #101923;
  color: #fff;
}
.btn--ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}
.btn--ghost-dark {
  color: #101923;
  border: 1px solid rgba(16,25,35,.14);
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(212,168,79,.22), transparent 28%), linear-gradient(180deg, #0c141d 0%, #121d28 100%);
  color: #fff;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,16,24,.94) 0%, rgba(9,16,24,.72) 45%, rgba(9,16,24,.46) 100%);
}
.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  padding: 92px 0 80px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gold);
}
.hero h1 {
  margin: 18px 0 20px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .96;
  max-width: 11ch;
}
.hero__lead {
  margin: 0;
  max-width: 60ch;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255,255,255,.8);
}
.hero__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero__highlights {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.hero__highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.88);
}
.hero__media {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: end;
}
.hero__stack {
  display: grid;
  gap: 18px;
}
.hero-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}
.hero-card img { height: 100%; object-fit: cover; }
.hero-card--large { min-height: 620px; }
.hero-card--accent {
  min-height: 220px;
  padding: 28px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(212,168,79,.18));
}
.stat strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.stat span { color: rgba(255,255,255,.82); line-height: 1.7; }

.trust-strip {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.trust-strip__grid > div {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.trust-strip strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.trust-strip span { color: var(--muted); font-size: .95rem; line-height: 1.5; }

.section { padding: 110px 0; }
.section--light { background: var(--surface-alt); }
.section--dark {
  background: linear-gradient(180deg, #0c141d 0%, #101b26 100%);
  color: #fff;
}
.section-head {
  text-align: center;
  margin-bottom: 46px;
}
.section-head--left { text-align: left; }
.section-head h2 {
  margin: 14px auto 16px;
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
}
.section-head p {
  max-width: 70ch;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.8;
}
.section-head--left p, .section-head.light p { margin: 0; }
.section-head.light p { color: rgba(255,255,255,.72); }

.cards {
  display: grid;
  gap: 24px;
}
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.service-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.service-card img { height: 280px; object-fit: cover; }
.service-card__body { padding: 26px; }
.service-card__body h3 { margin: 0 0 12px; font-size: 1.35rem; }
.service-card__body p { margin: 0; color: var(--muted); line-height: 1.8; }

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
}
.split__content h2 {
  margin: 14px 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}
.split__content p {
  color: rgba(255,255,255,.75);
  line-height: 1.8;
}
.bullet-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.bullet-grid > div {
  background: rgba(255,255,255,.05);
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.08);
}
.bullet-grid i {
  color: var(--gold);
  font-size: 1.3rem;
}
.bullet-grid h3 { margin: 14px 0 8px; font-size: 1.05rem; }
.bullet-grid p { margin: 0; font-size: .95rem; }
.split__gallery {
  display: grid;
  gap: 18px;
}
.split__gallery img {
  border-radius: 26px;
  min-height: 260px;
  object-fit: cover;
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
}

.masonry {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 18px;
  grid-auto-rows: 220px;
}
.masonry__item {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.masonry__item img { height: 100%; object-fit: cover; }
.masonry__item--lg { grid-row: span 2; }

.finance__box {
  background: linear-gradient(135deg, #121c27, #1c2c3a);
  color: #fff;
  border-radius: 32px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow);
}
.finance__box h2 { margin: 12px 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.finance__box p { margin: 0; color: rgba(255,255,255,.75); line-height: 1.8; max-width: 60ch; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.steps article {
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.steps span {
  font-size: .88rem;
  font-weight: 800;
  color: var(--gold-strong);
}
.steps h3 { margin: 14px 0 10px; font-size: 1.15rem; }
.steps p { margin: 0; color: var(--muted); line-height: 1.75; }

.video-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.video-card {
  background: rgba(255,255,255,.04);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}
.video-card img { height: 220px; object-fit: cover; }
.video-card div { padding: 22px; }
.video-card h3 { margin: 12px 0 10px; font-size: 1.15rem; }
.video-card p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.tag {
  display: inline-flex;
  background: rgba(212,168,79,.18);
  color: #f0c979;
  font-size: .75rem;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 999px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact { padding-top: 90px; }
.contact__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
}
.contact__card {
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.contact__card--dark {
  background: linear-gradient(180deg, #0f1720, #172433);
  color: #fff;
}
.contact__card--light {
  background: #fff;
}
.contact__card h2, .contact__card h3 {
  margin: 14px 0 16px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.08;
}
.contact__card--dark p { color: rgba(255,255,255,.76); }
.contact__card--light p { color: var(--muted); line-height: 1.8; }
.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.contact-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.footer {
  padding: 26px 0 40px;
  background: #fff;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line-dark);
  padding-top: 24px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer__brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.footer__brand strong { display: block; }
.footer__brand span, .footer p { color: var(--muted); }

@media (max-width: 1120px) {
  .hero__grid,
  .split,
  .contact__grid,
  .video-cards,
  .cards--3,
  .steps,
  .trust-strip__grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero__grid,
  .split,
  .contact__grid { align-items: start; }
  .masonry { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 840px) {
  .topbar__inner,
  .topbar__right,
  .nav,
  .hero__grid,
  .hero__media,
  .split,
  .contact__grid,
  .video-cards,
  .cards--3,
  .steps,
  .trust-strip__grid,
  .masonry,
  .bullet-grid,
  .footer__inner,
  .finance__box {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .nav {
    min-height: 74px;
    flex-wrap: wrap;
  }
  .nav__menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0 6px;
  }
  .nav__menu.is-open { display: flex; }
  .nav > .btn { display: none; }
  .nav__toggle { display: block; margin-left: auto; }
  .hero { padding-top: 0; }
  .hero__grid { padding: 64px 0 56px; }
  .hero-card--large { min-height: 360px; }
  .section { padding: 82px 0; }
  .service-card img,
  .video-card img { height: 240px; }
  .masonry { grid-auto-rows: 180px; }
  .masonry__item--lg { grid-row: span 1; }
  .topbar__inner { gap: 10px; }
}

@media (max-width: 560px) {
  .hero h1 { max-width: 100%; }
  .topbar { display: none; }
  .brand span { font-size: .96rem; }
  .service-card__body, .steps article, .video-card div, .contact__card { padding: 22px; }
  .trust-strip__grid > div, .finance__box { padding: 22px; }
}

/* extra multi-page styles */

.subhero {
  background: radial-gradient(circle at top left, rgba(212,168,79,.18), transparent 28%), linear-gradient(180deg, #0c141d 0%, #121d28 100%);
  color: #fff;
  padding: 88px 0 56px;
}
.subhero__content { max-width: 780px; }
.subhero h1 {
  margin: 16px 0 14px;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  line-height: 1.02;
}
.subhero p { color: rgba(255,255,255,.78); line-height: 1.8; max-width: 60ch; }
.breadcrumbs { color: rgba(255,255,255,.62); font-size: .95rem; }
.page-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}
.page-intro img, .panel img, .gallery-grid img, .mini-gallery img {
  border-radius: 24px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.panel {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid var(--line-dark);
}
.panel__body { padding: 28px; }
.panel__body h3 { margin: 0 0 12px; font-size: 1.35rem; }
.panel__body p, .richtext p, .richtext li { color: var(--muted); line-height: 1.8; }
.info-grid, .contact-grid, .mini-gallery, .gallery-grid, .legal-grid {
  display: grid;
  gap: 24px;
}
.info-grid { grid-template-columns: repeat(3, 1fr); }
.contact-grid { grid-template-columns: 1fr 1fr; }
.gallery-grid { grid-template-columns: repeat(3, 1fr); }
.gallery-grid img { height: 260px; width: 100%; }
.mini-gallery { grid-template-columns: repeat(2, 1fr); }
.mini-gallery img { height: 220px; width: 100%; }
.kpi-card {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.kpi-card h3 { margin: 0 0 10px; font-size: 1.1rem; }
.kpi-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.feature-list li {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.cta-band {
  background: linear-gradient(135deg, rgba(212,168,79,.14), rgba(15,23,32,.04));
  border: 1px solid rgba(212,168,79,.26);
  border-radius: 28px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.cta-band p { margin: 10px 0 0; color: var(--muted); }
.richtext h2, .richtext h3 {
  margin: 0 0 16px;
  color: var(--text);
}
.richtext h3 { margin-top: 28px; font-size: 1.15rem; }
.richtext ul { padding-left: 20px; }
.legal-box {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow);
  padding: 32px;
}
.footer {
  background: #091018;
  color: rgba(255,255,255,.82);
  padding: 56px 0 24px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 28px;
}
.footer a { color: rgba(255,255,255,.82); }
.footer p, .footer li { color: rgba(255,255,255,.72); line-height: 1.8; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 28px;
  padding-top: 18px;
  color: rgba(255,255,255,.55);
  font-size: .95rem;
}
.contact-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line-dark);
  padding: 28px;
}
.contact-card h3 { margin-top: 0; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.contact-list li { color: var(--muted); line-height: 1.8; }
.note-box {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(212,168,79,.14);
  border: 1px solid rgba(212,168,79,.28);
}
@media (max-width: 1100px) {
  .page-intro, .contact-grid, .footer__grid, .split, .hero__grid, .hero__media, .cards--3, .gallery-grid, .info-grid { grid-template-columns: 1fr; }
  .trust-strip__grid, .mini-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .subhero { padding: 72px 0 44px; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .trust-strip__grid, .mini-gallery, .gallery-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}


/* updates: whatsapp, blog, map, facebook */
.nav__menu a.is-active { color: #101923; position: relative; }
.nav__menu a.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: linear-gradient(90deg, #e5be67, #b98b2f);
}
.hero-card--large img { min-height: 620px; object-fit: cover; object-position: center center; }
.map-embed {
  margin-top: 28px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line-dark);
  background: #fff;
}
.map-embed iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.footer-social i { font-size: 1.1rem; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 18px 36px rgba(37,211,102,.35);
  z-index: 120;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 24px 42px rgba(37,211,102,.42); }
.whatsapp-float i { font-size: 2rem; }
.blog-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line-dark);
  padding: 32px;
}
.blog-card p { color: var(--muted); line-height: 1.8; }
@media (max-width: 760px) {
  .whatsapp-float { right: 16px; bottom: 16px; width: 58px; height: 58px; }
  .map-embed iframe { height: 340px; }
}
