﻿:root {
  --bg: #eef5fb;
  --bg-soft: #dfeefe;
  --surface: rgba(255, 255, 255, 0.82);
  --card: rgba(255, 255, 255, 0.9);
  --text: #102a43;
  --muted: #47657f;
  --line: rgba(37, 109, 183, 0.18);
  --accent: #ff8a3d;
  --accent-strong: #1f78d1;
  --glow: rgba(255, 138, 61, 0.18);
  --shadow: 0 28px 80px rgba(31, 96, 160, 0.14);
  --heading-compact-size: clamp(0.74rem, 1.05vw, 0.98rem);
  --brand-logo-shift-y: -24px;
  --brand-copy-shift-y: 22px;
}


body.home-page {
  background: #fff;
}

body.home-page::before,
body.home-page::after {
  display: none;
}

.home-page .noise,
.home-page .page-phoenix,
.home-page .hero-emblem {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 14% 16%, rgba(59, 130, 246, 0.16), transparent 26%),
    radial-gradient(circle at 84% 10%, rgba(255, 138, 61, 0.18), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(76, 162, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #fbfdff 0%, var(--bg) 42%, var(--bg-soft) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(37, 109, 183, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 109, 183, 0.05) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 138, 61, 0.08), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(67, 149, 235, 0.08), transparent 26%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: radial-gradient(circle, rgba(37, 109, 183, 0.14) 0.7px, transparent 0.8px);
  background-size: 16px 16px;
}

.page-phoenix {
  position: fixed;
  top: 76px;
  width: 360px;
  height: 500px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.12;
  background-image: url("anka-effect.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: screen;
  filter: saturate(1.02) contrast(1.02) brightness(1) drop-shadow(0 0 28px rgba(31, 120, 209, 0.12));
}

.page-phoenix.left {
  left: max(-64px, calc((100vw - 1080px) / 2 - 360px));
  transform: scaleX(-1) rotate(-6deg);
}

.page-phoenix.right {
  right: max(-64px, calc((100vw - 1080px) / 2 - 360px));
  transform: rotate(6deg);
}

.language-switcher {
  position: static;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  margin-left: auto;
  padding-left: clamp(10px, 1.2vw, 16px);
  z-index: 2;
}

.language-button {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--accent-strong);
  font: inherit;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  transition: transform 180ms ease;
}

.language-flag {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  overflow: hidden;
  box-shadow:
    0 0 0 1.5px rgba(16, 42, 67, 0.14),
    0 10px 20px rgba(31, 96, 160, 0.16);
  background: transparent;
  flex: 0 0 auto;
}

.language-flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

.language-button.active {
  transform: translateY(-2px) scale(1.04);
}

.language-button.active .language-flag {
  box-shadow:
    0 0 0 2.5px rgba(255, 138, 61, 0.95),
    0 14px 26px rgba(255, 138, 61, 0.22);
}

a {
  color: inherit;
  text-decoration: none;
}

.hero,
main,
.contact {
  width: min(1680px, calc(100% - 24px));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

#hakkimizda,
#cozumler,
#urunler,
#projeler,
#iletisim {
  scroll-margin-top: 28px;
}

.hero {
  position: relative;
  padding: 26px 0 36px;
}

.home-page .hero {
  z-index: 60;
  overflow: visible;
}

.hero-emblem {
  position: fixed;
  top: 220px;
  right: -64px;
  width: 360px;
  height: 360px;
  opacity: 0.12;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 14px 32px rgba(255, 138, 61, 0.12));
}

.hero-emblem-left {
  right: auto;
  left: -84px;
}

.hero-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.topbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(244, 249, 255, 0.58));
  backdrop-filter: blur(14px) saturate(1.04);
  -webkit-backdrop-filter: blur(14px) saturate(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 38px rgba(31, 96, 160, 0.09);
}

.home-page .topbar {
  padding: 10px 10px 14px 0;
  border-color: transparent;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.home-page .topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, rgba(16, 42, 67, 0), rgba(31, 120, 209, 0.2) 16%, rgba(31, 120, 209, 0.1) 84%, rgba(16, 42, 67, 0));
  pointer-events: none;
}

.floating-topbar,
.floating-topbar .brand,
.floating-topbar .brand-mark,
.floating-topbar .brand-copy,
.floating-topbar .brand-line,
.floating-topbar .brand-name,
.floating-topbar .brand-subname,
.floating-topbar .brand-motto,
.floating-topbar .nav-links {
  transition:
    transform 260ms ease,
    padding 260ms ease,
    gap 260ms ease,
    min-height 260ms ease,
    width 260ms ease,
    height 260ms ease,
    font-size 260ms ease,
    letter-spacing 260ms ease,
    opacity 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease,
    border-color 260ms ease,
    border-radius 260ms ease;
}

.floating-topbar {
  position: fixed;
  top: 26px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px) scale(0.97);
  width: min(1680px, calc(100vw - 24px));
  padding: 18px 22px;
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow:
    0 18px 42px rgba(16, 42, 67, 0.12),
    0 10px 24px rgba(31, 120, 209, 0.1);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  overflow: visible;
  transform-origin: center top;
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-topbar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--accent-strong);
  position: relative;
  padding: 0;
  margin-left: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-mark {
  width: clamp(240px, 20vw, 340px);
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
  display: block;
  flex: 0 0 auto;
  transform: none;
  filter: drop-shadow(0 8px 16px rgba(16, 42, 67, 0.06));
}

.home-page .brand-mark--homepage-test {
  width: clamp(300px, 27vw, 440px);
  height: auto;
  max-height: 114px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.brand-copy {
  display: none;
}

.brand-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  min-height: auto;
  padding-bottom: 0;
  border-bottom: 0;
}

.brand-name {
  font-family: "Sora", sans-serif;
  font-size: 2.02rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  color: #e28b2c;
  background: linear-gradient(180deg, #f1bc6a 0%, #e88f33 45%, #d96d12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 8px 22px rgba(217, 109, 18, 0.16);
  white-space: nowrap;
  line-height: 1;
}

.brand-name-initial {
  display: inline-block;
  margin-right: 0.02em;
  font-size: 1.22em;
  color: #000000;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #000000;
  text-shadow: none;
  line-height: 0.88;
}

.brand-subname {
  font-family: "Sora", sans-serif;
  font-size: clamp(0.7rem, 0.86vw, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #1f78d1;
  opacity: 0.98;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-motto {
  font-size: clamp(0.58rem, 0.7vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #365f8d;
  opacity: 1;
  text-shadow: 0 6px 18px rgba(31, 120, 209, 0.12);
}

.nav-links {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: clamp(12px, 1.25vw, 18px);
  margin-left: clamp(10px, 1.4vw, 24px);
  padding-left: 0;
  color: #111827;
  font-weight: 800;
  font-size: 0.84rem;
}

.nav-links > a,
.nav-products > .nav-link-primary {
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.nav-products > .nav-link-primary::before {
  content: "";
  order: 1;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  opacity: 0.66;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-links > a:hover,
.nav-products:hover > .nav-link-primary,
.nav-products:focus-within > .nav-link-primary {
  color: #16a34a;
  text-shadow: 0 0 16px rgba(34, 197, 94, 0.16);
}

.nav-products:hover > .nav-link-primary::before,
.nav-products:focus-within > .nav-link-primary::before {
  opacity: 1;
  transform: translateY(0) rotate(225deg);
}

@media (hover: hover) and (pointer: fine) {
  .nav-links > a::after,
  .nav-products > .nav-link-primary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      rgba(34, 197, 94, 0.08),
      rgba(34, 197, 94, 0.34) 24%,
      rgba(22, 163, 74, 0.46) 50%,
      rgba(34, 197, 94, 0.34) 76%,
      rgba(34, 197, 94, 0.08)
    );
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.55) inset,
      0 8px 18px rgba(34, 197, 94, 0.16);
    opacity: 0;
    transform: scaleX(0.42) translateY(3px);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
    pointer-events: none;
    filter: blur(0.15px);
  }

  .nav-links > a:hover::after,
  .nav-links > a:focus-visible::after,
  .nav-products:hover > .nav-link-primary::after,
  .nav-products:focus-within > .nav-link-primary::after,
  .nav-products > .nav-link-primary:focus-visible::after {
    opacity: 1;
    transform: scaleX(1) translateY(0);
  }
}

.nav-products {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-products-panel {
  display: none;
}

@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .nav-products::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -16px;
    right: -16px;
    height: 20px;
  }

  .nav-products-panel {
    position: absolute;
    top: calc(100% + 14px);
    right: -12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(440px, calc(100vw - 56px));
    padding: 14px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
      0 18px 48px rgba(15, 23, 42, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transform-origin: top right;
    transition:
      opacity 160ms ease,
      transform 180ms ease,
      visibility 0s linear 180ms;
    overflow: hidden;
    z-index: 35;
    text-transform: uppercase;
  }

  .nav-products-panel::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 42px;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(17, 24, 39, 0.1);
    border-left: 1px solid rgba(17, 24, 39, 0.1);
    background: rgba(255, 255, 255, 0.98);
    transform: rotate(45deg);
  }

  .nav-products-panel::after {
    display: none;
  }

  .nav-products:hover .nav-products-panel,
  .nav-products:focus-within .nav-products-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .nav-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
    align-items: start;
    align-content: start;
    padding: 0;
  }

  .nav-products-item {
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 38px;
    padding: 9px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    transition:
      transform 180ms ease,
      color 180ms ease,
      background-color 180ms ease;
  }

  .nav-products-item::before {
    display: none;
  }

  .nav-products-item::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 38%;
    bottom: 7px;
    height: 2px;
    width: auto;
    border-radius: 999px;
    background: #16a34a;
    opacity: 0;
    transform: scaleX(0.32);
    transform-origin: left center;
    transition: opacity 180ms ease, transform 220ms ease, box-shadow 180ms ease;
  }

  .nav-products-item:hover,
  .nav-products-item:focus-visible {
    background: rgba(34, 197, 94, 0.08);
    transform: translateX(2px);
  }

  .nav-products-item-label {
    position: relative;
    z-index: 1;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.2;
    white-space: normal;
    text-transform: uppercase;
    color: #111827;
    transition: color 180ms ease;
  }

  .nav-products-item-arrow {
    position: relative;
    z-index: 1;
    color: #16a34a;
    font-size: 0.76rem;
    transition: transform 180ms ease, color 180ms ease, opacity 180ms ease;
  }

  .nav-products-item:hover .nav-products-item-arrow,
  .nav-products-item:focus-visible .nav-products-item-arrow {
    transform: translateX(2px) translateY(-1px);
    color: #15803d;
    opacity: 0.92;
  }

  .nav-products-item:hover .nav-products-item-label,
  .nav-products-item:focus-visible .nav-products-item-label {
    color: #15803d;
  }

  .nav-products-item:hover::after,
  .nav-products-item:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
    box-shadow: none;
  }

  .nav-products-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-self: end;
    margin: 0;
    padding: 9px 12px;
    min-height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(22, 163, 74, 0.22);
    background: rgba(34, 197, 94, 0.08);
    color: #15803d;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }

  .nav-products-all::after {
    content: "↗";
    font-size: 0.96rem;
    line-height: 1;
  }

  .nav-products-all:hover,
  .nav-products-all:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(22, 163, 74, 0.36);
    background: rgba(34, 197, 94, 0.14);
  }
}

@media (max-width: 1240px) and (min-width: 761px) {
  .nav-products-panel {
    width: min(480px, calc(100vw - 44px));
  }
}

@media (max-width: 1040px) and (min-width: 761px) {
  .nav-products-panel {
    width: min(430px, calc(100vw - 36px));
    grid-template-columns: 1fr;
  }

  .nav-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }
}

.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  margin-left: auto;
  border: 1px solid rgba(37, 109, 183, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(31, 96, 160, 0.12);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 109, 183, 0.3);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-strong);
  transition: transform 180ms ease, opacity 180ms ease;
}

.topbar.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.topbar.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.topbar.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 22px;
}

.hero-copy,
.trust-bar,
.about,
.services,
.products,
.projects,
.process,
.stats,
.contact {
  --panel-accent-a: rgba(67, 149, 235, 0.14);
  --panel-accent-b: rgba(255, 176, 103, 0.12);
  --panel-border: rgba(37, 109, 183, 0.18);
  --panel-sheen: linear-gradient(
    100deg,
    transparent 8%,
    rgba(255, 255, 255, 0.04) 38%,
    rgba(255, 255, 255, 0.54) 50%,
    rgba(255, 255, 255, 0.1) 58%,
    transparent 88%
  );
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, var(--panel-accent-a), transparent 42%),
    radial-gradient(circle at bottom left, var(--panel-accent-b), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 249, 255, 0.9));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 60px rgba(31, 96, 160, 0.12);
}

.hero-copy::before,
.trust-bar::before,
.about::before,
.services::before,
.products::before,
.projects::before,
.process::before,
.stats::before,
.contact::before,
.hero-copy::after,
.trust-bar::after,
.about::after,
.services::after,
.products::after,
.projects::after,
.process::after,
.stats::after,
.contact::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-copy::before,
.trust-bar::before,
.about::before,
.services::before,
.products::before,
.projects::before,
.process::before,
.stats::before,
.contact::before {
  width: 220px;
  height: 220px;
  top: -72px;
  right: -58px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--panel-accent-a) 0%, transparent 72%);
  opacity: 0.9;
  filter: blur(6px);
}

.hero-copy::after,
.trust-bar::after,
.about::after,
.services::after,
.products::after,
.projects::after,
.process::after,
.stats::after,
.contact::after {
  inset: -30%;
  background: var(--panel-sheen);
  opacity: 0;
  transform: translateX(-135%) skewX(-14deg);
}

.hero-copy > *,
.trust-bar > *,
.about > *,
.services > *,
.products > *,
.projects > *,
.process > *,
.stats > *,
.contact > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  --panel-accent-a: rgba(67, 149, 235, 0.18);
  --panel-accent-b: rgba(129, 191, 255, 0.12);
  --panel-border: rgba(59, 131, 208, 0.2);
}

.trust-bar {
  --panel-accent-a: rgba(54, 195, 210, 0.16);
  --panel-accent-b: rgba(129, 233, 224, 0.12);
  --panel-border: rgba(48, 169, 186, 0.18);
}

.about {
  --panel-accent-a: rgba(81, 171, 255, 0.16);
  --panel-accent-b: rgba(154, 218, 255, 0.1);
  --panel-border: rgba(72, 145, 210, 0.18);
}

.services {
  --panel-accent-a: rgba(70, 184, 199, 0.16);
  --panel-accent-b: rgba(130, 232, 210, 0.1);
  --panel-border: rgba(58, 166, 178, 0.18);
}

.products {
  --panel-accent-a: rgba(255, 179, 102, 0.16);
  --panel-accent-b: rgba(255, 219, 171, 0.12);
  --panel-border: rgba(223, 153, 74, 0.18);
}

.projects {
  --panel-accent-a: rgba(115, 149, 196, 0.15);
  --panel-accent-b: rgba(190, 210, 235, 0.11);
  --panel-border: rgba(110, 143, 189, 0.18);
}

.process {
  --panel-accent-a: rgba(244, 189, 121, 0.15);
  --panel-accent-b: rgba(255, 227, 180, 0.12);
  --panel-border: rgba(224, 167, 101, 0.18);
}

.stats {
  --panel-accent-a: rgba(91, 158, 224, 0.16);
  --panel-accent-b: rgba(176, 226, 255, 0.11);
  --panel-border: rgba(84, 146, 209, 0.18);
}

.contact {
  --panel-accent-a: rgba(58, 135, 209, 0.18);
  --panel-accent-b: rgba(255, 177, 105, 0.14);
  --panel-border: rgba(68, 137, 204, 0.2);
}

.hero-copy,
.about,
.services,
.products,
.projects,
.process,
.contact {
  padding: 34px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: #12365c;
  text-transform: uppercase;
  max-width: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: balance;
}

h1 {
  font-size: var(--heading-compact-size);
  line-height: 1.2;
}

h2 {
  font-size: var(--heading-compact-size);
  line-height: 1.3;
}

h3 {
  font-size: var(--heading-compact-size);
  line-height: 1.2;
}

.intro,
.about-grid p,
.contact-copy p,
.service-grid p,
.process-grid p,
.stats p {
  color: var(--muted);
  line-height: 1.75;
  font-weight: 500;
}

.intro {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.about-grid p,
.contact-copy p,
.service-grid p,
.process-grid p,
.stats p,
.product-card p,
.project-card p,
.mini-card p,
.trust-bar p,
.text-link,
.nav-links a,
.button,
.product-tag,
.project-tag,
.eyebrow,
.contact-form input,
.contact-form textarea {
  letter-spacing: 0.04em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  justify-content: center;
}

.hero-showcase {
  position: relative;
  min-height: 300px;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(255, 138, 61, 0.2), transparent 28%),
    radial-gradient(circle at bottom left, rgba(67, 149, 235, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 246, 255, 0.98));
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 0 0 1px rgba(37, 109, 183, 0.06);
}

.hero-slide {
  position: absolute;
  inset: 0;
  padding: 30px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.hero-slide-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-items: center;
}

.hero-slide-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 34ch;
}

.hero-copy {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  z-index: 1;
}

.hero-copy h1,
.hero-copy .intro {
  margin-left: auto;
  margin-right: auto;
}

.hero-copy .eyebrow {
  margin-bottom: 8px;
}

.hero-copy h1 {
  margin-bottom: 10px;
}

.hero-copy .intro {
  margin-top: 0;
  max-width: 72ch;
  line-height: 1.65;
}

.hero-copy > .eyebrow,
.hero-copy > h1,
.hero-copy > .intro {
  transform-origin: center left;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
}

.hero-copy > .hero-title {
  transform-origin: center center;
}

.hero-copy.reveal.visible > .eyebrow {
  animation: hero-copy-turn-in 820ms cubic-bezier(0.2, 0.78, 0.2, 1) 80ms both;
}

.hero-copy.reveal.visible > .hero-title {
  animation: none;
}

.hero-copy.reveal.visible > .intro {
  animation: hero-copy-turn-in 980ms cubic-bezier(0.2, 0.78, 0.2, 1) 360ms both;
}

.hero-showcase {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  transform: translateX(0);
}

.hero-slide::before,
.hero-slide::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-slide::before {
  width: 180px;
  height: 180px;
  top: -24px;
  right: -24px;
  opacity: 0.24;
}

.hero-slide::after {
  width: 120px;
  height: 120px;
  left: -20px;
  bottom: -26px;
  opacity: 0.16;
}

.hero-slide-chip,
.slide-chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(37, 109, 183, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: var(--accent-strong);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-slide h3 {
  margin: 18px 0 12px;
  font-size: var(--heading-compact-size);
}

.hero-slide p {
  margin: 0;
  max-width: 32ch;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.76rem;
  text-align: center;
  text-wrap: balance;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  height: 220px;
  width: 100%;
  max-width: 260px;
  border-radius: 24px;
  border: 1px solid rgba(255, 176, 103, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 248, 242, 0.08), rgba(255, 248, 242, 0.02)),
    rgba(255, 248, 240, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px dashed rgba(255, 176, 103, 0.14);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atm-visual img {
  object-fit: contain;
  padding: 12px;
}

.queue-visual img,
.scanner-visual img,
.camera-visual img,
.printer-visual img,
.cabinet-visual img,
.monitoring-visual img,
.money-visual img {
  object-position: center;
}

.hero-showcase-dots {
  position: absolute;
  left: 30px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.hero-showcase-dots span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(31, 120, 209, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  transition: transform 250ms ease, background-color 250ms ease, box-shadow 250ms ease;
}

.hero-showcase-dots span.active {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 138, 61, 0.22);
  transform: scale(1.18);
}

.hero-slide.atm::before {
  background: radial-gradient(circle, rgba(255, 140, 66, 0.88), transparent 65%);
}

.hero-slide.atm::after {
  background: radial-gradient(circle, rgba(255, 193, 122, 0.7), transparent 65%);
}

.hero-slide.queue::before {
  background: radial-gradient(circle, rgba(255, 176, 103, 0.85), transparent 65%);
}

.hero-slide.queue::after {
  background: radial-gradient(circle, rgba(255, 125, 52, 0.55), transparent 65%);
}

.hero-slide.scanner::before {
  background: radial-gradient(circle, rgba(255, 145, 88, 0.88), transparent 65%);
}

.hero-slide.scanner::after {
  background: radial-gradient(circle, rgba(255, 203, 146, 0.55), transparent 65%);
}

.hero-slide.camera::before {
  background: radial-gradient(circle, rgba(255, 122, 59, 0.82), transparent 65%);
}

.hero-slide.camera::after {
  background: radial-gradient(circle, rgba(255, 176, 103, 0.5), transparent 65%);
}

.hero-slide.printer::before {
  background: radial-gradient(circle, rgba(255, 164, 86, 0.82), transparent 65%);
}

.hero-slide.printer::after {
  background: radial-gradient(circle, rgba(255, 207, 158, 0.48), transparent 65%);
}

.nexus-showcase {
  position: relative;
  --nexus-visual-height: clamp(620px, 82vh, 880px);
  width: min(1480px, calc(100% - 40px));
  margin: 20px auto 52px;
  padding: 0;
  overflow: hidden;
}

.nexus-showcase-shell {
  position: relative;
  min-height: var(--nexus-visual-height);
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
}

.nexus-showcase-copy,
.nexus-showcase-panel {
  position: relative;
}

.nexus-showcase-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: var(--nexus-visual-height);
  transform: none;
  pointer-events: none;
  display: grid;
  align-content: center;
  gap: 12px;
  padding-top: 0;
}

.nexus-side-title {
  margin: 0;
  max-width: none;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.38rem, 1.95vw, 1.96rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #7faeca;
  text-transform: none;
  white-space: normal;
  text-wrap: balance;
}

.nexus-side-copy {
  margin: 0;
  max-width: 44ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.02rem, 1.42vw, 1.46rem);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.015em;
  color: #10365d;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
  text-shadow: none;
}

.nexus-side-details {
  display: block;
  max-width: 58ch;
}

.nexus-side-detail {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.8rem, 0.94vw, 0.9rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.015em;
  color: #10365d;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.nexus-detail-cta {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 12px;
  margin-top: 8px;
  font-family: "Sora", sans-serif;
  font-size: clamp(0.76rem, 0.92vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  color: #10365d;
  text-transform: uppercase;
  transition: transform 180ms ease, gap 180ms ease, color 180ms ease, opacity 180ms ease;
}

.nexus-detail-cta::before {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
  opacity: 0.78;
}

.nexus-detail-cta::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.nexus-detail-cta:hover {
  gap: 16px;
  transform: translateX(3px);
  color: #2264aa;
}

.nexus-title {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  line-height: 0.96;
  letter-spacing: 0.03em;
  color: #f5fbff;
  text-wrap: balance;
}

.nexus-description,
.nexus-presentation-note {
  margin: 0;
  text-transform: none;
  color: rgba(233, 243, 255, 0.84);
  line-height: 1.75;
}

.nexus-description {
  max-width: 34ch;
  font-size: 1.02rem;
}

.nexus-overview {
  display: grid;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.nexus-overview-title,
.nexus-slide-step {
  margin: 0;
  color: #9ed0ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.nexus-overview-list {
  display: grid;
  gap: 12px;
}

.nexus-overview-item {
  margin: 0;
  padding-left: 18px;
  position: relative;
  color: rgba(245, 250, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.7;
  text-transform: none;
}

.nexus-overview-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: linear-gradient(90deg, #2264aa, #ff8a3d);
}

.nexus-presentation-note {
  max-width: 38ch;
  font-size: 0.92rem;
  color: rgba(222, 236, 248, 0.74);
}

.nexus-showcase-panel {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.nexus-presentation {
  position: relative;
  min-height: var(--nexus-visual-height);
  width: 100%;
  display: grid;
  gap: 22px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nexus-presentation-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nexus-flow-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(9, 25, 43, 0.42);
  color: rgba(245, 250, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  box-shadow: 0 18px 48px rgba(3, 12, 24, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nexus-flow-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5ec9ff, #ff8a3d);
}

.nexus-presentation-status {
  display: grid;
  gap: 8px;
  min-width: 124px;
}

.nexus-slide-counter {
  justify-self: end;
  color: #10365d;
  font-family: "Sora", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
}

.nexus-progress-track {
  position: relative;
  width: 124px;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(31, 120, 209, 0.14);
}

.nexus-progress-bar {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2264aa, #ff8a3d);
  transition: width 240ms ease;
}

.nexus-presentation-stage {
  position: relative;
  margin-top: 0;
  min-height: var(--nexus-visual-height);
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nexus-slide-controls {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  pointer-events: none;
}

.nexus-slide-arrow {
  position: relative;
  width: 36px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  transform: none;
  transition: transform 180ms ease, opacity 180ms ease, color 180ms ease;
  opacity: 0.96;
  pointer-events: auto;
}

.nexus-slide-arrow:hover {
  transform: scale(1.02);
  opacity: 1;
  color: #ffffff;
}

.nexus-slide-arrow:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.94);
  outline-offset: 2px;
}

.nexus-slide-arrow svg {
  width: 24px;
  height: 24px;
  overflow: visible;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.28));
}

.nexus-slide-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nexus-slide-arrow-left {
  justify-content: center;
  padding-left: 0;
  background: transparent;
}

.nexus-slide-arrow-right {
  justify-content: center;
  padding-right: 0;
  background: transparent;
}

.nexus-showcase .nexus-slide {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition:
    opacity 220ms ease,
    visibility 0s linear 220ms;
}

.nexus-slide.is-active {
  display: block;
  position: relative;
  min-height: var(--nexus-visual-height);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  transition:
    opacity 220ms ease,
    visibility 0s linear 0s;
}

.nexus-slide-visuals {
  position: relative;
  display: block;
  min-height: var(--nexus-visual-height);
  background: transparent;
}

.nexus-slide-visuals::after {
  content: none;
}

.nexus-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--nexus-visual-height);
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.nexus-showcase .presentation-figure {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nexus-figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transform: none;
  filter: none;
  transition: none;
}

.nexus-showcase .presentation-figure img {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nexus-slide.is-active .nexus-figure img {
  transform: none;
  filter: none;
}

.nexus-presentation-thumbs {
  margin-top: 0;
  padding-left: 34px;
}

.nexus-thumb-index {
  color: #1c5f9f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.nexus-thumb-label {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 1024px) {
  .nexus-showcase {
    --nexus-visual-height: clamp(500px, 72vh, 760px);
    width: min(100%, calc(100% - 24px));
    margin: 20px auto 42px;
    margin-left: auto;
  }

  .nexus-showcase-shell {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nexus-showcase-copy {
    width: 100%;
    min-height: 0;
    align-content: start;
  }

  .nexus-side-title {
    max-width: none;
    font-size: clamp(1.08rem, 2.4vw, 1.42rem);
    white-space: normal;
    text-wrap: balance;
  }

  .nexus-presentation-thumbs {
    padding-left: 0;
    justify-content: flex-start;
  }

  .nexus-presentation {
    min-height: 0;
    gap: 16px;
  }

  .nexus-presentation-status {
    min-width: 0;
  }

  .nexus-slide-counter {
    justify-self: start;
  }

  .nexus-progress-track {
    width: min(220px, 100%);
  }

  .nexus-presentation-stage,
  .nexus-slide.is-active,
  .nexus-slide-visuals {
    min-height: 0;
  }

  .nexus-slide.is-active {
    border-radius: 0;
  }

  .nexus-slide-visuals {
    display: block;
  }

  .nexus-figure {
    width: 100%;
    height: clamp(280px, 44vw, 380px);
  }

  .nexus-side-copy {
    max-width: 34ch;
    font-size: clamp(0.92rem, 2vw, 1.12rem);
    line-height: 1.38;
  }

  .nexus-side-details {
    max-width: 100%;
  }

  .nexus-side-detail {
    font-size: clamp(0.72rem, 1.04vw, 0.8rem);
    line-height: 1.42;
  }

  .nexus-detail-cta {
    font-size: clamp(0.72rem, 1.3vw, 0.82rem);
    letter-spacing: 0.15em;
  }

  .nexus-slide-arrow {
    width: 32px;
  }

}

@media (max-width: 640px) {
  .nexus-showcase-shell {
    gap: 16px;
  }

  .nexus-showcase-copy {
    width: 100%;
    min-height: 0;
    align-content: start;
  }

  .nexus-presentation-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .nexus-side-title {
    max-width: none;
    font-size: clamp(0.78rem, 3.8vw, 1rem);
    line-height: 1.18;
    white-space: normal;
    text-wrap: balance;
  }

  .nexus-slide.is-active {
    border-radius: 0;
  }

  .nexus-figure {
    height: clamp(200px, 44vw, 280px);
  }

  .nexus-side-copy {
    max-width: 100%;
    font-size: 0.84rem;
    line-height: 1.36;
  }

  .nexus-presentation-thumbs {
    padding-left: 0;
    gap: 8px;
  }

  .nexus-showcase .presentation-thumb {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 0.78rem;
    text-align: center;
  }

  .nexus-side-details {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nexus-side-detail,
  .nexus-side-detail:last-child {
    grid-column: auto;
    max-width: 100%;
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .nexus-detail-cta {
    gap: 10px;
    font-size: 0.74rem;
  }

  .nexus-detail-cta::before {
    width: 28px;
  }

  .nexus-slide-arrow {
    width: 24px;
    height: 52px;
  }

  .nexus-slide-arrow svg {
    width: 20px;
    height: 20px;
  }

}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

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

.button.primary {
  background: linear-gradient(135deg, #ffb06e, var(--accent));
  color: #20150a;
  border-color: transparent;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(255, 138, 61, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.86);
}

.stats span,
.process-grid span {
  display: block;
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

main {
  display: grid;
  gap: 22px;
  margin-top: 0;
}

.trust-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 24px 28px;
}

.trust-bar p {
  margin: 0;
  font-size: 1.1rem;
  max-width: 34ch;
}

.trust-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-stats span {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.82);
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

.about-grid,
.service-grid,
.product-grid,
.service-extension,
.project-grid,
.process-grid,
.stats {
  display: grid;
  gap: 18px;
}

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

.about-page .detail-hero h1 {
  font-size: clamp(1.48rem, 2.7vw, 2.1rem);
  line-height: 1.14;
  text-transform: none;
  letter-spacing: -0.01em;
}

.about-page .detail-hero {
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(16, 42, 67, 0.05);
  backdrop-filter: blur(10px);
}

.about-page .about-grid {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(16, 42, 67, 0.06);
}

.about-page .about-grid p {
  margin: 0;
  padding: 0;
  color: #1a466d;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
}

.about-page .about-grid p::before {
  content: none;
}

.about-page .about-grid p + p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(16, 42, 67, 0.08);
}

.about-page .about-grid p:first-child {
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.86;
  color: #12365c;
}

.about-page .about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 980px;
  margin: 6px auto 0;
}

.about-page .about-metric-card {
  padding: 24px 20px 22px;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.06);
  text-align: center;
}

.about-page .about-metric-label {
  display: block;
  margin-bottom: 14px;
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #365f8d;
}

.about-page .about-metric-value {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ef8d8d;
}

#hakkimizda {
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

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

.service-grid article,
.product-card,
.project-card,
.process-grid article,
.stats div {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.96));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      0 18px 38px rgba(31, 96, 160, 0.1);
}

.service-grid article {
  --service-accent-a: rgba(31, 120, 209, 0.16);
  --service-accent-b: rgba(255, 138, 61, 0.12);
  --service-photo: none;
  --service-photo-position: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, var(--service-accent-a), transparent 34%),
    radial-gradient(circle at bottom left, var(--service-accent-b), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 255, 0.97));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-grid article > * {
  position: relative;
  z-index: 2;
}

.service-grid article::before,
.service-grid article::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.service-grid article::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background-image: var(--service-photo);
  background-repeat: no-repeat;
  background-position: var(--service-photo-position);
  background-size: cover;
  opacity: 0.24;
  filter: saturate(0.92) contrast(1.04) brightness(0.94);
  transform: scale(1.05);
  transition: opacity 220ms ease, transform 220ms ease;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 22%, rgba(0, 0, 0, 0.72) 56%, rgba(0, 0, 0, 1) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 22%, rgba(0, 0, 0, 0.72) 56%, rgba(0, 0, 0, 1) 100%);
}

.service-grid article::after {
  left: -26px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--service-accent-b) 0%, transparent 72%);
  opacity: 0.95;
}

.service-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 109, 183, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 24px 42px rgba(31, 96, 160, 0.14);
}

.service-grid article:hover::before {
  opacity: 0.28;
  transform: scale(1.08);
}

.service-grid article:nth-child(1) {
  --service-accent-a: rgba(31, 120, 209, 0.18);
  --service-accent-b: rgba(79, 164, 255, 0.14);
  --service-photo: url("service-network.jpg");
  --service-photo-position: 78% center;
}

.service-grid article:nth-child(2) {
  --service-accent-a: rgba(255, 138, 61, 0.15);
  --service-accent-b: rgba(31, 120, 209, 0.12);
  --service-photo: url("service-virtualization.jpg");
  --service-photo-position: 70% center;
}

.service-grid article:nth-child(3) {
  --service-accent-a: rgba(41, 128, 185, 0.16);
  --service-accent-b: rgba(94, 208, 180, 0.12);
  --service-photo: url("service-storage.jpg");
  --service-photo-position: 62% center;
}

.service-grid article:nth-child(4) {
  --service-accent-a: rgba(244, 133, 49, 0.16);
  --service-accent-b: rgba(31, 120, 209, 0.12);
  --service-photo: url("service-microsoft.jpg");
  --service-photo-position: 72% center;
}

.service-grid article:nth-child(5) {
  --service-accent-a: rgba(31, 120, 209, 0.16);
  --service-accent-b: rgba(140, 169, 196, 0.14);
  --service-photo: url("service-server.jpg");
  --service-photo-position: 70% center;
}

.service-grid article:nth-child(6) {
  --service-accent-a: rgba(255, 138, 61, 0.16);
  --service-accent-b: rgba(31, 120, 209, 0.12);
  --service-photo: url("service-continuity.jpg");
  --service-photo-position: 72% center;
}

.service-grid article:nth-child(7) {
  --service-accent-a: rgba(227, 95, 71, 0.14);
  --service-accent-b: rgba(255, 193, 7, 0.13);
  --service-photo: url("service-disaster.jpg");
  --service-photo-position: center;
}

.service-grid article:nth-child(8) {
  --service-accent-a: rgba(31, 120, 209, 0.15);
  --service-accent-b: rgba(94, 208, 180, 0.12);
  --service-photo: url("service-backup.jpg");
  --service-photo-position: 68% center;
}

@media (max-width: 760px) {
  .floating-topbar {
    display: none;
  }

  .service-grid article::before {
    width: 54%;
    opacity: 0.18;
  }
}

.product-card,
.mini-card {
  display: flex;
  flex-direction: column;
}

.service-grid h3,
.product-card h3,
.project-card h3,
.process-grid h3 {
  margin-bottom: 12px;
  font-size: var(--heading-compact-size);
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent-strong);
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.service-link::after {
  content: ">";
  font-size: 0.95rem;
}

.service-link:hover {
  color: var(--accent);
  transform: translateX(2px);
}

.detail-page {
  text-transform: none;
}

.detail-page main {
  width: min(1680px, calc(100% - 24px));
  margin: 0 auto 48px;
  position: relative;
  z-index: 1;
}

.detail-shell {
  padding: 26px 0 40px;
}

.detail-hero,
.detail-content,
.detail-cta {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 249, 255, 0.94));
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 60px rgba(31, 96, 160, 0.12);
}

.detail-hero,
.detail-content,
.detail-cta {
  padding: 34px;
}

.detail-hero {
  margin-top: 24px;
}

.detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--accent-strong);
  letter-spacing: 0.04em;
}

.detail-back:hover {
  color: var(--accent);
}

.detail-back::before {
  content: "<";
}

.detail-hero h1 {
  margin-top: 16px;
  font-size: var(--heading-compact-size);
  line-height: 1.08;
}

.detail-hero h1.reference-hero-title {
  max-width: none;
  font-size: var(--heading-compact-size);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 12px;
}

.reference-hero .detail-lead {
  max-width: 58ch;
  font-size: 0.88rem;
  line-height: 1.65;
}

.detail-lead {
  max-width: 68ch;
  margin: 18px 0 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--muted);
}

.detail-content {
  margin-top: 20px;
}

.detail-content h2 {
  max-width: none;
  font-size: var(--heading-compact-size);
}

.detail-content p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.85;
  font-size: 1rem;
}

.detail-content p:last-of-type {
  margin-bottom: 0;
}

.subpage-block {
  margin-top: 20px;
}

.detail-visual {
  margin-top: 20px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 138, 61, 0.12), transparent 26%),
    radial-gradient(circle at bottom left, rgba(67, 149, 235, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 248, 255, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 24px 60px rgba(31, 96, 160, 0.12);
  overflow: hidden;
}

.detail-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: center;
}

.visual-copy h2 {
  font-size: var(--heading-compact-size);
}

.visual-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.visual-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.visual-metric {
  padding: 14px 16px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.visual-metric strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  color: #12365c;
}

.visual-metric span {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
}

.visual-stage {
  position: relative;
  min-height: 340px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(37, 109, 183, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(231, 242, 255, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 0 0 1px rgba(37, 109, 183, 0.05);
  overflow: hidden;
}

.visual-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37, 109, 183, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 109, 183, 0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 92%);
  pointer-events: none;
}

.photo-stage {
  --photo-overlay-a: rgba(31, 120, 209, 0.26);
  --photo-overlay-b: rgba(255, 138, 61, 0.22);
  --photo-text: #f5f9ff;
  --photo-chip-bg: rgba(255, 255, 255, 0.16);
  --photo-card-bg: rgba(10, 23, 43, 0.42);
  padding: 0;
  border-color: rgba(37, 109, 183, 0.18);
  background: linear-gradient(180deg, rgba(230, 241, 255, 0.84), rgba(221, 235, 250, 0.88));
}

.photo-stage::before {
  display: none;
}

.photo-stage-image,
.photo-stage-scrim,
.photo-stage-top,
.photo-stage-bottom,
.photo-stage-note,
.photo-floating {
  position: absolute;
  z-index: 1;
}

.photo-stage-image,
.photo-stage-scrim {
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-stage-image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.04) brightness(0.88);
}

.photo-stage-scrim {
  background:
    linear-gradient(180deg, rgba(8, 20, 38, 0.08), rgba(8, 20, 38, 0.46)),
    linear-gradient(135deg, var(--photo-overlay-a), transparent 42%, rgba(255, 255, 255, 0.05) 76%, rgba(8, 20, 38, 0.42) 100%),
    radial-gradient(circle at top right, var(--photo-overlay-b), transparent 34%);
}

.photo-stage-top {
  top: 18px;
  left: 18px;
  right: 132px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.photo-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--photo-chip-bg);
  backdrop-filter: blur(10px);
  color: var(--photo-text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.photo-stage-note {
  top: 18px;
  right: 18px;
  width: 118px;
  padding: 14px 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--photo-card-bg);
  backdrop-filter: blur(12px);
  color: var(--photo-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.photo-stage-note strong,
.photo-kpi strong,
.photo-floating strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.88rem;
  color: #ffffff;
}

.photo-stage-note span,
.photo-kpi span,
.photo-floating span {
  display: block;
  margin-top: 6px;
  font-size: 0.74rem;
  line-height: 1.45;
  color: rgba(241, 247, 255, 0.82);
}

.photo-floating {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.photo-floating.left {
  left: 18px;
  bottom: 96px;
  width: 142px;
}

.photo-floating.right {
  right: 18px;
  bottom: 110px;
  width: 136px;
}

.photo-stage-bottom {
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.photo-kpi {
  padding: 14px 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.photo-kpi strong {
  font-size: 1rem;
}

.theme-network {
  --photo-overlay-a: rgba(31, 120, 209, 0.34);
  --photo-overlay-b: rgba(79, 164, 255, 0.22);
}

.theme-virtualization {
  --photo-overlay-a: rgba(255, 138, 61, 0.28);
  --photo-overlay-b: rgba(31, 120, 209, 0.2);
}

.theme-storage {
  --photo-overlay-a: rgba(31, 120, 209, 0.28);
  --photo-overlay-b: rgba(52, 168, 145, 0.18);
}

.theme-microsoft {
  --photo-overlay-a: rgba(31, 120, 209, 0.24);
  --photo-overlay-b: rgba(255, 138, 61, 0.24);
}

.theme-server {
  --photo-overlay-a: rgba(31, 120, 209, 0.22);
  --photo-overlay-b: rgba(255, 138, 61, 0.2);
}

.theme-continuity {
  --photo-overlay-a: rgba(255, 138, 61, 0.22);
  --photo-overlay-b: rgba(31, 120, 209, 0.18);
}

.theme-risk {
  --photo-overlay-a: rgba(227, 95, 71, 0.28);
  --photo-overlay-b: rgba(255, 193, 7, 0.18);
}

.theme-backup {
  --photo-overlay-a: rgba(31, 120, 209, 0.24);
  --photo-overlay-b: rgba(72, 201, 176, 0.18);
}

.stage-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.45;
}

.glow-a {
  width: 120px;
  height: 120px;
  top: 24px;
  right: 28px;
  background: rgba(255, 138, 61, 0.26);
}

.glow-b {
  width: 160px;
  height: 160px;
  left: 10px;
  bottom: 4px;
  background: rgba(31, 120, 209, 0.2);
}

.visual-node,
.vm-card,
.ms-card,
.timeline-step,
.backup-node,
.risk-cell {
  position: absolute;
  border: 1px solid rgba(37, 109, 183, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 32px rgba(31, 96, 160, 0.08);
}

.visual-node,
.backup-node {
  min-width: 92px;
  padding: 12px 14px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #12365c;
}

.visual-line,
.vm-pipe,
.flow-line,
.backup-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 120, 209, 0.18), rgba(31, 120, 209, 0.9), rgba(255, 138, 61, 0.58));
  transform-origin: left center;
}

.visual-line::after,
.vm-pipe::after,
.flow-line::after,
.backup-line::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff8a3d;
  box-shadow: 0 0 0 6px rgba(255, 138, 61, 0.12);
}

.traffic-panel strong,
.latency-panel strong,
.storage-panel strong,
.ms-panel strong,
.server-panel strong,
.continuity-panel strong,
.risk-panel strong,
.backup-panel strong {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.traffic-panel p,
.latency-panel p,
.storage-panel p,
.ms-panel p,
.server-panel p,
.continuity-panel p,
.risk-panel p,
.backup-panel p {
  margin: 10px 0 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: var(--muted);
}

.traffic-bars,
.latency-bars,
.backup-bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  align-items: end;
  height: 72px;
  margin-top: 14px;
}

.traffic-bars span,
.latency-bars span,
.backup-bars span {
  display: block;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #ffb06e, #1f78d1);
  animation: rise-bar 4s ease-in-out infinite;
}

.traffic-bars span:nth-child(1) { height: 44%; animation-delay: 0.15s; }
.traffic-bars span:nth-child(2) { height: 68%; animation-delay: 0.3s; }
.traffic-bars span:nth-child(3) { height: 82%; animation-delay: 0.45s; }
.traffic-bars span:nth-child(4) { height: 58%; animation-delay: 0.6s; }
.traffic-bars span:nth-child(5) { height: 76%; animation-delay: 0.75s; }

.network-stage .visual-node.core {
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
}

.network-stage .edge-a {
  top: 34px;
  left: 48px;
}

.network-stage .edge-b {
  top: 38px;
  right: 52px;
}

.network-stage .edge-c {
  bottom: 42px;
  left: 38px;
}

.network-stage .edge-d {
  bottom: 54px;
  right: 34px;
}

.network-stage .traffic-panel {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width: min(260px, calc(100% - 36px));
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  background: rgba(255, 255, 255, 0.86);
}

.latency-panel {
  position: absolute;
  right: 24px;
  top: 36px;
  width: 200px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  background: rgba(255, 255, 255, 0.88);
}

.latency-bars span:nth-child(1) { height: 30%; animation-delay: 0.1s; }
.latency-bars span:nth-child(2) { height: 46%; animation-delay: 0.2s; }
.latency-bars span:nth-child(3) { height: 28%; animation-delay: 0.3s; }
.latency-bars span:nth-child(4) { height: 54%; animation-delay: 0.4s; }
.latency-bars span:nth-child(5) { height: 40%; animation-delay: 0.5s; }

.virtual-stage .host-shell {
  position: absolute;
  inset: 38px 20px 24px;
  border-radius: 28px;
  border: 1px solid rgba(37, 109, 183, 0.18);
  background: linear-gradient(180deg, rgba(242, 248, 255, 0.94), rgba(232, 242, 255, 0.9));
}

.virtual-stage .host-shell::before {
  content: "Physical Host";
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.virtual-stage .vm-card {
  width: 120px;
  padding: 18px 14px;
  text-align: center;
  font-weight: 800;
  color: #12365c;
}

.virtual-stage .vm-1 { top: 82px; left: 34px; }
.virtual-stage .vm-2 { top: 82px; left: 50%; transform: translateX(-50%); }
.virtual-stage .vm-3 { top: 82px; right: 34px; }
.virtual-stage .vm-4 { bottom: 48px; left: 96px; }
.virtual-stage .vm-5 { bottom: 48px; right: 96px; }

.virtual-stage .resource-band {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.resource-band div,
.ms-card,
.backup-node,
.timeline-step,
.risk-cell {
  padding: 14px 16px;
}

.resource-band div {
  border-radius: 18px;
  border: 1px solid rgba(37, 109, 183, 0.14);
  background: rgba(255, 255, 255, 0.84);
}

.resource-band strong,
.ms-card strong,
.timeline-step strong {
  display: block;
  font-size: 0.84rem;
  color: #12365c;
}

.resource-band span,
.ms-card span,
.timeline-step span,
.backup-node span {
  display: block;
  margin-top: 6px;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--muted);
}

.storage-stage .storage-stack {
  position: absolute;
  left: 34px;
  top: 42px;
  width: 160px;
}

.storage-stage .disk-layer {
  height: 52px;
  margin-bottom: 14px;
  border-radius: 18px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(226, 239, 255, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 14px 28px rgba(31, 96, 160, 0.08);
}

.storage-stage .disk-layer::before {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: 10px;
  margin: 20px 12px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f78d1, #ff8a3d);
}

.storage-stage .storage-panel,
.microsoft-stage .ms-panel,
.server-stage .server-panel,
.continuity-stage .continuity-panel,
.risk-stage .risk-panel,
.backup-stage .backup-panel {
  position: absolute;
  right: 24px;
  top: 38px;
  width: 220px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  background: rgba(255, 255, 255, 0.88);
}

.storage-panel .capacity-bar {
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(31, 120, 209, 0.08);
  overflow: hidden;
}

.storage-panel .capacity-bar span {
  display: block;
  height: 100%;
  width: 74%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1f78d1, #ff8a3d);
  animation: pulse-width 4.5s ease-in-out infinite;
}

.storage-stage .archive-pill {
  position: absolute;
  left: 220px;
  right: 28px;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.storage-stage .archive-pill div {
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(37, 109, 183, 0.14);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 800;
  color: #12365c;
}

.microsoft-stage .ms-card {
  width: 118px;
  text-align: center;
}

.microsoft-stage .ms-center {
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
  width: 144px;
  background: linear-gradient(180deg, rgba(255, 247, 238, 0.94), rgba(234, 244, 255, 0.9));
}

.microsoft-stage .ms-a { top: 38px; left: 42px; }
.microsoft-stage .ms-b { top: 42px; right: 42px; }
.microsoft-stage .ms-c { bottom: 40px; left: 54px; }
.microsoft-stage .ms-d { bottom: 40px; right: 54px; }

.server-stage .server-rack {
  position: absolute;
  left: 24px;
  top: 32px;
  width: 154px;
  height: 270px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  background: linear-gradient(180deg, rgba(229, 239, 251, 0.94), rgba(216, 230, 248, 0.92));
}

.rack-unit {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 28px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
}

.rack-unit::before,
.rack-unit::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1f78d1;
}

.rack-unit::before { left: 12px; }
.rack-unit::after { right: 12px; }

.rack-unit.u1 { top: 16px; }
.rack-unit.u2 { top: 54px; }
.rack-unit.u3 { top: 92px; }
.rack-unit.u4 { top: 130px; }
.rack-unit.u5 { top: 168px; }
.rack-unit.u6 { top: 206px; }

.server-stage .request-card,
.server-stage .response-card {
  position: absolute;
  right: 36px;
  width: 170px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(37, 109, 183, 0.16);
  background: rgba(255, 255, 255, 0.84);
}

.server-stage .request-card { top: 52px; }
.server-stage .response-card { bottom: 54px; }

.server-stage .request-card strong,
.server-stage .response-card strong {
  display: block;
  font-size: 0.82rem;
  color: #12365c;
}

.server-stage .request-card span,
.server-stage .response-card span {
  display: block;
  margin-top: 8px;
  font-size: 0.76rem;
  line-height: 1.5;
  color: var(--muted);
}

.continuity-stage .timeline-track {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 162px;
  height: 6px;
  border-radius: 999px;
  background: rgba(31, 120, 209, 0.12);
}

.continuity-stage .timeline-track::before {
  content: "";
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1f78d1, #ff8a3d);
  animation: pulse-width 5s ease-in-out infinite;
}

.continuity-stage .timeline-step {
  width: 136px;
  text-align: center;
}

.continuity-stage .step-1 { top: 72px; left: 16px; }
.continuity-stage .step-2 { top: 72px; left: 50%; transform: translateX(-50%); }
.continuity-stage .step-3 { top: 72px; right: 16px; }
.continuity-stage .step-4 { bottom: 28px; left: 50%; transform: translateX(-50%); width: 180px; }

.continuity-stage .timeline-step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #1f78d1;
  box-shadow: 0 0 0 8px rgba(31, 120, 209, 0.12);
}

.continuity-stage .step-4::after {
  bottom: auto;
  top: -30px;
  background: #ff8a3d;
  box-shadow: 0 0 0 8px rgba(255, 138, 61, 0.12);
}

.risk-stage .risk-matrix {
  position: absolute;
  inset: 32px 28px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.risk-cell {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 0.78rem;
  font-weight: 800;
  color: #12365c;
}

.risk-stage .risk-matrix .risk-cell:nth-child(1),
.risk-stage .risk-matrix .risk-cell:nth-child(2),
.risk-stage .risk-matrix .risk-cell:nth-child(5) {
  background: rgba(100, 181, 126, 0.18);
}

.risk-stage .risk-matrix .risk-cell:nth-child(3),
.risk-stage .risk-matrix .risk-cell:nth-child(6),
.risk-stage .risk-matrix .risk-cell:nth-child(9),
.risk-stage .risk-matrix .risk-cell:nth-child(10) {
  background: rgba(255, 193, 7, 0.18);
}

.risk-stage .risk-matrix .risk-cell:nth-child(4),
.risk-stage .risk-matrix .risk-cell:nth-child(7),
.risk-stage .risk-matrix .risk-cell:nth-child(8),
.risk-stage .risk-matrix .risk-cell:nth-child(11),
.risk-stage .risk-matrix .risk-cell:nth-child(12),
.risk-stage .risk-matrix .risk-cell:nth-child(13),
.risk-stage .risk-matrix .risk-cell:nth-child(14),
.risk-stage .risk-matrix .risk-cell:nth-child(15),
.risk-stage .risk-matrix .risk-cell:nth-child(16) {
  background: rgba(244, 67, 54, 0.16);
}

.risk-stage .axis-label {
  position: absolute;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.risk-stage .axis-left {
  left: 12px;
  top: 50%;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
}

.risk-stage .axis-bottom {
  right: 22px;
  bottom: 6px;
}

.backup-stage .backup-node {
  width: 120px;
  text-align: center;
}

.backup-stage .node-source { left: 20px; top: 120px; }
.backup-stage .node-onsite { left: 180px; top: 44px; }
.backup-stage .node-cloud { right: 24px; top: 44px; }
.backup-stage .node-restore { left: 180px; bottom: 34px; }

.backup-stage .backup-panel {
  left: 20px;
  top: 32px;
  width: 130px;
  right: auto;
}

.backup-bars span:nth-child(1) { height: 38%; animation-delay: 0.1s; }
.backup-bars span:nth-child(2) { height: 54%; animation-delay: 0.2s; }
.backup-bars span:nth-child(3) { height: 72%; animation-delay: 0.35s; }
.backup-bars span:nth-child(4) { height: 86%; animation-delay: 0.5s; }
.backup-bars span:nth-child(5) { height: 62%; animation-delay: 0.65s; }

.reference-page .reference-hero-title {
  text-transform: none;
  letter-spacing: -0.02em;
}

.reference-page main {
  width: min(1680px, calc(100% - 24px));
}

.reference-page .reference-hero .detail-lead {
  max-width: 62ch;
  font-size: 0.98rem;
}

.reference-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.reference-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(23, 85, 145, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.94));
  color: #16406c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(16, 42, 67, 0.06);
}

.reference-summary {
  margin-top: 18px;
}

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

.reference-summary-card {
  padding: 24px;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 18px 40px rgba(16, 42, 67, 0.07);
}

.reference-summary-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 800;
  color: #10345a;
}

.reference-summary-card h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.25;
  color: #12365c;
}

.reference-summary-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.reference-wall {
  margin-top: 18px;
}

.reference-section-head {
  margin-bottom: 20px;
}

.reference-section-head h2 {
  margin: 0;
  color: #12365c;
  font-size: clamp(1.36rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.reference-section-head p:last-child {
  margin: 12px 0 0;
  max-width: 70ch;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.reference-card {
  min-height: 158px;
  padding: 22px;
  border: 1px solid rgba(16, 42, 67, 0.07);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 252, 255, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 12px 30px rgba(16, 42, 67, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.reference-card:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 120, 209, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 34px rgba(16, 42, 67, 0.09);
}

.reference-card img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.reference-card.is-wide img {
  max-height: 76px;
}

.reference-card.is-tall img {
  max-height: 116px;
}

.reference-card.is-feature img {
  max-height: 104px;
}

@keyframes rise-bar {
  0%, 100% { transform: scaleY(0.9); opacity: 0.82; }
  50% { transform: scaleY(1.08); opacity: 1; }
}

@keyframes panel-sweep {
  0% {
    opacity: 0;
    transform: translateX(-135%) skewX(-14deg);
  }

  18% {
    opacity: 0.18;
  }

  52% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: translateX(112%) skewX(-14deg);
  }
}

@keyframes hero-copy-turn-in {
  0% {
    opacity: 0;
    filter: blur(6px);
    transform: perspective(900px) rotateX(-22deg) translateY(18px);
  }

  55% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: perspective(900px) rotateX(0deg) translateY(0);
  }
}

@keyframes hero-title-spin-stop {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: perspective(900px) rotateX(0deg) rotate(0deg) translateY(0);
  }

  82% {
    opacity: 1;
    filter: blur(0);
    transform: perspective(900px) rotateX(0deg) rotate(360deg) translateY(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: perspective(900px) rotateX(0deg) rotate(360deg) translateY(0);
  }
}

@keyframes pulse-width {
  0%, 100% { width: 62%; }
  50% { width: 82%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy.reveal.visible > .eyebrow,
  .hero-copy.reveal.visible > h1,
  .hero-copy.reveal.visible > .intro {
    animation: none;
  }
}

.detail-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail-list li {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  font-weight: 700;
  color: #12365c;
}

.detail-cta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.detail-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 720px) {
  .detail-hero,
  .detail-visual,
  .detail-content,
  .detail-cta {
    padding: 22px;
  }

  .detail-visual-grid {
    grid-template-columns: 1fr;
  }

  .visual-metrics {
    grid-template-columns: 1fr;
  }

  .detail-list {
    grid-template-columns: 1fr;
  }

  .detail-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .visual-stage {
    min-height: 420px;
  }

  .virtual-stage .resource-band,
  .storage-stage .archive-pill {
    grid-template-columns: 1fr;
  }

  .network-stage .edge-a,
  .network-stage .edge-b {
    top: 30px;
  }

  .network-stage .edge-a { left: 18px; }
  .network-stage .edge-b { right: 18px; }
  .network-stage .edge-c { left: 18px; bottom: 110px; }
  .network-stage .edge-d { right: 18px; bottom: 110px; }
  .network-stage .visual-node.core { top: 132px; }

  .about-page .detail-hero h1 {
    font-size: clamp(1.38rem, 6vw, 1.78rem);
  }

  .about-page .about-grid {
    padding: 20px;
  }

  .about-page .about-grid p {
    font-size: 0.98rem;
    line-height: 1.82;
  }

  .about-page .about-grid p + p {
    margin-top: 14px;
    padding-top: 18px;
  }

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

  .about-page .about-metric-card {
    padding: 20px 16px 18px;
  }

  .about-page .about-metric-value {
    font-size: clamp(1.42rem, 7vw, 1.9rem);
  }

  .virtual-stage {
    min-height: 520px;
  }

  .virtual-stage .vm-card {
    width: 92px;
    padding: 14px 10px;
    font-size: 0.74rem;
  }

  .virtual-stage .vm-1 { left: 16px; }
  .virtual-stage .vm-3 { right: 16px; }
  .virtual-stage .vm-4 { left: 30px; bottom: 124px; }
  .virtual-stage .vm-5 { right: 30px; bottom: 124px; }

  .storage-stage .storage-stack {
    left: 18px;
    top: 34px;
    width: 112px;
  }

  .storage-stage .storage-panel,
  .microsoft-stage .ms-panel,
  .server-stage .server-panel,
  .continuity-stage .continuity-panel,
  .risk-stage .risk-panel {
    display: none;
  }

  .storage-stage .archive-pill {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .microsoft-stage {
    min-height: 460px;
  }

  .microsoft-stage .ms-card {
    width: 94px;
    padding: 12px 10px;
  }

  .microsoft-stage .ms-a { left: 16px; top: 36px; }
  .microsoft-stage .ms-b { right: 16px; top: 36px; }
  .microsoft-stage .ms-center { top: 158px; width: 120px; }
  .microsoft-stage .ms-c { left: 16px; bottom: 28px; }
  .microsoft-stage .ms-d { right: 16px; bottom: 28px; }

  .server-stage .request-card,
  .server-stage .response-card {
    width: 132px;
    right: 18px;
  }

  .server-stage .server-rack {
    width: 126px;
    left: 16px;
  }

  .continuity-stage {
    min-height: 500px;
  }

  .continuity-stage .timeline-step {
    width: 116px;
    padding: 12px 10px;
  }

  .continuity-stage .step-1 { left: 10px; top: 26px; }
  .continuity-stage .step-2 { top: 26px; }
  .continuity-stage .step-3 { right: 10px; top: 26px; }
  .continuity-stage .timeline-track { top: 170px; }
  .continuity-stage .step-4 { width: 150px; bottom: 46px; }

  .risk-stage .risk-matrix {
    inset: 20px 18px 24px;
  }

  .backup-stage .backup-panel {
    left: 18px;
    width: 108px;
  }

  .backup-stage .backup-node {
    width: 96px;
    padding: 12px 10px;
  }

  .backup-stage .node-source { left: 16px; top: 142px; }
  .backup-stage .node-onsite { left: 130px; top: 56px; }
  .backup-stage .node-cloud { right: 18px; top: 56px; }
  .backup-stage .node-restore { left: 130px; bottom: 34px; }
}

.product-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.service-extension {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}


.project-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.product-card,
.mini-card,
.project-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.96));
}

.product-card.featured {
  background:
    radial-gradient(circle at top right, rgba(255, 138, 61, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 248, 240, 0.94), rgba(245, 250, 255, 0.98));
}

.project-card.wide {
  min-height: 260px;
}

.project-card.accent {
  background:
    radial-gradient(circle at top left, rgba(67, 149, 235, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(244, 249, 255, 0.94), rgba(235, 245, 255, 0.98));
}

.product-tag,
.project-tag {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent-strong);
  font-weight: 800;
  margin-top: auto;
  padding-top: 14px;
}

.mini-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 38px rgba(31, 96, 160, 0.1);
}

.mini-card h3 {
  margin-bottom: 12px;
  font-size: var(--heading-compact-size);
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 500;
}

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

.process-grid span {
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: var(--accent-strong);
}

.stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 18px;
}

.stats span {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  margin-top: 22px;
  margin-bottom: 28px;
}

.contact-copy p:last-child {
  max-width: 48ch;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.contact-details p {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
  font-weight: 600;
}

.contact-details strong {
  color: var(--accent-strong);
}

.contact-detail-line,
.whatsapp-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}

.contact-icon,
.whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #25d366;
  flex-shrink: 0;
}

.contact-icon {
  color: var(--accent-strong);
}

.contact-copy-line {
  display: inline-grid;
  grid-template-columns: 205px 1fr;
  align-items: baseline;
  column-gap: 12px;
}

.contact-copy-line strong {
  min-width: 205px;
}

.whatsapp-copy {
  font-size: 0.92rem;
  line-height: 1.4;
  white-space: nowrap;
}

.contact-icon svg,
.whatsapp-icon svg {
  width: 100%;
  height: 100%;
}

.contact-map {
  grid-column: 1 / -1;
  margin-top: 22px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: clamp(320px, 42vw, 520px);
  border: 0;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font: inherit;
  font-weight: 600;
}

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

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6883a0;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-form-actions .button {
  flex: 1 1 220px;
}

.contact-form-hint,
.form-feedback {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.contact-form-hint {
  color: var(--muted);
}

.form-feedback {
  min-height: 24px;
  color: var(--muted);
}

.form-feedback[data-state="error"] {
  color: #b84d3f;
}

.form-feedback[data-state="success"] {
  color: #1f78d1;
}

.form-feedback a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-copy.reveal.visible::after,
.trust-bar.reveal.visible::after,
.about.reveal.visible::after,
.services.reveal.visible::after,
.products.reveal.visible::after,
.projects.reveal.visible::after,
.process.reveal.visible::after,
.stats.reveal.visible::after,
.contact.reveal.visible::after {
  animation: panel-sweep 1.15s ease-out both;
}

body {
  background: #ffffff;
}

body::before,
body::after {
  display: none;
}

.noise,
.page-phoenix,
.hero-emblem {
  display: none;
}

.topbar {
  padding: 18px 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96));
  backdrop-filter: none;
  box-shadow: 0 18px 30px -30px rgba(16, 42, 67, 0.38);
}

.hero {
  padding: 14px 0 18px;
}

main {
  gap: 0;
  margin-top: 6px;
}

.hero-copy,
.trust-bar,
.about,
.services,
.products,
.projects,
.process,
.stats,
.contact,
.detail-hero,
.detail-content,
.detail-cta,
.detail-visual {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.hero-copy::before,
.trust-bar::before,
.about::before,
.services::before,
.products::before,
.projects::before,
.process::before,
.stats::before,
.contact::before,
.hero-copy::after,
.trust-bar::after,
.about::after,
.services::after,
.products::after,
.projects::after,
.process::after,
.stats::after,
.contact::after {
  content: none;
  display: none;
}

.hero-copy,
.about,
.services,
.products,
.projects,
.process,
.contact,
.detail-hero,
.detail-content,
.detail-cta,
.detail-visual {
  padding: 34px 0;
}

.trust-bar,
.stats {
  padding: 24px 0;
}

.trust-bar,
.about,
.services,
.products,
.projects,
.process,
.stats,
.contact,
.detail-content,
.detail-cta,
.detail-visual,
.subpage-block {
  margin-top: 0;
  border-top: 1px solid rgba(16, 42, 67, 0.1);
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.92),
    0 -12px 26px -24px rgba(16, 42, 67, 0.22),
    0 -28px 44px -36px rgba(16, 42, 67, 0.14);
}

#hakkimizda,
.detail-hero {
  margin-top: 0;
}

.hero-showcase {
  min-height: 280px;
  border: 0;
  border-top: 1px solid rgba(16, 42, 67, 0.07);
  border-bottom: 1px solid rgba(16, 42, 67, 0.07);
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 16px 26px -34px rgba(16, 42, 67, 0.18);
}

.hero-visual {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-visual::before {
  display: none;
}

.service-grid article,
.product-card,
.project-card,
.process-grid article,
.stats div,
.mini-card,
.visual-metric,
.detail-list li {
  padding: 0 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-grid article,
.product-card,
.project-card,
.process-grid article,
.stats div,
.mini-card {
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
}

.service-grid article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 188px;
  padding: 18px 20px 20px;
  padding-right: 34%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 54%, rgba(246, 249, 252, 0.9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 14px 24px -30px rgba(16, 42, 67, 0.24);
}

.service-grid article > * {
  position: relative;
  z-index: 2;
}

.service-grid article::before,
.service-grid article::after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
}

.service-grid article::before {
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 40%;
  border-radius: 18px;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    var(--service-photo);
  background-repeat: no-repeat;
  background-position: var(--service-photo-position);
  background-size: cover;
  opacity: 0.3;
  filter: grayscale(0.02) saturate(0.84) contrast(1.08) brightness(1.01);
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 26%, rgba(0, 0, 0, 0.92) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 26%, rgba(0, 0, 0, 0.92) 100%);
}

.service-grid article::after {
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(255, 255, 255, 0.32) 100%);
  z-index: 1;
}

.service-grid article:hover {
  transform: none;
  border-color: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 18px 28px -32px rgba(16, 42, 67, 0.28);
}

.service-grid article:hover::before {
  opacity: 0.34;
}

.product-card,
.mini-card,
.project-card,
.product-card.featured,
.project-card.accent {
  background: transparent;
}

.detail-visual {
  overflow: hidden;
}

@media (max-width: 760px) {
  .service-grid article {
    min-height: auto;
    padding-right: 28%;
  }

  .service-grid article::before {
    top: 14px;
    right: 0;
    bottom: 14px;
    width: 32%;
    opacity: 0.25;
  }

  .service-grid article::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.42) 100%);
  }
}

@media (max-width: 1024px) {
  :root {
    --brand-logo-shift-y: -24px;
    --brand-copy-shift-y: 20px;
  }

  .page-phoenix {
    display: none;
  }

  .brand {
    padding: 0;
    margin-left: 0;
  }

  .brand-mark {
    width: clamp(160px, 20vw, 192px);
    max-height: 82px;
  }

  .home-page .brand-mark--homepage-test {
    width: clamp(260px, 38vw, 320px);
    max-height: 92px;
  }

  .brand-copy {
    margin-left: clamp(-42px, -4.8vw, -24px);
    gap: 1px;
  }

  .brand-subname {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .brand-motto {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .nav-links {
    gap: 12px;
    margin-left: 12px;
    padding-left: 0;
    font-size: 0.78rem;
  }

  .hero-grid,
  .about-grid,
  .service-grid,
  .product-grid,
  .service-extension,
  .project-grid,
  .process-grid,
  .stats,
  .contact {
    grid-template-columns: 1fr;
  }

  .trust-bar {
    flex-direction: column;
    align-items: flex-start;
  }

}

.detail-page .detail-hero,
.detail-page .detail-content,
.detail-page .detail-cta,
.detail-page .detail-visual,
.detail-page .subpage-block {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.detail-page .detail-hero {
  margin-top: 28px;
}

.detail-page .detail-hero,
.detail-page .detail-content,
.detail-page .detail-visual {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.detail-page .detail-content,
.detail-page .detail-visual,
.detail-page .detail-cta {
  margin-top: 28px;
}

.detail-page .detail-cta,
.detail-page .visual-copy,
.detail-page .detail-list,
.detail-page .visual-metrics {
  text-align: left;
}

.detail-page .detail-hero h1 {
  margin-top: 14px;
  font-size: clamp(1.26rem, 2vw, 1.9rem);
  line-height: 1.18;
}

.detail-page .detail-lead,
.detail-page .detail-content p,
.detail-page .visual-copy p,
.detail-page .detail-cta p {
  max-width: 68ch;
  font-size: 0.92rem;
  line-height: 1.7;
}

.detail-page .detail-content h2,
.detail-page .visual-copy h2 {
  font-size: clamp(0.98rem, 1.3vw, 1.16rem);
  text-align: left;
  margin-left: 0;
}

.detail-page .detail-content {
  padding-top: 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.detail-page .detail-visual-grid {
  gap: 34px;
  align-items: start;
}

.detail-page .visual-copy > p:not(.eyebrow) {
  margin-top: 12px;
}

.detail-page .visual-metrics {
  gap: 18px;
  margin-top: 18px;
  justify-items: start;
}

.detail-page .visual-metric {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.detail-page .visual-metric strong {
  font-size: 0.98rem;
}

.detail-page .visual-metric span {
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 600;
}

.detail-page .visual-stage {
  min-height: 320px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.detail-page .photo-stage::before,
.detail-page .photo-stage-top,
.detail-page .photo-stage-note,
.detail-page .photo-floating,
.detail-page .photo-stage-bottom {
  display: none;
}

.detail-page .photo-stage-image {
  transform: none;
  filter: saturate(0.96) contrast(1.02) brightness(0.94);
}

.detail-page .photo-stage-scrim {
  background: linear-gradient(180deg, rgba(8, 20, 38, 0.1), rgba(8, 20, 38, 0.28));
}

.detail-page .detail-list {
  margin-top: 18px;
  gap: 10px 28px;
  justify-items: start;
}

.detail-page .detail-list li {
  position: relative;
  padding: 0 0 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  color: var(--muted);
}

.detail-page .detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  transform: translateY(-50%);
}

.detail-page .detail-cta {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  align-items: flex-start;
  text-align: left;
}

@media (max-width: 760px) {
  .detail-page .detail-hero,
  .detail-page .detail-content,
  .detail-page .detail-cta,
  .detail-page .detail-visual,
  .detail-page .subpage-block {
    padding: 0;
    border-radius: 0;
  }

  .detail-page .detail-visual-grid,
  .detail-page .detail-list {
    grid-template-columns: 1fr;
  }

  .detail-page .visual-stage {
    min-height: 240px;
  }
}

@media (max-width: 1280px) {
  .page-phoenix {
    opacity: 0.14;
    width: 260px;
    height: 360px;
  }
}

@media (max-width: 760px) {
  :root {
    --brand-logo-shift-y: -24px;
    --brand-copy-shift-y: 18px;
  }

  .language-switcher {
    position: static;
    order: 2;
    margin-left: auto;
    margin-right: 8px;
    padding-left: 0;
    gap: 8px;
    align-self: center;
  }

  .language-button {
    width: 28px;
    height: 28px;
    font-size: 0.84rem;
  }

  .hero-emblem {
    top: 120px;
    right: -32px;
    width: 220px;
    height: 220px;
  }

  .hero-emblem-left {
    left: -42px;
  }

  .hero,
  main,
  .contact {
    width: min(1680px, calc(100% - 16px));
  }

  .topbar,
  .hero-copy,
  .about,
  .services,
  .process,
  .contact,
  .trust-bar {
    padding: 20px;
  }

  .topbar {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .home-page .topbar {
    padding: 16px 16px 18px;
    border: 1px solid rgba(16, 42, 67, 0.06);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 250, 255, 0.64));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 16px 32px rgba(31, 96, 160, 0.08);
  }

  .home-page .topbar::after {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    margin-left: 0;
  }

  .brand {
    order: 1;
    flex: 1 1 auto;
    width: auto;
    max-width: calc(100% - 128px);
    justify-content: flex-start;
    text-align: left;
    padding: 0;
    margin-left: 0;
  }

  .brand-mark {
    width: clamp(132px, 36vw, 164px);
    max-height: 82px;
  }

  .home-page .brand-mark--homepage-test {
    width: clamp(182px, 56vw, 280px);
    max-height: 82px;
  }

  .brand-copy {
    margin-left: clamp(-16px, -4vw, -8px);
    gap: 1px;
  }

  .brand-line {
    gap: 0;
    align-items: flex-start;
  }

  .brand-subname,
  .brand-motto {
    white-space: normal;
  }

  .nav-links {
    display: grid;
    order: 4;
    width: 100%;
    max-height: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    gap: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
  }

  .topbar.nav-open .nav-links {
    max-height: 420px;
    margin-top: 14px;
    padding-top: 12px;
    opacity: 1;
    pointer-events: auto;
    border-top: 1px solid rgba(37, 109, 183, 0.12);
  }

  .nav-links > a,
  .nav-products > .nav-link-primary {
    display: block;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(37, 109, 183, 0.08);
  }

  .nav-products {
    display: block;
  }

  .nav-products-panel {
    display: none !important;
  }

  .brand {
    gap: 10px;
  }

  .brand-subname {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .brand-motto {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  h1 {
    font-size: var(--heading-compact-size);
  }

  h2 {
    font-size: var(--heading-compact-size);
  }

  .hero-showcase {
    min-height: 240px;
  }

  .hero-emblem {
    width: 170px;
    height: 170px;
    top: 112px;
    right: 0;
    opacity: 0.1;
  }

  .hero-slide-body {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-visual {
    height: 150px;
  }
}

body.modal-open {
  overflow: hidden;
}

.reference-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
  z-index: 50;
}

.reference-modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.reference-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 3, 2, 0.8);
  backdrop-filter: blur(8px);
}

.reference-dialog {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100vw - 8px));
  max-height: calc(100vh - 12px);
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.reference-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 21, 36, 0.72);
  color: #fff;
  font: inherit;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.reference-title {
  display: none;
}

.reference-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 26px);
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  transform: scaleX(1.04);
  transform-origin: center;
}

.hero-copy .hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 10px 16px;
  border: 1px solid rgba(31, 120, 209, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(233, 244, 255, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 18px 34px rgba(31, 96, 160, 0.1);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.hero-copy .hero-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f78d1, #ff8a3d);
  box-shadow:
    0 0 0 6px rgba(31, 120, 209, 0.08),
    0 0 24px rgba(255, 138, 61, 0.28);
  flex: 0 0 auto;
}

.hero-copy .hero-kicker::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0.62) 50%, transparent 64%);
  transform: translateX(-150%);
  animation: hero-kicker-shine 5.8s ease-in-out infinite;
}

.hero-copy .hero-title {
  max-width: 24ch;
  margin-bottom: 14px;
  font-size: clamp(1.02rem, 2.08vw, 1.76rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #2b3138;
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  text-wrap: balance;
  position: relative;
}

.hero-copy .hero-title::after {
  content: "";
  display: block;
  width: min(260px, 54%);
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 120, 209, 0.12), #1f78d1 26%, #ff8a3d 78%, rgba(255, 138, 61, 0.14));
  box-shadow:
    0 8px 22px rgba(31, 120, 209, 0.18),
    0 6px 24px rgba(255, 138, 61, 0.2);
  animation: hero-title-underline 4s ease-in-out infinite;
}

.hero-copy .hero-title-word {
  display: inline-flex;
  white-space: nowrap;
}

.hero-copy .hero-title-letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.72em) scale(0.94);
  filter: blur(5px);
  will-change: transform, opacity, filter;
}

.hero-copy.reveal.visible .hero-title-letter {
  animation: hero-title-letter-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--char-index, 0) * 44ms + 180ms);
}

.hero-copy .hero-lead {
  max-width: min(64ch, 100%);
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.78rem;
  line-height: 1.58;
  position: static;
  overflow: visible;
  isolation: auto;
}

.hero-copy .hero-lead::before {
  content: none;
}

.hero-copy .hero-lead::after {
  content: none;
}

@keyframes hero-kicker-shine {
  0%,
  58%,
  100% {
    transform: translateX(-150%);
  }

  72% {
    transform: translateX(150%);
  }
}

@keyframes hero-title-underline {
  0%,
  100% {
    transform: scaleX(0.92);
    opacity: 0.9;
  }

  50% {
    transform: scaleX(1.04);
    opacity: 1;
  }
}

@keyframes hero-title-letter-in {
  0%,
  18% {
    opacity: 0;
    transform: translateY(0.72em) scale(0.94);
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy .hero-kicker::after,
  .hero-copy .hero-title::after,
  .hero-copy .hero-title-letter {
    animation: none;
  }

  .hero-copy .hero-title-letter {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.products .product-card {
  --product-photo: none;
  --product-photo-position: 86% center;
  --product-accent-a: rgba(31, 120, 209, 0.14);
  --product-accent-b: rgba(255, 138, 61, 0.1);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 210px;
  padding: 18px 20px 22px;
  padding-right: 36%;
}

.products .product-card > * {
  position: relative;
  z-index: 2;
}

.products .product-card::before,
.products .product-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.products .product-card::before {
  top: 14px;
  right: 10px;
  bottom: 14px;
  width: 42%;
  border-radius: 18px;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--product-photo);
  background-repeat: no-repeat;
  background-position: var(--product-photo-position);
  background-size: cover;
  opacity: 0.3;
  filter: saturate(0.88) contrast(1.03) brightness(1.02);
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 26%, rgba(0, 0, 0, 0.92) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 26%, rgba(0, 0, 0, 0.92) 100%);
}

.products .product-card::after {
  inset: 0;
  background:
    radial-gradient(circle at 84% 18%, var(--product-accent-a), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 54%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 1;
}

.products .product-card-enterprise {
  --product-photo: url("service-network.jpg");
  --product-photo-position: 80% center;
  --product-accent-a: rgba(44, 132, 214, 0.18);
  --product-accent-b: rgba(124, 189, 255, 0.12);
}

.products .product-card-hardware {
  --product-photo: url("service-server.jpg");
  --product-photo-position: 72% center;
  --product-accent-a: rgba(73, 152, 223, 0.16);
  --product-accent-b: rgba(149, 185, 215, 0.12);
}

.products .product-card-license {
  --product-photo: url("service-microsoft.jpg");
  --product-photo-position: 74% center;
  --product-accent-a: rgba(255, 145, 74, 0.18);
  --product-accent-b: rgba(255, 198, 148, 0.14);
}

.products .product-card:hover::before {
  opacity: 0.34;
}

.products .service-extension .mini-card {
  --mini-photo: none;
  --mini-photo-position: 84% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(31, 120, 209, 0.12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 188px;
  padding: 18px 20px 20px;
  padding-right: 34%;
}

.products .service-extension .mini-card > * {
  position: relative;
  z-index: 2;
}

.products .service-extension .mini-card::before,
.products .service-extension .mini-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.products .service-extension .mini-card::before {
  top: 12px;
  right: 10px;
  bottom: 12px;
  width: 38%;
  border-radius: 18px;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--mini-photo);
  background-repeat: no-repeat;
  background-position: var(--mini-photo-position);
  background-size: var(--mini-photo-size);
  opacity: 0.28;
  filter: saturate(0.9) contrast(1.04) brightness(1);
  z-index: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 28%, rgba(0, 0, 0, 0.92) 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.24) 28%, rgba(0, 0, 0, 0.92) 100%);
}

.products .service-extension .mini-card::after {
  inset: 0;
  background:
    radial-gradient(circle at 86% 18%, var(--mini-accent-a), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.34) 100%);
  z-index: 1;
}

.products .service-extension .mini-card:hover::before {
  opacity: 0.33;
}

.products .service-extension .mini-card:nth-child(1) {
  --mini-photo: url("atm.png");
  --mini-photo-position: 84% center;
  --mini-photo-size: contain;
  --mini-accent-a: rgba(44, 132, 214, 0.16);
}

.products .service-extension .mini-card:nth-child(2) {
  --mini-photo: url("siramatik.jpg");
  --mini-photo-position: 78% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(255, 154, 82, 0.16);
}

.products .service-extension .mini-card:nth-child(3) {
  --mini-photo: url("cek-basma.png");
  --mini-photo-position: 84% center;
  --mini-photo-size: contain;
  --mini-accent-a: rgba(255, 167, 104, 0.16);
}

.products .service-extension .mini-card:nth-child(4) {
  --mini-photo: url("cekokuyucu.jpg");
  --mini-photo-position: 76% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(69, 154, 219, 0.16);
}

.products .service-extension .mini-card:nth-child(5) {
  --mini-photo: url("kamera.jpg");
  --mini-photo-position: 76% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(58, 142, 212, 0.14);
}

.products .service-extension .mini-card:nth-child(6) {
  --mini-photo: url("yangin-assets/bosch-yangin.jpg");
  --mini-photo-position: 74% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(228, 94, 72, 0.16);
}

.products .service-extension .mini-card:nth-child(7) {
  --mini-photo: url("nurse-call-assets/nurse-call-overview.png");
  --mini-photo-position: center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(76, 214, 220, 0.16);
}

.products .service-extension .mini-card:nth-child(8) {
  --mini-photo: url("service-network.jpg");
  --mini-photo-position: 76% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(56, 136, 215, 0.16);
}

.products .service-extension .mini-card:nth-child(9) {
  --mini-photo: url("kartli-gecis-assets/kartli-gecis-okuyucu.jpg");
  --mini-photo-position: 84% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(72, 152, 227, 0.16);
}

.products .service-extension .mini-card:nth-child(10) {
  --mini-photo: url("service-microsoft.jpg");
  --mini-photo-position: 74% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(255, 148, 88, 0.16);
}

.products .service-extension .mini-card:nth-child(11) {
  --mini-photo: url("anons-assets/anons-ekipmanlari.png");
  --mini-photo-position: center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(224, 88, 66, 0.16);
}

.products .service-extension .mini-card:nth-child(12) {
  --mini-photo: url("nexus-assets/nexus-direk-gece.jpg");
  --mini-photo-position: 72% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(72, 210, 193, 0.18);
}

.products .service-extension .mini-card:nth-child(13) {
  --mini-photo: url("kurumsal-yapay-zeka-telefon-assets/kurumsal-ai-telefon.webp");
  --mini-photo-position: 78% center;
  --mini-photo-size: cover;
  --mini-accent-a: rgba(108, 132, 255, 0.18);
}

.products .service-extension .mini-card:nth-child(15) {
  --mini-photo: url("parasayma110.jpg");
  --mini-photo-position: 86% center;
  --mini-photo-size: contain;
  --mini-accent-a: rgba(72, 152, 227, 0.16);
}

@media (max-width: 760px) {
  .products .product-card {
    min-height: auto;
    padding-right: 30%;
  }

  .products .product-card::before {
    width: 34%;
    right: 0;
    opacity: 0.24;
  }

  .products .product-card::after {
    background:
      radial-gradient(circle at 88% 18%, var(--product-accent-a), transparent 24%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 62%, rgba(255, 255, 255, 0.44) 100%);
  }

  .products .service-extension .mini-card {
    min-height: auto;
    padding-right: 30%;
  }

  .products .service-extension .mini-card::before {
    width: 32%;
    right: 0;
    opacity: 0.23;
  }

  .products .service-extension .mini-card::after {
    background:
      radial-gradient(circle at 88% 18%, var(--mini-accent-a), transparent 24%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 62%, rgba(255, 255, 255, 0.44) 100%);
  }
}

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

@media (max-width: 860px) {
  .reference-page main {
    width: min(1680px, calc(100% - 16px));
  }

  .reference-summary-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .reference-chip-row {
    gap: 8px;
  }

  .reference-chip {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 0.7rem;
  }

  .reference-summary-card {
    padding: 20px;
  }

  .reference-grid {
    gap: 12px;
  }

  .reference-card {
    min-height: 128px;
    padding: 16px;
    border-radius: 18px;
  }

  .reference-card img {
    max-height: 72px;
  }

  .reference-card.is-wide img {
    max-height: 58px;
  }

  .reference-card.is-tall img {
    max-height: 88px;
  }

  .reference-card.is-feature img {
    max-height: 84px;
  }
}

@media (max-width: 420px) {
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .reference-card {
    min-height: 144px;
    padding: 18px;
  }

  .reference-card img {
    max-height: 82px;
  }

  .reference-card.is-wide img {
    max-height: 66px;
  }

  .reference-card.is-tall img,
  .reference-card.is-feature img {
    max-height: 96px;
  }
}

/* Soft editorial refresh */
:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --surface: rgba(255, 255, 255, 0.94);
  --card: rgba(255, 255, 255, 0.98);
  --text: #27313a;
  --muted: #66717b;
  --line: rgba(15, 23, 42, 0.045);
  --shadow: 0 14px 34px rgba(15, 23, 42, 0.022);
}

body {
  background: #ffffff;
}

body::before,
body::after {
  display: none;
}

.noise {
  display: none;
}

.page-phoenix,
.hero-emblem {
  display: none;
}

.topbar {
  padding: 18px clamp(18px, 2.4vw, 24px) 20px;
  border: 1px solid rgba(15, 23, 42, 0.045);
  border-radius: 26px;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 22px rgba(15, 23, 42, 0.022);
}

main {
  gap: 18px;
  margin-top: 12px;
}

.hero {
  padding: 18px 0 24px;
}

.hero-copy,
.trust-bar,
.about,
.services,
.products,
.projects,
.process,
.stats,
.contact,
.detail-hero,
.detail-content,
.detail-cta,
.detail-visual,
.subpage-block {
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid rgba(15, 23, 42, 0.04);
  border-top: 1px solid rgba(15, 23, 42, 0.04);
  border-radius: 30px;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 22px rgba(15, 23, 42, 0.02);
}

.trust-bar,
.stats {
  padding: clamp(18px, 2.2vw, 24px);
}

.trust-bar,
.about,
.services,
.products,
.projects,
.process,
.stats,
.contact,
.detail-content,
.detail-cta,
.detail-visual,
.subpage-block {
  margin-top: 0;
}

.hero-showcase {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-grid article,
.product-card,
.project-card,
.process-grid article,
.stats div,
.mini-card,
.visual-metric,
.detail-list li,
.reference-card,
.reference-summary-card {
  border: 1px solid rgba(15, 23, 42, 0.04);
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 18px rgba(15, 23, 42, 0.018);
}

.service-grid article {
  background: #ffffff;
}

.service-grid article::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 0.24) 100%);
}

.products .product-card,
.products .service-extension .mini-card {
  background: #ffffff;
}

.products .product-card::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 54%, rgba(255, 255, 255, 0.24) 100%);
}

.products .service-extension .mini-card::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.26) 100%);
}

.reference-chip {
  background: #ffffff;
  color: #55616c;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 6px 14px rgba(15, 23, 42, 0.016);
}

.reference-dialog {
  background: #ffffff;
}

.reference-image {
  background: #ffffff;
}

.hero-copy .hero-kicker {
  border-color: rgba(15, 23, 42, 0.045);
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 6px 14px rgba(15, 23, 42, 0.016);
}

.hero-copy .hero-title {
  color: #2f343a;
}

.partners-showcase {
  margin-top: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 12px 8px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}

.partner-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 6px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}

.partners-showcase.reveal .partner-logo-card {
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  filter: blur(5px);
  transition:
    opacity 420ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.partners-showcase.reveal.visible .partner-logo-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.partners-showcase.reveal.visible .partner-logo-card:nth-child(1) { transition-delay: 40ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(2) { transition-delay: 95ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(3) { transition-delay: 150ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(4) { transition-delay: 205ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(5) { transition-delay: 260ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(6) { transition-delay: 315ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(7) { transition-delay: 370ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(8) { transition-delay: 425ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(9) { transition-delay: 480ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(10) { transition-delay: 535ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(11) { transition-delay: 590ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(12) { transition-delay: 645ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(13) { transition-delay: 700ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(14) { transition-delay: 755ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(15) { transition-delay: 810ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(16) { transition-delay: 865ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(17) { transition-delay: 920ms; }
.partners-showcase.reveal.visible .partner-logo-card:nth-child(18) { transition-delay: 975ms; }

.partners-showcase.visible {
  opacity: 1;
  transform: none;
}

.partner-logo-card:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.partner-logo-card img {
  display: block;
  width: auto;
  max-width: min(100%, 128px);
  max-height: 128px;
  object-fit: contain;
  opacity: 0.88;
  mix-blend-mode: multiply;
  filter: saturate(0.9) contrast(1.02);
}

.partner-logo-card--checkpoint img {
  max-width: min(100%, 210px);
  max-height: 210px;
}

.partner-logo-card--fortinet img {
  max-width: min(100%, 168px);
  max-height: 168px;
}

.partner-logo-card--aruba img {
  max-width: min(100%, 190px);
  max-height: 90px;
}

.partner-logo-card--digital-check img {
  max-width: min(100%, 178px);
  max-height: 86px;
}

.partner-logo-card--axis img {
  max-width: min(100%, 176px);
  max-height: 72px;
}

.partner-logo-card--hanwha img {
  max-width: min(100%, 236px);
  max-height: 88px;
}

.partner-logo-card--hikvision img {
  max-width: min(100%, 196px);
  max-height: 98px;
}

.partner-logo-card--sensaway img {
  max-width: min(100%, 222px);
  max-height: 92px;
}

.partner-logo-card--smatik img {
  max-width: min(100%, 156px);
  max-height: 82px;
}

.partner-logo-card--netgear img {
  max-width: min(100%, 188px);
  max-height: 70px;
}

.partner-logo-card--hcs img {
  max-width: min(100%, 206px);
  max-height: 104px;
}

.partner-logo-card--ibm img {
  max-width: min(100%, 172px);
  max-height: 82px;
}

.partner-logo-card--meyer img {
  max-width: min(100%, 172px);
  max-height: 92px;
}

.partner-logo-card--bosch img {
  max-width: min(100%, 176px);
  max-height: 108px;
}

.partner-logo-label {
  display: none;
}

@media (max-width: 980px) {
  .partner-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .partners-showcase {
    margin-top: 28px;
  }

  .partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .partner-logo-card {
    min-height: 68px;
    padding: 5px;
  }

  .partner-logo-card img {
    max-width: min(100%, 96px);
    max-height: 96px;
  }

  .partner-logo-card--checkpoint img {
    max-width: min(100%, 150px);
    max-height: 150px;
  }

  .partner-logo-card--fortinet img {
    max-width: min(100%, 122px);
    max-height: 122px;
  }

  .partner-logo-card--aruba img,
  .partner-logo-card--axis img,
  .partner-logo-card--hanwha img,
  .partner-logo-card--hikvision img,
  .partner-logo-card--digital-check img,
  .partner-logo-card--sensaway img,
  .partner-logo-card--smatik img,
  .partner-logo-card--netgear img,
  .partner-logo-card--hcs img {
    max-width: min(100%, 148px);
    max-height: 84px;
  }

  .partner-logo-card--ibm img,
  .partner-logo-card--meyer img,
  .partner-logo-card--bosch img {
    max-width: min(100%, 138px);
    max-height: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-logo-card {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 520px) {
  .partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-page .about {
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.about-page .about::before,
.about-page .about::after {
  content: none;
  display: none;
}

.about-page .about-grid {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.siramatik-stage {
  padding: 10px;
  border-radius: 24px;
  border: 1px solid rgba(37, 109, 183, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 255, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 16px 34px rgba(31, 96, 160, 0.08);
}

.siramatik-stage img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.presentation-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 20px;
  align-items: end;
}

.presentation-section-head h2 {
  font-size: var(--heading-compact-size);
}

.presentation-section-head p {
  margin: 0;
}

.presentation-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.presentation-summary-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(37, 109, 183, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 138, 61, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 12px 24px rgba(31, 96, 160, 0.06);
}

.presentation-summary-card strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: #12365c;
}

.presentation-summary-card span {
  color: var(--muted);
  line-height: 1.7;
}

.siramatik-presentation {
  margin-top: 26px;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid rgba(37, 109, 183, 0.08);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.presentation-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.presentation-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(37, 109, 183, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
  color: #12365c;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.presentation-nav:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 109, 183, 0.28);
  background: rgba(255, 255, 255, 0.96);
}

.presentation-stage {
  margin-top: 12px;
}

.presentation-slide {
  display: none;
  justify-items: center;
}

.presentation-slide.is-active {
  display: grid;
}

.presentation-figure {
  display: grid;
  align-content: start;
  width: 100%;
  padding: 0;
  border-radius: 22px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.presentation-figure img {
  display: block;
  width: 100%;
  max-height: 860px;
  object-fit: contain;
  border-radius: 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.presentation-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.presentation-thumb {
  position: relative;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #4f6b43;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.presentation-thumb::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -9px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(186, 230, 126, 0.12), rgba(132, 204, 22, 0.62), rgba(186, 230, 126, 0.12));
  opacity: 0;
  transform: translateY(-4px) scaleX(0.72);
  transition: opacity 180ms ease, transform 180ms ease;
}

.presentation-thumb:hover,
.presentation-thumb.is-active {
  transform: translateY(-1px);
  background: transparent;
  color: #355724;
  box-shadow: none;
}

.presentation-thumb:hover::after,
.presentation-thumb.is-active::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

.siramatik-page .detail-content.reveal,
.siramatik-page .detail-content.reveal.visible {
  opacity: 1;
  transform: none;
}

.ai-telefon-page .ai-telefon-context,
.ai-telefon-page .ai-telefon-flow-section {
  max-width: min(1460px, calc(100vw - 40px));
}

.ai-telefon-page .ai-telefon-section-head {
  display: grid;
  gap: 8px;
  max-width: 980px;
  margin-bottom: 24px;
}

.ai-telefon-page .ai-telefon-section-lead {
  margin: 0;
  max-width: 78ch;
  color: #425268;
}

.ai-telefon-page .siramatik-presentation {
  position: relative;
}

.ai-telefon-page .presentation-stage {
  position: relative;
  padding-left: 126px;
  overflow: visible;
}

.ai-telefon-page .ai-telefon-scroll-cue {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  display: grid;
  gap: 16px;
  width: 96px;
  text-decoration: none;
  transform: translateY(-50%);
  animation: ai-telefon-scroll-cue-pulse 1.9s ease-in-out infinite;
}

.ai-telefon-page .ai-telefon-scroll-cue-copy {
  display: grid;
  gap: 6px;
}

.ai-telefon-page .ai-telefon-scroll-cue-copy span {
  color: rgba(96, 115, 143, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ai-telefon-page .ai-telefon-scroll-cue-copy strong {
  color: #15385b;
  font-family: "Sora", sans-serif;
  font-size: 0.96rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.ai-telefon-page .ai-telefon-scroll-cue-arrow {
  position: relative;
  display: block;
  width: 18px;
  height: 52px;
  animation: ai-telefon-scroll-arrow 1.9s ease-in-out infinite;
}

.ai-telefon-page .ai-telefon-scroll-cue-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 2px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(31, 120, 209, 0.08), rgba(31, 120, 209, 0.82));
}

.ai-telefon-page .ai-telefon-scroll-cue-arrow::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1f78d1;
  border-bottom: 2px solid #1f78d1;
  transform: rotate(45deg);
}

@keyframes ai-telefon-scroll-cue-pulse {
  0%,
  100% {
    opacity: 0.42;
  }

  50% {
    opacity: 1;
  }
}

@keyframes ai-telefon-scroll-arrow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

.ai-telefon-page .ai-telefon-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ai-telefon-page .ai-telefon-overview-card,
.ai-telefon-page .ai-telefon-flow-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ai-telefon-page .ai-telefon-overview-card {
  position: relative;
  padding: 20px 24px 0 0;
}

.ai-telefon-page .ai-telefon-overview-card::before,
.ai-telefon-page .ai-telefon-flow-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 120, 209, 0.45), rgba(31, 120, 209, 0));
}

.ai-telefon-page .ai-telefon-overview-card strong,
.ai-telefon-page .ai-telefon-flow-card h3 {
  display: block;
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #15385b;
}

.ai-telefon-page .ai-telefon-overview-card span,
.ai-telefon-page .ai-telefon-flow-card p {
  display: block;
  margin: 0;
  color: #46586f;
  line-height: 1.75;
}

.ai-telefon-page .ai-telefon-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ai-telefon-page .ai-telefon-flow-card {
  position: relative;
  padding: 58px 22px 0 0;
}

.ai-telefon-page .ai-telefon-flow-step {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(31, 120, 209, 0.08);
  color: #1f5d99;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

@media (max-width: 1080px) {
  .ai-telefon-page .presentation-stage {
    padding-left: 102px;
  }

  .ai-telefon-page .ai-telefon-scroll-cue {
    width: 84px;
  }

  .ai-telefon-page .ai-telefon-overview-grid,
  .ai-telefon-page .ai-telefon-flow-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .ai-telefon-page .presentation-stage {
    padding-top: 88px;
    padding-left: 0;
  }

  .ai-telefon-page .ai-telefon-scroll-cue {
    top: 0;
    left: 50%;
    width: auto;
    justify-items: center;
    gap: 10px;
    text-align: center;
    transform: translateX(-50%);
  }

  .ai-telefon-page .ai-telefon-scroll-cue-copy {
    gap: 4px;
  }

  .ai-telefon-page .ai-telefon-scroll-cue-copy strong {
    font-size: 0.88rem;
  }

  .ai-telefon-page .ai-telefon-scroll-cue-arrow {
    height: 42px;
  }

  .ai-telefon-page .ai-telefon-overview-grid,
  .ai-telefon-page .ai-telefon-flow-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ai-telefon-page .ai-telefon-overview-card,
  .ai-telefon-page .ai-telefon-flow-card {
    padding-right: 0;
  }

  .ai-telefon-page .ai-telefon-flow-card {
    padding-top: 56px;
  }

  .ai-telefon-page .ai-telefon-flow-step {
    top: 10px;
    left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-telefon-page .ai-telefon-scroll-cue,
  .ai-telefon-page .ai-telefon-scroll-cue-arrow {
    animation: none;
  }
}

.scanner-page .detail-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  max-width: min(1460px, calc(100vw - 40px));
}

.scanner-page .siramatik-presentation {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scanner-page .presentation-thumb {
  color: #5f6f84;
}

.scanner-page .presentation-thumb::after {
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.scanner-page .presentation-thumb:hover,
.scanner-page .presentation-thumb.is-active {
  color: #12365c;
}

.scanner-page .presentation-nav {
  border-color: rgba(18, 54, 92, 0.12);
}

.scanner-page .presentation-figure {
  border-radius: 0;
}

.scanner-page .presentation-figure img {
  max-height: 900px;
  border-radius: 22px;
}

.scanner-page .scanner-figure-wide {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.scanner-page .scanner-figure-wide img {
  width: min(1360px, calc(100vw - 80px));
  max-width: none;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.camera-guide-presentation {
  display: grid;
  gap: 18px;
}

.camera-guide-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.camera-guide-head h1 {
  margin: 8px 0 10px;
  max-width: 920px;
  font-size: clamp(1.42rem, 2.6vw, 2.45rem);
  line-height: 1.12;
  color: #12365c;
}

.camera-guide-head .detail-lead {
  max-width: 78ch;
}

.camera-guide-pdf {
  white-space: nowrap;
}

.camera-guide-thumbs {
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 4px 2px 14px;
  scrollbar-width: thin;
}

.camera-guide-thumbs .presentation-thumb {
  flex: 0 0 auto;
}

.camera-guide-stage {
  margin-top: 0;
}

.camera-guide-figure img {
  width: min(100%, 1500px);
  max-height: none;
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
}

.money-counter-page .scanner-figure-wide img {
  width: min(420px, calc(100vw - 56px));
  max-width: 100%;
  max-height: 460px;
}

.money-counter-page .presentation-stage {
  justify-items: center;
}

.money-counter-page .money-counter-lead {
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .money-counter-page .scanner-figure-wide img {
    width: min(320px, calc(100vw - 48px));
    max-height: 360px;
  }
}

.network-solutions-page .presentation-section-head {
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.network-solutions-page .presentation-section-head h1,
.network-solutions-page .presentation-section-head h2 {
  margin-top: 10px;
  font-size: clamp(1.26rem, 2vw, 1.92rem);
  line-height: 1.18;
}

.network-solutions-page .presentation-section-head > p {
  max-width: 56ch;
  color: var(--muted);
  line-height: 1.75;
}

.network-solutions-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.network-solutions-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.network-solutions-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.network-solutions-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.network-solutions-page .presentation-thumb:hover,
.network-solutions-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.network-solutions-page .presentation-stage {
  margin-top: 18px;
  min-height: 620px;
  overflow-anchor: none;
}

.network-solutions-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 620px;
}

.network-solutions-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.network-solutions-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.network-solutions-page .network-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.network-solutions-page .network-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
  -webkit-line-clamp: unset;
}

.network-solutions-page .network-slide-copy p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.network-solutions-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

.virtualization-presentation-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.virtualization-presentation-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.virtualization-presentation-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.virtualization-presentation-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.virtualization-presentation-page .presentation-thumb:hover,
.virtualization-presentation-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.virtualization-presentation-page .presentation-stage {
  margin-top: 18px;
  min-height: 700px;
  overflow-anchor: none;
}

.virtualization-presentation-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 700px;
}

.virtualization-presentation-page .virtualization-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.virtualization-presentation-page .virtualization-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
}

.virtualization-presentation-page .virtualization-slide-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.virtualization-presentation-page .virtualization-slide-list {
  margin-top: 16px;
}

.virtualization-presentation-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtualization-presentation-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.virtualization-presentation-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

.storage-presentation-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.storage-presentation-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.storage-presentation-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.storage-presentation-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.storage-presentation-page .presentation-thumb:hover,
.storage-presentation-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.storage-presentation-page .presentation-stage {
  margin-top: 18px;
  min-height: 700px;
  overflow-anchor: none;
}

.storage-presentation-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 700px;
}

.storage-presentation-page .storage-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.storage-presentation-page .storage-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
}

.storage-presentation-page .storage-slide-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.storage-presentation-page .storage-slide-list {
  margin-top: 16px;
}

.storage-presentation-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storage-presentation-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.storage-presentation-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

.microsoft-presentation-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.microsoft-presentation-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.microsoft-presentation-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.microsoft-presentation-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.microsoft-presentation-page .presentation-thumb:hover,
.microsoft-presentation-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.microsoft-presentation-page .presentation-stage {
  margin-top: 18px;
  min-height: 700px;
  overflow-anchor: none;
}

.microsoft-presentation-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 700px;
}

.microsoft-presentation-page .microsoft-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.microsoft-presentation-page .microsoft-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
}

.microsoft-presentation-page .microsoft-slide-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.microsoft-presentation-page .microsoft-slide-list {
  margin-top: 16px;
}

.microsoft-presentation-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.microsoft-presentation-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.microsoft-presentation-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

.server-presentation-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.server-presentation-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.server-presentation-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.server-presentation-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.server-presentation-page .presentation-thumb:hover,
.server-presentation-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.server-presentation-page .presentation-stage {
  margin-top: 18px;
  min-height: 700px;
  overflow-anchor: none;
}

.server-presentation-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 700px;
}

.server-presentation-page .server-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.server-presentation-page .server-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
}

.server-presentation-page .server-slide-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.server-presentation-page .server-slide-list {
  margin-top: 16px;
}

.server-presentation-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.server-presentation-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.server-presentation-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

.continuity-presentation-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.continuity-presentation-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.continuity-presentation-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.continuity-presentation-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.continuity-presentation-page .presentation-thumb:hover,
.continuity-presentation-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.continuity-presentation-page .presentation-stage {
  margin-top: 18px;
  min-height: 700px;
  overflow-anchor: none;
}

.continuity-presentation-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 700px;
}

.continuity-presentation-page .continuity-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.continuity-presentation-page .continuity-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
}

.continuity-presentation-page .continuity-slide-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.continuity-presentation-page .continuity-slide-list {
  margin-top: 16px;
}

.continuity-presentation-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.continuity-presentation-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.continuity-presentation-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

.disaster-presentation-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.disaster-presentation-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.disaster-presentation-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.disaster-presentation-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.disaster-presentation-page .presentation-thumb:hover,
.disaster-presentation-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.disaster-presentation-page .presentation-stage {
  margin-top: 18px;
  min-height: 700px;
  overflow-anchor: none;
}

.disaster-presentation-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 700px;
}

.disaster-presentation-page .disaster-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.disaster-presentation-page .disaster-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
}

.disaster-presentation-page .disaster-slide-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.disaster-presentation-page .disaster-slide-list {
  margin-top: 16px;
}

.disaster-presentation-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disaster-presentation-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.disaster-presentation-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

.backup-presentation-page .siramatik-presentation {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.backup-presentation-page .presentation-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.backup-presentation-page .presentation-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 10px;
  color: #12365c;
  font-size: 0.84rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.backup-presentation-page .presentation-thumb::after {
  left: 16px;
  right: 16px;
  background: linear-gradient(90deg, rgba(147, 197, 253, 0.12), rgba(37, 109, 183, 0.58), rgba(147, 197, 253, 0.12));
}

.backup-presentation-page .presentation-thumb:hover,
.backup-presentation-page .presentation-thumb.is-active {
  transform: none;
  color: #12365c;
}

.backup-presentation-page .presentation-stage {
  margin-top: 18px;
  min-height: 700px;
  overflow-anchor: none;
}

.backup-presentation-page .presentation-slide {
  width: 100%;
  gap: 18px;
  justify-items: stretch;
  align-content: start;
  min-height: 700px;
}

.backup-presentation-page .backup-slide-copy {
  order: 1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 22px 24px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.backup-presentation-page .backup-slide-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  color: #12365c;
}

.backup-presentation-page .backup-slide-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.78;
  text-transform: none;
}

.backup-presentation-page .backup-slide-list {
  margin-top: 16px;
}

.backup-presentation-page .presentation-figure {
  order: 2;
  max-width: none;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backup-presentation-page .presentation-figure img {
  width: 100%;
  height: 460px;
  max-height: none;
  object-fit: contain;
}

.backup-presentation-page .presentation-actions {
  max-width: 1120px;
  margin: 18px auto 0;
  justify-content: flex-start;
}

@media (max-width: 760px) {
  .topbar,
  .hero-copy,
  .trust-bar,
  .about,
  .services,
  .products,
  .projects,
  .process,
  .stats,
  .contact,
  .detail-hero,
  .detail-content,
  .detail-cta,
  .detail-visual,
  .subpage-block {
    border-radius: 24px;
    padding: 18px;
  }

  .service-grid article,
  .product-card,
  .project-card,
  .process-grid article,
  .stats div,
  .mini-card,
  .visual-metric,
  .detail-list li,
  .reference-card,
  .reference-summary-card {
    border-radius: 20px;
  }

  .siramatik-presentation,
  .siramatik-stage {
    padding: 14px;
    border-radius: 20px;
  }

  .presentation-figure {
    border-radius: 18px;
  }

  .presentation-figure img,
  .siramatik-stage img {
    border-radius: 14px;
  }

  .presentation-section-head,
  .presentation-summary,
  .presentation-slide {
    grid-template-columns: 1fr;
  }

  .presentation-actions {
    justify-content: center;
  }

  .presentation-nav {
    flex: 1 1 0;
    justify-content: center;
  }

  .presentation-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .scanner-page .detail-content,
  .scanner-page .siramatik-presentation {
    padding: 0;
    border-radius: 0;
  }

  .scanner-page .scanner-figure-wide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .scanner-page .scanner-figure-wide img {
    width: 100%;
  }

  .money-counter-page .scanner-figure-wide img {
    width: min(320px, calc(100vw - 48px));
  }

  .network-solutions-page .presentation-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .network-solutions-page .siramatik-presentation {
    padding: 14px;
  }

  .network-solutions-page .presentation-thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .network-solutions-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .network-solutions-page .presentation-stage,
  .network-solutions-page .presentation-slide {
    min-height: auto;
  }

  .network-solutions-page .presentation-figure {
    min-height: 340px;
  }

  .network-solutions-page .presentation-figure img {
    height: 320px;
  }

  .network-solutions-page .network-slide-copy {
    padding: 18px;
  }

  .network-solutions-page .presentation-actions {
    justify-content: center;
  }

  .virtualization-presentation-page .siramatik-presentation {
    padding: 14px;
  }

  .virtualization-presentation-page .presentation-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .virtualization-presentation-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .virtualization-presentation-page .presentation-stage,
  .virtualization-presentation-page .presentation-slide {
    min-height: auto;
  }

  .virtualization-presentation-page .presentation-figure {
    min-height: 340px;
  }

  .virtualization-presentation-page .presentation-figure img {
    height: 320px;
  }

  .virtualization-presentation-page .virtualization-slide-copy {
    padding: 18px 18px 0;
  }

  .virtualization-presentation-page .presentation-actions {
    justify-content: center;
  }

  .storage-presentation-page .siramatik-presentation {
    padding: 14px;
  }

  .storage-presentation-page .presentation-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .storage-presentation-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .storage-presentation-page .presentation-stage,
  .storage-presentation-page .presentation-slide {
    min-height: auto;
  }

  .storage-presentation-page .presentation-figure {
    min-height: 340px;
  }

  .storage-presentation-page .presentation-figure img {
    height: 320px;
  }

  .storage-presentation-page .storage-slide-copy {
    padding: 18px 18px 0;
  }

  .storage-presentation-page .presentation-actions {
    justify-content: center;
  }

  .microsoft-presentation-page .siramatik-presentation {
    padding: 14px;
  }

  .microsoft-presentation-page .presentation-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .microsoft-presentation-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .microsoft-presentation-page .presentation-stage,
  .microsoft-presentation-page .presentation-slide {
    min-height: auto;
  }

  .microsoft-presentation-page .presentation-figure {
    min-height: 340px;
  }

  .microsoft-presentation-page .presentation-figure img {
    height: 320px;
  }

  .microsoft-presentation-page .microsoft-slide-copy {
    padding: 18px 18px 0;
  }

  .microsoft-presentation-page .presentation-actions {
    justify-content: center;
  }

  .server-presentation-page .siramatik-presentation {
    padding: 14px;
  }

  .server-presentation-page .presentation-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .server-presentation-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .server-presentation-page .presentation-stage,
  .server-presentation-page .presentation-slide {
    min-height: auto;
  }

  .server-presentation-page .presentation-figure {
    min-height: 340px;
  }

  .server-presentation-page .presentation-figure img {
    height: 320px;
  }

  .server-presentation-page .server-slide-copy {
    padding: 18px 18px 0;
  }

  .server-presentation-page .presentation-actions {
    justify-content: center;
  }

  .continuity-presentation-page .siramatik-presentation {
    padding: 14px;
  }

  .continuity-presentation-page .presentation-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .continuity-presentation-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .continuity-presentation-page .presentation-stage,
  .continuity-presentation-page .presentation-slide {
    min-height: auto;
  }

  .continuity-presentation-page .presentation-figure {
    min-height: 340px;
  }

  .continuity-presentation-page .presentation-figure img {
    height: 320px;
  }

  .continuity-presentation-page .continuity-slide-copy {
    padding: 18px 18px 0;
  }

  .continuity-presentation-page .presentation-actions {
    justify-content: center;
  }

  .disaster-presentation-page .siramatik-presentation {
    padding: 14px;
  }

  .disaster-presentation-page .presentation-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .disaster-presentation-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .disaster-presentation-page .presentation-stage,
  .disaster-presentation-page .presentation-slide {
    min-height: auto;
  }

  .disaster-presentation-page .presentation-figure {
    min-height: 340px;
  }

  .disaster-presentation-page .presentation-figure img {
    height: 320px;
  }

  .disaster-presentation-page .disaster-slide-copy {
    padding: 18px 18px 0;
  }

  .disaster-presentation-page .presentation-actions {
    justify-content: center;
  }

  .backup-presentation-page .siramatik-presentation {
    padding: 14px;
  }

  .backup-presentation-page .presentation-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .backup-presentation-page .presentation-thumb {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 0.86rem;
  }

  .backup-presentation-page .presentation-stage,
  .backup-presentation-page .presentation-slide {
    min-height: auto;
  }

  .backup-presentation-page .presentation-figure {
    min-height: 340px;
  }

  .backup-presentation-page .presentation-figure img {
    height: 320px;
  }

  .backup-presentation-page .backup-slide-copy {
    padding: 18px 18px 0;
  }

  .backup-presentation-page .presentation-actions {
    justify-content: center;
  }

}

/* Final header refinements for the updated AnkaTech logo */
.brand-mark {
  width: clamp(240px, 20vw, 340px);
  max-height: 100px;
}

.home-page .brand {
  margin-left: clamp(16px, 1.8vw, 30px);
}

.home-page .brand-mark--homepage-test {
  width: clamp(300px, 27vw, 440px);
  max-height: 96px;
  filter: drop-shadow(0 12px 24px rgba(15, 23, 42, 0.08));
  mix-blend-mode: normal;
}

.floating-topbar .brand,
.home-page .floating-topbar .brand {
  margin-left: 12px;
}

.floating-topbar .brand-mark,
.floating-topbar .brand-mark--homepage-test {
  width: clamp(260px, 22vw, 380px);
  max-height: 88px;
  filter: none;
}

.home-page .floating-topbar .brand-mark--homepage-test {
  width: clamp(280px, 24vw, 420px);
  max-height: 96px;
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.06));
  mix-blend-mode: normal;
}

.home-page .floating-topbar {
  padding: 16px clamp(18px, 2.2vw, 24px) 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 36px rgba(15, 23, 42, 0.12);
}

.home-page .floating-topbar::after {
  display: none;
}

.home-page .floating-topbar .nav-links,
.home-page .floating-topbar .nav-links > a,
.home-page .floating-topbar .nav-products > .nav-link-primary {
  color: #111827;
  text-shadow: none;
}

.nav-links > a,
.nav-products > .nav-link-primary {
  color: #111827;
  font-weight: 800;
  text-shadow: none;
}

.nav-links > a:hover,
.nav-products:hover > .nav-link-primary,
.nav-products:focus-within > .nav-link-primary {
  color: #16a34a;
  text-shadow: 0 0 16px rgba(34, 197, 94, 0.16);
}

@media (max-width: 1024px) {
  .brand-mark {
    width: clamp(210px, 28vw, 280px);
    max-height: 92px;
  }

  .home-page .brand {
    margin-left: 12px;
  }

  .home-page .brand-mark--homepage-test {
    width: clamp(240px, 32vw, 340px);
    max-height: 96px;
  }
}

@media (max-width: 760px) {
  .brand-mark {
    width: clamp(190px, 48vw, 260px);
    max-height: 84px;
  }

  .home-page .brand {
    margin-left: 6px;
  }

  .home-page .brand-mark--homepage-test {
    width: clamp(200px, 58vw, 300px);
    max-height: 76px;
  }
}

@media (max-width: 420px) {
  .topbar,
  .hero-copy,
  .services {
    padding: 16px;
  }

  .brand {
    max-width: calc(100% - 104px);
  }

  .home-page .brand-mark--homepage-test {
    width: clamp(176px, 58vw, 244px);
    max-height: 68px;
  }

  .hero-copy .hero-title {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .hero-copy .hero-title::after {
    width: min(150px, 46%);
    margin-top: 14px;
  }

  .hero-copy .hero-title-word {
    display: inline;
    white-space: normal;
  }

  .hero-showcase {
    min-height: 220px;
  }

  .hero-slide {
    padding: 22px 16px 34px;
  }

  .hero-visual {
    height: 128px;
  }

  .hero-showcase-dots {
    left: 16px;
    bottom: 16px;
    gap: 6px;
  }

  .hero-showcase-dots span {
    width: 9px;
    height: 9px;
  }

  .service-grid article {
    padding-right: 22%;
  }

  .service-grid article::before {
    width: 26%;
  }

  .nexus-showcase {
    width: min(100%, calc(100% - 12px));
  }

  .nexus-side-title {
    font-size: 0.94rem;
    line-height: 1.24;
  }

  .nexus-side-copy {
    font-size: 0.78rem;
    line-height: 1.34;
  }

  .nexus-side-detail,
  .nexus-side-detail:last-child {
    font-size: 0.76rem;
    line-height: 1.36;
  }

  .nexus-showcase .presentation-thumb {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.72rem;
  }

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

  .presentation-thumbs,
  .network-solutions-page .presentation-thumbs,
  .virtualization-presentation-page .presentation-thumbs,
  .storage-presentation-page .presentation-thumbs,
  .microsoft-presentation-page .presentation-thumbs,
  .server-presentation-page .presentation-thumbs,
  .continuity-presentation-page .presentation-thumbs,
  .disaster-presentation-page .presentation-thumbs,
  .backup-presentation-page .presentation-thumbs {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .presentation-thumb,
  .network-solutions-page .presentation-thumb,
  .virtualization-presentation-page .presentation-thumb,
  .storage-presentation-page .presentation-thumb,
  .microsoft-presentation-page .presentation-thumb,
  .server-presentation-page .presentation-thumb,
  .continuity-presentation-page .presentation-thumb,
  .disaster-presentation-page .presentation-thumb,
  .backup-presentation-page .presentation-thumb {
    min-height: auto;
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .contact-detail-line,
  .whatsapp-line {
    gap: 8px;
    align-items: flex-start;
  }

  .contact-copy-line {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 4px;
    min-width: 0;
  }

  .contact-copy-line strong {
    min-width: 0;
  }

  .contact-copy-line,
  .contact-copy-line a,
  .whatsapp-copy {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
