@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap');
:root {
  --ink:#111318;
  --muted:#646b76;
  --line:#dfe2e8;
  --paper:#f7f8fa;
  --white:#fff;
  --blue:#1647ff;
  --lime:#16c60c;
  --night:#10131a;
  --radius:24px;
  --shadow:0 30px 80px rgba(24,35,66,.12)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--white);
  color:var(--ink);
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.6;
  overflow-x:hidden
}
body.menu-open {
  overflow:hidden
}
a {
  color:inherit;
  text-decoration:none
}
button,input,select,textarea {
  font:inherit
}
button {
  cursor:pointer
}
img {
  max-width:100%;
  display:block
}
.wrap {
  width:min(1180px,calc(100% - 48px));
  margin-inline:auto
}
.site-header {
  height:88px;
  position:relative;
  z-index:50;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(17,19,24,.08)
}
.nav-shell {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  font:700 25px Manrope,sans-serif;
  letter-spacing:-1.2px;
  display:flex;
  align-items:center;
  gap:8px
}
.brand-mark {
  width:11px;
  height:11px;
  border-radius:50%;
  background:var(--blue);
  box-shadow:8px -5px 0 var(--lime)
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:32px
}
.desktop-nav a {
  font-size:14px;
  color:var(--muted);
  transition:.25s
}
.desktop-nav a:hover,.desktop-nav a.active {
  color:var(--ink)
}
.desktop-nav a.active:after {
  content:'';
  display:block;
  height:2px;
  background:var(--blue);
  margin-top:5px
}
.nav-cta,.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-radius:999px;
  padding:13px 19px;
  border:1px solid var(--ink);
  font-weight:600;
  font-size:14px;
  transition:transform .25s,box-shadow .25s,background .25s,color .25s
}
.nav-cta,.button.dark {
  background:var(--ink);
  color:#fff
}
.nav-cta:hover,.button:hover {
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(17,19,24,.18)
}
.button.blue {
  background:var(--blue);
  color:#fff;
  border-color:var(--blue)
}
.button.light {
  background:#fff;
  color:var(--ink);
  border-color:rgba(255,255,255,.5)
}
.button.ghost {
  background:transparent
}
.menu-button {
  display:none;
  border:0;
  background:transparent;
  width:44px;
  height:44px;
  border-radius:50%;
  position:relative
}
.menu-button span,.menu-button:before,.menu-button:after {
  content:'';
  position:absolute;
  width:20px;
  height:2px;
  background:var(--ink);
  left:12px;
  transition:.25s
}
.menu-button:before {
  top:15px
}
.menu-button span {
  top:21px
}
.menu-button:after {
  top:27px
}
.menu-button.open:before {
  transform:translateY(6px) rotate(45deg)
}
.menu-button.open span {
  opacity:0
}
.menu-button.open:after {
  transform:translateY(-6px) rotate(-45deg)
}
.mobile-nav {
  display:none;
  position:fixed;
  inset:88px 0 0;
  background:#fff;
  padding:36px 24px;
  z-index:49
}
.mobile-nav.open {
  display:flex;
  flex-direction:column;
  gap:8px
}
.mobile-nav a {
  font:600 34px/1.25 Manrope,sans-serif;
  padding:12px 0;
  border-bottom:1px solid var(--line)
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:600;
  font-size:12px;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 24px
}
.eyebrow:before {
  content:'';
  width:22px;
  height:2px;
  background:var(--blue)
}
.hero {
  padding:76px 0 100px
}
.hero-grid {
  display:grid;
  grid-template-columns:1.05fr .8fr;
  align-items:center;
  gap:70px
}
.hero h1,.page-hero h1 {
  font:600 clamp(56px,7.5vw,106px)/.96 Manrope,sans-serif;
  letter-spacing:-.065em;
  margin:0 0 30px
}
.hero h1 em,.page-hero h1 em {
  font-style:normal;
  color:var(--blue)
}
.hero-copy>p:not(.eyebrow) {
  font-size:19px;
  color:var(--muted);
  max-width:620px;
  margin:0 0 34px
}
.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap
}
.hero-visual {
  background:linear-gradient(135deg,#f5f7fb,#eef1f7);
  border-radius:42px;
  overflow:hidden;
  position:relative;
  aspect-ratio:4/5;
  box-shadow:var(--shadow)
}
.hero-visual img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease
}
.hero-chip {
  position:absolute;
  left:24px;
  bottom:24px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
  font-size:13px;
  font-weight:600
}
.ticker {
  border-block:1px solid var(--line);
  overflow:hidden;
  white-space:nowrap
}
.ticker-track {
  display:inline-flex;
  gap:40px;
  padding:18px 0;
  animation:ticker 24s linear infinite
}
.ticker span {
  font:600 13px Manrope,sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em
}
.ticker b {
  color:var(--blue)
}
.section {
  padding:110px 0
}
.section.soft {
  background:var(--paper)
}
.section.dark {
  background:var(--night);
  color:#fff
}
.section-head {
  display:grid;
  grid-template-columns:1fr .55fr;
  gap:60px;
  align-items:end;
  margin-bottom:56px
}
.section-head h2,.page-title {
  font:600 clamp(40px,5vw,68px)/1.05 Manrope,sans-serif;
  letter-spacing:-.05em;
  margin:0
}
#home-services .section-head h2 {
  font-size:clamp(30px,3.6vw,48px);
  line-height:1.1;
  letter-spacing:-.04em
}
.section-head p {
  color:var(--muted);
  margin:0
}
.dark .section-head p {
  color:#aab1bf
}
.grid-3 {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.service-card,.value-card,.contact-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px;
  background:#fff;
  transition:transform .3s,box-shadow .3s,border-color .3s
}
#who-we-help .service-card {
  position:relative;
  overflow:hidden;
  padding:0;
  display:flex;
  flex-direction:column
}
.service-card:hover,.value-card:hover,.contact-card:hover {
  transform:translateY(-7px);
  border-color:#b9c7ff;
  box-shadow:0 24px 50px rgba(25,40,80,.1)
}
.service-icon {
  width:52px;
  height:52px;
  border-radius:15px;
  background:var(--paper);
  display:grid;
  place-items:center;
  font:600 19px Manrope;
  margin-bottom:42px
}
.audience-image {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .55s ease
}
#who-we-help .service-card:hover .audience-image {
  transform:scale(1.04)
}
.audience-card-body {
  position:relative;
  flex:1;
  padding:26px 28px 30px;
  background:var(--white)
}
#who-we-help .section-head h2 {
  font-size:clamp(34px,4.4vw,58px)
}
@media(min-width:701px) and (max-width:1020px) {
  #who-we-help .grid-3 .service-card:last-child {
    grid-column:1/-1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)
  }
  #who-we-help .grid-3 .service-card:last-child .audience-image {
    height:100%;
    min-height:290px;
    aspect-ratio:auto
  }
  #who-we-help .grid-3 .service-card:last-child .audience-card-body {
    display:flex;
    flex-direction:column;
    justify-content:center
  }
}
@media(max-width:700px) {
  #who-we-help .grid-3 {
    gap:18px
  }
  #who-we-help .service-card {
    border-radius:22px
  }
  .audience-card-body {
    padding:22px 22px 25px
  }
  #who-we-help .section-head h2 {
    font-size:clamp(31px,10vw,42px)
  }
}
.audience-tag {
  display:inline-flex;
  margin-bottom:12px;
  color:var(--blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase
}
.service-card h3,.value-card h3 {
  font:600 22px Manrope;
  margin:0 0 12px;
  letter-spacing:-.025em
}
.service-card p,.value-card p {
  color:var(--muted);
  margin:0
}
.card-link {
  display:inline-flex;
  gap:9px;
  align-items:center;
  margin-top:28px;
  font-weight:600;
  font-size:14px;
  color:var(--blue)
}
.work-grid {
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:22px
}
.work-card {
  min-height:430px;
  border-radius:30px;
  padding:34px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform .35s
}
.work-card:after {
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(5,8,16,.12),rgba(5,8,16,.84))
}
.work-card-image {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease
}
.work-card:hover .work-card-image {
  transform:scale(1.045)
}
.work-card>div,.work-card>.work-stat {
  position:relative;
  z-index:2
}
.work-card.blue,.work-card.lime,.work-card.black {
  color:#fff
}
.work-card:hover {
  transform:translateY(-8px)
}
.work-card.blue {
  background:#1647ff;
  color:#fff
}
.work-card.lime {
  background:#16c60c
}
.work-card.black {
  background:#15171d;
  color:#fff;
  grid-column:1/-1;
  min-height:340px
}
.sample {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  opacity:.7
}
.work-card h3 {
  font:600 clamp(32px,4vw,56px)/1 Manrope;
  letter-spacing:-.05em;
  margin:18px 0
}
.work-card p {
  max-width:480px;
  opacity:.78
}
.work-stat {
  font:600 74px/1 Manrope;
  letter-spacing:-.06em;
  align-self:flex-end
}
.work-orbit {
  position:absolute;
  width:280px;
  height:280px;
  border:1px solid currentColor;
  border-radius:50%;
  right:-70px;
  top:-60px;
  opacity:0
}
.work-orbit:after {
  content:'';
  position:absolute;
  inset:42px;
  border:1px solid currentColor;
  border-radius:50%
}
.process {
  counter-reset:step
}
.process-row {
  counter-increment:step;
  display:grid;
  grid-template-columns:90px .6fr 1fr;
  padding:30px 0;
  border-top:1px solid var(--line);
  align-items:start
}
.process-row:before {
  content:'0' counter(step);
  color:var(--blue);
  font-weight:600
}
.process-row h3 {
  font:600 25px Manrope;
  margin:0
}
.process-row p {
  color:var(--muted);
  margin:0
}
.engagement-list {
  border-top:1px solid var(--line)
}
.engagement-item {
  display:grid;
  grid-template-columns:72px minmax(0,1fr) 58px minmax(180px,250px);
  gap:24px;
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid var(--line);
  transition:padding .3s,background .3s
}
.engagement-item:hover {
  padding-inline:18px;
  background:var(--white)
}
.engagement-number {
  align-self:start;
  padding-top:5px;
  color:var(--blue);
  font:700 12px/1 Manrope,sans-serif;
  letter-spacing:.08em
}
.engagement-copy h3 {
  margin:0 0 10px;
  font:600 clamp(24px,2.7vw,38px)/1.08 Manrope,sans-serif;
  letter-spacing:-.04em
}
.engagement-copy p {
  max-width:610px;
  margin:0;
  color:var(--muted);
  line-height:1.6
}
.engagement-tags {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:16px
}
.engagement-tags span {
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--ink);
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase
}
.engagement-action {
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:1px solid var(--ink);
  border-radius:50%;
  color:var(--ink);
  font-size:25px;
  transition:transform .3s,background .3s,color .3s
}
.engagement-item:hover .engagement-action,.engagement-action:focus-visible {
  transform:rotate(45deg);
  background:var(--blue);
  border-color:var(--blue);
  color:#fff
}
.engagement-media {
  overflow:hidden;
  border-radius:20px;
  aspect-ratio:1.25/1;
  background:var(--paper)
}
.engagement-media img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease
}
.engagement-item:hover .engagement-media img {
  transform:scale(1.06)
}
@media(hover:hover) and (pointer:fine) and (min-width:851px) {
  .engagement-media {
    opacity:0;
    visibility:hidden;
    transform:translateX(18px) scale(.94);
    transition:opacity .32s,visibility .32s,transform .4s cubic-bezier(.2,.8,.2,1)
  }
  .engagement-item:hover .engagement-media,.engagement-item:focus-within .engagement-media {
    opacity:1;
    visibility:visible;
    transform:none
  }
}
@media(max-width:850px) {
  .engagement-item {
    grid-template-columns:54px minmax(0,1fr) 48px;
    gap:16px
  }
  .engagement-media {
    grid-column:2/4;
    width:100%;
    max-height:0;
    aspect-ratio:16/8;
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px);
    transition:max-height .4s,opacity .3s,visibility .3s,transform .4s
  }
  .engagement-item:hover .engagement-media,.engagement-item:focus .engagement-media,.engagement-item:focus-within .engagement-media {
    max-height:360px;
    opacity:1;
    visibility:visible;
    transform:none
  }
  .engagement-action {
    width:46px;
    height:46px
  }
}
@media(max-width:560px) {
  .engagement-item {
    grid-template-columns:1fr 44px;
    gap:14px;
    padding:22px 0 26px
  }
  .engagement-item:hover {
    padding-inline:0;
    background:transparent
  }
  .engagement-number {
    grid-column:1/-1;
    padding:0
  }
  .engagement-copy h3 {
    font-size:27px
  }
  .engagement-action {
    grid-column:2;
    grid-row:2;
    align-self:start;
    width:42px;
    height:42px
  }
  .engagement-media {
    grid-column:1/-1;
    aspect-ratio:16/10;
    border-radius:16px
  }
}
.stats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#30333b;
  border:1px solid #30333b
}
.stat {
  background:var(--night);
  padding:38px 28px
}
.stat strong {
  font:600 54px Manrope;
  letter-spacing:-.05em
}
.stat p {
  color:#aab1bf;
  margin:6px 0 0;
  font-size:14px
}
.cta-band {
  background:var(--blue);
  color:#fff;
  border-radius:34px;
  padding:54px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px
}
.cta-band h2 {
  font:600 clamp(35px,5vw,62px)/1 Manrope;
  letter-spacing:-.05em;
  margin:0;
  max-width:700px
}
.page-hero {
  padding:90px 0 70px;
  background:var(--paper)
}
.page-hero p {
  max-width:690px;
  font-size:19px;
  color:var(--muted)
}
body[data-page="services"] .page-hero {
  position:relative;
  min-height:470px;
  overflow:hidden;
  isolation:isolate
}
body[data-page="services"] .page-hero:after {
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 44%,color-mix(in srgb,var(--paper) 88%,transparent) 60%,transparent 79%)
}
body[data-page="services"] .page-hero>.wrap {
  position:relative;
  z-index:2
}
.page-hero .hero-tech-background {
  position:absolute;
  z-index:0;
  inset:0;
  overflow:hidden;
  pointer-events:none
}
.page-hero .hero-tech-system {
  position:absolute;
  top:50%;
  right:-110px;
  width:620px;
  height:620px;
  transform:translateY(-50%)
}
.page-hero .hero-tech-center,.page-hero .hero-tech-orbit {
  position:absolute;
  top:50%;
  left:50%
}
.page-hero .hero-tech-center {
  z-index:4;
  display:grid;
  width:90px;
  height:90px;
  place-items:center;
  transform:translate(-50%,-50%);
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--white);
  box-shadow:0 18px 46px rgba(17,19,24,.14)
}
.page-hero .hero-tech-center img {
  width:44px;
  height:44px
}
.page-hero .hero-tech-orbit {
  border:1px dashed color-mix(in srgb,var(--muted) 42%,transparent);
  border-radius:50%;
  animation:heroOrbitSpin 12s linear infinite;
  will-change:transform
}
.page-hero .hero-tech-orbit-1 {
  width:220px;
  height:220px;
  margin:-110px
}
.page-hero .hero-tech-orbit-2 {
  width:390px;
  height:390px;
  margin:-195px;
  animation-duration:18s;
  animation-direction:reverse
}
.page-hero .hero-tech-orbit-3 {
  width:560px;
  height:560px;
  margin:-280px;
  animation-duration:24s
}
.page-hero .hero-tech-icon {
  position:absolute;
  display:grid;
  width:50px;
  height:50px;
  margin:-25px;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--white);
  box-shadow:0 10px 28px rgba(17,19,24,.13);
  animation:heroOrbitCounter 12s linear infinite;
  will-change:transform
}
.page-hero .hero-tech-orbit-2 .hero-tech-icon {
  animation-duration:18s;
  animation-direction:reverse
}
.page-hero .hero-tech-orbit-3 .hero-tech-icon {
  animation-duration:24s
}
.page-hero .hero-tech-icon img {
  display:block;
  width:27px;
  height:27px
}
.page-hero .hero-tech-pos-1 {left:50%;top:0}
.page-hero .hero-tech-pos-2 {left:97.55%;top:34.55%}
.page-hero .hero-tech-pos-3 {left:79.39%;top:90.45%}
.page-hero .hero-tech-pos-4 {left:20.61%;top:90.45%}
.page-hero .hero-tech-pos-5 {left:2.45%;top:34.55%}
.page-hero .hero-tech-aws {
  background:#ff9900;
  color:#fff;
  font:700 14px/1 Manrope,sans-serif;
  letter-spacing:-.05em
}
.page-hero .hero-tech-linkedin {
  background:#0077b5;
  color:#fff;
  font:700 19px/1 Manrope,sans-serif;
  letter-spacing:-.08em
}
@keyframes heroOrbitSpin {
  from {transform:rotate(0)}
  to {transform:rotate(360deg)}
}
@keyframes heroOrbitCounter {
  from {transform:rotate(0)}
  to {transform:rotate(-360deg)}
}
@media(max-width:980px) {
  .page-hero .hero-tech-system {
    right:-200px;
    width:560px;
    height:560px
  }
  body[data-page="services"] .page-hero:after {
    background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 56%,color-mix(in srgb,var(--paper) 88%,transparent) 72%,transparent 100%)
  }
}
@media(max-width:767px) {
  body[data-page="services"] .page-hero {
    min-height:430px;
    padding-bottom:120px
  }
  body[data-page="services"] .page-hero:after {
    background:linear-gradient(180deg,var(--paper) 0%,var(--paper) 61%,color-mix(in srgb,var(--paper) 82%,transparent) 78%,transparent 100%)
  }
  .page-hero .hero-tech-background {
    opacity:.62
  }
  .page-hero .hero-tech-system {
    top:auto;
    right:-105px;
    bottom:-210px;
    width:410px;
    height:410px;
    transform:none
  }
  .page-hero .hero-tech-center {
    width:70px;
    height:70px
  }
  .page-hero .hero-tech-center img {
    width:36px;
    height:36px
  }
  .page-hero .hero-tech-orbit-1 {width:155px;height:155px;margin:-77.5px}
  .page-hero .hero-tech-orbit-2 {width:265px;height:265px;margin:-132.5px}
  .page-hero .hero-tech-orbit-3 {width:375px;height:375px;margin:-187.5px}
  .page-hero .hero-tech-icon {
    width:40px;
    height:40px;
    margin:-20px
  }
  .page-hero .hero-tech-icon img {
    width:22px;
    height:22px
  }
}
@media(prefers-reduced-motion:reduce) {
  .page-hero .hero-tech-orbit,.page-hero .hero-tech-icon {
    animation:none!important
  }
}
body[data-page="work"] .page-hero {
  position:relative;
  min-height:485px;
  overflow:hidden;
  isolation:isolate;
  background-color:var(--paper);
  background-image:none!important
}
body[data-page="work"] .page-hero:after {
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 43%,color-mix(in srgb,var(--paper) 90%,transparent) 57%,transparent 79%)
}
body[data-page="work"] .page-hero>.wrap {
  position:relative;
  z-index:2
}
:is(.page-hero,.hero-dashboard) .concept-interactive-bg {
  --concept-x:0px;
  --concept-y:0px;
  --concept-grid-x:0px;
  --concept-grid-y:0px;
  position:absolute;
  z-index:0;
  inset:0;
  overflow:hidden;
  pointer-events:none
}
:is(.page-hero,.hero-dashboard) .concept-interactive-bg:before {
  content:"";
  position:absolute;
  right:-7%;
  top:-34%;
  width:640px;
  height:640px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(22,71,255,.13),rgba(22,198,12,.045) 42%,transparent 70%);
  filter:blur(12px)
}
:is(.page-hero,.hero-dashboard) .concept-grid {
  position:absolute;
  inset:0 0 0 44%;
  opacity:.28;
  transform:translate3d(var(--concept-grid-x),var(--concept-grid-y),0);
  background-image:radial-gradient(circle,color-mix(in srgb,var(--muted) 42%,transparent) 1px,transparent 1.3px);
  background-size:25px 25px;
  mask-image:linear-gradient(90deg,transparent,#000 30%,#000)
}
:is(.page-hero,.hero-dashboard) .concept-network {
  position:absolute;
  top:50%;
  right:-55px;
  width:min(58vw,720px);
  aspect-ratio:720/430;
  transform:translate3d(var(--concept-x),calc(-50% + var(--concept-y)),0);
  transition:transform .18s ease-out;
  will-change:transform
}
:is(.page-hero,.hero-dashboard) .concept-lines {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible
}
:is(.page-hero,.hero-dashboard) .concept-path {
  fill:none;
  stroke:color-mix(in srgb,var(--muted) 56%,transparent);
  stroke-width:1.25;
  vector-effect:non-scaling-stroke;
  transition:stroke .35s ease,opacity .35s ease
}
:is(.page-hero,.hero-dashboard) .concept-path-main {
  stroke-dasharray:8 9;
  animation:conceptDash 18s linear infinite
}
:is(.page-hero,.hero-dashboard) .concept-path-secondary {
  opacity:.55;
  stroke-dasharray:2 10;
  animation:conceptDash 28s linear infinite reverse
}
:is(.page-hero,.hero-dashboard) .concept-path-dot {
  fill:var(--blue);
  filter:drop-shadow(0 0 5px rgba(22,71,255,.34))
}
:is(.page-hero,.hero-dashboard) .concept-node {
  position:absolute;
  display:grid;
  width:116px;
  height:116px;
  place-content:center;
  padding:10px;
  border:1px solid color-mix(in srgb,var(--muted) 38%,transparent);
  border-radius:50%;
  background:color-mix(in srgb,var(--white) 88%,transparent);
  box-shadow:0 16px 45px rgba(17,19,24,.08);
  text-align:center;
  backdrop-filter:blur(8px);
  transition:transform .4s cubic-bezier(.2,.7,.2,1),border-color .35s ease,box-shadow .35s ease
}
:is(.page-hero,.hero-dashboard) .concept-node:before {
  content:"";
  position:absolute;
  inset:8px;
  border:1px dashed color-mix(in srgb,var(--blue) 25%,transparent);
  border-radius:50%;
  animation:conceptSpin 22s linear infinite
}
:is(.page-hero,.hero-dashboard) .concept-node-mark {
  color:var(--blue);
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em
}
:is(.page-hero,.hero-dashboard) .concept-node strong {
  margin-top:5px;
  color:var(--ink);
  font:700 12px/1.2 Manrope,sans-serif;
  letter-spacing:.08em
}
:is(.page-hero,.hero-dashboard) .concept-node small {
  max-height:0;
  overflow:hidden;
  color:var(--muted);
  font-size:10px;
  opacity:0;
  transition:max-height .3s ease,opacity .3s ease,margin .3s ease
}
:is(.page-hero,.hero-dashboard) .concept-node.is-near {
  z-index:3;
  transform:scale(1.08);
  border-color:color-mix(in srgb,var(--blue) 52%,var(--line));
  box-shadow:0 18px 50px rgba(22,71,255,.16)
}
:is(.page-hero,.hero-dashboard) .concept-node.is-near small {
  max-height:16px;
  margin-top:4px;
  opacity:1
}
:is(.page-hero,.hero-dashboard) .concept-node-search {left:18%;top:7%;animation:conceptFloat 7s ease-in-out infinite}
:is(.page-hero,.hero-dashboard) .concept-node-creative {left:45%;top:36%;animation:conceptFloat 8.5s ease-in-out -2s infinite}
:is(.page-hero,.hero-dashboard) .concept-node-conversion {left:71%;top:67%;animation:conceptFloat 9s ease-in-out -4s infinite}
:is(.page-hero,.hero-dashboard) .concept-particle,:is(.page-hero,.hero-dashboard) .concept-shape {
  position:absolute;
  display:block
}
:is(.page-hero,.hero-dashboard) .concept-particle {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--green) 10%,transparent);
  animation:conceptDrift 7s ease-in-out infinite
}
:is(.page-hero,.hero-dashboard) .concept-particle-1 {left:8%;top:64%}
:is(.page-hero,.hero-dashboard) .concept-particle-2 {left:37%;top:14%;animation-delay:-2s;background:var(--blue)}
:is(.page-hero,.hero-dashboard) .concept-particle-3 {left:64%;top:24%;animation-delay:-4s}
:is(.page-hero,.hero-dashboard) .concept-particle-4 {left:89%;top:47%;animation-delay:-1s;background:var(--blue)}
:is(.page-hero,.hero-dashboard) .concept-particle-5 {left:45%;top:88%;animation-delay:-5s}
:is(.page-hero,.hero-dashboard) .concept-shape {
  width:19px;
  height:19px;
  border:1px solid color-mix(in srgb,var(--muted) 40%,transparent)
}
:is(.page-hero,.hero-dashboard) .concept-shape-square {left:29%;top:72%;transform:rotate(25deg);animation:conceptSpin 18s linear infinite}
:is(.page-hero,.hero-dashboard) .concept-shape-ring {right:4%;top:12%;border-radius:50%;animation:conceptFloat 10s ease-in-out infinite}
@keyframes conceptDash {to {stroke-dashoffset:-170}}
@keyframes conceptSpin {to {transform:rotate(360deg)}}
@keyframes conceptFloat {0%,100% {translate:0 0}50% {translate:0 -8px}}
@keyframes conceptDrift {0%,100% {transform:translate3d(0,0,0);opacity:.45}50% {transform:translate3d(5px,-10px,0);opacity:1}}
@media(max-width:980px) {
  :is(.page-hero,.hero-dashboard) .concept-network {
    right:-135px;
    width:650px
  }
  body[data-page="work"] .page-hero:after {
    background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 55%,color-mix(in srgb,var(--paper) 86%,transparent) 72%,transparent 100%)
  }
}
@media(max-width:767px) {
  body[data-page="work"] .page-hero {
    min-height:470px;
    padding-bottom:140px
  }
  body[data-page="work"] .page-hero:after {
    background:linear-gradient(180deg,var(--paper) 0%,var(--paper) 56%,color-mix(in srgb,var(--paper) 76%,transparent) 72%,transparent 92%)
  }
  :is(.page-hero,.hero-dashboard) .concept-grid {
    inset:54% 0 0 26%;
    opacity:.18
  }
  :is(.page-hero,.hero-dashboard) .concept-network {
    top:auto;
    right:-100px;
    bottom:-25px;
    width:440px;
    transform:none;
    opacity:.84;
    transition:none
  }
  :is(.page-hero,.hero-dashboard) .concept-node {
    width:76px;
    height:76px
  }
  :is(.page-hero,.hero-dashboard) .concept-node:before {
    inset:6px
  }
  :is(.page-hero,.hero-dashboard) .concept-node strong {
    font-size:8px
  }
  :is(.page-hero,.hero-dashboard) .concept-node small,:is(.page-hero,.hero-dashboard) .concept-node-mark {
    display:none
  }
  :is(.page-hero,.hero-dashboard) .concept-particle-1,:is(.page-hero,.hero-dashboard) .concept-particle-4,:is(.page-hero,.hero-dashboard) .concept-shape-square {
    display:none
  }
}
@media(prefers-reduced-motion:reduce) {
  :is(.page-hero,.hero-dashboard) .concept-path,:is(.page-hero,.hero-dashboard) .concept-node,:is(.page-hero,.hero-dashboard) .concept-node:before,:is(.page-hero,.hero-dashboard) .concept-particle,:is(.page-hero,.hero-dashboard) .concept-shape {
    animation:none!important
  }
  :is(.page-hero,.hero-dashboard) .concept-path-dot {
    display:none
  }
}
.service-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--line)
}
.service-detail {
  padding:42px 50px 42px 0;
  border-bottom:1px solid var(--line)
}
.service-detail:nth-child(even) {
  padding-left:50px;
  border-left:1px solid var(--line)
}
.service-detail .num {
  color:var(--blue);
  font-size:13px;
  font-weight:600
}
.service-detail h2 {
  font:600 30px Manrope;
  margin:18px 0 12px
}
.service-detail p {
  color:var(--muted)
}
.pill-list {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px
}
.pill {
  border:1px solid var(--line);
  padding:7px 11px;
  border-radius:999px;
  font-size:12px
}
.case-stack {
  display:grid;
  gap:28px
}
.case {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  min-height:480px;
  border-radius:32px;
  overflow:hidden;
  background:var(--paper)
}
.case:nth-child(even) {
  grid-template-columns:1.2fr .8fr
}
.case:nth-child(even) .case-art {
  order:2
}
.case-art {
  display:grid;
  place-items:center;
  padding:44px;
  position:relative;
  overflow:hidden
}
.case-art.cobalt {
  background:#1647ff;
  color:#fff
}
.case-art.lime {
  background:#16c60c
}
.case-art.ink {
  background:#15171d;
  color:#fff
}
.case-shape {
  width:230px;
  aspect-ratio:1;
  border-radius:34% 66% 54% 46%;
  border:2px solid currentColor;
  transform:rotate(18deg);
  position:relative;
  animation:float 5s ease-in-out infinite
}
.case-shape:after {
  content:'';
  position:absolute;
  inset:32px;
  border-radius:50%;
  background:currentColor;
  opacity:.16
}
.case-copy {
  padding:58px;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.case-copy h2 {
  font:600 40px/1.05 Manrope;
  letter-spacing:-.04em;
  margin:16px 0
}
.case-copy p {
  color:var(--muted)
}
.case-meta {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}
.about-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px
}
.about-grid .big-copy {
  font:500 clamp(32px,4vw,54px)/1.15 Manrope;
  letter-spacing:-.04em;
  margin:0
}
.about-grid .body-copy {
  font-size:18px;
  color:var(--muted)
}
.contact-layout {
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:70px
}
.contact-options {
  display:grid;
  gap:14px;
  align-content:start
}
.contact-card h3 {
  margin:0 0 8px;
  font:600 18px Manrope
}
.contact-card p {
  font-size:14px;
  color:var(--muted);
  margin:0
}
.pending {
  display:inline-block;
  margin-top:16px;
  padding:6px 9px;
  border-radius:999px;
  background:#eff1f5;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em
}
.brief-form {
  background:var(--paper);
  padding:40px;
  border-radius:30px
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}
.field {
  display:grid;
  gap:8px
}
.field.full {
  grid-column:1/-1
}
.field label {
  font-weight:600;
  font-size:14px
}
.field input,.field select,.field textarea {
  width:100%;
  border:1px solid #ccd1da;
  border-radius:12px;
  padding:14px 15px;
  background:#fff;
  color:var(--ink)
}
.field textarea {
  min-height:145px;
  resize:vertical
}
.field input:focus,.field select:focus,.field textarea:focus {
  outline:3px solid rgba(22,71,255,.18);
  border-color:var(--blue)
}
.form-note {
  color:var(--muted);
  font-size:13px
}
.success {
  margin-top:18px;
  padding:17px;
  border-radius:12px;
  background:#ecffd9;
  color:#285000
}
.faq {
  max-width:860px;
  margin:auto
}
.faq-item {
  border-top:1px solid var(--line)
}
.faq-button {
  width:100%;
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:24px 0;
  border:0;
  background:none;
  text-align:left;
  font-weight:600;
  font-size:18px
}
.faq-answer {
  display:none;
  color:var(--muted);
  padding:0 40px 24px 0
}
.faq-item.open .faq-answer {
  display:block
}
.footer {
  padding:64px 0 30px;
  background:var(--night);
  color:#fff
}
.footer-grid {
  display:grid;
  grid-template-columns:1.3fr repeat(3,.6fr);
  gap:50px
}
.footer p,.footer a {
  color:#aab1bf;
  font-size:14px
}
.footer-links {
  display:grid;
  gap:9px
}
.footer-title {
  font-weight:600;
  margin-bottom:14px
}
.footer-bottom {
  border-top:1px solid #30333b;
  margin-top:55px;
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  color:#838b99;
  font-size:13px
}
[data-reveal] {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)
}
[data-reveal].visible {
  opacity:1;
  transform:none
}
@keyframes ticker {
  to {
    transform:translateX(-50%)
  }
}
@keyframes float {
  50% {
    transform:translateY(-12px) rotate(22deg)
  }
}
@media(max-width:900px) {
  .desktop-nav,.nav-cta {
    display:none
  }
  .menu-button {
    display:block
  }
  .hero-grid,.section-head,.about-grid,.contact-layout {
    grid-template-columns:1fr
  }
  .hero {
    padding-top:55px
  }
  .hero-visual {
    max-height:650px
  }
  .grid-3 {
    grid-template-columns:1fr 1fr
  }
  .work-grid {
    grid-template-columns:1fr
  }
  .work-card.black {
    grid-column:auto
  }
  .section {
    padding:80px 0
  }
  .section-head {
    gap:20px
  }
  .stats {
    grid-template-columns:1fr 1fr
  }
  .case,.case:nth-child(even) {
    grid-template-columns:1fr
  }
  .case:nth-child(even) .case-art {
    order:0
  }
  .case-art {
    min-height:330px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr
  }
  .service-list {
    grid-template-columns:1fr
  }
  .service-detail,.service-detail:nth-child(even) {
    padding:34px 0;
    border-left:0
  }
}
@media(max-width:600px) {
  .wrap {
    width:min(100% - 32px,1180px)
  }
  .site-header {
    height:76px
  }
  .mobile-nav {
    inset:76px 0 0
  }
  .hero h1,.page-hero h1 {
    font-size:52px
  }
  .hero-grid {
    gap:38px
  }
  .hero-visual {
    border-radius:26px
  }
  .grid-3,.form-grid {
    grid-template-columns:1fr
  }
  .section {
    padding:68px 0
  }
  .work-card {
    min-height:370px;
    padding:26px
  }
  .process-row {
    grid-template-columns:48px 1fr
  }
  .process-row p {
    grid-column:2;
    margin-top:10px
  }
  .stats {
    grid-template-columns:1fr
  }
  .cta-band {
    padding:34px;
    align-items:flex-start;
    flex-direction:column
  }
  .case-copy {
    padding:34px 25px
  }
  .contact-layout {
    gap:35px
  }
  .brief-form {
    padding:26px 20px
  }
  .footer-grid {
    grid-template-columns:1fr
  }
  .footer-bottom {
    display:block
  }
  .footer-bottom span {
    display:block;
    margin-top:7px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important
  }
  [data-reveal] {
    opacity:1;
    transform:none
  }
}
.dark .value-card {
  background:#151922;
  border-color:#303642;
  color:#fff
}
.dark .value-card p {
  color:#aab1bf
}
/* Homepage dashboard hero */
.hero-dashboard {
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:70px 0 84px;
  background-color:#050810;
  background-image:none!important;
  color:#fff
}
.hero-dashboard:after {
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(5,8,16,.98) 0%,rgba(5,8,16,.88) 43%,rgba(5,8,16,.58) 68%,rgba(5,8,16,.22) 100%)
}
.hero-dashboard>.wrap {
  position:relative;
  z-index:2
}
.hero-dashboard .concept-interactive-bg {
  opacity:.78
}
.hero-dashboard .concept-grid {
  opacity:.2
}
.hero-dashboard .concept-node {
  background:rgba(14,19,29,.84);
  border-color:rgba(255,255,255,.2);
  box-shadow:0 18px 44px rgba(0,0,0,.25)
}
.hero-dashboard .concept-node strong {
  color:#fff
}
.hero-dashboard .concept-node small {
  color:#c4cad5
}
.hero-dashboard .concept-path {
  stroke:rgba(255,255,255,.28)
}
.hero-dashboard .mesh-motion-bg {
  --mesh-x:0px;
  --mesh-y:0px;
  --mesh-box-x:0px;
  --mesh-box-y:0px;
  position:absolute;
  z-index:0;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  background:#05070b
}
.hero-dashboard .mesh-field {
  position:absolute;
  inset:-5% -4% -5% 0;
  width:108%;
  height:110%;
  transform:translate3d(var(--mesh-x),var(--mesh-y),0) scale(1.025);
  transform-origin:72% 50%;
  transition:transform .15s ease-out;
  will-change:transform
}
.hero-dashboard .mesh-base {
  fill:none;
  stroke:url(#mesh-fade);
  stroke-width:1;
  vector-effect:non-scaling-stroke;
  opacity:.7
}
.hero-dashboard .mesh-highlight {
  fill:none;
  stroke:url(#mesh-bright);
  stroke-width:2;
  vector-effect:non-scaling-stroke;
  opacity:.82;
  stroke-dasharray:1200;
  animation:meshReveal 8s ease-in-out infinite alternate
}
.hero-dashboard .mesh-nodes {
  fill:url(#mesh-node);
  filter:drop-shadow(0 0 7px rgba(255,255,255,.42))
}
.hero-dashboard .mesh-nodes circle {
  transform-box:fill-box;
  transform-origin:center;
  animation:meshNodePulse 4s ease-in-out infinite
}
.hero-dashboard .mesh-nodes circle:nth-child(2n) {animation-delay:-2s}
.hero-dashboard .mesh-traveler {
  filter:drop-shadow(0 0 6px currentColor)
}
.hero-dashboard .mesh-traveler-blue {fill:#5f83ff;color:#5f83ff}
.hero-dashboard .mesh-traveler-green {fill:#8cff3f;color:#8cff3f}
.hero-dashboard .mesh-light {
  position:absolute;
  right:-7%;
  top:50%;
  width:520px;
  height:520px;
  border-radius:50%;
  transform:translateY(-50%);
  background:radial-gradient(circle,rgba(22,71,255,.11),rgba(140,255,63,.025) 46%,transparent 72%);
  animation:meshLight 7s ease-in-out infinite
}
.hero-dashboard .mesh-box-layer {
  position:absolute;
  inset:0 0 0 48%;
  transform:translate3d(var(--mesh-box-x),var(--mesh-box-y),0);
  transition:transform .18s ease-out;
  perspective:900px
}
.hero-dashboard .mesh-box {
  position:absolute;
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:rgba(9,13,21,.54);
  box-shadow:0 12px 30px rgba(0,0,0,.16);
  backdrop-filter:blur(5px);
  transition:transform .55s cubic-bezier(.2,.8,.2,1),border-color .4s ease,background .4s ease,box-shadow .4s ease;
  animation:meshBoxIdle 8s ease-in-out infinite
}
.hero-dashboard .mesh-box i {
  width:8px;
  height:8px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:2px;
  transform:rotate(45deg);
  transition:background .35s ease,transform .5s ease,box-shadow .35s ease
}
.hero-dashboard .mesh-box-1 {left:12%;top:16%}
.hero-dashboard .mesh-box-2 {left:37%;top:9%;animation-delay:-2s}
.hero-dashboard .mesh-box-3 {left:66%;top:18%;animation-delay:-5s}
.hero-dashboard .mesh-box-4 {left:23%;top:44%;animation-delay:-3s}
.hero-dashboard .mesh-box-5 {left:52%;top:43%;animation-delay:-6s}
.hero-dashboard .mesh-box-6 {left:79%;top:48%;animation-delay:-1s}
.hero-dashboard .mesh-box-7 {left:38%;top:73%;animation-delay:-4s}
.hero-dashboard .mesh-box-8 {left:69%;top:76%;animation-delay:-7s}
.hero-dashboard .mesh-link {
  position:absolute;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transform-origin:left center;
  transition:opacity .35s ease,filter .35s ease;
  opacity:.5
}
.hero-dashboard .mesh-link-1 {left:17%;top:22%;width:150px;transform:rotate(-8deg)}
.hero-dashboard .mesh-link-2 {left:29%;top:50%;width:185px;transform:rotate(-2deg)}
.hero-dashboard .mesh-link-3 {left:57%;top:50%;width:150px;transform:rotate(8deg)}
.hero-dashboard .mesh-link-4 {left:44%;top:78%;width:170px;transform:rotate(3deg)}
.hero-dashboard .mesh-motion-bg.is-interacting .mesh-highlight {
  animation-duration:2.8s;
  opacity:1
}
.hero-dashboard .mesh-motion-bg.is-interacting .mesh-box {
  border-color:rgba(255,255,255,.5);
  background:rgba(13,20,33,.76);
  box-shadow:0 18px 45px rgba(22,71,255,.15);
  transform:translate3d(0,-7px,28px) rotateX(7deg) rotateY(-7deg)
}
.hero-dashboard .mesh-motion-bg.is-interacting .mesh-box:nth-child(even) {
  transform:translate3d(0,6px,38px) rotateX(-6deg) rotateY(8deg)
}
.hero-dashboard .mesh-motion-bg.is-interacting .mesh-box i {
  background:#8cff3f;
  border-color:#8cff3f;
  box-shadow:0 0 12px rgba(140,255,63,.5);
  transform:rotate(135deg) scale(1.18)
}
.hero-dashboard .mesh-motion-bg.is-interacting .mesh-link {
  opacity:1;
  filter:drop-shadow(0 0 4px rgba(95,131,255,.5))
}
@keyframes meshBoxIdle {0%,100% {translate:0 0}50% {translate:0 -4px}}
@keyframes meshReveal {0% {stroke-dashoffset:720;opacity:.45}100% {stroke-dashoffset:0;opacity:.9}}
@keyframes meshNodePulse {0%,100% {scale:.8;opacity:.6}50% {scale:1.18;opacity:1}}
@keyframes meshLight {0%,100% {opacity:.45;scale:.96}50% {opacity:.9;scale:1.04}}
@media(max-width:980px) {
  .hero-dashboard .mesh-field {
    left:14%;
    width:106%;
    opacity:.76
  }
}
@media(max-width:767px) {
  .hero-dashboard .mesh-motion-bg {
    opacity:.72
  }
  .hero-dashboard .mesh-field {
    top:43%;
    left:15%;
    width:120%;
    height:62%;
    opacity:.54;
    transform:none;
    transition:none
  }
  .hero-dashboard .mesh-base {
    opacity:.38
  }
  .hero-dashboard .mesh-nodes circle:nth-child(n+5),.hero-dashboard .mesh-traveler-green {
    display:none
  }
  .hero-dashboard .mesh-box-layer {
    inset:47% -8% 0 47%;
    opacity:.48;
    transform:none
  }
  .hero-dashboard .mesh-box {
    width:28px;
    height:28px;
    border-radius:6px
  }
  .hero-dashboard .mesh-box:nth-child(n+6),.hero-dashboard .mesh-link-3,.hero-dashboard .mesh-link-4 {
    display:none
  }
  .hero-dashboard .mesh-light {
    right:-42%;
    top:72%;
    width:340px;
    height:340px
  }
}
@media(prefers-reduced-motion:reduce) {
  .hero-dashboard .mesh-highlight,.hero-dashboard .mesh-nodes circle,.hero-dashboard .mesh-light {
    animation:none!important
  }
  .hero-dashboard .mesh-traveler {
    display:none
  }
}
.hero-dashboard .hero-badge {
  border-color:rgba(255,255,255,.26);
  background:rgba(8,12,22,.48);
  color:rgba(255,255,255,.88);
  backdrop-filter:blur(10px)
}
.hero-dashboard h1 {
  color:#fff
}
body .hero-dashboard h1 .hl {
  color:#8cff3f
}
.hero-dashboard .hero-desc,.hero-dashboard .trust-lbl {
  color:rgba(255,255,255,.76)
}
.hero-dashboard .trust-num {
  color:#fff
}
.hero-dashboard .hero-trust {
  border-color:rgba(255,255,255,.22)
}
.hero-dashboard .trust-div {
  background:rgba(255,255,255,.22)
}
.hero-dashboard .button.ghost {
  border-color:rgba(255,255,255,.52);
  color:#fff;
  background:rgba(8,12,22,.32);
  backdrop-filter:blur(8px)
}
.hero-dashboard .hero-card {
  color:var(--ink)
}
.hero-inner {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);
  align-items:center;
  gap:72px
}
.hero-content {
  min-width:0
}
.hero-badge {
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--paper);
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.055em;
  text-transform:uppercase;
  margin-bottom:24px
}
.badge-dot {
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 5px rgba(22,198,12,.14)
}
.hero-dashboard h1 {
  font:600 clamp(44px,5vw,72px)/1.02 Manrope,sans-serif;
  letter-spacing:-.055em;
  margin:0 0 26px;
  max-width:720px;
  text-wrap:balance
}
.hero-dashboard h1 .hl {
  color:var(--blue)
}
.hero-desc {
  max-width:650px;
  margin:0 0 30px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7
}
.hero-btns {
  display:flex;
  flex-wrap:wrap;
  gap:12px
}
.hero-trust {
  display:flex;
  align-items:stretch;
  gap:19px;
  margin-top:38px;
  padding-top:23px;
  border-top:1px solid var(--line)
}
.trust-item {
  display:grid;
  gap:1px
}
.trust-num {
  font:700 23px/1.15 Manrope,sans-serif;
  color:var(--ink)
}
.trust-lbl {
  font-size:11px;
  color:var(--muted);
  white-space:nowrap
}
.trust-div {
  width:1px;
  background:var(--line)
}
.hero-visual-wrap {
  position:relative;
  min-height:510px;
  display:grid;
  place-items:center
}
.hero-visual-wrap:before {
  content:'';
  position:absolute;
  width:78%;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(22,71,255,.16),rgba(22,198,12,.08) 48%,transparent 70%);
  filter:blur(8px)
}
.hero-card {
  position:relative;
  z-index:2;
  width:min(100%,470px);
  padding:28px;
  border:1px solid var(--line);
  border-radius:30px;
  background:linear-gradient(145deg,var(--paper),var(--white));
  box-shadow:0 32px 90px rgba(22,71,255,.14);
  transition:transform .35s ease,box-shadow .35s ease
}
.hero-card:hover {
  transform:translateY(-5px);
  box-shadow:0 38px 100px rgba(22,71,255,.2)
}
.hcard-label {
  display:flex;
  align-items:center;
  gap:9px;
  font:600 11px Manrope,sans-serif;
  color:var(--muted);
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:16px
}
.hcard-label:before {
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 5px rgba(22,198,12,.12)
}
.hcard-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}
.hc-box {
  min-height:126px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--white);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:transform .25s ease,border-color .25s ease
}
.hc-box:hover {
  transform:translateY(-3px);
  border-color:var(--blue)
}
.hc-box.accent {
  background:linear-gradient(145deg,var(--blue),#0a2fc7);
  border-color:var(--blue);
  color:#fff
}
.hc-box .n {
  font:700 clamp(28px,3.2vw,40px)/1 Manrope,sans-serif;
  letter-spacing:-.045em
}
.hc-box .l {
  margin-top:7px;
  color:var(--muted);
  font-size:11px
}
.hc-box.accent .l {
  color:rgba(255,255,255,.76)
}
.pills-lbl {
  font-size:11px;
  font-weight:700;
  color:var(--muted);
  margin:22px 0 10px;
  text-transform:uppercase;
  letter-spacing:.1em
}
.svc-pills {
  display:flex;
  flex-wrap:wrap;
  gap:7px
}
.svc-pill {
  padding:7px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--white);
  font-size:11px;
  font-weight:600;
  transition:.2s
}
.svc-pill:hover {
  border-color:var(--blue);
  color:var(--blue);
  transform:translateY(-2px)
}
.fbadge {
  position:absolute;
  z-index:10;
  display:flex;
  align-items:center;
  gap:11px;
  min-width:195px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.91);
  box-shadow:0 20px 45px rgba(17,19,24,.14);
  backdrop-filter:blur(14px);
  animation:hero-float 5s ease-in-out infinite
}
.fbadge.b1 {
  left:-30px;
  top:54px
}
.fbadge.b2 {
  right:-24px;
  bottom:48px;
  animation-delay:-2.5s
}
.fb-icon {
  width:37px;
  height:37px;
  border-radius:11px;
  display:grid;
  place-items:center;
  font-weight:800
}
.fb-icon.yellow {
  background:#fff5b8;
  color:#745c00
}
.fb-icon.green {
  background:#dfffdc;
  color:#187212
}
.fb-text {
  display:grid
}
.fb-text strong {
  font:600 12px Manrope,sans-serif
}
.fb-text span {
  font-size:10px;
  color:#646b76
}
.hero-dashboard+.logo-slider {
  position:relative;
  z-index:3
}
@keyframes hero-float {
  50% {
    transform:translateY(-8px)
  }
}
@media(max-width:1020px) {
  .hero-inner {
    grid-template-columns:1fr;
    gap:40px
  }
  .hero-visual-wrap {
    min-height:510px;
    max-width:650px;
    width:100%;
    margin-inline:auto
  }
  .fbadge.b1 {
    left:-10px
  }
  .fbadge.b2 {
    right:-10px
  }
}
@media(max-width:650px) {
  .hero-dashboard {
    padding:48px 0 64px;
    background-image:none!important
  }
  .hero-dashboard h1 {
    font-size:48px
  }
  .hero-trust {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:6px;
    margin-top:26px;
    padding-top:16px
  }
  .trust-div {
    display:none
  }
  .trust-item {
    min-width:0;
    padding:10px 4px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:11px;
    background:rgba(8,12,22,.34);
    text-align:center;
    align-content:center
  }
  .hero-visual-wrap {
    min-height:auto;
    padding:62px 0 58px
  }
  .hero-card {
    padding:20px;
    border-radius:25px
  }
  .hc-box {
    min-height:118px;
    padding:18px
  }
  .fbadge {
    min-width:180px;
    padding:11px 12px
  }
  .fbadge.b1 {
    left:4px;
    top:4px
  }
  .fbadge.b2 {
    right:4px;
    bottom:0
  }
  .fb-icon {
    width:34px;
    height:34px
  }
  .hero-btns {
    flex-wrap:nowrap;
    gap:8px
  }
  .hero-btns .button {
    flex:1 1 0;
    width:auto;
    min-width:0;
    gap:6px;
    padding:11px 8px;
    font-size:clamp(10px,3vw,13px);
    white-space:nowrap
  }
}

/* Responsive rhythm and density */
@media(min-width:901px) and (max-width:1100px) {
  .desktop-nav,.nav-cta {
    display:none
  }
  .menu-button {
    display:block
  }
  .hero-inner {
    grid-template-columns:1fr;
    gap:46px
  }
  .hero-content {
    max-width:820px
  }
  .hero-visual-wrap {
    width:100%;
    max-width:700px;
    min-height:0;
    margin-inline:auto;
    padding:0
  }
  .hero-form-card {
    width:100%;
    max-width:620px;
    margin-inline:auto
  }
  .about-grid,.contact-layout {
    grid-template-columns:1fr;
    gap:48px
  }
  .contact-options {
    grid-template-columns:repeat(3,1fr)
  }
  .section {
    padding:90px 0
  }
  .section-head {
    gap:36px;
    margin-bottom:46px
  }
  .footer-grid {
    grid-template-columns:1.2fr repeat(3,.7fr);
    gap:28px
  }
}
@media(min-width:601px) and (max-width:900px) {
  .section {
    padding:72px 0
  }
  .section-head {
    margin-bottom:42px
  }
  .grid-3 {
    gap:18px
  }
}
@media(max-width:600px) {
  .wrap,.hero-dashboard .wrap {
    width:min(100% - 24px,1180px)
  }
  .section {
    padding:52px 0
  }
  .section-head {
    gap:14px;
    margin-bottom:32px
  }
  .section-head h2,.page-title {
    font-size:clamp(30px,10vw,38px);
    line-height:1.08;
    letter-spacing:-.045em
  }
  .page-hero {
    padding:58px 0 50px
  }
  .page-hero h1,.hero:not(.hero-dashboard) h1 {
    max-width:100%;
    margin-bottom:22px;
    font-size:clamp(34px,11vw,42px);
    line-height:1.02;
    letter-spacing:-.055em;
    overflow-wrap:break-word
  }
  .page-hero p {
    max-width:100%;
    font-size:15px;
    line-height:1.65
  }
  .eyebrow {
    display:grid;
    grid-template-columns:18px minmax(0,1fr);
    gap:8px;
    margin-bottom:18px;
    font-size:10px;
    line-height:1.45;
    letter-spacing:.1em
  }
  .eyebrow:before {
    width:18px
  }
  #home-services .section-head h2,#who-we-help .section-head h2 {
    font-size:clamp(29px,9.5vw,36px)
  }
  .section-head p {
    font-size:14px;
    line-height:1.6
  }
  .grid-3 {
    gap:14px
  }
  .service-card,.value-card,.contact-card {
    padding:22px;
    border-radius:20px
  }
  #who-we-help .service-card {
    padding:0
  }
  .audience-image {
    aspect-ratio:16/10;
    object-position:center
  }
  .audience-card-body {
    padding:20px 20px 23px
  }
  .service-card h3,.value-card h3 {
    font-size:20px
  }
  .work-grid {
    gap:14px
  }
  .work-card,.work-card.black {
    min-height:330px;
    padding:22px;
    border-radius:22px
  }
  .work-card h3 {
    font-size:36px
  }
  .work-stat {
    font-size:56px
  }
  .stats {
    grid-template-columns:1fr 1fr
  }
  .stat {
    padding:25px 18px
  }
  .stat strong {
    font-size:40px
  }
  .stat p {
    font-size:12px
  }
  .process-row {
    padding:23px 0
  }
  .process-row h3 {
    font-size:22px
  }
  .engagement-item {
    outline:none
  }
  .engagement-item:focus-visible {
    outline:3px solid rgba(22,71,255,.3);
    outline-offset:4px;
    border-radius:12px
  }
  .engagement-copy p {
    font-size:14px;
    line-height:1.55
  }
  .engagement-tags {
    margin-top:13px
  }
  .engagement-tags span {
    padding:5px 8px;
    font-size:9px
  }
  .contact-layout {
    gap:26px
  }
  .brief-form {
    padding:22px 16px;
    border-radius:22px
  }
  .faq-button {
    padding:20px 0;
    font-size:16px
  }
  .faq-answer {
    padding:0 0 20px;
    font-size:14px
  }
  .cta-band {
    padding:26px;
    border-radius:22px
  }
  .footer {
    padding:48px 0 24px
  }
  .footer-grid {
    gap:30px
  }
  .footer-bottom {
    margin-top:36px
  }
  .about-grid .big-copy {
    font-size:clamp(27px,8.7vw,34px);
    line-height:1.16;
    overflow-wrap:break-word
  }
  .about-grid .body-copy {
    font-size:16px
  }
}
@media(max-width:360px) {
  .nav-shell {
    display:grid;
    grid-template-columns:auto 1fr auto auto;
    gap:4px
  }
  .nav-shell .theme-toggle {
    justify-self:end
  }
  .hero-dashboard h1 {
    max-width:100%;
    font-size:28px;
    line-height:1.06;
    text-wrap:auto;
    overflow-wrap:break-word
  }
  .hero-badge {
    max-width:100%;
    white-space:normal
  }
  .hero-content,.hero-visual-wrap,.hero-card,.hero-form-card,.hero-form-grid,.hero-field {
    min-width:0;
    max-width:100%
  }
  .hero-form-card {
    padding:17px 14px
  }
  .hero-form-card h2 {
    padding-right:0;
    font-size:24px
  }
  .hero-btns {
    gap:5px
  }
  .hero-btns .button {
    padding-inline:6px;
    font-size:9.5px
  }
  .page-hero h1,.hero:not(.hero-dashboard) h1 {
    font-size:32px
  }
}
:root[data-theme="dark"] .fbadge {
  background:rgba(18,23,32,.92)
}
.ads-hero {
  padding:92px 0 86px;
  background:var(--paper);
  border-bottom:1px solid var(--line)
}
.ads-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.65fr);
  gap:72px;
  align-items:center
}
.ads-hero-copy {
  min-width:0
}
.ads-hero h1 {
  max-width:790px;
  margin:0 0 28px;
  font:600 clamp(58px,6.6vw,96px)/.97 Manrope,sans-serif;
  letter-spacing:-.065em
}
.ads-hero h1 em {
  display:block;
  color:var(--blue);
  font-style:normal
}
.ads-hero-copy>p:not(.eyebrow) {
  max-width:680px;
  margin:0 0 32px;
  color:var(--muted);
  font-size:18px;
  line-height:1.7
}
.ads-brief {
  padding:30px;
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--white);
  box-shadow:var(--shadow)
}
.ads-brief-label {
  margin:0 0 20px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase
}
.ads-brief ol {
  margin:0;
  padding:0;
  list-style:none
}
.ads-brief li {
  display:grid;
  grid-template-columns:38px 1fr;
  gap:14px;
  align-items:center;
  padding:16px 0;
  border-top:1px solid var(--line)
}
.ads-brief li span {
  color:var(--blue);
  font-size:11px;
  font-weight:700
}
.ads-brief li strong {
  font:600 18px/1.3 Manrope,sans-serif
}
.ads-brief-note {
  margin:20px 0 0;
  padding:15px;
  border-radius:14px;
  background:var(--paper);
  color:var(--muted);
  font-size:12px;
  line-height:1.55
}
@media(max-width:1100px) {
  .ads-hero-grid {
    grid-template-columns:1fr;
    gap:42px
  }
  .ads-brief {
    max-width:700px
  }
}
@media(max-width:600px) {
  .ads-hero {
    padding:56px 0 52px
  }
  .ads-hero-grid {
    gap:30px
  }
  .ads-hero h1 {
    font-size:clamp(36px,12vw,48px);
    line-height:1.02;
    overflow-wrap:break-word
  }
  .ads-hero-copy>p:not(.eyebrow) {
    font-size:15px
  }
  .ads-hero .hero-actions .button {
    width:100%
  }
  .ads-brief {
    padding:22px 18px;
    border-radius:20px
  }
  .ads-brief li {
    padding:13px 0
  }
  .ads-brief li strong {
    font-size:16px
  }
}
:root[data-theme="dark"] .fb-text span {
  color:#a8afbb
}
:root[data-theme="dark"] .fb-icon.yellow {
  background:#4c430f;
  color:#fff09b
}
:root[data-theme="dark"] .fb-icon.green {
  background:#143e18;
  color:#9dff95
}
@media(max-width:650px) {
  .hero-dashboard .wrap {
    width:min(100% - 24px,1180px)
  }
  .hero-inner {
    gap:38px
  }
  .hero-dashboard h1 {
    font-size:clamp(34px,9.5vw,42px);
    line-height:1.04;
    letter-spacing:-.045em;
    overflow-wrap:anywhere
  }
  .hero-desc {
    font-size:15px;
    line-height:1.62
  }
  .hero-visual-wrap {
    min-height:0;
    padding:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:12px
  }
  .hero-visual-wrap:before {
    width:100%;
    top:5%
  }
  .hero-card {
    order:1;
    width:100%;
    padding:20px;
    border-radius:24px
  }
  .fbadge {
    position:static;
    width:100%;
    min-width:0;
    animation:none
  }
  .fbadge.b1 {
    order:2
  }
  .fbadge.b2 {
    order:3
  }
  .hcard-grid {
    grid-template-columns:1fr 1fr
  }
  .hc-box {
    min-height:110px;
    padding:16px
  }
  .hc-box .n {
    font-size:28px
  }
}
@media(max-width:420px) {
  .nav-shell {
    gap:4px
  }
  .theme-toggle {
    width:36px;
    height:36px;
    flex:0 0 36px
  }
  .menu-button {
    width:38px;
    height:38px;
    flex:0 0 38px
  }
  .menu-button span,.menu-button:before,.menu-button:after {
    left:9px
  }
  .hero-dashboard h1 {
    font-size:32px
  }
  .hero-badge {
    font-size:9px;
    letter-spacing:.025em;
    padding:7px 9px
  }
  .hero-trust {
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px
  }
  .hcard-grid {
    grid-template-columns:1fr
  }
  .hc-box {
    min-height:96px
  }
  .hero-card {
    padding:15px
  }
  .svc-pill {
    font-size:10px;
    padding:6px 8px
  }
}
@media(max-width:600px) {
  .section-head,.section-head>* {
    min-width:0;
    max-width:100%
  }
  .section-head h2,.section-head p,.big-copy,.body-copy,.faq-button {
    overflow-wrap:anywhere
  }
  .eyebrow {
    flex-wrap:wrap;
    max-width:100%
  }
  .grid-3>* {
    min-width:0
  }
  .process-row>* {
    min-width:0
  }
  .faq-button span {
    flex:0 0 auto
  }
}
.trust-num.rating {
  font-size:20px;
  white-space:nowrap
}
@media(max-width:650px) {
  .hero-trust .trust-item {
    min-width:0;
    padding:8px 2px
  }
  .trust-num {
    font-size:clamp(14px,4.2vw,18px);
    white-space:nowrap
  }
  .trust-lbl {
    white-space:normal;
    font-size:clamp(7px,2.3vw,10px);
    line-height:1.2;
    overflow-wrap:anywhere
  }
  .trust-num.rating {
    font-size:clamp(12px,3.5vw,16px)
  }
}
.hero-form-card {
  position:relative;
  width:min(100%,490px);
  padding:30px
}
.hero-form-card h2 {
  font:600 clamp(27px,3vw,38px)/1.08 Manrope,sans-serif;
  letter-spacing:-.045em;
  margin:0 0 9px
}
.hero-form-intro {
  margin:0 0 22px;
  color:var(--muted);
  font-size:13px
}
.hero-form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px
}
.hero-field {
  display:grid;
  gap:6px
}
.hero-field.full {
  grid-column:1/-1
}
.hero-field label {
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--muted)
}
.hero-field input,.hero-field select,.hero-field textarea {
  width:100%;
  min-width:0;
  border:1px solid var(--line);
  border-radius:12px;
  padding:11px 12px;
  background:var(--white);
  color:var(--ink);
  font-size:13px;
  outline:0;
  transition:border-color .2s,box-shadow .2s
}
.hero-field textarea {
  min-height:82px;
  resize:vertical
}
.hero-field input:focus,.hero-field select:focus,.hero-field textarea:focus {
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(22,71,255,.14)
}
.hero-field .button {
  width:100%;
  margin-top:2px
}
.hero-form-note {
  margin:3px 0 0;
  text-align:center;
  color:var(--muted);
  font-size:10px
}
.hero-form-status {
  padding:10px 12px;
  border-radius:10px;
  background:#e8ffe5;
  color:#205b1b;
  font-size:11px
}
.hero-form-status[hidden] {
  display:none
}
:root[data-theme="dark"] .hero-field input,:root[data-theme="dark"] .hero-field select,:root[data-theme="dark"] .hero-field textarea {
  background:#0f131b;
  border-color:#343b48;
  color:#f4f6fb
}
:root[data-theme="dark"] .hero-form-status {
  background:#143e18;
  color:#b7ffb0
}
@media(max-width:650px) {
  .hero-content>.hero-visual-wrap {
    width:100%;
    margin:24px 0
  }
  .hero-form-card {
    padding:20px
  }
  .hero-form-card h2 {
    font-size:27px
  }
  .hero-form-grid {
    grid-template-columns:1fr
  }
  .hero-field.full {
    grid-column:auto
  }
  .hero-field textarea {
    min-height:90px
  }
}
