/* Webtasarlat Premium Styles */
:root {
  --brand: #e60000;
  --brand-dark: #cc0000;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  background-color: #030712;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  margin: 0;
}

/* Sticky footer */
.site-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.site-main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.site-footer-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem 1.5rem;
}

.site-footer-bar__copy {
  margin: 0;
  justify-self: start;
  text-align: left;
}

.site-footer-payments {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer-payments__img {
  display: block;
  width: auto;
  max-width: min(100%, 22rem);
  height: auto;
  max-height: 1.75rem;
  object-fit: contain;
  opacity: 0.92;
}

.site-footer-bar__social {
  justify-self: end;
}

@media (max-width: 767px) {
  .site-footer-bar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 1rem;
  }

  .site-footer-bar__copy {
    justify-self: center;
    order: 1;
  }

  .site-footer-bar__social {
    justify-self: center;
    order: 2;
  }

  .site-footer-payments {
    order: 3;
    width: 100%;
    padding-top: 0.25rem;
  }

  .site-footer-payments__img {
    max-width: 100%;
    max-height: 2rem;
  }
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto !important;
}

.page-content {
  flex: 1 1 auto;
  width: 100%;
}

.glass {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 1rem;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(230, 0, 0, 0.25);
}

.btn-primary:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(230, 0, 0, 0.35);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: #111;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  transition: all 0.25s ease;
}

.btn-secondary:hover {
  border-color: #d1d5db;
  background: #f9fafb;
  transform: translateY(-1px);
}

.text-brand { color: var(--brand); }

/* Topbar — kurumsal renk */
.topbar {
  background: linear-gradient(90deg, var(--brand-dark) 0%, var(--brand) 50%, #ff1a1a 100%);
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.topbar-links {
  flex-wrap: wrap;
}

.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.topbar-link:hover {
  color: #fff;
  opacity: 1;
}

.topbar-icon {
  width: 0.95rem;
  height: 0.95rem;
  stroke: currentColor;
  flex-shrink: 0;
  opacity: 0.9;
}

.topbar-campaign {
  margin: 0;
  text-align: right;
}

.topbar-campaign-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  color: #fff;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  backdrop-filter: blur(4px);
}

/* Icons (Lucide) */
.icon,
.nav-icon {
  width: 1.125rem;
  height: 1.125rem;
  stroke: currentColor;
  flex-shrink: 0;
}

.nav-icon--light { stroke: #fff; }
.nav-icon--muted { width: 1rem; height: 1rem; opacity: 0.35; }

/* Site header & navigation */
.site-header {
  overflow: visible;
  --nav-pill-bg: rgba(243, 244, 246, 0.85);
  --header-logo-h: 2.5rem;      /* 40px — önceki h-8 (32px) + %25 */
  --header-logo-h-lg: 2.8125rem; /* 45px — önceki lg:h-9 (36px) + %25 */
  --header-inner-h: 4.5rem;      /* 72px — önceki h-16 (64px) */
  --header-inner-h-lg: 5.25rem;  /* 84px — önceki 4.5rem (72px) */
}

.header-inner {
  min-height: var(--header-inner-h);
}

@media (min-width: 1024px) {
  .header-inner {
    min-height: var(--header-inner-h-lg);
  }
}

.header-logo {
  height: var(--header-logo-h);
  width: auto;
  max-width: none;
}

@media (min-width: 1024px) {
  .header-logo {
    height: var(--header-logo-h-lg);
  }
}

.header-bar {
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header:has(.nav-link.is-active) .header-bar,
.site-header:hover .header-bar {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.nav-pill {
  gap: 0.25rem;
  padding: 0.35rem;
  background: var(--nav-pill-bg);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 9999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: visible;
}

.header-bar,
.header-inner {
  overflow: visible;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.95rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-link:hover {
  color: #111827;
  background: rgba(255, 255, 255, 0.55);
}

.nav-link.is-active {
  color: #111827;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.nav-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  color: #9ca3af;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover .nav-link-icon,
.nav-link.is-active .nav-link-icon {
  background: rgba(230, 0, 0, 0.08);
  color: var(--brand);
}

.nav-link.is-active .nav-link-icon {
  background: rgba(230, 0, 0, 0.12);
}

.nav-link--parent {
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
}

.nav-link--parent.is-open,
.nav-link--parent:hover {
  color: #111827;
  background: rgba(255, 255, 255, 0.55);
}

.nav-link--placeholder {
  cursor: default;
  color: #9ca3af;
}

.nav-chevron {
  width: 0.875rem;
  height: 0.875rem;
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-link--parent.is-open .nav-chevron,
.mobile-nav-link[aria-expanded="true"] .nav-chevron {
  transform: rotate(180deg);
  opacity: 0.85;
}

.nav-dropdown {
  position: relative;
  z-index: 20;
}

.nav-dropdown:hover,
.nav-dropdown:focus-within {
  z-index: 70;
}

/* Alt menü: transform YOK — kayma/animasyon bug'ını önler */
.nav-dropdown-anchor {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  margin: 0;
  padding: 0.5rem 0 0;
  min-width: 17rem;
  width: max-content;
  max-width: 20rem;
  z-index: 70;
  transform: none !important;
  animation: none !important;
}

.nav-dropdown-panel {
  position: static;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  transform: none !important;
  animation: none !important;
}

.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4b5563;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-dropdown-item:hover {
  background: #f9fafb;
  color: #111827;
}

.nav-dropdown-item.is-active {
  background: rgba(230, 0, 0, 0.06);
  color: var(--brand);
}

.nav-dropdown-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: #f3f4f6;
  color: #6b7280;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-dropdown-item:hover .nav-dropdown-item-icon,
.nav-dropdown-item.is-active .nav-dropdown-item-icon {
  background: rgba(230, 0, 0, 0.1);
  color: var(--brand);
}

/* Mobile drawer (sağdan sola) */
body.mobile-menu-open {
  overflow: hidden;
}

.mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(17, 24, 39, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  width: min(20rem, 88vw);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-left: 1px solid #f3f4f6;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  will-change: transform;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-shrink: 0;
  min-height: var(--header-inner-h);
  padding: 0 1rem 0 1.25rem;
  border-bottom: 1px solid #f3f4f6;
  background: #fff;
}

.mobile-drawer-logo {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mobile-drawer-logo .header-logo {
  height: 2.25rem;
  width: auto;
  max-width: 10rem;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.mobile-drawer-logo:hover .header-logo {
  transform: scale(1.02);
}

.mobile-drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  transition: background 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.mobile-drawer-close:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.mobile-drawer-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 1rem max(1.25rem, env(safe-area-inset-bottom));
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.mobile-drawer-cta {
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

.mobile-nav-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-nav-submenu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.5rem;
  margin-left: 1.25rem;
  border-left: 2px solid #f3f4f6;
}

.mobile-nav-sublink {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4b5563;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-sublink:hover,
.mobile-nav-sublink.is-active {
  background: rgba(230, 0, 0, 0.05);
  color: var(--brand);
}

.mobile-nav-sublink-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: #f3f4f6;
  color: #6b7280;
}

.mobile-nav-sublink.is-active .mobile-nav-sublink-icon {
  background: rgba(230, 0, 0, 0.1);
  color: var(--brand);
}

.mobile-nav-link--placeholder {
  cursor: default;
  color: #9ca3af;
}

.nav-cta {
  gap: 0.5rem;
  padding-left: 1.15rem;
  padding-right: 1.25rem;
  border-radius: 9999px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1rem;
  border-radius: 1rem;
  color: #374151;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mobile-nav-link:hover {
  background: #f9fafb;
  border-color: #f3f4f6;
}

.mobile-nav-link.is-active {
  background: rgba(230, 0, 0, 0.05);
  border-color: rgba(230, 0, 0, 0.12);
  color: #111827;
}

.mobile-nav-link.is-active .mobile-nav-icon {
  background: rgba(230, 0, 0, 0.12);
  color: var(--brand);
}

.mobile-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #f3f4f6;
  color: #6b7280;
  flex-shrink: 0;
}

[x-cloak] {
  display: none !important;
}

/* Hero */
.hero-gradient {
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(230, 0, 0, 0.08), transparent),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(99, 102, 241, 0.05), transparent),
    #ffffff;
}

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

.hero-mesh::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  top: -200px;
  right: -100px;
  background: radial-gradient(circle, rgba(230, 0, 0, 0.06) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite;
}

.hero-mesh::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: -100px;
  left: -50px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -20px); }
}

/* Hero sağ görsel alanı — sabit 4:3, admin’den yüklenir */
.hero-visual {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .hero-visual {
    justify-content: flex-end;
  }
}

.hero-visual__frame {
  width: 100%;
  max-width: var(--hero-max-width, 560px);
  aspect-ratio: var(--hero-aspect, 4 / 3);
  border-radius: 1.5rem;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f9fb 0%, #fff 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.hero-visual__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-visual__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  color: #9ca3af;
  background: repeating-linear-gradient(
    -45deg,
    #f9fafb,
    #f9fafb 10px,
    #f3f4f6 10px,
    #f3f4f6 20px
  );
}

.hero-visual__placeholder-size {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
}

.hero-visual__placeholder-hint {
  font-size: 0.75rem;
}

/* Package cards */
.package-card {
  position: relative;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card:hover {
  border-color: rgba(230, 0, 0, 0.2);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.package-card.is-popular {
  border-color: var(--brand);
  box-shadow: 0 8px 40px rgba(230, 0, 0, 0.12);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  white-space: nowrap;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

/* Stats */
.stat-card {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand), #ff4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Testimonial */
.testimonial-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  padding: 2rem;
  min-height: 200px;
}

/* FAQ */
.faq-item {
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

/* Template card */
.template-card {
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.template-card:hover {
  box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.template-card img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
}

/* Theme showcase — type filters (mobile-first) */
.theme-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  position: sticky;
  top: calc(var(--header-height, 5rem) + 0.35rem);
  z-index: 20;
  padding: 0.5rem;
  margin-bottom: 3rem;
  background: #fafafa;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.theme-filter-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 100%;
  min-height: 3.75rem;
  padding: 0.5rem 0.35rem;
  border-radius: 0.75rem;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #4b5563;
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.theme-filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.theme-filter-icon .nav-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.theme-filter-label {
  display: block;
  max-width: 100%;
}

.theme-filter-label-full {
  display: none;
}

.theme-filter-label-short {
  display: block;
}

@media (min-width: 640px) {
  .theme-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0 1rem;
    margin-bottom: 3rem;
    background: linear-gradient(to bottom, #fafafa 70%, transparent);
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .theme-filter-btn {
    flex-direction: row;
    width: auto;
    min-height: auto;
    padding: 0.65rem 1.15rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    text-align: left;
  }

  .theme-filter-label-full {
    display: inline;
  }

  .theme-filter-label-short {
    display: none;
  }
}

.theme-filter-btn:hover {
  border-color: rgba(230, 0, 0, 0.25);
  color: #111;
}

.theme-filter-btn.is-active {
  background: var(--brand, #e60000);
  border-color: var(--brand, #e60000);
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(230, 0, 0, 0.45);
}

.theme-filter-btn.is-active .theme-filter-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.theme-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.35rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  background: #f3f4f6;
  color: #6b7280;
}

.theme-type-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(17, 17, 17, 0.75);
  color: #fff;
  backdrop-filter: blur(6px);
}

.theme-showcase-card[x-cloak] {
  display: none !important;
}

/* About page */
.about-hero {
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand, #e60000);
}

.about-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #111827;
  margin-bottom: 1.25rem;
}

.about-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #6b7280;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-visual {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  box-shadow: 0 32px 64px -24px rgba(0, 0, 0, 0.18);
  aspect-ratio: 21 / 9;
  background: #f3f4f6;
}

.about-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-block {
  padding: 4.5rem 0;
}

.about-block--muted {
  background: #f9fafb;
}

.about-block--cta {
  padding-bottom: 5rem;
}

.about-split {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .about-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2.5rem 3rem;
  }
}

.about-split-aside .about-eyebrow {
  margin-bottom: 0;
  font-size: 0.8125rem;
}

.about-split-thumb {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f3f4f6;
}

.about-split-thumb img,
.about-split-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-split-media {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.12);
}

.about-split-media img {
  aspect-ratio: 4 / 5;
}

.about-prose {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #4b5563;
}

.about-prose p {
  margin-bottom: 1rem;
}

.about-prose p:last-child {
  margin-bottom: 0;
}

.about-prose--light {
  color: #d1d5db;
}

.about-prose--light p {
  color: #d1d5db;
}

.about-dark-band {
  position: relative;
  padding: 4.5rem 0;
  background: #0f0f0f;
  overflow: hidden;
}

.about-dark-band-glow {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(230, 0, 0, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

.about-glass-card {
  position: relative;
  padding: 2rem 1.75rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.about-glass-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
  background: rgba(230, 0, 0, 0.15);
  color: #fff;
}

.about-glass-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.about-section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3rem;
}

.about-section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.about-values-grid {
  display: grid;
  gap: 1rem;
}

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

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

.about-value {
  position: relative;
  padding: 1.5rem 1.25rem 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  border-left: 3px solid var(--brand, #e60000);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-value:hover {
  box-shadow: 0 12px 32px -12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.about-value-num {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #e5e7eb;
}

.about-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: rgba(230, 0, 0, 0.08);
  color: var(--brand, #e60000);
}

.about-value-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.35rem;
}

.about-value-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6b7280;
}

.about-team-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .about-team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.about-team-photo {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.12);
}

.about-team-photo img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  display: block;
}

.about-wide-visual {
  position: relative;
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #f3f4f6;
}

.about-wide-visual img {
  width: 100%;
  max-height: 26rem;
  object-fit: cover;
  display: block;
}

.about-wide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.about-wide-caption strong {
  font-size: 1.125rem;
  font-weight: 700;
}

.about-wide-caption span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
}

.about-cta-card {
  text-align: center;
  padding: 2.5rem 1.75rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.25);
}

.about-cta-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
}

.about-cta-text {
  font-size: 1rem;
  color: #9ca3af;
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  line-height: 1.65;
}

/* Floating pulse */
.float-pulse {
  animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
}

/* Logo carousel */
.logo-track {
  display: flex;
  gap: 3rem;
  animation: scroll-logos 30s linear infinite;
}

@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Section */
.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* CTA */
.cta-section {
  background: linear-gradient(135deg, #111 0%, #1f1f1f 100%);
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(230,0,0,0.2) 0%, transparent 70%);
}

/* Contact page */
.contact-hero {
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand, #e60000);
}

.contact-title {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  margin-bottom: 1rem;
}

.contact-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #6b7280;
  max-width: 40rem;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3rem;
  }
}

.contact-info-heading {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.contact-info-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.contact-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.125rem;
  border-radius: 1rem;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}

a.contact-card:hover {
  border-color: rgba(230, 0, 0, 0.2);
  box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.contact-card--static {
  cursor: default;
}

.contact-card--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.35);
}

.contact-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: rgba(230, 0, 0, 0.08);
  color: var(--brand, #e60000);
}

.contact-card-icon--wa {
  background: rgba(37, 211, 102, 0.12);
  color: #16a34a;
}

.contact-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}

.contact-card-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

.contact-card-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

.contact-card-arrow {
  flex-shrink: 0;
  opacity: 0.35;
}

.contact-side-note {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding: 1rem 1.125rem;
  border-radius: 1rem;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.55;
}

.contact-side-note svg {
  flex-shrink: 0;
  color: var(--brand, #e60000);
  margin-top: 0.1rem;
}

.contact-form-wrap {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.12);
}

@media (min-width: 640px) {
  .contact-form-wrap {
    padding: 2rem;
  }
}

.contact-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border-radius: 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.contact-alert svg {
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.contact-alert--success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.contact-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}

.contact-label span {
  color: var(--brand, #e60000);
}

.contact-input-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-input-wrap:focus-within {
  border-color: var(--brand, #e60000);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.08);
}

.contact-input-wrap--textarea {
  align-items: flex-start;
}

.contact-input-wrap--textarea .contact-input-icon {
  margin-top: 0.85rem;
}

.contact-input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  color: #9ca3af;
  pointer-events: none;
}

.contact-input-wrap:focus-within .contact-input-icon {
  color: var(--brand, #e60000);
}

.contact-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 0;
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  color: #111827;
}

.contact-input::placeholder {
  color: #9ca3af;
}

.contact-input:focus {
  outline: none;
}

.contact-textarea {
  resize: vertical;
  min-height: 7.5rem;
  line-height: 1.55;
}

/* Form */
.form-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.1);
}

/* Checkout — premium, aydınlık, mobil uyumlu */
.ck {
  background: #fafafa;
}

.ck-wrap {
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .ck-wrap {
    padding: 0 1.5rem;
  }
}

.ck-head {
  margin-bottom: 2rem;
}

.ck-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: 0.8125rem;
}

.ck-trail-item {
  color: #9ca3af;
  font-weight: 500;
}

.ck-trail-item::after {
  content: '/';
  margin-left: 0.5rem;
  color: #d1d5db;
  font-weight: 400;
}

.ck-trail-item:last-child::after {
  content: none;
}

.ck-trail-item.is-done {
  color: #6b7280;
}

.ck-trail-item.is-current {
  color: #111827;
  font-weight: 600;
}

.ck-headline {
  margin: 0;
  font-size: clamp(1.625rem, 4vw, 2.125rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #111827;
  line-height: 1.15;
}

.ck-alert--success {
  background: #f0fdf4;
  color: #166534;
  border-color: #bbf7d0;
}

.ck-login-prompt {
  margin-top: 0.75rem;
  padding: 0.875rem 1rem;
  border-radius: 0.875rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.ck-login-prompt p {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #9a3412;
}

.ck-login-prompt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: var(--brand);
  border-radius: 0.625rem;
  text-decoration: none;
}

.ck-login-prompt-btn:hover {
  background: var(--brand-dark, #cc0000);
}

.ck-logged-in {
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  font-size: 0.875rem;
  color: #166534;
}

.ck-logged-in p {
  margin: 0 0 0.5rem;
}

.ck-alert {
  margin-bottom: 1.25rem;
  padding: 0.875rem 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.875rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ck-form {
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .ck-form {
    padding-bottom: 0;
  }
}

.ck-columns {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .ck-columns {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1.75rem;
  }
}

.ck-ticket {
  background: #fff;
  border: 1px solid #ececec;
  border-top: 3px solid var(--brand);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 12px 40px -20px rgba(17, 24, 39, 0.12);
}

@media (min-width: 1024px) {
  .ck-ticket {
    flex: 0 0 21.5rem;
    position: sticky;
    top: 5.5rem;
    padding: 1.75rem;
  }
}

.ck-ticket-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ca3af;
}

.ck-ticket-package {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  line-height: 1.2;
}

.ck-ticket-theme {
  margin: 0.35rem 0 1.25rem;
  font-size: 0.9375rem;
  color: #6b7280;
}

.ck-ticket-meta {
  margin: 0 0 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f3f4f6;
}

.ck-ticket-meta div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.875rem;
}

.ck-ticket-meta dt {
  color: #6b7280;
  font-weight: 500;
}

.ck-ticket-meta dd {
  margin: 0;
  font-weight: 700;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.ck-ticket-field {
  margin-bottom: 1.25rem;
}

.ck-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #4b5563;
}

.ck-req {
  color: var(--brand);
}

.ck-domain-status {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #64748b;
}

.ck-domain-status--checking {
  color: #64748b;
}

.ck-domain-status--available {
  color: #15803d;
}

.ck-domain-status--taken,
.ck-domain-status--invalid {
  color: #b91c1c;
}

.ck-domain-status--unknown,
.ck-domain-status--unsupported,
.ck-domain-status--rate_limited {
  color: #b45309;
}

.ck-select {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.8125rem 2.75rem 0.8125rem 1rem;
  font: 600 0.9375rem/1.3 inherit;
  color: #111827;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ck-select:focus {
  outline: none;
  background-color: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.1);
}

.ck-ticket-amounts {
  padding-top: 0.25rem;
}

.ck-amount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.ck-amount-row span:last-child {
  font-weight: 600;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.ck-amount-row--off span:last-child {
  color: #047857;
}

.ck-amount-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
}

.ck-amount-total span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

.ck-amount-total strong {
  font-size: 1.625rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.ck-btn-desktop {
  display: none;
  margin-top: 1.5rem;
  padding: 1rem;
  font-size: 0.9375rem;
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .ck-btn-desktop {
    display: flex;
  }
}

/* Form kartı */
.ck-sheet {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 12px 40px -24px rgba(17, 24, 39, 0.1);
}

@media (min-width: 640px) {
  .ck-sheet {
    padding: 2rem 2rem 2.25rem;
  }
}

.ck-group {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.ck-group + .ck-group {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #f3f4f6;
}

.ck-group-title {
  display: block;
  width: 100%;
  margin: 0 0 1.25rem;
  padding-left: 0.875rem;
  border-left: 3px solid var(--brand);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111827;
  line-height: 1.35;
}

.ck-group-title:has(+ .ck-group-note) {
  margin-bottom: 0.45rem;
}

.ck-group-note {
  margin: 0 0 1.35rem;
  padding-left: 0.875rem;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.55;
  max-width: 36rem;
}

.ck-group--payment .ck-group-title {
  margin-bottom: 0.4rem;
}

.ck-group--payment .ck-group-note {
  margin-bottom: 1.5rem;
}

.ck-divider {
  height: 1px;
  margin: 2rem 0;
  background: #f3f4f6;
  border: 0;
}

.ck-grid-fields {
  display: grid;
  gap: 1.125rem;
}

@media (min-width: 640px) {
  .ck-grid-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ck-input-wrap--full {
  grid-column: 1 / -1;
}

.ck-input {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.8125rem 1rem;
  font-size: 1rem;
  color: #111827;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ck-input::placeholder {
  color: #a1a1aa;
}

.ck-input:hover {
  border-color: #d1d5db;
}

.ck-input:focus {
  outline: none;
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.1);
}

/* Mobil alt dock */
.ck-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.625rem 1rem;
  padding-bottom: max(0.625rem, env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -8px 30px rgba(17, 24, 39, 0.08);
}

@media (min-width: 1024px) {
  .ck-dock {
    display: none;
  }
}

.ck-dock-inner {
  max-width: 68rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ck-dock-total {
  flex: 1;
  min-width: 0;
}

.ck-dock-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}

.ck-dock-total strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
}

.ck-dock-btn {
  flex-shrink: 0;
  min-height: 3.125rem;
  padding: 0 1.5rem;
  font-size: 0.9375rem;
  border-radius: 1rem;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .ck-amount-total {
    display: none;
  }

  .ck-ticket-amounts {
    padding-top: 0;
    margin-top: -0.25rem;
  }

  .ck-amount-row {
    font-size: 0.8125rem;
  }
}

/* Ödeme yöntemi seçimi */
.pay-methods {
  display: grid;
  gap: 0.75rem;
}

.pay-methods--checkout {
  margin-top: 0;
}

@media (min-width: 640px) {
  .pay-methods--checkout {
    grid-template-columns: 1fr 1fr;
  }
}

.pay-method-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  background: #fafafa;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.pay-method-card:has(.pay-method-input:checked) {
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.08);
}

.pay-method-input {
  margin-top: 0.2rem;
  accent-color: var(--brand);
}

.pay-method-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pay-method-body strong {
  font-size: 0.9375rem;
  color: #111827;
}

.pay-method-body span {
  font-size: 0.8125rem;
  color: #6b7280;
}

/* Havale/EFT talimat sayfası */
.pay-transfer-head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.pay-transfer-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 1.5rem;
  font-weight: 800;
}

.pay-transfer-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.pay-transfer-lead {
  color: #4b5563;
  line-height: 1.6;
}

.pay-transfer-amount {
  text-align: center;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
  border: 1px solid #fecaca;
}

.pay-transfer-amount span {
  display: block;
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.pay-transfer-amount strong {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--brand);
}

.pay-transfer-ref {
  text-align: center;
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 1.25rem;
}

.pay-transfer-ref code {
  font-family: ui-monospace, monospace;
  font-size: 0.75rem;
  background: #f3f4f6;
  padding: 0.15rem 0.4rem;
  border-radius: 0.375rem;
}

.pay-transfer-bank {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pay-transfer-row {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid #f3f4f6;
}

.pay-transfer-row:last-child {
  border-bottom: 0;
}

.pay-transfer-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.pay-transfer-value-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.pay-transfer-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  word-break: break-word;
}

.pay-copy-btn {
  flex-shrink: 0;
  min-height: 2.25rem;
  padding: 0 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #374151;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pay-copy-btn:hover {
  background: #fff;
  border-color: #d1d5db;
}

.pay-copy-btn.is-copied {
  color: #15803d;
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.pay-transfer-warning {
  padding: 1rem 1.15rem;
  border-radius: 0.875rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  font-size: 0.875rem;
}

.pay-transfer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.pay-transfer-notify {
  margin: 1.25rem 0;
  display: flex;
  justify-content: center;
}

.pay-transfer-notify .btn-admin {
  width: 100%;
  max-width: 20rem;
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #e60000;
  border-radius: 0.625rem;
  border: none;
  cursor: pointer;
}

/* Sizi arayalım modal */
body.cb-modal-open {
  overflow: hidden;
}

.cb-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cb-modal[hidden] {
  display: none !important;
}

.cb-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}

.cb-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 26rem;
  padding: 1.75rem 1.5rem 1.5rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
  animation: cb-modal-in 0.25s ease;
}

@keyframes cb-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cb-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 1.25rem;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}

.cb-modal__close:hover {
  background: #e5e7eb;
  color: #111827;
}

.cb-modal__title {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
}

.cb-modal__text {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.55;
}

.cb-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cb-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
}

.cb-req {
  color: #e60000;
}

.cb-input {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.625rem;
  font-size: 1rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.cb-input:focus {
  outline: none;
  border-color: #e60000;
  box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.1);
}

.cb-input.is-invalid {
  border-color: #dc2626;
}

.cb-error {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  color: #dc2626;
}

.cb-form-message {
  margin: 0;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.cb-form-message--success {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.cb-form-message--error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.cb-modal__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.cb-modal__actions .btn-primary,
.cb-modal__actions .btn-secondary {
  flex: 1;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.cb-modal__cancel {
  flex: 0 0 auto;
}

/* Admin styles in admin.css */
