button {
  cursor: pointer;
}

button:disabled,
button:disabled:hover {
  cursor: not-allowed;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 120;
  pointer-events: none;
}

.cookie-consent__inner {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(16, 20, 23, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  pointer-events: auto;
}

.cookie-consent__text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #c4c7c7;
}

.cookie-consent__text a {
  color: #aed500;
  text-decoration: underline;
}

.cookie-consent__btn {
  align-self: flex-start;
  border: 0;
  border-radius: 0.7rem;
  background: #aed500;
  color: #171e00;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.62rem 0.95rem;
}

@media (min-width: 768px) {
  .cookie-consent {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }

  .cookie-consent__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.1rem;
  }

  .cookie-consent__btn {
    flex-shrink: 0;
  }
}

/* —— Partner logos marquee —— */
#partner-logos-grid {
  overflow: hidden;
}

.partner-logos-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: partner-logos-marquee 42s linear infinite;
  will-change: transform;
}

.partner-logos-segment {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  padding-right: 2.75rem;
}

.partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
}

.partner-logo-item img {
  height: 2.5rem;
  width: auto;
}

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

/* —— References swiper —— */
.refs-swiper {
  position: relative;
}

.refs-swiper__viewport {
  overflow: hidden;
}

.refs-swiper__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  transition: transform 500ms ease;
}

.refs-swiper__slide {
  margin: 0 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(28, 32, 36, 0.4);
  padding: 2rem;
  min-height: 220px;
}

.refs-swiper__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.refs-swiper__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.25);
  transition: all 200ms ease;
}

.refs-swiper__dot.is-active {
  width: 24px;
  background: #aed500;
}

@media (min-width: 640px) {
  .refs-swiper__track {
    grid-auto-columns: 50%;
  }
}

@media (min-width: 1024px) {
  .refs-swiper__track {
    grid-auto-columns: 33.3333%;
  }
}

.glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

.hero-gradient {
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 67, 235, 0.15) 0%,
    rgba(5, 5, 5, 1) 70%
  );
}

/* Hero: fotoğrafı gerçek arka plan gibi kapla, üstte gradient */
.hero-section {
  isolation: isolate;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #050505;
  background-image: url("../img/site_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  transform-origin: center center;
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 67, 235, 0.15) 0%,
    rgba(5, 5, 5, 1) 70%
  );
  -webkit-animation: heroGradientBreath 10s ease-in-out infinite alternate;
  animation: heroGradientBreath 10s ease-in-out infinite alternate;
}

/* Yumuşak “aether” ışık lekeleri — metnin altında, fotoğrafın üstünde */
.hero-aether {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.hero-aether__orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-aether__orb--a {
  width: min(72vmin, 520px);
  height: min(72vmin, 520px);
  left: -18%;
  top: 8%;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(99, 102, 241, 0.55) 0%,
    rgba(59, 130, 246, 0.18) 42%,
    transparent 70%
  );
  filter: blur(72px);
  opacity: 0.42;
  -webkit-animation: heroOrbFloatA 20s ease-in-out infinite alternate;
  animation: heroOrbFloatA 20s ease-in-out infinite alternate;
}

.hero-aether__orb--b {
  width: min(58vmin, 420px);
  height: min(58vmin, 420px);
  right: -14%;
  bottom: -5%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(174, 213, 0, 0.35) 0%,
    rgba(174, 213, 0, 0.08) 45%,
    transparent 68%
  );
  filter: blur(64px);
  opacity: 0.38;
  -webkit-animation: heroOrbFloatB 24s ease-in-out infinite alternate;
  animation: heroOrbFloatB 24s ease-in-out infinite alternate;
}

.hero-aether__orb--c {
  width: min(48vmin, 360px);
  height: min(48vmin, 360px);
  left: 28%;
  bottom: 12%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(184, 195, 255, 0.22) 0%,
    rgba(0, 67, 235, 0.06) 50%,
    transparent 72%
  );
  filter: blur(56px);
  opacity: 0.28;
  -webkit-animation: heroOrbFloatC 18s ease-in-out infinite alternate;
  animation: heroOrbFloatC 18s ease-in-out infinite alternate;
}

@-webkit-keyframes heroGradientBreath {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.86;
  }
}

@keyframes heroGradientBreath {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.86;
  }
}

@-webkit-keyframes heroOrbFloatA {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(6vw, -5vh) scale(1.06);
    transform: translate(6vw, -5vh) scale(1.06);
  }
}

@keyframes heroOrbFloatA {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(6vw, -5vh) scale(1.06);
    transform: translate(6vw, -5vh) scale(1.06);
  }
}

@-webkit-keyframes heroOrbFloatB {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-7vw, -4vh) scale(1.08);
    transform: translate(-7vw, -4vh) scale(1.08);
  }
}

@keyframes heroOrbFloatB {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-7vw, -4vh) scale(1.08);
    transform: translate(-7vw, -4vh) scale(1.08);
  }
}

@-webkit-keyframes heroOrbFloatC {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-4vw, 5vh) scale(1.05);
    transform: translate(-4vw, 5vh) scale(1.05);
  }
}

@keyframes heroOrbFloatC {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate(-4vw, 5vh) scale(1.05);
    transform: translate(-4vw, 5vh) scale(1.05);
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Safari: no-preference medyası bazen yok sayılıyor; varsayılan animasyon + yalnızca reduce ile kapat */
@-webkit-keyframes heroBgKen {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@keyframes heroBgKen {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}

@-webkit-keyframes heroRise {
  from {
    opacity: 0;
    -webkit-transform: translateY(2.25rem) scale(0.96);
    transform: translateY(2.25rem) scale(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    -webkit-transform: translateY(2.25rem) scale(0.96);
    transform: translateY(2.25rem) scale(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

section.hero-section .hero-bg-image {
  -webkit-animation: heroBgKen 22s ease-in-out infinite alternate;
  animation: heroBgKen 22s ease-in-out infinite alternate;
}

section.hero-section .hero-animate {
  opacity: 0;
  -webkit-transform: translateY(2.25rem) scale(0.96);
  transform: translateY(2.25rem) scale(0.96);
  -webkit-animation: heroRise 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation: heroRise 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section.hero-section .hero-animate--eyebrow {
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

section.hero-section .hero-animate--title {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}

section.hero-section .hero-animate--body {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

section.hero-section .hero-animate--ctas {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

@media (prefers-reduced-motion: reduce) {
  section.hero-section .hero-bg-image {
    -webkit-animation: none;
    animation: none;
  }

  section.hero-section .hero-bg-gradient {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }

  section.hero-section .hero-aether {
    display: none;
  }

  section.hero-section .hero-animate {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

#mobile-nav {
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

#mobile-nav:not(.open) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#mobile-nav.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.nav-open {
  overflow: hidden;
}

body.quote-modal-open {
  overflow: hidden;
}

/* Section nav: active state (TR/EN agnostic) */
a.nav-section-link {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

a.nav-section-link:not(.is-active) {
  color: #9ca3af;
}

header a.nav-section-link:not(.is-active):hover {
  color: #ffffff;
}

a.nav-section-link.is-active {
  color: #a3e635;
  border-bottom-color: #a3e635;
}

#mobile-nav a.nav-section-link {
  border-bottom: none;
  padding-bottom: 0;
}

#mobile-nav a.nav-section-link:not(.is-active) {
  color: #d1d5db;
}

#mobile-nav a.nav-section-link.is-active {
  color: #a3e635;
}

/* Teklif formu — modül chip’leri (tek satır, genişlik metne göre) */
.quote-mod-chips {
  overflow-x: auto;
}

.quote-mod-label:hover {
  border-color: rgba(184, 195, 255, 0.45);
}

.quote-mod-label:has(input:checked) {
  border-color: rgba(184, 195, 255, 0.95);
  background-color: rgba(184, 195, 255, 0.14);
}

.quote-mod-label:has(input:checked) .quote-mod-title,
.quote-mod-label:has(input:checked) .quote-mod-icon {
  color: #e4e8ff;
}

.quote-mod-icon svg {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.quote-mod-label .quote-mod-title {
  white-space: nowrap;
  line-height: 1.35;
}

.quote-mod-check {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transform: scale(0.75);
  transition:
    opacity 0.15s ease,
    max-width 0.2s ease,
    transform 0.15s ease;
}

.quote-mod-label:has(input:checked) .quote-mod-check {
  opacity: 1;
  max-width: 1.25rem;
  transform: scale(1);
}

/* Teklif sihirbazı — üst adım göstergesi */
.quote-stepper-dot {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
}

.quote-stepper-line {
  height: 2px;
  width: 2.5rem;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.22);
}

@media (min-width: 640px) {
  .quote-stepper-line {
    width: 3.5rem;
  }
}

.quote-stepper[data-step="1"] .quote-stepper-dot--1 {
  border-color: #b8c3ff;
  background-color: #b8c3ff;
  color: #0b0f12;
}

.quote-stepper[data-step="2"] .quote-stepper-dot--1 {
  border-color: rgba(184, 195, 255, 0.55);
  background-color: rgba(184, 195, 255, 0.16);
  color: #e8ecff;
}

.quote-stepper[data-step="2"] .quote-stepper-dot--2 {
  border-color: #b8c3ff;
  background-color: #b8c3ff;
  color: #0b0f12;
}

/* —— Platform modülleri (Hizmetler) —— */
.platform-modules {
  position: relative;
  border-radius: 1.75rem;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(184, 195, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.08) 38%,
    rgba(174, 213, 0, 0.2) 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 28px 56px -28px rgba(0, 0, 0, 0.85);
}

.platform-modules__inner {
  position: relative;
  overflow: hidden;
  border-radius: calc(1.75rem - 1px);
  background:
    radial-gradient(ellipse 100% 70% at 50% -30%, rgba(99, 102, 241, 0.18), transparent 55%),
    linear-gradient(165deg, #101820 0%, #070a0e 55%, #06080c 100%);
  padding: clamp(1.5rem, 4vw, 2.75rem);
}

.platform-modules__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: radial-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 72%);
  pointer-events: none;
}

.platform-modules__head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 40rem;
}

.platform-modules__eyebrow {
  margin-bottom: 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(184, 195, 255, 0.95);
}

.platform-modules__title {
  font-size: clamp(1.35rem, 2.5vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #f4f6fb;
}

.platform-modules__lead {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(196, 199, 199, 0.92);
}

.platform-modules__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .platform-modules__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .platform-modules__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.platform-mod-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.125rem 1.125rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(12, 16, 22, 0.65) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.platform-mod-card::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(184, 195, 255, 0.65), transparent);
  opacity: 0;
  transform: scaleX(0.85);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .platform-mod-card {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .platform-mod-card:hover {
    transform: none;
  }

  .platform-mod-card::after {
    transition: none;
  }
}

.platform-mod-card:hover {
  border-color: rgba(184, 195, 255, 0.35);
  box-shadow:
    0 16px 40px -20px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
  background: linear-gradient(
    165deg,
    rgba(184, 195, 255, 0.08) 0%,
    rgba(14, 18, 26, 0.92) 100%
  );
}

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

.platform-mod-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(8, 10, 14, 0.5));
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.platform-mod-card:hover .platform-mod-card__icon {
  border-color: rgba(184, 195, 255, 0.45);
  background: linear-gradient(145deg, rgba(184, 195, 255, 0.14), rgba(8, 10, 14, 0.6));
  box-shadow: 0 0 24px -6px rgba(184, 195, 255, 0.35);
}

.platform-mod-card__glyph {
  font-size: 1.375rem;
  color: rgba(244, 246, 251, 0.9);
  transition: color 0.25s ease;
}

.platform-mod-card:hover .platform-mod-card__glyph {
  color: #dde2ff;
}

.platform-mod-card__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #f4f6fb;
}

.platform-mod-card__desc {
  margin-top: 0.5rem;
  flex-grow: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(196, 199, 199, 0.88);
}

.platform-modules__footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  margin-top: clamp(1.75rem, 4vw, 2.25rem);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .platform-modules__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.platform-modules__footer-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.platform-modules__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  border-radius: 1rem;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #0b0f12;
  background: linear-gradient(135deg, #b8c3ff 0%, #9aa8f0 100%);
  box-shadow: 0 8px 24px -8px rgba(184, 195, 255, 0.55);
}

.platform-modules__footer-title {
  font-size: 1rem;
  font-weight: 700;
  color: #f4f6fb;
}

.platform-modules__footer-lead {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(196, 199, 199, 0.88);
}

.platform-modules__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  align-self: flex-start;
  padding: 0.65rem 1.15rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b0f12;
  background: linear-gradient(135deg, #c6f300 0%, #aed500 100%);
  border: 1px solid rgba(198, 243, 0, 0.5);
  box-shadow: 0 6px 20px -6px rgba(174, 213, 0, 0.45);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 768px) {
  .platform-modules__cta {
    align-self: center;
  }
}

.platform-modules__cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 10px 28px -8px rgba(174, 213, 0, 0.55);
  transform: translateY(-1px);
}

.platform-modules__cta-icon {
  font-size: 1.125rem;
  transition: transform 0.2s ease;
}

.platform-modules__cta:hover .platform-modules__cta-icon {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  .platform-modules__cta:hover {
    transform: none;
  }

  .platform-modules__cta:hover .platform-modules__cta-icon {
    transform: none;
  }
}

.platform-modules--faq .platform-modules__inner {
  overflow: visible;
}

/* —— SSS (FAQ) akordeon —— */
.faq-stat-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.2) 100%);
  padding: 0.9rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.faq-stat-card__val {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f4f6fb;
  line-height: 1.2;
}

.faq-stat-card__lbl {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(196, 199, 199, 0.88);
  line-height: 1.35;
}

.faq-side-cta {
  border-radius: 1rem;
  border: 1px solid rgba(174, 213, 0, 0.22);
  background: linear-gradient(160deg, rgba(174, 213, 0, 0.08) 0%, rgba(255, 255, 255, 0.02) 55%);
  padding: 1.25rem 1.35rem;
  box-shadow: 0 12px 40px -24px rgba(174, 213, 0, 0.35);
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.faq-item {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 16, 20, 0.65);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.faq-item:hover {
  border-color: rgba(184, 195, 255, 0.22);
}

.faq-item[open] {
  border-color: rgba(174, 213, 0, 0.35);
  box-shadow:
    0 0 0 1px rgba(174, 213, 0, 0.12),
    0 20px 48px -28px rgba(0, 0, 0, 0.75);
  background: rgba(15, 20, 26, 0.92);
}

.faq-item__summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: flex-start;
  gap: 0.75rem 1rem;
  padding: 1.1rem 1.15rem 1.1rem 1.15rem;
  user-select: none;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__index {
  flex-shrink: 0;
  width: 2.25rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(174, 213, 0, 0.95);
  line-height: 1.5;
  padding-top: 0.2rem;
}

.faq-item__q {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: #f4f6fb;
  text-align: left;
}

.faq-item__chevron {
  flex-shrink: 0;
  font-size: 1.35rem;
  color: rgba(184, 195, 255, 0.75);
  transition: transform 0.25s ease, color 0.2s ease;
  margin-top: -0.05rem;
}

.faq-item[open] .faq-item__chevron {
  transform: rotate(180deg);
  color: rgba(174, 213, 0, 0.95);
}

.faq-item__panel {
  padding: 0 1.15rem 1.15rem 3.4rem;
}

@media (min-width: 640px) {
  .faq-item__panel {
    padding-left: 3.65rem;
  }
}

.faq-item__a {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(196, 199, 199, 0.95);
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-item__chevron {
    transition: none;
  }

  .faq-item[open] .faq-item__chevron {
    transform: rotate(180deg);
  }
}

/* —— Homepage: süreç — 2×2 flowsheet + oklar —— */
.kf-flowsheet {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.kf-flowsheet__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  min-height: 2.25rem;
}

.kf-flowsheet__arrow-ic {
  font-size: 1.75rem;
  color: rgba(174, 213, 0, 0.45);
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.kf-flowsheet__bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
}

.kf-flowsheet__bridge-m {
  font-size: 1.75rem;
  color: rgba(174, 213, 0, 0.45);
}

.kf-flowsheet__bridge-svg {
  height: 3.75rem;
  color: transparent;
}

@media (min-width: 768px) {
  .kf-flowsheet {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 1rem 0.55rem;
    align-items: stretch;
  }

  .kf-flowsheet__c1 {
    grid-column: 1;
    grid-row: 1;
  }

  .kf-flowsheet__arr-12 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 0;
    min-height: 0;
  }

  .kf-flowsheet__c2 {
    grid-column: 3;
    grid-row: 1;
  }

  .kf-flowsheet__bridge {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 3.25rem;
    justify-content: flex-end;
    padding-right: min(14%, 5.5rem);
  }

  .kf-flowsheet__bridge-svg {
    height: 4rem;
    width: 92%;
    max-width: 520px;
    margin-right: 0;
  }

  .kf-flowsheet__c3 {
    grid-column: 1;
    grid-row: 3;
  }

  .kf-flowsheet__arr-34 {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    padding: 0;
    min-height: 0;
  }

  .kf-flowsheet__c4 {
    grid-column: 3;
    grid-row: 3;
  }

  .kf-flowsheet__arrow-ic {
    font-size: 2rem;
    color: rgba(174, 213, 0, 0.38);
  }
}

.kf-flowsheet__path {
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  transition: stroke-dashoffset 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.kf-flowsheet.kf-process--inview .kf-flowsheet__path {
  stroke-dashoffset: 0;
  transition-delay: 0.42s;
}

.kf-flowsheet__card {
  opacity: 0;
  transform: translateY(1.1rem);
  filter: blur(3px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.55s ease;
}

.kf-flowsheet__arrow,
.kf-flowsheet__bridge {
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media (max-width: 767px) {
  .kf-flowsheet__arr-12 .kf-flowsheet__arrow-ic,
  .kf-flowsheet__arr-34 .kf-flowsheet__arrow-ic {
    transform: rotate(90deg);
  }
}

.kf-flowsheet.kf-process--inview .kf-flowsheet__card {
  opacity: 1;
  transform: none;
  filter: none;
}

.kf-flowsheet.kf-process--inview .kf-flowsheet__c1 {
  transition-delay: 0.06s;
}
.kf-flowsheet.kf-process--inview .kf-flowsheet__c2 {
  transition-delay: 0.22s;
}
.kf-flowsheet.kf-process--inview .kf-flowsheet__c3 {
  transition-delay: 0.52s;
}
.kf-flowsheet.kf-process--inview .kf-flowsheet__c4 {
  transition-delay: 0.68s;
}

.kf-flowsheet.kf-process--inview .kf-flowsheet__arr-12 {
  opacity: 1;
  transition-delay: 0.14s;
}

.kf-flowsheet.kf-process--inview .kf-flowsheet__bridge {
  opacity: 1;
  transition-delay: 0.34s;
}

.kf-flowsheet.kf-process--inview .kf-flowsheet__arr-34 {
  opacity: 1;
  transition-delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .kf-flowsheet__card,
  .kf-flowsheet__arrow,
  .kf-flowsheet__bridge {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .kf-flowsheet__path {
    stroke-dasharray: none;
    stroke-dashoffset: 0 !important;
    transition: none !important;
  }

  .kf-flowsheet__card:hover {
    transform: none !important;
  }
}
