@font-face {
  font-family: "Sora";
  src: url("../fonts/sora-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora-400-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora-500-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora-700-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --navy: #07111f;
  --navy-soft: #0d1b2e;
  --blue: #3478f6;
  --blue-light: #8dafff;
  --purple: #7557e8;
  --cloud: #f7f8fa;
  --white: #fff;
  --ink: #151a24;
  --slate: #667085;
  --muted: #9aa5b7;
  --line: #e6e9ef;
  --line-dark: rgba(255, 255, 255, 0.11);
  --success: #55d6a6;
  --container: 1180px;
  --radius-sm: 16px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.1);
  --transition: 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cloud);
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(52, 120, 246, 0.4);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--blue);
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--navy);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.9rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

p {
  color: var(--slate);
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  content: "";
  box-shadow: 0 0 0 7px rgba(52, 120, 246, 0.1);
}

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

.section {
  padding: 112px 0;
}

.section--tight {
  padding: 76px 0;
}

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

.section--dark {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.section--dark h2,
.section--dark h3,
.section--dark h4 {
  color: var(--white);
}

.section--dark p {
  color: #a9b7cc;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.section-heading__copy {
  max-width: 710px;
}

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

.section-heading p {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.text-gradient {
  color: transparent;
  background: linear-gradient(120deg, #7fb0ff, #a28aff 74%);
  -webkit-background-clip: text;
  background-clip: text;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: linear-gradient(120deg, var(--blue), var(--purple));
  box-shadow: 0 15px 35px rgba(52, 120, 246, 0.27);
}

.button--primary:hover {
  box-shadow: 0 18px 42px rgba(52, 120, 246, 0.38);
}

.button--secondary {
  color: var(--navy);
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}

.button--secondary:hover {
  box-shadow: inset 0 0 0 1px #cbd3df, 0 12px 30px rgba(7, 17, 31, 0.08);
}

.button--ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px var(--line-dark);
}

.button__arrow {
  font-size: 1.2em;
  transition: transform var(--transition);
}

.button:hover .button__arrow,
.text-link:hover .button__arrow {
  transform: translateX(4px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: rgba(230, 233, 239, 0.9);
  background: rgba(247, 248, 250, 0.88);
  box-shadow: 0 8px 30px rgba(7, 17, 31, 0.05);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-logo {
  position: relative;
  z-index: 4;
  width: 194px;
  flex: 0 0 auto;
}

.site-logo img {
  width: 100%;
}

.site-logo__dark {
  display: none;
}

.site-header.is-scrolled .site-logo__light,
.site-header.is-open .site-logo__light {
  display: none;
}

.site-header.is-scrolled .site-logo__dark,
.site-header.is-open .site-logo__dark {
  display: block;
}

.site-header:not(.is-scrolled):not(.is-open) .site-nav__link,
.site-header:not(.is-scrolled):not(.is-open) .nav-dropdown__trigger {
  color: #c3cee0;
}

.site-header:not(.is-scrolled):not(.is-open) .site-nav__link:hover,
.site-header:not(.is-scrolled):not(.is-open) .site-nav__link[aria-current="page"],
.site-header:not(.is-scrolled):not(.is-open) .nav-dropdown__trigger:hover,
.site-header:not(.is-scrolled):not(.is-open) .nav-dropdown.is-active .nav-dropdown__trigger {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.site-header:not(.is-scrolled):not(.is-open) .menu-toggle {
  border-color: var(--line-dark);
  background: rgba(255, 255, 255, 0.08);
}

.site-header:not(.is-scrolled):not(.is-open) .menu-toggle span,
.site-header:not(.is-scrolled):not(.is-open) .menu-toggle::before,
.site-header:not(.is-scrolled):not(.is-open) .menu-toggle::after {
  background: var(--white);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav__link,
.nav-dropdown__trigger {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #344054;
  background: transparent;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 500;
  transition: color var(--transition), background var(--transition);
}

.site-nav__link:hover,
.site-nav__link[aria-current="page"],
.nav-dropdown__trigger:hover,
.nav-dropdown.is-active .nav-dropdown__trigger {
  color: var(--navy);
  background: rgba(52, 120, 246, 0.08);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 285px;
  height: 12px;
  content: "";
}

.nav-dropdown__trigger::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--transition);
}

.nav-dropdown:hover .nav-dropdown__trigger::after,
.nav-dropdown:has(:focus-visible) .nav-dropdown__trigger::after {
  transform: translateY(2px) rotate(225deg);
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 285px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition);
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:has(:focus-visible) .nav-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown__menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 13px;
  color: #344054;
  font-size: 0.82rem;
  line-height: 1.4;
}

.nav-dropdown__menu a:hover,
.nav-dropdown__menu a[aria-current="page"] {
  color: var(--blue);
  background: #f1f5ff;
}

.header-cta {
  min-height: 46px;
  padding-inline: 20px;
  font-size: 0.82rem;
}

.menu-toggle {
  position: relative;
  z-index: 4;
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  position: absolute;
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
  content: "";
  transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle::before {
  transform: translateY(-6px);
}

.menu-toggle::after {
  transform: translateY(6px);
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 790px;
  padding: 180px 0 105px;
  color: var(--white);
  background: var(--navy);
}

.hero::before {
  position: absolute;
  inset: -45% -10% auto 42%;
  width: 860px;
  height: 860px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 120, 246, 0.24), transparent 65%);
  content: "";
}

.hero::after {
  position: absolute;
  right: -150px;
  bottom: -350px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(141, 175, 255, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 110px rgba(117, 87, 232, 0.035), 0 0 0 230px rgba(52, 120, 246, 0.025);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 70px;
}

.hero h1 {
  max-width: 800px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(3rem, 5.7vw, 5.4rem);
}

.hero__lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: #b9c5d7;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 38px;
  color: #91a1b8;
  font-size: 0.78rem;
}

.hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero__trust span::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  content: "";
  box-shadow: 0 0 0 5px rgba(85, 214, 166, 0.09);
}

.orbit-stage {
  position: relative;
  min-height: 480px;
}

.orbit-stage__ring,
.orbit-stage__ring::before,
.orbit-stage__ring::after {
  position: absolute;
  border: 1px solid rgba(141, 175, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.orbit-stage__ring {
  inset: 40px 22px;
  animation: spin 26s linear infinite;
}

.orbit-stage__ring::before {
  inset: 52px;
  border-color: rgba(117, 87, 232, 0.22);
}

.orbit-stage__ring::after {
  inset: 118px;
  border-color: rgba(255, 255, 255, 0.14);
}

.orbit-stage__ring-dot {
  position: absolute;
  top: 32px;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 28px rgba(117, 87, 232, 0.8);
}

.metric-panel {
  position: absolute;
  z-index: 2;
  top: 82px;
  right: 24px;
  left: 42px;
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 30px;
  background: rgba(13, 27, 46, 0.77);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: rotate(-2deg);
}

.metric-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  color: #aebbd0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-panel__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #89e5c2;
}

.metric-panel__live::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  content: "";
}

.metric-panel__value {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.metric-panel__caption {
  margin-bottom: 26px;
  color: #93a4bc;
  font-size: 0.82rem;
}

.metric-chart {
  position: relative;
  display: flex;
  height: 124px;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-chart::before,
.metric-chart::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  content: "";
}

.metric-chart::before {
  top: 32%;
}

.metric-chart::after {
  top: 66%;
}

.metric-chart span {
  position: relative;
  z-index: 1;
  width: 12%;
  min-height: 20px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #8dafff, #3478f6);
  box-shadow: 0 8px 20px rgba(52, 120, 246, 0.22);
  animation: growBar 1.2s both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.metric-panel__foot {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.mini-metric {
  flex: 1;
}

.mini-metric strong {
  display: block;
  color: var(--white);
  font-size: 0.94rem;
}

.mini-metric small {
  color: #8295b2;
  font-size: 0.7rem;
}

.floating-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: #c2cde0;
  background: rgba(13, 27, 46, 0.82);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  font-size: 0.7rem;
  backdrop-filter: blur(14px);
}

.floating-chip::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  content: "";
}

.floating-chip--one {
  top: 25px;
  right: 25px;
}

.floating-chip--two {
  bottom: 22px;
  left: 8px;
}

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

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

.service-card:hover {
  border-color: rgba(52, 120, 246, 0.25);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.service-card::after {
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(52, 120, 246, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 42px rgba(52, 120, 246, 0.025), 0 0 0 84px rgba(117, 87, 232, 0.018);
  transition: transform 500ms ease;
}

.service-card:hover::after {
  transform: scale(1.12) rotate(12deg);
}

.service-card__number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
  border-radius: 14px;
  color: var(--blue);
  background: #eef4ff;
  font-size: 0.75rem;
  font-weight: 700;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-bottom: 13px;
}

.service-card p {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin-bottom: 24px;
  font-size: 0.9rem;
}

.service-card .text-link {
  position: relative;
  z-index: 1;
}

.value-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  grid-template-columns: repeat(3, 1fr);
}

.value-strip__item {
  padding: 34px;
  border-right: 1px solid var(--line);
}

.value-strip__item:last-child {
  border-right: 0;
}

.value-strip__item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 1rem;
}

.value-strip__item span {
  color: var(--slate);
  font-size: 0.8rem;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: var(--line-dark);
}

.process-card {
  min-height: 320px;
  padding: 34px 28px;
  background: var(--navy);
}

.process-card:first-child {
  border-radius: calc(var(--radius) - 1px) 0 0 calc(var(--radius) - 1px);
}

.process-card:last-child {
  border-radius: 0 calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0;
}

.process-card__step {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 74px;
  border: 1px solid rgba(141, 175, 255, 0.25);
  border-radius: 50%;
  color: var(--blue-light);
  font-size: 0.78rem;
  font-weight: 700;
}

.process-card h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.process-card p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.bento-card--dark {
  color: var(--white);
  background: var(--navy);
}

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

.bento-card--dark p {
  color: #a9b7cc;
}

.bento-card--wide {
  grid-column: 1 / -1;
  min-height: 280px;
}

.bento-card h3 {
  max-width: 550px;
  margin-bottom: 14px;
}

.bento-card p {
  max-width: 570px;
  margin-bottom: 0;
}

.bento-orbit {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border: 22px solid rgba(52, 120, 246, 0.2);
  border-radius: 50%;
}

.bento-orbit::before {
  position: absolute;
  inset: 95px -35px;
  border: 6px solid rgba(141, 175, 255, 0.6);
  border-radius: 50%;
  content: "";
  transform: rotate(-24deg);
}

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

.creative-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 430px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy);
  isolation: isolate;
}

.creative-card:nth-child(1),
.creative-card:nth-child(4) {
  grid-column: span 7;
}

.creative-card:nth-child(2),
.creative-card:nth-child(3) {
  grid-column: span 5;
}

.creative-card::before,
.creative-card::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.creative-card::before {
  inset: 0;
  background: radial-gradient(circle at 80% 18%, rgba(117, 87, 232, 0.7), transparent 34%), linear-gradient(145deg, #0c1f3c, #07111f 68%);
}

.creative-card:nth-child(2)::before {
  background: radial-gradient(circle at 20% 20%, rgba(52, 120, 246, 0.8), transparent 36%), linear-gradient(145deg, #14103d, #07111f 70%);
}

.creative-card:nth-child(3)::before {
  background: linear-gradient(145deg, #3478f6, #7557e8);
}

.creative-card:nth-child(4)::before {
  background: radial-gradient(circle at 70% 25%, rgba(141, 175, 255, 0.6), transparent 28%), linear-gradient(145deg, #101d31, #07111f);
}

.creative-card::after {
  right: 50px;
  bottom: 46px;
  width: 170px;
  height: 170px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(255, 255, 255, 0.05), 0 0 0 72px rgba(255, 255, 255, 0.025);
}

.creative-card__tag {
  align-self: start;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #d3dcf0;
  background: rgba(7, 17, 31, 0.3);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.creative-card h3 {
  margin-bottom: 7px;
  color: var(--white);
}

.creative-card p {
  margin-bottom: 0;
  color: #c0cbdd;
  font-size: 0.82rem;
}

.placeholder-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 22px 26px;
  border: 1px dashed #cbd3df;
  border-radius: var(--radius-sm);
  color: var(--slate);
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}

.placeholder-note strong {
  color: var(--navy);
}

.references-panel {
  display: grid;
  min-height: 380px;
  place-items: center;
  padding: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  text-align: center;
  background: var(--white);
}

.references-panel__icon {
  display: grid;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 28px;
  background: #eef4ff;
}

.references-panel__icon img {
  width: 56px;
}

.references-panel h2 {
  max-width: 650px;
  margin: 0 auto 14px;
}

.references-panel p {
  max-width: 590px;
  margin: 0 auto;
}

.cta-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 400px;
  align-items: center;
  padding: 66px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--navy);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
}

.cta-panel::before {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(141, 175, 255, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(52, 120, 246, 0.035), 0 0 0 140px rgba(117, 87, 232, 0.025);
}

.cta-panel__copy,
.cta-panel__actions {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--white);
}

.cta-panel p {
  max-width: 660px;
  margin-bottom: 0;
  color: #a9b7cc;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 190px 0 110px;
  color: var(--white);
  background: var(--navy);
}

.inner-hero::before {
  position: absolute;
  top: -310px;
  right: -120px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(141, 175, 255, 0.15);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 92px rgba(52, 120, 246, 0.028), 0 0 0 184px rgba(117, 87, 232, 0.018);
}

.inner-hero__content {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.inner-hero h1 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(2.9rem, 6vw, 5.4rem);
}

.inner-hero p {
  max-width: 770px;
  margin-bottom: 0;
  color: #b9c5d7;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: #8295b2;
  font-size: 0.73rem;
}

.breadcrumb a:hover {
  color: var(--white);
}

.breadcrumb span::before {
  margin-right: 8px;
  content: "/";
}

.detail-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 70px;
}

.detail-content > *:last-child {
  margin-bottom: 0;
}

.detail-content h2 {
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.detail-content h3 {
  margin: 48px 0 16px;
}

.detail-content p,
.detail-content li {
  font-size: 0.98rem;
}

.detail-content ul {
  display: grid;
  gap: 13px;
  padding: 0;
  list-style: none;
}

.detail-content li {
  position: relative;
  padding-left: 30px;
  color: var(--slate);
}

.detail-content li::before {
  position: absolute;
  top: 0.66em;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  content: "";
  box-shadow: 0 0 0 5px rgba(52, 120, 246, 0.08);
}

.detail-aside {
  position: sticky;
  top: 120px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(7, 17, 31, 0.07);
}

.detail-aside h3 {
  margin-bottom: 12px;
}

.detail-aside p {
  margin-bottom: 22px;
  font-size: 0.82rem;
}

.detail-aside .button {
  width: 100%;
}

.feature-list {
  display: grid;
  margin-top: 44px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.feature-card__icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  border-radius: 12px;
  color: var(--blue);
  background: #eef4ff;
  font-size: 0.75rem;
  font-weight: 700;
}

.feature-card h3 {
  margin: 0 0 9px;
  font-size: 1.05rem;
}

.feature-card p {
  margin-bottom: 0;
  font-size: 0.78rem;
}

.story-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 90px;
}

.story-visual {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 540px;
  place-items: center;
  border-radius: var(--radius-lg);
  background: var(--navy);
}

.story-visual img {
  position: relative;
  z-index: 2;
  width: 58%;
  filter: drop-shadow(0 24px 50px rgba(52, 120, 246, 0.2));
}

.story-visual::before,
.story-visual::after {
  position: absolute;
  border: 1px solid rgba(141, 175, 255, 0.15);
  border-radius: 50%;
  content: "";
}

.story-visual::before {
  width: 430px;
  height: 430px;
}

.story-visual::after {
  width: 600px;
  height: 600px;
}

.story-copy h2 {
  margin-bottom: 24px;
}

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

.principle-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.principle-card__number {
  display: block;
  margin-bottom: 70px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}

.principle-card p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

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

.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.blog-card__visual {
  position: relative;
  min-height: 220px;
  background: radial-gradient(circle at 76% 30%, rgba(117, 87, 232, 0.72), transparent 30%), linear-gradient(145deg, #0d2243, #07111f);
}

.blog-card:nth-child(2) .blog-card__visual {
  background: radial-gradient(circle at 28% 70%, rgba(52, 120, 246, 0.8), transparent 34%), linear-gradient(145deg, #171143, #07111f);
}

.blog-card:nth-child(3) .blog-card__visual {
  background: linear-gradient(145deg, #3478f6, #7557e8);
}

.blog-card__visual::after {
  position: absolute;
  inset: 54px 80px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
  transform: rotate(-20deg);
}

.blog-card__body {
  padding: 26px;
}

.blog-card__category {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.blog-card p {
  margin-bottom: 0;
  font-size: 0.78rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
}

.contact-copy h2 {
  margin-bottom: 20px;
}

.contact-copy > p {
  margin-bottom: 36px;
}

.contact-points {
  display: grid;
  gap: 16px;
}

.contact-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.7);
}

.contact-point__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  color: var(--blue);
  background: #eef4ff;
  font-size: 0.8rem;
  font-weight: 700;
}

.contact-point strong {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 0.86rem;
}

.contact-point span {
  color: var(--slate);
  font-size: 0.76rem;
}

.contact-form {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 700;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  background: var(--cloud);
  outline: 0;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.form-field input,
.form-field select {
  height: 54px;
  padding: 0 16px;
}

.form-field textarea {
  min-height: 150px;
  padding: 14px 16px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  border-color: rgba(52, 120, 246, 0.6);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(52, 120, 246, 0.08);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #98a2b3;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}

.form-footer small {
  max-width: 280px;
  color: var(--muted);
  font-size: 0.67rem;
}

.form-status {
  display: none;
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 12px;
  color: #146047;
  background: #e9faf3;
  font-size: 0.75rem;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  color: #9f1d2c;
  background: #fff0f2;
}

.form-status.is-success {
  color: #146047;
  background: #e9faf3;
}

.form-status.is-pending {
  color: #214f9c;
  background: #eef4ff;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.site-footer {
  padding: 78px 0 30px;
  color: var(--white);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 0.8fr;
  gap: 50px;
}

.footer-brand > a {
  display: block;
  width: fit-content;
  line-height: 0;
}

.footer-brand img {
  display: block;
  width: 148px;
  margin-bottom: 20px;
}

.footer-brand p {
  max-width: 400px;
  margin-bottom: 0;
  color: #91a1b8;
  font-size: 0.8rem;
}

.footer-column h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  display: block;
  margin-bottom: 10px;
  color: #91a1b8;
  font-size: 0.76rem;
  transition: color var(--transition);
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 62px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  color: #718198;
  font-size: 0.68rem;
}

.footer-bottom a:hover {
  color: var(--white);
}

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes growBar {
  from {
    height: 12%;
  }
}

@media (max-width: 1040px) {
  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav.is-open {
    position: fixed;
    inset: 0;
    display: block;
    overflow-y: auto;
    padding: 120px 20px 40px;
    background: var(--cloud);
  }

  .site-nav.is-open .site-nav__link,
  .site-nav.is-open .nav-dropdown__trigger {
    width: 100%;
    min-height: 58px;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    font-size: 1rem;
  }

  .site-nav.is-open .nav-dropdown__menu {
    position: static;
    display: grid;
    width: 100%;
    padding: 8px 0 16px 18px;
    border: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
    transform: none;
  }

  .site-nav.is-open .nav-dropdown__menu a {
    padding: 10px 14px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: 800px;
  }

  .orbit-stage {
    width: min(100%, 620px);
    margin: 0 auto;
  }

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

  .process-card:first-child,
  .process-card:last-child {
    border-radius: 0;
  }

  .detail-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .detail-aside {
    position: static;
  }

  .story-grid {
    gap: 50px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.6fr);
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 80px 0;
  }

  .section--tight {
    padding: 60px 0;
  }

  .site-header__inner {
    min-height: 76px;
  }

  .site-logo {
    width: 166px;
  }

  .hero {
    min-height: auto;
    padding: 145px 0 80px;
  }

  .hero__grid {
    gap: 45px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__trust {
    display: grid;
    gap: 10px;
  }

  .orbit-stage {
    min-height: 420px;
  }

  .metric-panel {
    top: 70px;
    right: 5px;
    left: 5px;
    padding: 22px;
  }

  .floating-chip--one {
    right: 8px;
  }

  .floating-chip--two {
    left: 5px;
  }

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

  .section-heading .button,
  .section-heading .text-link {
    margin-top: 16px;
  }

  .service-grid,
  .value-strip,
  .bento-grid,
  .feature-list,
  .principles-grid,
  .blog-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .value-strip__item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-strip__item:last-child {
    border-bottom: 0;
  }

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

  .process-card {
    min-height: 250px;
  }

  .process-card__step {
    margin-bottom: 50px;
  }

  .bento-card--wide {
    grid-column: auto;
  }

  .creative-card,
  .creative-card:nth-child(n) {
    min-height: 390px;
    grid-column: 1 / -1;
  }

  .placeholder-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-panel {
    min-height: 430px;
    padding: 42px 28px;
    grid-template-columns: 1fr;
  }

  .cta-panel__actions .button {
    width: 100%;
  }

  .inner-hero {
    padding: 145px 0 80px;
  }

  .inner-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-visual {
    min-height: 420px;
  }

  .contact-form {
    padding: 26px 20px;
  }

  .form-field--full {
    grid-column: auto;
  }

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

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }

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

@media (max-width: 440px) {
  .service-card,
  .bento-card {
    padding: 28px 24px;
  }

  .service-card__number {
    margin-bottom: 44px;
  }

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

  .footer-brand {
    grid-column: auto;
  }
}

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

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

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