:root {
  --electric: #7fb2ff;
  --aqua: #28e0ff;
  --mint: #72ffd6;
  --violet: #9da8ff;
  --glass: rgba(4, 16, 36, 0.72);
  --glass-strong: rgba(5, 18, 40, 0.9);
}

body {
  width: 100%;
  max-width: 100%;
  background:
    radial-gradient(circle at 78% 12%, rgba(40, 224, 255, 0.12), transparent 24%),
    radial-gradient(circle at 18% 28%, rgba(157, 168, 255, 0.12), transparent 28%),
    #020712;
}

body:before {
  background:
    linear-gradient(180deg, rgba(2, 7, 18, 0.2), rgba(2, 7, 18, 0.98)),
    url("/assets/bg2.png") center top / cover no-repeat;
  opacity: 0.66;
}

.site-shell {
  width: min(1540px, calc(100% - 32px));
  border-color: rgba(128, 183, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(4, 12, 29, 0.72), rgba(3, 10, 24, 0.94)),
    linear-gradient(90deg, rgba(127, 178, 255, 0.08), transparent 35%, rgba(40, 224, 255, 0.07));
}

.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 18px;
  padding: 17px 32px;
  background: rgba(3, 10, 24, 0.82);
  border-bottom-color: rgba(128, 183, 255, 0.32);
}

.site-header.is-scrolled {
  background: rgba(3, 10, 24, 0.94);
}

.brand span {
  white-space: nowrap;
}

.brand img,
.footer-brand img {
  filter: brightness(0) invert(1) drop-shadow(0 0 14px rgba(110, 162, 255, 0.5));
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(128, 183, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.language-switcher a {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 32px;
  border-radius: 6px;
  color: #c9d7f4;
  font-size: 0.78rem;
  font-weight: 850;
}

.language-switcher a.is-active,
.language-switcher a:hover {
  color: #fff;
  background: linear-gradient(135deg, rgba(46, 107, 255, 0.92), rgba(40, 224, 255, 0.2));
  box-shadow: 0 0 18px rgba(75, 145, 255, 0.36);
}

.hero {
  isolation: isolate;
  min-height: 790px;
  padding-top: 104px;
  padding-bottom: 82px;
}

.hero-bg {
  opacity: 0;
  transform: scale(1.02);
  animation: losHeroFade 16s infinite;
}

.hero-bg-one {
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.94) 0%, rgba(3, 10, 23, 0.58) 45%, rgba(3, 10, 23, 0.18) 100%),
    linear-gradient(180deg, rgba(3, 10, 23, 0.08), rgba(3, 10, 23, 0.5)),
    url("/assets/bg1.png") center / cover no-repeat;
}

.hero-bg-two {
  animation-delay: 8s;
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.94) 0%, rgba(3, 10, 23, 0.58) 45%, rgba(3, 10, 23, 0.18) 100%),
    linear-gradient(180deg, rgba(3, 10, 23, 0.08), rgba(3, 10, 23, 0.5)),
    url("/assets/bg2.png") center / cover no-repeat;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(127, 178, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 178, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 74%, transparent);
}

.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-slider-dots span {
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: rgba(185, 207, 255, 0.36);
  overflow: hidden;
}

.hero-slider-dots span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(90deg, var(--electric), var(--aqua));
  animation: losDot 16s infinite;
}

.hero-slider-dots span:nth-child(2):before {
  animation-delay: 8s;
}

.hero-copy-block {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.hero h1 {
  font-size: clamp(2.9rem, 4.9vw, 5.4rem);
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy {
  max-width: 690px;
  color: #dbe7ff;
}

.hero-actions .button {
  min-width: 210px;
}

.button {
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(40, 224, 255, 0.9);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(40, 224, 255, 0.16);
}

.site-nav a:focus-visible:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 2px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--aqua), transparent);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #2f6fff, #2449d8 58%, #1b8ec7);
  box-shadow: 0 18px 46px rgba(47, 111, 255, 0.34);
}

.button-secondary {
  background: rgba(5, 17, 38, 0.78);
}

.trust-row strong {
  color: #e8efff;
  opacity: 0.86;
}

.cloud-visual {
  z-index: 2;
  min-width: 0;
  filter: drop-shadow(0 0 28px rgba(74, 150, 255, 0.24));
}

.floating-tile {
  border-radius: 14px;
  backdrop-filter: blur(14px);
}

.floating-tile b {
  display: grid;
  place-items: center;
  border-radius: 11px;
}

.floating-tile b:before {
  color: #dbf6ff;
  font-size: 0.72rem;
  font-weight: 900;
}

.tile-ai b:before { content: "AI"; }
.tile-code b:before { content: "</>"; font-size: 0.66rem; }
.tile-cloud b:before { content: "CLD"; font-size: 0.6rem; }
.tile-devops b:before { content: "OPS"; font-size: 0.62rem; }

.panel-section {
  border-color: rgba(128, 183, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(5, 18, 40, 0.92), rgba(5, 23, 48, 0.72)),
    linear-gradient(90deg, rgba(40, 224, 255, 0.05), transparent 48%, rgba(114, 255, 214, 0.035));
}

.services-overview {
  margin-top: -10px;
}

.solution-grid {
  margin-top: 24px;
}

.solution-card,
.tool-card,
.category-card,
.domain-tool,
.contact-grid article,
.domain-card,
.copy-card,
.proof-card {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 34, 68, 0.78), rgba(3, 14, 32, 0.9)),
    linear-gradient(135deg, rgba(127, 178, 255, 0.08), transparent 62%);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.solution-card:hover,
.tool-card:hover,
.category-card:hover,
.domain-tool:hover,
.proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 224, 255, 0.55);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34), inset 0 0 26px rgba(40, 224, 255, 0.08);
}

.solution-icon {
  display: grid;
  place-items: center;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(47, 111, 255, 0.26), rgba(40, 224, 255, 0.14)),
    rgba(255, 255, 255, 0.04);
}

.solution-icon:before {
  color: #dff8ff;
  font-weight: 950;
  letter-spacing: 0;
}

.solution-icon.brain:before { content: "AI"; }
.solution-icon.code:before { content: "</>"; }
.solution-icon.cloud:before { content: "CLD"; font-size: 0.9rem; }
.solution-icon.loop:before { content: "OPS"; font-size: 0.9rem; }

.partner-panel {
  position: relative;
  overflow: hidden;
}

.partner-panel:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(40, 224, 255, 0.7), transparent);
}

.numbers-grid article {
  min-height: 132px;
}

.proof-section .section-lead {
  max-width: 1040px;
}

.proof-card {
  min-height: 188px;
  padding: 26px;
}

.proof-card span {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
}

.proof-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.service-scope-grid,
.service-pack-grid,
.benchmark-grid {
  display: grid;
  gap: 18px;
}

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

.service-pack-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

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

.scope-card,
.service-pack-card,
.benchmark-card {
  min-width: 0;
  border: 1px solid rgba(128, 183, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(10, 34, 68, 0.78), rgba(3, 14, 32, 0.9)),
    linear-gradient(135deg, rgba(40, 224, 255, 0.06), transparent 64%);
}

.scope-card,
.benchmark-card {
  padding: 24px;
}

.scope-card p,
.benchmark-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.benchmark-card span,
.pack-topline span,
.pack-best span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-pack-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 24px;
}

.service-pack-card h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.42rem);
}

.service-pack-card > p,
.pack-best p {
  margin: 0;
  color: var(--muted);
}

.pack-topline {
  display: grid;
  gap: 8px;
}

.pack-topline strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
}

.service-pack-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-pack-card li {
  position: relative;
  padding-left: 18px;
  color: #dbe7ff;
  font-size: 0.92rem;
}

.service-pack-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aqua), var(--mint));
  box-shadow: 0 0 14px rgba(40, 224, 255, 0.45);
}

.pack-best {
  padding-top: 14px;
  border-top: 1px solid rgba(128, 183, 255, 0.18);
}

.service-pack-card .button {
  width: 100%;
  min-height: 52px;
  padding-inline: 14px;
  align-self: end;
}

.delivery-path {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.delivery-path ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  counter-reset: delivery;
  list-style: none;
}

.delivery-path li {
  position: relative;
  min-height: 132px;
  padding: 22px 20px 20px 58px;
  border: 1px solid rgba(128, 183, 255, 0.3);
  border-radius: 8px;
  background: rgba(4, 14, 31, 0.72);
}

.delivery-path li:before {
  counter-increment: delivery;
  content: counter(delivery);
  position: absolute;
  left: 18px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6fff, #1b8ec7);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.delivery-path strong,
.delivery-path span {
  display: block;
}

.delivery-path span {
  margin-top: 7px;
  color: var(--muted);
}

.category-map a {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 36, 72, 0.74), rgba(3, 14, 32, 0.82));
}

.tool-search-panel {
  background: rgba(4, 14, 31, 0.8);
}

.tool-result {
  min-height: 76px;
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(3, 10, 23, 0.94), rgba(3, 10, 23, 0.98)),
    url("/assets/bg2.png") center bottom / cover no-repeat;
}

.consent-bar {
  display: none !important;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.95), rgba(3, 10, 23, 0.72)),
    url("/assets/bg1.png") center / cover no-repeat;
}

.page-hero:after {
  content: "";
  position: absolute;
  inset: auto 44px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(40, 224, 255, 0.62), transparent);
}

.quick-contact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 850px;
  margin-top: 18px;
}

.quick-contact-row a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(128, 183, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 36, 72, 0.74), rgba(3, 14, 32, 0.84)),
    rgba(255, 255, 255, 0.035);
}

.quick-contact-row a:hover {
  border-color: rgba(40, 224, 255, 0.58);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.quick-contact-row span,
.contact-kicker {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quick-contact-row strong {
  min-width: 0;
  color: #fff;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}

.direct-contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.direct-contact-grid article {
  display: grid;
  align-content: start;
  gap: 14px;
}

.direct-contact-grid .button {
  width: 100%;
  padding-inline: 16px;
}

.mobile-contact-dock {
  display: none;
}

[dir="rtl"] .site-nav,
[dir="rtl"] .hero-actions,
[dir="rtl"] .trust-row,
[dir="rtl"] .mini-pill-row,
[dir="rtl"] .capability-list,
[dir="rtl"] .related-links,
[dir="rtl"] .quick-contact-row {
  direction: rtl;
}

[dir="rtl"] .hero-bg-one,
[dir="rtl"] .hero-bg-two {
  background-position: center;
}

[dir="rtl"] .eyebrow {
  letter-spacing: 0;
}

@keyframes losHeroFade {
  0% { opacity: 0; transform: scale(1.025); }
  8% { opacity: 1; transform: scale(1); }
  46% { opacity: 1; transform: scale(1.012); }
  56% { opacity: 0; transform: scale(1.025); }
  100% { opacity: 0; transform: scale(1.025); }
}

@keyframes losDot {
  0%, 4% { transform: translateX(-100%); }
  9%, 46% { transform: translateX(0); }
  52%, 100% { transform: translateX(100%); }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto minmax(82px, 1fr) auto;
  }

  .language-switcher {
    grid-column: 2;
    justify-self: end;
  }

  .nav-toggle {
    grid-column: 3;
  }

  .site-nav.is-open {
    grid-column: 1 / -1;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 66px;
  }

  .hero-bg-one,
  .hero-bg-two {
    background-position: 62% center;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 14px;
  }

  .site-nav {
    display: flex;
    gap: 13px;
  }

  .site-nav a {
    font-size: 0.82rem;
    padding-inline: 4px;
  }

  .header-cta {
    display: inline-flex;
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .language-switcher {
    grid-column: auto;
    justify-self: auto;
  }

  .language-switcher a {
    min-width: 30px;
  }

  .nav-toggle {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
    gap: 18px;
    min-height: 650px;
    padding: 68px 40px 54px;
  }

  .hero h1 {
    font-size: clamp(3rem, 4.7vw, 3.45rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .trust-row {
    gap: 20px;
    margin-top: 34px;
  }

  .trust-row strong {
    font-size: 0.94rem;
  }

  .hero-actions {
    gap: 14px;
  }

  .hero-actions .button {
    min-width: 170px;
  }

  .cloud-visual {
    min-height: 490px;
    margin-top: 0;
  }

  .floating-tile {
    width: 84px;
    min-height: 84px;
    font-size: 0.7rem;
  }

  .solution-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .solution-card {
    padding: 22px;
  }

  .solution-card p {
    font-size: 0.92rem;
  }
}

@media (max-width: 1180px) {
  .service-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 78px;
  }

  .site-shell {
    width: calc(100% - 16px);
    margin: 8px 8px 18px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 12px;
  }

  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .brand span {
    font-size: 0.9rem;
  }

  .language-switcher {
    grid-column: 1 / -1;
    justify-self: start;
    padding: 3px;
  }

  .language-switcher a {
    min-width: 28px;
    height: 28px;
    font-size: 0.68rem;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    padding: 50px 20px 56px;
  }

  .hero h1 {
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: auto;
    font-size: 2.35rem;
    line-height: 1.1;
  }

  .page-hero {
    margin-inline: 10px;
    padding: 34px 18px 28px;
  }

  .page-hero h1 {
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: auto;
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .page-hero p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.26em;
  }

  .panel-section h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: auto;
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .section-lead,
  .hero-copy-block,
  .panel-section,
  .solution-card,
  .tool-card {
    min-width: 0;
    max-width: 100%;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .cloud-visual {
    display: none;
  }

  .trust-row strong:nth-of-type(n+4) {
    display: none;
  }

  .hero-cloud {
    left: 10%;
    width: 78%;
  }

  .hero-slider-dots {
    bottom: 18px;
  }

  .proof-card {
    min-height: auto;
  }

  .quick-contact-row {
    display: none;
  }

  body[data-page-type="contact"] {
    padding-bottom: 18px;
  }

  body[data-page-type="contact"] .page-hero {
    padding-top: 36px;
  }

  body[data-page-type="contact"] .page-hero .quick-contact-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body[data-page-type="contact"] .page-hero .quick-contact-row a {
    padding: 12px 14px;
  }

  body[data-page-type="contact"] .mobile-contact-dock {
    display: none;
  }

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

  .service-scope-grid,
  .service-pack-grid,
  .benchmark-grid,
  .delivery-path,
  .delivery-path ol {
    grid-template-columns: 1fr;
  }

  .service-pack-card,
  .scope-card,
  .benchmark-card {
    padding: 20px;
  }

  .delivery-path {
    gap: 22px;
  }

  .delivery-path li {
    min-height: auto;
  }

  .partner-panel,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .partner-panel {
    gap: 22px;
  }

  .world-visual {
    width: min(240px, 100%);
    margin-inline: auto;
  }

  .mobile-contact-dock {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(128, 183, 255, 0.42);
    border-radius: 10px;
    background: rgba(3, 10, 24, 0.95);
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(18px);
  }

  .mobile-contact-dock a {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 48px;
    border: 1px solid rgba(128, 183, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: #eef5ff;
    font-weight: 900;
  }

  .mobile-contact-dock a:nth-child(2) {
    background: linear-gradient(135deg, #2f6fff, #1a8fbc);
    border-color: rgba(40, 224, 255, 0.48);
    color: #fff;
  }

  .mobile-contact-dock span {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-contact-dock a:focus-visible {
    outline-offset: 2px;
  }
}

@media (max-width: 420px) {
  .hero h1,
  .page-hero h1 {
    font-size: 2rem;
  }

  .brand span {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hero-slider-dots span:before {
    animation: none !important;
  }

  .hero-bg-one {
    opacity: 1;
  }
}
