:root {
  --navy: #0b2454;
  --blue: #234f9d;
  --blue-light: #718dd0;
  --purple: #8f609b;
  --purple-dark: #6f477e;
  --ink: #152552;
  --muted: #66708a;
  --paper: #f7f8fc;
  --white: #ffffff;
  --gradient: linear-gradient(115deg, #234f9d 0%, #7087c0 52%, #94649e 100%);
  --shadow: 0 18px 50px rgba(19, 42, 93, .15);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  transition: .25s ease;
}

.section-space {
  padding: 92px 0;
}

.section-title {
  font-size: 2.65rem;
  line-height: 1.1;
}

.section-kicker {
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-rule {
  width: 54px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--blue-light), var(--purple));
  margin: 18px 0 24px;
}

.text-muted-custom {
  color: var(--muted);
}

.navbar {
  background: rgba(8, 30, 73, .96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  min-height: 76px;
  padding-top: .65rem;
  padding-bottom: .65rem;
  box-shadow: 0 7px 24px rgba(5, 20, 53, .16);
}

.navbar-brand img {
  width: 150px;
  height: auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.9);
  font-size: .88rem;
  font-weight: 600;
  padding: .65rem .9rem;
  position: relative;
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: .9rem;
  right: .9rem;
  bottom: .35rem;
  height: 2px;
  transform: scaleX(0);
  background: linear-gradient(90deg, #9eb7ff, #d79cdd);
  transition: transform .25s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::after, .navbar-dark .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.btn-gradient {
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: .75rem 1.35rem;
  font-size: .86rem;
  font-weight: 700;
  background: linear-gradient(105deg, #4d79df, #a965aa);
  box-shadow: 0 8px 22px rgba(105, 91, 190, .34);
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(105, 91, 190, .42);
}

.btn-outline-light-custom {
  color: #fff;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 9px;
  font-weight: 700;
  padding: .72rem 1.35rem;
}

.btn-outline-light-custom:hover {
  background: #fff;
  color: var(--navy);
}

.hero {
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  background: var(--gradient);
  overflow: hidden;
  padding-top: 76px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.14), transparent 26%), radial-gradient(circle at 82% 12%, rgba(255,255,255,.12), transparent 22%);
  pointer-events: none;
}

.hero-copy {
  z-index: 2;
  padding: 90px 0 84px;
}

.hero h1 {
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  line-height: 1.16;
  letter-spacing: -.045em;
  margin-bottom: 26px;
  text-shadow: 0 8px 28px rgba(14, 29, 78, .22);
}

.hero .lead {
  max-width: 610px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(255,255,255,.94);
}

.hero-image-wrap {
  position: absolute;
  right: 0;
  top: 76px;
  bottom: 0;
  width: 54%;
  z-index: 1;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(35,79,157,.82) 0%, rgba(84,89,161,.18) 42%, rgba(98,48,102,.12) 100%);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.025);
}

.hero-actions .btn {
  margin-right: .75rem;
  margin-bottom: .75rem;
  min-width: 174px;
}

.hero-dot {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  left: -125px;
  bottom: -100px;
}

.trust-strip {
  background: #fff;
  border-bottom: 1px solid #e9ebf3;
  box-shadow: 0 6px 24px rgba(18, 36, 78, .05);
  position: relative;
  z-index: 4;
}

.trust-title {
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 0;
}

.trust-item {
  display: flex;
  align-items: center;
  padding: 24px 20px 28px;
  height: 100%;
}

.trust-item + .trust-item {
  border-left: 1px solid #e7e9f1;
}

.trust-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: 14px;
  color: var(--blue);
  background: #f0f3ff;
  font-size: 1.25rem;
}

.trust-item p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.45;
  font-weight: 500;
}

.what-we-do {
  background: #fff;
}

.pillar-card {
  min-height: 255px;
  color: #fff;
  border-radius: 18px;
  padding: 36px 28px 30px;
  background: linear-gradient(135deg, #244e9d 0%, #795a9c 100%);
  box-shadow: var(--shadow);
  transition: transform .28s ease, box-shadow .28s ease;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.pillar-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  right: -58px;
  top: -70px;
}

.pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 52px rgba(36, 64, 125, .23);
}

.pillar-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  margin-bottom: 23px;
  background: rgba(255,255,255,.08);
}

.pillar-card h3 {
  font-size: 1.02rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.pillar-card p {
  color: rgba(255,255,255,.88);
  font-size: .86rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.value-band {
  color: #fff;
  background: var(--gradient);
  position: relative;
  overflow: hidden;
}

.value-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,36,84,.28), transparent 55%);
}

.value-item {
  height: 100%;
  padding: 18px 24px;
  border-left: 1px solid rgba(255,255,255,.28);
}

.value-item i {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fff;
}

.value-item h4 {
  font-size: .84rem;
  text-transform: uppercase;
  line-height: 1.35;
}

.value-item p {
  font-size: .83rem;
  line-height: 1.55;
  margin-bottom: 0;
  color: rgba(255,255,255,.88);
}

.services {
  background: #fff;
}

.service-item {
  display: flex;
  padding: 24px 15px;
  height: 100%;
  border-bottom: 1px solid #eceef4;
}

.service-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-right: 16px;
  color: var(--blue);
  font-size: 1.28rem;
  background: #f2f4ff;
  border: 1px solid #e1e6fa;
  transition: .25s ease;
}

.service-item:hover .service-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  transform: translateY(-3px);
}

.service-item h4 {
  font-size: .9rem;
  margin-bottom: 6px;
  line-height: 1.35;
}

.service-item p {
  margin-bottom: 0;
  font-size: .78rem;
  line-height: 1.55;
  color: var(--muted);
}

.team {
  background: linear-gradient(180deg, #f7f8fc 0%, #fff 100%);
}

.principal-card {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.principal-image {
  min-height: 520px;
  width: 100%;
  object-fit: cover;
}

.principal-copy {
  padding: 44px 42px;
}

.principal-copy h3 {
  font-size: 2rem;
}

.principal-role {
  color: var(--purple-dark);
  font-weight: 700;
  font-size: .86rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.principal-copy p {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.8;
}

.team-card {
  border: 0;
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  box-shadow: 0 12px 36px rgba(25, 48, 97, .10);
  transition: .28s ease;
}

.team-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(25, 48, 97, .17);
}

.team-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.team-card .card-body {
  padding: 25px 24px 26px;
}

.team-card h4 {
  font-size: 1rem;
  margin-bottom: 3px;
}

.team-card .role {
  color: var(--purple-dark);
  font-weight: 700;
  font-size: .69rem;
  text-transform: uppercase;
  min-height: 34px;
  display: block;
}

.team-card p {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.6;
  margin: 13px 0 0;
}

.quote-section {
  position: relative;
  background: var(--gradient);
  color: #fff;
  overflow: hidden;
}

.quote-section::before, .quote-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.13);
}

.quote-section::before {
  width: 340px;
  height: 340px;
  left: -190px;
  top: -160px;
}

.quote-section::after {
  width: 240px;
  height: 240px;
  right: -110px;
  bottom: -120px;
}

.quote-box {
  max-width: 850px;
  margin: auto;
  text-align: center;
  padding: 8px 0;
  position: relative;
  z-index: 2;
}

.quote-box i {
  font-size: 2.5rem;
  opacity: .75;
}

.quote-box blockquote {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 22px 0 0;
}

.contact-band {
  background: linear-gradient(100deg, #234f9d, #6f60a7 55%, #9c5f9d);
  color: #fff;
}

.contact-band h2 {
  font-size: 2.35rem;
}

.contact-band p {
  color: rgba(255,255,255,.9);
  line-height: 1.7;
}

.contact-email {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin: 4px 14px 4px 0;
}

.contact-email:hover {
  color: #fff;
  opacity: .8;
  text-decoration: none;
}

footer {
  background: #081f4a;
  color: rgba(255,255,255,.8);
  padding: 48px 0 26px;
}

footer .footer-logo {
  width: 145px;
}

footer a {
  color: rgba(255,255,255,.82);
  font-size: .8rem;
  text-decoration: navy;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  color: #fff;
  text-decoration: none;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  margin-left: 6px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 28px;
  padding-top: 22px;
  font-size: .72rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #081f4a;
    padding: 16px;
    border-radius: 12px;
    margin-top: 12px;
  }
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .hero-copy {
    padding: 82px 0 70px;
  }
}

@media (max-width: 991.98px) {
  .hero-image-wrap {
    opacity: .38;
    width: 100%;
    clip-path: none;
    top: 76px;
  }
}

@media (max-width: 991.98px) {
  .hero-image-wrap::after {
    background: linear-gradient(90deg, rgba(29,65,136,.86), rgba(113,81,151,.56));
  }
}

@media (max-width: 991.98px) {
  .hero h1 {
    font-size: 4rem;
  }
}

@media (max-width: 991.98px) {
  .trust-item + .trust-item {
    border-left: 0;
    border-top: 1px solid #e7e9f1;
  }
}

@media (max-width: 991.98px) {
  .principal-image {
    min-height: 420px;
  }
}

@media (max-width: 991.98px) {
  .value-item {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.25);
    padding: 28px 10px;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 70px 0;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 2.15rem;
  }
}

@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 3.25rem;
  }
}

@media (max-width: 767.98px) {
  .hero .lead {
    font-size: .98rem;
  }
}

@media (max-width: 767.98px) {
  .hero-actions .btn {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .pillar-card {
    min-height: 230px;
  }
}

@media (max-width: 767.98px) {
  .principal-copy {
    padding: 34px 27px;
  }
}

@media (max-width: 767.98px) {
  .quote-box blockquote {
    font-size: 1.45rem;
  }
}

@media (max-width: 767.98px) {
  .contact-band h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .team-card img {
    height: 360px;
  }
}

