:root {
  --cb-ink: #050b12;
  --cb-ink-soft: #0b1625;
  --cb-surface: rgba(18, 36, 57, 0.72);
  --cb-surface-strong: rgba(22, 45, 73, 0.92);
  --cb-navy: #142d4f;
  --cb-blue: #2e9bff;
  --cb-cyan: #2be4d0;
  --cb-coral: #ff7b73;
  --cb-white: #f7fbff;
  --cb-text: #c7d7e8;
  --cb-muted: #8194aa;
  --cb-line: rgba(175, 211, 239, 0.16);
  --cb-line-bright: rgba(137, 218, 255, 0.34);
  --cb-success: #58db99;
  --cb-error: #ff6b78;
  --cb-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --cb-radius-sm: 14px;
  --cb-radius-md: 24px;
  --cb-radius-lg: 36px;
  --cb-shell: 1240px;
  --cb-text-width: 760px;
  --cb-header-height: 82px;
  --cb-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --cb-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--cb-header-height) + 18px);
}

body,
.elementor-page {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 10% 6%, rgba(46, 155, 255, 0.09), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(43, 228, 208, 0.07), transparent 26rem),
    var(--cb-ink);
  color: var(--cb-text);
  font-family: var(--cb-font);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  background: var(--cb-cyan);
  color: var(--cb-ink);
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--cb-cyan);
}

:focus-visible {
  outline: 3px solid var(--cb-cyan);
  outline-offset: 4px;
}

.cb-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 16px;
  border-radius: 10px;
  transform: translateY(-150%);
  background: var(--cb-white);
  color: var(--cb-ink);
  font-weight: 800;
  transition: transform 180ms ease;
}

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

.cb-shell,
.elementor .cb-shell.e-con,
.elementor .cb-shell.elementor-element {
  --width: min(100% - 48px, var(--cb-shell));
  width: min(100% - 40px, var(--cb-shell));
  max-width: var(--cb-shell);
  margin-right: auto !important;
  margin-left: auto !important;
}

.cb-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding-block: clamp(88px, 10vw, 144px);
}

.cb-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.cb-section-intro {
  width: min(100%, 820px);
}

.cb-eyebrow,
.cb-eyebrow p,
.cb-card__eyebrow,
.cb-card__eyebrow p {
  margin: 0;
  color: var(--cb-cyan);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cb-display,
.cb-display .elementor-heading-title,
.cb-heading,
.cb-heading .elementor-heading-title,
.cb-manifesto__title,
.cb-manifesto__title .elementor-heading-title,
.cb-cta__title,
.cb-cta__title .elementor-heading-title {
  margin: 0;
  color: var(--cb-white);
  font-family: var(--cb-font);
  font-weight: 720;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.cb-display,
.cb-display .elementor-heading-title {
  max-width: 980px;
  font-size: clamp(3.25rem, 5.25vw, 6rem);
  line-height: 0.99;
}

.cb-display--article,
.cb-display--article .elementor-heading-title {
  max-width: 900px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.cb-heading,
.cb-heading .elementor-heading-title,
.cb-manifesto__title,
.cb-manifesto__title .elementor-heading-title,
.cb-cta__title,
.cb-cta__title .elementor-heading-title {
  font-size: clamp(2.35rem, 4.8vw, 5.1rem);
  line-height: 1.04;
}

.cb-lead,
.cb-lead p,
.cb-section-lead,
.cb-section-lead p,
.cb-manifesto__text,
.cb-manifesto__text p,
.cb-cta__text,
.cb-cta__text p {
  max-width: var(--cb-text-width);
  margin: 0;
  color: var(--cb-text);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.62;
}

.cb-gradient-text {
  background: linear-gradient(100deg, var(--cb-cyan), var(--cb-blue) 52%, #8e7cff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.cb-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: rgba(5, 11, 18, 0.7);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.cb-site-header.cb-is-scrolled {
  border-color: var(--cb-line);
  background: rgba(5, 11, 18, 0.9);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.cb-site-header__inner {
  min-height: var(--cb-header-height);
}

.cb-site-logo,
.cb-site-logo .elementor-widget-container {
  width: auto;
}

.cb-site-logo:is(a),
.cb-site-logo .elementor-widget-container > a {
  display: inline-grid;
  grid-template-columns: 52px auto;
  align-items: center;
  gap: 12px;
  width: auto;
  min-height: 52px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../images/creativebox-logo-transparent.png");
  background-repeat: no-repeat;
  background-position: -13px -3px;
  background-size: 78px auto;
  box-shadow: none;
  text-decoration: none;
}

.cb-site-logo:is(a)::after,
.cb-site-logo .elementor-widget-container > a::after {
  content: "CREATIVEBOX";
  color: var(--cb-white);
  font-family: var(--cb-font);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
}

.cb-site-logo img {
  width: 52px !important;
  height: 52px !important;
  max-height: none;
  padding: 0;
  border: 0;
  opacity: 0;
}

.cb-site-logo--footer:is(a),
.cb-site-logo--footer .elementor-widget-container > a {
  grid-template-columns: 58px auto;
  min-height: 58px;
  background-position: -14px -3px;
  background-size: 86px auto;
}

.cb-site-logo--footer img {
  width: 58px !important;
  height: 58px !important;
}

.cb-site-logo--footer:is(a)::after,
.cb-site-logo--footer .elementor-widget-container > a::after {
  font-size: 0.98rem;
}

.cb-primary-nav .elementor-nav-menu {
  align-items: center;
  gap: 4px;
}

.cb-primary-nav .elementor-item,
.cb-primary-nav .elementor-nav-menu--dropdown .elementor-item {
  border-radius: 999px;
  color: var(--cb-text) !important;
  font-size: 0.84rem;
  font-weight: 680;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 11px 13px !important;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.cb-primary-nav .elementor-item:hover,
.cb-primary-nav .elementor-item.elementor-item-active {
  background: rgba(43, 228, 208, 0.08);
  color: var(--cb-white) !important;
}

.cb-button .elementor-button,
a.cb-button,
.cb-button > a,
.cb-button button,
button.cb-button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--cb-font);
  font-size: 0.87rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 220ms var(--cb-ease),
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.cb-button--small .elementor-button,
a.cb-button--small {
  min-height: 44px;
  padding: 11px 17px;
  font-size: 0.8rem;
}

.cb-button--primary .elementor-button,
a.cb-button--primary,
.cb-button--primary > a {
  background: linear-gradient(118deg, var(--cb-cyan), #67f0c1);
  color: var(--cb-ink) !important;
  box-shadow: 0 12px 38px rgba(43, 228, 208, 0.18);
}

.cb-button--primary .elementor-button:hover,
a.cb-button--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 48px rgba(43, 228, 208, 0.28);
}

.cb-button--ghost .elementor-button,
a.cb-button--ghost,
.cb-button--ghost > a {
  border-color: var(--cb-line-bright);
  background: rgba(255, 255, 255, 0.035);
  color: var(--cb-white) !important;
}

.cb-button--ghost .elementor-button:hover,
a.cb-button--ghost:hover {
  transform: translateY(-3px);
  border-color: var(--cb-cyan);
  background: rgba(43, 228, 208, 0.08);
}

.cb-text-link .elementor-button,
a.cb-text-link {
  min-height: 0;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cb-white) !important;
  box-shadow: none;
}

.cb-text-link .elementor-button:hover,
a.cb-text-link:hover {
  color: var(--cb-cyan) !important;
}

.cb-actions {
  width: auto;
}

.cb-hero {
  overflow: hidden;
  overflow: clip;
  min-height: min(920px, 100svh);
  padding-block: 0;
  border-bottom: 1px solid var(--cb-line);
}

.cb-hero--inner {
  min-height: 620px;
}

.cb-hero__visual,
.cb-hero__visual > .elementor-widget-container,
.cb-constellation,
.cb-orb,
.cb-grid-plane {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cb-hero__visual {
  z-index: -1;
}

.cb-constellation {
  opacity: 0.74;
}

.cb-orb {
  border-radius: 50%;
  filter: blur(0);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.cb-orb--one {
  inset: -16% auto auto 58%;
  width: clamp(400px, 64vw, 920px);
  height: clamp(400px, 64vw, 920px);
  background: radial-gradient(circle, rgba(46, 155, 255, 0.22), rgba(46, 155, 255, 0.02) 50%, transparent 72%);
  animation: cb-float-orb 14s var(--cb-ease) infinite alternate;
}

.cb-orb--two {
  inset: 34% auto auto -20%;
  width: clamp(360px, 54vw, 760px);
  height: clamp(360px, 54vw, 760px);
  background: radial-gradient(circle, rgba(43, 228, 208, 0.16), rgba(255, 123, 115, 0.04) 52%, transparent 72%);
  animation: cb-float-orb 18s var(--cb-ease) -6s infinite alternate-reverse;
}

.cb-grid-plane {
  inset: 54% -10% auto;
  width: 120%;
  height: 55%;
  transform: perspective(700px) rotateX(68deg);
  transform-origin: center top;
  background-image:
    linear-gradient(rgba(112, 192, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 192, 255, 0.1) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.35;
  mask-image: linear-gradient(to bottom, transparent, black 25%, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 25%, transparent 88%);
}

.cb-hero__content {
  position: relative;
  z-index: 2;
  min-height: min(920px, 100svh);
  padding-top: calc(var(--cb-header-height) + 60px);
  padding-bottom: 90px;
}

.elementor .cb-hero__content.e-con {
  align-self: center;
}

.cb-hero--inner .cb-hero__content {
  min-height: 620px;
}

.cb-scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  z-index: 3;
  width: auto;
  transform: translateX(-50%);
}

.cb-scroll-cue::before {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  margin: 0 auto 10px;
  background: linear-gradient(var(--cb-cyan), transparent);
  animation: cb-scroll-cue 1.8s ease-in-out infinite;
}

.cb-scroll-cue p {
  margin: 0;
  color: var(--cb-muted);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cb-signal-strip {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--cb-line);
  background: rgba(255, 255, 255, 0.018);
}

.cb-signal-strip__item {
  position: relative;
  flex: 1 0 auto;
  min-width: max-content;
  padding: 18px clamp(22px, 3vw, 48px);
}

.cb-signal-strip__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: var(--cb-cyan);
  box-shadow: 0 0 16px var(--cb-cyan);
}

.cb-signal-strip__item p {
  margin: 0;
  color: var(--cb-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cb-section--manifesto::before {
  background: radial-gradient(circle at 80% 50%, rgba(46, 155, 255, 0.1), transparent 36rem);
}

.cb-manifesto {
  align-items: flex-start;
}

.cb-manifesto__title,
.cb-manifesto__title .elementor-heading-title {
  max-width: 1080px;
}

.cb-section--services,
.cb-section--principles,
.cb-section--deliverables,
.cb-section--insights,
.cb-section--proof,
.cb-section--contact {
  border-block: 1px solid var(--cb-line);
  background: rgba(255, 255, 255, 0.012);
}

.cb-card-grid > * {
  min-width: 0;
}

.cb-card-grid--services > * {
  flex: 1 1 calc(50% - 12px);
}

.cb-card-grid--four > * {
  flex: 1 1 calc(25% - 15px);
}

.cb-card-grid--three > * {
  flex: 1 1 calc(33.333% - 14px);
}

.cb-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 55%),
    var(--cb-surface);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateZ(0);
  transition:
    transform 320ms var(--cb-ease),
    border-color 320ms ease,
    box-shadow 320ms ease,
    background 320ms ease;
}

.cb-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(420px circle at var(--cb-pointer-x, 50%) var(--cb-pointer-y, 50%), rgba(43, 228, 208, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.cb-card > * {
  position: relative;
  z-index: 1;
}

.cb-card:hover {
  border-color: var(--cb-line-bright);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), transparent 55%),
    var(--cb-surface-strong);
  box-shadow: var(--cb-shadow);
}

.cb-card:hover::before {
  opacity: 1;
}

.cb-card__number,
.cb-card__number p,
.cb-process-card__number,
.cb-process-card__number p,
.cb-system-step__number,
.cb-system-step__number p {
  margin: 0;
  color: rgba(199, 215, 232, 0.46);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.cb-card__title,
.cb-card__title .elementor-heading-title,
.cb-system-step__title,
.cb-system-step__title .elementor-heading-title,
.cb-process-card__title,
.cb-process-card__title .elementor-heading-title {
  margin: 0;
  color: var(--cb-white);
  font-family: var(--cb-font);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 680;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.cb-card__text,
.cb-card__text p,
.cb-system-step__text,
.cb-system-step__text p,
.cb-process-card__text,
.cb-process-card__text p {
  margin: 0;
  color: var(--cb-muted);
  font-size: 0.96rem;
  line-height: 1.68;
}

.cb-list ul,
.cb-list,
.cb-check-panel ul,
.cb-check-panel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-list li,
.cb-check-panel li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 22px;
  border-top: 1px solid var(--cb-line);
  color: var(--cb-text);
  font-size: 0.86rem;
  line-height: 1.5;
}

.cb-list li::before,
.cb-check-panel li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cb-cyan);
  box-shadow: 0 0 14px rgba(43, 228, 208, 0.6);
}

.cb-section--systems::before {
  background:
    radial-gradient(circle at 20% 40%, rgba(43, 228, 208, 0.07), transparent 30rem),
    radial-gradient(circle at 85% 60%, rgba(46, 155, 255, 0.08), transparent 34rem);
}

.cb-system-track {
  position: relative;
  overflow-x: auto;
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius-md);
  background: rgba(255, 255, 255, 0.018);
  scrollbar-color: var(--cb-cyan) transparent;
}

.cb-system-step {
  position: relative;
  flex: 1 0 240px;
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid var(--cb-line);
  justify-content: flex-end;
}

.cb-system-step:last-child {
  border-right: 0;
}

.cb-system-step::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--cb-cyan);
  border-radius: 50%;
  background: var(--cb-ink);
  box-shadow: 0 0 0 7px rgba(43, 228, 208, 0.07), 0 0 24px rgba(43, 228, 208, 0.4);
}

.cb-system-step::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 44px;
  width: calc(100% - 28px);
  height: 1px;
  background: linear-gradient(90deg, var(--cb-cyan), rgba(43, 228, 208, 0.08));
}

.cb-process-grid {
  border-block: 1px solid var(--cb-line);
}

.cb-process-card {
  position: relative;
  flex: 1 1 25%;
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--cb-line);
  justify-content: space-between;
  transition: background 240ms ease;
}

.cb-process-card:last-child {
  border-right: 0;
}

.cb-process-card:hover {
  background: rgba(43, 228, 208, 0.045);
}

.cb-split > * {
  flex: 1 1 0;
  min-width: 0;
}

.cb-split--top {
  align-items: flex-start;
}

.cb-chip-cloud {
  align-content: flex-start;
}

.cb-industry-chip {
  flex: 1 1 calc(50% - 6px);
}

.cb-industry-chip p {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius-sm);
  background: rgba(255, 255, 255, 0.018);
  color: var(--cb-white);
  font-size: 0.92rem;
  font-weight: 650;
  transition:
    transform 220ms var(--cb-ease),
    border-color 220ms ease,
    background 220ms ease;
}

.cb-industry-chip p:hover {
  transform: translateY(-3px);
  border-color: var(--cb-line-bright);
  background: rgba(43, 228, 208, 0.05);
}

.cb-industry-chip span {
  color: var(--cb-cyan);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.cb-faq-list {
  border-top: 1px solid var(--cb-line);
}

.cb-faq {
  border-bottom: 1px solid var(--cb-line);
}

.cb-faq summary {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--cb-white);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.35;
  list-style: none;
}

.cb-faq summary::-webkit-details-marker {
  display: none;
}

.cb-faq summary span {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--cb-line);
  border-radius: 50%;
}

.cb-faq summary span::before,
.cb-faq summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: var(--cb-cyan);
}

.cb-faq summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.cb-faq[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.cb-faq > div {
  padding: 0 56px 28px 0;
}

.cb-faq > div p {
  margin: 0;
  color: var(--cb-muted);
}

.cb-section--cta {
  overflow: hidden;
}

.cb-section--cta::before {
  background:
    radial-gradient(circle at 14% 70%, rgba(255, 123, 115, 0.12), transparent 28rem),
    radial-gradient(circle at 86% 20%, rgba(43, 228, 208, 0.13), transparent 30rem);
}

.cb-cta {
  overflow: hidden;
  padding: clamp(34px, 7vw, 86px);
  border: 1px solid var(--cb-line-bright);
  border-radius: var(--cb-radius-lg);
  background:
    linear-gradient(130deg, rgba(46, 155, 255, 0.1), transparent 44%),
    linear-gradient(310deg, rgba(43, 228, 208, 0.08), transparent 40%),
    rgba(10, 23, 38, 0.82);
  box-shadow: var(--cb-shadow);
}

.cb-cta__title,
.cb-cta__title .elementor-heading-title {
  max-width: 900px;
}

.cb-layer-list ol,
.cb-layer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-layer-list li {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) 1fr;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid var(--cb-line);
}

.cb-layer-list li:last-child {
  border-bottom: 1px solid var(--cb-line);
}

.cb-layer-list strong {
  color: var(--cb-white);
  font-size: 0.9rem;
}

.cb-layer-list span {
  color: var(--cb-muted);
  font-size: 0.92rem;
}

.cb-story-panel,
.cb-check-panel,
.cb-form-shell,
.cb-legal-notice {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius-md);
  background: var(--cb-surface);
}

.cb-check-panel li {
  padding-block: 16px;
  font-size: 0.96rem;
}

.cb-case-study-shell {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--cb-line-bright);
  border-radius: var(--cb-radius-lg);
  background:
    radial-gradient(circle at 100% 0, rgba(43, 228, 208, 0.08), transparent 30rem),
    var(--cb-surface);
}

.cb-case-study-fields {
  border-block: 1px solid var(--cb-line);
}

.cb-case-study-field {
  flex: 1 1 20%;
  min-width: 190px;
  padding: 24px;
  border-right: 1px solid var(--cb-line);
}

.cb-case-study-field:last-child {
  border-right: 0;
}

.cb-contact-layout > .cb-contact-copy,
.cb-contact-layout > .cb-form-shell {
  flex: 1 1 0;
  min-width: 0;
}

.cb-contact-copy {
  position: sticky;
  top: calc(var(--cb-header-height) + 28px);
}

.cb-contact-method {
  border-top: 1px solid var(--cb-line);
  padding: 16px 0;
}

.cb-contact-method:last-child {
  border-bottom: 1px solid var(--cb-line);
}

.cb-contact-method p {
  display: grid;
  grid-template-columns: minmax(92px, 0.35fr) 1fr;
  gap: 18px;
  margin: 0;
  color: var(--cb-white);
}

.cb-contact-method span {
  color: var(--cb-muted);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cb-form-shell {
  background:
    linear-gradient(150deg, rgba(43, 228, 208, 0.045), transparent 35%),
    var(--cb-surface);
}

.cb-form .elementor-form-fields-wrapper {
  gap: 0;
}

.cb-form .elementor-field-group {
  margin-bottom: 18px;
}

.cb-form .elementor-field-label {
  margin-bottom: 8px;
  color: var(--cb-text);
  font-size: 0.78rem;
  font-weight: 720;
}

.cb-form .elementor-field,
.cb-form select.elementor-field,
.cb-form textarea.elementor-field,
.cb-form input.elementor-field {
  min-height: 52px;
  border: 1px solid var(--cb-line);
  border-radius: 12px;
  background: rgba(5, 11, 18, 0.68);
  color: var(--cb-white);
  font-family: var(--cb-font);
  font-size: 0.95rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.cb-form textarea.elementor-field {
  min-height: 150px;
}

.cb-form .elementor-field:focus {
  border-color: var(--cb-cyan);
  background: rgba(5, 11, 18, 0.9);
  box-shadow: 0 0 0 4px rgba(43, 228, 208, 0.08);
  outline: 0;
}

.cb-form .elementor-button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(118deg, var(--cb-cyan), #67f0c1);
  color: var(--cb-ink);
  font-weight: 820;
  box-shadow: 0 12px 38px rgba(43, 228, 208, 0.18);
}

.cb-form .elementor-message {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.cb-form .elementor-message-success {
  background: rgba(88, 219, 153, 0.1);
  color: var(--cb-success);
}

.cb-form .elementor-message-danger {
  background: rgba(255, 107, 120, 0.1);
  color: var(--cb-error);
}

.cb-legal-copy,
.cb-article-shell {
  max-width: 860px;
}

.cb-legal-notice p {
  margin: 0;
}

.cb-legal-section {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--cb-line);
}

.cb-legal-section__title,
.cb-legal-section__title .elementor-heading-title {
  margin: 0;
  color: var(--cb-white);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.cb-legal-section__text p {
  margin: 0;
}

.cb-article-hero,
.cb-archive-hero {
  padding-top: clamp(150px, 18vw, 240px);
  border-bottom: 1px solid var(--cb-line);
}

.cb-prose {
  color: var(--cb-text);
}

.cb-prose :where(h2, h3, h4) {
  margin: 1.6em 0 0.55em;
  color: var(--cb-white);
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.cb-prose h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.cb-prose h3 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.cb-prose :where(p, ul, ol, blockquote) {
  margin: 0 0 1.3em;
}

.cb-prose a {
  color: var(--cb-cyan);
}

.cb-prose blockquote {
  padding: 18px 24px;
  border-left: 3px solid var(--cb-cyan);
  background: rgba(43, 228, 208, 0.045);
  color: var(--cb-white);
}

.cb-article-image img {
  width: 100%;
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius-md);
}

.cb-posts-grid .elementor-post,
.cb-posts-grid .e-loop-item {
  overflow: hidden;
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius-md);
  background: var(--cb-surface);
}

.cb-posts-grid .elementor-post__text {
  padding: 0 24px 24px;
}

.cb-posts-grid .elementor-post__title a {
  color: var(--cb-white);
}

.cb-posts-grid .elementor-post__excerpt,
.cb-posts-grid .elementor-post__meta-data {
  color: var(--cb-muted);
}

.cb-error-page__content,
.cb-thanks {
  max-width: 900px;
}

.cb-site-footer {
  padding-top: clamp(72px, 9vw, 118px);
  border-top: 1px solid var(--cb-line);
  background:
    radial-gradient(circle at 10% 0, rgba(46, 155, 255, 0.08), transparent 30rem),
    #04090f;
}

.cb-site-footer__grid > *:first-child {
  flex: 1.4 1 0;
}

.cb-site-footer__grid > * {
  flex: 1 1 0;
  min-width: 0;
}

.cb-footer-description,
.cb-footer-description p,
.cb-footer-contact,
.cb-footer-contact p {
  max-width: 430px;
  margin: 0;
  color: var(--cb-muted);
}

.cb-footer-title,
.cb-footer-title .elementor-heading-title {
  margin: 0;
  color: var(--cb-white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cb-footer-cta__title,
.cb-footer-cta__title .elementor-heading-title {
  margin: 0;
  color: var(--cb-white);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.cb-footer-nav .elementor-nav-menu a {
  padding: 7px 0 !important;
  color: var(--cb-muted) !important;
}

.cb-site-footer__bottom {
  margin-top: 42px;
  padding-block: 22px;
  border-top: 1px solid var(--cb-line);
}

.cb-site-footer__bottom p,
.cb-footer-legal p {
  margin: 0;
  color: var(--cb-muted);
  font-size: 0.75rem;
}

.cb-motion-ready .cb-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 800ms var(--cb-ease),
    transform 800ms var(--cb-ease);
  transition-delay: var(--cb-reveal-delay, 0ms);
}

.cb-motion-ready .cb-reveal.cb-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes cb-float-orb {
  from {
    transform: translate3d(-2%, -2%, 0) scale(0.96);
  }
  to {
    transform: translate3d(4%, 5%, 0) scale(1.05);
  }
}

@keyframes cb-scroll-cue {
  0%,
  100% {
    opacity: 0.28;
    transform: scaleY(0.45);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (max-width: 1100px) {
  :root {
    --cb-header-height: 74px;
  }

  .cb-card-grid--four > * {
    flex-basis: calc(50% - 10px);
  }

  .cb-process-card {
    flex-basis: 50%;
    border-bottom: 1px solid var(--cb-line);
  }

  .cb-process-card:nth-child(2) {
    border-right: 0;
  }

  .cb-process-card:nth-child(n + 3) {
    border-bottom: 0;
  }

  .cb-site-header__inner > .cb-button,
  .cb-site-header__inner > .elementor-widget-button {
    display: none;
  }
}

@media (max-width: 900px) {
  .cb-card-grid--three > * {
    flex-basis: calc(50% - 10px);
  }

  .cb-split,
  .cb-contact-layout,
  .cb-site-footer__grid {
    flex-direction: column !important;
  }

  .cb-split > *,
  .cb-contact-layout > *,
  .cb-site-footer__grid > * {
    width: 100%;
  }

  .cb-contact-copy {
    position: static;
  }

  .cb-case-study-field {
    flex-basis: 50%;
    border-bottom: 1px solid var(--cb-line);
  }
}

@media (max-width: 767px) {
  body,
  .elementor-page {
    font-size: 16px;
  }

  .cb-shell {
    width: min(100% - 28px, var(--cb-shell));
  }

  .cb-section {
    padding-block: 78px;
  }

  .cb-display,
  .cb-display .elementor-heading-title {
    font-size: clamp(2.75rem, 13.8vw, 4.35rem);
    line-height: 1;
  }

  .cb-heading,
  .cb-heading .elementor-heading-title,
  .cb-manifesto__title,
  .cb-manifesto__title .elementor-heading-title,
  .cb-cta__title,
  .cb-cta__title .elementor-heading-title {
    font-size: clamp(2.15rem, 10vw, 3.35rem);
  }

  .cb-lead,
  .cb-lead p,
  .cb-section-lead,
  .cb-section-lead p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .cb-hero,
  .cb-hero__content {
    min-height: 700px;
  }

  .cb-hero--inner,
  .cb-hero--inner .cb-hero__content {
    min-height: 580px;
  }

  .cb-hero__content {
    padding-top: calc(var(--cb-header-height) + 40px);
    padding-bottom: 78px;
  }

  .cb-scroll-cue {
    display: none;
  }

  .cb-grid-plane {
    top: 60%;
    background-size: 44px 44px;
  }

  .cb-actions,
  .cb-actions > * {
    width: 100%;
  }

  .cb-button .elementor-button,
  a.cb-button {
    width: 100%;
  }

  .cb-signal-strip {
    overflow-x: auto;
  }

  .cb-card-grid--services > *,
  .cb-card-grid--four > *,
  .cb-card-grid--three > *,
  .cb-industry-chip {
    flex-basis: 100%;
  }

  .cb-card {
    padding: 26px;
    border-radius: 20px;
  }

  .cb-system-step {
    flex-basis: min(78vw, 300px);
    min-height: 300px;
  }

  .cb-process-card {
    flex-basis: 100%;
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--cb-line) !important;
  }

  .cb-process-card:last-child {
    border-bottom: 0 !important;
  }

  .cb-cta {
    border-radius: 24px;
  }

  .cb-case-study-field {
    flex-basis: 100%;
    border-right: 0;
  }

  .cb-contact-method p,
  .cb-layer-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cb-site-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
  }
}

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

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

  .cb-motion-ready .cb-reveal,
  .cb-motion-ready .cb-reveal.cb-in-view {
    opacity: 1;
    transform: none;
  }

  .cb-constellation {
    display: none;
  }
}

@media (forced-colors: active) {
  .cb-card,
  .cb-cta,
  .cb-story-panel,
  .cb-form-shell,
  .cb-faq {
    border: 1px solid CanvasText;
  }

  .cb-gradient-text {
    color: CanvasText;
  }
}
