/* Zytex Technology — custom landing page styles
   Extends the original InnoVatech template without replacing its core CSS. */

:root {
  --zytex-ink: #090a12;
  --zytex-panel: #111321;
  --zytex-panel-soft: #171a2c;
  --zytex-blue: #2160de;
  --zytex-cyan: #12c7ef;
  --zytex-violet: #7c3aed;
  --zytex-magenta: #ed2bd1;
  --zytex-text: #45474f;
  --zytex-muted: #717581;
  --zytex-light: #f6f7fb;
  --zytex-border: rgba(33, 96, 222, 0.16);
  --zytex-gradient: linear-gradient(135deg, #2160de 0%, #6843e8 52%, #ed2bd1 100%);
  --zytex-shadow: 0 24px 70px rgba(30, 51, 110, 0.13);
}

/* Zytex technology preloader */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: grid;
  width: auto;
  height: 100svh;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 44%, rgba(44, 77, 224, 0.16), transparent 31%),
    radial-gradient(circle at 68% 58%, rgba(237, 43, 209, 0.09), transparent 25%),
    #050711;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.65s ease, visibility 0.65s ease, filter 0.65s ease, transform 0.65s ease;
}

#preloader.is-leaving {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  transform: scale(1.025);
}

#preloader::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -35%;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(65, 128, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 128, 255, 0.22) 1px, transparent 1px);
  background-size: 52px 52px;
  transform: perspective(600px) rotateX(62deg) translateY(22%);
  transform-origin: center 68%;
  mask-image: radial-gradient(ellipse at center, #000 15%, transparent 69%);
  animation: zytex-grid-flow 4.8s linear infinite;
}

#preloader::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: -20%;
  left: 0;
  width: 100%;
  height: 32%;
  pointer-events: none;
  opacity: 0.5;
  background: linear-gradient(to bottom, transparent, rgba(91, 218, 255, 0.09), rgba(91, 218, 255, 0.4), transparent);
  filter: blur(4px);
  animation: zytex-scan 2.6s ease-in-out infinite;
}

.preloader-ambient {
  position: absolute;
  z-index: -1;
  width: min(78vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 120deg, transparent 0 23%, rgba(33, 96, 222, 0.16) 30%, transparent 42% 68%, rgba(237, 43, 209, 0.12) 76%, transparent 88%);
  filter: blur(42px);
  animation: zytex-ambient-spin 9s linear infinite;
}

.preloader-stage {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(92vw, 560px);
}

.preloader-core {
  position: relative;
  width: clamp(270px, 34vw, 380px);
  aspect-ratio: 1;
}

.preloader-core::before,
.preloader-core::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(80px, 12vw, 180px);
  height: 1px;
  opacity: 0.72;
  background: linear-gradient(90deg, transparent, #387fff);
  box-shadow: 0 0 12px rgba(56, 127, 255, 0.7);
}

.preloader-core::before {
  right: calc(100% - 16px);
}

.preloader-core::after {
  left: calc(100% - 16px);
  background: linear-gradient(90deg, #d943eb, transparent);
  box-shadow: 0 0 12px rgba(217, 67, 235, 0.7);
}

.preloader-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.preloader-orbit::before,
.preloader-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #7fe7ff;
  box-shadow: 0 0 7px #55d9ff, 0 0 22px rgba(58, 130, 255, 0.85);
}

.preloader-orbit::before {
  top: -4px;
  left: 49%;
  width: 8px;
  height: 8px;
}

.preloader-orbit::after {
  right: 9%;
  bottom: 17%;
  width: 5px;
  height: 5px;
  background: #ef58dd;
  box-shadow: 0 0 8px #ef58dd, 0 0 20px rgba(237, 43, 209, 0.8);
}

.preloader-orbit-one {
  inset: 2%;
  border: 1px solid rgba(102, 154, 255, 0.26);
  border-top-color: rgba(110, 220, 255, 0.95);
  border-right-color: transparent;
  animation: zytex-orbit 3.4s linear infinite;
}

.preloader-orbit-two {
  inset: 12%;
  border: 1px dashed rgba(140, 100, 255, 0.34);
  border-bottom-color: rgba(237, 43, 209, 0.9);
  animation: zytex-orbit-reverse 4.9s linear infinite;
}

.preloader-orbit-three {
  inset: 23%;
  border: 1px solid rgba(79, 198, 255, 0.24);
  border-left-color: rgba(92, 103, 242, 0.9);
  border-bottom-color: transparent;
  animation: zytex-orbit 2.7s linear infinite;
}

.preloader-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(185px, 24vw, 250px);
  min-height: 96px;
  place-items: center;
  transform: translate(-50%, -50%);
  animation: zytex-logo-boot 0.75s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.preloader-logo-wrap::before,
.preloader-logo-wrap::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 20px;
  pointer-events: none;
  opacity: 0.72;
}

.preloader-logo-wrap::before {
  top: -15px;
  left: -17px;
  border-top: 1px solid #4ebeff;
  border-left: 1px solid #4ebeff;
}

.preloader-logo-wrap::after {
  right: -17px;
  bottom: -15px;
  border-right: 1px solid #e94add;
  border-bottom: 1px solid #e94add;
}

.preloader-logo-glow {
  position: absolute;
  inset: 10% -12%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(32, 98, 255, 0.26), rgba(237, 43, 209, 0.23));
  filter: blur(24px);
  animation: zytex-logo-glow 1.7s ease-in-out infinite alternate;
}

.preloader-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 11px rgba(36, 122, 255, 0.52));
  animation: zytex-logo-pulse 1.75s ease-in-out infinite alternate;
}

.preloader-data-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(157, 231, 255, 0.9);
  background: #0a1730;
  box-shadow: 0 0 0 4px rgba(64, 136, 255, 0.1), 0 0 18px rgba(64, 136, 255, 0.8);
  transform: rotate(45deg);
  animation: zytex-data-pulse 1.4s ease-in-out infinite alternate;
}

.preloader-data-node-one {
  top: 26%;
  left: 7%;
}

.preloader-data-node-two {
  top: 16%;
  right: 18%;
  animation-delay: -0.45s;
}

.preloader-data-node-three {
  right: 4%;
  bottom: 27%;
  border-color: rgba(240, 80, 222, 0.95);
  box-shadow: 0 0 0 4px rgba(237, 43, 209, 0.08), 0 0 18px rgba(237, 43, 209, 0.74);
  animation-delay: -0.9s;
}

.preloader-status {
  width: min(82vw, 330px);
  margin-top: -18px;
  text-align: center;
  animation: zytex-status-in 0.7s 0.25s ease both;
}

.preloader-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #72dbff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.32em;
}

.preloader-status strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Work Sans", sans-serif;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.preloader-progress {
  position: relative;
  height: 2px;
  margin: 18px 0 13px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.09);
}

.preloader-progress::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background: linear-gradient(90deg, #2682ff, #8b5cf6, #ed2bd1);
}

.preloader-progress span {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 38%;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #fff, #7ce8ff, transparent);
  filter: blur(0.5px);
  animation: zytex-progress 1.15s ease-in-out infinite;
}

.preloader-status small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.preloader-status small i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #29e6ad;
  box-shadow: 0 0 10px rgba(41, 230, 173, 0.9);
  animation: zytex-online 0.8s ease-in-out infinite alternate;
}

@keyframes zytex-grid-flow {
  from { transform: perspective(600px) rotateX(62deg) translateY(18%); }
  to { transform: perspective(600px) rotateX(62deg) translateY(27%); }
}

@keyframes zytex-scan {
  0% { transform: translateY(-110%); opacity: 0; }
  18% { opacity: 0.5; }
  82% { opacity: 0.45; }
  100% { transform: translateY(430%); opacity: 0; }
}

@keyframes zytex-ambient-spin {
  to { transform: rotate(360deg); }
}

@keyframes zytex-orbit {
  to { transform: rotate(360deg); }
}

@keyframes zytex-orbit-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes zytex-logo-boot {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.72); filter: blur(9px); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: blur(0); }
}

@keyframes zytex-logo-glow {
  from { opacity: 0.52; transform: scale(0.92); }
  to { opacity: 0.95; transform: scale(1.1); }
}

@keyframes zytex-logo-pulse {
  from { filter: drop-shadow(0 0 8px rgba(36, 122, 255, 0.42)); }
  to { filter: drop-shadow(0 0 17px rgba(225, 43, 209, 0.48)); }
}

@keyframes zytex-data-pulse {
  from { opacity: 0.45; transform: rotate(45deg) scale(0.72); }
  to { opacity: 1; transform: rotate(45deg) scale(1.16); }
}

@keyframes zytex-status-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes zytex-progress {
  from { left: -42%; }
  to { left: 105%; }
}

@keyframes zytex-online {
  from { opacity: 0.35; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1.2); }
}

html {
  scroll-padding-top: 96px;
}

body {
  background: #fafafa;
}

main {
  display: block;
}

main > section {
  position: relative;
  isolation: isolate;
}

section[id] {
  scroll-margin-top: 96px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(18, 199, 239, 0.72) !important;
  outline-offset: 3px;
}

.section-heading {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading > p:last-child {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zytex-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: var(--zytex-gradient);
}

.section-kicker-light {
  color: #8fdfff;
}

.color-primary {
  background: var(--zytex-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-link {
  color: var(--zytex-blue);
  font-size: 16px;
  font-weight: 800;
}

.text-link i {
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.text-link:hover i {
  transform: translateX(6px);
}

/* Header and hero */
.hero-nav-wrapper {
  position: relative;
  background: var(--zytex-ink);
}

.hero-nav-wrapper header {
  position: absolute;
  top: clamp(24px, 2.3vw, 46px);
  left: clamp(24px, 3.3vw, 64px);
  right: clamp(24px, 3.3vw, 64px);
  z-index: 20;
}

.main-menu .main-menu__block {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgb(7 8 18 / 15%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.main-menu__logo .logo {
  display: block;
  width: 178px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
}

.main-menu .main-menu__left .main-menu__nav .main-menu__list {
  gap: clamp(12px, 1.25vw, 24px) !important;
}

.main-menu .main-menu__left .main-menu__nav .main-menu__list > li > a {
  color: #fff;
  white-space: nowrap;
}

.main-menu .cus-btn,
.stricky-header.main-menu .cus-btn {
  padding: 12px 20px;
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  white-space: nowrap;
}

.main-menu .header-contact-btn,
.stricky-header.main-menu .header-contact-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  background: var(--zytex-gradient);
  color: #fff;
  box-shadow: 0 14px 30px rgba(60, 76, 214, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.main-menu .header-contact-btn::before,
.stricky-header.main-menu .header-contact-btn::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -24%;
  z-index: -1;
  width: 32%;
  height: 340%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(20deg);
  transition: left 0.55s ease;
}

.main-menu .header-contact-btn::after,
.stricky-header.main-menu .header-contact-btn::after {
  display: none;
}

.main-menu .header-contact-btn:hover,
.stricky-header.main-menu .header-contact-btn:hover {
  transform: translateY(-2px);
  border-color: transparent;
  background: var(--zytex-gradient);
  color: #fff;
  box-shadow: 0 18px 38px rgba(60, 76, 214, 0.38);
}

.main-menu .header-contact-btn:hover::before,
.stricky-header.main-menu .header-contact-btn:hover::before {
  left: 112%;
}

/* Unified conversion buttons */
.cus-btn,
.cus-btn-2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 24px;
  border: 0 !important;
  border-radius: 10px;
  background: var(--zytex-gradient) !important;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 14px 30px rgba(60, 76, 214, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cus-btn::before,
.cus-btn-2::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -24%;
  z-index: -1;
  display: block;
  width: 32%;
  height: 340%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(20deg);
  transition: left 0.55s ease;
}

.cus-btn::after,
.cus-btn-2::after,
.cus-btn-2 .circle {
  display: none;
}

.cus-btn:hover,
.cus-btn-2:hover {
  transform: translateY(-2px);
  background: var(--zytex-gradient) !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(60, 76, 214, 0.36);
}

.cus-btn:hover::before,
.cus-btn-2:hover::before {
  top: -120%;
  left: 112%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(20deg);
}

.cus-btn-2 .text,
.cus-btn-2:hover .text {
  color: #fff !important;
  transform: none !important;
}

.stricky-header {
  padding-top: 12px !important;
}

.stricky-header .main-menu__logo .logo {
  width: 160px;
  height: 42px;
}

.stricky-header .main-menu__block {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

.hero-section {
  min-height: 760px;
  height: calc(100svh - 32px);
  background: #070812;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, transparent 78%);
}

.hero-section .video-bg {
  z-index: 1;
  background:
    radial-gradient(circle at 82% 24%, rgba(124, 58, 237, 0.22), transparent 38%),
    linear-gradient(90deg, rgba(4, 6, 18, 0.96) 0%, rgba(4, 6, 18, 0.8) 47%, rgba(4, 6, 18, 0.25) 100%);
}

.hero-section #bg-video {
  position: relative;
  z-index: 0;
  filter: saturate(1.16) contrast(1.04);
}

.hero-section .hero-content {
  z-index: 3;
  left: clamp(28px, 6.667vw, 128px);
  bottom: clamp(72px, 8vh, 118px);
  width: min(920px, calc(100% - 56px));
}

.hero-section .hero-content h1 {
  max-width: 900px;
  font-size: clamp(44px, 4.6vw, 88px);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bdeeff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-kicker span {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #2ee6a6;
  box-shadow: 0 0 0 6px rgba(46, 230, 166, 0.14), 0 0 24px rgba(46, 230, 166, 0.6);
}

.hero-lead {
  max-width: 790px;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78) !important;
}

.hero-actions {
  flex-wrap: wrap;
}

.hero-actions .cus-btn-2,
.cta-actions .cus-btn-2 {
  gap: 10px;
}

.hero-actions .cus-btn-2 > i,
.cta-actions .cus-btn-2 > i {
  position: relative;
  z-index: 2;
}

.hero-actions .cus-btn-2 .text,
.hero-actions .cus-btn-2:hover .text,
.cta-actions .cus-btn-2 .text,
.cta-actions .cus-btn-2:hover .text {
  transform: none;
}

.hero-services {
  max-width: 850px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.hero-services span {
  color: #8fdfff;
  padding: 0 4px;
}

.hero-scroll {
  position: absolute;
  right: clamp(28px, 4vw, 78px);
  bottom: clamp(38px, 4vw, 72px);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll i {
  animation: scroll-pulse 1.8s ease-in-out infinite;
}

@keyframes scroll-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* About */
.about-zytex {
  position: relative;
  background:
    radial-gradient(circle at 10% 10%, rgba(33, 96, 222, 0.06), transparent 26%),
    #fafafa;
}

.about-lead {
  color: #242630;
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 1.55;
  font-weight: 600;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.about-points > div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #282a34;
  font-size: 15px;
  font-weight: 700;
}

.about-points i {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 50%;
  background: rgba(33, 96, 222, 0.1);
  color: var(--zytex-blue);
  font-size: 11px;
}

.about-visual {
  position: relative;
  max-width: 610px;
  margin-left: auto;
  padding: 18px 18px 70px 68px;
}

.about-visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 78%;
  border-radius: 32px;
  background: var(--zytex-gradient);
  opacity: 0.16;
  transform: rotate(4deg);
}

.about-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--zytex-shadow);
}

.about-slider img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

.about-visual-card {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(390px, 88%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(10, 12, 28, 0.94);
  box-shadow: 0 20px 60px rgba(8, 10, 25, 0.28);
  backdrop-filter: blur(14px);
}

.about-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 15px;
  background: var(--zytex-gradient);
  color: #fff;
}

.about-visual-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 17px;
}

.about-visual-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

/* Services */
.zytex-services {
  background: #f2f4f9;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.zytex-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(28px, 2.25vw, 42px);
  border: 1px solid rgba(18, 23, 46, 0.09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(23, 34, 71, 0.045);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.zytex-service-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.15), transparent 68%);
  transition: transform 0.5s ease;
}

.zytex-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(33, 96, 222, 0.35);
  box-shadow: var(--zytex-shadow);
}

.zytex-service-card:hover::before {
  transform: scale(1.5);
}

.zytex-service-card:hover .service-icon {
  transform: rotate(-5deg) scale(1.08);
  box-shadow: 0 18px 34px rgba(66, 73, 216, 0.34);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: var(--zytex-gradient);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 12px 25px rgba(66, 73, 216, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #dfe3ed;
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.zytex-service-card h3 {
  margin-bottom: 14px;
  font-size: clamp(21px, 1.35vw, 27px);
  line-height: 1.25;
}

.zytex-service-card > p:not(.service-number) {
  margin-bottom: 20px;
  color: var(--zytex-muted);
  font-size: 15px;
  line-height: 1.58;
}

.zytex-service-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.zytex-service-card li {
  position: relative;
  padding-left: 21px;
  color: #333640;
  font-size: 13px;
  line-height: 1.45;
}

.zytex-service-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--zytex-gradient);
}

.zytex-service-card > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--zytex-blue);
  font-size: 14px;
  font-weight: 800;
}

.zytex-service-card > a i {
  transition: transform 0.25s ease;
}

.zytex-service-card > a:hover i {
  transform: translateX(5px);
}

/* Technology marquee */
.technology-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: #f2f4f9;
}

.technology-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 4vw, 62px) 0;
  border: 1px solid rgba(137, 168, 255, 0.16);
  border-radius: clamp(24px, 2.3vw, 36px);
  background:
    radial-gradient(circle at 10% 20%, rgba(33, 96, 222, 0.22), transparent 28%),
    radial-gradient(circle at 90% 70%, rgba(237, 43, 209, 0.16), transparent 29%),
    linear-gradient(120deg, #070914 0%, #0c1021 52%, #130a1a 100%);
  box-shadow: 0 28px 72px rgba(6, 10, 28, 0.2);
}

.technology-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(125, 151, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 151, 255, 0.18) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.technology-heading {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 34px;
  padding: 0 28px;
  text-align: center;
}

.technology-heading .section-kicker {
  justify-content: center;
  margin-bottom: 13px;
}

.technology-heading h2 {
  margin-bottom: 13px;
  color: #fff;
  font-size: clamp(28px, 3vw, 47px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.technology-heading h2 span {
  background: linear-gradient(90deg, #74dfff, #7484ff 45%, #f05ce0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.technology-heading > p:last-child {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.technology-marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 8px 0;
  outline: none;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.technology-track {
  display: flex;
  width: max-content;
  animation: technology-scroll 54s linear infinite;
  will-change: transform;
}

.technology-marquee:hover .technology-track,
.technology-marquee:focus-visible .technology-track {
  animation-play-state: paused;
}

.technology-group {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
  padding-right: 14px;
}

.technology-item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.technology-item i,
.tech-monogram {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(63, 122, 255, 0.32), rgba(237, 43, 209, 0.25));
  color: #9ee8ff;
  font-size: 16px;
  font-style: normal;
}

.tech-monogram {
  font-family: "Work Sans", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.technology-item:hover {
  transform: translateY(-4px);
  border-color: rgba(117, 211, 255, 0.42);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

@keyframes technology-scroll {
  to {
    transform: translateX(-50%);
  }
}

/* Needs */
.needs-section {
  background: #fff;
}

.needs-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.need-card {
  position: relative;
  grid-column: span 2;
  min-height: 238px;
  padding: 30px 26px;
  border: 1px solid var(--zytex-border);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(33, 96, 222, 0.035), transparent 55%),
    #fff;
  box-shadow: 0 12px 34px rgba(28, 43, 86, 0.045);
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.need-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.need-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--zytex-gradient);
  opacity: 0;
  transform: scaleX(0.25);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.need-card > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  border-radius: 15px;
  background: rgba(33, 96, 222, 0.1);
  color: var(--zytex-blue);
  font-size: 20px;
}

.need-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.need-card p {
  color: var(--zytex-muted);
  font-size: 14px;
  line-height: 1.55;
}

.need-card:hover {
  transform: translateY(-6px);
  border-color: rgba(33, 96, 222, 0.32);
  background: #fff;
  box-shadow: 0 22px 52px rgba(30, 51, 110, 0.13);
}

.need-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.need-card:hover > span {
  background: var(--zytex-gradient);
  color: #fff;
}

.need-card:hover h3,
.need-card:hover p {
  color: inherit;
}

.solution-showcase {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 480px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(98, 142, 255, 0.22);
  border-radius: 26px;
  background: #080b18;
  box-shadow: 0 28px 72px rgba(18, 32, 78, 0.19);
}

.solution-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0.18;
  background-image: linear-gradient(rgba(127, 169, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(127, 169, 255, 0.16) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.solution-showcase-copy {
  position: relative;
  z-index: 3;
  width: min(58%, 720px);
  padding: clamp(34px, 4vw, 68px);
}

.visual-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(127, 221, 255, 0.28);
  border-radius: 99px;
  background: rgba(40, 101, 235, 0.2);
  color: #a7eaff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.solution-showcase h3 {
  max-width: 500px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.solution-showcase p {
  max-width: 520px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.solution-showcase a:not(.cus-btn) {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9ee7ff;
  font-size: 13px;
  font-weight: 800;
}

.solution-showcase a i {
  transition: transform 0.25s ease;
}

.solution-showcase a:hover i {
  transform: translateX(5px);
}

.solution-showcase-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.solution-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 8, 21, 0.97) 0%, rgba(5, 8, 21, 0.88) 37%, rgba(5, 8, 21, 0.46) 68%, rgba(5, 8, 21, 0.22) 100%),
    linear-gradient(0deg, rgba(7, 9, 22, 0.3), transparent 58%);
  pointer-events: none;
}

.solution-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  filter: blur(2.8px) saturate(0.92) brightness(0.84);
  transform: scale(1.04);
  animation: solution-background-drift 12s ease-in-out infinite alternate;
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.3, 1), filter 0.45s ease;
}

.solution-showcase:hover .solution-showcase-media img {
  transform: scale(1.075);
  filter: blur(2px) saturate(1.02) brightness(0.9);
}

@keyframes solution-background-drift {
  from {
    transform: scale(1.04) translate3d(-0.5%, -0.5%, 0);
  }
  to {
    transform: scale(1.09) translate3d(0.6%, 0.5%, 0);
  }
}

/* Differentials */
.differentials-section {
  background: #f2f4f9;
}

.differentials-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 4.5vw, 74px);
  border: 1px solid var(--zytex-border);
  border-radius: clamp(24px, 2.3vw, 36px);
  background:
    radial-gradient(circle at 8% 12%, rgba(33, 96, 222, 0.075), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(237, 43, 209, 0.06), transparent 26%),
    #fff;
  box-shadow: 0 24px 68px rgba(30, 51, 110, 0.08);
}

.differentials-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.26;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(33, 96, 222, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 96, 222, 0.07) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at center, #000, transparent 75%);
}

.differentials-shell::after {
  content: "";
  position: absolute;
  top: -210px;
  right: -180px;
  width: 460px;
  height: 460px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 68%);
}

.differentials-heading,
.differential-pillars {
  position: relative;
  z-index: 1;
}

.differentials-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(28px, 5vw, 90px);
  margin-bottom: clamp(34px, 4vw, 56px);
}

.differentials-heading-copy {
  max-width: 790px;
}

.differentials-heading-copy h2 {
  max-width: 740px;
  font-size: clamp(38px, 4.1vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.differentials-heading-copy > p:last-child {
  max-width: 680px;
  color: var(--zytex-muted);
  font-size: 15px;
  line-height: 1.65;
}

.differentials-heading-action {
  padding-bottom: 4px;
}

.differentials-heading-action .cus-btn {
  white-space: nowrap;
}

.differential-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.differential-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  overflow: hidden;
  padding: clamp(25px, 2.4vw, 36px);
  border: 1px solid rgba(33, 96, 222, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(33, 96, 222, 0.05), transparent 44%),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 44px rgba(29, 48, 99, 0.065);
  backdrop-filter: blur(12px);
  transition: transform 0.38s cubic-bezier(0.2, 0.75, 0.2, 1), border-color 0.38s ease, box-shadow 0.38s ease;
}

.differential-pillar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--zytex-gradient);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.differential-pillar::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(87, 84, 236, 0.11), transparent 68%);
  transition: transform 0.55s ease, opacity 0.4s ease;
}

.differential-pillar:nth-child(2) {
  background:
    linear-gradient(150deg, rgba(121, 72, 231, 0.065), transparent 48%),
    rgba(255, 255, 255, 0.88);
}

.differential-pillar:nth-child(3) {
  background:
    linear-gradient(150deg, rgba(237, 43, 209, 0.045), transparent 48%),
    rgba(255, 255, 255, 0.88);
}

.differential-pillar:hover {
  transform: translateY(-9px);
  border-color: rgba(57, 104, 225, 0.3);
  box-shadow: 0 26px 58px rgba(29, 48, 99, 0.14);
}

.differential-pillar:hover::before {
  transform: scaleX(1);
}

.differential-pillar:hover::after {
  transform: scale(1.28);
}

.differential-pillar-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.differential-pillar-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 17px;
  background: var(--zytex-gradient);
  color: #fff;
  font-size: 19px;
  box-shadow: 0 15px 30px rgba(71, 72, 224, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.differential-pillar:hover .differential-pillar-icon {
  transform: rotate(-7deg) scale(1.09);
  box-shadow: 0 18px 34px rgba(71, 72, 224, 0.36);
}

.differential-pillar-number {
  color: rgba(33, 96, 222, 0.18);
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.differential-pillar-kicker {
  margin-bottom: 10px;
  color: var(--zytex-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.differential-pillar h3 {
  max-width: 330px;
  margin-bottom: 14px;
  color: var(--zytex-ink);
  font-size: clamp(22px, 1.7vw, 29px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.differential-pillar > p:not(.differential-pillar-kicker) {
  margin-bottom: 24px;
  color: var(--zytex-muted);
  font-size: 13px;
  line-height: 1.58;
}

.differential-pillar ul {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(33, 96, 222, 0.1);
  list-style: none;
}

.differential-pillar li {
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: start;
  gap: 9px;
  color: #353843;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.differential-pillar li i {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 7px;
  background: rgba(33, 96, 222, 0.1);
  color: var(--zytex-blue);
  font-size: 9px;
}

/* Process */
.process-section {
  background: #fff;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.process-list::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(33, 96, 222, 0.15), rgba(124, 58, 237, 0.45), rgba(237, 43, 209, 0.15));
}

.process-item {
  position: relative;
  padding: 0 8px;
  text-align: center;
}

.process-number {
  position: absolute;
  top: 2px;
  right: 8%;
  color: #dfe3ec;
  font-size: 13px;
  font-weight: 900;
}

.process-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 26px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--zytex-gradient);
  color: #fff;
  font-size: 23px;
  box-shadow: 0 12px 30px rgba(50, 77, 185, 0.2);
}

.process-item h3 {
  min-height: 54px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.35;
}

.process-item p {
  color: var(--zytex-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Projects */
.projects-section {
  background: #f2f4f9;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 340px;
  gap: 18px;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--zytex-panel);
  box-shadow: 0 16px 45px rgba(20, 30, 66, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-card-wide {
  grid-column: span 2;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
  transition: transform 0.65s cubic-bezier(0.2, 0.65, 0.3, 1), filter 0.45s ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(5, 7, 18, 0.88) 100%);
}

.project-card:hover img {
  transform: scale(1.07);
  filter: saturate(1.1);
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(35, 51, 105, 0.18);
}

.project-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px;
  color: #fff;
}

.project-overlay > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #8fdfff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-overlay h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 22px;
}

.project-overlay p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

/* Audience */
.audience-section {
  background: #fff;
}

.audience-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 4vw, 70px);
  border: 1px solid var(--zytex-border);
  border-radius: clamp(24px, 2.3vw, 42px);
  background:
    radial-gradient(circle at 0 0, rgba(33, 96, 222, 0.08), transparent 26%),
    radial-gradient(circle at 100% 100%, rgba(237, 43, 209, 0.06), transparent 28%),
    #fff;
}

.audience-shell::before {
  content: "";
  position: absolute;
  top: -145px;
  left: 50%;
  width: 680px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 99, 238, 0.12), transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.audience-shell .section-heading,
.audience-tags {
  position: relative;
  z-index: 1;
}

.audience-tags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.audience-chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  overflow: hidden;
  padding: 12px 14px;
  border: 1px solid rgba(33, 96, 222, 0.14);
  border-radius: 17px;
  background: rgba(247, 248, 252, 0.82);
  color: #30323c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  backdrop-filter: blur(8px);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.audience-chip::after {
  content: "";
  position: absolute;
  inset: auto -24px -34px auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 43, 209, 0.13), transparent 68%);
  opacity: 0;
  transform: scale(0.65);
  transition: opacity 0.3s ease, transform 0.45s ease;
}

.audience-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(33, 96, 222, 0.12), rgba(111, 74, 229, 0.14));
  color: var(--zytex-blue);
  font-size: 16px;
  box-shadow: inset 0 0 0 1px rgba(33, 96, 222, 0.09);
  transition: transform 0.36s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.audience-label {
  position: relative;
  z-index: 1;
}

.audience-chip:nth-child(3n + 2) .audience-icon {
  background: linear-gradient(135deg, rgba(90, 76, 231, 0.13), rgba(237, 43, 209, 0.12));
  color: #7d49df;
}

.audience-chip:nth-child(3n) .audience-icon {
  background: linear-gradient(135deg, rgba(12, 181, 171, 0.13), rgba(33, 96, 222, 0.11));
  color: #0b9994;
}

.audience-chip:hover {
  transform: translateY(-6px);
  border-color: rgba(33, 96, 222, 0.36);
  background: #fff;
  box-shadow: 0 17px 36px rgba(31, 57, 126, 0.13);
}

.audience-chip:hover::after {
  opacity: 1;
  transform: scale(1);
}

.audience-chip:hover .audience-icon {
  transform: translateY(-2px) rotate(-7deg) scale(1.08);
  background: var(--zytex-gradient);
  color: #fff;
  box-shadow: 0 11px 22px rgba(68, 77, 224, 0.28);
}

/* CTA */
.cta-section {
  background: #f2f4f9;
}

.cta-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 110px) clamp(28px, 8vw, 150px);
  border-radius: clamp(24px, 2.3vw, 42px);
  background:
    linear-gradient(115deg, rgba(7, 9, 24, 0.96), rgba(23, 18, 61, 0.91)),
    url("../images/title-banner.jpg") center/cover no-repeat;
  text-align: center;
}

.cta-shell::before,
.cta-shell::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  filter: blur(2px);
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 157, 255, 0.18), transparent 68%);
  transform: translate(-50%, -50%);
  animation: cta-breathe 5s ease-in-out infinite;
}

@keyframes cta-breathe {
  0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(0.92); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

.cta-shell::before {
  top: -240px;
  left: -120px;
  border: 1px solid rgba(143, 223, 255, 0.3);
  box-shadow: 0 0 0 45px rgba(33, 96, 222, 0.05), 0 0 0 90px rgba(124, 58, 237, 0.035);
}

.cta-shell::after {
  right: -180px;
  bottom: -250px;
  background: rgba(237, 43, 209, 0.16);
  filter: blur(50px);
}

.cta-shell > *:not(.cta-glow) {
  position: relative;
  z-index: 1;
}

.cta-shell .section-kicker {
  justify-content: center;
}

.cta-shell h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(38px, 4.1vw, 76px);
  letter-spacing: -0.035em;
}

.cta-shell > p:not(.section-kicker) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.cta-actions .cus-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

/* FAQ */
.faq-section {
  background: #fff;
}

.zytex-accordion {
  display: grid;
  gap: 12px;
}

.zytex-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(18, 23, 46, 0.09);
  border-radius: 14px;
  background: #fff;
}

.zytex-accordion .accordion-header {
  font-family: inherit;
}

.zytex-accordion .accordion-button {
  padding: 22px 24px;
  color: #1e2029;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 800;
}

.zytex-accordion .accordion-button:not(.collapsed) {
  color: var(--zytex-blue);
  background: rgba(33, 96, 222, 0.045);
}

.zytex-accordion .accordion-button::after {
  width: 32px;
  height: 32px;
  margin-left: 18px;
  border-radius: 50%;
  background-color: rgba(33, 96, 222, 0.09);
  background-position: center;
  background-size: 13px;
}

.zytex-accordion .accordion-body {
  padding: 0 24px 24px;
  color: var(--zytex-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Contact */
.contact-sec {
  background: #f2f4f9;
}

.contact-sec .contact-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border-radius: clamp(24px, 2.3vw, 42px);
  background: #fff;
  box-shadow: var(--zytex-shadow);
}

.contact-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 4.5vw, 76px);
  background:
    radial-gradient(circle at 0 100%, rgba(237, 43, 209, 0.22), transparent 36%),
    radial-gradient(circle at 100% 0, rgba(33, 96, 222, 0.5), transparent 42%),
    #0c0e1a;
}

.contact-intro::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.025), 0 0 0 90px rgba(255, 255, 255, 0.015);
}

.contact-intro > * {
  position: relative;
  z-index: 1;
}

.contact-intro > p:not(.section-kicker, .contact-note) {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
}

.contact-channels {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.contact-channels a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.contact-channels a > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  background: rgba(80, 142, 255, 0.17);
  color: #8fdfff;
  font-size: 17px;
}

.contact-channels small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.5;
}

.contact-sec .contact-wrapper .contact-input {
  height: auto;
  min-height: 620px;
  padding: clamp(34px, 2.9vw, 42px) clamp(34px, 4.2vw, 68px);
  background: #fff;
}

.contact-input h3 {
  font-size: clamp(36px, 2.8vw, 40px);
  line-height: 1.08;
}

.contact-input > p {
  margin-bottom: 18px !important;
  color: var(--zytex-muted);
  font-size: 14px;
  line-height: 1.5;
}

.contact-form {
  display: grid;
  gap: 8px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-field label {
  display: block;
  margin-bottom: 4px;
  color: #272a34;
  font-size: 12px;
  font-weight: 800;
}

.form-field label span {
  color: #d82e67;
}

.contact-form .form-control {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #dfe2ea;
  border-radius: 10px;
  background: #f9fafc;
  color: #1d2029;
  font-size: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-form input.form-control,
.contact-form select.form-control {
  height: 44px;
}

.contact-form textarea.form-control {
  min-height: 76px;
  height: 76px;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: rgba(33, 96, 222, 0.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(33, 96, 222, 0.08);
}

.field-error {
  display: none;
  margin-top: 5px;
  color: #bd2757;
  font-size: 11px;
}

.form-field.is-invalid .form-control {
  border-color: #d74271;
  background: #fff8fa;
}

.form-field.is-invalid .field-error {
  display: block;
}

.contact-sec .contact-wrapper .contact-input .contact-form .contact-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 24px;
  border: 0;
  border-radius: 10px;
  background: var(--zytex-gradient);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(60, 76, 214, 0.23);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-sec .contact-wrapper .contact-input .contact-form .contact-btn::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -18%;
  z-index: -1;
  width: 34%;
  height: 340%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(20deg);
  transition: left 0.55s ease;
}

.contact-sec .contact-wrapper .contact-input .contact-form .contact-btn:hover {
  transform: translateY(-2px);
  background: var(--zytex-gradient);
  box-shadow: 0 18px 38px rgba(60, 76, 214, 0.32);
}

.contact-sec .contact-wrapper .contact-input .contact-form .contact-btn:hover::before {
  left: 110%;
}

.contact-form .contact-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-submit-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: -4px;
  color: #808491;
  font-size: 10px;
}

.form-submit-note i {
  color: var(--zytex-blue);
}

.form-status {
  display: none;
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.45;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: #eaf9f2;
  color: #177653;
}

.form-status.is-error {
  background: #fff0f3;
  color: #9b254b;
}

/* Footer */
.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(33, 96, 222, 0.2), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(237, 43, 209, 0.12), transparent 28%),
    #090b15;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--zytex-gradient);
}

.footer .footer-wrapper {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 52px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta p {
  margin-bottom: 10px;
  color: #8fdfff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-cta h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 44px);
  line-height: 1.12;
}

.footer-cta .cus-btn {
  flex: 0 0 auto;
}

.footer-main {
  margin-bottom: 0 !important;
  padding: 40px 0 36px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-brand img {
  width: 190px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.footer-about {
  max-width: 380px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.footer-email {
  color: #8fdfff;
  font-size: 13px;
  font-weight: 800;
}

.footer .footer-wrapper .footer-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 4vw, 76px);
  padding: 0 30px;
}

.footer .subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer .footer-wrapper .footer-links ul li a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.footer .footer-wrapper .footer-links ul li a:hover {
  color: #8fdfff;
}

.footer-contact > p:not(.subtitle) {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: #8fdfff;
  font-size: 13px;
  font-weight: 800;
}

.footer .footer-wrapper .social-links {
  justify-content: flex-start;
}

.footer .footer-wrapper .social-links .icon {
  width: 38px;
  height: 38px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.footer .footer-wrapper .social-links .icon i {
  color: #8fdfff;
  font-size: 14px;
}

.footer .footer-wrapper .social-links .icon:hover i {
  color: #fff;
}

.footer .footer-bottom-bar {
  overflow: hidden;
  margin-top: 0;
  padding: 17px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 5, 12, 0.38);
}

.footer .footer-bottom-bar .copy-right-content {
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 12px;
}

/* Utilities and overlays */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 985;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 99px;
  background: #1ebd65;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(25, 154, 82, 0.3);
}

.whatsapp-float i {
  font-size: 21px;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #18a957;
  color: #fff;
}

.scrollToTopBtn {
  right: 27px;
  bottom: 84px;
}

.privacy-modal {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(8, 11, 25, 0.25);
}

.privacy-modal .modal-header,
.privacy-modal .modal-body {
  padding: 24px 28px;
}

.privacy-modal .modal-body {
  color: var(--zytex-muted);
  font-size: 14px;
  line-height: 1.65;
}

.privacy-modal .modal-body a {
  color: var(--zytex-blue);
  font-weight: 700;
}

.mobile-nav__wrapper .mobile-nav__content {
  width: min(340px, 88vw);
}

.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: 190px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.mobile-nav__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  text-transform: none;
}

.mobile-nav__contact a {
  overflow-wrap: anywhere;
}

/* Large and tablet responsive */
@media (max-width: 1399px) {
  .main-menu .main-menu__left .main-menu__nav .main-menu__list {
    gap: 12px !important;
  }

  .main-menu__logo .logo {
    width: 152px;
  }

  .main-menu .cus-btn,
  .stricky-header.main-menu .cus-btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .need-card,
  .need-card:nth-child(4) {
    grid-column: auto;
    min-height: 240px;
  }

  .need-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }

  .need-card > span {
    margin-bottom: 26px;
  }
}

@media (max-width: 1199px) {
  .hero-nav-wrapper header {
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .hero-section {
    min-height: 720px;
    height: min(920px, calc(100svh - 24px));
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-slider img {
    height: 480px;
  }

  .solution-showcase {
    min-height: 450px;
  }

  .solution-showcase-media {
    min-height: 0;
  }

  .audience-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
  }

  .process-list::before {
    display: none;
  }

  .process-item h3 {
    min-height: 0;
  }

  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card-wide {
    grid-column: span 1;
  }

  .footer .footer-wrapper .footer-links {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .about-visual {
    margin: 0 auto;
  }

  .solution-showcase {
    min-height: 440px;
  }

  .solution-showcase-copy {
    width: min(72%, 650px);
  }

  .solution-showcase-media {
    min-height: 0;
  }

  .differentials-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .differentials-heading-action {
    padding-bottom: 0;
  }

  .contact-sec .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-intro,
  .contact-input {
    padding: 48px;
  }

  .contact-sec .contact-wrapper .contact-input {
    min-height: 0;
    padding: 48px;
  }
}

/* Mobile responsive */
@media (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }

  section[id] {
    scroll-margin-top: 70px;
  }

  .hero-nav-wrapper {
    padding: 10px;
  }

  .hero-nav-wrapper header {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .main-menu .main-menu__block {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .main-menu__logo .logo {
    width: 138px;
    height: 40px;
  }

  .hero-section {
    min-height: 0;
    height: auto;
    border-radius: 18px;
  }

  .hero-section #bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-section .hero-content {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 108px 24px 34px;
  }

  .hero-section .hero-content h1 {
    font-size: clamp(37px, 10.2vw, 58px);
    letter-spacing: -0.04em;
  }

  .hero-kicker {
    max-width: 88%;
    margin-bottom: 10px !important;
    font-size: 10px;
    line-height: 1.4;
  }

  .hero-lead {
    margin-bottom: 20px !important;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-section .hero-content h1 {
    margin-bottom: 14px !important;
  }

  .hero-actions {
    margin-bottom: 0 !important;
  }

  .hero-services {
    display: none;
  }

  .hero-scroll {
    display: none;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .about-visual {
    padding: 12px 12px 76px 34px;
  }

  .about-slider img {
    height: 420px;
  }

  .about-visual-card {
    width: 92%;
    padding: 17px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .technology-section {
    padding: 48px 0;
  }

  .technology-shell {
    padding: 40px 0;
  }

  .technology-heading {
    margin-bottom: 26px;
    padding: 0 22px;
  }

  .technology-marquee {
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  }

  .needs-grid {
    grid-template-columns: 1fr;
  }

  .need-card,
  .need-card:nth-child(4),
  .need-card:last-child {
    grid-column: auto;
    width: auto;
    min-height: 0;
  }

  .need-card > span {
    margin-bottom: 26px;
  }

  .solution-showcase-copy {
    width: 100%;
    padding: 48px 28px;
  }

  .solution-showcase-media {
    min-height: 0;
  }

  .solution-showcase-media::after {
    background: linear-gradient(90deg, rgba(5, 8, 21, 0.94), rgba(5, 8, 21, 0.77));
  }

  .differential-pillars {
    grid-template-columns: 1fr;
  }

  .differential-pillar {
    min-height: 0;
  }

  .differential-pillar h3 {
    max-width: none;
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 330px;
  }

  .audience-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-chip {
    min-height: 68px;
  }

  .cta-shell {
    padding: 58px 24px;
  }

  .cta-shell h2 {
    font-size: clamp(34px, 9vw, 52px);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-intro,
  .contact-input {
    padding: 34px 24px;
  }

  .contact-sec .contact-wrapper .contact-input {
    padding: 34px 24px;
  }

  .footer .footer-wrapper .footer-links {
    gap: 28px;
  }

  .footer .footer-bottom-bar {
    margin-top: 0;
    padding: 16px 14px;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 38px 0 30px;
  }

  .footer-cta .cus-btn {
    width: 100%;
  }

  .footer-main {
    padding: 32px 0 30px;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    justify-content: center;
    padding: 0;
  }

  .scrollToTopBtn {
    right: 18px;
    bottom: 76px;
  }
}

@media (max-width: 575px) {
  .py-80 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  h2,
  .h2 {
    font-size: clamp(31px, 9.5vw, 43px);
  }

  .hero-section .hero-content h1 {
    font-size: clamp(34px, 10.6vw, 49px);
  }

  .hero-actions {
    align-items: stretch !important;
    gap: 10px !important;
  }

  .hero-actions > a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-actions .cus-btn {
    padding: 14px 18px;
  }

  .about-visual {
    padding-left: 16px;
  }

  .about-slider img {
    height: 360px;
  }

  .about-visual-card {
    left: 0;
  }

  .zytex-service-card {
    padding: 26px 22px;
  }

  .technology-section {
    padding: 38px 0;
  }

  .technology-shell {
    border-radius: 22px;
  }

  .technology-heading h2 {
    font-size: 30px;
  }

  .technology-item {
    padding: 11px 14px;
  }

  .solution-showcase-copy {
    min-height: 455px;
    padding: 40px 22px;
  }

  .solution-showcase-copy h3 {
    font-size: 29px;
  }

  .solution-showcase-media {
    min-height: 0;
  }

  .differentials-shell {
    padding: 34px 22px;
  }

  .differentials-heading-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .differentials-heading-action,
  .differentials-heading-action .cus-btn {
    width: 100%;
  }

  .differentials-heading-action .cus-btn {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .differential-pillar {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .process-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 18px;
    padding: 0;
    text-align: left;
  }

  .process-icon {
    grid-row: 1 / span 3;
    width: 72px;
    height: 72px;
    margin: 0;
    border-width: 6px;
  }

  .process-number {
    top: -8px;
    right: auto;
    left: 54px;
    z-index: 2;
    color: var(--zytex-blue);
  }

  .process-item h3 {
    align-self: end;
  }

  .project-overlay {
    padding: 22px;
  }

  .audience-shell {
    padding: 34px 20px;
  }

  .audience-tags {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .audience-chip {
    min-height: 64px;
  }

  .cta-actions > a {
    width: 100%;
    justify-content: center;
  }

  .zytex-accordion .accordion-button {
    padding: 18px;
    font-size: 14px;
  }

  .zytex-accordion .accordion-body {
    padding: 0 18px 20px;
    font-size: 13px;
  }

  .contact-channels a {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

  .contact-sec .contact-wrapper .contact-input {
    padding: 30px 20px;
  }

  .footer .footer-wrapper .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 0;
  }
}

@media (max-width: 374px) {
  .hero-nav-wrapper header {
    left: 16px;
    right: 16px;
  }

  .main-menu__logo .logo {
    width: 120px;
  }

  .hero-section .hero-content {
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 100px 20px 30px;
  }

  .hero-section .hero-content h1 {
    font-size: 33px;
  }

  .hero-lead {
    font-size: 14px;
  }

  .about-visual-card {
    width: 96%;
  }

  .about-card-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}

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

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

  .technology-marquee {
    overflow-x: auto;
    mask-image: none;
  }

  .technology-group[data-technology-clone="true"] {
    display: none;
  }
}
