:root {
  --navy: #032f4a;
  --navy-deep: #021f32;
  --blue: #006ca6;
  --cyan: #08b8df;
  --cyan-light: #64ddf5;
  --ink: #102a3a;
  --muted: #657985;
  --paper: #f5f8f9;
  --white: #fff;
  --line: rgba(9, 62, 91, .12);
  --shadow: 0 24px 70px rgba(1, 38, 58, .12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.04em;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  background: var(--white);
  left: 1rem;
  padding: .75rem 1rem;
  position: fixed;
  top: -100px;
  z-index: 2000;
}

.skip-link:focus {
  top: 1rem;
}

.navbar {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid transparent;
  min-height: 88px;
  transition: .3s ease;
}

.navbar.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 40px rgba(2, 31, 50, .06);
}

.navbar-brand img {
  height: 66px;
  object-fit: contain;
  object-position: left center;
  width: 138px;
}

.navbar .nav-link {
  color: #284859;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: .7rem .75rem !important;
  text-transform: uppercase;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--blue);
}

.btn {
  border-radius: 4px;
  font-weight: 700;
  padding: .85rem 1.35rem;
}

.btn-lg {
  font-size: .92rem;
  padding: 1.05rem 1.55rem;
}

.btn-brand {
  background: var(--cyan);
  border-color: var(--cyan);
  color: var(--navy-deep);
}

.btn-brand:hover {
  background: var(--cyan-light);
  border-color: var(--cyan-light);
  color: var(--navy-deep);
  transform: translateY(-2px);
}

.btn-outline-brand {
  border-color: rgba(0, 108, 166, .25);
  color: var(--blue);
}

.btn-outline-brand:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.hero {
  background:
    linear-gradient(100deg, rgba(3, 47, 74, .98) 0%, rgba(3, 47, 74, .95) 54%, rgba(0, 86, 128, .92) 100%);
  color: var(--white);
  min-height: 790px;
  overflow: hidden;
  padding: 150px 0 90px;
  position: relative;
}

.hero::after {
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to right, transparent, black);
  position: absolute;
}

.hero .container {
  z-index: 2;
}

.hero-orb {
  border: 1px solid rgba(100, 221, 245, .2);
  border-radius: 50%;
  position: absolute;
}

.hero-orb-one {
  height: 620px;
  right: -220px;
  top: 40px;
  width: 620px;
}

.hero-orb-two {
  height: 380px;
  right: -70px;
  top: 160px;
  width: 380px;
}

.eyebrow {
  align-items: center;
  color: var(--cyan-light);
  display: inline-flex;
  font-size: .76rem;
  font-weight: 700;
  gap: .65rem;
  letter-spacing: .18em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 28px;
}

.eyebrow-dark {
  color: var(--blue);
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 700;
  line-height: 1.03;
  margin-bottom: 1.7rem;
}

.hero h1 span {
  color: var(--cyan-light);
}

.hero-text {
  color: rgba(255, 255, 255, .75);
  font-size: 1.14rem;
  margin-bottom: 2.2rem;
  max-width: 650px;
}

.btn-light-soft {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  color: var(--white);
}

.btn-light-soft:hover {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .3);
  color: var(--white);
}

.human-note {
  align-items: center;
  display: flex;
  gap: .9rem;
  margin-top: 1.7rem;
  max-width: 520px;
}

.human-note > span {
  align-items: center;
  background: rgba(100, 221, 245, .12);
  border: 1px solid rgba(100, 221, 245, .28);
  border-radius: 50%;
  color: var(--cyan-light);
  display: flex;
  flex: 0 0 42px;
  font-size: 1.1rem;
  height: 42px;
  justify-content: center;
}

.human-note p {
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
  line-height: 1.5;
  margin: 0;
}

.human-note strong {
  color: var(--white);
}

.hero-card {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 35px 80px rgba(0, 19, 31, .25);
  margin-left: auto;
  max-width: 410px;
  padding: 2.2rem;
  position: relative;
}

.hero-card::before {
  background: var(--cyan);
  content: "";
  height: 4px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.hero-card-top {
  align-items: center;
  color: var(--cyan-light);
  display: flex;
  font-size: .76rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-card-top i {
  font-size: 1.4rem;
}

.metric {
  display: flex;
  flex-direction: column;
  margin: 3.2rem 0 2rem;
}

.metric-number {
  font-family: "Manrope", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -.05em;
}

.metric-label {
  color: rgba(255, 255, 255, .62);
  font-size: .9rem;
}

.hero-card hr {
  border-color: rgba(255, 255, 255, .16);
  margin-bottom: 1.5rem;
}

.hero-list {
  display: grid;
  gap: .75rem;
}

.hero-list div {
  color: rgba(255, 255, 255, .82);
  font-size: .92rem;
}

.hero-list i {
  color: var(--cyan-light);
  margin-right: .55rem;
}

.scroll-indicator {
  bottom: auto;
  height: 38px;
  left: 50%;
  position: absolute;
  top: calc(100% - 94px);
  transform: translateX(-50%);
  width: 24px;
  z-index: 3;
}

.scroll-indicator span {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 20px;
  display: block;
  height: 100%;
  position: relative;
}

.scroll-indicator span::after {
  animation: scrollDown 1.8s infinite;
  background: var(--cyan-light);
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 9px;
  position: absolute;
  top: 8px;
  width: 4px;
}

@keyframes scrollDown {
  0% { opacity: 0; transform: translateY(0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translateY(15px); }
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-item {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  font-family: "Manrope", sans-serif;
  font-size: .88rem;
  font-weight: 700;
  gap: .8rem;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 104px;
  text-transform: uppercase;
}

.trust-item:first-child {
  border-left: 1px solid var(--line);
}

.trust-item i {
  color: var(--cyan);
  font-size: 1.4rem;
}

.section-padding {
  padding: 120px 0;
}

.section-title {
  color: var(--navy-deep);
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.section-title span {
  color: var(--blue);
}

.section-lead {
  color: #385665;
  font-size: 1.12rem;
}

.about {
  background: var(--paper);
}

.about-visual {
  background:
    linear-gradient(150deg, rgba(3, 47, 74, .05), rgba(8, 184, 223, .15)),
    linear-gradient(45deg, var(--navy) 0 1px, transparent 1px 22px);
  background-size: auto, 22px 22px;
  min-height: 540px;
  padding: 70px 40px;
  position: relative;
}

.about-panel {
  background: var(--navy);
  box-shadow: var(--shadow);
  color: var(--white);
  max-width: 400px;
  padding: 3.5rem 3rem;
}

.about-panel::before {
  color: var(--cyan);
  content: "“";
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: .5;
}

.about-panel .small-label {
  color: var(--cyan-light);
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  margin: 1rem 0;
  text-transform: uppercase;
}

.about-panel p {
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.experience-badge {
  align-items: center;
  background: var(--cyan);
  bottom: 30px;
  color: var(--navy-deep);
  display: flex;
  gap: .8rem;
  padding: 1.5rem 2rem;
  position: absolute;
  right: 20px;
}

.experience-badge strong {
  font-family: "Manrope", sans-serif;
  font-size: 2.7rem;
  letter-spacing: -.08em;
  line-height: 1;
}

.experience-badge span {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.values-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}

.values-grid div {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 1.1rem .5rem 1.1rem 0;
}

.values-grid span {
  color: var(--cyan);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.values-grid strong {
  font-family: "Manrope", sans-serif;
  font-size: .9rem;
}

.services {
  background: var(--white);
}

.service-card {
  border: 1px solid var(--line);
  height: 100%;
  min-height: 450px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  transition: .35s ease;
}

.service-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.service-number {
  color: rgba(0, 108, 166, .12);
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.service-icon {
  align-items: center;
  background: rgba(8, 184, 223, .1);
  color: var(--blue);
  display: flex;
  font-size: 1.7rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 2rem;
  width: 58px;
}

.service-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.service-card p {
  color: var(--muted);
  font-size: .94rem;
}

.service-card ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 1.4rem 0 0;
}

.service-card li {
  color: #34515f;
  font-size: .85rem;
  margin-bottom: .6rem;
  padding-left: 1.2rem;
  position: relative;
}

.service-card li::before {
  background: var(--cyan);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: .65rem;
  width: 5px;
}

.service-cta {
  align-items: center;
  background: var(--paper);
  display: flex;
  justify-content: space-between;
  margin-top: 2.2rem;
  padding: 2rem 2.5rem;
}

.service-cta span,
.service-cta strong {
  display: block;
}

.service-cta span {
  color: var(--muted);
  font-size: .83rem;
}

.service-cta strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
}

.service-cta a,
.text-link {
  color: var(--blue);
  font-size: .88rem;
  font-weight: 700;
}

.service-cta a i,
.text-link i {
  margin-left: .5rem;
}

.process {
  background: var(--navy);
  color: var(--white);
  overflow: hidden;
  position: relative;
}

.process::before {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
  height: 700px;
  left: 50%;
  position: absolute;
  top: -390px;
  transform: translateX(-50%);
  width: 700px;
}

.section-heading {
  margin: 0 auto 4rem;
  max-width: 720px;
  position: relative;
}

.section-heading p {
  color: rgba(255, 255, 255, .6);
}

.process-row {
  position: relative;
}

.process-step {
  border-top: 1px solid rgba(255, 255, 255, .18);
  min-height: 280px;
  padding: 2rem 1.4rem;
  position: relative;
}

.process-step > span {
  color: rgba(255, 255, 255, .3);
  font-family: "Manrope", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  position: absolute;
  right: 1.4rem;
  top: 2rem;
}

.process-step > i {
  color: var(--cyan-light);
  font-size: 2rem;
}

.process-step h3 {
  font-size: 1.45rem;
  margin: 2.5rem 0 .8rem;
}

.process-step p {
  color: rgba(255, 255, 255, .58);
  font-size: .9rem;
}

.news {
  background: var(--paper);
}

.featured-news {
  background: var(--white);
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 365px;
}

.news-visual {
  align-items: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(100, 221, 245, .35), transparent 28%),
    linear-gradient(145deg, var(--blue), var(--navy));
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.visual-mark {
  color: rgba(255, 255, 255, .12);
  font-family: "Manrope", sans-serif;
  font-size: 13rem;
  font-weight: 800;
  line-height: 1;
}

.news-tag {
  background: rgba(8, 184, 223, .12);
  color: var(--blue);
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: .4rem .65rem;
  text-transform: uppercase;
}

.news-visual .news-tag {
  background: var(--cyan);
  color: var(--navy-deep);
  left: 1.3rem;
  position: absolute;
  top: 1.3rem;
}

.news-content {
  padding: 2.4rem;
}

.news-meta {
  color: var(--muted);
  font-size: .75rem;
}

.news-content h3 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 1rem 0;
}

.news-content p {
  color: var(--muted);
  font-size: .9rem;
}

.news-content a {
  color: var(--blue);
  display: inline-block;
  font-size: .85rem;
  font-weight: 700;
  margin-top: .8rem;
}

.news-list {
  display: grid;
  gap: 1px;
}

.news-item {
  background: var(--white);
  min-height: 121px;
  padding: 1.4rem 4.5rem 1.2rem 1.5rem;
  position: relative;
}

.news-item h3 {
  font-size: 1.05rem;
  line-height: 1.4;
  margin: .65rem 0 0;
}

.news-item > a {
  align-items: center;
  border: 1px solid var(--line);
  color: var(--blue);
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}

.news-item > a:hover {
  background: var(--navy);
  color: var(--white);
}

.contact {
  background: linear-gradient(to bottom, var(--paper) 0 50%, var(--white) 50%);
  padding: 30px 0 110px;
  scroll-margin-top: 90px;
}

.contact-shell {
  box-shadow: var(--shadow);
}

.contact-main {
  background: linear-gradient(130deg, var(--navy), #005781);
  color: var(--white);
  padding: 4.5rem;
}

.contact-main h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 1.2rem;
}

.contact-main p {
  color: rgba(255, 255, 255, .68);
  margin-bottom: 2rem;
  max-width: 600px;
}

.btn-white {
  background: var(--white);
  border-color: var(--white);
  color: var(--navy);
}

.btn-white:hover {
  background: var(--cyan-light);
  border-color: var(--cyan-light);
  color: var(--navy);
}

.contact-info {
  background: var(--white);
  padding: 3rem;
}

.contact-item {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 40px auto;
  padding: 1.3rem 0;
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item > i {
  color: var(--cyan);
  font-size: 1.35rem;
}

.contact-item span {
  color: var(--muted);
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: .25rem;
  text-transform: uppercase;
}

.contact-item a,
.contact-item p {
  color: var(--ink);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}

.contact-item .maps-link {
  align-items: center;
  border: 1px solid var(--line);
  color: var(--blue);
  display: inline-flex;
  font-size: .72rem;
  gap: .45rem;
  letter-spacing: .02em;
  margin-top: .9rem;
  padding: .55rem .75rem;
  transition: .25s ease;
}

.contact-item .maps-link:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 4rem 0 2rem;
}

.footer-logo {
  height: auto;
  width: 150px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  font-weight: 700;
  gap: 1.4rem;
  justify-content: center;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: var(--blue);
}

.social-link {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-left: .4rem;
  width: 42px;
}

.social-link:hover {
  background: var(--navy);
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: .75rem;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.footer-bottom a {
  color: var(--blue);
  font-weight: 700;
}

.footer-bottom > span:nth-child(2) {
  text-align: center;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  color: var(--white);
  display: flex;
  font-size: 1.55rem;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 24px;
  transition: .25s ease;
  width: 58px;
  z-index: 1000;
}

.whatsapp-float:hover {
  color: var(--white);
  transform: translateY(-4px) scale(1.03);
}

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

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: var(--white);
    border-top: 1px solid var(--line);
    margin: 0 -12px;
    padding: 1rem 20px 1.5rem;
  }

  .hero {
    min-height: auto;
    padding: 160px 0 110px;
  }

  .hero-card {
    margin: 0;
    max-width: 100%;
  }

  .section-padding {
    padding: 90px 0;
  }

  .contact-main {
    padding: 3.5rem;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .scroll-indicator {
    display: none;
  }

  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .human-note {
    margin-right: 52px;
  }

  .navbar-brand img {
    height: 58px;
    width: 122px;
  }

  .hero {
    padding-top: 135px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .trust-item {
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
    min-height: 68px;
    padding: .9rem 1.4rem;
    text-align: left;
  }

  .trust-item + .trust-item {
    border-top: 0;
  }

  .trust-item i {
    flex: 0 0 32px;
    font-size: 1.35rem;
    text-align: center;
  }

  .trust-item span {
    line-height: 1.3;
  }

  .trust-strip .row > [class*="col-"] {
    width: 100%;
  }

  .about-visual {
    min-height: 470px;
    padding: 45px 20px;
  }

  .about-panel {
    padding: 2.5rem 2rem;
  }

  .about-panel p {
    font-size: 1.3rem;
  }

  .experience-badge {
    bottom: 20px;
    right: 10px;
  }

  .service-card {
    min-height: auto;
  }

  .service-cta,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
  }

  .featured-news {
    grid-template-columns: 1fr;
  }

  .news-visual {
    min-height: 250px;
  }

  .contact-main,
  .contact-info {
    padding: 2.5rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
