:root {
  --ink: #eef5ff;
  --muted: #a9b8d6;
  --navy: #07142f;
  --navy-2: #0d2160;
  --blue: #2e69ff;
  --blue-2: #75a2ff;
  --violet: #7e58ff;
  --cyan: #6be8ff;
  --mint: #9ef3d2;
  --sky: #eaf2ff;
  --line: rgba(198, 218, 255, 0.18);
  --dark-line: rgba(13, 34, 82, 0.13);
  --paper: #f5f8ff;
  --paper-2: #e9f0ff;
  --shadow: 0 24px 60px rgba(2, 10, 34, 0.24);
  --radius: 26px;
  --radius-sm: 16px;
  --serif: Georgia, "Times New Roman", serif;
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--navy);
  font-family: var(--sans);
  color: #09142d;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.site-shell {
  overflow: hidden;
  background: var(--paper);
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 800;
}
.eyebrow-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}
.section-title {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}
.section-subtitle {
  max-width: 560px;
  margin: 1.35rem 0 0;
  line-height: 1.72;
  color: #53627f;
  font-size: 1.02rem;
}

/* Main visual language */
.grain:before,
.grain:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.grain:before {
  opacity: 0.33;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.78'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}
.grain:after {
  background: radial-gradient(
    circle at 48% 15%,
    transparent 0,
    rgba(2, 8, 30, 0.16) 52%,
    rgba(0, 5, 19, 0.55) 100%
  );
}
.light-grain:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.46'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/* Hero — performance landscape */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 800px;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse 80% 70% at 77% 15%,
      rgba(22, 158, 224, 0.34),
      transparent 50%
    ),
    radial-gradient(
      circle at 17% 23%,
      rgba(90, 187, 255, 0.12),
      transparent 24%
    ),
    linear-gradient(126deg, #071b37 0%, #0a3154 52%, #061a38 100%);
  color: var(--ink);
}
.hero:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 235px;
  background: linear-gradient(
    180deg,
    rgba(3, 13, 32, 0) 0%,
    rgba(2, 10, 25, 0.42) 40%,
    rgba(2, 9, 22, 0.78) 100%
  );
  pointer-events: none;
}
.hero-landscape {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 540px;
  overflow: hidden;
  pointer-events: none;
}
.hero-landscape svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-landscape .line-main {
  filter: drop-shadow(0 0 8px rgba(54, 235, 255, 0.62));
}
.hero-landscape .line-main {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-landscape .line-soft {
  opacity: 0.18;
  filter: drop-shadow(0 0 14px rgba(48, 201, 255, 0.28));
}
.nav {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.brand {
  display: flex;
  gap: 0.66rem;
  align-items: center;
  font-weight: 850;
  letter-spacing: -0.04em;
  font-size: 1.12rem;
}
.brandmark {
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  background: transparent;
  box-shadow: none;
  border: none;
  overflow: visible;
}
.brandmark svg {
  width: 25px;
  height: 25px;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(1, 11, 42, 0.28));
}
.brandmark .mark-stroke {
  fill: none;
  stroke: #fff;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brandmark .mark-node {
  fill: #fff;
}
.brand-word {
  display: flex;
  align-items: baseline;
  gap: 0.28rem;
  line-height: 1;
}
.brand-word strong {
  font-size: 1rem;
  letter-spacing: -0.055em;
  color: #fff;
}
.brand-word small {
  font-size: 0.53rem;
  letter-spacing: 0.14em;
  color: #a9d7ff;
  font-weight: 850;
}
.footer .brand-word strong {
  color: #f7faff;
}
.footer .brand-word small {
  color: #7facf6;
}
.nav-links {
  display: flex;
  gap: 1.65rem;
  align-items: center;
  font-size: 0.87rem;
  color: #d9e5ff;
}
.nav .brand {
  min-width: max-content;
}
.nav-links a {
  opacity: 0.8;
  transition: 0.25s ease;
}
.nav-links a:hover {
  opacity: 1;
  color: #fff;
}
.menu-toggle {
  display: none;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  color: white;
  padding: 0.62rem 0.73rem;
  cursor: pointer;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 800;
  transition: 0.25s ease;
  cursor: pointer;
}
.button-primary {
  background: #fff;
  color: #10235e;
  box-shadow: 0 10px 26px rgba(90, 150, 255, 0.28);
}
.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(90, 150, 255, 0.42);
}
.button-outline {
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(10px);
}
.button-outline:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-3px);
}
.button-dark {
  background: #10255f;
  color: #fff;
  box-shadow: 0 12px 24px rgba(23, 65, 178, 0.2);
}
.button-dark:hover {
  transform: translateY(-3px);
  background: #17357d;
}
.button-ghost {
  border-color: #d2defa;
  background: #fafdff;
  color: #14265d;
}
.button-ghost:hover {
  background: #eaf2ff;
  transform: translateY(-3px);
}
.hero-content {
  position: relative;
  z-index: 4;
  padding: 74px 0 0;
  text-align: left;
  max-width: 850px;
}
.hero .eyebrow {
  color: #c9eaff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(185, 225, 255, 0.2);
  border-radius: 999px;
  padding: 0.55rem 0.85rem 0.55rem 0.65rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}
.hero-heading {
  position: relative;
  max-width: 720px;
  margin: 1.35rem 0 0;
  font-size: clamp(2.85rem, 5.9vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.078em;
  font-weight: 850;
}
.hero-heading span {
  display: block;
  color: #9de8ff;
  text-shadow: 0 0 34px rgba(89, 211, 255, 0.14);
}
.hero-copy {
  max-width: 650px;
  margin: 1.45rem 0 0;
  color: #c8d8f0;
  line-height: 1.68;
  font-size: 1.01rem;
}
.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  margin-top: 1.55rem;
  flex-wrap: wrap;
}
.hero-phrases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  max-width: 755px;
  margin-top: 2.1rem;
}
.hero-phrase {
  padding: 14px 15px 13px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(6, 28, 59, 0.56),
    rgba(57, 126, 168, 0.12)
  );
  border: 1px solid rgba(176, 225, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.hero-phrase small {
  display: block;
  color: #a8f5ff;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero-phrase b {
  display: block;
  margin-top: 0.38rem;
  font-size: 0.92rem;
  line-height: 1.16;
  letter-spacing: -0.035em;
  color: #fff;
}
.hero-phrase p {
  margin: 0.45rem 0 0;
  color: #b8c9e2;
  font-size: 0.71rem;
  line-height: 1.42;
}
.hero-visual {
  display: none;
}
.visual-orbit {
  position: absolute;
  width: 815px;
  height: 250px;
  left: 50%;
  bottom: -53px;
  transform: translateX(-50%);
  border: 1px solid rgba(158, 205, 255, 0.24);
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(59, 122, 255, 0.45));
  opacity: 0.72;
}
.visual-orbit:after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(186, 214, 255, 0.13);
  border-radius: 50%;
}
.dashboard {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%) perspective(1200px) rotateX(10deg);
  width: min(765px, 78vw);
  height: 364px;
  padding: 18px;
  border-radius: 29px;
  background: linear-gradient(
    132deg,
    rgba(45, 96, 214, 0.82),
    rgba(13, 29, 88, 0.83) 47%,
    rgba(22, 28, 100, 0.75)
  );
  border: 1px solid rgba(183, 214, 255, 0.48);
  box-shadow:
    0 26px 56px rgba(1, 8, 40, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.dashboard:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.26),
    transparent 23%,
    transparent 70%,
    rgba(162, 176, 255, 0.13)
  );
  pointer-events: none;
}
.dash-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d9e9ff;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.dot-group {
  display: flex;
  gap: 5px;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #b5cbff;
  opacity: 0.72;
}
.dot:nth-child(2) {
  background: #9be4ff;
}
.dot:nth-child(3) {
  background: #b79dff;
}
.dash-chip {
  border: 1px solid rgba(205, 220, 255, 0.3);
  border-radius: 999px;
  padding: 0.35rem 0.57rem;
  background: rgba(3, 15, 57, 0.3);
}
.graph-panel {
  position: absolute;
  z-index: 1;
  left: 19px;
  right: 19px;
  top: 57px;
  bottom: 19px;
  overflow: hidden;
  border-radius: 19px;
  background: linear-gradient(
    158deg,
    rgba(0, 21, 72, 0.74),
    rgba(30, 68, 163, 0.44)
  );
  border: 1px solid rgba(183, 220, 255, 0.2);
}
.graph-grid {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0 44px,
      rgba(212, 230, 255, 0.13) 44px 45px
    ),
    repeating-linear-gradient(
      to right,
      transparent 0 99px,
      rgba(212, 230, 255, 0.09) 99px 100px
    );
}
.chart-label {
  position: absolute;
  z-index: 2;
  color: #b7c8ea;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.chart-label.left {
  left: 17px;
  top: 14px;
}
.chart-label.right {
  right: 17px;
  top: 14px;
}
.chart-label.bottom {
  bottom: 14px;
  left: 17px;
}
.line-chart {
  position: absolute;
  inset: 36px 18px 22px;
}
.chart-base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(213, 230, 255, 0.35);
}
.area {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(102, 236, 255, 0.26),
    rgba(105, 149, 255, 0.07) 65%,
    transparent
  );
  clip-path: polygon(
    0 78%,
    7% 70%,
    15% 72%,
    24% 58%,
    31% 63%,
    39% 45%,
    45% 49%,
    53% 31%,
    61% 39%,
    68% 22%,
    75% 31%,
    83% 12%,
    90% 20%,
    100% 2%,
    100% 100%,
    0 100%
  );
}
.path {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #6ff2ff, #99a4ff 50%, #dfccff);
  clip-path: polygon(
    0 76%,
    7% 68%,
    15% 70%,
    24% 56%,
    31% 61%,
    39% 43%,
    45% 47%,
    53% 29%,
    61% 37%,
    68% 20%,
    75% 29%,
    83% 10%,
    90% 18%,
    100% 0,
    100% 2%,
    90% 20%,
    83% 12%,
    75% 31%,
    68% 22%,
    61% 39%,
    53% 31%,
    45% 49%,
    39% 45%,
    31% 63%,
    24% 58%,
    15% 72%,
    7% 70%,
    0 78%
  );
  filter: drop-shadow(0 0 4px rgba(117, 233, 255, 0.9));
}
.bar-set {
  position: absolute;
  right: 3%;
  bottom: 0;
  height: 100%;
  width: 18%;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  opacity: 0.66;
}
.bar-set i {
  display: block;
  width: 13%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #9feaff, rgba(146, 164, 255, 0.19));
  box-shadow: 0 0 10px rgba(117, 230, 255, 0.5);
}
.bar-set i:nth-child(1) {
  height: 26%;
}
.bar-set i:nth-child(2) {
  height: 42%;
}
.bar-set i:nth-child(3) {
  height: 34%;
}
.bar-set i:nth-child(4) {
  height: 58%;
}
.bar-set i:nth-child(5) {
  height: 51%;
}
.bar-set i:nth-child(6) {
  height: 71%;
}
.metric-card {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 14px 15px;
  border-radius: 17px;
  background: linear-gradient(
    145deg,
    rgba(235, 248, 255, 0.91),
    rgba(189, 219, 255, 0.82)
  );
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 32px rgba(3, 12, 44, 0.35);
  color: #112462;
  backdrop-filter: blur(18px);
}
.metric-card .mini {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #4b69a6;
}
.metric-card strong {
  font-size: 1.3rem;
  letter-spacing: -0.06em;
}
.metric-card span {
  font-size: 0.66rem;
  color: #4764a0;
}
.metric-card .growth {
  color: #0d7d72;
  font-weight: 800;
}
.metric-card.a {
  left: 0;
  top: 114px;
  animation: floatA 5s ease-in-out infinite;
}
.metric-card.b {
  right: 0;
  top: 56px;
  animation: floatB 6s ease-in-out infinite;
}
.metric-card.c {
  right: 46px;
  bottom: 4px;
  animation: floatC 5.4s ease-in-out infinite;
}
.mini-pulse {
  width: 31px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #66e5db, #586bff);
  position: relative;
  overflow: hidden;
}
.mini-pulse:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
  right: 1px;
  top: 0.5px;
}
.floating-tag {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(225, 239, 255, 0.54);
  border-radius: 999px;
  background: rgba(6, 20, 69, 0.69);
  color: #e8f2ff;
  font-size: 0.72rem;
  box-shadow: 0 12px 28px rgba(3, 10, 41, 0.36);
  backdrop-filter: blur(14px);
}
.floating-tag i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 8px var(--mint);
}
.floating-tag.one {
  left: 55px;
  bottom: 56px;
  animation: floatC 5s ease-in-out infinite;
}
.floating-tag.two {
  right: 91px;
  bottom: 79px;
  animation: floatA 6.8s ease-in-out infinite;
}
.trust-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 0 48px;
  color: #afc2e9;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.trust-strip .logos {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-strip .logos span {
  opacity: 0.7;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #dae8ff;
  font-size: 0.76rem;
}
@keyframes floatA {
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}
@keyframes floatB {
  50% {
    transform: translateY(10px) rotate(-1deg);
  }
}
@keyframes floatC {
  50% {
    transform: translateY(-8px) translateX(4px);
  }
}

/* Statements */
.pitch {
  position: relative;
  background: linear-gradient(180deg, #f4f8ff, #e8f0ff);
  padding: 118px 0 95px;
  overflow: hidden;
}
.pitch:after {
  content: "";
  position: absolute;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  right: -250px;
  top: -180px;
  background: radial-gradient(
    circle,
    rgba(105, 143, 255, 0.16),
    transparent 63%
  );
}
.pitch-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 70px;
  align-items: end;
}
.pitch .eyebrow {
  color: #3154b1;
}
.pitch .section-title {
  color: #0f2050;
}
.dark-emphasis {
  color: #2e54db;
}
.manifesto {
  padding: 1.5rem 0 0;
  margin: 1.35rem 0 0;
  border-top: 1px solid rgba(39, 77, 159, 0.18);
  font-size: 1.24rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #263b74;
}
.manifesto strong {
  color: #162a70;
}
.strategy-box {
  position: relative;
  border-radius: var(--radius);
  padding: 30px;
  background: linear-gradient(138deg, #fff, rgba(225, 237, 255, 0.78));
  border: 1px solid rgba(98, 128, 208, 0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.strategy-box:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -82px;
  top: -82px;
  background: radial-gradient(
    circle,
    rgba(111, 127, 255, 0.31),
    transparent 67%
  );
}
.strategy-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.strategy-top small {
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #52669d;
}
.strategy-top .badge {
  border: 1px solid #b6c8f5;
  border-radius: 999px;
  padding: 0.4rem 0.6rem;
  color: #1d43b0;
  font-size: 0.69rem;
  background: #f7faff;
}
.priority-list {
  position: relative;
  display: grid;
  gap: 1rem;
  margin: 28px 0 0;
}
.priority {
  display: grid;
  grid-template-columns: 43px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(59, 87, 149, 0.15);
}
.priority .count {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #10245e;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 800;
}
.priority b {
  color: #12265d;
}
.priority p {
  margin: 4px 0 0;
  color: #647397;
  font-size: 0.79rem;
  line-height: 1.45;
}
.priority .arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1946cc;
  background: #e3edff;
}

/* Services */
.services {
  position: relative;
  padding: 122px 0;
  background: #f9fbff;
}
.services-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.services-heading .eyebrow {
  color: #364fa1;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}
.service-card {
  position: relative;
  min-height: 345px;
  padding: 25px;
  border-radius: 23px;
  background: linear-gradient(150deg, #f7faff, #edf3ff);
  border: 1px solid #d8e3ff;
  overflow: hidden;
  box-shadow: 0 11px 28px rgba(36, 66, 139, 0.08);
  transition: 0.32s ease;
}
.service-card:before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -75px;
  bottom: -70px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(60, 107, 255, 0.3),
    rgba(124, 94, 255, 0.16) 42%,
    transparent 68%
  );
  transition: 0.35s ease;
}
.service-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 20px 38px rgba(36, 66, 139, 0.15);
  border-color: #afc5ff;
}
.service-card:hover:before {
  transform: scale(1.26);
}
.service-card:nth-child(2):before {
  background: radial-gradient(
    circle,
    rgba(113, 97, 255, 0.34),
    rgba(97, 198, 255, 0.16) 43%,
    transparent 68%
  );
}
.service-card:nth-child(3):before {
  background: radial-gradient(
    circle,
    rgba(41, 235, 204, 0.27),
    rgba(48, 112, 255, 0.18) 44%,
    transparent 68%
  );
}
.service-card:nth-child(4):before {
  background: radial-gradient(
    circle,
    rgba(100, 151, 255, 0.28),
    rgba(192, 142, 255, 0.17) 46%,
    transparent 68%
  );
}
.service-icon {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #122b70;
  color: white;
  box-shadow: 0 8px 18px rgba(42, 67, 145, 0.22);
}
.service-icon svg {
  width: 23px;
  height: 23px;
}
.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 78px 0 0;
  font-size: 1.37rem;
  letter-spacing: -0.045em;
  color: #10225a;
}
.service-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #667595;
  font-size: 0.88rem;
  line-height: 1.67;
}
.learn {
  position: absolute;
  z-index: 2;
  bottom: 23px;
  left: 25px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #173da5;
  font-size: 0.8rem;
  font-weight: 850;
}
.learn span {
  font-size: 1rem;
  transition: 0.25s ease;
}
.service-card:hover .learn span {
  transform: translateX(4px);
}

/* Paid media feature */
.paid-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #eef4ff;
  background:
    radial-gradient(
      circle at 81% 11%,
      rgba(101, 82, 255, 0.36),
      transparent 22%
    ),
    radial-gradient(
      circle at 20% 64%,
      rgba(77, 169, 255, 0.25),
      transparent 23%
    ),
    linear-gradient(132deg, #071538, #0a246a 45%, #0c1d59 100%);
  padding: 125px 0;
}
.paid-media .container {
  position: relative;
  z-index: 2;
}
.paid-media .eyebrow {
  color: #9dccff;
}
.paid-media .section-title {
  color: white;
}
.paid-media .section-subtitle {
  color: #b7c9ec;
}
.media-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 80px;
  align-items: center;
}
.ads-lab {
  position: relative;
  height: 510px;
}
.monitor {
  position: absolute;
  inset: 20px 0 0;
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(13, 45, 123, 0.92),
    rgba(4, 14, 57, 0.8)
  );
  border: 1px solid rgba(185, 214, 255, 0.35);
  box-shadow: 0 38px 70px rgba(1, 7, 34, 0.55);
  overflow: hidden;
}
.monitor:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    rgba(184, 213, 255, 0.035) 0 1px,
    transparent 1px 6px
  );
  pointer-events: none;
}
.monitor-head {
  position: absolute;
  top: 17px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.68rem;
  color: #d6e4ff;
}
.monitor-head .status {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.status b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #90f3c8;
  box-shadow: 0 0 8px #90f3c8;
}
.monitor-view {
  position: absolute;
  top: 59px;
  left: 20px;
  right: 20px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 12px;
}
.monitor-left,
.monitor-right {
  display: grid;
  gap: 12px;
}
.media-chart {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(
    150deg,
    rgba(16, 74, 180, 0.63),
    rgba(9, 30, 103, 0.5)
  );
  border: 1px solid rgba(184, 214, 255, 0.2);
  min-height: 253px;
}
.media-chart .label {
  position: absolute;
  left: 15px;
  top: 14px;
  color: #bbceff;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.trend {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  top: 51px;
}
.trend .gridlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 43px,
    rgba(201, 222, 255, 0.11) 43px 44px
  );
}
.trend svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.media-mini,
.meta-note {
  border-radius: 18px;
  border: 1px solid rgba(194, 220, 255, 0.18);
  background: rgba(31, 74, 168, 0.35);
  padding: 15px;
}
.media-mini small,
.meta-note small {
  color: #aabfe8;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.media-mini b {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.5rem;
  letter-spacing: -0.06em;
}
.media-mini p,
.meta-note p {
  margin: 0.35rem 0 0;
  color: #b3c3e7;
  font-size: 0.67rem;
  line-height: 1.45;
}
.media-mini .delta {
  color: #91f3cf;
  font-weight: 800;
}
.audience-card {
  border-radius: 18px;
  background: linear-gradient(
    150deg,
    rgba(122, 107, 255, 0.66),
    rgba(26, 70, 165, 0.53)
  );
  border: 1px solid rgba(225, 233, 255, 0.29);
  padding: 16px;
}
.audience-bar {
  margin-top: 16px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}
.audience-bar i {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9cdeff, #e8d2ff);
}
.creative-stack {
  position: absolute;
  right: -24px;
  top: -9px;
  display: grid;
  gap: 10px;
  width: 180px;
  transform: rotate(4deg);
}
.creative-card {
  padding: 13px;
  border-radius: 16px;
  background: linear-gradient(
    140deg,
    rgba(236, 246, 255, 0.96),
    rgba(171, 204, 255, 0.91)
  );
  color: #122861;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 35px rgba(1, 9, 47, 0.4);
}
.creative-card:nth-child(2) {
  transform: translateX(-37px) rotate(-6deg);
  background: linear-gradient(
    140deg,
    rgba(238, 233, 255, 0.95),
    rgba(158, 178, 255, 0.9)
  );
}
.creative-card:nth-child(3) {
  transform: translateX(12px) rotate(2deg);
  background: linear-gradient(
    140deg,
    rgba(225, 253, 245, 0.95),
    rgba(159, 229, 226, 0.89)
  );
}
.creative-card .cap {
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #48639c;
  font-weight: 800;
}
.creative-card .product {
  height: 39px;
  margin: 9px 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #1e58c9, #97c6ff 48%, #f5ddff);
  position: relative;
  overflow: hidden;
}
.creative-card .product:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 55px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  right: 15px;
  top: -7px;
  transform: rotate(18deg);
}
.creative-card .line {
  height: 5px;
  width: 79%;
  border-radius: 99px;
  background: #335897;
}
.creative-card .line + .line {
  margin-top: 5px;
  width: 48%;
  opacity: 0.55;
}
.signal {
  position: absolute;
  left: -15px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.66rem 0.8rem;
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.94);
  color: #11275c;
  box-shadow: 0 13px 32px rgba(2, 9, 39, 0.38);
  font-size: 0.7rem;
  font-weight: 850;
}
.signal b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #29bf95;
  box-shadow: 0 0 9px rgba(41, 191, 149, 0.8);
}
.proof-list {
  display: grid;
  gap: 0;
  margin: 35px 0 0;
}
.proof {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 21px 0;
  border-top: 1px solid rgba(199, 216, 255, 0.22);
}
.proof-icon {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(172, 199, 255, 0.14);
  border: 1px solid rgba(198, 219, 255, 0.22);
  color: #9fc6ff;
}
.proof-icon svg {
  width: 18px;
}
.proof h4 {
  margin: 0;
  font-size: 1rem;
}
.proof p {
  margin: 0.38rem 0 0;
  color: #afc0e2;
  line-height: 1.57;
  font-size: 0.84rem;
}

/* Process and packages */
.process {
  padding: 126px 0 122px;
  background: linear-gradient(180deg, #eff5ff, #f9fbff);
}
.process .eyebrow {
  color: #314aa6;
}
.process-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.process-rail {
  position: relative;
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.process-rail:before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 28px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #89adff 8%,
    #89adff 92%,
    transparent
  );
}
.step {
  position: relative;
}
.step .num {
  position: relative;
  z-index: 2;
  width: 57px;
  height: 57px;
  border: 1px solid #9bb8ff;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.74rem;
  font-weight: 850;
  color: #173aab;
  background: #f8fbff;
  box-shadow: 0 8px 18px rgba(36, 68, 144, 0.1);
}
.step h3 {
  margin: 25px 0 0;
  color: #14275d;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}
.step p {
  max-width: 210px;
  margin: 9px 0 0;
  color: #61708f;
  font-size: 0.86rem;
  line-height: 1.6;
}
.packages {
  position: relative;
  overflow: hidden;
  background: #111f56;
  padding: 104px 0;
  color: white;
}
.packages:before {
  content: "";
  position: absolute;
  width: 740px;
  height: 740px;
  top: -330px;
  right: -260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(110, 141, 255, 0.4),
    transparent 66%
  );
}
.packages-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  align-items: end;
}
.packages .eyebrow {
  color: #b8d5ff;
}
.packages .section-subtitle {
  color: #bdc9e8;
}
.pill-cloud {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pill {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(196, 216, 255, 0.28);
  border-radius: 999px;
  padding: 0.72rem 0.86rem;
  background: rgba(123, 157, 255, 0.14);
  font-size: 0.83rem;
  color: #e6efff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}
.pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9fe7ff, #8170ff);
  box-shadow: 0 0 11px rgba(134, 169, 255, 0.85);
}
.package-note {
  grid-column: 1/-1;
  margin-top: 36px;
  padding: 18px 20px;
  border: 1px solid rgba(193, 215, 255, 0.22);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  color: #b8c7e7;
  font-size: 0.88rem;
  line-height: 1.55;
}
.package-note strong {
  color: #fff;
}

/* Work */
.work {
  padding: 126px 0;
  background: #f7faff;
}
.work .eyebrow {
  color: #3c57af;
}
.work-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.work-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 275px 275px;
  gap: 18px;
  margin-top: 52px;
}
.work-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 210px;
  background: #112866;
  color: #edf5ff;
  box-shadow: 0 18px 35px rgba(26, 52, 118, 0.16);
}
.work-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(118, 224, 255, 0.47),
      transparent 26%
    ),
    radial-gradient(
      circle at 20% 80%,
      rgba(147, 101, 255, 0.36),
      transparent 32%
    ),
    linear-gradient(145deg, #173a96, #0a1b57);
}
.work-card:nth-child(2):before {
  background:
    radial-gradient(
      circle at 18% 25%,
      rgba(115, 255, 215, 0.39),
      transparent 25%
    ),
    radial-gradient(
      circle at 74% 73%,
      rgba(144, 111, 255, 0.46),
      transparent 34%
    ),
    linear-gradient(145deg, #173b77, #102152);
}
.work-card:nth-child(3):before {
  background:
    radial-gradient(
      circle at 70% 25%,
      rgba(167, 113, 255, 0.38),
      transparent 26%
    ),
    radial-gradient(
      circle at 22% 76%,
      rgba(109, 196, 255, 0.37),
      transparent 28%
    ),
    linear-gradient(140deg, #101855, #0e307a);
}
.work-card:nth-child(1) {
  grid-row: span 2;
}
.work-card .work-top {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 23px;
}
.work-top .tag {
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(225, 239, 255, 0.29);
  border-radius: 999px;
  padding: 0.42rem 0.55rem;
  background: rgba(6, 20, 59, 0.22);
}
.work-top span:last-child {
  font-size: 0.8rem;
  opacity: 0.8;
}
.work-title {
  position: absolute;
  z-index: 4;
  left: 24px;
  bottom: 23px;
}
.work-title h3 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.05em;
}
.work-title p {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: #cedbf8;
}
.work-visual {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.phone-mock {
  position: absolute;
  width: 155px;
  height: 263px;
  border-radius: 25px;
  background: linear-gradient(145deg, #e8f4ff, #89b5ff 55%, #6780ff);
  border: 7px solid rgba(218, 236, 255, 0.86);
  box-shadow: 0 28px 41px rgba(2, 10, 47, 0.4);
  right: 68px;
  top: 65px;
  transform: rotate(11deg);
  overflow: hidden;
}
.phone-mock:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 54px;
  height: 13px;
  border-radius: 99px;
  background: #0b1e55;
  transform: translateX(-50%);
}
.phone-screen {
  position: absolute;
  inset: 33px 10px 10px;
  border-radius: 15px;
  background: linear-gradient(155deg, #112866, #3a68e3 65%, #ac91ff);
  overflow: hidden;
}
.phone-screen:before {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  left: 20px;
  top: 8px;
  background: radial-gradient(circle, #9de9ff, transparent 66%);
}
.phone-screen .sline {
  position: relative;
  display: block;
  height: 7px;
  background: rgba(246, 250, 255, 0.76);
  border-radius: 99px;
  margin: 20px 13px 0;
  width: 58%;
}
.phone-screen .sline:nth-child(2) {
  margin-top: 9px;
  width: 75%;
  opacity: 0.62;
}
.phone-screen .tile {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  height: 105px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.phone-screen .tile:before {
  content: "";
  position: absolute;
  width: 67px;
  height: 67px;
  left: 10px;
  top: 17px;
  border-radius: 11px;
  background: linear-gradient(135deg, #67d8fc, #7865ff);
}
.phone-screen .tile:after {
  content: "";
  position: absolute;
  left: 86px;
  right: 11px;
  top: 27px;
  height: 8px;
  border-radius: 99px;
  background: #20489e;
  box-shadow:
    0 15px 0 rgba(32, 72, 158, 0.38),
    0 30px 0 rgba(32, 72, 158, 0.22);
}
.mini-ad {
  position: absolute;
  width: 142px;
  height: 100px;
  padding: 12px;
  border: 1px solid rgba(242, 248, 255, 0.61);
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(238, 248, 255, 0.88),
    rgba(170, 200, 255, 0.85)
  );
  color: #143076;
  box-shadow: 0 18px 32px rgba(3, 11, 45, 0.35);
}
.mini-ad.one {
  right: 252px;
  top: 62px;
  transform: rotate(-7deg);
}
.mini-ad.two {
  right: 26px;
  bottom: 45px;
  transform: rotate(5deg);
}
.mini-ad .tiny {
  font-size: 0.48rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5974ae;
  font-weight: 850;
}
.mini-ad b {
  display: block;
  margin-top: 9px;
  font-size: 0.86rem;
  letter-spacing: -0.04em;
}
.mini-ad .shade {
  height: 24px;
  border-radius: 6px;
  background: linear-gradient(135deg, #3159c9, #a590ff);
  margin-top: 8px;
}
.stats-bubbles {
  position: absolute;
  right: 25px;
  top: 35px;
  display: flex;
  gap: 9px;
}
.bubble {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(238, 246, 255, 0.55);
  display: grid;
  place-items: center;
  background: rgba(9, 28, 86, 0.41);
  backdrop-filter: blur(8px);
  font-size: 0.58rem;
  text-align: center;
  color: #eef5ff;
}
.bubble b {
  display: block;
  font-size: 0.95rem;
}
.cases-note {
  margin-top: 18px;
  color: #657496;
  font-size: 0.76rem;
}

/* Testimonials and final */
.testimonials {
  padding: 112px 0;
  background: #eaf1ff;
}
.testimonial-head {
  text-align: center;
}
.testimonial-head .eyebrow {
  color: #3752a9;
}
.testimonial-head .section-title {
  margin: 0 auto;
}
.testimonial-head .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.quote {
  padding: 25px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.77);
  border: 1px solid rgba(173, 195, 239, 0.7);
  box-shadow: 0 12px 26px rgba(40, 65, 127, 0.06);
}
.stars {
  letter-spacing: 0.13em;
  color: #f6c945;
  font-size: 0.75rem;
}
.quote blockquote {
  padding: 0;
  margin: 17px 0 25px;
  color: #1c315f;
  line-height: 1.66;
  font-size: 0.93rem;
}
.person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b8dff, #b797ff);
}
.person strong {
  display: block;
  color: #193068;
  font-size: 0.8rem;
}
.person span {
  font-size: 0.7rem;
  color: #6e7d9c;
}
.final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 118px 0;
  background:
    radial-gradient(
      circle at 16% 7%,
      rgba(89, 136, 255, 0.31),
      transparent 25%
    ),
    radial-gradient(
      circle at 84% 65%,
      rgba(148, 104, 255, 0.34),
      transparent 28%
    ),
    linear-gradient(135deg, #050f2d, #0a2164 52%, #08133f);
  color: #fff;
}
.final .container {
  position: relative;
  z-index: 2;
}
.final-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}
.final .eyebrow {
  color: #b7d7ff;
}
.final .section-title {
  max-width: 600px;
}
.final .section-subtitle {
  color: #c2cfeb;
}
.form {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(238, 246, 255, 0.16),
    rgba(87, 118, 218, 0.16)
  );
  border: 1px solid rgba(205, 223, 255, 0.35);
  backdrop-filter: blur(17px);
  box-shadow: 0 24px 58px rgba(1, 7, 32, 0.36);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
.field {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}
.field label {
  font-size: 0.68rem;
  color: #d2e1ff;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(204, 224, 255, 0.25);
  border-radius: 12px;
  padding: 0.82rem 0.9rem;
  background: rgba(5, 18, 60, 0.39);
  color: #fff;
  outline: none;
  transition: 0.2s;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #a0b2d9;
}
.field textarea {
  min-height: 115px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #91c5ff;
  box-shadow: 0 0 0 4px rgba(91, 162, 255, 0.16);
}
.field select option {
  color: #101d48;
}
.form-submit {
  margin-top: 17px;
  width: 100%;
  border: 0;
}
.form-status {
  display: none;
  margin: 12px 0 0;
  color: #bff7dc;
  font-size: 0.78rem;
}
.form-status.show {
  display: block;
}
.footer {
  position: relative;
  background: #03091d;
  color: #c1cbe5;
  padding: 28px 0;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3rem;
  flex-wrap: wrap;
}
.footer .brand {
  color: #f4f7ff;
}
.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
.footer-links a:hover {
  color: white;
}
.copy {
  font-size: 0.7rem;
  color: #7f90b7;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 16px;
    border-radius: 17px;
    background: rgba(5, 15, 53, 0.92);
    border: 1px solid rgba(206, 225, 255, 0.16);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .nav .nav-cta {
    display: none;
  }
  .nav-links .button {
    display: flex;
  }
  .hero {
    min-height: 770px;
  }
  .hero-content {
    padding-top: 62px;
  }
  .hero-phrases {
    max-width: 720px;
  }
  .metric-card.a {
    left: -12px;
  }
  .metric-card.b {
    right: -8px;
  }
  .dashboard {
    width: min(720px, 83vw);
  }
  .pitch-grid,
  .media-grid,
  .packages-grid,
  .final-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .services-heading,
  .process-head,
  .work-intro {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ads-lab {
    height: 470px;
    max-width: 720px;
  }
  .creative-stack {
    right: -10px;
  }
  .work-grid {
    grid-template-columns: 1fr 1fr;
  }
  .work-card:nth-child(1) {
    grid-row: span 2;
  }
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .pill-cloud {
    justify-content: flex-start;
  }
  .packages-grid {
    align-items: start;
  }
}
@media (max-width: 650px) {
  .container {
    width: min(100% - 34px, 1180px);
  }
  .hero {
    min-height: 748px;
  }
  .nav {
    padding: 18px 0;
  }
  .hero-content {
    padding-top: 48px;
  }
  .hero-heading {
    font-size: clamp(2.6rem, 13vw, 4.4rem);
    line-height: 0.9;
  }
  .hero-copy {
    font-size: 0.92rem;
  }
  .hero-phrases {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 1.55rem;
  }
  .hero-phrase {
    padding: 11px 13px;
  }
  .hero-phrase b {
    font-size: 0.86rem;
  }
  .hero-phrase p {
    display: none;
  }
  .hero-landscape {
    height: 425px;
  }
  .dashboard {
    top: 22px;
    width: 88vw;
    height: 255px;
    padding: 12px;
    border-radius: 22px;
  }
  .graph-panel {
    top: 44px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .dash-top {
    font-size: 0.52rem;
  }
  .metric-card {
    padding: 9px 10px;
    border-radius: 13px;
  }
  .metric-card .mini {
    font-size: 0.47rem;
  }
  .metric-card strong {
    font-size: 0.95rem;
  }
  .metric-card span {
    font-size: 0.53rem;
  }
  .metric-card.a {
    top: 79px;
    left: -5px;
  }
  .metric-card.b {
    top: 52px;
    right: -8px;
  }
  .metric-card.c {
    right: 10px;
    bottom: 4px;
  }
  .floating-tag.one {
    left: 0;
    bottom: 1px;
  }
  .floating-tag.two {
    right: -8px;
    bottom: 11px;
  }
  .visual-orbit {
    width: 420px;
    height: 138px;
    bottom: -15px;
  }
  .trust-strip {
    padding: 24px 0 32px;
    gap: 1rem;
    font-size: 0.64rem;
  }
  .trust-strip .logos {
    gap: 0.65rem;
  }
  .trust-strip .logos span {
    font-size: 0.6rem;
  }
  .pitch,
  .services,
  .paid-media,
  .process,
  .work,
  .testimonials,
  .final {
    padding: 83px 0;
  }
  .section-title {
    font-size: clamp(2.25rem, 10vw, 3.45rem);
  }
  .manifesto {
    font-size: 1.07rem;
  }
  .strategy-box {
    padding: 22px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 282px;
  }
  .service-card h3 {
    margin-top: 53px;
  }
  .ads-lab {
    height: 432px;
  }
  .monitor {
    inset: 12px 0 0;
  }
  .monitor-view {
    left: 12px;
    right: 12px;
    top: 51px;
    bottom: 13px;
    grid-template-columns: 1fr 0.76fr;
    gap: 8px;
  }
  .media-chart {
    min-height: 210px;
  }
  .creative-stack {
    width: 132px;
    right: -17px;
    top: 2px;
  }
  .creative-card {
    padding: 9px;
  }
  .creative-card .product {
    height: 29px;
    margin: 5px 0;
  }
  .creative-card .line {
    height: 4px;
  }
  .signal {
    left: -6px;
    bottom: 10px;
    font-size: 0.6rem;
    padding: 0.53rem 0.6rem;
  }
  .proof-list {
    margin-top: 26px;
  }
  .process-rail {
    grid-template-columns: 1fr 1fr;
    gap: 38px 20px;
    margin-top: 45px;
  }
  .process-rail:before {
    display: none;
  }
  .step h3 {
    margin-top: 16px;
  }
  .step p {
    font-size: 0.8rem;
  }
  .work-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
    margin-top: 36px;
  }
  .work-card,
  .work-card:nth-child(1) {
    min-height: 270px;
    grid-row: auto;
  }
  .phone-mock {
    right: 26px;
    top: 60px;
    transform: scale(0.75) rotate(11deg);
    transform-origin: top right;
  }
  .mini-ad.one {
    right: 149px;
    top: 59px;
    transform: scale(0.78) rotate(-7deg);
    transform-origin: top right;
  }
  .mini-ad.two {
    right: -8px;
    bottom: 23px;
    transform: scale(0.75) rotate(5deg);
    transform-origin: bottom right;
  }
  .stats-bubbles {
    right: 20px;
    top: 27px;
  }
  .work-card:nth-child(n + 2) {
    min-height: 230px;
  }
  .quote {
    padding: 21px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-links {
    gap: 0.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Blue cinematic visual refresh — keeps the hero mountain graph unchanged */
.site-shell {
  background: #eff8ff;
}
.site-shell > section:not(.hero) {
  position: relative;
  overflow: hidden;
}

.pitch {
  padding: 132px 0 122px;
  background:
    radial-gradient(
      circle at 79% 13%,
      rgba(86, 205, 255, 0.36),
      transparent 20%
    ),
    radial-gradient(
      circle at 7% 76%,
      rgba(82, 140, 255, 0.18),
      transparent 25%
    ),
    linear-gradient(135deg, #f6fcff 0%, #e5f3ff 52%, #eef9ff 100%);
}
.pitch:before {
  content: "";
  position: absolute;
  inset: -12% -6% auto auto;
  width: 75%;
  height: 72%;
  opacity: 0.65;
  transform: rotate(-9deg);
  background: repeating-linear-gradient(
    90deg,
    rgba(45, 111, 255, 0.09) 0 1px,
    transparent 1px 80px
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 32%,
    black 80%,
    transparent
  );
}
.pitch:after {
  width: 800px;
  height: 800px;
  right: -420px;
  top: -375px;
  background: radial-gradient(
    circle,
    rgba(27, 129, 255, 0.32) 0,
    rgba(61, 151, 255, 0.13) 38%,
    transparent 66%
  );
}
.pitch-grid {
  align-items: center;
  gap: 84px;
}
.pitch .section-title {
  max-width: 670px;
  color: #102b63;
}
.pitch .section-subtitle {
  max-width: 590px;
  color: #456182;
}
.dark-emphasis {
  color: #1468e8;
}
.strategy-box {
  min-height: 470px;
  padding: 32px;
  border-color: rgba(164, 221, 255, 0.56);
  color: #eff9ff;
  background:
    radial-gradient(
      circle at 83% 9%,
      rgba(129, 229, 255, 0.48),
      transparent 24%
    ),
    radial-gradient(
      circle at 15% 100%,
      rgba(75, 102, 255, 0.44),
      transparent 30%
    ),
    linear-gradient(142deg, #0e4898 0%, #0b3278 42%, #082253 100%);
  box-shadow:
    0 30px 70px rgba(12, 66, 145, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}
.strategy-box:before {
  width: 360px;
  height: 360px;
  right: -150px;
  top: -145px;
  background: radial-gradient(
    circle,
    rgba(147, 242, 255, 0.35),
    transparent 67%
  );
}
.strategy-box:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 0 1px,
      transparent 1px 44px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.04) 0 1px,
      transparent 1px 44px
    );
  mask-image: linear-gradient(135deg, black, transparent 76%);
  opacity: 0.56;
}
.strategy-top,
.priority-list,
.manifesto {
  z-index: 1;
}
.strategy-top small {
  color: #c6e7ff;
}
.strategy-top .badge {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(208, 241, 255, 0.45);
  color: #e9f8ff;
}
.manifesto {
  border-color: rgba(209, 239, 255, 0.26);
  color: #cfe6ff;
}
.manifesto strong {
  color: #fff;
}
.priority {
  border-color: rgba(210, 236, 255, 0.2);
}
.priority .count {
  background: linear-gradient(135deg, #7ceaff, #356cfa);
  color: #08245a;
  box-shadow: 0 8px 20px rgba(2, 15, 61, 0.26);
}
.priority b {
  color: #fff;
}
.priority p {
  color: #c0d9f7;
}
.priority .arrow {
  color: #0a3d8b;
  background: #e8f8ff;
}

.services {
  padding: 128px 0 136px;
  background:
    radial-gradient(
      circle at 12% 11%,
      rgba(91, 194, 255, 0.17),
      transparent 22%
    ),
    radial-gradient(
      circle at 91% 88%,
      rgba(57, 106, 255, 0.13),
      transparent 26%
    ),
    linear-gradient(180deg, #fbfeff 0%, #eef8ff 100%);
}
.services:before {
  content: "";
  position: absolute;
  left: -16%;
  right: -16%;
  top: 43%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(43, 122, 238, 0.27),
    transparent
  );
  box-shadow:
    0 -86px 0 rgba(43, 122, 238, 0.05),
    0 86px 0 rgba(43, 122, 238, 0.05);
}
.services-heading,
.service-grid {
  position: relative;
  z-index: 1;
}
.service-grid {
  gap: 18px;
}
.service-card {
  min-height: 360px;
  border-radius: 25px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.94),
    rgba(226, 244, 255, 0.88)
  );
  border-color: rgba(142, 199, 244, 0.64);
  box-shadow:
    0 20px 43px rgba(17, 79, 148, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}
.service-card:after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 60px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(38, 111, 224, 0.28),
    transparent
  );
}
.service-card:before {
  width: 250px;
  height: 250px;
  right: -108px;
  bottom: -114px;
  background: radial-gradient(
    circle,
    rgba(42, 153, 255, 0.35),
    rgba(110, 125, 255, 0.16) 45%,
    transparent 67%
  );
}
.service-card:hover {
  transform: translateY(-11px) rotate(-0.25deg);
  box-shadow: 0 30px 52px rgba(16, 83, 168, 0.19);
  border-color: #7bc5ff;
}
.service-icon {
  background: linear-gradient(135deg, #0e4aab, #2e8df4 65%, #78e9ff);
  box-shadow: 0 12px 22px rgba(31, 109, 221, 0.27);
}
.service-card h3 {
  color: #102d67;
}
.service-card p {
  color: #526c8e;
}
.learn {
  color: #0d62d4;
}

.paid-media {
  padding: 136px 0;
  background:
    radial-gradient(
      circle at 78% 10%,
      rgba(132, 234, 255, 0.4),
      transparent 19%
    ),
    radial-gradient(
      circle at 5% 75%,
      rgba(31, 136, 255, 0.37),
      transparent 28%
    ),
    linear-gradient(132deg, #123f85 0%, #165bb7 48%, #113d89 100%);
}
.paid-media:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.055) 0 1px,
    transparent 1px 88px
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    black 27%,
    black 73%,
    transparent 100%
  );
  opacity: 0.42;
}
.paid-media:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -16%;
  right: -16%;
  bottom: -35%;
  height: 70%;
  background: radial-gradient(
    ellipse at center,
    rgba(153, 231, 255, 0.19),
    transparent 64%
  );
  filter: blur(10px);
}
.paid-media .section-title {
  letter-spacing: -0.066em;
}
.paid-media .section-subtitle {
  color: #d7ecff;
}
.monitor {
  border-color: rgba(211, 247, 255, 0.46);
  background: linear-gradient(
    145deg,
    rgba(32, 121, 210, 0.9),
    rgba(10, 45, 112, 0.84) 60%,
    rgba(12, 63, 145, 0.79)
  );
  box-shadow:
    0 38px 78px rgba(2, 34, 94, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.33);
}
.monitor:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    123deg,
    rgba(255, 255, 255, 0.21),
    transparent 22%,
    transparent 72%,
    rgba(83, 230, 255, 0.08)
  );
}
.media-chart {
  background: linear-gradient(
    150deg,
    rgba(45, 150, 238, 0.62),
    rgba(14, 58, 148, 0.58)
  );
  border-color: rgba(205, 238, 255, 0.29);
}
.media-mini,
.meta-note {
  background: rgba(27, 110, 205, 0.41);
  border-color: rgba(205, 241, 255, 0.27);
}
.audience-card {
  background: linear-gradient(
    150deg,
    rgba(89, 166, 255, 0.76),
    rgba(22, 83, 188, 0.66)
  );
  border-color: rgba(224, 250, 255, 0.38);
}
.creative-stack {
  filter: drop-shadow(0 18px 28px rgba(0, 22, 74, 0.25));
}
.creative-card {
  background: linear-gradient(
    140deg,
    rgba(248, 254, 255, 0.96),
    rgba(170, 231, 255, 0.92)
  );
  border-color: rgba(255, 255, 255, 0.93);
  color: #0e3a80;
}
.creative-card:nth-child(2) {
  background: linear-gradient(
    140deg,
    rgba(242, 249, 255, 0.96),
    rgba(175, 194, 255, 0.92)
  );
}
.creative-card:nth-child(3) {
  background: linear-gradient(
    140deg,
    rgba(237, 255, 253, 0.96),
    rgba(151, 234, 235, 0.91)
  );
}
.signal {
  background: rgba(245, 253, 255, 0.93);
  color: #0c3d88;
  box-shadow: 0 18px 38px rgba(0, 31, 96, 0.27);
}
.proof {
  border-color: rgba(214, 243, 255, 0.23);
}
.proof-icon {
  background: rgba(232, 249, 255, 0.15);
  border-color: rgba(218, 244, 255, 0.35);
}

.process {
  padding: 132px 0 126px;
  background:
    radial-gradient(
      circle at 80% 16%,
      rgba(107, 205, 255, 0.25),
      transparent 20%
    ),
    linear-gradient(180deg, #f5fbff 0%, #e5f4ff 100%);
}
.process:before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  border: 1px solid rgba(29, 115, 219, 0.13);
  border-radius: 50%;
  left: 50%;
  bottom: -630px;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 58px rgba(29, 115, 219, 0.035),
    0 0 0 116px rgba(29, 115, 219, 0.025);
}
.process-head,
.process-rail {
  position: relative;
  z-index: 1;
}
.process-rail {
  gap: 16px;
  margin-top: 58px;
}
.process-rail:before {
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #4c9df7 10%,
    #6ce4ff 50%,
    #4c9df7 90%,
    transparent
  );
  box-shadow: 0 0 11px rgba(54, 176, 255, 0.42);
}
.step {
  min-height: 218px;
  padding: 20px 19px;
  border: 1px solid rgba(137, 197, 242, 0.55);
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.91),
    rgba(222, 243, 255, 0.78)
  );
  box-shadow: 0 17px 34px rgba(15, 90, 159, 0.08);
  transition: 0.28s ease;
}
.step:hover {
  transform: translateY(-7px);
  border-color: #76c5ff;
  box-shadow: 0 26px 46px rgba(9, 91, 173, 0.15);
}
.step .num {
  width: 60px;
  height: 60px;
  border-color: #93d8ff;
  background: linear-gradient(135deg, #fbfeff, #dff5ff);
  color: #0759bd;
  box-shadow: 0 8px 18px rgba(34, 121, 215, 0.14);
}
.step h3 {
  margin-top: 25px;
  color: #103069;
}
.step p {
  color: #5a7396;
}

.packages {
  padding: 122px 0;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(123, 241, 255, 0.37),
      transparent 21%
    ),
    radial-gradient(
      circle at 13% 92%,
      rgba(68, 117, 255, 0.4),
      transparent 31%
    ),
    linear-gradient(135deg, #174f9f 0%, #1b68c5 46%, #184c9e 100%);
}
.packages:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.055) 0 1px,
    transparent 1px 70px
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 25%,
    black 75%,
    transparent
  );
  opacity: 0.46;
}
.packages-grid {
  z-index: 1;
}
.packages .section-subtitle {
  color: #d3eaff;
}
.packages .eyebrow {
  color: #d3f2ff;
}
.pill {
  background: rgba(235, 250, 255, 0.12);
  border-color: rgba(224, 250, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.pill:hover {
  background: rgba(242, 253, 255, 0.2);
  transform: translateY(-3px);
}
.pill i {
  background: linear-gradient(135deg, #d6fbff, #60ddff);
  box-shadow: 0 0 14px rgba(133, 237, 255, 0.92);
}
.package-note {
  background: rgba(240, 252, 255, 0.11);
  border-color: rgba(221, 247, 255, 0.31);
  color: #d4eaff;
}

.work {
  padding: 132px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(92, 203, 255, 0.2), transparent 22%),
    radial-gradient(
      circle at 97% 90%,
      rgba(81, 110, 255, 0.17),
      transparent 25%
    ),
    linear-gradient(180deg, #f8fcff 0%, #eaf6ff 100%);
}
.work:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(31, 112, 223, 0.22),
    transparent
  );
}
.work-intro,
.work-grid,
.cases-note {
  position: relative;
  z-index: 1;
}
.work-grid {
  gap: 20px;
}
.work-card {
  border: 1px solid rgba(79, 158, 235, 0.54);
  border-radius: 27px;
  box-shadow: 0 26px 44px rgba(7, 70, 145, 0.15);
  transform: translateZ(0);
  transition: 0.32s ease;
}
.work-card:hover {
  transform: translateY(-8px) rotate(0.2deg);
  box-shadow: 0 36px 62px rgba(5, 69, 154, 0.22);
}
.work-card:before {
  background:
    radial-gradient(
      circle at 75% 16%,
      rgba(181, 251, 255, 0.58),
      transparent 22%
    ),
    radial-gradient(
      circle at 15% 88%,
      rgba(127, 122, 255, 0.42),
      transparent 34%
    ),
    linear-gradient(145deg, #1768c4, #0d438d 55%, #0b2f70);
}
.work-card:nth-child(2):before {
  background:
    radial-gradient(
      circle at 18% 25%,
      rgba(144, 255, 237, 0.42),
      transparent 25%
    ),
    radial-gradient(
      circle at 74% 73%,
      rgba(105, 172, 255, 0.48),
      transparent 34%
    ),
    linear-gradient(145deg, #177aa5, #164899);
}
.work-card:nth-child(3):before {
  background:
    radial-gradient(
      circle at 70% 25%,
      rgba(166, 219, 255, 0.48),
      transparent 26%
    ),
    radial-gradient(
      circle at 22% 76%,
      rgba(117, 158, 255, 0.42),
      transparent 28%
    ),
    linear-gradient(140deg, #164ba6, #0a397e);
}
.work-card:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.055) 0 1px,
    transparent 1px 52px
  );
  mask-image: linear-gradient(135deg, black, transparent 80%);
}

.testimonials {
  padding: 125px 0;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(90, 190, 255, 0.25),
      transparent 25%
    ),
    linear-gradient(180deg, #eaf6ff, #f9fcff);
}
.quote {
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.93),
    rgba(224, 244, 255, 0.85)
  );
  border-color: rgba(139, 197, 239, 0.6);
  box-shadow: 0 20px 35px rgba(20, 87, 147, 0.09);
}
.quote:hover {
  transform: translateY(-5px);
  box-shadow: 0 27px 45px rgba(20, 87, 147, 0.14);
}
.stars {
  color: #f6c945;
}
.quote blockquote {
  color: #18376c;
}
.person strong {
  color: #153772;
}
.person span {
  color: #6982a3;
}

.final {
  padding: 132px 0;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(111, 229, 255, 0.38),
      transparent 21%
    ),
    radial-gradient(
      circle at 86% 75%,
      rgba(102, 150, 255, 0.42),
      transparent 31%
    ),
    linear-gradient(135deg, #164895 0%, #226bc5 47%, #15458f 100%);
}
.final:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.052) 0 1px,
    transparent 1px 72px
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 26%,
    black 74%,
    transparent
  );
}
.final .section-subtitle {
  color: #d7edff;
}
.form {
  background: linear-gradient(
    145deg,
    rgba(248, 254, 255, 0.2),
    rgba(132, 197, 255, 0.19)
  );
  border-color: rgba(226, 250, 255, 0.46);
  box-shadow:
    0 30px 65px rgba(5, 52, 128, 0.29),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.field input,
.field select,
.field textarea {
  background: rgba(6, 45, 110, 0.33);
  border-color: rgba(225, 250, 255, 0.35);
}
.footer {
  background: linear-gradient(90deg, #0b2e69, #164a95, #0b2e69);
}

@media (max-width: 980px) {
  .pitch-grid {
    gap: 46px;
  }
  .strategy-box {
    min-height: auto;
  }
  .process-rail:before {
    left: 12%;
    right: 12%;
  }
  .step {
    min-height: 205px;
  }
}
@media (max-width: 650px) {
  .pitch,
  .services,
  .paid-media,
  .process,
  .work,
  .testimonials,
  .final {
    padding: 86px 0;
  }
  .strategy-box {
    padding: 23px;
  }
  .service-card {
    min-height: 290px;
  }
  .process-rail {
    gap: 13px;
  }
  .step {
    min-height: 205px;
    padding: 17px;
  }
  .packages {
    padding: 90px 0;
  }
  .work-grid {
    gap: 14px;
  }
}

/* Unified sea-glass palette — all sections now inherit the hero mountain colors */
:root {
  --hero-deep: #061a31;
  --hero-navy: #082a42;
  --hero-teal: #0b4e5d;
  --hero-cyan: #22d8e2;
  --hero-mint: #a5f2e4;
  --surface: #f3fbf9;
  --surface-2: #e0f1ee;
  --surface-line: rgba(20, 119, 132, 0.22);
  --text-deep: #0a2c43;
  --text-muted: #4d6d79;
}
body {
  background: var(--hero-deep);
}
.site-shell {
  background: var(--surface);
}
.dark-emphasis {
  color: #0d7787;
}
.section-title {
  color: var(--text-deep);
}
.section-subtitle {
  color: var(--text-muted);
}

/* Light editorial sections: blue-green wash taken directly from the hero's graph field */
.pitch {
  background:
    radial-gradient(
      circle at 80% 12%,
      rgba(80, 222, 222, 0.23),
      transparent 21%
    ),
    radial-gradient(
      circle at 7% 77%,
      rgba(19, 132, 147, 0.15),
      transparent 28%
    ),
    linear-gradient(135deg, #f7fdfc 0%, #e2f3f0 53%, #edf8f6 100%);
}
.pitch:before {
  background: repeating-linear-gradient(
    90deg,
    rgba(15, 115, 126, 0.1) 0 1px,
    transparent 1px 80px
  );
}
.pitch:after {
  background: radial-gradient(
    circle,
    rgba(41, 207, 213, 0.23) 0,
    rgba(52, 157, 170, 0.1) 38%,
    transparent 67%
  );
}
.pitch .section-title {
  color: #0a3044;
}
.pitch .section-subtitle {
  color: #4a6e78;
}
.strategy-box {
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(104, 243, 235, 0.34),
      transparent 25%
    ),
    radial-gradient(
      circle at 15% 100%,
      rgba(26, 151, 166, 0.31),
      transparent 33%
    ),
    linear-gradient(142deg, #0b4b5b 0%, #0a384f 45%, #061d35 100%);
  border-color: rgba(150, 240, 237, 0.38);
  box-shadow:
    0 30px 70px rgba(3, 38, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.strategy-box:before {
  background: radial-gradient(
    circle,
    rgba(123, 246, 236, 0.27),
    transparent 67%
  );
}
.strategy-top small {
  color: #c9fbf3;
}
.strategy-top .badge {
  border-color: rgba(197, 250, 244, 0.36);
  color: #e8fffb;
}
.manifesto {
  border-color: rgba(208, 251, 245, 0.22);
  color: #caeee9;
}
.priority {
  border-color: rgba(204, 248, 243, 0.17);
}
.priority .count {
  background: linear-gradient(135deg, #a4f6ea, #36c4cf);
  color: #063244;
  box-shadow: 0 8px 20px rgba(2, 24, 42, 0.22);
}
.priority b {
  color: #fff;
}
.priority p {
  color: #c1e6e1;
}
.priority .arrow {
  color: #074353;
  background: #e4faf6;
}

.services {
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(78, 220, 219, 0.15),
      transparent 22%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(29, 134, 150, 0.13),
      transparent 27%
    ),
    linear-gradient(180deg, #fbfefd 0%, #eaf6f3 100%);
}
.services:before {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(24, 135, 149, 0.25),
    transparent
  );
  box-shadow:
    0 -86px 0 rgba(24, 135, 149, 0.04),
    0 86px 0 rgba(24, 135, 149, 0.04);
}
.service-card {
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.94),
    rgba(225, 245, 241, 0.88)
  );
  border-color: rgba(107, 196, 197, 0.52);
  box-shadow:
    0 20px 43px rgba(8, 71, 84, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}
.service-card:after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(24, 135, 149, 0.25),
    transparent
  );
}
.service-card:before {
  background: radial-gradient(
    circle,
    rgba(36, 203, 210, 0.28),
    rgba(28, 143, 153, 0.13) 45%,
    transparent 67%
  );
}
.service-card:hover {
  border-color: #65d4d4;
  box-shadow: 0 30px 52px rgba(8, 91, 103, 0.17);
}
.service-icon {
  background: linear-gradient(135deg, #0b3f58, #11889a 65%, #6de9e2);
  box-shadow: 0 12px 22px rgba(10, 105, 118, 0.24);
}
.service-card h3 {
  color: #0a3548;
}
.service-card p {
  color: #56717a;
}
.learn {
  color: #0c7283;
}

/* Deep sections use the exact dark blue/teal family of the hero mountain landscape */
.paid-media {
  background:
    radial-gradient(
      circle at 78% 10%,
      rgba(94, 238, 230, 0.3),
      transparent 20%
    ),
    radial-gradient(
      circle at 5% 75%,
      rgba(19, 148, 165, 0.28),
      transparent 29%
    ),
    linear-gradient(132deg, #061c34 0%, #0a4959 48%, #072740 100%);
}
.paid-media:after {
  background: radial-gradient(
    ellipse at center,
    rgba(93, 227, 222, 0.16),
    transparent 64%
  );
}
.monitor {
  border-color: rgba(184, 247, 240, 0.37);
  background: linear-gradient(
    145deg,
    rgba(17, 112, 127, 0.88),
    rgba(6, 48, 72, 0.84) 60%,
    rgba(8, 72, 88, 0.79)
  );
  box-shadow:
    0 38px 78px rgba(1, 28, 48, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.monitor:after {
  background: linear-gradient(
    123deg,
    rgba(255, 255, 255, 0.19),
    transparent 22%,
    transparent 72%,
    rgba(90, 238, 229, 0.08)
  );
}
.media-chart {
  background: linear-gradient(
    150deg,
    rgba(28, 151, 163, 0.58),
    rgba(6, 66, 89, 0.58)
  );
  border-color: rgba(200, 248, 242, 0.25);
}
.media-mini,
.meta-note {
  background: rgba(18, 118, 132, 0.38);
  border-color: rgba(199, 247, 241, 0.23);
}
.audience-card {
  background: linear-gradient(
    150deg,
    rgba(67, 177, 185, 0.73),
    rgba(12, 88, 109, 0.65)
  );
  border-color: rgba(217, 251, 246, 0.31);
}
.creative-stack {
  filter: drop-shadow(0 18px 28px rgba(0, 24, 44, 0.25));
}
.creative-card {
  background: linear-gradient(
    140deg,
    rgba(249, 255, 254, 0.96),
    rgba(159, 235, 226, 0.92)
  );
  border-color: rgba(255, 255, 255, 0.93);
  color: #0a4556;
}
.creative-card:nth-child(2) {
  background: linear-gradient(
    140deg,
    rgba(244, 255, 253, 0.96),
    rgba(158, 222, 228, 0.92)
  );
}
.creative-card:nth-child(3) {
  background: linear-gradient(
    140deg,
    rgba(239, 255, 252, 0.96),
    rgba(147, 225, 211, 0.91)
  );
}
.signal {
  background: rgba(247, 255, 253, 0.93);
  color: #0b5060;
  box-shadow: 0 18px 38px rgba(0, 27, 46, 0.26);
}
.proof {
  border-color: rgba(211, 250, 245, 0.2);
}
.proof-icon {
  background: rgba(227, 255, 250, 0.12);
  border-color: rgba(214, 253, 248, 0.27);
}

.process {
  background:
    radial-gradient(
      circle at 80% 16%,
      rgba(80, 220, 215, 0.19),
      transparent 21%
    ),
    linear-gradient(180deg, #f5fcfa 0%, #e1f1ee 100%);
}
.process:before {
  border-color: rgba(17, 124, 138, 0.12);
  box-shadow:
    0 0 0 58px rgba(17, 124, 138, 0.03),
    0 0 0 116px rgba(17, 124, 138, 0.02);
}
.process-rail:before {
  background: linear-gradient(
    90deg,
    transparent,
    #2fb6c4 10%,
    #75e8dd 50%,
    #2fb6c4 90%,
    transparent
  );
  box-shadow: 0 0 11px rgba(43, 182, 192, 0.37);
}
.step {
  border-color: rgba(105, 196, 194, 0.47);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.91),
    rgba(221, 244, 239, 0.78)
  );
  box-shadow: 0 17px 34px rgba(8, 76, 88, 0.07);
}
.step:hover {
  border-color: #61d4d1;
  box-shadow: 0 26px 46px rgba(8, 83, 95, 0.13);
}
.step .num {
  border-color: #8ee6dd;
  background: linear-gradient(135deg, #fbfffe, #dcf7f1);
  color: #087083;
  box-shadow: 0 8px 18px rgba(18, 136, 148, 0.12);
}
.step h3 {
  color: #0b394c;
}
.step p {
  color: #5a737a;
}

.packages {
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(94, 240, 229, 0.28),
      transparent 22%
    ),
    radial-gradient(
      circle at 13% 92%,
      rgba(20, 139, 156, 0.29),
      transparent 32%
    ),
    linear-gradient(135deg, #072a43 0%, #0b5562 47%, #082f49 100%);
}
.packages .section-title,
.final .section-title {
  color: #f4fffd;
}
.packages .section-title span[style],
.final .section-title span[style] {
  color: #a5f2e4 !important;
}
.packages .section-subtitle {
  color: #caeae5;
}
.packages .eyebrow {
  color: #c7f5ef;
}
.pill {
  background: rgba(231, 255, 251, 0.1);
  border-color: rgba(209, 252, 246, 0.28);
}
.pill:hover {
  background: rgba(231, 255, 251, 0.17);
}
.pill i {
  background: linear-gradient(135deg, #d6fff8, #5ce3dc);
  box-shadow: 0 0 14px rgba(115, 237, 225, 0.82);
}
.package-note {
  background: rgba(234, 255, 251, 0.09);
  border-color: rgba(214, 251, 245, 0.26);
  color: #d1eee9;
}

.work {
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(70, 220, 216, 0.16),
      transparent 22%
    ),
    radial-gradient(
      circle at 97% 90%,
      rgba(23, 139, 155, 0.14),
      transparent 26%
    ),
    linear-gradient(180deg, #f9fefd 0%, #e6f4f1 100%);
}
.work:before {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(15, 125, 139, 0.2),
    transparent
  );
}
.work-card {
  border-color: rgba(62, 168, 177, 0.47);
  box-shadow: 0 26px 44px rgba(5, 69, 80, 0.13);
}
.work-card:hover {
  box-shadow: 0 36px 62px rgba(5, 69, 80, 0.19);
}
.work-card:before {
  background:
    radial-gradient(
      circle at 75% 16%,
      rgba(161, 255, 241, 0.48),
      transparent 22%
    ),
    radial-gradient(
      circle at 15% 88%,
      rgba(52, 165, 173, 0.35),
      transparent 34%
    ),
    linear-gradient(145deg, #0d6c7c, #094459 55%, #062b43);
}
.work-card:nth-child(2):before {
  background:
    radial-gradient(
      circle at 18% 25%,
      rgba(144, 255, 237, 0.42),
      transparent 25%
    ),
    radial-gradient(
      circle at 74% 73%,
      rgba(62, 194, 204, 0.4),
      transparent 34%
    ),
    linear-gradient(145deg, #0d7181, #09465b);
}
.work-card:nth-child(3):before {
  background:
    radial-gradient(
      circle at 70% 25%,
      rgba(166, 250, 244, 0.42),
      transparent 26%
    ),
    radial-gradient(
      circle at 22% 76%,
      rgba(54, 160, 173, 0.36),
      transparent 28%
    ),
    linear-gradient(140deg, #0b5267, #062e48);
}

.testimonials {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(76, 216, 211, 0.19),
      transparent 26%
    ),
    linear-gradient(180deg, #e6f4f1, #fbfefd);
}
.quote {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.93),
    rgba(224, 245, 240, 0.85)
  );
  border-color: rgba(108, 194, 192, 0.49);
  box-shadow: 0 20px 35px rgba(10, 80, 91, 0.08);
}
.quote:hover {
  box-shadow: 0 27px 45px rgba(10, 80, 91, 0.13);
}
.stars {
  color: #f6c945;
}
.quote blockquote {
  color: #103c50;
}
.person strong {
  color: #133f50;
}
.person span {
  color: #668187;
}
.quote .avatar {
  background: linear-gradient(135deg, #4ac7c5, #2f8399) !important;
}

.final {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(103, 240, 231, 0.29),
      transparent 21%
    ),
    radial-gradient(
      circle at 86% 75%,
      rgba(23, 143, 159, 0.31),
      transparent 31%
    ),
    linear-gradient(135deg, #06253e 0%, #0b5260 47%, #07263e 100%);
}
.form {
  background: linear-gradient(
    145deg,
    rgba(242, 255, 252, 0.17),
    rgba(84, 191, 189, 0.16)
  );
  border-color: rgba(214, 253, 247, 0.34);
  box-shadow:
    0 30px 65px rgba(2, 36, 55, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.27);
}
.field input,
.field select,
.field textarea {
  background: rgba(4, 47, 63, 0.34);
  border-color: rgba(218, 253, 247, 0.29);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #7ae8de;
  box-shadow: 0 0 0 3px rgba(92, 232, 222, 0.15);
}
.footer {
  background: linear-gradient(90deg, #061e35, #0a4657, #061e35);
}
.footer .brand-word small {
  color: #a5f2e4;
}
.footer-links a:hover {
  color: #9ff1e5;
}

/* Accent controls use the same cyan/mint line as the top graph */
.button-primary {
  background: #e7fffb;
  color: #073348;
  box-shadow: 0 10px 26px rgba(33, 197, 200, 0.23);
}
.button-primary:hover {
  background: #b9f5ec;
  box-shadow: 0 16px 30px rgba(33, 197, 200, 0.34);
}
.button-dark {
  background: #0b5361;
}
.button-dark:hover {
  background: #107080;
}
.button-ghost {
  border-color: #cceee9;
  background: #f8fffd;
  color: #0a4556;
}
.button-ghost:hover {
  background: #e3f7f2;
}
.brandmark {
  background: linear-gradient(145deg, #77eee3 0%, #19a9b7 52%, #0b6679 100%);
  box-shadow:
    0 0 0 1px rgba(197, 255, 249, 0.3),
    0 0 22px rgba(45, 211, 212, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

/* Continuous hero field — the navigation and mountain performance scene share one background */
.hero {
  background:
    radial-gradient(
      ellipse 70% 62% at 82% 4%,
      rgba(36, 174, 204, 0.25),
      transparent 60%
    ),
    radial-gradient(
      ellipse 74% 82% at 11% 96%,
      rgba(13, 149, 167, 0.35),
      transparent 68%
    ),
    linear-gradient(180deg, #08243d 0%, #0b3a56 27%, #0c5b72 61%, #0b6175 100%);
}
.hero.grain:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: normal;
  background-image:
    linear-gradient(
      180deg,
      rgba(2, 13, 29, 0.3) 0%,
      rgba(2, 21, 42, 0.14) 28%,
      rgba(10, 92, 116, 0.02) 58%,
      rgba(3, 18, 34, 0.15) 100%
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.78'/%3E%3C/svg%3E");
  background-size:
    100% 100%,
    160px 160px;
}
/* Remove the former black vignette/shadow so there is no visible band between the copy and graph. */
.hero:after {
  display: none;
}
.hero-landscape {
  height: 590px;
  background: transparent;
}
.hero-content {
  padding-top: 76px;
}
.hero-copy {
  max-width: 675px;
  color: #d5e8f5;
}
.hero.grain:after {
  display: none;
}

.careers {
  position: relative;
  padding: 128px 0;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(72, 224, 220, 0.23),
      transparent 20%
    ),
    radial-gradient(
      circle at 9% 88%,
      rgba(15, 120, 142, 0.14),
      transparent 26%
    ),
    linear-gradient(180deg, #f7fdfc 0%, #e1f2ef 100%);
}
.careers:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(17, 122, 135, 0.06) 0 1px,
    transparent 1px 88px
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 24%,
    black 76%,
    transparent 100%
  );
}
.careers-head,
.careers-layout {
  position: relative;
  z-index: 1;
}
.careers-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 46px;
}
.careers-head .section-subtitle {
  margin: 0;
  max-width: 505px;
}
.careers-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 52px;
}
.roles-panel {
  padding: 25px;
  border: 1px solid rgba(87, 177, 180, 0.48);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.94),
    rgba(218, 244, 238, 0.84)
  );
  box-shadow:
    0 24px 54px rgba(7, 71, 81, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.roles-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: #0a4053;
}
.roles-kicker span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.roles-kicker small {
  font-size: 0.72rem;
  color: #5d7e85;
}
.roles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.role-card {
  display: flex;
  gap: 12px;
  min-height: 135px;
  padding: 16px;
  border: 1px solid rgba(83, 172, 176, 0.28);
  border-radius: 18px;
  background: linear-gradient(
    140deg,
    rgba(249, 255, 253, 0.94),
    rgba(217, 243, 237, 0.76)
  );
  transition: 0.25s ease;
}
.role-card:hover {
  transform: translateY(-4px);
  border-color: #55cdc9;
  box-shadow: 0 16px 28px rgba(6, 96, 105, 0.12);
}
.role-num {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a3b52, #1293a0 65%, #8cece1);
  color: #eafff9;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.role-card h3 {
  margin: 1px 0 7px;
  color: #0a384b;
  font-size: 0.96rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.role-card p {
  margin: 0;
  color: #5a747b;
  font-size: 0.76rem;
  line-height: 1.45;
}
.career-form {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(102, 194, 192, 0.49);
  border-radius: 28px;
  color: #e9fffb;
  background:
    radial-gradient(
      circle at 92% 7%,
      rgba(104, 247, 234, 0.27),
      transparent 20%
    ),
    linear-gradient(145deg, #082d46 0%, #0a5c68 55%, #09384e 100%);
  box-shadow:
    0 28px 62px rgba(4, 47, 65, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.career-form:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.045) 0 1px,
    transparent 1px 66px
  );
  mask-image: linear-gradient(135deg, black, transparent 82%);
}
.career-form > * {
  position: relative;
  z-index: 1;
}
.career-form-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
}
.form-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #bbf5ec;
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
}
.career-form h3 {
  margin: 0;
  max-width: 290px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.055em;
}
.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  border: 1px solid rgba(213, 255, 249, 0.32);
  border-radius: 999px;
  padding: 0.43rem 0.62rem;
  background: rgba(235, 255, 251, 0.09);
  color: #d9fff8;
  font-size: 0.64rem;
  font-weight: 800;
}
.status-dot:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #93f5de;
  box-shadow: 0 0 14px #93f5de;
}
.career-form .field label {
  color: #d4f6ef;
}
.career-form .field input,
.career-form .field select,
.career-form .field textarea {
  background: rgba(2, 41, 57, 0.4);
  border-color: rgba(207, 252, 245, 0.28);
  color: #f3fffd;
}
.career-form .field input::placeholder,
.career-form .field textarea::placeholder {
  color: #a9cfca;
}
.career-form .field select option {
  background: #0a4054;
  color: #eefefb;
}
.career-form .field input:focus,
.career-form .field select:focus,
.career-form .field textarea:focus {
  border-color: #85eadf;
  box-shadow: 0 0 0 3px rgba(124, 235, 223, 0.14);
}
.career-submit {
  margin-top: 6px;
  align-self: flex-start;
  background: #eafff9;
  color: #093d4d;
}
.career-submit:hover {
  background: #baf5e8;
}
.career-status {
  display: none;
  margin: 15px 0 0;
  color: #d8f9f3;
  font-size: 0.78rem;
  line-height: 1.5;
}
.career-status.show {
  display: block;
}

@media (max-width: 980px) {
  .careers-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .careers-layout {
    grid-template-columns: 1fr;
  }
  .career-form {
    min-height: unset;
  }
}
@media (max-width: 650px) {
  .hero-content {
    padding-top: 50px;
  }
  .hero-landscape {
    height: 480px;
  }
  .careers {
    padding: 88px 0;
  }
  .careers-layout {
    margin-top: 34px;
  }
  .roles-panel,
  .career-form {
    padding: 18px;
    border-radius: 22px;
  }
  .roles-grid {
    grid-template-columns: 1fr;
  }
  .roles-kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .role-card {
    min-height: auto;
  }
  .career-form-top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .career-form h3 {
    font-size: 1.5rem;
  }
  .career-submit {
    width: 100%;
  }
}

/* Careers layout fix — keeps Talent Roles and Talent Application beside each other on desktop */
.careers-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}
.roles-panel,
.career-form {
  height: 100%;
}
.career-form {
  position: relative;
  grid-column: 2;
  grid-row: 1;
}
.roles-panel {
  grid-column: 1;
  grid-row: 1;
}
.apply-anchor {
  position: absolute;
  top: -96px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.careers .container {
  max-width: 1180px;
}
.roles-panel {
  padding: 25px 25px 26px;
}
.career-form {
  padding: 26px 26px 28px;
}
.role-card {
  min-height: 132px;
}

@media (max-width: 760px) {
  .careers-layout {
    grid-template-columns: 1fr;
  }
  .roles-panel,
  .career-form {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Separate Careers page dropdown navigation */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-drop-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}
.nav-drop-trigger span {
  font-size: 0.65rem;
  line-height: 1;
  opacity: 0.72;
}
.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 185px;
  padding: 9px;
  border: 1px solid rgba(206, 225, 255, 0.2);
  border-radius: 16px;
  background: rgba(5, 15, 53, 0.94);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.22s ease;
}
.dropdown-menu a {
  display: flex;
  width: 100%;
  padding: 0.68rem 0.75rem;
  border-radius: 11px;
  color: #e6f0ff;
  opacity: 0.86;
}
.dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.09);
  opacity: 1;
  color: #fff;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 980px) {
  .nav-dropdown {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .nav-drop-trigger {
    justify-content: space-between;
    width: 100%;
  }
  .dropdown-menu {
    position: static;
    display: grid;
    gap: 2px;
    min-width: 0;
    margin-top: 5px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

/* Careers page header */
.careers-page-top {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 86% 10%,
      rgba(87, 223, 255, 0.32),
      transparent 24%
    ),
    radial-gradient(
      circle at 10% 86%,
      rgba(42, 136, 255, 0.26),
      transparent 28%
    ),
    linear-gradient(135deg, #071b37 0%, #0b3d68 54%, #08223f 100%);
}
.careers-page-top:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.78'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}
.careers-page-top .container {
  position: relative;
  z-index: 2;
}
.careers-page-intro {
  padding: 58px 0 86px;
  max-width: 820px;
}
.careers-page-intro .eyebrow {
  color: #b9efff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(185, 225, 255, 0.2);
  border-radius: 999px;
  padding: 0.55rem 0.85rem 0.55rem 0.65rem;
}
.careers-page-intro h1 {
  margin: 1.2rem 0 0;
  max-width: 780px;
  font-size: clamp(2.7rem, 5.4vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  color: #fff;
}
.careers-page-intro h1 span {
  display: block;
  color: #9de8ff;
}
.careers-page-intro p {
  max-width: 650px;
  margin: 1.35rem 0 0;
  color: #d5e8f5;
  line-height: 1.68;
  font-size: 1.01rem;
}

/* Careers top hero — copied from the reference sea-glass hero background and abstract mountain line */
.careers-page-top {
  min-height: 800px;
  background:
    radial-gradient(
      ellipse 70% 62% at 82% 4%,
      rgba(36, 174, 204, 0.25),
      transparent 60%
    ),
    radial-gradient(
      ellipse 74% 82% at 11% 96%,
      rgba(13, 149, 167, 0.35),
      transparent 68%
    ),
    linear-gradient(180deg, #08243d 0%, #0b3a56 27%, #0c5b72 61%, #0b6175 100%);
}
.careers-page-top:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: normal;
  background-image:
    linear-gradient(
      180deg,
      rgba(2, 13, 29, 0.3) 0%,
      rgba(2, 21, 42, 0.14) 28%,
      rgba(10, 92, 116, 0.02) 58%,
      rgba(3, 18, 34, 0.15) 100%
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.78'/%3E%3C/svg%3E");
  background-size:
    100% 100%,
    160px 160px;
}
.careers-page-top:after {
  display: none;
}
.careers-page-top .container {
  position: relative;
  z-index: 4;
}
.careers-page-top .hero-landscape {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 590px;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
}
.careers-page-top .hero-landscape svg {
  width: 100%;
  height: 100%;
  display: block;
}
.careers-page-top .hero-landscape .line-main {
  filter: drop-shadow(0 0 8px rgba(54, 235, 255, 0.62));
  stroke-linecap: round;
  stroke-linejoin: round;
}
.careers-page-top .hero-landscape .line-soft {
  opacity: 0.18;
  filter: drop-shadow(0 0 14px rgba(48, 201, 255, 0.28));
}
.careers-page-intro {
  padding: 76px 0 255px;
  max-width: 850px;
}
.careers-page-intro p {
  max-width: 675px;
  color: #d5e8f5;
}

@media (max-width: 980px) {
  .careers-page-top {
    min-height: 770px;
  }
  .careers-page-intro {
    padding: 62px 0 235px;
  }
  .careers-page-top .hero-landscape {
    height: 520px;
  }
}
@media (max-width: 650px) {
  .careers-page-top {
    min-height: 748px;
  }
  .careers-page-intro {
    padding: 48px 0 220px;
  }
  .careers-page-top .hero-landscape {
    height: 425px;
  }
}

/* === Modiva complete growth-site additions === */
:root {
  --modiva-deep: #061a31;
  --modiva-teal: #0b5969;
  --modiva-cyan: #31d9e1;
  --modiva-mint: #a5f2e4;
  --modiva-paper: #f5fbf9;
  --modiva-ink: #082e43;
  --modiva-muted: #55727c;
}

.hero-home .careers-page-intro {
  max-width: 900px;
  padding: 88px 0 275px;
}
.hero-home .careers-page-intro h1 {
  max-width: 900px;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
}
.hero-home .careers-page-intro p {
  max-width: 720px;
  font-size: 1.06rem;
}
.hero-home .nav-links {
  gap: 1.35rem;
}
.hero-home .nav-links a:not(.button) {
  font-size: 0.82rem;
}

.growth-launch {
  position: relative;
  overflow: hidden;
  padding: 58px 0 94px;
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(49, 217, 225, 0.18),
      transparent 22%
    ),
    radial-gradient(
      circle at 10% 82%,
      rgba(13, 119, 135, 0.12),
      transparent 27%
    ),
    linear-gradient(180deg, #f8fefd 0%, #e8f5f2 100%);
}
.growth-launch:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    rgba(13, 119, 135, 0.055) 0 1px,
    transparent 1px 92px
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 24%,
    black 76%,
    transparent
  );
}
.growth-launch .container {
  position: relative;
  z-index: 2;
}
.growth-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 auto 68px;
  position: relative;
  z-index: 5;
}
.growth-actions .button {
  min-width: 190px;
  padding: 1rem 1.35rem;
  box-shadow: 0 18px 40px rgba(4, 54, 70, 0.18);
}
.growth-actions .button-outline-dark {
  background: rgba(6, 42, 60, 0.9);
  border: 1px solid rgba(160, 241, 232, 0.35);
  color: #effffc;
  backdrop-filter: blur(14px);
}
.growth-actions .button-outline-dark:hover {
  transform: translateY(-3px);
  background: #0b5e6c;
}
.growth-copy {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.growth-copy .eyebrow {
  color: #0b7584;
}
.growth-copy .section-title {
  margin: 0.85rem auto 0;
  max-width: 820px;
}
.growth-copy .section-subtitle {
  margin: 1.15rem auto 0;
  max-width: 650px;
}

.brand-marquee {
  position: relative;
  margin-top: 58px;
  overflow: hidden;
  border-top: 1px solid rgba(18, 129, 142, 0.18);
  border-bottom: 1px solid rgba(18, 129, 142, 0.18);
  padding: 28px 0;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
}
.brand-marquee:before,
.brand-marquee:after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
}
.brand-marquee:before {
  left: 0;
  background: linear-gradient(90deg, #edf8f5, transparent);
}
.brand-marquee:after {
  right: 0;
  background: linear-gradient(-90deg, #edf8f5, transparent);
}
.brand-track {
  display: flex;
  width: max-content;
  animation: brand-flow 45s linear infinite;
  will-change: transform;
}
.brand-group {
  display: flex;
  align-items: center;
  gap: 54px;
  padding-right: 54px;
  flex-shrink: 0;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.brand-logo-img {
  height: clamp(34px, 3.5vw, 46px);
  max-height: 46px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.06));
  transition: transform 0.25s ease;
}
.brand-logo-img:hover {
  transform: scale(1.05);
}
.brand-logo:after {
  display: none;
}
@keyframes brand-flow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.about-owner {
  position: relative;
  overflow: hidden;
  padding: 132px 0;
  background:
    radial-gradient(
      circle at 15% 14%,
      rgba(70, 220, 216, 0.16),
      transparent 22%
    ),
    radial-gradient(
      circle at 91% 85%,
      rgba(18, 129, 145, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #fbfefd, #e8f5f2);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 78px;
  align-items: center;
}
.owner-portrait {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(97, 198, 195, 0.48);
  background: #073349;
  box-shadow: 0 34px 70px rgba(4, 60, 75, 0.19);
}
.owner-portrait-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.owner-portrait:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 30, 52, 0.15) 0%,
    rgba(6, 30, 52, 0.45) 100%
  );
  z-index: 2;
  pointer-events: none;
}
.owner-tag {
  position: absolute;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(222, 255, 250, 0.35);
  border-radius: 999px;
  background: rgba(4, 43, 59, 0.65);
  color: #e9fffb;
  font-size: 0.73rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(1, 25, 42, 0.2);
  z-index: 3;
}
.owner-tag.one {
  left: 28px;
  top: 42px;
  animation: floatA 5.6s ease-in-out infinite;
}
.owner-tag.two {
  right: 25px;
  top: 128px;
  animation: floatB 6.2s ease-in-out infinite;
}
.owner-tag.three {
  left: 48px;
  bottom: 43px;
  animation: floatC 5.1s ease-in-out infinite;
}
.about-copy .eyebrow {
  color: #0e7584;
}
.about-copy .section-title {
  margin: 0.9rem 0 0;
  max-width: 760px;
}
.about-copy .lead {
  margin: 1.45rem 0 0;
  font-size: 1.2rem;
  line-height: 1.62;
  color: #183f50;
  letter-spacing: -0.025em;
}
.about-copy p:not(.lead) {
  margin: 1rem 0 0;
  color: #5a737a;
  line-height: 1.78;
}
.owner-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}
.owner-detail {
  padding: 17px;
  border-top: 1px solid rgba(20, 125, 138, 0.23);
  color: #55727a;
  font-size: 0.78rem;
  line-height: 1.45;
}
.owner-detail strong {
  display: block;
  margin-bottom: 6px;
  color: #0b3a4c;
  font-size: 0.98rem;
}

.portfolio-static {
  position: relative;
  padding: 132px 0;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(84, 231, 222, 0.22),
      transparent 20%
    ),
    radial-gradient(
      circle at 5% 82%,
      rgba(25, 139, 154, 0.16),
      transparent 28%
    ),
    linear-gradient(135deg, #061d34 0%, #0a4b5a 50%, #07283f 100%);
  color: #eefefb;
  overflow: hidden;
}
.portfolio-static:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.045) 0 1px,
    transparent 1px 82px
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 22%,
    black 78%,
    transparent
  );
}
.portfolio-static .container {
  position: relative;
  z-index: 2;
}
.portfolio-head {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: end;
}
.portfolio-static .eyebrow {
  color: #bdf8ef;
}
.portfolio-static .section-title {
  color: #fff;
}
.portfolio-static .section-subtitle {
  color: #c5e6e1;
  margin: 0;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: 290px 290px;
  gap: 18px;
  margin-top: 56px;
}
.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(196, 250, 243, 0.23);
  background: linear-gradient(
    145deg,
    rgba(15, 105, 119, 0.82),
    rgba(5, 42, 61, 0.88)
  );
  box-shadow: 0 24px 48px rgba(0, 22, 39, 0.25);
  isolation: isolate;
}
.portfolio-card:first-child {
  grid-row: span 2;
}
.portfolio-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 16%,
      rgba(154, 255, 242, 0.35),
      transparent 24%
    ),
    radial-gradient(circle at 18% 86%, rgba(39, 163, 178, 0.3), transparent 34%);
}
.portfolio-card:nth-child(3n):before {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(155, 255, 239, 0.3),
      transparent 25%
    ),
    radial-gradient(
      circle at 82% 80%,
      rgba(49, 168, 190, 0.36),
      transparent 34%
    );
}
.portfolio-meta {
  position: absolute;
  z-index: 4;
  left: 22px;
  right: 22px;
  bottom: 21px;
}
.portfolio-meta small {
  display: inline-flex;
  padding: 0.4rem 0.55rem;
  border: 1px solid rgba(222, 255, 250, 0.28);
  border-radius: 999px;
  background: rgba(1, 29, 43, 0.25);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cbfbf3;
}
.portfolio-meta h3 {
  margin: 0.75rem 0 0;
  font-size: 1.3rem;
  letter-spacing: -0.045em;
}
.portfolio-meta p {
  margin: 0.35rem 0 0;
  color: #c2e4df;
  font-size: 0.76rem;
}
.ugc-phone {
  position: absolute;
  z-index: 2;
  width: 184px;
  height: 340px;
  right: 50px;
  top: 54px;
  border: 7px solid rgba(235, 255, 251, 0.88);
  border-radius: 31px;
  background: #082d42;
  transform: rotate(8deg);
  box-shadow: 0 28px 52px rgba(0, 20, 37, 0.42);
  overflow: hidden;
}
.ugc-phone:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 58px;
  height: 14px;
  border-radius: 99px;
  background: #031b2d;
  z-index: 3;
}
.ugc-screen {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #9ef0e4, #2499a7 54%, #083d55);
}
.ugc-screen:before {
  content: "WEB";
  position: absolute;
  left: 18px;
  top: 58px;
  font-size: 2.6rem;
  font-weight: 950;
  color: #063347;
  letter-spacing: -0.08em;
}
.ugc-screen:after {
  content: "AUTHENTIC • SOCIAL-FIRST • PERFORMANCE";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 24px;
  color: white;
  font-size: 0.56rem;
  line-height: 1.5;
  letter-spacing: 0.13em;
  font-weight: 850;
}
.mockup-stack {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 82%;
  height: 64%;
}
.mockup-sheet {
  position: absolute;
  width: 74%;
  height: 72%;
  left: 11%;
  top: 13%;
  border-radius: 18px;
  background: linear-gradient(145deg, #e9fff9, #89ddd6);
  box-shadow: 0 18px 36px rgba(0, 24, 40, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.mockup-sheet:nth-child(2) {
  transform: translate(-22px, 14px) rotate(-8deg);
  opacity: 0.72;
}
.mockup-sheet:nth-child(3) {
  transform: translate(24px, -7px) rotate(7deg);
  background: linear-gradient(145deg, #dffafa, #5dbbc7);
}
.mockup-sheet:before {
  content: "MODIVA";
  position: absolute;
  left: 16px;
  top: 15px;
  color: #0a4051;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.mockup-sheet:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 17px;
  height: 34%;
  border-radius: 10px;
  background: linear-gradient(135deg, #0d5a6a, #1cb9bd);
}
.ad-canvas {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 72%;
  height: 55%;
  border-radius: 18px;
  background: linear-gradient(135deg, #dffff9, #57c9c8);
  box-shadow:
    0 20px 40px rgba(0, 23, 41, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.ad-canvas:before {
  content: "PERFORMANCE CREATIVE";
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #0a4554;
}
.ad-canvas:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 82px;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  right: 18px;
  top: 23px;
  transform: rotate(11deg);
}

.system-orbit-section {
  position: relative;
  padding: 132px 0;
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(80, 220, 215, 0.18),
      transparent 23%
    ),
    linear-gradient(180deg, #f7fdfc, #e1f2ef);
  overflow: hidden;
}
.system-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 54px;
  align-items: center;
}
.system-copy .eyebrow {
  color: #0d7787;
}
.system-copy .section-title {
  margin: 0.9rem 0 0;
}
.system-copy .section-subtitle {
  margin-top: 1.2rem;
}
.system-note {
  margin-top: 26px;
  padding: 16px 0;
  border-top: 1px solid rgba(18, 126, 139, 0.2);
  color: #4f6e78;
  font-size: 0.82rem;
  line-height: 1.6;
}
.orbit-stage {
  position: relative;
  width: min(680px, 100%);
  aspect-ratio: 1;
  margin-left: auto;
}
.orbit-stage:before,
.orbit-stage:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-stage:before {
  width: 76%;
  height: 76%;
  border: 1px solid rgba(20, 140, 153, 0.22);
  box-shadow:
    0 0 0 36px rgba(34, 174, 181, 0.035),
    0 0 0 72px rgba(34, 174, 181, 0.02);
}
.orbit-stage:after {
  width: 44%;
  height: 44%;
  background: radial-gradient(
    circle,
    rgba(83, 225, 217, 0.18),
    transparent 68%
  );
}
.orbit-center {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  width: 185px;
  height: 185px;
  min-width: 185px;
  min-height: 185px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b5060, #062a42);
  color: white;
  border: 1px solid rgba(170, 246, 237, 0.45);
  box-shadow:
    0 26px 55px rgba(4, 50, 64, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.orbit-center strong {
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.orbit-center small {
  display: block;
  margin-top: 8px;
  color: #aef2e8;
  font-size: 0.59rem;
  letter-spacing: 0.15em;
  font-weight: 900;
}
.process-orbit {
  position: absolute;
  inset: 0;
  animation: orbit-spin 28s linear infinite;
}
.process-node {
  --angle: 0deg;
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 92px;
  margin-left: -84px;
  margin-top: -46px;
  transform: rotate(var(--angle)) translateX(255px)
    rotate(calc(-1 * var(--angle)));
}
.process-node-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(89, 187, 188, 0.52);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(218, 243, 238, 0.9)
  );
  box-shadow: 0 17px 32px rgba(6, 74, 85, 0.11);
  animation: counter-spin 28s linear infinite;
}
.process-node svg {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  padding: 8px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0b4a5a, #1695a2);
  color: #eafffa;
}
.process-node b {
  display: block;
  color: #0a3548;
  font-size: 0.88rem;
}
.process-node span {
  display: block;
  margin-top: 3px;
  color: #627b82;
  font-size: 0.62rem;
  line-height: 1.25;
}
@keyframes orbit-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes counter-spin {
  to {
    transform: rotate(-360deg);
  }
}

.services-expanded {
  padding: 132px 0;
  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(70, 220, 216, 0.16),
      transparent 22%
    ),
    radial-gradient(
      circle at 92% 86%,
      rgba(20, 139, 155, 0.13),
      transparent 26%
    ),
    linear-gradient(180deg, #fbfefd, #e7f4f1);
}
.services-expanded .services-heading {
  align-items: end;
}
.services-expanded .service-grid {
  grid-template-columns: repeat(3, 1fr);
}
.services-expanded .service-card {
  min-height: 330px;
}
.services-expanded .service-card h3 {
  margin-top: 62px;
}

.testimonials-moving {
  position: relative;
  overflow: hidden;
  padding: 122px 0;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(82, 221, 215, 0.18),
      transparent 25%
    ),
    linear-gradient(180deg, #e6f4f1, #fbfefd);
}
.testimonial-marquee {
  margin-top: 52px;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 8%,
    black 92%,
    transparent
  );
}
.testimonial-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: quote-flow 60s linear infinite;
  will-change: transform;
}
.testimonial-track:hover {
  animation-play-state: paused;
}
.quote-moving {
  width: 360px;
  flex: 0 0 360px;
  padding: 25px;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.94),
    rgba(222, 244, 239, 0.88)
  );
  border: 1px solid rgba(101, 194, 191, 0.49);
  box-shadow: 0 20px 36px rgba(9, 79, 90, 0.08);
}
.quote-moving blockquote {
  min-height: 128px;
  margin: 17px 0 24px;
  color: #143d4f;
  line-height: 1.7;
  font-size: 0.9rem;
}
@keyframes quote-flow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.booking-section {
  position: relative;
  overflow: hidden;
  padding: 132px 0;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(103, 240, 231, 0.28),
      transparent 22%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(23, 143, 159, 0.31),
      transparent 31%
    ),
    linear-gradient(135deg, #06253e 0%, #0b5260 48%, #07263e 100%);
  color: white;
}
.booking-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.045) 0 1px,
    transparent 1px 82px
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 22%,
    black 78%,
    transparent
  );
}
.booking-section .container {
  position: relative;
  z-index: 2;
}
.booking-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 66px;
  align-items: start;
}
.booking-section .eyebrow {
  color: #bdf8ef;
}
.booking-section .section-title {
  color: #fff;
  margin: 0.9rem 0 0;
}
.booking-section .section-subtitle {
  color: #c7e7e2;
}
.booking-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.booking-point {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #d8f3ee;
  font-size: 0.83rem;
}
.booking-point i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(223, 255, 250, 0.12);
  border: 1px solid rgba(218, 253, 247, 0.22);
  font-style: normal;
  color: #aef4e8;
}
.scheduler {
  padding: 25px;
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(244, 255, 252, 0.97),
    rgba(218, 244, 238, 0.94)
  );
  color: #0a3447;
  border: 1px solid rgba(214, 253, 247, 0.66);
  box-shadow: 0 34px 72px rgba(1, 28, 45, 0.34);
}
.scheduler-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(20, 126, 139, 0.16);
}
.scheduler-head strong {
  font-size: 1.15rem;
  letter-spacing: -0.035em;
}
.duration {
  padding: 0.45rem 0.62rem;
  border-radius: 999px;
  background: #dff6f1;
  color: #0b6976;
  font-size: 0.66rem;
  font-weight: 900;
}
.booking-label {
  display: block;
  margin: 21px 0 10px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #55727b;
}
.date-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.date-option,
.time-option {
  border: 1px solid rgba(20, 126, 139, 0.18);
  background: #f9fffd;
  color: #0b4052;
  border-radius: 13px;
  cursor: pointer;
  transition: 0.2s ease;
}
.date-option {
  padding: 11px 7px;
  text-align: center;
}
.date-option b {
  display: block;
  font-size: 0.77rem;
}
.date-option span {
  display: block;
  margin-top: 4px;
  font-size: 0.62rem;
  color: #688087;
}
.date-option:hover,
.time-option:hover,
.date-option.active,
.time-option.active {
  transform: translateY(-2px);
  border-color: #4acbc8;
  background: #0c6d7a;
  color: #fff;
  box-shadow: 0 10px 20px rgba(9, 105, 117, 0.16);
}
.date-option.active span {
  color: #d8fbf5;
}
.time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.time-option {
  padding: 0.72rem 0.45rem;
  font-size: 0.74rem;
  font-weight: 850;
}
.booking-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.booking-field {
  display: grid;
  gap: 6px;
}
.booking-field label {
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #55727b;
}
.booking-field input {
  width: 100%;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(20, 126, 139, 0.2);
  border-radius: 12px;
  background: #fbfffe;
  color: #0a3447;
  outline: none;
}
.booking-field input:focus {
  border-color: #49c9c6;
  box-shadow: 0 0 0 3px rgba(73, 201, 198, 0.13);
}
.booking-summary {
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: 13px;
  background: #e6f7f3;
  color: #315d66;
  font-size: 0.76rem;
  line-height: 1.5;
}
.booking-summary strong {
  color: #0b5563;
}
.book-submit {
  width: 100%;
  margin-top: 14px;
  border: 0;
  background: #0b5b68;
  color: white;
}
.book-submit:hover {
  background: #0e7582;
}
.booking-status {
  display: none;
  margin: 13px 0 0;
  color: #0d756e;
  font-size: 0.78rem;
  font-weight: 800;
}
.booking-status.show {
  display: block;
}

.footer .footer-links {
  align-items: center;
}

@media (max-width: 1050px) {
  .about-grid,
  .system-layout,
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .owner-portrait {
    min-height: 430px;
  }
  .orbit-stage {
    margin: 0 auto;
  }
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 310px 250px 250px;
  }
  .portfolio-card:first-child {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .services-expanded .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .hero-home .careers-page-intro {
    padding: 56px 0 225px;
  }
  .growth-launch {
    padding-top: 48px;
  }
  .growth-actions {
    margin: 0 auto 58px;
  }
  .brand-group {
    gap: 35px;
    padding-right: 35px;
  }
  .brand-logo {
    font-size: 1rem;
  }
  .portfolio-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .portfolio-card,
  .portfolio-card:first-child {
    min-height: 280px;
    grid-column: auto;
    grid-row: auto;
  }
  .ugc-phone {
    transform: scale(0.75) rotate(8deg);
    transform-origin: top right;
    right: 18px;
  }
  .services-expanded .service-grid {
    grid-template-columns: 1fr;
  }
  .orbit-stage {
    width: 100%;
    min-height: 710px;
    aspect-ratio: auto;
  }
  .process-orbit {
    animation: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 280px;
  }
  .process-node {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    transform: none;
  }
  .process-node-inner {
    min-height: 96px;
    animation: none;
  }
  .orbit-center {
    top: 120px;
  }
  .orbit-stage:before {
    top: 120px;
    width: 250px;
    height: 250px;
  }
  .orbit-stage:after {
    top: 120px;
    width: 170px;
    height: 170px;
  }
  .date-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .time-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .booking-form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .hero-home .careers-page-intro h1 {
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }
  .growth-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 330px);
  }
  .growth-actions .button {
    width: 100%;
  }
  .owner-details {
    grid-template-columns: 1fr;
  }
  .owner-portrait {
    min-height: 390px;
  }
  .owner-monogram {
    width: 170px;
    height: 170px;
    font-size: 3.2rem;
  }
  .owner-orbit {
    width: 300px;
    height: 300px;
  }
  .owner-tag.two {
    right: 10px;
  }
  .owner-tag.one {
    left: 10px;
  }
  .owner-tag.three {
    left: 18px;
  }
  .process-orbit {
    grid-template-columns: 1fr;
  }
  .orbit-stage {
    min-height: 930px;
  }
  .portfolio-card {
    min-height: 250px;
  }
  .quote-moving {
    width: 300px;
    flex-basis: 300px;
  }
  .date-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .time-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-track,
  .testimonial-track,
  .process-orbit,
  .process-node-inner {
    animation: none !important;
  }
  .brand-marquee,
  .testimonial-marquee {
    overflow-x: auto;
  }
  .brand-track,
  .testimonial-track {
    transform: none !important;
  }
}

/* === Requested July 2026 revisions === */
.brandmark-image {
  width: 75px;
  height: 75px;
  min-width: 65px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: visible;
  flex: 0 0 auto;
}
.brandmark-image img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}
.brand-word {
  gap: 0.35rem;
}
.brand-word strong {
  font-size: 1.35rem;
}
.brand-word small {
  font-size: 0.7rem;
}

.owner-portrait-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.owner-portrait-wrapper .owner-portrait {
  width: 100%;
}
.owner-caption {
  font-size: 1.2rem;
  font-weight: 700;
  color: #073349;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.owner-tag.founder-tag {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.04em;
}

/* === Calendly UI Customization === */
.calendly-embed-wrapper {
  background: linear-gradient(
    145deg,
    rgba(6, 36, 56, 0.94) 0%,
    rgba(11, 80, 101, 0.9) 100%
  );
  border-radius: 28px;
  padding: 16px;
  border: 1px solid rgba(49, 217, 225, 0.4);
  box-shadow:
    0 30px 70px rgba(3, 27, 46, 0.55),
    0 0 35px rgba(49, 217, 225, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.calendly-embed-wrapper:hover {
  border-color: rgba(49, 217, 225, 0.65);
  box-shadow:
    0 35px 80px rgba(3, 27, 46, 0.65),
    0 0 45px rgba(49, 217, 225, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.calendly-inline-widget {
  min-width: 320px;
  height: 720px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: none;
}

@media (max-width: 760px) {
  .calendly-inline-widget {
    height: 660px;
    min-width: 280px;
  }
  .calendly-embed-wrapper {
    padding: 10px;
    border-radius: 20px;
  }
}

.hero-home .careers-page-intro {
  padding: 92px 0 305px;
  max-width: 980px;
}
.hero-home .careers-page-intro h1 {
  max-width: 970px;
}
.hero-home .careers-page-intro p {
  max-width: 760px;
  margin-top: 1.8rem;
  line-height: 1.78;
  padding-right: 24px;
  text-shadow: 0 2px 16px rgba(0, 19, 35, 0.7);
}
.growth-launch {
  padding: 96px 0 94px;
}

.founder-copy .section-title {
  max-width: 780px;
}
.founder-copy p {
  max-width: 750px;
}

/* Portfolio layout based on the supplied left-grid/right-copy sketch. */
.portfolio-revised {
  padding: 128px 0 140px;
}
.portfolio-main-head {
  padding-bottom: 62px;
  border-bottom: 1px solid rgba(190, 250, 243, 0.17);
}
.portfolio-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.75fr);
  gap: 64px;
  align-items: center;
  padding: 76px 0;
  border-bottom: 1px solid rgba(190, 250, 243, 0.16);
}
.portfolio-showcase.motion-showcase {
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.6fr);
  border-bottom: 0;
  padding-bottom: 8px;
}
.portfolio-phone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.portfolio-phone {
  position: relative;
  aspect-ratio: 9/16;
  padding: 8px;
  border: 2px solid rgba(181, 251, 242, 0.72);
  border-radius: 25px;
  background: #031a2e;
  box-shadow:
    0 22px 42px rgba(0, 17, 31, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.09);
  overflow: hidden;
  transition: 0.3s ease;
}
.portfolio-phone:hover {
  transform: translateY(-8px);
  border-color: #a5f2e4;
  box-shadow:
    0 30px 55px rgba(0, 17, 31, 0.46),
    0 0 0 4px rgba(49, 217, 225, 0.08);
}
.portfolio-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
  background: #fff;
}
.portfolio-phone .phone-speaker {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  width: 34%;
  height: 9px;
  border-radius: 999px;
  background: #02111f;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.portfolio-phone > span {
  position: absolute;
  z-index: 4;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 0.52rem 0.58rem;
  border-radius: 10px;
  background: rgba(2, 20, 34, 0.82);
  backdrop-filter: blur(8px);
  color: #edfffb;
  font-size: 0.61rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.035em;
}
.portfolio-side-copy {
  position: relative;
  padding: 28px 0;
}
.portfolio-side-copy .eyebrow {
  color: #bdf8ef;
}
.portfolio-side-copy h3 {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 3.4vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #fff;
}
.portfolio-side-copy p {
  margin: 1.25rem 0 0;
  color: #c5e6e1;
  line-height: 1.72;
  font-size: 0.92rem;
}
.portfolio-index {
  display: block;
  margin-bottom: 1.1rem;
  font-size: 4.4rem;
  line-height: 0.8;
  font-weight: 950;
  letter-spacing: -0.08em;
  color: rgba(165, 242, 228, 0.18);
}
.portfolio-rule {
  width: 78%;
  height: 1px;
  margin: 28px 0 0;
  background: linear-gradient(90deg, #a5f2e4, transparent);
}
.portfolio-side-copy .portfolio-order {
  font-size: 0.71rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ecbc5;
}
.motion-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  background: #031323;
  overflow: hidden;
}
.motion-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio-phone:hover .motion-screen video {
  transform: scale(1.03);
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: inherit;
  background: rgba(3, 19, 35, 0.38);
  backdrop-filter: blur(2px);
  transition:
    background 0.3s ease,
    opacity 0.3s ease,
    backdrop-filter 0.3s ease;
}

.play-pause-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid rgba(181, 251, 242, 0.7);
  background: rgba(4, 25, 46, 0.78);
  backdrop-filter: blur(8px);
  color: #a5f2e4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.4),
    0 0 16px rgba(165, 242, 228, 0.2);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.motion-screen:hover .play-pause-btn {
  transform: scale(1.1);
  border-color: #a5f2e4;
  background: rgba(4, 25, 46, 0.9);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(165, 242, 228, 0.35);
}

.play-pause-btn svg {
  width: 20px;
  height: 20px;
}

.play-pause-btn .play-icon {
  display: block;
  margin-left: 2px;
}

.play-pause-btn .pause-icon {
  display: none;
}

.video-status-tag {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #effffb;
  background: rgba(2, 20, 34, 0.75);
  backdrop-filter: blur(4px);
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(165, 242, 228, 0.28);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* Playing State */
.motion-screen.is-playing .video-overlay {
  opacity: 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}

.motion-screen.is-playing:hover .video-overlay {
  opacity: 1;
  background: rgba(3, 19, 35, 0.45);
  backdrop-filter: blur(3px);
  pointer-events: auto;
}

.motion-screen.is-playing .play-pause-btn .play-icon {
  display: none;
}

.motion-screen.is-playing .play-pause-btn .pause-icon {
  display: block;
}

/* Numbered Modiva System; slightly smaller rectangular elements. */
.process-node {
  width: 154px;
  height: 82px;
  margin-left: -77px;
  margin-top: -41px;
  transform: rotate(var(--angle)) translateX(225px)
    rotate(calc(-1 * var(--angle)));
}
.process-node-inner {
  position: relative;
  gap: 9px;
  padding: 12px 10px 11px 12px;
  border-radius: 15px;
}
.process-node svg {
  flex-basis: 31px;
  width: 31px;
  height: 31px;
  padding: 7px;
  border-radius: 9px;
}
.process-node b {
  font-size: 0.82rem;
}
.process-node span:not(.step-number) {
  font-size: 0.57rem;
}
.step-number {
  position: absolute;
  right: 8px;
  top: 7px;
  font-size: 0.75rem !important;
  line-height: 1;
  font-weight: 950;
  color: #0c7b89 !important;
  letter-spacing: 0.04em;
}
.orbit-stage:before {
  width: 70%;
  height: 70%;
}
.services-expanded .service-card {
  min-height: 300px;
}
.services-expanded .service-card h3 {
  margin-top: 54px;
}
.services-expanded .service-card:after {
  display: none;
}

.testimonial-head {
  padding-bottom: 4px;
}
.quote-moving blockquote {
  min-height: 116px;
}
.quote-moving .person {
  padding-top: 17px;
  border-top: 1px solid rgba(20, 125, 138, 0.15);
}
.quote-moving .person strong {
  font-size: 0.84rem;
}
.quote-moving .person span {
  display: block;
  margin-top: 4px;
}

@media (max-width: 1050px) {
  .portfolio-showcase,
  .portfolio-showcase.motion-showcase {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .motion-showcase .portfolio-side-copy {
    order: 0;
  }
  .motion-showcase .portfolio-phone-grid {
    order: 1;
  }
  .portfolio-phone-grid {
    max-width: 760px;
  }
  .process-node {
    transform: rotate(var(--angle)) translateX(210px)
      rotate(calc(-1 * var(--angle)));
  }
}
@media (max-width: 760px) {
  .brandmark-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 0;
  }
  .hero-home {
    min-height: 870px;
  }
  .hero-home .careers-page-intro {
    padding: 64px 0 325px;
  }
  .hero-home .careers-page-intro p {
    margin-top: 2rem;
    padding-right: 0;
    max-width: 600px;
    font-size: 0.98rem;
    line-height: 1.78;
  }
  .growth-launch {
    padding: 82px 0 78px;
  }
  .portfolio-revised {
    padding: 92px 0;
  }
  .portfolio-main-head {
    padding-bottom: 44px;
  }
  .portfolio-showcase {
    padding: 54px 0;
  }
  .portfolio-phone-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
  }
  .portfolio-phone {
    padding: 5px;
    border-radius: 18px;
  }
  .portfolio-phone img,
  .motion-screen {
    border-radius: 12px;
  }
  .portfolio-phone .phone-speaker {
    top: 8px;
    height: 6px;
  }
  .portfolio-phone > span {
    left: 7px;
    right: 7px;
    bottom: 7px;
    padding: 0.38rem 0.3rem;
    font-size: 0.5rem;
  }
  .portfolio-index {
    font-size: 3.4rem;
  }
  .portfolio-side-copy h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  .process-node {
    width: auto;
    height: auto;
    margin: 0;
    transform: none;
  }
  .process-node-inner {
    min-height: 88px;
  }
  .step-number {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 520px) {
  .hero-home {
    min-height: 900px;
  }
  .hero-home .careers-page-intro {
    padding: 54px 0 345px;
  }
  .hero-home .careers-page-intro h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 0.94;
  }
  .hero-home .careers-page-intro p {
    font-size: 0.94rem;
    line-height: 1.8;
    margin-top: 2.15rem;
  }
  .portfolio-phone-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .portfolio-side-copy {
    padding: 8px 0;
  }
  .portfolio-rule {
    width: 100%;
  }
  .quote-moving {
    width: 304px;
    flex-basis: 304px;
  }
}
