:root {
  --img-blue: #0170b9;
  --img-blue-deep: #035992;
  --navy: #08243a;
  --navy-strong: #031523;
  --gold: #af8a58;
  --white: #ffffff;
  --surface: #f5f9fc;
  --surface-strong: #eaf2f8;
  --line: #d8e3ec;
  --ink: #15283a;
  --text: #546372;
  --muted: #7d8894;
  --shadow-lg: 0 28px 60px rgba(7, 26, 42, 0.14);
  --shadow-md: 0 18px 36px rgba(9, 28, 45, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1220px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Mulish", sans-serif;
  color: var(--text);
  background: var(--white);
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

.section-tag {
  margin: 0 0 16px;
  color: var(--img-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-tag-light {
  color: rgba(255, 255, 255, 0.74);
}

h1,
h2,
h3,
.nav-phone {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: var(--ink);
}

p {
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--img-blue), var(--img-blue-deep));
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(1, 112, 185, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(1, 112, 185, 0.28);
}

.button-small {
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.9rem;
}

.button-secondary {
  background: transparent;
  border-color: rgba(8, 36, 58, 0.18);
  color: var(--ink);
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  box-shadow: none;
  background: rgba(8, 36, 58, 0.05);
}

.button-ghost-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
  box-shadow: none;
}

.button-ghost-light:hover,
.button-ghost-light:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(6, 24, 38, 0.1);
}

.brand img {
  width: min(260px, 40vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-phone {
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle span:first-child {
  top: 20px;
}

.menu-toggle span:last-child {
  top: 30px;
}

body.menu-open .menu-toggle span:first-child {
  top: 25px;
  transform: rotate(45deg);
}

body.menu-open .menu-toggle span:last-child {
  top: 25px;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(175, 138, 88, 0.22), transparent 36%),
    linear-gradient(180deg, #0b2b44 0%, #051a2b 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 21, 35, 0.9) 0%, rgba(3, 21, 35, 0.72) 45%, rgba(3, 21, 35, 0.3) 100%),
    url("assets/team-blue.jpg") center / cover no-repeat;
  opacity: 0.58;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: center;
  min-height: 740px;
  padding: 132px 0 64px;
}

.hero-copy {
  max-width: 560px;
}

.hero-copy h1 {
  color: var(--white);
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  line-height: 1.08;
}

.hero-lead {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.hero-trust article {
  min-height: 112px;
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.hero-trust span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-trust strong {
  display: block;
  color: var(--white);
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.hero-stage {
  position: relative;
  max-width: 460px;
  justify-self: end;
}

.hero-image {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

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

.hero-image-badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-md);
}

.hero-image-badge span {
  display: block;
  margin-bottom: 8px;
  color: var(--img-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-image-badge strong {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
  color: var(--ink);
}

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

.intro-layout,
.leadership-layout,
.proof-layout,
.cta-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
  align-items: center;
}

.intro-copy h2,
.section-heading h2,
.process-copy h2,
.proof-card blockquote,
.leadership-panel h2,
.cta-copy h2 {
  font-size: clamp(1.95rem, 3.5vw, 3rem);
  line-height: 1.18;
  color: var(--ink);
}

.intro-copy p:not(.section-tag),
.section-heading p:not(.section-tag),
.process-copy p:not(.section-tag),
.leadership-panel p:not(.section-tag),
.cta-copy p:not(.section-tag) {
  font-size: 1rem;
  line-height: 1.84;
}

.intro-copy p + p,
.section-heading p:last-child,
.process-copy p:last-child,
.leadership-panel p:last-child,
.cta-copy p:last-child {
  margin-top: 18px;
}

.intro-card,
.service-card,
.proof-card,
.leadership-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.intro-card {
  padding: 28px;
}

.intro-card-tag {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-list,
.service-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li,
.service-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.72;
}

.feature-list li::before,
.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--img-blue);
}

.text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--img-blue-deep);
  font-weight: 800;
}

.services {
  background: linear-gradient(180deg, var(--surface) 0%, var(--white) 100%);
}

.section-heading {
  max-width: 700px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.service-card {
  padding: 28px 24px;
}

.service-index {
  color: var(--gold);
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.service-card h3,
.process-card h3 {
  margin-top: 16px;
  font-size: 1.42rem;
  line-height: 1.24;
  color: var(--ink);
}

.service-card > p:not(.service-index) {
  margin-top: 16px;
  line-height: 1.78;
}

.service-list {
  margin-top: 22px;
}

.process {
  background: var(--navy);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px 36px;
  align-items: start;
}

.process-copy h2,
.process-copy p {
  color: var(--white);
}

.process-copy p:last-child {
  color: rgba(255, 255, 255, 0.76);
}

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

.process-card {
  min-height: 184px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}

.process-card span {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

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

.process-card p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.76;
}

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

.proof-media {
  overflow: hidden;
  min-height: 400px;
  max-width: 500px;
  width: 100%;
  justify-self: start;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.proof-media img,
.leadership-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-card {
  padding: 34px 30px;
}

.proof-card blockquote {
  margin: 0;
}

.proof-author {
  margin-top: 28px;
  color: var(--ink);
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.proof-company {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.leadership {
  background: linear-gradient(180deg, var(--white) 0%, var(--surface) 100%);
}

.leadership-panel {
  padding: 34px 30px;
}

.leadership-media {
  overflow: hidden;
  min-height: 400px;
  max-width: 500px;
  width: 100%;
  justify-self: end;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.cta {
  background:
    radial-gradient(circle at top left, rgba(175, 138, 88, 0.18), transparent 30%),
    linear-gradient(180deg, #0c2c46 0%, #051a2b 100%);
}

.cta-wrap {
  padding: 42px 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.cta-copy h2,
.cta-copy p {
  color: var(--white);
}

.cta-copy p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.cta-panel {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: 18px 0 18px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-details {
  margin-top: 8px;
}

.cta-details p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}

.cta-details p + p {
  margin-top: 10px;
}

.site-footer {
  padding: 60px 0 24px;
  background: var(--navy-strong);
  color: rgba(255, 255, 255, 0.62);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 24px;
}

.footer-brand img {
  width: min(290px, 44vw);
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
}

.footer-brand p {
  line-height: 1.8;
}

.footer-col h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 1.02rem;
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 0 0 12px;
  line-height: 1.72;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero-grid,
  .intro-layout,
  .proof-layout,
  .leadership-layout,
  .cta-wrap,
  .process-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-grid {
    min-height: auto;
    padding-bottom: 56px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-stage {
    max-width: 560px;
    justify-self: start;
  }

  .proof-media,
  .leadership-media {
    max-width: 560px;
    justify-self: start;
  }

  .cta-panel {
    padding: 10px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 940px) {
  .nav-phone {
    display: none;
  }

  .service-grid,
  .process-grid,
  .hero-trust {
    grid-template-columns: 1fr;
  }

  .hero-image-badge {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav,
  .nav-cta {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 6px);
    right: 0;
    left: 0;
    padding: 22px;
    border-radius: 22px;
    background: rgba(3, 21, 35, 0.96);
    box-shadow: var(--shadow-md);
    gap: 16px;
  }

  body.menu-open .site-nav {
    display: grid;
  }

  .hero-grid {
    padding-top: 120px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 24px, 100%);
  }

  .section {
    padding: 68px 0;
  }

  .nav-wrap {
    min-height: 88px;
  }

  .brand img {
    width: min(220px, 54vw);
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-image img {
    height: 320px;
  }

  .intro-card,
  .service-card,
  .proof-card,
  .leadership-panel,
  .cta-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .proof-media,
  .leadership-media {
    min-height: 360px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
