:root {
  --blue: #092ac6;
  --blue2: #123ee8;
  --lime: #b9ff39;
  --ink: #07113b;
  --white: #f9faf7;
  --soft: #eef0f8;
  --line: #d8dceb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.nav-wrap {
  position: fixed;
  z-index: 50;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 4vw;
}
.nav {
  height: 68px;
  max-width: 1380px;
  margin: auto;
  padding: 0 14px 0 26px;
  border: 1px solid rgba(9, 42, 198, 0.13);
  border-radius: 22px;
  background: rgba(249, 250, 247, 0.86);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 38px rgba(7, 17, 59, 0.08);
}
.logo {
  font-family: Manrope, sans-serif;
  font-size: 2rem;
  letter-spacing: -0.09em;
  font-weight: 400;
}
.logo span,
.lime {
  color: var(--lime);
}
.nav-links {
  display: flex;
  gap: 32px;
  font-size: 0.91rem;
}
.nav-links a {
  transition: 0.2s;
}
.nav-links a:hover {
  color: var(--blue);
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 15px;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 0.9rem;
}
.nav-cta {
  background: var(--blue);
  color: white;
}
.hero {
  min-height: 100vh;
  padding: 130px 5vw 60px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 5vw;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--lime);
  filter: blur(180px);
  opacity: 0.18;
  right: -200px;
  top: -150px;
}
.eyebrow,
.section-num {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 600;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  width: 22px;
  height: 3px;
  background: var(--lime);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font:
    500 clamp(3.2rem, 6vw, 7rem)/0.94 Manrope,
    sans-serif;
  letter-spacing: -0.065em;
  margin: 35px 0 30px;
}
h1 em,
h2 span {
  font-style: normal;
  color: var(--blue);
}
.lead {
  max-width: 640px;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.55;
  color: #475072;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 42px;
}
.primary {
  background: var(--blue);
  color: white;
  padding: 18px 22px;
}
.text-link {
  font-size: 0.92rem;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}
.hero-visual {
  position: relative;
}
.hero-visual img {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  object-position: center;
  border-radius: 38px;
}
.float-tag {
  position: absolute;
  left: -36px;
  bottom: 36px;
  background: var(--lime);
  border-radius: 17px;
  padding: 16px 24px;
  box-shadow: 0 16px 45px rgba(24, 58, 0, 0.18);
}
.float-tag small,
.float-tag strong {
  display: block;
}
.float-tag small {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
}
.hero-index {
  position: absolute;
  bottom: 35px;
  left: 5vw;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}
.statement {
  padding: 130px 7vw 80px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8vw;
  align-items: end;
}
.section-num {
  color: var(--blue);
  margin-bottom: 25px;
}
.statement h2,
.services h2,
.omni h2 {
  font:
    500 clamp(2.7rem, 4.8vw, 5.4rem)/1.02 Manrope,
    sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
}
.statement > p,
.services-intro > p:last-child,
.omni > div > p {
  font-size: 1.12rem;
  line-height: 1.65;
  color: #5a627d;
}
.flow {
  margin: 0 5vw 130px;
  padding: 55px 3vw 30px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  position: relative;
}
.flow article {
  position: relative;
}
.flow article b {
  font-size: 0.72rem;
  color: #7a829d;
}
.flow-icon {
  width: 64px;
  height: 64px;
  margin: 32px 0 70px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}
.flow article:nth-child(3) .flow-icon {
  background: var(--lime);
  color: var(--ink);
}
.flow h3 {
  font: 500 1.5rem Manrope;
  margin-bottom: 12px;
}
.flow p {
  color: #66708b;
  line-height: 1.5;
  max-width: 230px;
}
.flow-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--lime), var(--blue));
  top: 158px;
  left: 8%;
  right: 8%;
}
.services {
  background: var(--blue);
  color: white;
  padding: 130px 6vw;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
}
.services .section-num {
  color: var(--lime);
}
.services h2 span {
  color: var(--lime);
}
.services-intro > p:last-child {
  color: #cbd3ff;
  max-width: 500px;
  margin-top: 35px;
}
.service-list {
  display: flex;
  flex-direction: column;
}
.service-card {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 20px;
  padding: 34px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  transition: 0.28s;
  cursor: default;
}
.service-card:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
.service-card:hover,
.service-card:focus {
  background: var(--lime);
  color: var(--ink);
  border-radius: 22px;
  outline: none;
  padding-left: 28px;
}
.service-no {
  font-size: 0.75rem;
  opacity: 0.7;
}
.service-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  margin-bottom: 12px;
}
.service-card h3 {
  font: 500 clamp(1.9rem, 3vw, 3.1rem)/1.05 Manrope;
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}
.service-card p:last-child {
  line-height: 1.5;
  opacity: 0.75;
  max-width: 480px;
}
.card-arrow {
  font-size: 1.8rem;
}
.result {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 820px;
}
.result-visual {
  position: relative;
  overflow: hidden;
}
.result-visual img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.result-stamp {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  transform: rotate(-9deg);
}
.result-copy {
  padding: 120px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.metric {
  font: 500 clamp(5rem, 10vw, 10.5rem)/0.78 Manrope;
  color: var(--blue);
  letter-spacing: -0.08em;
  margin: 50px 0 35px;
}
.metric span {
  font-size: 0.25em;
  vertical-align: top;
  letter-spacing: 0;
}
.metric small {
  display: block;
  font-size: 0.27em;
  letter-spacing: -0.02em;
  margin-left: 30%;
}
.result-copy h2 {
  font: 500 clamp(2rem, 3.3vw, 3.7rem)/1.08 Manrope;
  letter-spacing: -0.04em;
  max-width: 780px;
}
.result-copy > p:last-of-type {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #59627f;
  max-width: 660px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.chips span {
  padding: 10px 15px;
  border: 1px solid #cbd0df;
  border-radius: 999px;
  font-size: 0.78rem;
}
.omni {
  padding: 140px 6vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  align-items: center;
  background: #f1f3f8;
}
.omni img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 34px;
}
.omni h2 span {
  color: var(--blue);
}
.omni > div > p {
  margin: 35px 0;
}
.omni ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  border-top: 1px solid var(--line);
}
.omni li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
}
.omni li span {
  display: inline-block;
  color: var(--blue);
  font-size: 0.75rem;
  width: 60px;
}
.contact {
  min-height: 780px;
  background: var(--blue);
  color: white;
  padding: 120px 6vw 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.contact:after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  background: var(--lime);
  border-radius: 50%;
  filter: blur(190px);
  opacity: 0.24;
  right: -80px;
  bottom: -150px;
}
.light {
  color: white;
}
.contact h2 {
  font: 500 clamp(3.2rem, 7vw, 7.6rem)/0.96 Manrope;
  letter-spacing: -0.06em;
  margin: 35px 0 50px;
  position: relative;
  z-index: 1;
}
.contact h2 em {
  font-style: normal;
  color: var(--lime);
}
.lime-btn {
  background: var(--lime);
  color: var(--ink);
  align-self: flex-start;
  padding: 19px 24px;
  position: relative;
  z-index: 2;
}
.contact-bottom {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  position: relative;
  z-index: 2;
}
.inverse {
  font-size: 2.6rem;
}
.contact-bottom p {
  margin: 0;
  line-height: 1.25;
  color: #cdd4ff;
}
.contact-bottom small {
  opacity: 0.7;
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .nav {
    padding-left: 18px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }
  .hero-copy {
    padding-top: 35px;
  }
  .hero-visual img {
    max-height: 560px;
  }
  .float-tag {
    left: 12px;
  }
  .hero-index {
    display: none;
  }
  .statement,
  .services,
  .result,
  .omni {
    grid-template-columns: 1fr;
  }
  .statement {
    padding-top: 100px;
  }
  .flow {
    grid-template-columns: 1fr 1fr;
  }
  .flow-line {
    display: none;
  }
  .flow-icon {
    margin-bottom: 25px;
  }
  .services {
    gap: 60px;
  }
  .result-visual {
    height: 620px;
  }
  .result-copy {
    padding: 90px 7vw;
  }
  .omni img {
    max-height: 600px;
  }
  .contact-bottom {
    grid-template-columns: 1fr auto;
  }
  .contact-bottom p {
    display: none;
  }
}
@media (max-width: 560px) {
  .nav-wrap {
    top: 10px;
    padding: 0 12px;
  }
  .nav {
    height: 60px;
    border-radius: 17px;
  }
  .logo {
    font-size: 1.65rem;
  }
  .nav-cta {
    padding: 11px 13px;
    gap: 8px;
    font-size: 0.78rem;
  }
  .hero {
    padding: 110px 20px 55px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-visual img {
    border-radius: 24px;
    max-height: 480px;
  }
  .float-tag {
    bottom: 14px;
    padding: 12px 15px;
  }
  .statement {
    grid-template-columns: 1fr;
    padding: 90px 20px 55px;
    gap: 35px;
  }
  .flow {
    grid-template-columns: 1fr;
    margin: 0 20px 90px;
    padding: 30px 0;
  }
  .flow article {
    display: grid;
    grid-template-columns: 55px 1fr;
    column-gap: 15px;
  }
  .flow article b {
    grid-column: 1;
  }
  .flow-icon {
    grid-column: 1;
    grid-row: 2/4;
    margin: 10px 0;
    width: 48px;
    height: 48px;
  }
  .flow h3 {
    grid-column: 2;
    margin-top: 10px;
  }
  .flow p {
    grid-column: 2;
  }
  .services {
    padding: 90px 20px;
  }
  .service-card {
    grid-template-columns: 35px 1fr auto;
    padding: 28px 4px;
  }
  .service-card:hover {
    padding-left: 12px;
  }
  .result {
    min-height: 0;
  }
  .result-visual {
    height: 480px;
  }
  .result-copy {
    padding: 80px 20px;
  }
  .metric {
    margin: 40px 0;
  }
  .omni {
    padding: 90px 20px;
  }
  .omni img {
    height: 470px;
  }
  .contact {
    min-height: 690px;
    padding: 90px 20px 35px;
  }
  .contact h2 br {
    display: none;
  }
  .contact-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-bottom small {
    justify-self: start;
  }
}

/* Hawk's organic ribbons now shape the interface instead of sitting inside cards. */
.hero {
  isolation: isolate;
}
.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}
.hero-ribbon {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  transform-origin: center;
}
.ribbon-a {
  width: 46vw;
  height: 170px;
  left: -10vw;
  top: 7%;
  background: var(--blue);
  transform: rotate(-38deg);
}
.ribbon-b {
  width: 42vw;
  height: 120px;
  left: 23vw;
  bottom: 1%;
  background: var(--lime);
  transform: rotate(17deg);
  opacity: 0.92;
}
.hero-visual {
  margin-right: -5vw;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -18px -4vw -18px 22%;
  border: 1px solid rgba(7, 17, 59, 0.2);
  border-radius: 48% 0 0 48%;
  z-index: -1;
}
.hero-visual img {
  border-radius: 52% 0 0 52%;
  clip-path: ellipse(78% 56% at 73% 50%);
}
.statement {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.statement::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -95px;
  width: 45vw;
  height: 190px;
  background: var(--lime);
  border-radius: 999px;
  transform: rotate(-18deg);
  z-index: -1;
}
.brand-bridge {
  height: 150px;
  margin: -54px -3vw 20px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  padding: 0 8vw;
  color: white;
  background: linear-gradient(105deg, var(--blue) 0 48%, var(--lime) 70%);
  border-radius: 50% 48% 54% 46% / 48% 55% 45% 52%;
  transform: rotate(-2deg);
  font-size: 0.74rem;
  letter-spacing: 0.15em;
}
.brand-bridge span:nth-child(3),
.brand-bridge span:nth-child(4) {
  color: var(--ink);
}
.services {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 155px;
  padding-bottom: 180px;
}
.services-shape {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
}
.shape-one {
  width: 64vw;
  height: 160px;
  background: var(--lime);
  right: -19vw;
  top: -92px;
  transform: rotate(11deg);
}
.shape-two {
  width: 48vw;
  height: 110px;
  background: white;
  left: -22vw;
  bottom: -50px;
  transform: rotate(-16deg);
}
.result {
  position: relative;
  overflow: hidden;
}
.result::before {
  content: "";
  position: absolute;
  width: 48vw;
  height: 120px;
  background: var(--lime);
  right: -16vw;
  bottom: -60px;
  border-radius: 999px;
  transform: rotate(-14deg);
  z-index: 2;
}
.result-visual {
  border-radius: 0 0 52% 0;
}
.omni {
  position: relative;
  overflow: hidden;
  padding-top: 170px;
}
.omni::before {
  content: "";
  position: absolute;
  left: -14vw;
  top: -70px;
  width: 55vw;
  height: 150px;
  background: var(--blue);
  border-radius: 999px;
  transform: rotate(13deg);
}
.omni-visual {
  position: relative;
}
.omni-visual img {
  border-radius: 52% 48% 48% 52% / 36% 58% 42% 64%;
  filter: drop-shadow(0 30px 45px rgba(9, 42, 198, 0.12));
}
.orbit-label {
  position: absolute;
  padding: 10px 15px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.63rem;
}
.orbit-one {
  top: 10%;
  left: -2%;
  background: var(--blue);
  color: white;
}
.orbit-two {
  right: -3%;
  bottom: 12%;
  background: var(--lime);
}
@media (max-width: 900px) {
  .ribbon-a {
    width: 70vw;
    height: 120px;
    left: -30vw;
  }
  .ribbon-b {
    left: 45vw;
    bottom: 25%;
    height: 85px;
  }
  .hero-visual {
    margin-right: -5vw;
  }
  .brand-bridge {
    height: 112px;
    margin-top: -25px;
    padding: 0 4vw;
  }
  .services {
    padding-top: 130px;
  }
  .omni {
    padding-top: 140px;
  }
}
@media (max-width: 560px) {
  .ribbon-a {
    width: 100vw;
    height: 90px;
    left: -58vw;
    top: 9%;
  }
  .ribbon-b {
    width: 80vw;
    height: 64px;
    left: 50vw;
    bottom: 31%;
  }
  .hero-visual {
    margin-right: -20px;
  }
  .hero-visual img {
    border-radius: 46% 0 0 46%;
    clip-path: ellipse(82% 55% at 72% 50%);
  }
  .brand-bridge {
    height: 92px;
    margin: -12px -45vw 25px;
    padding: 0 42vw;
    font-size: 0.58rem;
    gap: 1.1rem;
  }
  .brand-bridge span:nth-child(2) {
    display: none;
  }
  .statement {
    padding-bottom: 100px;
  }
  .services {
    padding-top: 110px;
    padding-bottom: 125px;
  }
  .shape-one {
    height: 90px;
    width: 110vw;
    right: -50vw;
  }
  .result-visual {
    border-radius: 0 0 45% 0;
  }
  .omni {
    padding-top: 125px;
  }
  .omni::before {
    width: 100vw;
    height: 90px;
    left: -45vw;
  }
  .omni-visual img {
    border-radius: 46% 54% 43% 57% / 38% 48% 52% 62%;
  }
}
