.studio-page {
  --studio-paper: #fbfaf8;
  --studio-paper-strong: #f5f6fb;
  --studio-ink: var(--cb-ink);
  --studio-muted: #56607f;
  --studio-line: rgba(114, 126, 180, .18);
  --studio-cobalt: #3f65f3;
  --studio-cyan: #4ebfe1;
  --studio-lilac: #9b82ff;
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--studio-ink);
  background: var(--studio-paper);
  font-family: var(--font-family, 'Cerebri Sans'), Inter, system-ui, sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

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

.studio-page a { color: inherit; }
.studio-page svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.studio-page [id] { scroll-margin-top: 106px; }
.studio-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.studio-shell {
  width: var(--cb-shell);
  margin-inline: auto;
}

.studio-header {
  position: sticky;
  z-index: 120;
  top: 0;
  min-height: 84px;
  border-bottom: 1px solid rgba(211, 215, 235, .74);
  background: rgba(251, 250, 248, .88);
  box-shadow: 0 12px 34px rgba(34, 42, 92, .04);
  backdrop-filter: blur(22px) saturate(150%);
}

.studio-header__inner {
  width: var(--cb-shell);
  min-height: 84px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 3.2vw, 52px);
}

.studio-brand.cb-header-wordmark,
header .studio-brand.cb-header-wordmark {
  justify-self: start;
  color: var(--studio-ink);
}

.studio-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.8vw, 44px);
  color: #273156;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.015em;
}

.studio-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.studio-nav a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--cb-accent-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

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

.studio-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.studio-language {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.studio-language::after {
  content: '';
  position: absolute;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid var(--studio-ink);
  border-bottom: 1.8px solid var(--studio-ink);
  transform: translateY(-2px) rotate(45deg);
  pointer-events: none;
}

.studio-language select {
  width: 66px;
  min-height: 42px;
  appearance: none;
  border: 1px solid rgba(107, 121, 179, .24);
  border-radius: 999px;
  padding: 0 27px 0 14px;
  color: var(--studio-ink);
  background: rgba(255, 255, 255, .78);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.studio-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 21px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.018em;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.studio-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform .2s ease;
}

.studio-button:hover { transform: translateY(-2px); }
.studio-button:hover svg { transform: translateX(3px); }

.studio-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #375eea 0%, #4f55e7 53%, #5d48df 100%);
  box-shadow: 0 14px 30px rgba(63, 83, 221, .22);
}

.studio-button--primary:hover {
  box-shadow: 0 18px 36px rgba(63, 83, 221, .28);
}

.studio-button--ghost {
  color: var(--studio-ink);
  border-color: rgba(93, 106, 166, .24);
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 12px 28px rgba(42, 51, 101, .05);
}

.studio-button--light {
  color: #19214f;
  background: #fff;
  box-shadow: 0 15px 34px rgba(2, 8, 33, .24);
}

.studio-delivery .studio-button--light { color: #19214f; }

.studio-button--large {
  min-height: 52px;
  padding-inline: 25px;
  font-size: 15px;
}

.studio-header__cta {
  min-height: 42px;
  padding-inline: 19px;
  white-space: nowrap;
}

.studio-menu-toggle {
  min-width: 44px;
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(107, 121, 179, .24);
  border-radius: 999px;
  color: var(--studio-ink);
  background: rgba(255, 255, 255, .78);
  cursor: pointer;
}

.studio-menu-toggle > span {
  width: 17px;
  height: 12px;
  display: grid;
  align-content: space-between;
}
.studio-menu-toggle i {
  width: 17px;
  height: 1.5px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease;
}
.studio-menu-toggle b { font-size: 12px; }
.studio-menu-toggle[aria-expanded='true'] i:first-child { transform: translateY(5px) rotate(45deg); }
.studio-menu-toggle[aria-expanded='true'] i:last-child { transform: translateY(-5px) rotate(-45deg); }

.studio-mobile-nav {
  position: absolute;
  top: calc(100% + 1px);
  right: clamp(18px, 5vw, 48px);
  left: clamp(18px, 5vw, 48px);
  padding: 14px;
  border: 1px solid rgba(108, 122, 179, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 54px rgba(28, 35, 82, .17);
}
.studio-mobile-nav[hidden] { display: none; }
.studio-mobile-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-radius: 13px;
  padding: 0 16px;
  color: var(--studio-ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.studio-mobile-nav a:hover,
.studio-mobile-nav a:focus-visible { background: #f1f3ff; }
.studio-mobile-nav a:last-child {
  margin-top: 6px;
  justify-content: center;
  color: #fff;
  background: #455be4;
}

.studio-page :where(a, button, select):focus-visible {
  outline: 3px solid rgba(61, 105, 241, .55);
  outline-offset: 4px;
}

.studio-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 8vw, 132px) 0 clamp(92px, 9vw, 150px);
  background:
    radial-gradient(circle at 81% 28%, rgba(98, 153, 255, .15), transparent 30%),
    radial-gradient(circle at 60% 70%, rgba(169, 120, 255, .1), transparent 34%),
    linear-gradient(180deg, #fbfaf8 0%, #fafbff 100%);
}

.studio-hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(87, 105, 166, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 105, 166, .08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 20%, transparent 94%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 20%, transparent 94%);
}

.studio-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(72, 112, 236, .14);
  border-radius: 50%;
  pointer-events: none;
}
.studio-orbit::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(81, 131, 248, .6);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 16px rgba(64, 111, 244, .4);
}
.studio-orbit--one {
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  transform: none;
}
.studio-orbit--one::before {
  content: '';
  position: absolute;
  top: 12%;
  right: -12%;
  width: min(74vw, 1120px);
  aspect-ratio: 1.8;
  border: 1px solid rgba(72, 112, 236, .14);
  border-radius: 50%;
  background:
    radial-gradient(circle at 16% 50%, #fff 0 3px, rgba(81, 131, 248, .6) 3px 5px, transparent 5px),
    radial-gradient(circle at 16% 50%, rgba(64, 111, 244, .18), transparent 17px);
  transform: rotate(-7deg);
}
.studio-orbit--one::after { display: none; }
.studio-orbit--two {
  right: 17%;
  bottom: -18%;
  width: min(48vw, 720px);
  aspect-ratio: 1.35;
  transform: rotate(11deg);
}
.studio-orbit--two::after { right: 13%; }

.studio-hero__grid {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
}

.studio-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.studio-eyebrow {
  margin: 0 0 23px;
  color: #3d5ab9;
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  line-height: 1.2;
  letter-spacing: var(--cb-eyebrow-tracking);
  text-transform: uppercase;
}

.studio-hero h1,
.studio-section-head h2,
.studio-delivery h2 {
  margin: 0;
  color: var(--studio-ink);
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  line-height: var(--cb-display-leading);
  letter-spacing: var(--cb-display-tracking);
}

.studio-hero h1 { font-size: var(--cb-title-hero); }
.studio-section-head h2 { font-size: var(--cb-title-section); }
.studio-section-head--split h2 { font-size: var(--cb-title-section-side); }
.studio-delivery h2 { font-size: var(--cb-title-cta); }

.studio-hero h1 em,
.studio-section-head h2 em,
.studio-delivery h2 em {
  display: block;
  font-style: normal;
  background: var(--cb-accent-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.studio-hero__lead {
  max-width: 630px;
  margin: 30px 0 0;
  color: #4f5b7b;
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  line-height: 1.38;
  letter-spacing: var(--cb-lead-tracking);
}

.studio-hero__actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.studio-hero__visual {
  position: relative;
  margin: 0;
  min-width: 0;
}

.studio-hero__image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(100, 122, 195, .19);
  border-radius: clamp(26px, 3vw, 42px);
  background: #fbfaf8;
  box-shadow:
    0 42px 90px rgba(56, 70, 135, .17),
    0 3px 10px rgba(49, 62, 122, .06),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.studio-hero__image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.26), transparent 42%, rgba(90,131,255,.06));
}

.studio-hero__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-hero__caption {
  position: absolute;
  right: clamp(16px, 3vw, 38px);
  bottom: clamp(-34px, -2.5vw, -20px);
  width: min(330px, calc(100% - 32px));
  padding: 18px 20px;
  border: 1px solid rgba(107, 124, 190, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 50px rgba(44, 58, 119, .16);
  backdrop-filter: blur(16px);
}

.studio-hero__caption > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #334db8;
  font-size: 13px;
  font-weight: 700;
}
.studio-hero__caption > span i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ec8ae;
  box-shadow: 0 0 0 5px rgba(78, 200, 174, .12);
}
.studio-hero__caption p {
  margin: 9px 0 0;
  color: #5b6480;
  font-size: 13px;
  line-height: 1.55;
}

.studio-workflow {
  position: relative;
  padding: clamp(100px, 10vw, 164px) 0;
  background: #fff;
}

.studio-section-head--center {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.studio-section-head--center .studio-eyebrow { margin-bottom: 20px; }
.studio-section-head--center h2 em { display: inline; }

.studio-section-lead {
  margin: 28px 0 0;
  color: var(--studio-muted);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  line-height: 1.45;
  letter-spacing: var(--cb-lead-tracking);
}

.studio-section-head--center .studio-section-lead {
  max-width: 780px;
  margin-inline: auto;
}

.studio-steps {
  position: relative;
  margin-top: clamp(58px, 6vw, 86px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.studio-steps::before {
  content: '';
  position: absolute;
  top: 51px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, rgba(67, 101, 233, .08), rgba(67, 101, 233, .45), rgba(78, 191, 225, .42), rgba(155, 130, 255, .12));
}

.studio-step {
  position: relative;
  z-index: 1;
  min-height: 376px;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 22px;
  border: 1px solid rgba(108, 123, 180, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 8%, rgba(91, 135, 255, .08), transparent 31%),
    rgba(253, 253, 255, .96);
  box-shadow: 0 20px 52px rgba(31, 45, 102, .07);
}

.studio-step:nth-child(2) { margin-top: 22px; }
.studio-step:nth-child(3) { margin-top: 44px; }
.studio-step:nth-child(4) { margin-top: 22px; }

.studio-step__top {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.studio-step__number {
  color: rgba(55, 76, 161, .16);
  font-size: 43px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.06em;
}
.studio-step__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 120, 228, .16);
  border-radius: 16px;
  color: #4968d9;
  background: linear-gradient(145deg, #fff, #eef2ff);
  box-shadow: 0 11px 23px rgba(66, 86, 174, .1);
}
.studio-step__icon svg { width: 25px; height: 25px; }
.studio-step__label {
  margin: 27px 0 10px;
  color: #65719a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.studio-step h3 {
  margin: 0;
  color: var(--studio-ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.035em;
}
.studio-step > p:not(.studio-step__label) {
  margin: 16px 0 22px;
  color: #5d6680;
  font-size: 14.5px;
  line-height: 1.6;
}
.studio-step__output {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #344eb5;
  font-size: 12px;
  font-weight: 700;
}
.studio-step__output i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #55c6b4;
  box-shadow: 0 0 0 4px rgba(85, 198, 180, .12);
}

.studio-targets {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 10vw, 164px) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(88, 134, 249, .12), transparent 30%),
    radial-gradient(circle at 10% 86%, rgba(171, 129, 255, .08), transparent 28%),
    #f6f7fb;
}

.studio-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .65fr);
  align-items: end;
  gap: clamp(44px, 8vw, 140px);
}
.studio-section-head--split .studio-eyebrow { margin-bottom: 22px; }
.studio-section-head--split .studio-section-lead { margin: 0 0 6px; }

.studio-target-grid {
  margin-top: clamp(56px, 6vw, 84px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.studio-target {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(102, 118, 178, .16);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 60px rgba(35, 47, 100, .08);
}

.studio-target::before {
  content: '';
  position: absolute;
  top: -64px;
  right: -48px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(81, 112, 224, .14);
  border-radius: 50%;
  box-shadow: inset 0 0 50px rgba(90, 130, 255, .06);
}

.studio-target--featured {
  color: #edf2ff;
  border-color: rgba(120, 149, 255, .34);
  background:
    radial-gradient(circle at 85% 12%, rgba(83, 136, 255, .26), transparent 34%),
    radial-gradient(circle at 20% 100%, rgba(112, 221, 191, .12), transparent 37%),
    linear-gradient(145deg, #0a1640, #0c194e 58%, #142363);
  box-shadow: 0 30px 72px rgba(13, 29, 82, .22);
}

.studio-target--featured::before { border-color: rgba(146, 169, 255, .22); }

.studio-target__top {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
}
.studio-target__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91, 119, 223, .16);
  border-radius: 18px;
  color: #4868da;
  background: linear-gradient(145deg, #fff, #eef2ff);
  box-shadow: 0 12px 28px rgba(62, 83, 173, .1);
}
.studio-target__icon svg { width: 31px; height: 31px; }
.studio-target__top p {
  margin: 0;
  color: #647097;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.studio-target__top b {
  justify-self: end;
  padding: 7px 10px;
  border: 1px solid rgba(151, 177, 255, .28);
  border-radius: 999px;
  color: #b8caff;
  background: rgba(84, 112, 208, .16);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.studio-target h3 {
  position: relative;
  margin: 45px 0 0;
  color: var(--studio-ink);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.studio-target > p {
  position: relative;
  margin: 20px 0 28px;
  color: #5c6681;
  font-size: 16px;
  line-height: 1.65;
}
.studio-target__detail {
  position: relative;
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(108, 122, 179, .14);
  color: #3e58bb;
  font-size: 13px;
  font-weight: 700;
}
.studio-target__detail i {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, #536ff0, #5dd1bc);
}
.studio-target--featured .studio-target__icon {
  color: #9eb8ff;
  border-color: rgba(139, 166, 255, .26);
  background: rgba(74, 99, 187, .18);
  box-shadow: none;
}
.studio-target--featured .studio-target__top p { color: #a8b8e6; }
.studio-target--featured h3 { color: #f3f6ff; }
.studio-target--featured > p { color: rgba(218, 226, 246, .76); }
.studio-target--featured .studio-target__detail {
  border-top-color: rgba(151, 170, 228, .18);
  color: #b7c9ff;
}

.studio-delivery {
  padding: clamp(100px, 10vw, 160px) 0;
  background: #fbfaf8;
}

.studio-delivery__panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .75fr);
  align-items: center;
  gap: clamp(54px, 8vw, 130px);
  border: 1px solid rgba(110, 140, 234, .22);
  border-radius: clamp(30px, 4vw, 48px);
  padding: clamp(46px, 6vw, 92px);
  color: #dbe5f8;
  background:
    radial-gradient(circle at 84% 17%, rgba(83, 132, 255, .29), transparent 34%),
    radial-gradient(circle at 16% 98%, rgba(75, 198, 206, .13), transparent 32%),
    linear-gradient(135deg, #050d28 0%, #07143a 52%, #0b1b52 100%);
  box-shadow: 0 38px 90px rgba(13, 26, 77, .23);
}

.studio-delivery__panel::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(117, 149, 231, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 149, 231, .08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.studio-delivery__panel::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -56%;
  width: min(54vw, 740px);
  aspect-ratio: 1;
  border: 1px solid rgba(117, 158, 255, .22);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(91, 132, 230, .035),
    0 0 0 140px rgba(91, 132, 230, .025);
}

.studio-delivery .studio-eyebrow { color: #91a7e9; }
.studio-delivery h2 { max-width: 650px; color: #d7e1f4; }
.studio-delivery h2 em { display: block; }
.studio-delivery__copy > p:last-child {
  max-width: 680px;
  margin: 25px 0 0;
  color: rgba(206, 217, 238, .75);
  font-size: 18px;
  font-weight: var(--cb-lead-weight);
  line-height: 1.6;
  letter-spacing: var(--cb-lead-tracking);
}

.studio-delivery__actions {
  position: relative;
  z-index: 1;
}
.studio-delivery__actions ul {
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 15px;
  list-style: none;
}
.studio-delivery__actions li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e7edfa;
  font-size: 15px;
  font-weight: 600;
}
.studio-delivery__actions li i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(109, 224, 185, .3);
  border-radius: 50%;
  background: rgba(71, 193, 164, .1);
}
.studio-delivery__actions li i::after {
  content: '';
  width: 7px;
  height: 4px;
  border-left: 1.5px solid #70dfbe;
  border-bottom: 1.5px solid #70dfbe;
  transform: translateY(-1px) rotate(-45deg);
}
.studio-delivery__actions > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.studio-delivery__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #c3d2f1;
  font-size: 14px;
  font-weight: 600;
  text-underline-offset: 5px;
}

.studio-js [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .25, 1);
}
.studio-js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.studio-page .site-footer.cb-shared-footer[data-cb-footer="shared-v2"] .cb-footer__news-honeypot {
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (max-width: 1240px) {
  .studio-header__inner,
  .studio-shell { width: min(calc(100% - 64px), 1180px); }
  .studio-header__cta { display: none; }
  .studio-hero__grid { grid-template-columns: minmax(360px, .9fr) minmax(460px, 1.1fr); gap: 44px; }
  .studio-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .studio-steps::before { display: none; }
  .studio-step:nth-child(n) { margin-top: 0; }
  .studio-step:nth-child(4),
  .studio-step:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 980px) {
  .studio-header__inner { grid-template-columns: auto 1fr; }
  .studio-nav { display: none; }
  .studio-menu-toggle { display: inline-flex; }
  .studio-hero__grid {
    grid-template-columns: 1fr;
    gap: 68px;
  }
  .studio-hero__copy { max-width: 760px; }
  .studio-hero__visual { width: min(100%, 820px); margin-inline: auto; }
  .studio-orbit--one::before { right: -40%; width: 120vw; }
  .studio-section-head--split {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }
  .studio-section-head--split .studio-section-lead { max-width: 760px; }
  .studio-target-grid { grid-template-columns: 1fr 1fr; }
  .studio-target--featured { grid-column: 1 / -1; min-height: 350px; }
  .studio-delivery__panel { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 760px) {
  .studio-header { min-height: 72px; }
  .studio-header__inner {
    width: min(calc(100% - 32px), 680px);
    min-height: 72px;
    gap: 12px;
  }
  header .studio-brand.cb-header-wordmark { font-size: 24px; }
  .studio-language select { width: 58px; min-height: 40px; padding-left: 11px; }
  .studio-menu-toggle { padding: 0 12px; }
  .studio-menu-toggle b { display: none; }
  .studio-mobile-nav { right: 16px; left: 16px; }
  .studio-shell { width: min(calc(100% - 32px), 680px); }
  .studio-page [id] { scroll-margin-top: 86px; }
  .studio-hero { padding: 64px 0 96px; }
  .studio-eyebrow { margin-bottom: 18px; font-size: 13px; }
  .studio-hero h1 { font-size: clamp(43px, 13.5vw, 58px); }
  .studio-section-head h2,
  .studio-section-head--split h2 { font-size: clamp(38px, 11vw, 52px); }
  .studio-hero__lead,
  .studio-section-lead { font-size: clamp(20px, 6vw, 25px); }
  .studio-hero__actions { margin-top: 30px; display: grid; }
  .studio-button--large { width: 100%; }
  .studio-hero__grid { gap: 52px; }
  .studio-hero__image-frame { border-radius: 24px; }
  .studio-hero__caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    margin: -15px auto 0;
  }
  .studio-workflow,
  .studio-targets,
  .studio-delivery { padding: 88px 0; }
  .studio-section-head--center { text-align: left; }
  .studio-section-head--center .studio-section-lead { margin-inline: 0; }
  .studio-section-head--center h2 em { display: block; }
  .studio-steps { margin-top: 48px; grid-template-columns: 1fr; }
  .studio-step { min-height: 0; }
  .studio-target-grid { margin-top: 46px; grid-template-columns: 1fr; }
  .studio-target,
  .studio-target--featured { min-height: 360px; grid-column: auto; }
  .studio-delivery__panel { min-height: 0; padding: 38px 26px; border-radius: 28px; }
  .studio-delivery h2 { font-size: 34px; }
  .studio-delivery__actions > div { display: grid; }
}

@media (max-width: 420px) {
  .studio-header__actions { gap: 8px; }
  .studio-menu-toggle { width: 40px; min-width: 40px; min-height: 40px; padding: 0; }
  .studio-brand.cb-header-wordmark > em { margin-left: 4px; }
  .studio-button { padding-inline: 18px; }
  .studio-target { padding: 26px 23px; }
  .studio-target__top { grid-template-columns: auto 1fr; }
  .studio-target__top b { grid-column: 1 / -1; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .studio-page { scroll-behavior: auto; }
  .studio-page *,
  .studio-page *::before,
  .studio-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .studio-js [data-reveal] { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .studio-hero h1 em,
  .studio-section-head h2 em,
  .studio-delivery h2 em {
    background: none;
    color: LinkText;
    -webkit-text-fill-color: currentColor;
  }
}
