@import url('/wp-content/uploads/cortex-sentinel/visual-edits.css');

.cortex-option-hidden {
  display: none !important;
}

body.cortex-no-custom-cursor .cursor,
body.cortex-no-custom-cursor .cursor-ring {
  display: none !important;
}

body.cortex-no-animations *,
body.cortex-no-animations *::before,
body.cortex-no-animations *::after {
  animation: none !important;
  transition-duration: 0s !important;
  scroll-behavior: auto !important;
}

.cortex-neural-bg-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: var(--cortex-bg-animation-opacity, .38);
  mix-blend-mode: screen;
  z-index: 0;
}

.cortex-neural-bg-canvas.scope-hero {
  position: absolute;
}

.hero.cortex-has-bg-canvas > .cortex-neural-bg-canvas {
  z-index: 1;
}

.hero.cortex-has-bg-canvas > .hero-content,
.hero.cortex-has-bg-canvas > nav {
  position: relative;
  z-index: 2;
}

.cortex-video-bg-wrap {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.cortex-video-bg-wrap.scope-hero {
  position: absolute;
}

.cortex-video-bg-wrap video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: blur(var(--cortex-video-blur, 0px));
  transform: scale(1.03);
  transition: opacity var(--cortex-video-loop-fade, 1s) linear;
}

.cortex-video-bg-wrap video.is-active {
  opacity: var(--cortex-video-opacity, .55);
}

.cortex-video-bg-wrap video.is-fading-out,
.cortex-video-bg-wrap video.is-standby {
  opacity: 0;
}

.cortex-video-bg-wrap:not(.is-smooth-loop) video {
  opacity: var(--cortex-video-opacity, .55);
}

.cortex-video-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 8, 13, var(--cortex-video-overlay, .58));
}

.hero.cortex-has-video-bg {
  position: relative;
  overflow: hidden;
  background: #020812;
}

.hero.cortex-has-video-bg > .cortex-video-bg-wrap {
  z-index: 0;
}

.hero.cortex-has-video-bg > .hero-bg {
  opacity: .35;
}

.hero.cortex-has-video-bg > .hero-grid,
.hero.cortex-has-video-bg > .hero-radial,
.hero.cortex-has-video-bg > .hero-lines {
  z-index: 1;
}

.hero.cortex-has-video-bg > .hero-content {
  position: relative;
  z-index: 2;
}

body.cortex-has-page-video-bg {
  background-color: #020812;
}

body.cortex-has-page-video-bg > nav,
body.cortex-has-page-video-bg > section,
body.cortex-has-page-video-bg > main,
body.cortex-has-page-video-bg > footer,
body.cortex-has-page-video-bg > .contact-hub,
body.cortex-has-page-video-bg > .back-to-top {
  position: relative;
  z-index: 1;
}

.contact-unified-section.cortex-has-contact-media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.contact-unified-section.cortex-has-contact-media::before,
.contact-unified-media-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.contact-unified-section.cortex-has-contact-image-bg::before {
  content: "";
  background-image: var(--cortex-contact-bg-image);
  background-size: var(--cortex-contact-bg-fit, cover);
  background-position: var(--cortex-contact-bg-position, center);
  background-repeat: no-repeat;
  opacity: var(--cortex-contact-bg-opacity, .65);
  filter: blur(var(--cortex-contact-bg-blur, 0px));
  transform: scale(1.03);
}

.contact-unified-media-bg {
  overflow: hidden;
}

.contact-unified-media-bg video {
  position: absolute;
  inset: auto !important;
  left: var(--cortex-contact-video-x, 50%);
  top: var(--cortex-contact-video-y, 50%);
  display: block;
  width: var(--cortex-contact-video-width, 100%) !important;
  height: var(--cortex-contact-video-height, 100%) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: var(--cortex-contact-bg-fit, cover) !important;
  object-position: var(--cortex-contact-bg-position, center);
  opacity: 0;
  filter: blur(var(--cortex-contact-bg-blur, 0px));
  transform: translate(-50%, -50%) scale(var(--cortex-contact-bg-video-zoom, 1.12));
  transform-origin: center center;
  transition: opacity var(--cortex-contact-video-loop-fade, 1s) linear;
}

.contact-unified-section {
  scroll-margin-top: calc((var(--cortex-nav-height, 72px)) + 10px);
  min-height: var(--cortex-contact-section-min-height, 0px) !important;
  padding-top: var(--cortex-contact-section-padding-y, 32px) !important;
  padding-bottom: var(--cortex-contact-section-padding-y, 32px) !important;
}

.contact-unified-section.cortex-contact-fit-contain .contact-unified-media-bg video {
  object-fit: contain !important;
}

.contact-unified-section.cortex-contact-fit-cover .contact-unified-media-bg video {
  object-fit: cover !important;
}

.contact-unified-section.cortex-contact-fit-fill .contact-unified-media-bg video {
  object-fit: fill !important;
}

.contact-unified-section,
.contact-unified-inner,
.contact-unified-copy,
.contact-unified-panel {
  pointer-events: auto !important;
}

.contact-unified-media-bg video.is-active {
  opacity: var(--cortex-contact-bg-opacity, .65);
}

.contact-unified-media-bg video.is-fading-out,
.contact-unified-media-bg video.is-standby {
  opacity: 0;
}

.contact-unified-media-bg:not(.is-smooth-loop) video {
  opacity: var(--cortex-contact-bg-opacity, .65);
}

.contact-unified-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 8, 13, var(--cortex-contact-bg-overlay, .56));
}

.contact-unified-section.cortex-has-contact-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(1, 8, 13, var(--cortex-contact-bg-overlay, .56));
}

.contact-unified-section.cortex-has-contact-video-bg::after {
  display: none;
}

.contact-unified-section.cortex-has-contact-media > .contact-unified-bg,
.contact-unified-section.cortex-has-contact-media > .contact-unified-grid,
.contact-unified-section.cortex-has-contact-media > .contact-unified-glow,
.contact-unified-section.cortex-has-contact-media > .contact-unified-inner {
  position: relative;
}

.contact-unified-section.cortex-has-contact-media > .contact-unified-bg,
.contact-unified-section.cortex-has-contact-media > .contact-unified-grid,
.contact-unified-section.cortex-has-contact-media > .contact-unified-glow {
  z-index: 1;
}

.contact-unified-section.cortex-has-contact-media > .contact-unified-inner {
  z-index: 2;
}

@media (max-width: 900px) {
  .contact-unified-section {
    min-height: var(--cortex-contact-section-mobile-min-height, var(--cortex-contact-section-min-height, 0px)) !important;
    padding-top: var(--cortex-contact-section-mobile-padding-y, 32px) !important;
    padding-bottom: var(--cortex-contact-section-mobile-padding-y, 32px) !important;
  }

  .contact-unified-media-bg video {
    left: var(--cortex-contact-video-mobile-x, var(--cortex-contact-video-x, 50%));
    top: var(--cortex-contact-video-mobile-y, var(--cortex-contact-video-y, 50%));
    width: var(--cortex-contact-video-mobile-width, var(--cortex-contact-video-width, 100%)) !important;
    height: var(--cortex-contact-video-mobile-height, var(--cortex-contact-video-height, 100%)) !important;
  }
}

/* Cortex Sentinel 1.6.39: remove the extra blue strip under the running ticker. */
html body .ticker,
html body .ticker.ticker-full-width {
  position:relative !important;
  z-index:5 !important;
  width:100vw !important;
  max-width:100vw !important;
  height:40px !important;
  min-height:40px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:rgba(7, 23, 27, .92) !important;
  border-top:1px solid rgba(105, 220, 255, .22) !important;
  border-bottom:1px solid rgba(105, 220, 255, .16) !important;
  box-shadow:none !important;
}

html body .ticker::before,
html body .ticker::after,
html body .ticker-track::before,
html body .ticker-track::after,
html body .ticker-inner::before,
html body .ticker-inner::after,
html body .ticker + .stats::before,
html body .stats::before {
  display:none !important;
  content:none !important;
}

html body .ticker-track {
  width:100vw !important;
  max-width:100vw !important;
  height:40px !important;
  min-height:40px !important;
  display:flex !important;
  align-items:center !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

html body .ticker-inner {
  height:40px !important;
  min-height:40px !important;
  align-items:center !important;
  padding:0 !important;
}

html body .ticker + .stats,
html body .stats {
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
  background:#061012 !important;
  box-shadow:none !important;
}

@media (max-width: 720px) {
  html body .ticker,
  html body .ticker.ticker-full-width {
    height:38px !important;
    min-height:38px !important;
  }

  html body .ticker-track,
  html body .ticker-inner {
    height:38px !important;
    min-height:38px !important;
  }

  html body .ticker + .stats,
  html body .stats {
    padding-top:0 !important;
  }
}

body.cortex-bg-animation-on {
  background-color: #020812;
}

.contact-hub {
  bottom: var(--cortex-floating-hub-bottom, 76px) !important;
}

#crisp-chatbox [data-testid="chatbox-button-frame"] {
  bottom: var(--cortex-floating-hub-bottom, 76px) !important;
}

body:not(.cortex-ticker-strip-on) .ticker {
  background: var(--dark, #071218) !important;
  padding-bottom: .08rem !important;
  box-shadow: none !important;
}

body:not(.cortex-ticker-strip-on) .ticker-track {
  margin-top: 0 !important;
}

body:not(.cortex-ticker-strip-on) .ticker::before,
body:not(.cortex-ticker-strip-on) .ticker::after {
  display: none !important;
}

body.cortex-equal-problem-compare .problems-layout {
  align-items: stretch !important;
}

body.cortex-equal-problem-compare .problems-text,
body.cortex-equal-problem-compare .problems-visual,
body.cortex-equal-problem-compare .vs-box {
  height: 100%;
}

body.cortex-equal-problem-compare .problems-text,
body.cortex-equal-problem-compare .vs-box {
  display: flex;
  flex-direction: column;
}

body.cortex-equal-problem-compare .problems-list {
  flex: 1;
}

body.cortex-equal-problem-compare .problem-item {
  flex: 1;
  min-height: var(--cortex-card-min-height, 0);
}

body.cortex-equal-why-columns .why-grid {
  align-items: stretch !important;
}

body.cortex-equal-why-columns .why-text,
body.cortex-equal-why-columns .why-visual {
  height: 100%;
}

body.cortex-equal-why-columns .why-visual {
  margin-top: 0 !important;
}

body.cortex-equal-why-columns .why-text,
body.cortex-equal-why-columns .why-visual,
body.cortex-equal-why-columns .soc-display {
  display: flex;
  flex-direction: column;
}

body.cortex-equal-why-columns .why-points,
body.cortex-equal-why-columns .soc-flow {
  flex: 1;
}

body.cortex-equal-why-columns .why-grid {
  align-items: start !important;
}

body.cortex-equal-why-columns .why-visual,
body.cortex-equal-why-columns .soc-display {
  height: auto !important;
  min-height: 0 !important;
}

body.cortex-equal-why-columns .soc-flow {
  flex: 0 0 auto !important;
}

body.cortex-equal-service-cards .services-grid,
body.cortex-equal-package-cards .packages-grid,
body.cortex-equal-package-cards .options-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr;
}

body.cortex-equal-service-cards .service-card,
body.cortex-equal-package-cards .pkg-card,
body.cortex-equal-package-cards .pkg-featured-wrap,
body.cortex-equal-package-cards .opt-card {
  height: 100%;
  min-height: var(--cortex-card-min-height, 0);
}

body.cortex-equal-service-cards .service-card,
body.cortex-equal-package-cards .pkg-card,
body.cortex-equal-package-cards .opt-card {
  display: flex;
  flex-direction: column;
}

@media (max-width: 900px) {
  .contact-hub,
  #crisp-chatbox [data-testid="chatbox-button-frame"] {
    bottom: var(--cortex-floating-hub-mobile-bottom, 74px) !important;
  }
}

nav.cortex-header-static {
  position: relative !important;
}

nav.cortex-header-transparent {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

nav.cortex-header-compact {
  min-height: 58px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

nav.cortex-header-full {
  width: 100% !important;
  max-width: none !important;
}

nav.cortex-header-no-blur {
  backdrop-filter: none !important;
}

.hero[style*="--cortex-hero-image"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--cortex-hero-image);
  background-size: cover;
  background-position: center;
  opacity: calc(1 - var(--cortex-hero-overlay, .35));
  pointer-events: none;
  z-index: 0;
}

.hero[style*="--cortex-hero-image"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--cortex-hero-overlay, .35));
  pointer-events: none;
  z-index: 0;
}

.hero[style*="--cortex-hero-image"] > * {
  position: relative;
  z-index: 1;
}

.hero.hero-layout-center .hero-content,
.hero.hero-layout-text-only .hero-content {
  grid-template-columns: 1fr !important;
  text-align: center;
}

.hero.hero-layout-center .hero-left,
.hero.hero-layout-text-only .hero-left {
  margin-inline: auto;
}

.hero-lines {
  opacity: var(--cortex-hero-scan-opacity, .45) !important;
}

.hero-line {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--cortex-hero-scan-color, #1aada0) 70%, transparent), transparent) !important;
  animation-duration: var(--cortex-hero-scan-speed, 4s) !important;
}

.hero-radial {
  opacity: var(--cortex-hero-radial-opacity, .72) !important;
}

.contact-hub.position-left {
  right: auto !important;
  left: 24px !important;
}

.contact-hub.position-left .contact-hub-panel,
.contact-hub.position-left .contact-hub-greeting {
  right: auto !important;
  left: 0 !important;
}

.cam-feed.is-static-feed {
  min-height: 160px;
  background:
    linear-gradient(135deg, rgba(17, 47, 60, .9), rgba(5, 20, 28, .95)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.04), rgba(255,255,255,.04) 1px, transparent 1px, transparent 7px);
}

.ticker {
  min-height: var(--cortex-ticker-height, auto) !important;
  padding-top: var(--cortex-ticker-pad-top, 1rem) !important;
  padding-bottom: var(--cortex-ticker-pad-bottom, .42rem) !important;
  background: var(--cortex-ticker-bg, linear-gradient(180deg, rgba(8,21,28,.95), rgba(10,24,31,.98))) !important;
}

.ticker-track {
  width: min(var(--cortex-ticker-track-width, 1720px), calc(100vw - 72px)) !important;
  background: var(--cortex-ticker-track-bg, rgba(255,255,255,.025)) !important;
  border-color: var(--cortex-ticker-border, rgba(120,220,255,.14)) !important;
  border-radius: var(--cortex-ticker-radius, 999px) !important;
}

.ticker-inner {
  color: var(--cortex-ticker-text, #ffffff) !important;
}

.ticker-reverse .ticker-inner {
  animation-direction: reverse !important;
}

.ticker-pause-hover:hover .ticker-inner {
  animation-play-state: paused !important;
}

.ticker-no-glow .ticker-inner::before,
.ticker-no-glow .ticker-track::before {
  display: none !important;
}

.ticker-item {
  color: var(--cortex-ticker-text, #ffffff) !important;
  font-size: var(--cortex-ticker-font-size, 15px) !important;
}

.ticker-sep {
  color: var(--cortex-ticker-accent, var(--teal, #2C8CA3)) !important;
}

@media (max-width: 720px) {
  .ticker-item {
    font-size: var(--cortex-ticker-mobile-font-size, 8px) !important;
  }
}

.cortex-widget-shell {
  padding: clamp(36px, 6vw, 84px) 20px;
  background: rgba(5, 18, 24, .96);
  color: #f5fbff;
  border-block: 1px solid rgba(111, 224, 237, .14);
}

.cortex-widget-area {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 18px;
  padding: 18px;
  border: 1px solid rgba(111, 224, 237, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

.cortex-widget-title {
  margin: 0 0 12px;
  color: #f5fbff;
  font-size: clamp(1.5rem, 3vw, 2.8rem);
}

@media (min-width: 821px) {
  .cortex-hide-desktop {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .cortex-hide-mobile {
    display: none !important;
  }
}

.cortex-extra-block {
  --block-accent: var(--accent, #2C8CA3);
  --block-bg: rgba(8, 24, 31, .97);
  --block-card: rgba(18, 40, 50, .82);
  --block-border: rgba(111, 224, 237, .15);
  --block-text: #f5fbff;
  --block-muted: rgba(219, 246, 251, .82);
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 108px) 20px;
  background:
    linear-gradient(135deg, var(--block-bg), rgba(6, 18, 24, .98)),
    radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--block-accent) 22%, transparent), transparent 34%);
  border-top: 1px solid var(--block-border);
  border-bottom: 1px solid var(--block-border);
  color: var(--block-text);
}

.cortex-extra-block.theme-cyan { --block-accent:#54d6eb; --block-bg:rgba(9,35,45,.98); }
.cortex-extra-block.theme-light { --block-accent:#16758b; --block-bg:#f4fbfd; --block-card:#fff; --block-border:rgba(22,117,139,.18); --block-text:#071218; --block-muted:#385967; }
.cortex-extra-block.theme-transparent { --block-bg:transparent; --block-card:rgba(255,255,255,.045); }
.cortex-extra-block.theme-success { --block-accent:#49d493; }
.cortex-extra-block.theme-warning { --block-accent:#f3b84b; }
.cortex-extra-block.theme-danger { --block-accent:#ff6b72; }
.cortex-extra-block.theme-glass { --block-bg:rgba(8,24,31,.72); --block-card:rgba(255,255,255,.075); --block-border:rgba(210,246,255,.22); }
.cortex-extra-block.theme-neon { --block-accent:#88f7ff; --block-bg:rgba(2,11,18,.98); --block-card:rgba(4,24,34,.88); }
.cortex-extra-block.theme-hologram { --block-accent:#9df6ff; --block-bg:rgba(5,20,29,.92); --block-card:rgba(21,58,72,.35); }
.cortex-extra-block.theme-midnight { --block-accent:#8feaff; --block-bg:rgba(3,10,16,.98); --block-card:rgba(10,22,32,.9); }
.cortex-extra-block.theme-white { --block-accent:#177e90; --block-bg:#fff; --block-card:#f6fbfc; --block-border:rgba(10,92,110,.18); --block-text:#071218; --block-muted:#385967; }

.cortex-extra-block[class*="template-"]:not(.template-none) {
  isolation: isolate;
}

.cortex-extra-block[class*="template-"]:not(.template-none)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--block-image);
  background-size: cover;
  background-position: center;
  opacity: .28;
  pointer-events: none;
}

.cortex-extra-block[class*="template-"]:not(.template-none)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.cortex-extra-block.template-guard-lite {
  --block-accent: #dc263f;
  --block-bg: #111;
  --block-card: #fff;
  --block-border: rgba(255,255,255,.2);
  --block-text: #fff;
  --block-muted: rgba(255,255,255,.86);
  min-height: 640px;
  padding-bottom: clamp(86px, 11vw, 138px);
  background: #0d0e10;
}

.cortex-extra-block.template-guard-lite::after {
  background: linear-gradient(180deg, rgba(0,0,0,.38), rgba(0,0,0,.7));
}

.cortex-extra-block.template-guard-lite .cortex-extra-block-copy {
  margin-inline: auto;
  text-align: center;
}

.cortex-extra-block.template-guard-lite h2 {
  margin-inline: auto;
  text-transform: uppercase;
  font-size: clamp(2.1rem, 5vw, 4.9rem);
}

.cortex-extra-block.template-guard-lite .cortex-extra-block-items,
.cortex-extra-block.template-nature-hero .cortex-extra-block-items {
  transform: translateY(72px);
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

.cortex-extra-block.template-guard-lite .cortex-extra-block-item,
.cortex-extra-block.template-nature-hero .cortex-extra-block-item {
  background: #fff;
  color: #111827;
  border-color: rgba(15,23,42,.1);
}

.cortex-extra-block.template-guard-lite .cortex-extra-block-item h3,
.cortex-extra-block.template-nature-hero .cortex-extra-block-item h3,
.cortex-extra-block.template-guard-lite .cortex-extra-block-item p,
.cortex-extra-block.template-nature-hero .cortex-extra-block-item p {
  color: inherit;
}

.cortex-extra-block.template-nature-hero {
  --block-accent: #ff8a1f;
  --block-bg: #102318;
  --block-text: #fff;
  --block-muted: rgba(255,255,255,.88);
  min-height: 680px;
  background: #0f2118;
}

.cortex-extra-block.template-nature-hero::before { opacity: .78; }
.cortex-extra-block.template-nature-hero::after {
  background: linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.56));
}

.cortex-extra-block.template-nature-hero .cortex-extra-block-copy {
  margin-inline: auto;
  text-align: center;
}

.cortex-extra-block.template-nature-hero h2 {
  margin-inline: auto;
  font-size: clamp(2.4rem, 5.4vw, 5.4rem);
}

.cortex-extra-block.template-estore {
  --block-accent: #ff4a46;
  --block-bg: #29b8cf;
  --block-card: #fff;
  --block-border: rgba(15,23,42,.1);
  --block-text: #fff;
  --block-muted: rgba(255,255,255,.9);
  background: linear-gradient(135deg, #29b8cf, #62d3df 54%, #f8fafc 54%);
}

.cortex-extra-block.template-estore .cortex-extra-block-items,
.cortex-extra-block.template-storefront .cortex-extra-block-items,
.cortex-extra-block.template-blog-magazine .cortex-extra-block-items {
  align-items: stretch;
}

.cortex-extra-block.template-estore .cortex-extra-block-item,
.cortex-extra-block.template-storefront .cortex-extra-block-item,
.cortex-extra-block.template-blog-magazine .cortex-extra-block-item {
  background: #fff;
  color: #111827;
  border-color: rgba(15,23,42,.1);
  box-shadow: 0 18px 38px rgba(15,23,42,.08);
}

.cortex-extra-block.template-agency {
  --block-accent: #7357ff;
  --block-bg: #ffd55b;
  --block-card: #fff;
  --block-text: #162033;
  --block-muted: #334155;
  background:
    radial-gradient(circle at 78% 18%, rgba(115,87,255,.18), transparent 28%),
    linear-gradient(135deg, #ffd55b 0 45%, #fff1a8 45% 62%, #fff 62%);
}

.cortex-extra-block.template-saas {
  --block-accent: #5d63ff;
  --block-bg: #4f46e5;
  --block-card: #fff;
  --block-text: #fff;
  --block-muted: rgba(255,255,255,.86);
  background: linear-gradient(180deg, #5651df, #6b66f2 70%, #f8fafc 70%);
}

.cortex-extra-block.template-saas .cortex-extra-block-items,
.cortex-extra-block.template-feature-row .cortex-extra-block-items {
  background: #fff;
  padding: clamp(16px, 3vw, 28px);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15,23,42,.12);
}

.cortex-extra-block.template-saas .cortex-extra-block-item,
.cortex-extra-block.template-feature-row .cortex-extra-block-item {
  background: #fff;
  color: #111827;
  border-color: rgba(15,23,42,.08);
  box-shadow: none;
}

.cortex-extra-block.template-royal {
  --block-accent: #1db5d8;
  --block-bg: #0f3150;
  --block-card: rgba(255,255,255,.88);
  --block-text: #fff;
  --block-muted: rgba(255,255,255,.84);
  min-height: 620px;
  background: linear-gradient(135deg, #0b2f4a, #71c7e3);
}

.cortex-extra-block.template-blog-magazine {
  --block-accent: #ff2f6d;
  --block-bg: #f8fbff;
  --block-card: #fff;
  --block-text: #111827;
  --block-muted: #475569;
  background: linear-gradient(180deg, #fff, #eef7ff);
}

.cortex-extra-block.template-storefront {
  --block-accent: #118d68;
  --block-bg: #f6fbf8;
  --block-card: #fff;
  --block-text: #102019;
  --block-muted: #49645a;
  background: linear-gradient(135deg, #f5faf8, #e8f5ee);
}

.cortex-extra-block.template-travel {
  --block-accent: #ff6b2c;
  --block-bg: #0c2535;
  --block-text: #fff;
  --block-muted: rgba(255,255,255,.86);
  min-height: 680px;
  background: #0c2535;
}

.cortex-extra-block.template-travel::before { opacity: .74; }
.cortex-extra-block.template-travel::after {
  background: linear-gradient(90deg, rgba(0,0,0,.52), rgba(0,0,0,.12));
}

.cortex-extra-block.template-minimal-blog {
  --block-accent: #111827;
  --block-bg: #fff;
  --block-card: #f6f7f9;
  --block-text: #111827;
  --block-muted: #4b5563;
  background: #fff;
}

.cortex-extra-block.template-minimal-blog h2 {
  max-width: 680px;
  font-size: clamp(2.4rem, 5vw, 5.7rem);
  font-weight: 500;
}

.cortex-extra-block.template-neural-soc {
  --block-accent: #23c8ff;
  --block-bg: #020812;
  --block-card: rgba(18, 29, 48, .86);
  --block-border: rgba(35,200,255,.22);
  --block-text: #f3f8ff;
  --block-muted: #a9b8cf;
  min-height: 700px;
  background:
    linear-gradient(rgba(35,200,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,200,255,.06) 1px, transparent 1px),
    radial-gradient(circle at 76% 20%, rgba(139,92,246,.24), transparent 30%),
    #020812;
  background-size: 52px 52px, 52px 52px, auto, auto;
}

.cortex-extra-block.template-neural-soc h2 {
  font-size: clamp(3rem, 7vw, 7.2rem);
}

.cortex-extra-block.template-neural-soc h2 strong,
.cortex-extra-block.template-neural-soc .cortex-extra-block-kicker {
  background: linear-gradient(90deg, #23c8ff, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cortex-extra-block.template-split-showcase .cortex-extra-block-split {
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
}

.cortex-extra-block.template-feature-row {
  --block-accent: #0ea5e9;
  --block-bg: #f8fafc;
  --block-card: #fff;
  --block-text: #111827;
  --block-muted: #475569;
  background: #f8fafc;
}

.how-steps::after {
  width: var(--cortex-how-line-width, 24%) !important;
  opacity: var(--cortex-how-line-opacity, 1) !important;
  background: linear-gradient(90deg, transparent, var(--cortex-how-line-color, #a6f4ff), transparent) !important;
  animation-duration: var(--cortex-how-line-speed, 2.63s) !important;
  box-shadow:
    0 0 18px var(--cortex-how-line-color, #a6f4ff),
    0 0 52px color-mix(in srgb, var(--cortex-how-line-color, #a6f4ff) 72%, transparent),
    0 0 120px color-mix(in srgb, var(--cortex-how-line-color, #a6f4ff) 42%, transparent) !important;
}

body.cortex-how-line-hidden .how-steps::after,
body.cortex-how-line-hidden .how-step::before,
body.cortex-how-line-hidden .how-step::after {
  display: none !important;
}

body.cortex-how-line-no-glow .how-steps::after {
  box-shadow: none !important;
  filter: none !important;
}

.cortex-extra-block.width-full { padding-left:0; padding-right:0; }
.cortex-extra-block.is-spacer { min-height:clamp(32px,7vw,112px); padding:0; border:0; background:transparent; }
.cortex-extra-block.is-divider { padding:28px 20px; background:transparent; }
.cortex-extra-block.visibility-mobile { display:none; }
.cortex-extra-block.animation-none { transition:none; }
.cortex-extra-block.animation-fade { animation:cortexExtraFade .55s ease both; }
.cortex-extra-block.animation-slide-up { animation:cortexExtraSlideUp .55s ease both; }
.cortex-extra-block.animation-slide-left { animation:cortexExtraSlideLeft .55s ease both; }
.cortex-extra-block.animation-slide-right { animation:cortexExtraSlideRight .55s ease both; }
.cortex-extra-block.animation-zoom { animation:cortexExtraZoom .45s ease both; }
.cortex-extra-block.motion-auto,
.cortex-extra-block.animation-float,
.cortex-extra-block.motion-float { animation:cortexExtraFloat 4.5s ease-in-out infinite; }
.cortex-extra-block.animation-pulse,
.cortex-extra-block.motion-pulse { animation:cortexExtraPulse 2.4s ease-in-out infinite; }
.cortex-extra-block.motion-scan::after,
.cortex-extra-block.effect-scanlines::after,
.cortex-extra-block.effect-border-light::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.cortex-extra-block.motion-scan::after,
.cortex-extra-block.effect-scanlines::after {
  background:repeating-linear-gradient(180deg,rgba(143,234,255,.09) 0 1px,transparent 1px 7px);
  opacity:.28;
  mix-blend-mode:screen;
}
.cortex-extra-block.effect-border-light::after {
  border:1px solid var(--block-accent);
  opacity:.38;
  animation:cortexExtraBorderLight var(--block-speed, 3.8s) linear infinite;
}
.cortex-extra-block.effect-soft-glow { box-shadow:inset 0 0 90px rgba(84,214,235,.08); }
.cortex-extra-block.effect-strong-glow { box-shadow:inset 0 0 130px rgba(84,214,235,.14),0 0 60px rgba(84,214,235,.08); }
.cortex-extra-block.effect-glass { backdrop-filter:blur(18px); }
.cortex-extra-block.effect-neon { box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--block-accent) 42%, transparent),0 0 42px color-mix(in srgb, var(--block-accent) 24%, transparent); }
.cortex-extra-block.effect-hologram {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--block-bg) 88%, transparent), rgba(4,22,30,.96)),
    linear-gradient(120deg, transparent 0 42%, color-mix(in srgb, var(--block-accent) 14%, transparent) 48%, transparent 56%),
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--block-accent) 30%, transparent), transparent 30%);
}

.cortex-extra-block-inner {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}
.cortex-extra-block.width-wide .cortex-extra-block-inner { width:min(1280px,calc(100% - 32px)); }
.cortex-extra-block.width-full .cortex-extra-block-inner { width:100%; }

.cortex-extra-block.align-center { text-align:center; }
.cortex-extra-block.align-right { text-align:right; }

.cortex-extra-block-copy {
  max-width: 820px;
}
.cortex-extra-block.align-center .cortex-extra-block-copy { margin-inline:auto; }
.cortex-extra-block.align-right .cortex-extra-block-copy { margin-left:auto; }

.cortex-extra-block-badge {
  display:inline-flex;
  margin:0 0 14px;
  padding:6px 10px;
  border:1px solid color-mix(in srgb, var(--block-accent) 46%, transparent);
  border-radius:999px;
  color:var(--block-accent);
  background:color-mix(in srgb, var(--block-accent) 12%, transparent);
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
}

.cortex-extra-block-kicker {
  margin:0 0 12px;
  color:var(--block-accent);
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.cortex-extra-block h2 {
  max-width: 920px;
  margin: 0 0 18px;
  color: var(--block-text);
  font-family: inherit;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.cortex-extra-block-text,
.cortex-extra-block p {
  max-width: 820px;
  margin: 0 0 12px;
  color: var(--block-muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.cortex-extra-block-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.cortex-extra-block.align-center .cortex-extra-block-actions { justify-content:center; }
.cortex-extra-block.align-right .cortex-extra-block-actions { justify-content:flex-end; }

.cortex-extra-block-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid color-mix(in srgb, var(--block-accent) 58%, white 8%);
  border-radius: 8px;
  background: color-mix(in srgb, var(--block-accent) 22%, transparent);
  color: var(--block-text);
  font-weight: 800;
  text-decoration: none;
}
.cortex-extra-block-btn.is-secondary { background:transparent; }
.cortex-extra-block-btn.button-outline {
  background: transparent;
  border-color: var(--block-accent);
}
.cortex-extra-block-btn.button-ghost {
  background: color-mix(in srgb, var(--block-card) 72%, transparent);
}
.cortex-extra-block-btn.button-plain {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--block-accent);
}
.cortex-extra-block-btn.button-neon {
  background:rgba(10,38,48,.42);
  box-shadow:0 0 22px color-mix(in srgb, var(--block-accent) 24%, transparent);
}
.cortex-extra-block-btn.button-pill { border-radius:999px; }
.cortex-extra-block-btn.button-solid-dark { background:#071218; color:#fff; }

.cortex-extra-block-split {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,480px);
  gap:clamp(24px,5vw,72px);
  align-items:center;
}
.cortex-extra-block-split.media-top,
.cortex-extra-block-split.media-bottom {
  grid-template-columns: 1fr;
}

.cortex-extra-block-media img,
.cortex-extra-block-media video,
.cortex-extra-block-media iframe {
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  border:1px solid var(--block-border);
  border-radius:14px;
  background:#041016;
  box-shadow:0 24px 70px -48px var(--block-accent);
}

.cortex-extra-file {
  margin-top:18px;
}

.cortex-extra-file-link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid color-mix(in srgb, var(--block-accent) 52%, transparent);
  border-radius:8px;
  background:color-mix(in srgb, var(--block-accent) 14%, transparent);
  color:var(--block-text);
  font-weight:800;
  text-decoration:none;
}

.cortex-extra-embed,
.cortex-extra-block-html {
  max-width:100%;
}

.cortex-extra-embed iframe,
.cortex-extra-block-html iframe {
  max-width:100%;
  border:1px solid var(--block-border);
  border-radius:12px;
}

.cortex-extra-block-items {
  display:grid;
  grid-template-columns:repeat(var(--block-columns, auto-fit), minmax(220px, 1fr));
  gap:14px;
  margin-top:28px;
}

.cortex-extra-block.cols-1 .cortex-extra-block-items { --block-columns:1; }
.cortex-extra-block.cols-2 .cortex-extra-block-items { --block-columns:2; }
.cortex-extra-block.cols-3 .cortex-extra-block-items { --block-columns:3; }
.cortex-extra-block.cols-4 .cortex-extra-block-items { --block-columns:4; }
.cortex-extra-block.cols-5 .cortex-extra-block-items { --block-columns:5; }
.cortex-extra-block.cols-6 .cortex-extra-block-items { --block-columns:6; }

.cortex-extra-block-item,
.cortex-extra-block-items details {
  position:relative;
  display:block;
  min-height:120px;
  padding:20px;
  border:1px solid var(--block-border);
  border-radius:12px;
  background:var(--block-card);
  color:var(--block-text);
  text-decoration:none;
}

.cortex-extra-block-item h3,
.cortex-extra-block-items summary {
  margin:0 0 10px;
  color:var(--block-text);
  font-size:1.08rem;
  font-weight:900;
}

.cortex-extra-block-item img {
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  margin:-2px 0 14px;
  border-radius:8px;
  border:1px solid var(--block-border);
}

.cortex-extra-block-index,
.cortex-extra-block-meta {
  display:inline-flex;
  margin-bottom:12px;
  color:var(--block-accent);
  font-weight:900;
}

.cortex-extra-block-items.is-stats .cortex-extra-block-item h3 {
  color:var(--block-accent);
  font-size:clamp(2rem,4vw,3.6rem);
}

.cortex-extra-block-items.is-faq {
  grid-template-columns:1fr;
}
.cortex-extra-block-items details summary {
  cursor:pointer;
}

.cortex-extra-block-items.is-partners .cortex-extra-block-item,
.cortex-extra-block-items.is-social_banner .cortex-extra-block-item {
  min-height:86px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.cortex-extra-block-items.is-testimonials .cortex-extra-block-item,
.cortex-extra-block-items.is-reviews .cortex-extra-block-item {
  min-height:150px;
}

.cortex-extra-block-items.is-testimonials .cortex-extra-block-item p,
.cortex-extra-block-items.is-reviews .cortex-extra-block-item p {
  font-style:italic;
}

.cortex-extra-block-items.is-news .cortex-extra-block-meta {
  order:-1;
  margin-bottom:8px;
}

.cortex-extra-block-items.is-gallery .cortex-extra-block-item {
  padding:10px;
}

.cortex-extra-block-items.is-gallery .cortex-extra-block-item img {
  margin:0 0 10px;
}

.cortex-extra-block-items.is-carousel,
.cortex-extra-block-items.is-marquee,
.cortex-extra-block.motion-marquee-left .cortex-extra-block-items,
.cortex-extra-block.motion-marquee-right .cortex-extra-block-items,
.cortex-extra-block.layout-carousel .cortex-extra-block-items,
.cortex-extra-block.layout-marquee .cortex-extra-block-items {
  display:flex;
  width:max-content;
  max-width:none;
  grid-template-columns:none;
  animation:cortexExtraMarquee var(--block-speed, 22s) linear infinite;
}

.cortex-extra-block.motion-marquee-right .cortex-extra-block-items,
.cortex-extra-block.layout-marquee.motion-marquee-right .cortex-extra-block-items {
  animation-direction:reverse;
}

.cortex-extra-block.is-carousel .cortex-extra-block-items,
.cortex-extra-block.motion-carousel .cortex-extra-block-items {
  animation:cortexExtraCarousel var(--block-speed, 18s) ease-in-out infinite;
}

.cortex-extra-block.layout-marquee,
.cortex-extra-block.is-marquee,
.cortex-extra-block.motion-marquee-left,
.cortex-extra-block.motion-marquee-right,
.cortex-extra-block.is-carousel {
  overflow:hidden;
}

.cortex-extra-divider {
  height:1px;
  width:min(1040px,100%);
  margin:0 auto;
  background:linear-gradient(90deg,transparent,var(--block-border),transparent);
}

[data-cortex-hidden="true"] {
  display: none !important;
}

@media (max-width: 820px) {
  .cortex-extra-block.visibility-desktop { display:none; }
  .cortex-extra-block.visibility-mobile { display:block; }
  .cortex-extra-block[class*="cols-"] .cortex-extra-block-items {
    --block-columns:1;
  }
  .cortex-extra-block-split {
    grid-template-columns:1fr;
  }
  .cortex-extra-block.template-guard-lite .cortex-extra-block-items,
  .cortex-extra-block.template-nature-hero .cortex-extra-block-items {
    transform:none;
  }
  .cortex-extra-block.template-saas,
  .cortex-extra-block.template-estore {
    background:var(--block-bg);
  }
  .cortex-extra-block.template-neural-soc h2 {
    font-size:clamp(2.4rem,14vw,4.2rem);
  }
}

@keyframes cortexExtraFade {
  from { opacity:0; }
  to { opacity:1; }
}

@keyframes cortexExtraSlideUp {
  from { opacity:0; transform:translateY(24px); }
  to { opacity:1; transform:translateY(0); }
}

@keyframes cortexExtraSlideLeft {
  from { opacity:0; transform:translateX(28px); }
  to { opacity:1; transform:translateX(0); }
}

@keyframes cortexExtraSlideRight {
  from { opacity:0; transform:translateX(-28px); }
  to { opacity:1; transform:translateX(0); }
}

@keyframes cortexExtraZoom {
  from { opacity:0; transform:scale(.96); }
  to { opacity:1; transform:scale(1); }
}

@keyframes cortexExtraFloat {
  0%,100% { transform:translateY(0); }
  50% { transform:translateY(-10px); }
}

@keyframes cortexExtraPulse {
  0%,100% { filter:brightness(1); }
  50% { filter:brightness(1.14); }
}

@keyframes cortexExtraBorderLight {
  0%,100% { opacity:.18; clip-path:inset(0 72% 0 0); }
  50% { opacity:.5; clip-path:inset(0 0 0 72%); }
}

@keyframes cortexExtraMarquee {
  from { transform:translateX(0); }
  to { transform:translateX(-50%); }
}

@keyframes cortexExtraCarousel {
  0%,18% { transform:translateX(0); }
  32%,50% { transform:translateX(-18%); }
  64%,82% { transform:translateX(-36%); }
  100% { transform:translateX(0); }
}

/* 1.5.3: force the fixes that were being overridden by older theme CSS. */
.ticker {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:not(.cortex-ticker-strip-on) .ticker {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:not(.cortex-ticker-strip-on) .ticker::before,
body:not(.cortex-ticker-strip-on) .ticker::after {
  display: none !important;
}

body:not(.cortex-ticker-strip-on) .stats {
  background: var(--dark, #071218) !important;
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.cortex-ticker-strip-on .ticker {
  background: var(--cortex-ticker-bg, linear-gradient(180deg, rgba(8,21,28,.95), rgba(10,24,31,.98))) !important;
  padding-top: var(--cortex-ticker-pad-top, 1rem) !important;
  padding-bottom: var(--cortex-ticker-pad-bottom, .42rem) !important;
}

.stats {
  border-top: 0 !important;
  margin-top: 0 !important;
}

.contact-hub {
  bottom: var(--cortex-floating-hub-bottom, 42px) !important;
  z-index: 2147482600 !important;
}

#crisp-chatbox [data-testid="chatbox-button-frame"] {
  bottom: var(--cortex-floating-hub-bottom, 42px) !important;
}

.pkg-price-number,
.pkg-card .pkg-price-number,
.packages-grid .pkg-price-number,
.pkg-price-line .pkg-price-number {
  font-size: var(--cortex-package-price-size, 42px) !important;
  line-height: .92 !important;
}

.pkg-price-from,
.pkg-price-currency {
  font-size: max(10px, calc(var(--cortex-package-price-size, 42px) * .34)) !important;
}

@media (min-width: 901px) {
  body.cortex-equal-problem-compare .problems-layout {
    align-items: stretch !important;
  }

  body.cortex-equal-problem-compare .problems-text,
  body.cortex-equal-problem-compare .problems-visual,
  body.cortex-equal-problem-compare .vs-box {
    height: 100% !important;
    min-height: 100% !important;
  }

  body.cortex-equal-problem-compare .problems-text,
  body.cortex-equal-problem-compare .problems-list,
  body.cortex-equal-problem-compare .problems-visual,
  body.cortex-equal-problem-compare .vs-box {
    display: flex !important;
    flex-direction: column !important;
  }

  body.cortex-equal-problem-compare .problems-list,
  body.cortex-equal-problem-compare .vs-body {
    flex: 1 1 auto !important;
  }

  body.cortex-equal-problem-compare .problem-item,
  body.cortex-equal-problem-compare .vs-row {
    flex: 1 1 0 !important;
  }

  body.cortex-equal-why-columns .why-grid {
    align-items: start !important;
  }

  body.cortex-equal-why-columns .why-visual,
  body.cortex-equal-why-columns .soc-display,
  body.cortex-equal-why-columns .soc-flow,
  body.cortex-equal-why-columns .soc-step-card,
  body.cortex-equal-why-columns .why-point {
    height: auto !important;
    min-height: 0 !important;
    flex: 0 0 auto !important;
  }

  body.cortex-equal-why-columns .why-visual {
    margin-top: 0 !important;
    align-self: start !important;
  }
}

.problems-list {
  gap: 1.15rem !important;
  margin-top: 2.2rem !important;
}

.problem-item {
  align-items: flex-start !important;
  gap: 1.05rem !important;
  min-height: 112px !important;
  padding: 1.32rem 1.5rem !important;
}

.problem-num {
  min-width: 42px !important;
  padding-top: .12rem !important;
  text-align: left !important;
}

.problem-title {
  line-height: 1.28 !important;
  margin-bottom: .44rem !important;
}

.problem-text {
  max-width: 52ch !important;
  line-height: 1.72 !important;
}

body.cortex-equal-why-columns .why-visual {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

body.cortex-equal-why-columns .soc-display {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
}

body.cortex-equal-why-columns .soc-flow {
  display: grid !important;
  gap: .72rem !important;
}

body.cortex-equal-why-columns .soc-step-card {
  min-height: 0 !important;
}

body.cortex-equal-why-columns .soc-footer {
  margin-top: .72rem !important;
}

@media (max-width: 700px) {
  .problem-item {
    min-height: 0 !important;
    padding: 1rem !important;
    gap: .85rem !important;
  }

  .problem-num {
    min-width: 34px !important;
  }

  .problem-text {
    max-width: none !important;
  }
}

@media (max-width: 900px) {
  .contact-hub,
  #crisp-chatbox [data-testid="chatbox-button-frame"] {
    bottom: var(--cortex-floating-hub-mobile-bottom, 42px) !important;
  }
}

/* 1.5.6: full-width running ticker with mobile-safe sizing. */
body.cortex-ticker-full-width .ticker,
.ticker.ticker-full-width {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

body.cortex-ticker-full-width {
  overflow-x: hidden !important;
}

body.cortex-ticker-full-width .ticker-track,
.ticker.ticker-full-width .ticker-track {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

body.cortex-ticker-full-width .ticker-inner,
.ticker.ticker-full-width .ticker-inner {
  min-width: max-content !important;
  gap: clamp(1.55rem, 2.8vw, 3rem) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  will-change: transform;
}

body.cortex-ticker-full-width .ticker-item,
.ticker.ticker-full-width .ticker-item {
  white-space: nowrap !important;
  line-height: 1.28 !important;
}

@media (max-width: 720px) {
  body.cortex-ticker-full-width .ticker,
  .ticker.ticker-full-width {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  body.cortex-ticker-full-width .ticker-track,
  .ticker.ticker-full-width .ticker-track {
    min-height: 38px !important;
  }

  body.cortex-ticker-full-width .ticker-inner,
  .ticker.ticker-full-width .ticker-inner {
    gap: 1.05rem !important;
    animation-duration: var(--cortex-ticker-speed-mobile, 42s) !important;
  }

  body.cortex-ticker-full-width .ticker-item,
  .ticker.ticker-full-width .ticker-item {
    font-size: var(--cortex-ticker-mobile-font-size, clamp(10px, 2.9vw, 12px)) !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
  }

  body.cortex-ticker-full-width .ticker-sep,
  .ticker.ticker-full-width .ticker-sep {
    margin-right: .18rem !important;
  }
}

/* 1.6.5: managed mobile layout pass for all languages. */
@media (max-width: 900px) {
  body.cortex-mobile-optimized {
    overflow-x: hidden !important;
  }

  body.cortex-mobile-optimized section {
    padding-top: var(--cortex-mobile-section-padding-y, 52px) !important;
    padding-bottom: var(--cortex-mobile-section-padding-y, 52px) !important;
    padding-left: 4.5% !important;
    padding-right: 4.5% !important;
  }

  body.cortex-mobile-optimized nav {
    min-height: 64px !important;
    height: auto !important;
    padding: .35rem 4.25% !important;
    gap: .7rem !important;
  }

  body.cortex-mobile-optimized .nav-logo {
    min-width: 0 !important;
    gap: .55rem !important;
  }

  body.cortex-mobile-optimized .nav-logo-icon {
    height: clamp(38px, 10vw, 52px) !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }

  body.cortex-mobile-optimized .nav-brand-hybrid,
  body.cortex-mobile-optimized .nav-brand,
  body.cortex-mobile-optimized .brand-split {
    min-width: 0 !important;
    max-width: calc(100vw - 150px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: clamp(.96rem, 4.7vw, 1.28rem) !important;
    letter-spacing: 0 !important;
  }

  body.cortex-mobile-optimized .lang-switcher {
    flex: 0 0 auto !important;
  }

  body.cortex-mobile-optimized .hero {
    min-height: auto !important;
  }

  body.cortex-mobile-optimized .hero-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 7rem 4.5% 2.3rem !important;
    grid-template-columns: 1fr !important;
    gap: 1.6rem !important;
  }

  body.cortex-mobile-optimized .hero-left {
    max-width: 100% !important;
    text-align: left !important;
  }

  body.cortex-mobile-optimized .hero-tag {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: calc(.72rem * var(--cortex-mobile-text-scale, 1)) !important;
    letter-spacing: .08em !important;
    padding: .62rem .72rem !important;
  }

  body.cortex-mobile-optimized .hero-title {
    font-size: calc(clamp(2rem, 11vw, 3.25rem) * var(--cortex-mobile-text-scale, 1)) !important;
    line-height: 1.04 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body.cortex-mobile-optimized .hero-title em {
    font-size: calc(clamp(2rem, 11vw, 3.25rem) * var(--cortex-mobile-text-scale, 1)) !important;
  }

  body.cortex-mobile-optimized .hero-desc {
    max-width: 100% !important;
    font-size: calc(.96rem * var(--cortex-mobile-text-scale, 1)) !important;
    line-height: 1.72 !important;
  }

  body.cortex-mobile-optimized .hero-btns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
  }

  body.cortex-mobile-optimized .btn-main,
  body.cortex-mobile-optimized .btn-ghost,
  body.cortex-mobile-optimized .pkg-btn,
  body.cortex-mobile-optimized .res-cta,
  body.cortex-mobile-optimized .form-submit {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.cortex-mobile-optimized:not(.cortex-mobile-show-dashboard) .hero-right,
  body.cortex-mobile-optimized:not(.cortex-mobile-show-dashboard) .hero-monitor {
    display: none !important;
  }

  body.cortex-mobile-optimized.cortex-mobile-show-dashboard .hero-right {
    display: flex !important;
    justify-content: center !important;
  }

  body.cortex-mobile-optimized.cortex-mobile-show-dashboard .hero-monitor {
    width: 100% !important;
    max-width: 560px !important;
  }

  body.cortex-mobile-one-column-cards .services-grid,
  body.cortex-mobile-one-column-cards .packages-grid,
  body.cortex-mobile-one-column-cards .options-grid,
  body.cortex-mobile-one-column-cards .stats-grid,
  body.cortex-mobile-one-column-cards .why-summary {
    grid-template-columns: 1fr !important;
    gap: var(--cortex-mobile-card-gap, 14px) !important;
  }

  body.cortex-mobile-optimized .problem-item,
  body.cortex-mobile-optimized .service-card,
  body.cortex-mobile-optimized .pkg-card,
  body.cortex-mobile-optimized .opt-card,
  body.cortex-mobile-optimized .why-summary-card,
  body.cortex-mobile-optimized .why-point,
  body.cortex-mobile-optimized .soc-step-card,
  body.cortex-mobile-optimized .contact-unified-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }

  body.cortex-mobile-optimized .problems-layout,
  body.cortex-mobile-optimized .services-head,
  body.cortex-mobile-optimized .calc-bd,
  body.cortex-mobile-optimized .why-grid,
  body.cortex-mobile-optimized .contact-unified-inner,
  body.cortex-mobile-optimized .footer-top {
    grid-template-columns: 1fr !important;
    gap: var(--cortex-mobile-card-gap, 14px) !important;
  }

  body.cortex-mobile-optimized .contact-unified-section {
    min-height: auto !important;
  }

  body.cortex-mobile-optimized .contact-unified-inner {
    display: grid !important;
    text-align: left !important;
    align-items: start !important;
  }

  body.cortex-mobile-optimized .contact-inline-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .7rem !important;
  }

  body.cortex-mobile-optimized .contact-quick {
    min-width: 0 !important;
    width: 100% !important;
  }

  body.cortex-mobile-optimized .form-row,
  body.cortex-mobile-optimized .calc-left,
  body.cortex-mobile-optimized .calc-checks {
    grid-template-columns: 1fr !important;
  }

  body.cortex-mobile-optimized .form-input,
  body.cortex-mobile-optimized .form-select,
  body.cortex-mobile-optimized .form-textarea {
    min-height: 44px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 520px) {
  body.cortex-mobile-optimized .nav-brand-hybrid,
  body.cortex-mobile-optimized .nav-brand,
  body.cortex-mobile-optimized .brand-split {
    max-width: calc(100vw - 128px) !important;
    font-size: clamp(.86rem, 4.35vw, 1.05rem) !important;
  }

  body.cortex-mobile-optimized .hero-content {
    padding-top: 6.35rem !important;
  }

  body.cortex-mobile-optimized .mobile-menu a {
    font-size: clamp(1.1rem, 6vw, 1.45rem) !important;
  }

  body.cortex-mobile-optimized .contact-hub-panel {
    right: 0 !important;
    width: min(340px, calc(100vw - 18px)) !important;
  }
}

/* 1.6.9: final contact section lock. Keeps the section compact while media controls stay editable. */
body .contact-unified-section#contact-form {
  min-height: var(--cortex-contact-section-min-height, 0px) !important;
  height: auto !important;
  padding-top: var(--cortex-contact-section-padding-y, 32px) !important;
  padding-bottom: var(--cortex-contact-section-padding-y, 32px) !important;
  display: block !important;
}

body .contact-unified-section#contact-form .contact-unified-inner {
  min-height: 0 !important;
  max-width: 1220px !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 536px) !important;
  gap: clamp(24px, 3.2vw, 52px) !important;
  align-items: center !important;
}

body .contact-unified-section#contact-form .contact-title {
  line-height: 1.08 !important;
  margin-bottom: .72rem !important;
}

body .contact-unified-section#contact-form .contact-lead {
  line-height: 1.55 !important;
  margin-bottom: .78rem !important;
}

body .contact-unified-section#contact-form .contact-inline-info {
  margin-top: .72rem !important;
  gap: .62rem !important;
}

body .contact-unified-section#contact-form .contact-unified-panel {
  max-width: 536px !important;
  padding: 1.25rem !important;
}

body .contact-unified-section#contact-form .contact-unified-panel .form-row {
  gap: .7rem !important;
  margin-bottom: .68rem !important;
}

body .contact-unified-section#contact-form .contact-unified-panel .form-textarea {
  min-height: 74px !important;
}

body .contact-unified-section#contact-form.cortex-has-contact-video-bg .contact-unified-media-bg video {
  object-position: var(--cortex-contact-bg-position, center) !important;
}

@media (max-width: 900px) {
  body .contact-unified-section#contact-form {
    min-height: var(--cortex-contact-section-mobile-min-height, var(--cortex-contact-section-min-height, 0px)) !important;
    padding-top: var(--cortex-contact-section-mobile-padding-y, 28px) !important;
    padding-bottom: var(--cortex-contact-section-mobile-padding-y, 28px) !important;
  }

  body .contact-unified-section#contact-form .contact-unified-inner {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    align-items: start !important;
  }

  body .contact-unified-section#contact-form .contact-title {
    font-size: clamp(1.95rem, 8vw, 2.65rem) !important;
  }

  body .contact-unified-section#contact-form .contact-unified-panel {
    padding: 1rem !important;
  }
}

/* 1.6.31: mobile editor-friendly layout. This intentionally wins over older one-column mobile settings. */
@media (max-width: 720px) {
  body.cortex-mobile-optimized .hero,
  body .hero {
    min-height: auto !important;
    overflow: hidden !important;
  }

  body.cortex-mobile-optimized .hero-content,
  body .hero-content {
    grid-template-columns: 1fr !important;
    padding: 5.8rem 5vw 1.45rem !important;
    gap: 1.05rem !important;
    min-height: auto !important;
  }

  body.cortex-mobile-optimized .hero-right,
  body.cortex-mobile-optimized .hero-monitor,
  body .hero-right,
  body .hero-monitor {
    display: none !important;
  }

  body.cortex-mobile-optimized .hero-title,
  body .hero-title {
    max-width: 100% !important;
    font-size: clamp(2.05rem, 11.5vw, 3.25rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere !important;
  }

  body.cortex-mobile-optimized .hero-title em,
  body.cortex-mobile-optimized .hero-title-line,
  body.cortex-mobile-optimized .hero-title-tail,
  body.cortex-mobile-optimized .hero-title-sub,
  body .hero-title em,
  body .hero-title-line,
  body .hero-title-tail,
  body .hero-title-sub {
    font-size: inherit !important;
    line-height: inherit !important;
    white-space: normal !important;
  }

  body.cortex-mobile-optimized .hero-desc,
  body .hero-desc {
    max-width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    font-size: clamp(.98rem, 4.3vw, 1.13rem) !important;
    line-height: 1.55 !important;
  }

  body .ticker {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    min-height: 34px !important;
    padding: .22rem 0 !important;
    overflow: hidden !important;
  }

  body .ticker-track {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
  }

  body .ticker-inner {
    padding: .38rem 0 !important;
    gap: 1.35rem !important;
    animation-duration: 120s !important;
  }

  body .ticker-item {
    font-size: clamp(.66rem, 3.15vw, .82rem) !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
    white-space: nowrap !important;
  }

  body.cortex-mobile-one-column-cards .stats-grid,
  body.cortex-mobile-one-column-cards .services-grid,
  body.cortex-mobile-one-column-cards .packages-grid,
  body.cortex-mobile-one-column-cards .options-grid,
  body.cortex-mobile-one-column-cards .why-summary,
  body.cortex-mobile-optimized .stats-grid,
  body.cortex-mobile-optimized .services-grid,
  body.cortex-mobile-optimized .packages-grid,
  body.cortex-mobile-optimized .options-grid,
  body.cortex-mobile-optimized .why-summary,
  body .stats-grid,
  body .services-grid,
  body .packages-grid,
  body .options-grid,
  body .why-summary,
  body .why-points,
  body .problems-list,
  body .how-steps {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: min(82vw, 360px) !important;
    grid-template-columns: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    padding-bottom: .85rem !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body .stats-grid {
    grid-auto-columns: 62vw !important;
  }

  body .stats-grid > *,
  body .services-grid > *,
  body .packages-grid > *,
  body .options-grid > *,
  body .why-summary > *,
  body .why-points > *,
  body .problems-list > *,
  body .how-steps > * {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    scroll-snap-align: start !important;
  }

  body .stat-box {
    min-height: 92px !important;
    padding: .9rem !important;
    border-radius: 16px !important;
  }

  body .problem-item {
    display: grid !important;
    grid-template-columns: 52px 1fr !important;
    gap: .7rem !important;
    min-height: 132px !important;
    padding: 1rem !important;
    border-radius: 18px !important;
  }

  body .service-card,
  body .opt-card,
  body .why-point,
  body .pkg-card,
  body .soc-step-card,
  body .how-step {
    min-height: 0 !important;
    padding: 1.05rem !important;
    border-radius: 18px !important;
  }

  body .contact-hub {
    right: 12px !important;
    bottom: 76px !important;
    transform: scale(.78) !important;
    transform-origin: bottom right !important;
    z-index: 80 !important;
  }

  body:not(.cortex-visual-editing) .contact-hub-greeting {
    display: none !important;
  }

  body .back-to-top {
    right: 12px !important;
    bottom: 18px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
    z-index: 79 !important;
  }

  body .cursor,
  body .cursor-ring,
  body .hero-lines,
  body .scan-line,
  body .noise-layer {
    display: none !important;
  }

  body .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* 1.6.32: public mobile final pass. Strong selectors beat older mobile presets. */
@media (max-width:720px){
  body,
  html{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  body.cortex-mobile-optimized .hero-content,
  body .hero-content{
    grid-template-columns:1fr !important;
    padding:5.35rem 5vw 1.2rem !important;
    gap:1rem !important;
    min-height:auto !important;
  }

  body.cortex-mobile-optimized .hero-tag,
  body .hero-tag{
    width:100% !important;
    max-width:100% !important;
    font-size:clamp(.64rem,2.85vw,.78rem) !important;
    line-height:1.35 !important;
    white-space:normal !important;
    word-break:normal !important;
  }

  body.cortex-mobile-optimized .hero-title,
  body .hero-title{
    font-size:clamp(2rem,10.2vw,2.9rem) !important;
    line-height:1.04 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }

  body.cortex-mobile-optimized .hero-desc,
  body .hero-desc{
    font-size:clamp(.96rem,3.9vw,1.08rem) !important;
    line-height:1.5 !important;
    max-height:none !important;
    overflow:visible !important;
  }

  body.cortex-mobile-optimized .ticker,
  body .ticker{
    position:relative !important;
    z-index:3 !important;
    min-height:32px !important;
    margin-bottom:.75rem !important;
    padding:.18rem 0 !important;
  }

  body.cortex-mobile-optimized .stats,
  body .stats{
    position:relative !important;
    z-index:1 !important;
    padding-top:.3rem !important;
  }

  body.cortex-mobile-one-column-cards .stats-grid,
  body.cortex-mobile-one-column-cards .services-grid,
  body.cortex-mobile-one-column-cards .packages-grid,
  body.cortex-mobile-one-column-cards .options-grid,
  body.cortex-mobile-one-column-cards .why-summary,
  body.cortex-mobile-optimized .stats-grid,
  body.cortex-mobile-optimized .services-grid,
  body.cortex-mobile-optimized .packages-grid,
  body.cortex-mobile-optimized .options-grid,
  body.cortex-mobile-optimized .why-summary,
  body .stats-grid,
  body .services-grid,
  body .packages-grid,
  body .options-grid,
  body .why-summary,
  body .why-points,
  body .problems-list,
  body .how-steps,
  body .pricing-grid,
  body .features-grid,
  body .cards-grid,
  body .testimonials-grid,
  body .reviews-grid,
  body .partners-grid,
  body .faq-list,
  body .news-grid,
  body .media-grid,
  body .gallery-grid,
  body .cortex-block-items,
  body .cortex-extra-items,
  body .extra-block-grid,
  body .cortex-extra-grid,
  body .compare-grid,
  body .soc-services-grid,
  body .soc-options-grid{
    display:grid !important;
    grid-auto-flow:column !important;
    grid-auto-columns:min(82vw,360px) !important;
    grid-template-columns:none !important;
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding-left:5vw !important;
    padding-right:5vw !important;
    padding-bottom:.85rem !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important;
    background:transparent !important;
    border:0 !important;
  }

  body .stats-grid{
    grid-auto-columns:62vw !important;
  }

  body .stats-grid > *,
  body .services-grid > *,
  body .packages-grid > *,
  body .options-grid > *,
  body .why-summary > *,
  body .why-points > *,
  body .problems-list > *,
  body .how-steps > *,
  body .pricing-grid > *,
  body .features-grid > *,
  body .cards-grid > *,
  body .testimonials-grid > *,
  body .reviews-grid > *,
  body .partners-grid > *,
  body .faq-list > *,
  body .news-grid > *,
  body .media-grid > *,
  body .gallery-grid > *,
  body .cortex-block-items > *,
  body .cortex-extra-items > *,
  body .extra-block-grid > *,
  body .cortex-extra-grid > *,
  body .compare-grid > *,
  body .soc-services-grid > *,
  body .soc-options-grid > *{
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    scroll-snap-align:start !important;
  }

  body .stats-grid::-webkit-scrollbar,
  body .services-grid::-webkit-scrollbar,
  body .packages-grid::-webkit-scrollbar,
  body .options-grid::-webkit-scrollbar,
  body .why-summary::-webkit-scrollbar,
  body .why-points::-webkit-scrollbar,
  body .problems-list::-webkit-scrollbar,
  body .how-steps::-webkit-scrollbar,
  body .pricing-grid::-webkit-scrollbar,
  body .features-grid::-webkit-scrollbar,
  body .cards-grid::-webkit-scrollbar,
  body .testimonials-grid::-webkit-scrollbar,
  body .reviews-grid::-webkit-scrollbar,
  body .partners-grid::-webkit-scrollbar,
  body .faq-list::-webkit-scrollbar,
  body .news-grid::-webkit-scrollbar,
  body .media-grid::-webkit-scrollbar,
  body .gallery-grid::-webkit-scrollbar,
  body .cortex-block-items::-webkit-scrollbar,
  body .cortex-extra-items::-webkit-scrollbar,
  body .extra-block-grid::-webkit-scrollbar,
  body .cortex-extra-grid::-webkit-scrollbar,
  body .compare-grid::-webkit-scrollbar,
  body .soc-services-grid::-webkit-scrollbar,
  body .soc-options-grid::-webkit-scrollbar{
    display:none !important;
  }
}

/* 1.6.32 mobile finish: compact scroll cards, safer ticker, lighter floating tools. */
@media (max-width:720px){
  html,body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .nav{
    min-height:72px !important;
    padding:10px 18px !important;
  }

  .nav-logo img,.nav-logo-icon{
    width:48px !important;
    height:48px !important;
    flex:0 0 48px !important;
  }

  .nav-brand,.brand-split,.nav-brand-hybrid{
    max-width:calc(100vw - 150px) !important;
    font-size:clamp(22px, 6.4vw, 30px) !important;
    line-height:1 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
  }

  .hero{
    min-height:auto !important;
    padding:112px 18px 28px !important;
  }

  .hero-content{
    display:block !important;
    width:min(100%, 680px) !important;
    margin:0 auto !important;
  }

  .hero-left,.hero-right{
    width:100% !important;
    max-width:100% !important;
  }

  .hero-tag{
    width:100% !important;
    max-width:100% !important;
    padding:13px 15px !important;
    font-size:clamp(13px, 3.9vw, 17px) !important;
    line-height:1.35 !important;
    white-space:normal !important;
    text-align:center !important;
  }

  .hero-title{
    max-width:100% !important;
    font-size:clamp(43px, 13.4vw, 64px) !important;
    line-height:1.02 !important;
    letter-spacing:0 !important;
    overflow-wrap:anywhere !important;
  }

  .hero-desc{
    max-width:100% !important;
    font-size:clamp(17px, 4.6vw, 21px) !important;
    line-height:1.72 !important;
  }

  .hero-btns{
    display:flex !important;
    gap:12px !important;
    overflow-x:auto !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important;
    padding-bottom:4px !important;
  }

  .hero-btns > *{
    min-width:min(78vw, 270px) !important;
    flex:0 0 auto !important;
    scroll-snap-align:start !important;
  }

  .hero-monitor{
    margin-top:22px !important;
  }

  .ticker{
    width:100vw !important;
    margin-left:50% !important;
    transform:translateX(-50%) !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 !important;
    overflow:hidden !important;
    border-top:1px solid rgba(105,220,255,.26) !important;
    border-bottom:1px solid rgba(105,220,255,.22) !important;
  }

  .ticker-track{
    width:100vw !important;
    height:44px !important;
    min-height:44px !important;
    border-radius:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    display:flex !important;
    align-items:center !important;
  }

  .ticker-inner{
    gap:26px !important;
    animation-duration:90s !important;
  }

  .ticker-item{
    font-size:clamp(10px, 2.8vw, 12px) !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }

  .stats{
    padding:16px 0 34px !important;
    margin-top:0 !important;
  }

  .stats-grid,
  .services-grid,
  .packages-grid,
  .options-grid,
  .why-summary,
  .why-points,
  .problems-list,
  .how-steps,
  .pricing-grid,
  .features-grid,
  .cards-grid,
  .testimonials-grid,
  .reviews-grid,
  .partners-grid,
  .faq-list,
  .news-grid,
  .media-grid,
  .gallery-grid,
  .cortex-block-items,
  .cortex-extra-items,
  .extra-block-grid,
  .cortex-extra-grid,
  .compare-grid,
  .soc-services-grid,
  .soc-options-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:14px !important;
    width:100% !important;
    max-width:100% !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important;
    padding-left:18px !important;
    padding-right:18px !important;
    scrollbar-width:none !important;
  }

  .stats-grid > *,
  .services-grid > *,
  .packages-grid > *,
  .options-grid > *,
  .why-summary > *,
  .why-points > *,
  .problems-list > *,
  .how-steps > *,
  .pricing-grid > *,
  .features-grid > *,
  .cards-grid > *,
  .testimonials-grid > *,
  .reviews-grid > *,
  .partners-grid > *,
  .faq-list > *,
  .news-grid > *,
  .media-grid > *,
  .gallery-grid > *,
  .cortex-block-items > *,
  .cortex-extra-items > *,
  .extra-block-grid > *,
  .cortex-extra-grid > *,
  .compare-grid > *,
  .soc-services-grid > *,
  .soc-options-grid > *{
    flex:0 0 min(84vw, 390px) !important;
    min-width:min(84vw, 390px) !important;
    max-width:min(84vw, 390px) !important;
    scroll-snap-align:start !important;
  }

  .stats-grid > *{
    flex-basis:min(72vw, 300px) !important;
    min-width:min(72vw, 300px) !important;
    min-height:104px !important;
  }

  .packages-grid > *,
  .services-grid > *,
  .options-grid > *{
    flex-basis:min(88vw, 430px) !important;
    min-width:min(88vw, 430px) !important;
  }

  .contact-hub{
    right:14px !important;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 66px) !important;
    transform:scale(.82) !important;
    transform-origin:bottom right !important;
    z-index:80 !important;
  }

  .back-to-top{
    right:16px !important;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 18px) !important;
    width:48px !important;
    height:48px !important;
    z-index:78 !important;
  }

  .reveal{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }

  .cortex-neural-bg-canvas{
    opacity:.16 !important;
  }
}
/* Cortex Sentinel 1.6.38: mobile package cards stay fixed; no tap/hover zoom. */
@media (max-width: 720px), (hover: none), (pointer: coarse) {
  html body .packages-grid .pkg-card,
  html body .packages-grid .pkg-card:hover,
  html body .packages-grid .pkg-card:focus,
  html body .packages-grid .pkg-card:active,
  html body .packages-grid .pkg-card.featured,
  html body .packages-grid .pkg-card.featured:hover,
  html body .packages-grid .pkg-featured-wrap:hover .pkg-card,
  html body .packages-grid:hover > .pkg-card:not(:hover),
  html body .packages-grid:hover > .pkg-featured-wrap:not(:hover) .pkg-card {
    transform: none !important;
    scale: 1 !important;
    filter: none !important;
  }
}

/* Cortex Sentinel 1.6.38: hero buttons must stay side by side on phones. */
@media (max-width: 720px) {
  html body .hero .hero-btns {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  html body .hero .hero-btns > *,
  html body .hero .hero-btns .btn-main,
  html body .hero .hero-btns .btn-ghost,
  html body .hero .btn-main,
  html body .hero .btn-ghost {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 54px !important;
    height: auto !important;
    padding: 10px 8px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
    justify-content: center !important;
    font-size: clamp(10px, 2.9vw, 13px) !important;
    line-height: 1.18 !important;
  }
}

/* Cortex Sentinel 1.6.39 final layer: keep ticker clean after every later mobile rule. */
html body .ticker,
html body .ticker.ticker-full-width {
  position:relative !important;
  z-index:5 !important;
  width:100vw !important;
  max-width:100vw !important;
  height:40px !important;
  min-height:40px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:rgba(7, 23, 27, .92) !important;
  border-top:1px solid rgba(105, 220, 255, .22) !important;
  border-bottom:1px solid rgba(105, 220, 255, .16) !important;
  box-shadow:none !important;
}
html body .ticker::before,
html body .ticker::after,
html body .ticker-track::before,
html body .ticker-track::after,
html body .ticker-inner::before,
html body .ticker-inner::after,
html body .ticker + .stats::before,
html body .stats::before {
  display:none !important;
  content:none !important;
}
html body .ticker-track {
  width:100vw !important;
  max-width:100vw !important;
  height:40px !important;
  min-height:40px !important;
  display:flex !important;
  align-items:center !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
html body .ticker-inner {
  height:40px !important;
  min-height:40px !important;
  align-items:center !important;
  padding:0 !important;
}
html body .ticker + .stats,
html body .stats {
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
  background:#061012 !important;
  box-shadow:none !important;
}
@media (max-width: 720px) {
  html body .ticker,
  html body .ticker.ticker-full-width,
  html body .ticker-track,
  html body .ticker-inner {
    height:38px !important;
    min-height:38px !important;
  }
  html body .ticker + .stats,
  html body .stats {
    padding-top:0 !important;
  }
}

/* Cortex Sentinel 1.6.41 hard lock: clean mobile ticker/stat area and horizontal content cards. */
html body .hero{margin-bottom:0!important}
html body .ticker,
html body .ticker.ticker-full-width{
  position:relative!important;
  inset:auto!important;
  z-index:8!important;
  display:flex!important;
  align-items:center!important;
  width:100vw!important;
  max-width:100vw!important;
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  margin:0!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  overflow:hidden!important;
  transform:none!important;
  background:rgba(7,23,27,.94)!important;
  border-top:1px solid rgba(105,220,255,.22)!important;
  border-bottom:1px solid rgba(105,220,255,.18)!important;
  box-shadow:none!important;
}
html body .ticker-track,
html body .ticker-inner,
html body .ticker-item{
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}
html body .ticker-track{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100vw!important;
  max-width:100vw!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .ticker-inner{
  display:flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:none!important;
  gap:clamp(1.35rem,4vw,2.75rem)!important;
  white-space:nowrap!important;
}
html body .ticker-item{
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  line-height:1!important;
}
html body .ticker::before,
html body .ticker::after,
html body .ticker-track::before,
html body .ticker-track::after,
html body .ticker-inner::before,
html body .ticker-inner::after,
html body .ticker + .stats::before,
html body .stats::before,
html body .stats::after{
  display:none!important;
  content:none!important;
}
html body .ticker + .stats,
html body .stats{
  position:relative!important;
  z-index:7!important;
  margin-top:0!important;
  padding-top:0!important;
  transform:none!important;
  background:#061012!important;
  border-top:0!important;
  box-shadow:none!important;
}
@media (max-width:720px){
  html body .hero{padding-bottom:0!important}
  html body .hero-content{padding-bottom:1.05rem!important}
  html body .ticker,
  html body .ticker.ticker-full-width,
  html body .ticker-track,
  html body .ticker-inner,
  html body .ticker-item{
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
  }
  html body .ticker-item{
    font-size:clamp(10px,2.8vw,12px)!important;
    letter-spacing:.01em!important;
  }
  html body .ticker-sep{
    width:11px!important;
    height:11px!important;
    min-width:11px!important;
    flex:0 0 11px!important;
  }
  html body .ticker + .stats,
  html body .stats{
    margin-top:0!important;
    padding:0 0 24px!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
  }
  html body .stats-grid{
    position:relative!important;
    inset:auto!important;
    display:flex!important;
    grid-template-columns:none!important;
    grid-auto-flow:initial!important;
    width:100vw!important;
    max-width:100vw!important;
    margin:0!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding:8px 18px 0!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    background:#061012!important;
    border:0!important;
    transform:none!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    scrollbar-width:none!important;
  }
  html body .stats-grid::-webkit-scrollbar{display:none!important}
  html body .stats-grid > *{
    position:relative!important;
    inset:auto!important;
    flex:0 0 min(72vw,300px)!important;
    min-width:min(72vw,300px)!important;
    max-width:min(72vw,300px)!important;
    min-height:96px!important;
    transform:none!important;
    scroll-snap-align:start!important;
  }
  html body .section-inner{width:100%!important;max-width:100%!important;padding-left:18px!important;padding-right:18px!important}
  html body .section-title,
  html body .why-title{
    font-size:clamp(2.05rem,11vw,3.05rem)!important;
    line-height:1.08!important;
    letter-spacing:0!important;
    overflow-wrap:normal!important;
  }
  html body .section-desc,
  html body .why-desc{
    font-size:clamp(1rem,4.2vw,1.12rem)!important;
    line-height:1.62!important;
  }
  html body .services-grid,
  html body .options-grid,
  html body .soc-services-grid,
  html body .soc-options-grid,
  html body .packages-grid,
  html body .why-summary,
  html body .why-points,
  html body .pricing-grid,
  html body .features-grid,
  html body .cards-grid,
  html body .testimonials-grid,
  html body .reviews-grid,
  html body .partners-grid,
  html body .faq-list,
  html body .news-grid,
  html body .media-grid,
  html body .gallery-grid,
  html body .photos-grid,
  html body .photo-grid,
  html body .cortex-photo-grid,
  html body .cortex-gallery-grid,
  html body .cortex-media-grid,
  html body .cortex-block-items,
  html body .cortex-extra-items,
  html body .extra-block-grid,
  html body .cortex-extra-grid,
  html body .compare-grid{
    display:flex!important;
    grid-template-columns:none!important;
    grid-auto-flow:initial!important;
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding-left:18px!important;
    padding-right:18px!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  html body .services-grid::-webkit-scrollbar,
  html body .options-grid::-webkit-scrollbar,
  html body .soc-services-grid::-webkit-scrollbar,
  html body .soc-options-grid::-webkit-scrollbar,
  html body .packages-grid::-webkit-scrollbar,
  html body .why-summary::-webkit-scrollbar,
  html body .why-points::-webkit-scrollbar,
  html body .pricing-grid::-webkit-scrollbar,
  html body .features-grid::-webkit-scrollbar,
  html body .cards-grid::-webkit-scrollbar,
  html body .testimonials-grid::-webkit-scrollbar,
  html body .reviews-grid::-webkit-scrollbar,
  html body .partners-grid::-webkit-scrollbar,
  html body .faq-list::-webkit-scrollbar,
  html body .news-grid::-webkit-scrollbar,
  html body .media-grid::-webkit-scrollbar,
  html body .gallery-grid::-webkit-scrollbar,
  html body .photos-grid::-webkit-scrollbar,
  html body .photo-grid::-webkit-scrollbar,
  html body .cortex-photo-grid::-webkit-scrollbar,
  html body .cortex-gallery-grid::-webkit-scrollbar,
  html body .cortex-media-grid::-webkit-scrollbar,
  html body .cortex-block-items::-webkit-scrollbar,
  html body .cortex-extra-items::-webkit-scrollbar,
  html body .extra-block-grid::-webkit-scrollbar,
  html body .cortex-extra-grid::-webkit-scrollbar,
  html body .compare-grid::-webkit-scrollbar{display:none!important}
  html body .services-grid > *,
  html body .options-grid > *,
  html body .soc-services-grid > *,
  html body .soc-options-grid > *,
  html body .packages-grid > *,
  html body .why-summary > *,
  html body .why-points > *,
  html body .pricing-grid > *,
  html body .features-grid > *,
  html body .cards-grid > *,
  html body .testimonials-grid > *,
  html body .reviews-grid > *,
  html body .partners-grid > *,
  html body .faq-list > *,
  html body .news-grid > *,
  html body .media-grid > *,
  html body .gallery-grid > *,
  html body .photos-grid > *,
  html body .photo-grid > *,
  html body .cortex-photo-grid > *,
  html body .cortex-gallery-grid > *,
  html body .cortex-media-grid > *,
  html body .cortex-block-items > *,
  html body .cortex-extra-items > *,
  html body .extra-block-grid > *,
  html body .cortex-extra-grid > *,
  html body .compare-grid > *{
    flex:0 0 min(86vw,390px)!important;
    min-width:min(86vw,390px)!important;
    max-width:min(86vw,390px)!important;
    scroll-snap-align:start!important;
  }
  html body .problem-item,
  html body .service-card,
  html body .option-card,
  html body .opt-card,
  html body .why-point,
  html body .soc-step-card,
  html body .soc-service-card,
  html body .soc-option-card,
  html body .pkg-card{
    border-radius:18px!important;
    min-height:0!important;
    transform:none!important;
  }
  html body .problem-item{
    display:grid!important;
    grid-template-columns:54px 1fr!important;
    gap:12px!important;
    padding:18px!important;
  }
  html body .how-steps{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  html body .how-step{
    min-height:0!important;
    padding:18px!important;
    text-align:center!important;
  }
  html body .contact-hub{
    right:10px!important;
    bottom:calc(env(safe-area-inset-bottom,0px) + 78px)!important;
    transform:scale(.74)!important;
    transform-origin:bottom right!important;
    z-index:70!important;
  }
  html body .back-to-top{
    right:14px!important;
    bottom:calc(env(safe-area-inset-bottom,0px) + 18px)!important;
    z-index:69!important;
  }
}
