/* SigortaCRM tanıtım sitesi — Orisa index-4 tarzı koyu modern arayüz */

:root {
  --bg: #0a0a0f;
  --bg-soft: #12121a;
  --bg-card: #161622;
  --border: rgba(255, 255, 255, 0.08);
  --text: #f4f4f8;
  --muted: #9ca3b8;
  --accent: #7239ea;
  --accent-2: #1b84ff;
  --accent-3: #f6b100;
  --whatsapp: #25d366;
  --radius: 16px;
  --header-h: 76px;
  --container: min(1140px, calc(100% - 2rem));
  --font: "DM Sans", system-ui, sans-serif;
  --font-display: "Syne", "DM Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Sayfa geneli yumuşak hareket eden arka plan */
.page-bg-mesh {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.page-bg-mesh::before,
.page-bg-mesh::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.18;
  animation: meshDrift 22s ease-in-out infinite alternate;
}

.page-bg-mesh::before {
  width: 55vw;
  height: 55vw;
  max-width: 620px;
  max-height: 620px;
  top: -10%;
  left: -8%;
  background: radial-gradient(circle, rgba(114, 57, 234, 0.55), transparent 70%);
}

.page-bg-mesh::after {
  width: 48vw;
  height: 48vw;
  max-width: 540px;
  max-height: 540px;
  bottom: 5%;
  right: -6%;
  background: radial-gradient(circle, rgba(27, 132, 255, 0.45), transparent 70%);
  animation-delay: -8s;
  animation-duration: 26s;
}

@keyframes meshDrift {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(3vw, 2vh) scale(1.06); }
  100% { transform: translate(-2vw, -1vh) scale(0.98); }
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.section-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0;
}

/* Scroll reveal — Orisa tarzı sonradan yükleme animasyonu */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(52px);
    filter: blur(8px);
    transition:
      opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.75s ease;
    will-change: opacity, transform, filter;
  }

  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  .reveal[data-delay="1"] { transition-delay: 0.1s; }
  .reveal[data-delay="2"] { transition-delay: 0.2s; }
  .reveal[data-delay="3"] { transition-delay: 0.3s; }

  .reveal-stagger > * {
    opacity: 0;
    transform: translateY(44px) scale(0.98);
    filter: blur(6px);
    transition:
      opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.6s ease,
      box-shadow 0.35s ease,
      border-color 0.35s ease;
  }

  .reveal-stagger.is-visible > * {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  .reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
  .reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.12s; }
  .reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.19s; }
  .reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.26s; }
  .reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.33s; }
  .reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.4s; }

  .hero-reveal-group .reveal {
    transition-duration: 1s;
  }

  .hero-reveal-group .reveal[data-delay="1"] { transition-delay: 0.15s; }
  .hero-reveal-group .reveal[data-delay="2"] { transition-delay: 0.3s; }
  .hero-reveal-group .reveal[data-delay="3"] { transition-delay: 0.45s; }
  .hero-reveal-group .reveal[data-delay="4"] { transition-delay: 0.6s; }
  .hero-reveal-group .reveal[data-delay="5"] { transition-delay: 0.75s; }

  .hero-reveal-group.is-visible .reveal {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Bölüm arka plan animasyonları */
.section-animated {
  position: relative;
  overflow: hidden;
}

.section-animated > .container {
  position: relative;
  z-index: 1;
}

.section-bg {
  position: absolute;
  inset: -20% -10%;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.1s linear;
}

.section-bg .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.28;
  animation: blobFloat 16s ease-in-out infinite;
}

.section-bg .blob-1 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: 10%;
  left: -5%;
  background: rgba(114, 57, 234, 0.45);
}

.section-bg .blob-2 {
  width: min(360px, 45vw);
  height: min(360px, 45vw);
  bottom: 5%;
  right: -3%;
  background: rgba(27, 132, 255, 0.35);
  animation-delay: -5s;
  animation-duration: 20s;
}

.section-bg .blob-3 {
  width: min(280px, 38vw);
  height: min(280px, 38vw);
  top: 40%;
  right: 20%;
  background: rgba(246, 177, 0, 0.2);
  animation-delay: -10s;
  animation-duration: 24s;
}

#ozellikler .blob-1 { background: rgba(114, 57, 234, 0.5); }
#surec .blob-1 { background: rgba(27, 132, 255, 0.42); }
#roller .blob-2 { background: rgba(114, 57, 234, 0.38); }
#guvenlik .blob-1 { background: rgba(246, 177, 0, 0.22); }
#guvenlik .blob-2 { background: rgba(114, 57, 234, 0.32); }

@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(28px, -22px) scale(1.08); }
  66% { transform: translate(-18px, 26px) scale(0.94); }
}

@media (prefers-reduced-motion: reduce) {
  .page-bg-mesh::before,
  .page-bg-mesh::after,
  .section-bg .blob,
  .hero-scene-grid,
  .hero-scene-orb,
  .hero-scene-parallax {
    animation: none;
    transition: none;
  }

  .hero-scene.is-parallax .hero-scene-parallax {
    transform: none;
  }
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: background 0.25s, border-color 0.25s, backdrop-filter 0.25s;
}

.site-header.is-scrolled {
  background: rgba(10, 10, 15, 0.88);
  border-color: var(--border);
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 112;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.75rem;
}

.nav-desktop a {
  font-size: 0.92rem;
  color: var(--muted);
  transition: color 0.2s;
}

.nav-desktop a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: #6229e0;
}

.btn-outline {
  border-color: var(--border);
  background: transparent;
  color: var(--text);
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.btn-contact-top {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  color: #fff;
  white-space: nowrap;
}

.menu-toggle {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: transparent;
  color: var(--text);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-mobile {
  display: none;
  position: fixed;
  inset: var(--header-h) 0 0 0;
  z-index: 110;
  background: var(--bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1.5rem;
  flex-direction: column;
  gap: 0.25rem;
  border-top: 1px solid var(--border);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile.is-open {
  display: flex;
}

/* Menü açıkken arka planın içerikle karışmaması için tam ekran perde */
.nav-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 105;
  background: rgba(10, 10, 15, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.nav-mobile-overlay.is-visible {
  display: block;
}

body.mobile-menu-open {
  overflow: hidden;
}

.nav-mobile a {
  padding: 0.85rem 0;
  font-size: 1.05rem;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.nav-mobile a:hover {
  color: var(--text);
}

/* Hero */
.hero {
  padding: calc(var(--header-h) + 4rem) 0 5rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
}

/* Hero özel arka plan: parçacık ağı + grid + yumuşak orb */
.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Hero arka planında fare ile yatay parallax katmanı (kart eğimiyle uyumlu) */
.hero-scene-parallax {
  position: absolute;
  inset: -6%;
  transform-style: preserve-3d;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-scene-parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    640px circle at var(--glow-x, 50%) var(--glow-y, 50%),
    rgba(114, 57, 234, 0.14),
    transparent 45%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 3;
}

.hero-scene-parallax::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 28%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 72%
  );
  transform: skewX(-18deg);
  transition: left 0.6s ease;
  pointer-events: none;
  z-index: 4;
}

.hero-scene.is-parallax .hero-scene-parallax {
  transform:
    perspective(1200px)
    rotateX(var(--hero-tilt-x, 0deg))
    rotateY(var(--hero-tilt-y, 0deg))
    translate3d(var(--hero-shift-x, 0px), var(--hero-shift-y, 0px), 0);
}

.hero-scene.is-parallax .hero-scene-parallax::before {
  opacity: 1;
}

.hero-scene.is-parallax-shine .hero-scene-parallax::after {
  left: 130%;
}

.hero-scene canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.hero-scene-grid {
  position: absolute;
  inset: -40%;
  background-image:
    linear-gradient(rgba(114, 57, 234, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 57, 234, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  animation: heroGridDrift 36s linear infinite;
  mask-image: radial-gradient(ellipse 85% 75% at 55% 42%, black 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 55% 42%, black 20%, transparent 72%);
}

.hero-scene-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(88px);
  animation: heroOrbPulse 14s ease-in-out infinite;
}

.hero-scene-orb-1 {
  width: min(480px, 55vw);
  height: min(480px, 55vw);
  top: -12%;
  right: -4%;
  background: rgba(114, 57, 234, 0.42);
}

.hero-scene-orb-2 {
  width: min(360px, 42vw);
  height: min(360px, 42vw);
  bottom: -8%;
  left: -6%;
  background: rgba(27, 132, 255, 0.32);
  animation-delay: -5s;
  animation-duration: 18s;
}

.hero-scene-orb-3 {
  width: min(220px, 28vw);
  height: min(220px, 28vw);
  top: 38%;
  left: 42%;
  background: rgba(246, 177, 0, 0.14);
  animation-delay: -9s;
  animation-duration: 20s;
}

.hero-scene-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 30% 45%, rgba(114, 57, 234, 0.06), transparent 55%),
    linear-gradient(to bottom, transparent 55%, var(--bg) 100%);
}

@keyframes heroGridDrift {
  0% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(52px, 52px) rotate(2deg); }
}

@keyframes heroOrbPulse {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  33% { transform: translate(24px, -18px) scale(1.06); opacity: 0.62; }
  66% { transform: translate(-14px, 12px) scale(0.96); opacity: 0.48; }
}

.hero-glow {
  display: none;
}

.hero-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-3);
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
  max-width: 14ch;
}

.hero h1 span {
  background: linear-gradient(135deg, #fff 30%, #b8a4ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 540px;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-tag {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.78rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.02);
}

.hero-visual {
  position: relative;
}

.hero-card {
  background: linear-gradient(160deg, rgba(22, 22, 34, 0.95), rgba(10, 10, 15, 0.9));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
}

.hero-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
}

.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}

.hero-stat span {
  font-size: 0.78rem;
  color: var(--muted);
}

.hero-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.hero-list-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.hero-list-item i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-3);
  flex-shrink: 0;
}

/* Sections */
section {
  padding: 5rem 0;
}

section:nth-child(even) {
  background: var(--bg-soft);
}

.features-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.feature-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  overflow: hidden;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.interactive-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    520px circle at var(--glow-x, 50%) var(--glow-y, 50%),
    rgba(114, 57, 234, 0.18),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.interactive-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.07) 50%,
    transparent 70%
  );
  transform: skewX(-18deg);
  transition: left 0.55s ease;
  pointer-events: none;
  z-index: 0;
}

.interactive-card > * {
  position: relative;
  z-index: 1;
}

.interactive-card:hover,
.interactive-card.is-tilting {
  border-color: rgba(114, 57, 234, 0.55);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(114, 57, 234, 0.15),
    0 0 40px rgba(114, 57, 234, 0.12);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px) scale(1.02);
}

.interactive-card:hover::before,
.interactive-card.is-tilting::before {
  opacity: 1;
}

.interactive-card:hover::after {
  left: 130%;
}

/* Süreç / rol / iletişim kartlarında parıltı katmanını sadeleştir */
.process-step.interactive-card::after,
.role-card.interactive-card::before,
.role-card.interactive-card::after,
.contact-card.interactive-card::before,
.contact-card.interactive-card::after {
  display: none;
}

.process-step.interactive-card::before {
  background: radial-gradient(
    480px circle at var(--glow-x, 50%) var(--glow-y, 50%),
    rgba(27, 132, 255, 0.2),
    transparent 45%
  );
}

.contact-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: var(--bg-card);
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.contact-card:hover,
.contact-card.is-tilting {
  border-color: rgba(27, 132, 255, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-5px);
}

.feature-card:hover .feature-icon {
  transform: scale(1.12) rotate(-4deg);
  background: rgba(114, 57, 234, 0.22);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  background: rgba(114, 57, 234, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.process-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  overflow: hidden;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(27, 132, 255, 0.1), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.process-step:hover,
.process-step.is-tilting {
  border-color: rgba(27, 132, 255, 0.5);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3), 0 0 32px rgba(27, 132, 255, 0.1);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-6px);
}

.process-step:hover::before,
.process-step.is-tilting::before {
  opacity: 1;
}

.process-step:hover .process-num {
  color: rgba(114, 57, 234, 0.75);
  transform: scale(1.08);
}

.process-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: rgba(114, 57, 234, 0.35);
  line-height: 1;
  transition: color 0.35s ease, transform 0.35s ease;
}

.process-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.roles-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.role-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: var(--bg-card);
  overflow: hidden;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
}

.role-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.role-card:hover,
.role-card.is-tilting {
  border-color: rgba(27, 132, 255, 0.45);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
}

.role-card:hover::after,
.role-card.is-tilting::after {
  transform: scaleX(1);
}

.role-card:hover h3 {
  color: #5eb0ff;
}

.role-card h3 {
  margin: 0 0 0.5rem;
  color: var(--accent-2);
  font-size: 1rem;
  transition: color 0.3s ease;
}

.role-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

.stat-box {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.stat-box:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(114, 57, 234, 0.4);
  box-shadow: 0 14px 36px rgba(114, 57, 234, 0.12);
}

.stat-box:hover strong {
  filter: brightness(1.15);
}

.stat-box strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  margin-bottom: 0.35rem;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-box span {
  color: var(--muted);
  font-size: 0.88rem;
}

.cta-band {
  position: relative;
  margin-top: 3rem;
  padding: 2.5rem 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(114, 57, 234, 0.25);
  background: linear-gradient(135deg, rgba(114, 57, 234, 0.12), rgba(27, 132, 255, 0.08));
  text-align: center;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent, rgba(114, 57, 234, 0.08), transparent, rgba(27, 132, 255, 0.08), transparent);
  animation: ctaSpin 14s linear infinite;
  pointer-events: none;
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-band:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(114, 57, 234, 0.18);
}

@keyframes ctaSpin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .cta-band::before {
    animation: none;
  }
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin: 0 0 0.75rem;
}

.cta-band p {
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

/* Contact */
.contact-section {
  padding-bottom: 3rem;
}

/* Harita — tam genişlik, koyu tema ile uyumlu filtre */
.map-section {
  width: 100%;
  padding: 0;
  background: var(--bg-soft);
}

.map-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  aspect-ratio: 21 / 9;
  max-height: 480px;
  background: var(--bg-card);
}

.map-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 70% at 20% 20%, rgba(114, 57, 234, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 80%, rgba(27, 132, 255, 0.12), transparent 50%);
  mix-blend-mode: soft-light;
}

.map-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  filter: invert(90%) hue-rotate(195deg) saturate(0.72) brightness(0.88) contrast(1.08);
}

.contact-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.contact-card h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.contact-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-list strong {
  color: var(--text);
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.15rem;
}

.contact-list a {
  color: var(--accent-2);
}

.contact-list a:hover {
  text-decoration: underline;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.footer-inner a {
  color: var(--accent-2);
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* Responsive */
@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .roles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .roles-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .btn-contact-top span.full {
    display: none;
  }

  .btn-contact-top span.short {
    display: inline;
  }
}

@media (min-width: 768px) {
  .btn-contact-top span.short {
    display: none;
  }
}
