:root {
  --navy: #071a3a;
  --navy2: #0b2855;
  --blue: #123a78;
  --gold: #c79b48;
  --gold2: #e0bd72;
  --paper: #f7f7f4;
  --white: #fff;
  --ink: #101a2d;
  --muted: #687184;
  --line: #e2e4e9;
  --shadow: 0 28px 80px rgba(7,26,58,.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans",sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
}
.container {
  width: min(1180px,calc(100% - 48px));
  margin: auto;
}
.topline {
  height: 34px;
  background: var(--navy);
  color: #bac5d8;
  font-size: 10px;
  letter-spacing: .3px;
}
.topline .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topline a {
  text-decoration: none;
  margin-left: 28px;
  color: #e6ebf3;
}
header {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 #071a3a12;
}
.navbar {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.brand {
  display: flex;
  width: 285px;
  height: 64px;
  overflow: hidden;
  align-items: center;
}
.brand img {
  width: 280px;
  height: auto;
  display: block;
}
.navbar nav {
  display: flex;
  margin-left: auto;
  gap: 30px;
}
.navbar nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #273650;
}
.navbar nav a:hover {
  color: var(--gold);
}
.navbar nav a[aria-current="page"] {
  color: var(--navy);
  box-shadow: inset 0 -2px var(--gold);
}
@media (min-width: 961px) {
  .navbar {
    gap: 14px;
  }
  .brand {
    width: 255px;
    flex: 0 0 255px;
  }
  .brand img {
    width: 250px;
  }
  .navbar nav {
    gap: 12px;
  }
  .navbar nav a {
    padding: 34px 0 31px;
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: .015em;
    text-transform: uppercase;
  }
  .navbar .header-cta {
    min-height: 44px;
    padding: 11px 14px;
    white-space: nowrap;
    font-size: 11px;
  }
}
#menuButton {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  border-radius: 5px;
  text-decoration: none;
  font: 700 13px "Manrope";
  letter-spacing: .1px;
  transition: .25s;
}
.button:hover {
  transform: translateY(-2px);
}
.navy {
  background: var(--navy);
  color: #fff;
}
.gold {
  background: linear-gradient(135deg,var(--gold2),var(--gold));
  color: #15233e;
  box-shadow: 0 12px 32px #c79b4835;
}
.hero {
  position: relative;
  padding-top: 194px;
  background: linear-gradient(120deg,#f7f7f4 0,#f4f5f8 55%,#eef1f6 100%);
  overflow: hidden;
}
.gridlines {
  position: absolute;
  inset: 120px 0 0;
  background-image: linear-gradient(#071a3a0a 1px,transparent 1px),linear-gradient(90deg,#071a3a0a 1px,transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg,transparent,#000 60%,transparent);
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.kicker {
  font: 700 10px "Manrope";
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #64738c;
}
.kicker i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--gold);
  margin: 0 11px 3px 0;
}
.kicker.light {
  color: #aebbd0;
}
.hero h1,.heading h2,.approach h2,.contact h2 {
  font: 700 clamp(48px,5.1vw,73px)/1.04 "Manrope";
  letter-spacing: -4px;
  margin: 25px 0;
}
.hero h1 em,.heading h2 em,.approach h2 em,.contact h2 em {
  font-style: normal;
  color: #8a92a0;
  font-weight: 500;
}
.hero-copy>p {
  font-size: 17px;
  line-height: 1.75;
  color: #606b7d;
  max-width: 610px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}
.actions>a:last-child {
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #26354e;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #071a3a1b;
}
.metrics div {
  display: flex;
  gap: 10px;
}
.metrics b {
  color: var(--gold);
  font: 700 10px "Manrope";
}
.metrics span {
  font-size: 11px;
  line-height: 1.5;
  color: #4f5c71;
}
.showcase {
  position: relative;
  min-height: 510px;
}
.orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  left: 20px;
  top: -15px;
  border-radius: 50%;
  border: 1px solid #c79b4830;
  box-shadow: inset 0 0 70px #c79b480c;
}
.dashboard {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 0;
  top: 35px;
  background: #fff;
  border: 1px solid #dbe0e8;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}
.dash-top {
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.dash-top>span {
  font-size: 7px;
  letter-spacing: 3px;
  color: #b8bec7;
}
.dash-top small {
  margin: auto;
  color: #9ba3b1;
  font-size: 8px;
}
.dash-top b {
  font: 800 15px "Manrope";
  color: var(--navy);
}
.dash-body {
  height: 345px;
  display: grid;
  grid-template-columns: 58px 1fr;
}
.dash-body aside {
  background: var(--navy);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.dash-body aside b {
  font: 800 12px "Manrope";
  color: #fff;
}
.dash-body aside i {
  width: 16px;
  height: 3px;
  background: #ffffff3d;
  border-radius: 3px;
}
.dash-body section {
  padding: 28px;
}
.dash-title {
  display: flex;
  justify-content: space-between;
}
.dash-title b {
  font: 700 14px "Manrope";
}
.dash-title small {
  font-size: 8px;
  color: #7a8493;
  border: 1px solid var(--line);
  padding: 5px 8px;
  border-radius: 4px;
}
.chart {
  height: 165px;
  margin-top: 18px;
  background: linear-gradient(180deg,#f8f9fb,#fff);
  position: relative;
  overflow: hidden;
}
.bars {
  display: flex;
  height: 100%;
  align-items: end;
  gap: 17px;
  padding: 15px 25px;
}
.bars i {
  flex: 1;
  background: #dce3ed;
  border-radius: 3px 3px 0 0;
}
.bars i:nth-child(1) {
  height: 34%;
}
.bars i:nth-child(2) {
  height: 48%;
}
.bars i:nth-child(3) {
  height: 41%;
}
.bars i:nth-child(4) {
  height: 64%;
}
.bars i:nth-child(5) {
  height: 57%;
}
.bars i:nth-child(6) {
  height: 82%;
  background: #d5b05f;
}
.chart svg {
  position: absolute;
  inset: 35px 0 0;
  width: 100%;
  height: 100px;
  fill: none;
  stroke: #123a78;
  stroke-width: 3;
}
.dash-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 14px;
}
.dash-cards span {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
.dash-cards small {
  font-size: 7px;
  color: #8b94a1;
}
.dash-cards b {
  font: 700 16px "Manrope";
  color: var(--blue);
  margin-top: 5px;
}
.result {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 14px;
  border-radius: 8px;
  box-shadow: 0 16px 45px #071a3a24;
  font-size: 9px;
}
.result>b {
  width: 29px;
  height: 29px;
  background: #f5ead2;
  color: #a77925;
  border-radius: 6px;
  display: grid;
  place-items: center;
}
.result span {
  display: flex;
  flex-direction: column;
}
.result small {
  color: #8b94a2;
}
.r1 {
  right: -25px;
  top: 100px;
}
.r2 {
  left: 5px;
  bottom: 47px;
}
.trust {
  height: 100px;
  margin-top: 70px;
  border-top: 1px solid #071a3a19;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.trust span {
  font-size: 10px;
  color: #798293;
}
.trust b {
  font: 700 12px "Manrope";
  color: #38455b;
}
.section {
  padding: 120px 0;
}
.heading {
  display: grid;
  grid-template-columns: 1.15fr .65fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 60px;
}
.heading h2,.approach h2 {
  font-size: 54px;
}
.heading>p {
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 5px;
}
.services {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.service {
  position: relative;
  min-height: 485px;
  padding: 33px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 45px #071a3a08;
  transition: .3s;
}
.service:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.service.primary {
  background: linear-gradient(145deg,var(--navy2),var(--navy));
  color: #fff;
  border-color: var(--navy);
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-top b {
  font-size: 10px;
  color: #939dac;
}
.service-top i {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #f0f2f6;
  display: grid;
  place-items: center;
  font-size: 23px;
  font-style: normal;
  color: var(--navy);
}
.primary .service-top i {
  background: linear-gradient(135deg,var(--gold2),var(--gold));
}
.service h3 {
  font: 700 23px "Manrope";
  letter-spacing: -.8px;
  margin: 38px 0 14px;
}
.service>p {
  font-size: 14px;
  line-height: 1.75;
  color: #737d8e;
}
.primary>p {
  color: #b8c4d6;
}
.service ul {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}
.service li {
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.primary li {
  border-color: #ffffff1d;
}
.service li:before {
  content: "✓";
  color: var(--gold);
  margin-right: 9px;
}
.service>a {
  margin-top: auto;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}
.approach {
  background: var(--navy);
  color: #fff;
}
.approach-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 110px;
  align-items: center;
}
.monogram {
  height: 500px;
  position: relative;
  border: 1px solid #ffffff17;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%,#123c78,#071a3a 63%);
}
.monogram>div {
  font: 800 96px "Manrope";
  letter-spacing: -10px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.monogram>span {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid #c79b4866;
  border-radius: 50%;
}
.monogram>span:after {
  content: "";
  position: absolute;
  inset: 45px;
  border: 1px solid #ffffff20;
  border-radius: 50%;
}
.monogram>p {
  position: absolute;
  bottom: 30px;
  left: 34px;
  text-transform: uppercase;
  font: 600 9px/1.7 "Manrope";
  letter-spacing: 2px;
  color: #aebad0;
}
.approach-copy>p {
  color: #acb9ce;
  line-height: 1.8;
}
.values {
  margin-top: 35px;
}
.values article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 10px;
  padding: 22px 0;
  border-bottom: 1px solid #ffffff18;
}
.values article>b {
  font-size: 10px;
  color: var(--gold);
}
.values h3 {
  font: 700 18px "Manrope";
  margin: 0;
}
.values p {
  font-size: 13px;
  color: #aab7ca;
  margin: 7px 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.steps article {
  padding-right: 30px;
}
.steps article>b {
  font: 700 11px "Manrope";
  color: var(--gold);
}
.steps article>i {
  display: block;
  height: 1px;
  background: #d5d9df;
  margin: 20px 0 27px;
  position: relative;
}
.steps article>i:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 8px;
  height: 8px;
  border: 3px solid var(--navy);
  background: var(--gold);
  border-radius: 50%;
}
.steps h3 {
  font: 700 19px "Manrope";
}
.steps p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}
.contact {
  padding-bottom: 100px;
}
.contact-card {
  background: linear-gradient(120deg,#0b2855,#071a3a);
  color: #fff;
  border-radius: 14px;
  padding: 68px;
  display: grid;
  grid-template-columns: 1.25fr .65fr;
  gap: 70px;
  align-items: end;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.contact-card:after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 360px;
  height: 360px;
  border: 70px solid #c79b480c;
  border-radius: 50%;
}
.contact h2 {
  font-size: 48px;
}
.contact-card>div>p {
  color: #aebbd0;
  line-height: 1.7;
}
.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 2;
}
.contact-actions>a:last-child {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.contact-actions small {
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #9cabc3;
}
.contact-actions b {
  font: 700 22px "Manrope";
  margin-top: 5px;
}
footer {
  background: #041126;
  color: #d5ddea;
  padding: 65px 0 20px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 100px;
}
.footer-brand p {
  color: #8998b1;
  font-size: 13px;
  line-height: 1.7;
  max-width: 390px;
}
.logo-panel {
  width: 430px;
  height: 118px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 13px 22px;
  overflow: hidden;
}
.logo-panel img {
  width: 390px;
  height: auto;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-links h4 {
  font: 700 12px "Manrope";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold2);
  margin: 0 0 10px;
}
.footer-links a,.footer-links span {
  font-size: 12px;
  color: #aab5c8;
  text-decoration: none;
}
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ffffff16;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #71809a;
}
.whatsapp {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  text-decoration: none;
  font: 800 18px "Manrope";
  box-shadow: 0 14px 35px #071a3a45;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media(max-width:960px) {
  .topline {
    display: none;
  }
  header {
    top: 0;
  }
  .navbar {
    height: 78px;
  }
  .brand {
    width: 245px;
  }
  .brand img {
    width: 240px;
  }
  .header-cta {
    display: none;
  }
  #menuButton {
    display: flex;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  #menuButton span {
    width: 24px;
    height: 2px;
    background: var(--navy);
  }
  .navbar nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px;
    flex-direction: column;
    border-top: 1px solid var(--line);
  }
  .navbar nav.open {
    display: flex;
  }
  .hero {
    padding-top: 130px;
  }
  .hero-layout,.approach-grid,.contact-card {
    grid-template-columns: 1fr;
  }
  .showcase {
    max-width: 620px;
    margin: auto;
    width: 100%;
  }
  .heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .services {
    grid-template-columns: 1fr 1fr;
  }
  .service:last-child {
    grid-column: 1/-1;
  }
  .approach-grid {
    gap: 60px;
  }
  .monogram {
    height: 390px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 45px 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .trust {
    overflow: auto;
    justify-content: flex-start;
  }
  .trust>* {
    white-space: nowrap;
  }
}
@media(max-width:600px) {
  .container {
    width: calc(100% - 32px);
  }
  .navbar {
    height: 70px;
  }
  .brand {
    width: 215px;
    height: 58px;
  }
  .brand img {
    width: 210px;
  }
  .navbar nav {
    top: 70px;
  }
  .hero {
    padding-top: 110px;
  }
  .hero-layout {
    gap: 35px;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -2.7px;
  }
  .hero-copy>p {
    font-size: 16px;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .metrics {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .showcase {
    min-height: 380px;
  }
  .dashboard {
    left: 0;
    top: 25px;
  }
  .dash-body {
    height: 265px;
    grid-template-columns: 42px 1fr;
  }
  .dash-body section {
    padding: 17px;
  }
  .chart {
    height: 115px;
  }
  .bars {
    gap: 9px;
  }
  .dash-cards span:nth-child(3) {
    display: none;
  }
  .dash-cards {
    grid-template-columns: 1fr 1fr;
  }
  .r1 {
    right: -8px;
  }
  .r2 {
    bottom: 5px;
  }
  .trust {
    margin-top: 30px;
    height: 80px;
  }
  .section {
    padding: 80px 0;
  }
  .heading h2,.approach h2 {
    font-size: 38px;
    letter-spacing: -2.4px;
  }
  .services {
    display: flex;
    gap: 14px;
    margin-right: -16px;
    padding: 4px 16px 22px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .services .service {
    min-width: min(84vw, 340px);
    min-height: 410px;
    scroll-snap-align: start;
  }
  .service:last-child {
    grid-column: auto;
  }
  .monogram {
    height: 320px;
  }
  .monogram>div {
    font-size: 70px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .contact {
    padding-bottom: 65px;
  }
  .contact-card {
    padding: 42px 26px;
    gap: 30px;
  }
  .contact h2 {
    font-size: 37px;
    letter-spacing: -2.2px;
  }
  .footer-main {
    gap: 45px;
  }
  .logo-panel {
    width: 100%;
    height: 95px;
    padding: 10px 16px;
  }
  .logo-panel img {
    width: 100%;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
