:root {
  --navy: #0f2e4d;
  --navy-deep: #081d31;
  --navy-soft: #174666;
  --turquoise: #00b7b3;
  --turquoise-bright: #20d4ca;
  --cyan: #c7f4f1;
  --mist: #f2f5f8;
  --white: #ffffff;
  --ink: #12263a;
  --muted: #607285;
  --line: rgba(15, 46, 77, 0.12);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(8, 29, 49, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", "Avenir Next", Avenir, sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(8, 29, 49, 0.06);
}

.nav {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  width: 220px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--navy);
  font-size: 0.83rem;
  font-weight: 700;
}

.nav-links > a:not(.button) {
  position: relative;
}

.nav-links > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--turquoise);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-links > a:hover::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  color: var(--navy-deep);
  background: linear-gradient(135deg, var(--turquoise-bright), var(--turquoise));
  border: 0;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0, 183, 179, 0.22);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  box-shadow: 0 18px 38px rgba(0, 183, 179, 0.3);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding-inline: 20px;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 95px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 20%, rgba(0, 183, 179, 0.2), transparent 32%),
    linear-gradient(125deg, var(--navy-deep) 0%, var(--navy) 58%, #123f5e 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, transparent, black 55%, transparent);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
}

.hero-glow-one {
  top: 120px;
  right: -180px;
  width: 500px;
  height: 500px;
  background: rgba(0, 183, 179, 0.08);
  border: 1px solid rgba(32, 212, 202, 0.18);
}

.hero-glow-two {
  bottom: -260px;
  left: 25%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  gap: 55px;
  grid-template-columns: 1.06fr 0.94fr;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--turquoise-bright);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.eyebrow.dark {
  color: #008f8d;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Exo 2", "Avenir Next", Avenir, sans-serif;
  line-height: 1.08;
}

h1 {
  max-width: 710px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.3vw, 5.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

h1 strong {
  color: var(--turquoise-bright);
  font-weight: 700;
}

.hero-text {
  max-width: 620px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero .text-link,
.text-link.light {
  color: var(--white);
}

.text-link span {
  color: var(--turquoise-bright);
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.trust-row span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trust-row i {
  width: 5px;
  height: 5px;
  background: var(--turquoise-bright);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--turquoise-bright);
}

.hero-visual {
  min-height: 520px;
}

.visual-shell {
  position: relative;
  width: 100%;
  height: 520px;
}

.logo-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 245px;
  height: 245px;
  place-items: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 70px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.27);
  transform: translate(-50%, -50%) rotate(3deg);
}

.logo-core::before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(0, 183, 179, 0.15);
  border-radius: 60px;
  content: "";
}

.logo-core img {
  width: 76%;
  transform: rotate(-3deg);
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(32, 212, 202, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit::before,
.orbit::after {
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--turquoise-bright);
  border: 4px solid var(--navy);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(32, 212, 202, 0.8);
  content: "";
}

.orbit-one {
  width: 390px;
  height: 390px;
  animation: rotate 24s linear infinite;
}

.orbit-one::before {
  top: 34px;
  right: 72px;
}

.orbit-one::after {
  bottom: 24px;
  left: 92px;
}

.orbit-two {
  width: 485px;
  height: 485px;
  border-style: dashed;
  opacity: 0.55;
  animation: rotate-reverse 32s linear infinite;
}

.orbit-two::before {
  right: 28px;
  bottom: 105px;
}

.orbit-two::after {
  top: 62px;
  left: 52px;
}

.signal-card {
  position: absolute;
  z-index: 4;
  display: flex;
  min-width: 178px;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(199, 244, 241, 0.6);
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  color: var(--navy);
}

.signal-card-one {
  top: 64px;
  left: 5px;
}

.signal-card-two {
  top: 120px;
  right: -8px;
}

.signal-card-three {
  right: 10px;
  bottom: 65px;
}

.signal-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--turquoise);
  background: var(--cyan);
  border-radius: 9px;
}

.signal-icon svg,
.service-icon svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.signal-card strong,
.signal-card small {
  display: block;
}

.signal-card strong {
  font-family: "Exo 2", sans-serif;
  font-size: 0.8rem;
}

.signal-card small {
  color: var(--muted);
  font-size: 0.6rem;
}

.proof-strip {
  color: var(--navy);
  background: var(--cyan);
}

.proof-grid {
  display: grid;
  min-height: 88px;
  align-items: center;
  gap: 28px;
  grid-template-columns: 1.6fr repeat(4, 1fr);
}

.proof-grid p {
  margin: 0;
  color: #4e6e76;
  font-size: 0.78rem;
  font-weight: 700;
}

.proof-grid strong {
  position: relative;
  padding-left: 18px;
  font-family: "Exo 2", sans-serif;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.proof-grid strong::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--turquoise);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.section {
  padding: 115px 0;
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 80px;
  margin-bottom: 55px;
  grid-template-columns: 1.15fr 0.85fr;
}

.section-heading h2,
.difference-copy h2,
.contact-copy h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.section-heading > p,
.difference-copy > p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
}

.services {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
}

.services-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  position: relative;
  min-height: 310px;
  padding: 32px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover {
  border-color: rgba(0, 183, 179, 0.45);
  box-shadow: 0 20px 50px rgba(15, 46, 77, 0.09);
  transform: translateY(-5px);
}

.service-card.featured {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.service-card.featured::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 200px;
  height: 200px;
  background: rgba(0, 183, 179, 0.15);
  border: 1px solid rgba(32, 212, 202, 0.25);
  border-radius: 50%;
  content: "";
}

.card-number {
  position: absolute;
  top: 25px;
  right: 28px;
  color: rgba(15, 46, 77, 0.25);
  font-family: "Exo 2", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.featured .card-number {
  color: rgba(255, 255, 255, 0.3);
}

.service-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 45px;
  place-items: center;
  color: var(--turquoise);
  background: var(--cyan);
  border-radius: 14px;
}

.service-card h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.3rem;
}

.service-card.featured h3 {
  color: var(--white);
}

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

.service-card.featured p {
  color: rgba(255, 255, 255, 0.68);
}

.service-tag {
  position: absolute;
  bottom: 28px;
  color: #008f8d;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .service-tag {
  color: var(--turquoise-bright);
}

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

.difference::before {
  position: absolute;
  top: -240px;
  right: -180px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 183, 179, 0.2), transparent 67%);
  content: "";
}

.difference-layout {
  position: relative;
  display: grid;
  gap: 95px;
  grid-template-columns: 0.8fr 1.2fr;
}

.difference-copy {
  align-self: center;
}

.difference-copy h2,
.contact-copy h2 {
  margin-bottom: 25px;
  color: var(--white);
}

.difference-copy > p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.65);
}

.values-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.value-card {
  min-height: 220px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
}

.value-card > span {
  display: block;
  margin-bottom: 48px;
  color: var(--turquoise-bright);
  font-family: "Exo 2", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.value-card h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.value-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.section-heading.centered {
  display: block;
  max-width: 690px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered h2 {
  margin-bottom: 18px;
}

.process-grid {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.process-grid::before {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, var(--turquoise), var(--cyan), var(--turquoise));
  content: "";
}

.process-step {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  text-align: center;
}

.process-step > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 30px;
  place-items: center;
  color: var(--navy);
  background: var(--white);
  border: 2px solid var(--turquoise);
  border-radius: 50%;
  box-shadow: 0 0 0 8px var(--white);
  font-family: "Exo 2", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.process-step h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.08rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.contact-section {
  padding: 30px 0 100px;
  background: linear-gradient(180deg, var(--white), var(--mist));
}

.contact-card {
  position: relative;
  display: grid;
  gap: 75px;
  padding: 70px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 95% 0%, rgba(0, 183, 179, 0.24), transparent 38%),
    var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  grid-template-columns: 0.85fr 1.15fr;
}

.contact-card::after {
  position: absolute;
  bottom: -160px;
  left: -110px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(32, 212, 202, 0.2);
  border-radius: 50%;
  content: "";
}

.contact-copy {
  position: relative;
  z-index: 1;
}

.contact-copy > p {
  color: rgba(255, 255, 255, 0.67);
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 45px;
}

.contact-note > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--navy);
  background: var(--turquoise-bright);
  border-radius: 14px;
  font-family: "Exo 2", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.contact-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 1.5;
}

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

.contact-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 34px;
  color: var(--navy);
  background: var(--white);
  border-radius: 18px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 0.7rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 15px;
  color: var(--ink);
  background: #f7f9fa;
  border: 1px solid rgba(15, 46, 77, 0.11);
  border-radius: 9px;
  outline: none;
  resize: vertical;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--turquoise);
  box-shadow: 0 0 0 3px rgba(0, 183, 179, 0.12);
}

.contact-form .button {
  width: 100%;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: #007c79;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.56);
  background: var(--navy-deep);
}

.footer-grid {
  display: grid;
  align-items: center;
  gap: 35px;
  grid-template-columns: 220px 1fr auto;
}

.footer-grid img {
  width: 190px;
  padding: 7px;
  background: var(--white);
  border-radius: 7px;
}

.footer-grid p {
  margin: 0;
  font-size: 0.7rem;
}

.footer-grid p:last-child {
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

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

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

@media (max-width: 980px) {
  .nav-links {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 44px 24px;
    background: var(--white);
    font-size: 1.1rem;
    flex-direction: column;
  }

  .nav-links.open {
    display: flex;
  }

  .menu-button {
    display: block;
  }

  .hero-layout,
  .difference-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-bottom: 55px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 500px;
  }

  .visual-shell {
    max-width: 570px;
    margin-inline: auto;
  }

  .proof-grid {
    padding: 24px 0;
    grid-template-columns: repeat(4, 1fr);
  }

  .proof-grid p {
    grid-column: 1 / -1;
    text-align: center;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .difference-layout {
    gap: 50px;
  }

  .process-grid {
    gap: 35px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid::before {
    display: none;
  }

  .contact-card {
    gap: 45px;
  }

  .footer-grid {
    grid-template-columns: 190px 1fr;
  }

  .footer-grid p:last-child {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 32px, 1160px);
  }

  .brand {
    width: 178px;
  }

  .hero {
    min-height: auto;
    padding-top: 128px;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .trust-row {
    display: none;
  }

  .hero-visual,
  .visual-shell {
    min-height: 420px;
    height: 420px;
  }

  .logo-core {
    width: 190px;
    height: 190px;
    border-radius: 50px;
  }

  .logo-core::before {
    border-radius: 43px;
  }

  .orbit-one {
    width: 290px;
    height: 290px;
  }

  .orbit-two {
    width: 370px;
    height: 370px;
  }

  .signal-card {
    min-width: 145px;
    padding: 10px;
  }

  .signal-card-one {
    top: 30px;
    left: -4px;
  }

  .signal-card-two {
    top: 108px;
    right: -8px;
  }

  .signal-card-three {
    right: 5px;
    bottom: 28px;
  }

  .proof-grid {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .section {
    padding: 85px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 40px;
  }

  .section-heading > p {
    margin-top: 20px;
  }

  .services-grid,
  .values-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 295px;
  }

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

  .value-card > span {
    margin-bottom: 28px;
  }

  .process-step {
    max-width: 320px;
    margin-inline: auto;
  }

  .contact-card {
    width: calc(100% - 20px);
    padding: 48px 20px 20px;
  }

  .contact-form {
    padding: 24px 18px;
  }

  .footer-grid {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
