/* HibritDijital — tanıtım sayfası (tek sayfa, koyu tema) */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

/* Lenis (@studio-freight/lenis) ile uyum — tekerlek kaydırması yumuşatılır */
html.lenis,
html.lenis body {
  height: auto;
}

html.lenis {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

body.hd-landing-welcome-open {
  overflow: hidden;
}

/* Özel imleç — yalnızca landing + ince işaretçü; dokunmatik / reduce-motion’da JS başlatmaz */
.hd-landing-cursor {
  visibility: hidden;
  pointer-events: none;
}

body.hd-cursor-landing .hd-landing-cursor {
  visibility: visible;
}

.hd-landing-cursor__ring,
.hd-landing-cursor__dot {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10700;
  will-change: transform;
  border-radius: 50%;
  transform-origin: center center;
}

.hd-landing-cursor__ring {
  width: 38px;
  height: 38px;
  margin: 0;
  border: 2px solid rgba(167, 139, 250, 0.78);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.15),
    0 0 28px rgba(139, 92, 246, 0.22);
  background: rgba(10, 8, 20, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.hd-landing-cursor__dot {
  width: 7px;
  height: 7px;
  margin: 0;
  background: linear-gradient(135deg, #e9d5ff 0%, #f472b6 55%, #93c5fd 100%);
  box-shadow: 0 0 14px rgba(236, 72, 153, 0.55);
}

body.hd-cursor-landing:not(.hd-cursor-landing--text) {
  cursor: none !important;
}

body.hd-cursor-landing:not(.hd-cursor-landing--text) a,
body.hd-cursor-landing:not(.hd-cursor-landing--text) button,
body.hd-cursor-landing:not(.hd-cursor-landing--text) [role="button"],
body.hd-cursor-landing:not(.hd-cursor-landing--text) label,
body.hd-cursor-landing:not(.hd-cursor-landing--text) summary,
body.hd-cursor-landing:not(.hd-cursor-landing--text) input,
body.hd-cursor-landing:not(.hd-cursor-landing--text) textarea,
body.hd-cursor-landing:not(.hd-cursor-landing--text) select {
  cursor: none !important;
}

body.hd-cursor-landing.hd-cursor-landing--text {
  cursor: auto;
}

body.hd-cursor-landing.hd-cursor-landing--text input,
body.hd-cursor-landing.hd-cursor-landing--text textarea,
body.hd-cursor-landing.hd-cursor-landing--text select {
  cursor: text !important;
}

/* Sayfa içi navigasyon (üstteki yazı katmanının yerine) */
.hd-landing-pagenav {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(4, 4, 10, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(139, 92, 246, 0.15);
  transition: border-color 0.35s ease, background 0.35s ease;
}

.hd-landing-pagenav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .hd-landing-pagenav__list {
    gap: 0.25rem 1.5rem;
  }
}

.hd-landing-pagenav__list a {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(203, 213, 225, 0.9);
  text-decoration: none;
  border-radius: 0.4rem;
  transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.hd-landing-pagenav__list a:hover {
  color: #f8fafc;
  background: rgba(139, 92, 246, 0.12);
}

.hd-landing-pagenav__list a:focus-visible {
  outline: 2px solid rgba(139, 92, 246, 0.6);
  outline-offset: 2px;
}

/* Açılış: logo dönüşü + kampanya metni */
.hd-landing-welcome {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  background: radial-gradient(ellipse 80% 70% at 50% 40%, rgba(18, 16, 32, 0.97), rgba(2, 2, 8, 0.99));
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hd-landing-welcome.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hd-landing-welcome__logo-wrap {
  perspective: 900px;
  transform-style: preserve-3d;
  margin-bottom: 1.25rem;
}

.hd-landing-welcome__logo {
  display: inline-block;
  transform-style: preserve-3d;
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: clamp(1.85rem, 7vw, 3.25rem);
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #c4b5fd 0%, #f472b6 50%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hd-landing-welcome__campaign {
  margin: 0;
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.88);
  text-align: center;
  max-width: 22rem;
  line-height: 1.4;
}

/* Çerez modalı — tema uyumu */
.hd-landing-cookie .modal-content {
  background: rgba(14, 14, 22, 0.98);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 1rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
}

.hd-landing-cookie .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.hd-landing-cookie .modal-title {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
}

.hd-landing-cookie .modal-body {
  color: rgba(203, 213, 225, 0.92);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hd-landing {
  --hl-accent: #8b5cf6;
  --hl-accent-2: #ec4899;
  --hl-glow: rgba(139, 92, 246, 0.45);
  overflow-x: hidden;
  position: relative;
}

/* Tüm sayfa: sürekli hareketli arka plan (yazısız, ışık + blob) */
.hd-landing-bg-live {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #020208;
}

.hd-landing-bg-live__gradient {
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(ellipse 50% 42% at 25% 28%, rgba(139, 92, 246, 0.32), transparent 52%),
    radial-gradient(ellipse 45% 38% at 78% 72%, rgba(236, 72, 153, 0.22), transparent 48%),
    radial-gradient(ellipse 55% 48% at 50% 105%, rgba(59, 130, 246, 0.14), transparent 42%);
  animation: hd-landing-bg-pan 18s ease-in-out infinite alternate;
}

@keyframes hd-landing-bg-pan {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  100% { transform: translate(6%, 5%) rotate(4deg) scale(1.06); }
}

.hd-landing-bg-live__orbit {
  position: absolute;
  width: 160%;
  height: 160%;
  left: -30%;
  top: -30%;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(139, 92, 246, 0.12) 0%, transparent 26%),
    radial-gradient(circle at 88% 78%, rgba(236, 72, 153, 0.1) 0%, transparent 28%),
    conic-gradient(from 0deg at 50% 50%, transparent, rgba(139, 92, 246, 0.04), transparent 35%);
  animation: hd-landing-orbit-slow 32s linear infinite;
}

@keyframes hd-landing-orbit-slow {
  to { transform: rotate(360deg); }
}

.hd-landing-bg-live__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hd-landing-bg-live__blob--a {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  background: rgba(124, 58, 237, 0.55);
  left: -8%;
  top: 18%;
  animation: hd-landing-blob-a 22s ease-in-out infinite;
}

.hd-landing-bg-live__blob--b {
  width: min(48vw, 380px);
  height: min(48vw, 380px);
  background: rgba(219, 39, 119, 0.4);
  right: -5%;
  bottom: 22%;
  animation: hd-landing-blob-b 26s ease-in-out infinite;
}

.hd-landing-bg-live__blob--c {
  width: min(40vw, 320px);
  height: min(40vw, 320px);
  background: rgba(59, 130, 246, 0.35);
  left: 32%;
  top: 42%;
  animation: hd-landing-blob-c 19s ease-in-out infinite;
}

@keyframes hd-landing-blob-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(12vw, 8vh) scale(1.12); }
  66% { transform: translate(4vw, -6vh) scale(0.95); }
}

@keyframes hd-landing-blob-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-10vw, -10vh) scale(1.08); }
}

@keyframes hd-landing-blob-c {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40% { transform: translate(10vw, 14vh) scale(1.14); }
  70% { transform: translate(-6vw, -8vh) scale(0.9); }
}

.hd-landing__main {
  position: relative;
  z-index: 1;
  transition: opacity 0.55s ease;
}

body.hd-landing-welcome-open .hd-landing__main {
  opacity: 0;
  pointer-events: none;
}

.hd-landing-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 4rem 0 5rem;
}

.hd-landing-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(139, 92, 246, 0.25), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(236, 72, 153, 0.12), transparent 50%),
    radial-gradient(ellipse 50% 35% at 0% 80%, rgba(59, 130, 246, 0.1), transparent 45%);
  pointer-events: none;
}

.hd-landing-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
  animation: hd-landing-grid-shift 14s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes hd-landing-grid-shift {
  from { transform: translateY(0) scale(1); opacity: 0.85; }
  to { transform: translateY(-24px) scale(1.02); opacity: 1; }
}

.hd-landing-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: hd-landing-orb-float 9s ease-in-out infinite;
  pointer-events: none;
}

.hd-landing-hero__orb--1 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  background: var(--hl-accent);
  top: 10%;
  right: 5%;
  animation-delay: -2s;
}

.hd-landing-hero__orb--2 {
  width: min(320px, 40vw);
  height: min(320px, 40vw);
  background: var(--hl-accent-2);
  bottom: 15%;
  left: 0;
  animation-delay: -5s;
}

@keyframes hd-landing-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -30px) scale(1.08); }
}

.hd-landing-hero .container {
  position: relative;
  z-index: 1;
}

.hd-landing-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.35);
  animation: hd-landing-pulse-border 3s ease-in-out infinite;
}

@keyframes hd-landing-pulse-border {
  0%, 100% { box-shadow: 0 0 0 0 var(--hl-glow); }
  50% { box-shadow: 0 0 0 6px transparent; }
}

.hd-landing-headline {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #f8fafc;
  margin: 1.25rem 0 1rem;
}

.hd-landing-headline span {
  background: linear-gradient(135deg, #e9d5ff 0%, #f472b6 45%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hd-landing-lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.78);
  max-width: 36rem;
  margin-bottom: 2rem;
}

.hd-landing-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.hd-landing-btn-glow {
  position: relative;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  border-radius: 0.65rem;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.hd-landing-btn-glow--primary {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #db2777 100%);
  box-shadow: 0 12px 40px -8px var(--hl-glow);
}

.hd-landing-btn-glow--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 48px -6px var(--hl-glow);
}

.hd-landing-btn-glow--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hd-landing-btn-glow--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.hd-landing-section {
  position: relative;
  padding: 5rem 0;
}

.hd-landing-section--tight {
  padding: 3.5rem 0;
}

.hd-landing-section__title {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  letter-spacing: -0.02em;
  color: #f1f5f9;
  margin-bottom: 0.75rem;
}

.hd-landing-section__sub {
  color: rgba(148, 163, 184, 0.95);
  max-width: 38rem;
  margin-bottom: 2.5rem;
}

.hd-landing-card {
  height: 100%;
  padding: 1.75rem;
  border-radius: 1rem;
  background: rgba(18, 18, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.hd-landing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(139, 92, 246, 0.12);
}

.hd-landing-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1.1rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(236, 72, 153, 0.2));
}

.hd-landing-card h3 {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #f8fafc;
  margin-bottom: 0.5rem;
}

.hd-landing-card p {
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.hd-landing-stat {
  text-align: center;
  padding: 1.5rem;
}

.hd-landing-stat strong {
  display: block;
  font-family: Syne, sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  background: linear-gradient(135deg, #c4b5fd, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1;
}

.hd-landing-stat span {
  font-size: 0.9rem;
  color: rgba(148, 163, 184, 0.9);
  margin-top: 0.35rem;
  display: block;
}

.hd-landing-cta-band {
  position: relative;
  padding: 3.5rem 2rem;
  border-radius: 1.25rem;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(219, 39, 119, 0.12) 100%);
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.hd-landing-cta-band::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 120deg, transparent, rgba(139, 92, 246, 0.08), transparent 40%);
  animation: hd-landing-spin 14s linear infinite;
  pointer-events: none;
}

@keyframes hd-landing-spin {
  to { transform: rotate(360deg); }
}

.hd-landing-cta-band .container {
  position: relative;
  z-index: 1;
}

.hd-landing-cta-band h2 {
  font-family: Syne, sans-serif;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 0.75rem;
}

.hd-landing-cta-band p {
  color: rgba(226, 232, 240, 0.8);
  max-width: 32rem;
  margin: 0 auto 1.5rem;
}

.hd-landing-contact {
  border-radius: 1.25rem;
  padding: 2.5rem;
  background: rgba(12, 12, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 64px -24px rgba(0, 0, 0, 0.75);
}

/* İletişim — gönder: kurumsal yumuşak preloader */
.hd-landing-submit-btn {
  position: relative;
  min-width: 12.5rem;
  min-height: 3rem;
  overflow: hidden;
  transition: box-shadow 0.45s ease, transform 0.35s ease;
}

.hd-landing-submit-btn:disabled {
  opacity: 1;
  pointer-events: none;
  cursor: progress;
}

.hd-landing-submit-btn__inner {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 2.75rem;
}

.hd-landing-submit-btn__label,
.hd-landing-submit-btn__busy {
  grid-area: 1 / 1;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.hd-landing-submit-btn__label {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hd-landing-submit-btn__busy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.15rem 0;
  opacity: 0;
  transform: scale(0.92) translateY(4px);
  filter: blur(4px);
  pointer-events: none;
}

.hd-landing-submit-btn.is-sending .hd-landing-submit-btn__label {
  opacity: 0;
  transform: scale(0.94) translateY(-6px);
  filter: blur(3px);
}

.hd-landing-submit-btn.is-sending .hd-landing-submit-btn__busy {
  opacity: 1;
  transform: scale(1) translateY(0);
  filter: blur(0);
}

.hd-landing-submit-btn__glow {
  position: absolute;
  width: 120%;
  height: 180%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 120deg, transparent, rgba(167, 139, 250, 0.35), rgba(244, 114, 182, 0.25), transparent 55%);
  animation: hd-submit-glow-spin 2.8s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.hd-landing-submit-btn.is-sending .hd-landing-submit-btn__glow {
  opacity: 1;
}

@keyframes hd-submit-glow-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.hd-landing-submit-btn__waves {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35rem;
  height: 1.35rem;
  z-index: 1;
}

.hd-landing-submit-btn__wave {
  width: 5px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, #e9d5ff 0%, #f472b6 55%, rgba(147, 197, 253, 0.85) 100%);
  transform-origin: center bottom;
  animation: hd-submit-wave 0.95s ease-in-out infinite;
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.35);
}

.hd-landing-submit-btn__wave:nth-child(2) {
  animation-delay: 0.12s;
}

.hd-landing-submit-btn__wave:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes hd-submit-wave {
  0%, 100% {
    transform: scaleY(0.28);
    opacity: 0.45;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.hd-landing-submit-btn__hint {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.82);
  animation: hd-submit-hint-pulse 1.6s ease-in-out infinite;
}

@keyframes hd-submit-hint-pulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

.hd-landing-submit-btn.is-sending {
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.35),
    0 10px 36px -8px rgba(139, 92, 246, 0.4),
    0 0 48px -12px rgba(236, 72, 153, 0.2);
}

.hd-landing-input {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #f1f5f9 !important;
  border-radius: 0.6rem !important;
}

.hd-landing-input:focus {
  border-color: rgba(139, 92, 246, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2) !important;
}

.hd-landing-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hd-landing-reveal {
  opacity: 0;
  transform: translateY(36px);
}

.hd-landing-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hd-landing-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  padding: 1rem 0;
}

.hd-landing-marquee__track {
  display: flex;
  width: max-content;
  animation: hd-landing-marquee 32s linear infinite;
}

.hd-landing-marquee__inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-shrink: 0;
  padding-right: 3rem;
  white-space: nowrap;
  color: rgba(148, 163, 184, 0.55);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Ekip / proje */
.hd-landing-team-visual {
  border-radius: 1rem;
  padding: 1.75rem;
  background: rgba(15, 15, 22, 0.75);
  border: 1px solid rgba(139, 92, 246, 0.2);
  min-height: 220px;
}

.hd-landing-team-visual__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.875rem;
  color: rgba(226, 232, 240, 0.85);
}

.hd-landing-team-visual__row:last-child {
  border-bottom: 0;
}

.hd-landing-team-visual__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hl-accent), var(--hl-accent-2));
  flex-shrink: 0;
  animation: hd-landing-dot-pulse 2.2s ease-in-out infinite;
}

.hd-landing-team-visual__row:nth-child(2) .hd-landing-team-visual__dot { animation-delay: 0.4s; }
.hd-landing-team-visual__row:nth-child(3) .hd-landing-team-visual__dot { animation-delay: 0.8s; }

@keyframes hd-landing-dot-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

/* Fiyatlandırma */
.hd-landing-price-group {
  margin-bottom: 3.5rem;
}

.hd-landing-price-group__head {
  margin-bottom: 1.5rem;
}

.hd-landing-price-group__head h3 {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #f8fafc;
  margin-bottom: 0.35rem;
}

.hd-landing-price-group__head p {
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.9rem;
  margin: 0;
  max-width: 42rem;
}

.hd-landing-price {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.35rem;
  border-radius: 1rem;
  background: rgba(14, 14, 20, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.hd-landing-price:hover {
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 20px 40px -18px rgba(0, 0, 0, 0.65);
  transform: translateY(-4px);
}

.hd-landing-price--highlight {
  border-color: rgba(139, 92, 246, 0.45);
  background: linear-gradient(160deg, rgba(124, 58, 237, 0.12) 0%, rgba(14, 14, 20, 0.92) 45%);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.15);
}

.hd-landing-price__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fda4af;
  background: rgba(244, 63, 94, 0.15);
  border: 1px solid rgba(244, 63, 94, 0.35);
  padding: 0.2rem 0.5rem;
  border-radius: 0.35rem;
  margin-bottom: 0.65rem;
}

.hd-landing-price__name {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #f1f5f9;
  margin-bottom: 0.35rem;
}

.hd-landing-price__quota {
  font-size: 0.85rem;
  color: rgba(167, 139, 250, 0.95);
  margin-bottom: 1rem;
  min-height: 2.6rem;
}

.hd-landing-price__list {
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.85);
  text-decoration: line-through;
  margin-bottom: 0.15rem;
}

.hd-landing-price__launch {
  font-size: 1.65rem;
  font-weight: 800;
  font-family: Syne, sans-serif;
  color: #f8fafc;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}

.hd-landing-price__launch small {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(148, 163, 184, 0.9);
}

.hd-landing-price__annual {
  font-size: 0.8rem;
  color: rgba(52, 211, 153, 0.95);
  margin-bottom: 1rem;
  flex-grow: 1;
}

.hd-landing-price__tech {
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.85);
  margin-bottom: 1rem;
  line-height: 1.45;
}

.hd-landing-price .hd-landing-btn-glow {
  width: 100%;
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
}

/* Sabit CTA — kayıt + paketler */
.hd-landing-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0.65rem 1rem;
  padding-bottom: max(0.65rem, env(safe-area-inset-bottom));
  background: rgba(6, 6, 10, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(139, 92, 246, 0.25);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
}

.hd-landing-sticky-cta .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
}

@media (min-width: 768px) {
  .hd-landing-sticky-cta .container {
    justify-content: flex-end;
  }
  .hd-landing-sticky-cta__text {
    margin-right: auto;
    text-align: left !important;
    max-width: min(28rem, 42vw);
  }
}

.hd-landing-sticky-cta__text {
  font-size: 0.85rem;
  color: rgba(226, 232, 240, 0.88);
  margin: 0;
  text-align: center;
}

/* Sabit alt CTA için footer üstü boşluk (yalnızca giriş yapmamış ziyaretçi) */
.hd-landing-page--sticky {
  padding-bottom: 5.25rem;
}

@keyframes hd-landing-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hd-landing-hero__grid,
  .hd-landing-hero__orb,
  .hd-landing-badge,
  .hd-landing-cta-band::before,
  .hd-landing-marquee__track,
  .hd-landing-bg-live__gradient,
  .hd-landing-bg-live__orbit,
  .hd-landing-bg-live__blob,
  .hd-landing-team-visual__dot {
    animation: none !important;
  }
  .hd-landing-submit-btn__glow,
  .hd-landing-submit-btn__wave,
  .hd-landing-submit-btn__hint {
    animation: none !important;
  }
  .hd-landing-submit-btn.is-sending .hd-landing-submit-btn__busy {
    filter: none;
  }
  .hd-landing-reveal,
  .hd-landing-hero-item {
    opacity: 1;
    transform: none;
  }
}
