:root {
  --bg: #05070b;
  --bg-elevated: #0b0f18;
  --bg-soft: #101523;
  --accent: #22c55e;
  --accent-soft: rgba(34, 197, 94, 0.12);
  --accent-blue: #3b82f6;
  --accent-cyan: #00f6ff;
  --text: #e5e7eb;
  --text-soft: #9ca3af;
  --border-subtle: rgba(148, 163, 184, 0.35);
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.9);
  --container: min(1120px, 100% - 48px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at top, #020617 0, #020617 40%, #000 100%);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-gradient {
  position: fixed;
  inset: -50%;
  background:
    radial-gradient(circle at 10% -10%, rgba(34, 197, 94, 0.2), transparent 55%),
    radial-gradient(circle at 90% 110%, rgba(56, 189, 248, 0.18), transparent 55%),
    radial-gradient(circle at 50% 40%, rgba(37, 99, 235, 0.25), transparent 60%);
  opacity: 0.5;
  filter: blur(40px);
  z-index: -1;
  animation: backgroundDrift 40s linear infinite alternate;
}

@keyframes backgroundDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-40px, 20px, 0) scale(1.05);
  }
  100% {
    transform: translate3d(40px, -30px, 0) scale(1.07);
  }
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top, rgba(2, 6, 23, 0.9), rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at 10% -10%, rgba(34, 197, 94, 0.25), transparent 55%),
    radial-gradient(circle at 90% 110%, rgba(56, 189, 248, 0.25), transparent 55%);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 700ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 700ms cubic-bezier(0.19, 1, 0.22, 1),
    visibility 700ms linear;
  backdrop-filter: blur(22px);
  box-shadow: inset 0 0 80px rgba(15, 23, 42, 0.9);
  overflow: hidden;
  animation: introOverlayIn 900ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.intro-overlay::before {
  content: "";
  position: absolute;
  inset: -6%;
  background-image: url("public/Modern bir psikoteknik değerlendirme merkezi, bilgisayar başında test yapan bir sürücü, ekranda dikkat ve refleks testleri, profesyonel klinik ortam, temiz ve aydınlık ofis, mavi ve beyaz tonlar, gerçekçi fotoğraf t.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  filter: blur(6px);
  transform: scale(1.08);
  transform-origin: center;
  animation: introKenBurns 18s ease-out forwards;
  pointer-events: none;
  z-index: -1;
}

.intro-overlay.is-hidden {
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  pointer-events: none;
}

.intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  animation: introInnerIn 900ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
  transform: translateY(8px);
  opacity: 0;
}

.intro-logo-wrap {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 1), rgba(15, 23, 42, 0.7));
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 1),
    0 20px 60px rgba(15, 23, 42, 1);
  position: relative;
  overflow: hidden;
  animation: introPulse 1600ms ease-in-out infinite;
}

.intro-logo-wrap::before,
.intro-logo-wrap::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: inherit;
  border: 1px solid transparent;
  pointer-events: none;
}

.intro-logo-wrap::before {
  border-top-color: rgba(34, 197, 94, 0.9);
  border-right-color: rgba(56, 189, 248, 0.9);
  border-bottom-color: transparent;
  border-left-color: transparent;
  animation: introOrbit 2400ms linear infinite;
}

.intro-logo-wrap::after {
  inset: 22%;
  background: conic-gradient(
    from 180deg,
    transparent 0deg,
    rgba(56, 189, 248, 0.65) 90deg,
    rgba(34, 197, 94, 0.7) 140deg,
    transparent 210deg
  );
  mix-blend-mode: screen;
  opacity: 0.0;
  animation: introSweep 1400ms ease-out forwards;
}

.intro-logo {
  width: 70px;
  height: 70px;
}

.intro-text {
  text-align: center;
}

.intro-kicker {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.intro-title {
  display: block;
  margin-top: 6px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-blue), var(--accent));
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  color: transparent;
  animation: brandShine 8s linear infinite;
}

@keyframes introInnerIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introOverlayIn {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introKenBurns {
  0% {
    transform: scale(1.12);
    filter: blur(10px);
    opacity: 0.3;
  }
  40% {
    transform: scale(1.06);
    filter: blur(4px);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.02);
    filter: blur(2px);
    opacity: 0.7;
  }
}

@keyframes introPulse {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.2);
  }
  50% {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 40px 0 rgba(34, 197, 94, 0.35);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.18);
  }
}

@keyframes introOrbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes introSweep {
  0% {
    opacity: 0;
    transform: rotate(-30deg);
  }
  100% {
    opacity: 1;
    transform: rotate(10deg);
  }
}

.section {
  padding: 96px 0;
}

.section-alt {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
}

.section-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.section-lead {
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  color: #e5e7eb;
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
  text-shadow: 0 0 18px rgba(15, 23, 42, 1);
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  line-height: 1.07;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0;
}

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

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(22px);
  background: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.98),
    rgba(15, 23, 42, 0.85),
    transparent
  );
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 40px;
  height: 40px;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-kicker {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.brand-name {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-blue), var(--accent));
  background-size: 200% auto;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  color: transparent;
  animation: brandShine 8s linear infinite;
}

@keyframes brandShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
}

.main-nav a {
  position: relative;
  color: var(--text-soft);
  padding-block: 4px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  transform-origin: center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-blue));
  transition: transform 180ms ease-out;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.main-nav .nav-cta {
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.8), #020617);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.9);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.96);
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-toggle span {
  width: 16px;
  height: 1.5px;
  border-radius: 999px;
  background: #e5e7eb;
  transition: transform 160ms ease, opacity 160ms ease;
}

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

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

.hero {
  position: relative;
  padding-top: 72px;
}

.hero-media-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  mix-blend-mode: screen;
}

.hero-media-main {
  background-image: url("public/Modern bir psikoteknik değerlendirme merkezi, bilgisayar başında test yapan bir sürücü, ekranda dikkat ve refleks testleri, profesyonel klinik ortam, temiz ve aydınlık ofis, mavi ve beyaz tonlar, gerçekçi fotoğraf t.jpg");
  filter: grayscale(0.05) contrast(1.1) saturate(1.15);
  transform: scale(1.06);
  transform-origin: center;
  animation: heroParallax 22s ease-in-out infinite alternate;
}

.hero-media-overlay {
  background-image: radial-gradient(circle at 20% 20%, rgba(15, 23, 42, 0.95), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(15, 23, 42, 0.96), transparent 55%),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: center;
  padding: 26px 24px 28px;
  border-radius: 30px;
  border: 1px solid rgba(56, 189, 248, 0.32);
  backdrop-filter: blur(26px);
  background:
    radial-gradient(circle at top left, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98)),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.96));
  box-shadow:
    0 32px 80px rgba(15, 23, 42, 0.95),
    0 0 0 1px rgba(15, 23, 42, 0.9),
    0 0 60px rgba(56, 189, 248, 0.18);
}

@keyframes heroParallax {
  0% {
    transform: scale(1.06) translate3d(0, -6px, 0);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.08) translate3d(-6px, 4px, 0);
    opacity: 0.42;
  }
  100% {
    transform: scale(1.1) translate3d(6px, 8px, 0);
    opacity: 0.48;
  }
}

.hero-copy {
  max-width: 520px;
}

.hero-subtitle {
  margin-top: 16px;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 0.9rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 150ms ease,
    box-shadow 180ms ease,
    border-color 160ms ease;
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue), var(--accent));
  color: #020617;
  box-shadow: 0 18px 40px rgba(34, 197, 94, 0.65);
}

.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 26px 60px rgba(34, 197, 94, 0.75);
}

.btn.ghost {
  border-color: rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.8);
  color: var(--text);
}

.btn.ghost:hover {
  border-color: var(--accent-cyan);
  background: radial-gradient(circle at top, rgba(34, 197, 94, 0.08), rgba(15, 23, 42, 0.95));
}

.btn.wide {
  width: 100%;
}

.meta-pill {
  display: inline-flex;
  flex-direction: column;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.45);
  min-width: 120px;
}

.hero-metas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-trust {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-trust-label {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hero-trust-pill {
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 1));
}

.meta-label {
  font-size: 0.68rem;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.meta-value {
  font-size: 0.92rem;
}

.hero-panel {
  background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.2), transparent 55%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.18), transparent 55%),
    linear-gradient(145deg, #020617, #020617, #020617);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(148, 163, 184, 0.55);
  box-shadow: var(--shadow-soft);
  padding: 16px 18px 18px;
  backdrop-filter: blur(22px);
}

.hero-panel-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.hero-panel-header .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot.red {
  background: #fb7185;
}
.dot.amber {
  background: #fbbf24;
}
.dot.green {
  background: #22c55e;
}

.panel-title {
  margin-left: 4px;
  font-size: 0.78rem;
  color: var(--text-soft);
}

.hero-panel-body {
  border-radius: calc(var(--radius-xl) - 8px);
  padding: 14px 14px 16px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
  border: 1px solid rgba(15, 23, 42, 0.9);
}

.gauge-ring {
  position: relative;
  width: 200px;
  margin: 4px auto 20px;
}

.gauge-svg {
  width: 100%;
  transform: rotate(-90deg);
}

.gauge-track,
.gauge-progress {
  fill: none;
  stroke-width: 12;
}

.gauge-track {
  stroke: rgba(30, 64, 175, 0.7);
}

.gauge-progress {
  stroke: url(#gaugeGradient);
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 60;
  filter: drop-shadow(0 0 16px rgba(34, 197, 94, 0.75));
}

.gauge-core {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.gauge-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-soft);
}

.gauge-value {
  display: block;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 2.4rem;
}

.gauge-unit {
  font-size: 0.7rem;
  color: var(--text-soft);
}

.hero-panel-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.stat-card {
  padding: 10px 10px 8px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(31, 41, 55, 1);
}

.stat-label {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.stat-value-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 6px;
}

.stat-value {
  font-size: 0.96rem;
}

.stat-tag {
  font-size: 0.68rem;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.stat-tag.positive {
  border-color: rgba(34, 197, 94, 0.7);
  color: #bbf7d0;
  background: rgba(22, 163, 74, 0.15);
}

.stat-tag.neutral {
  border-color: rgba(59, 130, 246, 0.7);
  color: #dbeafe;
  background: rgba(37, 99, 235, 0.15);
}

.stat-tag.watch {
  border-color: rgba(234, 179, 8, 0.75);
  color: #fef9c3;
  background: rgba(161, 98, 7, 0.2);
}

.stat-bar {
  position: relative;
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(15, 23, 42, 1);
}

.stat-bar-fill {
  position: absolute;
  inset: 0;
  width: calc(var(--value) * 100%);
  background: linear-gradient(90deg, var(--accent-cyan), var(--accent-blue), var(--accent));
}

.hero-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text-soft);
  border-top: 1px solid rgba(15, 23, 42, 1);
  padding-top: 8px;
  margin-top: 4px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow:
    0 0 0 0 rgba(34, 197, 94, 0.7),
    0 0 0 6px rgba(34, 197, 94, 0);
  animation: pulse 1800ms infinite;
}

@keyframes pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(34, 197, 94, 0.7),
      0 0 0 6px rgba(34, 197, 94, 0);
  }
  70% {
    box-shadow:
      0 0 0 6px rgba(34, 197, 94, 0),
      0 0 0 14px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(34, 197, 94, 0),
      0 0 0 0 rgba(34, 197, 94, 0);
  }
}

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

.promo-section {
  position: relative;
}

.promo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

.promo-copy {
  max-width: 520px;
}

.promo-media {
  padding: 16px 16px 14px;
}

.promo-video-shell {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at top, #020617, #020617 50%, #000 100%);
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.95);
}

.promo-video {
  width: 100%;
  display: block;
  border-radius: inherit;
  filter: saturate(1.05) contrast(1.03);
}

.promo-play {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #f9fafb;
  text-shadow: 0 0 18px rgba(15, 23, 42, 0.9);
}

.promo-play-ring {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
  border: 1px solid rgba(148, 163, 184, 0.9);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 1),
    0 0 40px rgba(59, 130, 246, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: promoPulse 1800ms ease-in-out infinite;
}

.promo-play-icon {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #e5e7eb;
  margin-left: 2px;
}

.promo-play-label {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(148, 163, 184, 0.9);
  color: var(--accent-cyan);
}

.promo-glow {
  position: absolute;
  inset: auto 18% -18%;
  height: 40%;
  background: radial-gradient(circle at top, rgba(59, 130, 246, 0.7), transparent 70%);
  opacity: 0.8;
  pointer-events: none;
}

.promo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.78rem;
}

.promo-tag {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.96);
}

@keyframes promoPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.55);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 40px rgba(56, 189, 248, 0.85);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.55);
  }
}

.card {
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  position: relative;
  transition:
    transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 200ms ease-out,
    background 220ms ease-out;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.95);
  border-color: rgba(34, 197, 94, 0.6);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.96), #020617);
}

.test-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 1), transparent 55%);
}

.bg-cover-1 {
  background-image: url("public/Psikoteknik test kavramını anlatan modern vektör illüstrasyon, bilgisayar, beyin ve direksiyon simgesi, minimal tasarım, açık renk arka plan, kurumsal sağlık teması.jpg");
}

.bg-cover-2 {
  background-image: url("public/Bilgisayar ekranında refleks ve dikkat testi yapan kişi, klavye ve joystick ile ölçüm yapılan psikoteknik test cihazı, minimal ofis ortamı, profesyonel sağlık konsepti, yüksek çözünürlük, soft focus.jpg");
}

.bg-cover-3 {
  background-image: url("public/İnsan beyni ile trafik yolu birleşmiş konsept illüstrasyon, dikkat, algı ve refleks teması, modern flat design, mavi tonlar, sağlık ve güvenlik temalı dijital illüstrasyon.jpg");
}

.card-body {
  padding: 18px 18px 20px;
}

.card-body p {
  font-size: 0.9rem;
  color: var(--text-soft);
  margin-bottom: 14px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pill-list li {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15, 23, 42, 0.9);
}

.timeline {
  position: relative;
}

.timeline-line {
  position: absolute;
  inset: 12px auto 12px 4px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(34, 197, 94, 0.9),
    rgba(59, 130, 246, 0.5),
    rgba(148, 163, 184, 0.4)
  );
  opacity: 0.7;
  overflow: hidden;
}

.timeline-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(56, 189, 248, 0.9),
    transparent
  );
  transform: translateY(-100%);
  animation: lineSweep 3800ms linear infinite;
}

@keyframes lineSweep {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.timeline-items {
  margin-left: 32px;
  display: grid;
  gap: 20px;
}

.timeline-item {
  position: relative;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #020617;
  border: 2px solid var(--accent-cyan);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.15);
}

.step-number {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-soft);
}

.timeline-item h3 {
  margin-top: 4px;
  margin-bottom: 6px;
}

.timeline-item p {
  font-size: 0.9rem;
  color: var(--text-soft);
}

.tech-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.check-list {
  margin-top: 18px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.check-list li::before {
  content: "●";
  margin-right: 8px;
  color: var(--accent-cyan);
  font-size: 0.7rem;
}

.tech-panels {
  display: grid;
  gap: 18px;
}

.neuro-orbit {
  position: relative;
  height: 220px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(circle at center, rgba(15, 23, 42, 0.9), #020617);
  overflow: hidden;
}

.orbit-center {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.2), transparent 65%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-center img {
  width: 72px;
}

.orbit-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--accent-cyan);
  box-shadow: 0 0 22px rgba(34, 197, 94, 0.9);
}

.orbit-dot-1 {
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.orbit-dot-2 {
  bottom: 16%;
  left: 16%;
}
.orbit-dot-3 {
  bottom: 20%;
  right: 16%;
}

.mini-dashboard {
  padding: 14px 16px 16px;
}

.mini-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-bottom: 10px;
}

.badge {
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  border: 1px solid rgba(34, 197, 94, 0.7);
}

.badge.live {
  background: rgba(22, 163, 74, 0.18);
  color: #bbf7d0;
}

.mini-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 0.86rem;
}

.mini-label {
  color: var(--text-soft);
}

.mini-value {
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.mini-chip {
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
}

.mini-chip.up {
  background: rgba(22, 163, 74, 0.2);
  color: #bbf7d0;
}

.mini-chart {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 34px;
}

.spark {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 1), var(--accent-cyan));
  transform-origin: bottom;
  animation: sparkPulse 2200ms ease-in-out infinite alternate;
}

.spark-1 {
  height: 30%;
}
.spark-2 {
  height: 60%;
}
.spark-3 {
  height: 85%;
}
.spark-4 {
  height: 55%;
}
.spark-5 {
  height: 70%;
}

@keyframes sparkPulse {
  0% {
    transform: scaleY(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scaleY(1.05);
    opacity: 1;
  }
}

.trust-section {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.95), #020617);
}

.trust-header {
  max-width: 720px;
  margin-bottom: 40px;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 18px;
  margin-bottom: 36px;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.why-copy {
  max-width: 640px;
}

.why-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.why-list li {
  position: relative;
  padding-left: 20px;
}

.why-list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent));
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
}

.why-visual {
  display: grid;
  gap: 16px;
  align-content: stretch;
}

.why-photo {
  height: 220px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.55);
  background-image: url("public/Modern bir psikoteknik değerlendirme merkezi iç mekânı, bilgisayar başında dikkat ve refleks testi yapan profesyonel sürücü, ekranda psikoteknik test arayüzü ve grafikler, minimal ve şık klinik tasarım, mavi ve beya.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.95);
  position: relative;
  overflow: hidden;
}

.why-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(15, 23, 42, 0.7), transparent 45%);
}

.metric {
  padding: 12px 10px;
  border-radius: 16px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.92), #020617);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.metric-value {
  display: block;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.metric-label {
  font-size: 0.8rem;
  color: var(--text-soft);
}

.team-header {
  margin: 26px 0 18px;
}

.team-header h3 {
  margin: 4px 0 0;
}

.team-kicker {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-soft);
}

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

.team-card {
  text-align: center;
  padding: 20px 18px 18px;
  background: radial-gradient(circle at top, #020617, rgba(15, 23, 42, 0.96));
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.95);
}

.team-avatar {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  margin: 0 auto 14px;
  border: 2px solid rgba(248, 250, 252, 0.2);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 4px rgba(24, 24, 27, 0.9);
}

.team-avatar-1 {
  background-image: url("public/Psikolog danışman ile psikoteknik değerlendirme yapan yetişkin birey, masa başında test sonuçlarını inceleyen iki kişi, modern klinik ofis, sıcak ve güven veren ortam, gerçekçi fotoğraf, pastel renkler.jpg");
}

.team-avatar-2 {
  background-image: url("public/Direksiyon başında simülasyon cihazı kullanan erkek sürücü, psikoteknik testi uygulanan modern klinik ortam, uzman psikolog gözetiminde, teknoloji odaklı, gerçekçi fotoğraf, doğal ışık, kurumsal sağlık merkezi atmos.jpg");
}

.team-avatar-3 {
  background-image: url("public/Modern bir psikoteknik değerlendirme merkezi iç mekânı, bilgisayar başında dikkat ve refleks testi yapan profesyonel sürücü, ekranda psikoteknik test arayüzü ve grafikler, minimal ve şık klinik tasarım, mavi ve beya.jpg");
}

.team-name {
  font-size: 1rem;
  margin-bottom: 4px;
}

.team-role {
  font-size: 0.86rem;
  color: #e879f9;
  margin-bottom: 8px;
}

.team-desc {
  font-size: 0.86rem;
  color: var(--text-soft);
  margin-bottom: 14px;
}

.team-btn {
  background: linear-gradient(135deg, #ec4899, #a855f7);
  color: #f9fafb;
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(168, 85, 247, 0.6);
}

.team-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 60px rgba(168, 85, 247, 0.8);
}

.accordion {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: rgba(15, 23, 42, 0.9);
  overflow: hidden;
}

.accordion-item {
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid rgba(30, 41, 59, 0.9);
  font-size: 0.92rem;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: #9ca3af;
  transform: translate(-50%, -50%);
  transition: transform 160ms ease;
}

.accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.is-open .accordion-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-panel {
  padding: 0 16px 14px;
  font-size: 0.9rem;
  color: var(--text-soft);
  display: none;
}

.accordion-panel.is-open {
  display: block;
}

.contact-section {
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("public/Psikolog danışman ile psikoteknik değerlendirme yapan yetişkin birey, masa başında test sonuçlarını inceleyen iki kişi, modern klinik ofis, sıcak ve güven veren ortam, gerçekçi fotoğraf, pastel renkler.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  mix-blend-mode: screen;
  pointer-events: none;
}

.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: flex-start;
}

.contact-copy {
  max-width: 520px;
  padding: 22px 22px 20px;
  border-radius: 28px;
  background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.93), rgba(15, 23, 42, 0.96));
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.95),
    0 0 0 1px rgba(15, 23, 42, 0.9);
}

.contact-meta {
  margin-top: 24px;
  display: grid;
  gap: 8px;
}

.meta-link {
  font-size: 0.94rem;
}

.meta-text {
  font-size: 0.9rem;
  color: var(--text-soft);
}

.contact-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.contact-form {
  position: relative;
  padding: 20px 20px 18px;
  backdrop-filter: blur(20px);
}

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

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-soft);
}

input,
textarea {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.96);
  padding: 9px 12px;
  color: var(--text);
  font: inherit;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 1),
    0 0 0 1px rgba(15, 23, 42, 1),
    0 0 0 1px rgba(15, 23, 42, 1),
    0 0 0 2px rgba(56, 189, 248, 0.9);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617);
}

textarea {
  border-radius: 16px;
  resize: vertical;
  min-height: 72px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(148, 163, 184, 0.6);
}

.form-footer {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.contact-form.success {
  border-color: rgba(34, 197, 94, 0.8);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.4);
}

.form-success-message {
  display: none;
  font-size: 0.8rem;
  color: #bbf7d0;
  background: rgba(22, 163, 74, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(34, 197, 94, 0.6);
}

.form-success-message.is-visible {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-footer {
  padding: 20px 0 28px;
  border-top: 1px solid rgba(30, 64, 175, 0.7);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 1), #020617);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
  color: var(--text-soft);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-logo {
  width: 28px;
  height: 28px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  color: var(--text-soft);
}

.footer-links a:hover {
  color: var(--accent-cyan);
}

.footer-meta {
  opacity: 0.8;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

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

.pricing-card {
  padding: 18px 18px 16px;
}

.pricing-price {
  font-size: 1rem;
  font-weight: 600;
  margin: 2px 0 10px;
  color: var(--accent-cyan);
}

.pricing-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 0.88rem;
  color: var(--text-soft);
}

.pricing-list li {
  position: relative;
  padding-left: 18px;
}

.pricing-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: var(--accent);
}

.pricing-side {
  display: grid;
  gap: 10px;
  align-content: flex-start;
}

.pricing-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.55);
  background-image: url("public/Bilgisayar ekranında refleks ve dikkat testi yapan kişi, klavye ve joystick ile ölçüm yapılan psikoteknik test cihazı, minimal ofis ortamı, profesyonel sağlık konsepti, yüksek çözünürlük, soft focus.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.95);
  position: relative;
  overflow: hidden;
}

.pricing-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent 50%);
}

.pricing-note {
  font-size: 0.88rem;
  color: var(--text-soft);
}

.floating-contacts {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 60;
}

.floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 120px;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  border: 1px solid rgba(15, 23, 42, 0.95);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.9);
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.floating-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.95);
}

.floating-phone {
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));
  color: #020617;
}

.floating-whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #f9fafb;
}

.floating-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.06),
    0 6px 16px rgba(15, 23, 42, 0.35);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 68%;
}

.floating-phone .floating-icon {
  background-image: url("public/indir.png");
}

.floating-whatsapp .floating-icon {
  background-image: url("public/1123.jpeg");
}

.floating-label {
  white-space: nowrap;
}

@media (max-width: 520px) {
  .floating-contacts {
    right: 12px;
    bottom: 12px;
  }
}

[data-animate] {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 460ms cubic-bezier(0.3, 0.7, 0, 1),
    transform 460ms cubic-bezier(0.3, 0.7, 0, 1);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-animate="tilt"] {
  transform: translateY(18px) scale(0.99) rotateX(3deg) rotateY(-3deg);
  transform-origin: top left;
}

[data-animate="tilt"].is-visible {
  transform: translateY(0) scale(1) rotateX(0deg) rotateY(0deg);
}

[data-animate="rise"] {
  transform: translateY(24px) scale(0.97);
}

[data-animate="orbit"] .orbit-dot-1,
[data-animate="orbit"] .orbit-dot-2,
[data-animate="orbit"] .orbit-dot-3 {
  opacity: 0;
}

[data-animate="orbit"].is-visible .orbit-dot-1 {
  animation: orbitPath1 7s linear infinite;
  opacity: 1;
}

[data-animate="orbit"].is-visible .orbit-dot-2 {
  animation: orbitPath2 7s linear infinite;
  opacity: 1;
}

[data-animate="orbit"].is-visible .orbit-dot-3 {
  animation: orbitPath3 7s linear infinite;
  opacity: 1;
}

@keyframes orbitPath1 {
  0% {
    transform: translate(-50%, 0) rotate(0deg) translateX(76px);
  }
  100% {
    transform: translate(-50%, 0) rotate(360deg) translateX(76px);
  }
}

@keyframes orbitPath2 {
  0% {
    transform: rotate(0deg) translateX(80px);
  }
  100% {
    transform: rotate(-360deg) translateX(80px);
  }
}

@keyframes orbitPath3 {
  0% {
    transform: rotate(0deg) translateX(80px);
  }
  100% {
    transform: rotate(360deg) translateX(80px);
  }
}

@media (max-width: 960px) {
  .hero-inner,
  .tech-layout,
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 18px 22px;
  }

  .hero-panel {
    margin-top: 20px;
  }

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

  .timeline-line {
    inset: 12px auto 12px 2px;
  }

  .promo-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-media {
    order: -1;
  }

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

  .why-layout {
    grid-template-columns: minmax(0, 1fr);
  }

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

@media (max-width: 768px) {
  .container {
    width: min(100% - 32px, 720px);
  }

  .main-nav {
    position: fixed;
    inset: 56px 16px auto;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.5);
    padding: 10px 16px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 180ms ease-out,
      transform 180ms ease-out;
  }

  .main-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
  }

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

  .timeline-line {
    inset: 10px auto 10px 0;
  }

  .timeline-items {
    margin-left: 26px;
  }

  .section {
    padding: 72px 0;
  }

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

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

  .promo-layout {
    gap: 20px;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-metas {
    flex-direction: column;
  }

  .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .promo-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

