/* ============== CTN Elementor — Hero & Clients ============== */
.ctn-hero {
  --ctn-accent: #7cc5ff;
  --ctn-soft: #b8c7dc;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 160px 0 60px;
  color: #eaf1fb;
  background-color: #0a1226;
}
.ctn-hero__bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(124,197,255,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(58,111,216,0.14) 0%, transparent 60%);
}
.ctn-hero--grid .ctn-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(168,200,240,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,200,240,0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  opacity: 0.6;
}
.ctn-hero__container {
  position: relative; z-index: 1;
  max-width: 1400px; margin: 0 auto; padding: 0 24px;
}
.ctn-hero__eyebrow {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ctn-soft);
}
.ctn-hero__eyebrow-accent { color: var(--ctn-accent); }
.ctn-hero__rule { display:inline-block; width:32px; height:1px; background: currentColor; opacity:.6; }

.ctn-hero__grid {
  margin-top: 40px;
  display: grid; gap: 40px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 992px) {
  .ctn-hero__grid { grid-template-columns: 7fr 5fr; gap: 48px; }
}

.ctn-hero__title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0;
  color: inherit;
}
.ctn-hero__title em { font-style: italic; color: var(--ctn-accent); font-weight: 300; }
.ctn-hero__title .soft { color: var(--ctn-soft); }

.ctn-hero__desc-row {
  margin-top: 32px;
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .ctn-hero__desc-row { grid-template-columns: 60px 1fr; }
}
.ctn-hero__number {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; color: #8aa0bd;
}
.ctn-hero__desc {
  max-width: 560px; font-size: 16px; line-height: 1.6; color: var(--ctn-soft);
}
.ctn-hero__desc strong { color: #eaf1fb; font-weight: 500; }

.ctn-hero__ctas {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px;
}
.ctn-hero__cta {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 16px; min-width: 260px;
  padding: 16px 24px; border-radius: 999px;
  background: #05080f; color: #eaf1fb; text-decoration: none;
  transition: all .3s ease;
}
.ctn-hero__cta:hover { background: var(--ctn-accent); color: #05080f; }
.ctn-hero__cta:hover .ctn-hero__cta-arrow { transform: translateX(4px); }
.ctn-hero__cta-arrow { transition: transform .3s ease; }
.ctn-hero__cta2 {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ctn-soft); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px;
}

.ctn-hero__col-anim { display: flex; justify-content: center; }
.ctn-hero__anim {
  position: relative; width: 100%; max-width: 560px; aspect-ratio: 1/1;
}
.ctn-hero__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ctn-hero__stage-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 3px;
}

.ctn-hero__strip {
  margin-top: 48px; padding-top: 24px;
  border-top: 1px solid rgba(168,200,240,0.18);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.ctn-hero__avail {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ctn-soft);
}
.ctn-hero__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ctn-accent);
  animation: ctn-pulse 2s ease-in-out infinite;
}
@keyframes ctn-pulse { 0%,100%{opacity:1;} 50%{opacity:.4;} }
.ctn-hero__tags {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 32px;
}
.ctn-hero__tag {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #8aa0bd;
}
.ctn-hero__tag-logo {
  height: 22px; width: auto; object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.7);
}

/* ============== Clients widget ============== */
.ctn-clients {
  background: #0d162b;
  border-top: 1px solid rgba(168,200,240,0.1);
  border-bottom: 1px solid rgba(168,200,240,0.1);
}
.ctn-clients__container { max-width: 1240px; margin: 0 auto; padding: 48px 24px; }
.ctn-clients__eyebrow {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #8aa0bd; margin-bottom: 32px;
}
.ctn-clients__viewport { position: relative; overflow: hidden; }
.ctn-clients__track {
  display: flex; width: max-content; gap: 64px; align-items: center;
  animation: ctn-marquee 30s linear infinite;
}
@keyframes ctn-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ctn-clients__text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 28px; white-space: nowrap; letter-spacing: -0.02em;
  color: #b8c7dc; opacity: 0.7;
}
.ctn-clients__logo {
  display: inline-block;
  height: 40px;
  width: 140px;
  background-color: #7cc5ff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0.7;
  transition: all .3s ease;
}
.ctn-clients__logo:hover { opacity: 1; }
.ctn-clients__fade {
  position: absolute; top: 0; bottom: 0; width: 96px; pointer-events: none;
}
.ctn-clients__fade--l { left:0; background: linear-gradient(to right, #0d162b, transparent); }
.ctn-clients__fade--r { right:0; background: linear-gradient(to left, #0d162b, transparent); }
