/* ScriptSatis — Modern canlı tema */
:root {
  --color-primary: #1e3a5f;
  --color-accent: #0d9488;
  --color-accent-2: #6366f1;
  --color-accent-hover: #0f766e;
  --color-dark: #0f172a;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-bg: #f0f4ff;
  --color-surface: #ffffff;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --btn-radius: 999px;
  --shadow: 0 8px 32px rgba(30, 58, 95, 0.1);
  --shadow-glow: 0 12px 40px rgba(13, 148, 136, 0.22);
  --header-h: 76px;
  --gradient-hero: linear-gradient(125deg, #eef2ff 0%, #ecfdf5 35%, #f0fdfa 60%, #fff 100%);
  --gradient-mesh: radial-gradient(ellipse 80% 60% at 10% 20%, rgba(99, 102, 241, 0.18), transparent),
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(13, 148, 136, 0.2), transparent),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(30, 58, 95, 0.08), transparent);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-dark);
  background: var(--color-bg);
  background-image: var(--gradient-mesh);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--color-accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--color-accent-hover); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.25; }
.container { width: min(1200px, 92%); margin: 0 auto; }
main .section,
.trust-marquee {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
.perf-below-fold {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; padding: .5rem 1rem; background: var(--color-accent); color: #fff; }
.skip-link:focus { left: 0; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid transparent;
  height: var(--header-h);
  transition: box-shadow 0.35s, background 0.35s, border-color 0.35s;
}
.site-header.scrolled {
  background: rgba(255,255,255,.95);
  border-bottom-color: var(--color-border);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
.navbar-custom {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h); gap: 1rem;
}
.brand { display: flex; align-items: center; gap: .6rem; color: var(--color-primary); font-weight: 700; font-family: var(--font-display); }
.brand-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.navbar-toolbar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
  flex-shrink: 0;
}
.nav-panel { display: flex; align-items: center; }
.nav-panel-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.nav-panel--desktop .nav-drawer-head { display: none; }
.nav-drawer-auth {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.nav-drawer-auth--logged-in {
  gap: 0.5rem;
  padding: 0.4rem 0.55rem 0.4rem 0.65rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
}
.nav-drawer-auth--logged-in .nav-auth-btn {
  font-weight: 700;
  white-space: nowrap;
}
.nav-drawer-auth--logged-in .nav-auth-btn--account {
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.4);
}
.nav-drawer-auth--logged-in .nav-auth-btn--support {
  border-width: 2px;
  background: #fff;
}
.nav-drawer-auth--logged-in .nav-auth-btn--support:hover {
  background: rgba(13, 148, 136, 0.06);
}
.nav-drawer-auth--logged-in .nav-auth-btn--logout {
  font-weight: 600;
  opacity: 0.85;
}
.nav-drawer-auth--logged-in .nav-auth-btn i {
  font-size: 1.05em;
}
/* Masaüstü misafir — Giriş / Kayıt */
.nav-drawer-auth:not(.nav-drawer-auth--logged-in) {
  gap: 0.5rem;
  padding: 0.35rem 0.4rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}
.nav-auth-btn--login {
  background: #fff;
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(30, 58, 95, 0.14);
}
.nav-auth-btn--login:hover {
  background: var(--color-primary);
  color: #fff !important;
  border-color: var(--color-primary) !important;
  box-shadow: 0 4px 14px rgba(30, 58, 95, 0.22);
}
.nav-auth-btn--login i {
  font-size: 1.05em;
}
.nav-auth-btn--register {
  font-weight: 700;
  white-space: nowrap;
}
.nav-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 1.25rem; flex-wrap: wrap; align-items: center; }
.nav-item { position: relative; list-style: none; }
.nav-item > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-dark);
  font-weight: 500;
  font-size: 0.95rem;
  white-space: nowrap;
}
.nav-item > .nav-link:hover { color: var(--color-accent); }
.nav-chevron { font-size: 0.65rem; opacity: 0.7; transition: transform 0.2s; }
.nav-item.has-submenu:hover .nav-chevron { transform: rotate(180deg); }
.nav-submenu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  z-index: 1100;
}
.nav-item.has-submenu:hover > .nav-submenu,
.nav-item.has-submenu:focus-within > .nav-submenu { display: block; }
.nav-submenu .nav-item > .nav-link {
  display: block;
  padding: 0.55rem 1rem;
  white-space: nowrap;
}
.nav-submenu .nav-submenu {
  top: 0;
  left: 100%;
}

@media (min-width: 992px) {
  .navbar-custom { gap: 1.5rem; }
  .nav-panel--desktop {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-left: auto;
    min-width: 0;
  }
  .nav-panel--desktop .nav-panel-inner {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .nav-panel--desktop .nav-links {
    order: 1;
    flex: 1;
    justify-content: flex-end;
    gap: 1rem;
  }
  .nav-panel--desktop .nav-drawer-auth { order: 2; }
  .nav-panel--desktop .nav-drawer-auth .btn { min-height: auto; }
  .nav-panel--desktop .nav-drawer-auth--logged-in .nav-auth-btn,
  .nav-panel--desktop .nav-drawer-auth:not(.nav-drawer-auth--logged-in) .nav-auth-btn {
    min-height: 38px;
    padding: 0.5rem 1rem;
    font-size: 0.86rem;
  }
}
.nav-links a { color: var(--color-dark); font-weight: 500; font-size: .95rem; }
.nav-links a:hover { color: var(--color-accent); }
.nav-actions { display: flex; align-items: center; gap: .75rem; }
.nav-cart {
  position: relative;
  color: var(--color-dark);
  font-size: 1.25rem;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
}
.cart-badge {
  position: absolute; top: -6px; right: -8px;
  background: var(--color-accent); color: #fff; font-size: .65rem;
  min-width: 18px; height: 18px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
  transition: background 0.2s, border-color 0.2s;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-dark);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .65rem 1.25rem; border-radius: var(--btn-radius); font-weight: 600; font-size: .9rem;
  border: 2px solid transparent; cursor: pointer; transition: all .2s;
}
.btn-primary {
  background: linear-gradient(135deg, var(--color-accent), #14b8a6);
  color: #fff; border: none;
  box-shadow: 0 4px 18px rgba(13, 148, 136, 0.35);
  position: relative; overflow: hidden;
}
.btn-primary::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.25) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
  pointer-events: none;
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--color-accent-hover), var(--color-accent));
  color: #fff; transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}
.btn-pop { animation: scale-in 0.35s ease; }
.btn-outline { background: transparent; border-color: var(--color-border); color: var(--color-dark); }
.btn-outline:hover { border-color: var(--color-accent); color: var(--color-accent); }
.btn-ghost { background: transparent; color: var(--color-dark); }
.btn-ghost:hover { color: var(--color-accent); }
.btn-lg { padding: .85rem 1.75rem; font-size: 1rem; }

/* Bölüm altı — belirgin hareketli CTA (Tümünü Gör vb.) */
.section-cta-wrap {
  text-align: center;
  margin-top: 2.75rem;
  padding: 0.5rem 0 1rem;
}
a.btn-cta-shine,
.btn-cta-shine {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.1rem 2.75rem !important;
  min-width: 260px;
  max-width: 100%;
  font-family: var(--font-body);
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.03em;
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: var(--btn-radius) !important;
  background: linear-gradient(
    120deg,
    #1e3a5f 0%,
    #0d9488 35%,
    #6366f1 65%,
    #0d9488 100%
  ) !important;
  background-size: 320% 320% !important;
  animation: gradient-shift 5s ease infinite, cta-glow-pulse 2.8s ease-in-out infinite;
  box-shadow:
    0 12px 40px rgba(13, 148, 136, 0.5),
    0 4px 14px rgba(30, 58, 95, 0.25),
    0 0 0 2px rgba(255, 255, 255, 0.2) inset !important;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
  -webkit-appearance: none;
  appearance: none;
}
.btn-cta-shine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: shimmer 2.4s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.btn-cta-shine::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: var(--btn-radius);
  z-index: -1;
  background: linear-gradient(120deg, var(--color-accent), var(--color-accent-2), #14b8a6);
  background-size: 300% 300%;
  animation: gradient-shift 5s ease infinite;
  opacity: 0.75;
  filter: blur(10px);
}
.btn-cta-shine-text,
.btn-cta-shine i {
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.btn-cta-shine i {
  font-size: 1.35rem !important;
  transition: transform 0.3s ease;
}
a.btn-cta-shine:hover,
.btn-cta-shine:hover {
  transform: translateY(-5px) scale(1.04);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow:
    0 20px 52px rgba(13, 148, 136, 0.6),
    0 0 0 2px rgba(255, 255, 255, 0.3) inset !important;
}
.btn-cta-shine:hover i {
  transform: translateX(6px) scale(1.1);
}
.btn-cta-shine:active {
  transform: translateY(-2px) scale(1.02);
}
.btn-sm { padding: .45rem .9rem; font-size: .82rem; }
.btn-whatsapp { background: #25d366; color: #fff; border-color: #25d366; }
.btn-whatsapp:hover { background: #1da851; color: #fff; }

/* Hero */
.hero {
  padding: 3.5rem 0 4.5rem;
  background: var(--gradient-hero);
  background-size: 200% 200%;
  position: relative; overflow: hidden;
  min-height: 88vh;
  display: flex; align-items: center;
}
html:not(.reduce-motion) .hero {
  animation: gradient-shift 12s ease infinite;
}
.hero-blobs { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-blob {
  position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.55;
  animation: blob-move 14s ease-in-out infinite;
}
.hero-blob-1 { width: 420px; height: 420px; background: rgba(99, 102, 241, 0.35); top: -10%; left: -5%; }
.hero-blob-2 { width: 360px; height: 360px; background: rgba(13, 148, 136, 0.4); top: 20%; right: -8%; animation-delay: -4s; }
.hero-blob-3 { width: 280px; height: 280px; background: rgba(30, 58, 95, 0.2); bottom: 5%; left: 35%; animation-delay: -7s; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.45rem 1rem; border-radius: 999px;
  background: rgba(255,255,255,.85); border: 1px solid rgba(13,148,136,.25);
  font-size: 0.82rem; font-weight: 600; color: var(--color-accent);
  margin-bottom: 1.25rem; animation: fade-up 0.8s ease both;
  box-shadow: 0 4px 20px rgba(13,148,136,.12);
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; animation: pulse-glow 2s infinite; }
.hero h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.35rem); margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--color-primary) 20%, var(--color-accent) 55%, var(--color-accent-2));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: fade-up 0.8s 0.1s ease both;
}
.hero-lead { font-size: 1.12rem; color: var(--color-muted); margin-bottom: 1.75rem; max-width: 520px; animation: fade-up 0.8s 0.2s ease both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; animation: fade-up 0.8s 0.3s ease both; }
.hero-stats {
  display: flex; gap: 1.5rem; flex-wrap: wrap;
  animation: fade-up 0.8s 0.4s ease both;
}
.hero-stat {
  background: rgba(255,255,255,.75); backdrop-filter: blur(8px);
  padding: 1rem 1.35rem; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--shadow); min-width: 120px;
  transition: transform 0.3s;
}
.hero-stat:hover { transform: translateY(-4px) scale(1.02); }
.hero-stat strong { display: block; font-size: 1.65rem; color: var(--color-primary); }
.hero-stat span { font-size: .8rem; color: var(--color-muted); }
.hero-visual { position: relative; animation: scale-in 1s 0.2s ease both; }
.hero-visual-frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 25px 60px rgba(30, 58, 95, 0.2);
  border: 4px solid rgba(255,255,255,.9);
  animation: float-y 6s ease-in-out infinite;
}
.hero-visual-frame img {
  width: 100%; display: block; object-fit: cover;
  transition: opacity 0.4s ease; min-height: 320px;
}
.hero-visual-frame--manset {
  animation: none;
  max-width: min(100%, var(--manset-w, 640px));
  margin-left: auto;
  margin-right: auto;
}
.hero-manset {
  position: relative;
  width: 100%;
  max-height: var(--manset-h, 520px);
  overflow: hidden;
  border-radius: inherit;
}
.hero-manset-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}
.hero-manset-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s;
  z-index: 1;
}
.hero-manset-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.hero-manset-slide-link {
  display: block;
  position: relative;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.hero-manset-slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: inherit;
  display: block;
}
.hero-manset-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.88) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem 1.35rem 1.5rem;
  gap: 0.35rem;
}
.hero-manset-badge {
  align-self: flex-start;
  background: #22c55e;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  text-transform: uppercase;
}
.hero-manset-price {
  align-self: flex-start;
  background: rgba(13, 148, 136, 0.95);
  color: #fff;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 8px;
  font-size: 0.9rem;
}
.hero-manset-title {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.hero-manset-sub {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,.88);
  line-height: 1.4;
}
.hero-manset-btn {
  align-self: flex-start;
  margin-top: 0.45rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff !important;
  background: linear-gradient(120deg, #1e3a5f 0%, #0d9488 38%, #6366f1 72%, #0d9488 100%);
  background-size: 280% 280%;
  animation: gradient-shift 5s ease infinite;
  border-radius: 999px;
  border: none;
  box-shadow:
    0 10px 28px rgba(13, 148, 136, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.22) inset;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s;
  pointer-events: none;
}
.hero-manset-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: shimmer 2.4s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.hero-manset-btn-text,
.hero-manset-btn i {
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.hero-manset-btn i {
  font-size: 1.15rem;
  transition: transform 0.28s ease;
}
.hero-manset-slide-link:hover .hero-manset-btn {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 14px 36px rgba(13, 148, 136, 0.55),
    0 0 0 2px rgba(255, 255, 255, 0.32) inset;
}
.hero-manset-slide-link:hover .hero-manset-btn i {
  transform: translateX(5px) scale(1.08);
}

/* Hero — ana CTA butonları */
.hero-actions .btn-hero-cta {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  line-height: 1.2 !important;
  gap: 0.55rem !important;
  padding: 0.95rem 1.85rem !important;
  font-size: 1rem !important;
  border: none !important;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s;
}
.hero-actions .btn-hero-cta.btn-lg {
  padding: 0.95rem 1.85rem !important;
  font-size: 1rem !important;
}
.hero-actions .btn-hero-cta i {
  font-size: 1.2rem;
  transition: transform 0.28s ease;
}
.hero-actions .btn-hero-cta--primary {
  background: linear-gradient(135deg, var(--color-accent), #14b8a6, #6366f1) !important;
  background-size: 200% 200% !important;
  animation: gradient-shift 6s ease infinite;
  color: #fff !important;
  box-shadow:
    0 10px 32px rgba(13, 148, 136, 0.4),
    0 0 0 2px rgba(255, 255, 255, 0.15) inset !important;
  position: relative;
  overflow: hidden;
}
.hero-actions .btn-hero-cta--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.28) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
  pointer-events: none;
}
.hero-actions .btn-hero-cta--primary span,
.hero-actions .btn-hero-cta--primary i {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
.hero-actions .btn-hero-cta--primary:hover {
  transform: translateY(-3px) scale(1.03);
  color: #fff !important;
  box-shadow: 0 16px 40px rgba(13, 148, 136, 0.5) !important;
}
.hero-actions .btn-hero-cta--shine {
  color: #fff !important;
  background: linear-gradient(120deg, #1e3a5f 0%, #0d9488 35%, #6366f1 65%, #0d9488 100%) !important;
  background-size: 320% 320% !important;
  animation: gradient-shift 5s ease infinite, cta-glow-pulse 2.8s ease-in-out infinite;
  box-shadow:
    0 12px 36px rgba(13, 148, 136, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.2) inset !important;
}
.hero-actions .btn-hero-cta--shine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.42) 50%, transparent 60%);
  background-size: 220% 100%;
  animation: shimmer 2.4s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.hero-actions .btn-hero-cta--shine span,
.hero-actions .btn-hero-cta--shine i {
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.hero-actions .btn-hero-cta--shine:hover {
  transform: translateY(-3px) scale(1.04);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(13, 148, 136, 0.55) !important;
}
.hero-actions .btn-hero-cta--shine:hover i {
  transform: translateX(5px) scale(1.08);
}
.hero-actions .btn-hero-cta--alt {
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--color-primary) !important;
  border: 2px solid rgba(13, 148, 136, 0.35) !important;
  box-shadow: 0 8px 24px rgba(30, 58, 95, 0.12) !important;
}
.hero-actions .btn-hero-cta--alt span,
.hero-actions .btn-hero-cta--alt i {
  color: var(--color-primary) !important;
}
.hero-actions .btn-hero-cta--alt:hover {
  transform: translateY(-3px);
  border-color: var(--color-accent) !important;
  color: var(--color-accent) !important;
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.2) !important;
}
.hero-actions .btn-hero-cta--alt:hover span,
.hero-actions .btn-hero-cta--alt:hover i {
  color: var(--color-accent) !important;
}
.hero-manset-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--color-primary);
  box-shadow: 0 4px 14px rgba(15,23,42,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.hero-manset-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}
.hero-manset-prev { left: 0.65rem; }
.hero-manset-next { right: 0.65rem; }
.hero-manset-dots {
  position: absolute;
  bottom: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 0.4rem;
  pointer-events: none;
}
.hero-manset-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s, background 0.2s;
}
.hero-manset-dot.is-active {
  background: #fff;
  transform: scale(1.2);
}
.hero-float-card {
  position: absolute; background: #fff; border-radius: 14px; padding: 0.85rem 1.1rem;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 0.65rem;
  font-size: 0.85rem; font-weight: 600; z-index: 3;
  animation: float-x 5s ease-in-out infinite;
}
.hero-float-card i { font-size: 1.35rem; color: var(--color-accent); }
.hero-float-1 { top: 12%; left: -8%; animation-delay: 0s; }
.hero-float-2 { bottom: 18%; right: -6%; animation-delay: -2s; animation-name: float-y; }
.hero-orbit {
  position: absolute; width: 120%; height: 120%; top: -10%; left: -10%;
  border: 2px dashed rgba(13,148,136,.15); border-radius: 50%;
  animation: spin-slow 40s linear infinite; pointer-events: none;
}

.search-box {
  background: rgba(255,255,255,.9); border-radius: var(--radius-lg);
  padding: .5rem; box-shadow: var(--shadow-glow); display: flex; gap: .5rem;
  border: 2px solid rgba(13,148,136,.2); max-width: 560px;
  margin-bottom: 1.75rem;
  animation: fade-up 0.8s 0.25s ease both;
}
.search-results-dropdown {
  position: relative; max-width: 560px; margin-top: 0.5rem;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid var(--color-border); overflow: hidden;
}
.search-result-item { display: block; padding: 0.75rem 1rem; color: var(--color-dark); border-bottom: 1px solid var(--color-border); transition: background 0.2s; }
.search-result-item:hover { background: #f0fdfa; color: var(--color-accent); }
.search-empty { padding: 0.75rem 1rem; margin: 0; color: var(--color-muted); font-size: 0.9rem; }
.search-box input {
  flex: 1; border: none; padding: .85rem 1rem; font-size: 1rem; outline: none; border-radius: var(--radius);
}
.search-box button { border-radius: 10px; white-space: nowrap; }

/* Sections */
.section { padding: 4.5rem 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 3rem; }
.section-header h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: .75rem; }
.section-header p { color: var(--color-muted); margin: 0; }
.section-empty {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px dashed var(--color-border, rgba(255,255,255,.12));
  border-radius: var(--radius-lg, 12px);
  color: var(--color-muted);
  max-width: 560px;
  margin: 0 auto 1rem;
}
.section-empty i { font-size: 1.5rem; color: var(--color-accent); margin-right: .35rem; }
.section-empty code { font-size: .85em; }
.section-alt {
  background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.98) 100%);
  position: relative;
}
.section-alt::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  opacity: 0.4;
}
.section-title-glow { color: var(--color-primary); position: relative; display: inline-block; }
.section-header .eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-accent);
  margin-bottom: 1em;
}
.section-header .section-title-glow {
  display: block;
  margin-top: 0;
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.75rem;
}
.card-grid--products { gap: 2rem; }

/* Yazılımlar / kategori listesi — tutarlı görsel oranı */
.catalog-section .card-grid--products .product-card-thumb {
  aspect-ratio: 16 / 10;
  min-height: 0;
  background: #e2e8f0;
}
.catalog-section .card-grid--products .product-card-thumb-link {
  position: absolute;
  inset: 0;
}
.catalog-section .card-grid--products .product-card-thumb .img-zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.catalog-section .product-card-actions {
  width: 100%;
  gap: 0.5rem;
}
.catalog-section .product-card-actions .btn {
  flex: 1;
  justify-content: center;
  min-height: 40px;
  font-weight: 700;
}
.catalog-section .product-btn-detail {
  background: #fff;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07);
}
.catalog-section .product-btn-detail:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30, 58, 95, 0.16);
}
.catalog-section .product-card-actions .btn-primary {
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.32);
}

/* Ürün kartı — zengin */
.product-card--rich {
  background: var(--color-surface);
  border-radius: 20px;
  border: 1px solid var(--color-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(15, 23, 42, 0.04), 0 12px 32px rgba(30, 58, 95, 0.08);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s, border-color 0.3s;
  position: relative;
}
.product-card--rich::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2));
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.product-card--rich:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(13, 148, 136, 0.18), 0 8px 24px rgba(30, 58, 95, 0.1);
  border-color: rgba(13, 148, 136, 0.35);
}
.product-card--rich:hover::before { opacity: 1; }

.product-card-thumb {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #1e3a5f 0%, #0d9488 100%);
  position: relative;
  overflow: hidden;
}
.product-card-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card-thumb-zoom {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
  position: relative;
}
.product-card-zoom-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
  font-size: 1.1rem;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.product-card--rich:hover .product-card-zoom-hint,
.product-card-thumb-zoom:focus-visible .product-card-zoom-hint {
  opacity: 1;
  transform: scale(1);
}
.product-card-thumb-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(15, 23, 42, 0.75) 100%);
  pointer-events: none;
  z-index: 1;
}
.product-card-thumb .img-zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card--rich:hover .img-zoom { transform: scale(1.1); }

.product-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  z-index: 3;
}
.badge-tag {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.badge-tag.sale { background: linear-gradient(135deg, #dc2626, #f97316); }
.badge-tag.new { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.badge-tag.hot { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.badge-tag.featured { background: linear-gradient(135deg, #1e3a5f, #334155); }

.product-card-quick {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
  z-index: 3;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s, transform 0.35s;
}
.product-card--rich:hover .product-card-quick {
  opacity: 1;
  transform: translateY(0);
}
.product-quick-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.82rem;
  border-radius: 10px;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background 0.2s, color 0.2s;
}
.product-quick-btn:hover {
  background: #fff;
  color: var(--color-accent);
}
.product-quick-btn--demo {
  background: rgba(13, 148, 136, 0.92);
  color: #fff;
}
.product-quick-btn--demo:hover {
  background: var(--color-accent-hover);
  color: #fff;
}

.product-card-body {
  padding: 1.35rem 1.4rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card-cat {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent);
  background: rgba(13, 148, 136, 0.1);
  padding: 4px 10px;
  border-radius: 6px;
  width: fit-content;
}
.product-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  font-family: var(--font-display);
}
.product-card-title a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
}
.product-card-title a:hover { color: var(--color-accent); }

.product-card-desc {
  font-size: 0.92rem;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.55;
  flex: 1;
  min-height: 2.8em;
}

.product-card-meta {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0.75rem 0 0;
  border-top: 1px dashed var(--color-border);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.product-card-meta li {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.product-card-meta i { color: var(--color-accent); font-size: 0.9rem; }

.product-card-footer {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(180deg, transparent, #f8fafc 40%);
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  margin-bottom: -1.4rem;
  padding: 1rem 1.4rem 1.4rem;
  border-top: 1px solid var(--color-border);
}
.product-price-block { flex: 1; min-width: 120px; }
.product-price-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-bottom: 2px;
}
.product-price {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.2;
  font-family: var(--font-display);
}
.product-price .old {
  display: block;
  font-size: 0.88rem;
  color: var(--color-muted);
  text-decoration: line-through;
  font-weight: 500;
  margin-top: 2px;
}
.product-card-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.product-card-actions .btn {
  min-height: 42px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.85rem;
}
.product-btn-detail {
  border-width: 2px;
  font-weight: 600;
}

/* Anasayfa ürün kartları — Detay + Sepet eşit buton */
.card-grid--home .product-card-actions {
  width: 100%;
  gap: 0.5rem;
}
.card-grid--home .product-card-actions .btn {
  flex: 1;
  justify-content: center;
  font-weight: 700;
}
.card-grid--home .product-card-actions .btn {
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.card-grid--home .product-btn-detail {
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.1), rgba(13, 148, 136, 0.08));
  border: 2px solid rgba(30, 58, 95, 0.28);
  color: var(--color-primary);
  box-shadow: none;
}
.card-grid--home .product-btn-detail:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: none;
  box-shadow: 0 4px 14px rgba(30, 58, 95, 0.22);
}
.card-grid--home .product-card-actions .btn-primary {
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.32);
}
.card-grid--home .product-card-actions .btn-primary:hover {
  transform: none;
}

/* Mobil: anasayfa ürün/kategori 2 sütun */
@media (max-width: 768px) {
  .card-grid--home,
  .card-grid--products.card-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .category-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .card-grid--home .product-card--rich {
    border-radius: 14px;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    box-shadow: 0 8px 28px rgba(30, 58, 95, 0.08);
  }
  .card-grid--home .product-card--rich::before {
    display: none;
  }
  .card-grid--home .product-card--rich:hover {
    transform: translateY(-6px);
  }
  .card-grid--home .product-card-thumb {
    grid-row: 1;
    grid-column: 1;
    aspect-ratio: 4 / 3;
    border-radius: 14px 14px 0 0;
  }
  .card-grid--home .product-badges {
    top: 8px;
    left: 8px;
    gap: 4px;
  }
  .card-grid--home .badge-tag {
    font-size: 0.55rem;
    padding: 3px 6px;
    border-radius: 6px;
    letter-spacing: 0.04em;
  }
  .card-grid--home .product-card-quick {
    display: none !important;
  }
  .card-grid--home .product-card-body {
    display: contents;
  }
  .card-grid--home .product-card-cat,
  .card-grid--home .product-card-desc,
  .card-grid--home .product-card-meta,
  .card-grid--home .product-demo-buttons {
    display: none !important;
  }
  .card-grid--home .product-card-title {
    grid-row: 1;
    grid-column: 1;
    align-self: end;
    z-index: 3;
    margin: 0;
    padding: 1.75rem 0.45rem 0.55rem;
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
  }
  .card-grid--home .product-card-title a {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    pointer-events: auto;
  }
  .card-grid--home .product-card-footer {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
    padding: 0.55rem 0.55rem 0.65rem;
    border: none;
    border-top: 1px solid var(--color-border);
    border-radius: 0 0 14px 14px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }
  .card-grid--home .product-price-block {
    min-width: 0;
    text-align: center;
  }
  .card-grid--home .product-price-label {
    display: none;
  }
  .card-grid--home .product-price {
    font-size: 0.88rem;
    line-height: 1.2;
  }
  .card-grid--home .product-price .old {
    display: inline;
    font-size: 0.72rem;
    margin-left: 0.35rem;
  }
  .card-grid--home .product-card-actions {
    flex-direction: row;
    gap: 0.35rem;
  }
  .card-grid--home .product-card-actions .btn {
    min-height: 32px;
    padding: 0.4rem 0.45rem;
    font-size: 0.68rem;
    font-weight: 800;
    gap: 0.3rem;
    border-radius: 10px;
  }
  .card-grid--home .product-card-actions .btn-primary {
    box-shadow: 0 6px 18px rgba(13, 148, 136, 0.35);
  }
  .card-grid--home .product-card-actions .btn i {
    font-size: 0.9rem;
  }
  .category-grid--home .category-card {
    border-radius: 14px;
    min-width: 0;
  }
  .category-grid--home .category-card-visual {
    border-radius: 14px 14px 0 0;
    aspect-ratio: 4 / 3;
  }
  .category-grid--home .category-card-badge {
    top: 8px;
    left: 8px;
  }
  .category-grid--home .category-card-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border-radius: 10px;
    border-width: 2px;
  }
  .category-grid--home .category-card-body {
    padding: 0.55rem 0.55rem 0.65rem;
    gap: 0.45rem;
  }
  .category-grid--home .category-card-details {
    display: none;
  }
  .category-grid--home .category-card-title-overlay {
    font-size: 0.78rem;
    line-height: 1.25;
    padding: 1.75rem 0.45rem 0.55rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .category-grid--home .category-card-btn {
    font-size: 0.68rem;
    padding: 0.4rem 0.45rem;
    min-height: 32px;
    gap: 0.3rem;
    border-radius: 10px;
  }
  .category-grid--home .category-card-btn i {
    font-size: 0.95rem;
  }
  .category-grid--home .category-card-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-card-quick {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 768px) {
  .card-grid:not(.card-grid--home):not(.card-grid--products) {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .catalog-section .card-grid--products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
  .catalog-section .card-grid--products .product-card-thumb {
    aspect-ratio: 4 / 3;
  }
  .catalog-section .product-card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem 0.9rem;
    margin-left: -0.85rem;
    margin-right: -0.85rem;
    margin-bottom: -0.85rem;
  }
  .catalog-section .product-price-block {
    text-align: center;
    min-width: 0;
  }
  .catalog-section .product-card-actions {
    flex-direction: row;
    gap: 0.4rem;
  }
  .catalog-section .product-card-actions .btn {
    min-height: 36px;
    font-size: 0.78rem;
    padding: 0.45rem 0.5rem;
    border-radius: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Kategoriler — zengin kart grid */
.section-categories {
  background: linear-gradient(180deg, #fff 0%, #f0f9ff 50%, var(--color-bg) 100%);
  position: relative;
  overflow: hidden;
}
.section-categories::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08), transparent 70%);
  top: -100px;
  right: -100px;
  pointer-events: none;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.category-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: 20px;
  overflow: visible;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 28px rgba(30, 58, 95, 0.08);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s, border-color 0.3s;
  position: relative;
}
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(13, 148, 136, 0.2);
  border-color: rgba(13, 148, 136, 0.4);
  color: inherit;
  text-decoration: none !important;
}

.category-card-visual {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--color-primary);
  border-radius: 20px 20px 0 0;
}
.category-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s;
}
.category-card:hover .category-card-img {
  transform: scale(1.12);
  filter: brightness(1.05);
}
.category-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.82) 100%);
  transition: opacity 0.35s;
  z-index: 1;
}
.category-card[data-category="hazir-web-siteleri"] .category-card-gradient {
  background: linear-gradient(180deg, rgba(30, 58, 95, 0.2), rgba(30, 58, 95, 0.88));
}
.category-card[data-category="e-ticaret-yazilimlari"] .category-card-gradient {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.15), rgba(6, 78, 59, 0.9));
}
.category-card[data-category="pazaryeri-yazilimlari"] .category-card-gradient {
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.2), rgba(49, 46, 129, 0.9));
}
.category-card[data-category="mobil-uygulama"] .category-card-gradient {
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.2), rgba(12, 74, 110, 0.9));
}
.category-card[data-category="kurumsal-yazilimlar"] .category-card-gradient {
  background: linear-gradient(180deg, rgba(71, 85, 105, 0.2), rgba(15, 23, 42, 0.92));
}

.category-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
}
.category-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.9);
  transition: transform 0.35s;
}
.category-card:hover .category-card-icon {
  transform: scale(1.08) rotate(-4deg);
}
.category-card-title-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 0;
  padding: 2.5rem 1rem 1rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  font-family: var(--font-display);
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.category-card[data-category="e-ticaret-yazilimlari"] .category-card-icon {
  background: linear-gradient(135deg, #0d9488, #059669);
}
.category-card[data-category="pazaryeri-yazilimlari"] .category-card-icon {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
}
.category-card[data-category="mobil-uygulama"] .category-card-icon {
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
}
.category-card[data-category="kurumsal-yazilimlar"] .category-card-icon {
  background: linear-gradient(135deg, #334155, #1e293b);
}

.category-card-body {
  padding: 1rem 1.1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: linear-gradient(180deg, #fff, #f8fafc);
  border-radius: 0 0 20px 20px;
  border-top: 1px solid var(--color-border);
}
.category-card-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.category-card-details-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--color-muted);
  text-align: left;
}
.category-card-details-item i {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.95rem;
  color: var(--color-accent);
}
.category-card-details-item span {
  flex: 1;
  color: var(--color-dark);
  font-weight: 500;
}
.category-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  box-shadow: 0 6px 18px rgba(13, 148, 136, 0.35);
  transition: transform 0.25s, box-shadow 0.25s, gap 0.25s;
  text-decoration: none !important;
}
.category-card-btn i {
  font-size: 1.15rem;
  transition: transform 0.25s;
}
.category-card:hover .category-card-btn {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(13, 148, 136, 0.45);
  gap: 0.65rem;
}
.category-card:hover .category-card-btn i {
  transform: translateX(4px);
}

@media (max-width: 1200px) {
  .category-grid:not(.category-grid--home) { grid-template-columns: repeat(3, 1fr); }
  .category-grid--home { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .category-grid:not(.category-grid--home) {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .category-grid.category-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

/* Eski pill (geriye uyumluluk) */
.category-pills { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* Hizmet kartları */
.section-services {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f0fdf4 45%, var(--color-bg) 100%);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.service-card--rich {
  background: var(--color-surface);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 28px rgba(30, 58, 95, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s;
  height: 100%;
  position: relative;
}
.service-card--rich:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(99, 102, 241, 0.15);
}
.service-card-visual {
  position: relative;
  height: 140px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-2));
}
.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: transform 0.55s ease, opacity 0.35s;
}
.service-card--rich:hover .service-card-img {
  transform: scale(1.1);
  opacity: 1;
}
.service-card-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.5), rgba(13, 148, 136, 0.45));
  z-index: 1;
}
.service-card-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: auto;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease;
}
.service-card--rich:hover .service-card-icon {
  transform: scale(1.06);
}
.service-card-icon i {
  display: block;
  line-height: 1;
}
.service-card-body {
  padding: 1.2rem 1.35rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.service-card-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-2);
  margin-bottom: 0.35rem;
}
.service-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-family: var(--font-display);
  line-height: 1.3;
}
.service-card-title a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
}
.service-card-title a:hover { color: var(--color-accent); }
.service-card-desc {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.55;
  flex: 1;
}

/* Kurumsal sayfalar */
.section-corporate { padding-top: 0; }
.corporate-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.corporate-nav {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1rem;
}
.corporate-nav__hub {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.corporate-nav__hub:hover,
.corporate-nav__hub.is-active {
  background: rgba(13, 148, 136, 0.1);
  color: var(--color-accent);
}
.corporate-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.corporate-nav__link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  color: var(--color-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: background 0.2s, color 0.2s;
}
.corporate-nav__link:hover {
  background: #f8fafc;
  color: var(--color-accent);
}
.corporate-nav__link.is-active {
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.08), rgba(13, 148, 136, 0.12));
  color: var(--color-primary);
  box-shadow: inset 3px 0 0 var(--color-accent);
}
.corporate-hub-intro { margin-bottom: 1.5rem; }
.corporate-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.corporate-hub-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  box-shadow: 0 8px 28px rgba(30, 58, 95, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
  height: 100%;
}
.corporate-hub-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 16px 40px rgba(13, 148, 136, 0.14);
  color: inherit;
}
.corporate-hub-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: #fff;
  font-size: 1.35rem;
}
.corporate-hub-card__title {
  margin: 0;
  font-size: 1.15rem;
  color: var(--color-primary);
}
.corporate-hub-card__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.55;
  flex: 1;
}
.corporate-hub-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-accent);
}
.services-quote-cta {
  text-align: center;
  margin-top: 2.5rem;
}
.services-quote-cta__lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--color-muted);
  font-weight: 600;
}
@media (min-width: 769px) {
  .services-quote-cta {
    margin-top: 3.5rem;
    padding: 2.5rem 2rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.05), rgba(13, 148, 136, 0.12));
    border: 1px solid rgba(13, 148, 136, 0.2);
    box-shadow: 0 18px 52px rgba(30, 58, 95, 0.1);
  }
  .services-quote-cta__lead {
    margin-bottom: 1.35rem;
    font-size: 1.1rem;
    color: var(--color-primary);
    font-weight: 700;
  }
  .services-quote-cta__btn {
    min-width: 340px !important;
    padding: 1.3rem 3.5rem !important;
    font-size: 1.22rem !important;
    letter-spacing: 0.04em;
    box-shadow:
      0 16px 48px rgba(13, 148, 136, 0.55),
      0 6px 20px rgba(30, 58, 95, 0.2),
      0 0 0 2px rgba(255, 255, 255, 0.25) inset !important;
  }
  .services-quote-cta__btn i {
    font-size: 1.55rem !important;
  }
  .services-quote-cta__btn:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow:
      0 24px 58px rgba(13, 148, 136, 0.62),
      0 0 0 2px rgba(255, 255, 255, 0.32) inset !important;
  }
}

.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.why-item {
  padding: 1.75rem;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
}

.section-process {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #ecfdf5 0%, #ffffff 42%, #f0f9ff 100%);
}
.section-process::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 148, 136, 0.12), transparent 68%);
  top: -120px;
  right: -80px;
  pointer-events: none;
}
.section-process::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.1), transparent 70%);
  bottom: -100px;
  left: -60px;
  pointer-events: none;
}
.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: none;
  margin: 0;
  z-index: 1;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 2.65rem;
  left: 10%;
  right: 10%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(13, 148, 136, 0.35),
    rgba(59, 130, 246, 0.35),
    rgba(245, 158, 11, 0.35),
    rgba(139, 92, 246, 0.35)
  );
  z-index: 0;
  pointer-events: none;
}
.process-step {
  position: relative;
  z-index: 1;
  padding: 1.65rem 1.15rem 1.4rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 20px;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(30, 58, 95, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, border-color 0.3s;
}
.process-step::before,
.process-step::after {
  content: none;
}
.process-step__icon-wrap {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 1.1rem;
}
.process-step__icon {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.process-step__icon--1 {
  background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
}
.process-step__icon--2 {
  background: linear-gradient(135deg, #2563eb 0%, #6366f1 100%);
}
.process-step__icon--3 {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
}
.process-step__icon--4 {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
}
.process-step__num {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
  z-index: 2;
}
.process-step h3 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}
.process-step p {
  margin: 0 auto;
  max-width: none;
  font-size: 0.88rem;
  color: var(--color-muted);
  line-height: 1.6;
}

.testimonial-card {
  background: var(--color-surface); padding: 1.75rem; border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}
.testimonial-card .stars { color: #f59e0b; margin-bottom: .75rem; }

/* Anasayfa — müşteri yorumları */
.section-testimonials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #fffbeb 0%, #ffffff 42%, #fdf4ff 100%);
}
.section-testimonials::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.14), transparent 68%);
  top: -100px;
  left: -80px;
  pointer-events: none;
}
.section-testimonials::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1), transparent 70%);
  bottom: -120px;
  right: -60px;
  pointer-events: none;
}
.testimonial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}
.section-testimonials .testimonial-card--home {
  position: relative;
  margin: 0;
  padding: 1.65rem 1.5rem 1.35rem;
  border-radius: 20px;
  border: 1px solid rgba(30, 58, 95, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(30, 58, 95, 0.08);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, border-color 0.3s;
}
.section-testimonials .testimonial-card--home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f59e0b, #f97316);
}
.section-testimonials .testimonial-card--home:nth-child(2)::before {
  background: linear-gradient(90deg, #0d9488, #14b8a6);
}
.section-testimonials .testimonial-card--home:nth-child(3)::before {
  background: linear-gradient(90deg, #2563eb, #6366f1);
}
.section-testimonials .testimonial-card--home:nth-child(4)::before {
  background: linear-gradient(90deg, #7c3aed, #a855f7);
}
.testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.testimonial-card__quote {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: #fff;
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.35);
  flex-shrink: 0;
}
.section-testimonials .testimonial-card--home:nth-child(2) .testimonial-card__quote {
  background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
  box-shadow: 0 8px 22px rgba(13, 148, 136, 0.32);
}
.section-testimonials .testimonial-card--home:nth-child(3) .testimonial-card__quote {
  background: linear-gradient(135deg, #2563eb 0%, #6366f1 100%);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.3);
}
.section-testimonials .testimonial-card--home:nth-child(4) .testimonial-card__quote {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.3);
}
.testimonial-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
}
.testimonial-card__stars .bi-star-fill {
  font-size: 0.82rem;
  color: #f59e0b;
}
.testimonial-card__stars .bi-star-fill.is-dim {
  color: #e2e8f0;
}
.testimonial-card__text {
  margin: 0 0 1.15rem;
  padding: 0;
  border: none;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  font-style: italic;
  color: var(--color-dark);
}
.testimonial-author--home {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0;
  padding-top: 1rem;
  border-top: 1px dashed rgba(30, 58, 95, 0.12);
}
.testimonial-author__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.28);
}
.testimonial-author__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  text-align: left;
}
.testimonial-author__meta strong {
  font-size: 0.95rem;
  color: var(--color-primary);
}
.testimonial-author__meta span {
  font-size: 0.82rem;
  color: var(--color-muted);
}
.testimonial-card__badge {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  background: rgba(13, 148, 136, 0.1);
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
}
.section-testimonials .testimonial-card--home:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 158, 11, 0.28);
  box-shadow:
    0 12px 28px rgba(245, 158, 11, 0.12),
    0 24px 48px rgba(30, 58, 95, 0.1);
}
.section-testimonials .testimonial-card--home:hover .testimonial-card__quote {
  transform: scale(1.06) rotate(-4deg);
}
.testimonial-card__quote {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .section-testimonials .testimonial-card--home {
    padding: 1.35rem 1.15rem 1.15rem;
  }
  .testimonial-card__badge {
    display: none;
  }
}

/* Müşteri yorumları (ürün + blog) */
.review-section-head { margin-bottom: 1.5rem; }
.review-section-head h2 { margin: 0 0 0.35rem; }
.review-section-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2rem;
  align-items: start;
}
.review-list { display: flex; flex-direction: column; gap: 1rem; }
.review-item__content { margin: 0 0 0.75rem; font-style: italic; color: var(--color-dark); }
.review-item__title { display: block; font-size: 0.85rem; color: var(--color-muted); }
.review-item__date { display: block; font-size: 0.8rem; color: var(--color-muted); margin-top: 0.2rem; }
.review-form-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}
.review-form-card__title { margin: 0 0 0.35rem; font-size: 1.1rem; display: flex; align-items: center; gap: 0.5rem; }
.review-form-card__lead { margin: 0 0 1.25rem; }
.review-form__grid { display: grid; gap: 1rem; }
.review-form__rating { margin-bottom: 1rem; }
.review-form__comment { margin-bottom: 0; }
.review-form__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
.review-form__submit {
  width: 100%;
  margin-top: 0;
}
.review-form__label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 0.5rem; }
.star-rating-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 0.15rem;
}
.star-rating-input input { position: absolute; opacity: 0; pointer-events: none; }
.star-rating-input label {
  cursor: pointer;
  font-size: 1.5rem;
  color: #cbd5e1;
  transition: color 0.15s;
}
.star-rating-input label:hover,
.star-rating-input label:hover ~ label,
.star-rating-input input:checked ~ label { color: #f59e0b; }
.blog-comments {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
}
.blog-detail-back {
  margin: 2.5rem 0 0;
  padding: 0;
  text-align: center;
}
.blog-detail-back__btn {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .review-section-grid { grid-template-columns: 1fr; }
  .review-form-card { position: static; }
}
.testimonial-author { display: flex; align-items: center; gap: .75rem; margin-top: 1rem; }
.testimonial-author .avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--color-border);
  display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--color-primary);
}

/* Blog kartları */
.section-blog {
  background: linear-gradient(180deg, var(--color-bg) 0%, #fff 100%);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.blog-card--rich {
  background: var(--color-surface);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 28px rgba(30, 58, 95, 0.07);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s;
  height: 100%;
}
.blog-card--rich:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 50px rgba(30, 58, 95, 0.12);
}
.blog-card-media {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card--rich:hover .blog-card-img { transform: scale(1.08); }
.blog-card-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 23, 42, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
.blog-card-date {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.blog-card-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--color-accent);
  color: #fff;
}
.blog-card-body {
  padding: 1.35rem 1.4rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-title {
  margin: 0 0 0.6rem;
  font-size: 1.12rem;
  line-height: 1.35;
  font-family: var(--font-display);
}
.blog-card-title a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s;
}
.blog-card-title a:hover { color: var(--color-accent); }
.blog-card-excerpt {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.55;
  flex: 1;
}
/* Kart altı CTA — blog / hizmet / kampanya */
.card-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  padding: 0.7rem 1.35rem;
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--color-accent) 0%, #14b8a6 100%);
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.38);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.card-cta-btn i {
  font-size: 1.05rem;
  transition: transform 0.22s ease;
}
.card-cta-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.48);
  background: linear-gradient(135deg, var(--color-accent-hover, #0f766e) 0%, var(--color-accent) 100%);
}
.card-cta-btn:hover i {
  transform: translateX(3px);
}
.card-cta-btn:active {
  transform: translateY(0);
}

/* Referans kartları */
.section-references {
  position: relative;
  background: linear-gradient(180deg, var(--color-bg) 0%, #eef2ff 50%, #fff 100%);
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.reference-card {
  background: var(--color-surface);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 32px rgba(30, 58, 95, 0.09);
  transition: transform 0.4s ease, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
}
.reference-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(30, 58, 95, 0.14);
}
.reference-card-visual {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.reference-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.reference-card:hover .reference-card-img { transform: scale(1.06); }
.reference-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.75) 100%);
  z-index: 1;
}
.reference-card-client {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-primary);
  backdrop-filter: blur(6px);
}
.reference-card-body {
  padding: 1.35rem 1.5rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.reference-card-title {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-family: var(--font-display);
  color: var(--color-primary);
}
.reference-card-desc {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.5;
  flex: 1;
}
.reference-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  padding: 0.6rem 1.15rem;
  border-radius: 10px;
  text-decoration: none;
  width: fit-content;
  transition: transform 0.25s, box-shadow 0.25s;
}
.reference-card-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.35);
}
.reference-card-cta--muted {
  background: #f1f5f9;
  color: var(--color-muted);
  font-weight: 600;
}

/* Eski grid uyumluluk */
.ref-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

.faq-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: start;
}
.faq-accordion .faq-item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-bottom: 0;
  overflow: hidden;
  height: fit-content;
}
.faq-question {
  width: 100%; text-align: left; padding: 1rem 1.25rem; background: none; border: none;
  font-weight: 600; font-size: 1rem; cursor: pointer; display: flex; justify-content: space-between;
}
.faq-answer { padding: 0 1.25rem 1rem; color: var(--color-muted); display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question i { transform: rotate(180deg); }

.faq-contact-cta {
  margin-top: 2.5rem;
}
.faq-contact-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem 1.5rem;
  padding: 1.35rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(13, 148, 136, 0.22);
  background: linear-gradient(135deg, rgba(240, 253, 250, 0.95) 0%, #ffffff 55%, #f8fafc 100%);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 16px 40px rgba(13, 148, 136, 0.1);
}
.faq-contact-cta__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent) 0%, #6366f1 100%);
  box-shadow: 0 8px 22px rgba(13, 148, 136, 0.32);
}
.faq-contact-cta__text {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: left;
}
.faq-contact-cta__text strong {
  font-size: 1.05rem;
  color: var(--color-primary);
}
.faq-contact-cta__text span {
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.45;
}
.faq-contact-cta__btn {
  min-width: 200px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .faq-accordion {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
@media (max-width: 640px) {
  .faq-contact-cta__inner {
    flex-direction: column;
    text-align: center;
    padding: 1.35rem 1.15rem;
  }
  .faq-contact-cta__text {
    text-align: center;
    min-width: 0;
  }
  .faq-contact-cta__btn {
    width: 100%;
    max-width: 340px;
    margin-left: 0;
  }
}

/* Page hero */
.page-hero {
  padding: 3.5rem 0; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary) 0%, #0f766e 45%, var(--color-accent-2) 100%);
  background-size: 200% 200%;
  animation: gradient-shift 10s ease infinite;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); animation: fade-up 0.6s ease both; }
.breadcrumb-nav { margin-top: 1rem; }
.breadcrumb { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; font-size: .9rem; }
.breadcrumb-item + .breadcrumb-item::before { content: "/"; margin-right: .5rem; opacity: .6; }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb-item.active { opacity: .7; }
.page-hero-eyebrow {
  display: inline-block; font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,.9); margin-bottom: 0.65rem;
  padding: 0.35rem 0.85rem; border-radius: 999px;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
}
.page-hero-lead {
  margin: 0.75rem 0 0; max-width: 560px;
  font-size: 1.05rem; color: rgba(255,255,255,.88); line-height: 1.55;
}

/* İç sayfa düzenleri */
.content-card {
  background: var(--color-surface); border-radius: var(--radius-lg);
  padding: 2rem 2.25rem; border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}
.content-card.prose { line-height: 1.75; }
.content-card.prose h2, .content-card.prose h3 { margin-top: 1.5rem; }
.contact-page {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1.35fr);
  gap: 2rem;
  align-items: start;
}
.contact-info-card {
  background: linear-gradient(145deg, var(--color-primary), #0f766e);
  color: #fff; border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: var(--shadow-glow);
}
.contact-info-card h2 { color: #fff; margin-top: 0; }
.contact-info-card__lead {
  margin: 0;
  opacity: 0.9;
}
.contact-info-card a.contact-info-link {
  color: #fff;
  text-decoration: none;
}
.contact-info-card a.contact-info-link:hover {
  opacity: 0.88;
}
.contact-service-panel {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(13, 148, 136, 0.07);
  border: 1px solid rgba(13, 148, 136, 0.18);
}
.contact-service-panel[hidden] {
  display: none !important;
}
.contact-quote-card {
  background: linear-gradient(165deg, #f0fdfa 0%, #fff 38%, #eef2ff 100%);
  border: 2px solid rgba(13, 148, 136, 0.22);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 12px 36px rgba(13, 148, 136, 0.12);
  position: relative;
  overflow: hidden;
}
.contact-quote-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), #6366f1, var(--color-accent));
}
.contact-quote-card__head {
  margin-bottom: 1.25rem;
}
.contact-quote-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: var(--color-accent);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
.contact-quote-card__head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  color: var(--color-primary);
}
.contact-quote-card__head p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.55;
  font-size: 0.95rem;
}
.contact-quote-card__features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.contact-quote-card__features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-dark);
}
.contact-quote-card__features i {
  color: var(--color-accent);
  font-size: 1rem;
  flex-shrink: 0;
}
.btn-quote-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.95rem 1.35rem !important;
  border-radius: 12px !important;
  border: none !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 45%, #0d9488 100%) !important;
  box-shadow: 0 12px 30px rgba(79, 70, 229, 0.35);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-quote-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.28) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
  pointer-events: none;
}
.btn-quote-submit span,
.btn-quote-submit i {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
.btn-quote-submit:hover,
.btn-quote-submit:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(79, 70, 229, 0.45);
}
.contact-form-card__head {
  margin-bottom: 1.25rem;
}
.contact-form-card__head h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  color: var(--color-primary);
}
.contact-form-card__head p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
.contact-info-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.contact-info-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.65rem 0; border-bottom: 1px solid rgba(255,255,255,.12);
}
.contact-info-list i { font-size: 1.2rem; opacity: 0.9; }
.contact-wa-cta-wrap {
  margin-top: 1.35rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-wa-cta {
  display: flex !important;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 1rem 1.15rem !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #1ebe57 0%, #25d366 45%, #20c997 100%) !important;
  border: 2px solid rgba(255, 255, 255, 0.45) !important;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  font-family: var(--font-body);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.2s ease;
}
.contact-wa-cta:hover,
.contact-wa-cta:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.contact-wa-cta__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: #25d366;
  font-size: 1.45rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.contact-wa-cta__icon i {
  color: #25d366 !important;
}
.contact-wa-cta__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  text-align: left;
}
.contact-wa-cta__body strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff !important;
}
.contact-wa-cta__body small {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92) !important;
}
.contact-wa-cta__arrow {
  flex-shrink: 0;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.95) !important;
  transition: transform 0.25s ease;
}
.contact-wa-cta:hover .contact-wa-cta__arrow {
  transform: translateX(4px);
}
.form-page-card {
  background: var(--color-surface); border-radius: var(--radius-lg);
  padding: 2rem; border: 1px solid var(--color-border); box-shadow: var(--shadow);
}
.form-page-actions--stacked {
  margin-top: 0.75rem;
}
.form-page-actions--stacked .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  font-weight: 600;
  border-width: 2px;
  border-radius: var(--radius);
}
.form-page-actions--stacked .btn-outline {
  color: #0d9488;
  border-color: #0d9488;
  background: #fff;
}
.form-page-actions--stacked .btn-outline:hover {
  color: #fff;
  background: #0d9488;
  border-color: #0d9488;
}
.campaign-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.75rem;
}
.campaign-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface); border-radius: 20px; overflow: hidden;
  border: 1px solid var(--color-border); box-shadow: var(--shadow);
  transition: transform 0.35s, box-shadow 0.35s;
}
.campaign-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-glow); }
.campaign-card-media {
  display: block; position: relative; aspect-ratio: 16/9; overflow: hidden;
}
.campaign-card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.55s ease;
}
.campaign-card:hover .campaign-card-media img { transform: scale(1.06); }
.campaign-card-badge {
  position: absolute; top: 12px; right: 12px;
  background: #ef4444; color: #fff; font-weight: 800;
  font-size: 0.8rem; padding: 6px 12px; border-radius: 8px;
}
.campaign-card-body {
  padding: 1.35rem 1.4rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.campaign-card-title { margin: 0 0 0.5rem; font-size: 1.15rem; }
.campaign-card-title a { color: var(--color-primary); text-decoration: none; }
.campaign-card-title a:hover { color: var(--color-accent); }
.campaign-card-desc {
  margin: 0 0 1rem;
  color: var(--color-muted);
  font-size: 0.9rem;
  flex: 1;
}
.service-detail-layout {
  display: grid; grid-template-columns: 1fr 320px; gap: 2rem; align-items: start;
}
.service-detail-side {
  background: linear-gradient(180deg, #f0fdfa, #fff);
  border: 1px solid var(--color-border); border-radius: var(--radius-lg);
  padding: 1.5rem; position: sticky; top: calc(var(--header-h) + 1rem);
}
.service-detail-side .btn { width: 100%; }
.service-detail-icon {
  width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 1rem;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem;
}
.blog-detail-cover {
  width: 100%; max-height: 420px; object-fit: cover;
  border-radius: var(--radius-lg); margin-bottom: 2rem;
  box-shadow: var(--shadow);
}
.empty-state-page {
  text-align: center; padding: 3rem 1.5rem;
  background: var(--color-surface); border-radius: var(--radius-lg);
  border: 1px dashed var(--color-border);
}
.empty-state-page i { font-size: 3rem; color: var(--color-accent); opacity: 0.5; }

.error-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.error-page-actions .btn {
  min-width: 11.5rem;
}
.error-page-actions .btn-outline {
  background: #fff;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
}
.error-page-actions .btn-outline:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.18);
}

/* Product detail */
.section--product-detail {
  padding-top: 2rem;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.5rem;
  align-items: start;
}
.product-detail-gallery {
  min-width: 0;
}
.gallery-main--detail {
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #e2e8f0 0%, #f1f5f9 100%);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(30, 58, 95, 0.1);
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}
.gallery-main-zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  margin: 0;
  font: inherit;
  cursor: zoom-in;
  position: relative;
  text-align: left;
}
.gallery-main-zoom:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
.gallery-main--detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.gallery-main-zoom:hover .gallery-zoom-hint,
.gallery-main-zoom:focus-visible .gallery-zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

/* Ürün görseli — splash lightbox */
.product-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}
.product-image-lightbox[hidden] { display: none !important; }
.product-image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.product-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 30, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.product-image-lightbox__stage {
  position: relative;
  z-index: 1;
  width: min(96vw, 1280px);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.product-image-lightbox__figure {
  margin: 0;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.product-image-lightbox__img {
  max-width: 100%;
  max-height: min(78vh, 900px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: scale(0.82);
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.34, 1.45, 0.64, 1), opacity 0.32s ease;
}
.product-image-lightbox.is-open .product-image-lightbox__img {
  transform: scale(1);
  opacity: 1;
}
.product-image-lightbox__caption {
  color: #e2e8f0;
  font-size: 0.92rem;
  text-align: center;
  max-width: 640px;
  line-height: 1.45;
}
.product-image-lightbox__close {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 3;
}
.product-image-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.05);
}
.product-image-lightbox__nav {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.product-image-lightbox__nav:hover { background: rgba(255, 255, 255, 0.22); }
.product-image-lightbox__nav[hidden] { display: none !important; }
html.product-lightbox-open { overflow: hidden; }
@media (max-width: 575.98px) {
  .product-image-lightbox__nav { display: none !important; }
  .product-image-lightbox__close { top: 0.5rem; right: 0.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .product-image-lightbox__img { transition: none; transform: none; opacity: 1; }
}
.gallery-thumbs--detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.85rem;
}
.gallery-thumb {
  flex: 0 0 auto;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.gallery-thumb img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  display: block;
}
.gallery-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.15);
}
.gallery-thumb.is-active,
.gallery-thumbs img.active {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.2);
}
.product-detail-buy {
  min-width: 0;
}
.product-detail-buy__card {
  position: sticky;
  top: calc(var(--header-h, 72px) + 1rem);
  padding: 1.5rem 1.5rem 1.35rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: var(--radius-lg);
  box-shadow:
    0 16px 48px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}
.product-detail-buy__cat {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-accent) !important;
  text-decoration: none !important;
  background: rgba(13, 148, 136, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
  transition: background 0.2s, color 0.2s;
}
.product-detail-buy__cat:hover {
  background: rgba(13, 148, 136, 0.18);
  color: var(--color-accent-hover) !important;
}
.product-detail-buy__cat--static {
  cursor: default;
}
.product-detail-buy__lead {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--color-dark);
  font-weight: 500;
}
.product-detail-price-box {
  margin-bottom: 1rem;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, rgba(99, 102, 241, 0.06) 100%);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 14px;
}
.product-detail-price-box__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-muted);
  margin-bottom: 0.35rem;
}
.product-detail-price-box__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem;
}
.product-detail-price-box__amount {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-primary);
  font-family: var(--font-display);
}
.product-detail-price-box__badge {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #f97316);
  padding: 0.2rem 0.55rem;
  border-radius: 8px;
}
.product-detail-price-box__old {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  color: var(--color-muted);
  text-decoration: line-through;
  font-weight: 600;
}
.product-detail-trust {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
}
.product-detail-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-muted);
}
.product-detail-trust i {
  color: var(--color-accent);
  font-size: 0.95rem;
}
.product-addons--detail {
  position: relative;
  margin: 0 0 1.35rem;
  padding: 1.35rem 1.2rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(13, 148, 136, 0.22);
  background: linear-gradient(165deg, rgba(240, 253, 250, 0.95) 0%, #ffffff 45%, #f8fafc 100%);
  box-shadow:
    0 10px 32px rgba(13, 148, 136, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
}
.product-addons--detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2, #6366f1));
}
.product-addons--detail .product-addons__header {
  margin-bottom: 1rem;
}
.product-addons--detail .product-addons__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  background: rgba(13, 148, 136, 0.12);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.55rem;
}
.product-addons--detail .product-addons__title {
  margin: 0 0 0.4rem;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.25;
}
.product-addons--detail .product-addons__lead {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--color-muted);
}
.product-addons--detail .product-addons__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.product-addon-card {
  display: block;
  cursor: pointer;
  margin: 0;
}
.product-addon-card__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.product-addon-card__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1.1rem;
  align-items: center;
  padding: 0.85rem 3rem 0.85rem 0.9rem;
  border-radius: 14px;
  border: 2px solid rgba(30, 58, 95, 0.1);
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, background 0.2s;
  position: relative;
  overflow: hidden;
}
.product-addon-card__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.04), transparent 55%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.product-addon-card:hover .product-addon-card__inner {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.12);
  transform: translateY(-1px);
}
.product-addon-card:hover .product-addon-card__inner::after {
  opacity: 1;
}
.product-addon-card:has(.product-addon-card__input:checked) .product-addon-card__inner {
  border-color: var(--color-accent);
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, #fff 55%);
  box-shadow:
    0 8px 28px rgba(13, 148, 136, 0.18),
    0 0 0 3px rgba(13, 148, 136, 0.12);
}
.product-addon-card:has(.product-addon-card__input:checked) .product-addon-card__inner::after {
  opacity: 1;
}
.product-addon-card:has(.product-addon-card__input:focus-visible) .product-addon-card__inner {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.product-addon-card__check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(30, 58, 95, 0.15);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0.85rem;
  font-weight: 800;
  z-index: 2;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.product-addon-card:has(.product-addon-card__input:checked) .product-addon-card__check {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  transform: scale(1.05);
}
.product-addon-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: var(--color-accent);
  background: linear-gradient(145deg, rgba(13, 148, 136, 0.14), rgba(99, 102, 241, 0.1));
  flex-shrink: 0;
}
.product-addon-card__thumb {
  width: 72px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(30, 58, 95, 0.08);
}
.product-addon-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-addon-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.product-addon-card__type {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--color-accent);
}
.product-addon-card__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.3;
}
.product-addon-card__desc {
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--color-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-addon-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  text-align: right;
  flex-shrink: 0;
  padding-left: 0.5rem;
  margin-right: 0.15rem;
}
.product-addon-card__price-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-muted);
}
.product-addon-card__price strong {
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-accent);
  white-space: nowrap;
}
.product-addons--detail .product-addons__footer {
  margin: 0.85rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: rgba(13, 148, 136, 0.08);
  border: 1px dashed rgba(13, 148, 136, 0.25);
  font-size: 0.82rem;
  color: var(--color-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  line-height: 1.45;
}
.product-addons--detail .product-addons__footer i {
  color: var(--color-accent);
  font-size: 1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.product-addons--detail .product-addons__footer strong {
  color: var(--color-primary);
}
@media (max-width: 480px) {
  .product-addon-card__inner {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0.65rem 0.75rem;
    padding-right: 3rem;
  }
  .product-addon-card__price {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(30, 58, 95, 0.06);
  }
}
.product-detail-purchase {
  margin: 0 0 1.15rem;
  padding: 1.15rem 1.1rem;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.product-detail-purchase__heading {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.product-detail-purchase__heading i {
  color: var(--color-accent);
}
.product-detail-purchase__row {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.product-detail-purchase__qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.product-detail-purchase__qty-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.qty-stepper--detail {
  border-radius: 12px;
  border-width: 2px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.product-detail-purchase__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.btn-detail-cart,
.btn-detail-wa {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.9rem 1.25rem !important;
  border-radius: 12px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  border: none !important;
  text-decoration: none !important;
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-detail-cart {
  background: linear-gradient(135deg, var(--color-accent), #14b8a6) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(13, 148, 136, 0.35);
  position: relative;
  overflow: hidden;
}
.btn-detail-cart::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.25) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
  pointer-events: none;
}
.btn-detail-cart span,
.btn-detail-cart i {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
.btn-detail-cart:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(13, 148, 136, 0.45);
}
.btn-detail-wa {
  background: linear-gradient(135deg, #128c7e, #25d366) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.35);
}
.btn-detail-wa span,
.btn-detail-wa i {
  color: #fff !important;
}
.btn-detail-wa:hover {
  transform: translateY(-2px);
  color: #fff !important;
  filter: brightness(1.05);
}
.product-detail-gallery-specs {
  margin-top: 1.25rem;
  background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: var(--radius-lg);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.product-detail-gallery-specs .product-detail-panel__meta {
  border-radius: 0;
}
.product-detail-gallery-specs .product-detail-meta-card {
  padding: 1.35rem 1.5rem 1.35rem 1.65rem;
}
.product-detail-spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.product-detail-spec-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-dark);
  line-height: 1.45;
  padding: 0.35rem 0 0.35rem 0;
}
.product-detail-spec-list li::before {
  content: "✓";
  flex-shrink: 0;
  margin-top: 0.05rem;
  color: var(--color-accent);
  font-size: 0.95rem;
  font-weight: 800;
}
.product-detail-spec-list--req li::before {
  content: "●";
  color: #3b82f6;
  font-size: 0.65rem;
  margin-top: 0.35rem;
}
.product-detail-meta-card__icon--req {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.22);
}
.product-detail-gallery-specs .product-detail-panel__meta:has(.product-detail-meta-card:only-child) {
  grid-template-columns: 1fr;
}
@media (max-width: 992px) {
  .product-detail-buy__card {
    position: static;
  }
}
@media (max-width: 768px) {
  .section--product-detail {
    padding-top: 1.25rem;
  }
  .product-detail-grid {
    gap: 1.5rem;
  }
  .product-detail-buy__card {
    padding: 1.25rem 1.1rem;
  }
  .product-detail-buy__lead {
    font-size: 1rem;
  }
  .product-detail-trust {
    flex-direction: column;
    gap: 0.4rem;
  }
  .product-detail-purchase__qty {
    flex-direction: column;
    align-items: stretch;
  }
  .qty-stepper--detail {
    width: 100%;
    justify-content: center;
  }
  .qty-stepper--detail .qty-stepper__btn {
    flex: 1;
    max-width: 3.25rem;
  }
  .qty-stepper--detail .qty-stepper__input {
    flex: 1;
    max-width: 5rem;
  }
}

/* Ürün detay — açıklama / teslimat / iade paneli */
.product-detail-info-section {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  background: linear-gradient(165deg, #e8f4f3 0%, #f0f4f8 42%, #eef0f8 100%);
}
.product-detail-panel {
  position: relative;
  padding: 0;
  background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 4px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.product-detail-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--color-accent) 0%, var(--color-primary) 100%);
}
.product-detail-panel__block--desc {
  padding: 1.75rem 1.75rem 1.75rem 2rem;
  border-bottom: 1px solid rgba(30, 58, 95, 0.08);
  background: rgba(255, 255, 255, 0.55);
}
.product-detail-panel__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}
.product-detail-panel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}
.product-detail-panel__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}
.product-detail-panel__body {
  color: var(--color-dark);
  line-height: 1.75;
  font-size: 1rem;
}
.product-detail-panel__body p:last-child { margin-bottom: 0; }
.product-detail-panel__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.product-detail-meta-card {
  padding: 1.5rem 1.75rem 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.35);
  border-top: none;
}
.product-detail-meta-card + .product-detail-meta-card {
  border-left: 1px solid rgba(30, 58, 95, 0.08);
}
.product-detail-meta-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.product-detail-meta-card__head h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-primary);
}
.product-detail-meta-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(13, 148, 136, 0.12);
  color: var(--color-accent);
  font-size: 1.05rem;
  border-radius: 4px;
  border: 1px solid rgba(13, 148, 136, 0.22);
}
.product-detail-meta-card__icon--refund {
  background: rgba(30, 58, 95, 0.08);
  color: var(--color-primary);
  border-color: rgba(30, 58, 95, 0.15);
}
.product-detail-meta-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .product-detail-panel__meta {
    grid-template-columns: 1fr;
  }
  .product-detail-meta-card + .product-detail-meta-card {
    border-left: none;
    border-top: 1px solid rgba(30, 58, 95, 0.08);
  }
  .product-detail-panel__block--desc,
  .product-detail-meta-card,
  .product-detail-gallery-specs .product-detail-meta-card {
    padding: 1.35rem 1.25rem 1.35rem 1.5rem;
  }
}
.gallery-main {
  aspect-ratio: 16/10;
  background: #e2e8f0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.gallery-thumbs { display: flex; gap: .5rem; margin-top: .75rem; flex-wrap: wrap; }
.gallery-thumbs img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
}
.gallery-thumbs img.active { border-color: var(--color-accent); }
/* Demo butonları — canlı site + admin panel */
.product-demo-buttons {
  margin: 0 0 1rem;
}
.product-demo-buttons--detail {
  margin: 0 0 1.15rem;
  padding: 1.15rem 1.1rem;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.product-demo-buttons--detail .product-detail-purchase__heading {
  margin: 0 0 0.85rem;
}
.product-demo-buttons--detail .product-detail-purchase__actions {
  margin: 0;
}
.product-demo-buttons--detail .btn-detail-wa--disabled {
  opacity: 0.65;
  pointer-events: none;
  filter: grayscale(0.2);
}
.product-demo-buttons__heading {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-demo-buttons__heading i {
  color: var(--color-accent);
  font-size: 1.2rem;
}
.product-demo-buttons__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.product-demo-buttons--card .product-demo-buttons__row {
  flex-direction: column;
  gap: 0.65rem;
}
.product-demo-buttons a.btn-demo,
a.btn-demo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex: 1 1 240px;
  min-height: 4rem;
  padding: 0.9rem 1.15rem 0.9rem 1rem;
  border-radius: 14px;
  border: 2px solid transparent;
  text-decoration: none !important;
  color: #fff !important;
  font-family: var(--font-body);
  line-height: 1.2;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s, filter 0.2s;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.product-demo-buttons a.btn-demo:hover,
.product-demo-buttons a.btn-demo:focus-visible,
a.btn-demo:hover,
a.btn-demo:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
}
.btn-demo__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
  font-size: 1.35rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.btn-demo__icon i {
  color: #fff !important;
}
.btn-demo__icon--wa {
  background: rgba(255, 255, 255, 0.95);
}
.btn-demo__icon--wa i {
  color: #25d366 !important;
  font-size: 1.5rem;
}
.btn-demo__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: left;
}
.btn-demo__title {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-transform: none;
}
.btn-demo__sub {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88) !important;
  letter-spacing: 0.01em;
}
.btn-demo__arrow {
  flex-shrink: 0;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9) !important;
  transition: transform 0.25s ease;
}
a.btn-demo:hover .btn-demo__arrow {
  transform: translate(3px, -2px);
  color: #fff !important;
}
.btn-demo--live {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 45%, #14b8a6 100%) !important;
  border-color: #0d9488 !important;
}
.btn-demo--live:hover,
.btn-demo--live:focus-visible {
  filter: brightness(1.06);
  color: #fff !important;
}
.btn-demo--admin {
  background: linear-gradient(135deg, #075e54 0%, #128c7e 50%, #25d366 100%) !important;
  border-color: #128c7e !important;
}
.btn-demo--admin:hover,
.btn-demo--admin:focus-visible {
  filter: brightness(1.05);
  color: #fff !important;
}
.btn-demo--disabled {
  opacity: 0.65;
  pointer-events: none;
  filter: grayscale(0.25);
}
.product-demo-buttons--card .btn-demo {
  width: 100%;
  flex: 1 1 auto;
  min-height: 3.65rem;
}
.product-demo-buttons--card .btn-demo__title {
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .product-demo-buttons--card .btn-demo {
    flex: 1 1 100%;
    width: 100%;
    min-height: 3.85rem;
  }
}
@media (max-width: 576px) {
  .product-demo-buttons--card .btn-demo__title {
    font-size: 0.95rem;
  }
  .product-demo-buttons--card .btn-demo__icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
  }
}

.recaptcha-wrap {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
.recaptcha-wrap .g-recaptcha {
  transform-origin: left top;
}

.detail-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }
.feature-list { list-style: none; padding: 0; }
.feature-list li { padding: .5rem 0; padding-left: 1.75rem; position: relative; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--color-accent); font-weight: 700; }

/* Footer */
/* 2FA */
.twofa-code-input { letter-spacing: 0.35em; font-weight: 700; font-size: 1.35rem; }
.twofa-verify-icon {
  width: 64px; height: 64px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.75rem; color: #fff; background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  margin-bottom: 0.75rem;
}
.twofa-status { display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; border-radius: 12px; font-size: 0.95rem; }
.twofa-status--on { background: rgba(16, 185, 129, 0.1); color: #047857; }
.twofa-status--off { background: rgba(100, 116, 139, 0.1); color: #475569; }
.twofa-setup-grid { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: flex-start; }
.twofa-qr { border-radius: 12px; border: 1px solid rgba(30, 58, 95, 0.1); }
.twofa-secret-key { word-break: break-all; font-size: 0.85rem; }
.twofa-recovery-codes { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.5rem; margin-top: 0.75rem; }
.twofa-recovery-codes code { display: block; padding: 0.5rem; background: #f1f5f9; border-radius: 8px; text-align: center; font-size: 0.85rem; }

/* Bayi / Affiliate */
.section-dealer-home { padding-top: 2.5rem; }
.dealer-home-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2.25rem;
  align-items: center;
  padding: 2.25rem 2.5rem;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, #0f2744 0%, #1e3a5f 38%, #0d6b63 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 70px rgba(15, 39, 68, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.dealer-home-card__glow {
  position: absolute;
  top: -30%;
  right: -15%;
  width: 55%;
  height: 80%;
  background: radial-gradient(circle, rgba(13, 148, 136, 0.35), transparent 68%);
  pointer-events: none;
}
.dealer-home-card__content {
  position: relative;
  z-index: 1;
}
.dealer-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}
.dealer-home-card__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}
.dealer-home-card__lead {
  margin: 0 0 1.35rem;
  max-width: 540px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}
.dealer-home-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}
.dealer-home-step {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
}
.dealer-home-step__num {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fcd34d, #f59e0b);
  color: #1e293b;
  font-size: 0.78rem;
  font-weight: 800;
}
.dealer-home-step__text { color: rgba(255, 255, 255, 0.95); }
.dealer-home-step__arrow {
  display: inline-flex;
  align-items: center;
  color: rgba(252, 211, 77, 0.75);
  font-size: 0.9rem;
}
.dealer-home-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.dealer-home-feature {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.9rem 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}
.dealer-home-feature__icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(252, 211, 77, 0.95), #f59e0b);
  color: #1e293b;
  font-size: 1.1rem;
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.35);
}
.dealer-home-feature__title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}
.dealer-home-feature__text {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}
.dealer-home-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}
.dealer-home-cta-row .btn-hero-cta {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  line-height: 1.2 !important;
  gap: 0.55rem !important;
  padding: 0.95rem 1.85rem !important;
  font-size: 1rem !important;
  border: none !important;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s;
  text-decoration: none !important;
}
.dealer-home-cta-row .btn-hero-cta i {
  font-size: 1.2rem;
  transition: transform 0.28s ease;
}
.dealer-home-cta-row .btn-hero-cta--shine {
  color: #fff !important;
  background: linear-gradient(120deg, #fcd34d 0%, #f59e0b 28%, #0d9488 62%, #6366f1 100%) !important;
  background-size: 320% 320% !important;
  animation: gradient-shift 5s ease infinite, cta-glow-pulse 2.8s ease-in-out infinite;
  box-shadow:
    0 12px 36px rgba(245, 158, 11, 0.45),
    0 0 0 2px rgba(255, 255, 255, 0.28) inset !important;
}
.dealer-home-cta-row .btn-hero-cta--shine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.48) 50%, transparent 60%);
  background-size: 220% 100%;
  animation: shimmer 2.4s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.dealer-home-cta-row .btn-hero-cta--shine span,
.dealer-home-cta-row .btn-hero-cta--shine i {
  position: relative;
  z-index: 2;
  color: #fff !important;
}
.dealer-home-cta-row .btn-hero-cta--shine:hover {
  transform: translateY(-3px) scale(1.04);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(245, 158, 11, 0.5) !important;
}
.dealer-home-cta-row .btn-hero-cta--shine:hover i {
  transform: translateX(5px) scale(1.08);
}
.dealer-home-cta {
  min-width: 200px;
}
.dealer-home-discount {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(252, 211, 77, 0.15);
  border: 1px solid rgba(252, 211, 77, 0.35);
  color: #fde68a;
  font-size: 0.88rem;
  font-weight: 700;
}
.dealer-home-card__visual {
  position: relative;
  z-index: 1;
}
.dealer-xml-window {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(8, 18, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.dealer-xml-window__bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}
.dealer-xml-window__dots {
  display: inline-flex;
  gap: 0.3rem;
}
.dealer-xml-window__dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #64748b;
  font-style: normal;
}
.dealer-xml-window__dots i:nth-child(1) { background: #f87171; }
.dealer-xml-window__dots i:nth-child(2) { background: #fbbf24; }
.dealer-xml-window__dots i:nth-child(3) { background: #34d399; }
.dealer-xml-window__title {
  flex: 1;
  font-family: ui-monospace, monospace;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.dealer-xml-window__live {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.2);
  color: #6ee7b7;
  font-weight: 700;
  font-size: 0.68rem;
}
.dealer-xml-preview {
  margin: 0;
  padding: 1.1rem 1.15rem 1.2rem;
  font-family: ui-monospace, monospace;
  font-size: 0.78rem;
  line-height: 1.65;
  overflow-x: auto;
}
.dealer-xml-preview code {
  color: #cbd5e1;
  white-space: pre;
}
.dealer-xml-preview .xml-tag { color: #f9a8d4; }
.dealer-xml-preview .xml-val { color: #a7f3d0; }
.dealer-xml-preview .xml-highlight {
  color: #fde68a;
  font-weight: 700;
}
.dealer-xml-caption {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}
.dealer-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.dealer-feature-card {
  padding: 1.25rem;
  border-radius: 16px;
  background: var(--color-surface-alt, #f8fafc);
  border: 1px solid rgba(30, 58, 95, 0.08);
}
.dealer-feature-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.dealer-landing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.dealer-steps { padding-left: 1.2rem; }
.dealer-steps li { margin-bottom: 0.65rem; }
.dealer-landing-form-wrap,
.dealer-guest-cta,
.dealer-apply-card,
.dealer-panel-card {
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 18px;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 10px 30px rgba(30, 58, 95, 0.06);
}
.dealer-guest-cta { text-align: center; }
.dealer-guest-cta > .bi { font-size: 2.5rem; color: var(--color-primary); display: block; margin-bottom: 0.75rem; }
.dealer-feed-box { margin: 1.25rem 0; }
.dealer-feed-box__row { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.dealer-feed-box__row .form-control { flex: 1 1 240px; font-size: 0.85rem; }
.dealer-feed-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.dealer-xml-help {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(30, 58, 95, 0.08);
}
.dealer-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.dealer-status-badge--active { background: rgba(16, 185, 129, 0.12); color: #047857; }
@media (max-width: 991px) {
  .dealer-home-card {
    grid-template-columns: 1fr;
    padding: 1.75rem 1.35rem;
    gap: 1.5rem;
  }
  .dealer-home-features {
    grid-template-columns: 1fr;
  }
  .dealer-home-step__arrow {
    display: none;
  }
  .dealer-home-card__visual {
    order: -1;
  }
  .dealer-home-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .dealer-home-cta {
    width: 100%;
    justify-content: center;
  }
  .dealer-home-discount {
    justify-content: center;
  }
  .dealer-landing-grid,
  .dealer-feature-grid { grid-template-columns: 1fr; }
}

/* Anasayfa alan adı arama */
.section-domain-search { padding-top: 0; margin-top: -1rem; }
.domain-search-card {
  background: linear-gradient(145deg, rgba(30, 58, 95, 0.06), rgba(13, 148, 136, 0.08));
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 24px;
  padding: 2rem 1.75rem;
  box-shadow: 0 20px 50px rgba(30, 58, 95, 0.08);
}
.domain-search-card__head { text-align: center; max-width: 640px; margin: 0 auto 1.5rem; }
.domain-search-card__head .eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  line-height: 1.45;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-accent);
}
.domain-search-card__head .eyebrow i {
  font-size: 1.35rem;
  line-height: 1;
}
.domain-search-card__lead { color: var(--color-muted); margin-bottom: 0; }
.domain-search-form__row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
  align-items: stretch;
}
.domain-search-form__input-wrap {
  flex: 1 1 280px;
  position: relative;
  display: flex;
  align-items: center;
}
.domain-search-form__input-wrap .bi-search {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-muted);
  pointer-events: none;
  font-size: 1.1rem;
  line-height: 1;
  z-index: 1;
}
.domain-search-form__input {
  padding: 0.85rem 1rem 0.85rem 3rem;
  min-height: 3.25rem;
  border-radius: 14px;
  font-size: 1.05rem;
  line-height: 1.5;
  width: 100%;
}
.domain-search-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  border-radius: 14px;
  padding: 0.85rem 1.5rem;
  white-space: nowrap;
  line-height: 1.35;
  flex-shrink: 0;
}
.domain-search-form__submit i {
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
}
.domain-search-form__submit span {
  line-height: 1.35;
}
.domain-search-tlds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.domain-search-tld {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid rgba(30, 58, 95, 0.15);
  background: #fff;
  color: var(--color-primary);
  border-radius: 16px;
  padding: 0.65rem 1rem;
  min-width: 5.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.35;
  text-align: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}
.domain-search-tld__ext {
  display: block;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.domain-search-tld__price {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-accent);
  white-space: nowrap;
  line-height: 1.35;
}
.domain-search-tld:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: translateY(-1px);
}
.domain-search-tld:hover .domain-search-tld__price {
  color: rgba(255, 255, 255, 0.92);
}
.domain-search-status { text-align: center; margin-top: 1rem; }
.domain-search-results {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.domain-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.1);
}
.domain-result--available { border-color: rgba(13, 148, 136, 0.25); }
.domain-result--taken { opacity: 0.72; }
.domain-result__name { display: block; font-size: 1.05rem; color: var(--color-primary); }
.domain-result__meta { display: block; font-size: 0.82rem; color: var(--color-muted); margin-top: 0.15rem; }
.domain-result__badge {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: #fef3c7;
  color: #b45309;
  vertical-align: middle;
}
.domain-result__side { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.domain-result__price { font-weight: 700; color: var(--color-accent); font-size: 1.05rem; }
/* SEO site analizi */
.section-seo-tools { padding-top: 0; }
.seo-tools-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.seo-tools-feature-card {
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.08);
  box-shadow: 0 8px 24px rgba(30, 58, 95, 0.04);
}
.seo-tools-feature-card__icon {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(13, 148, 136, 0.12);
  color: var(--color-accent);
  margin-bottom: 0.65rem;
  font-size: 1.1rem;
}
.seo-tools-lab-card {
  background: linear-gradient(145deg, rgba(30, 58, 95, 0.05), rgba(13, 148, 136, 0.07));
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 24px;
  padding: 1.75rem 1.5rem;
}
.seo-tools-form__url {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.seo-tools-form__url > i { font-size: 1.35rem; color: var(--color-accent); flex-shrink: 0; }
.seo-tools-form__url .form-control { font-size: 1.05rem; padding: 0.85rem 1rem; }
.seo-tools-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .seo-tools-form__row { grid-template-columns: 1fr; }
}
.seo-tools-form__submit { width: 100%; }
.seo-tools-notes {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.seo-tools-notes li { display: flex; align-items: center; gap: 0.45rem; }
.seo-tools-notes .bi-check2 { color: var(--color-accent); }
.seo-tools-progress {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(30, 58, 95, 0.06);
}
.seo-tools-progress__spinner {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(13, 148, 136, 0.2);
  border-top-color: var(--color-accent);
  border-radius: 50%;
  animation: seoSpin 0.8s linear infinite;
  flex-shrink: 0;
}
@keyframes seoSpin { to { transform: rotate(360deg); } }
.seo-tools-status { margin-top: 1rem; }
.seo-tools-report { margin-top: 1.5rem; }
.seo-report-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.1);
  margin-bottom: 1.25rem;
}
.seo-report-score {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  border: 4px solid var(--color-accent);
  color: var(--color-primary);
}
.seo-report-score small { font-size: 0.75rem; font-weight: 700; opacity: 0.7; margin-top: 0.15rem; }
.seo-report-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
.seo-report-meta span { font-size: 0.88rem; color: var(--color-muted); }
.seo-report-categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.seo-report-cat {
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.08);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}
.seo-report-cat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.seo-report-cat__head h3 { font-size: 0.95rem; margin: 0; }
.seo-report-cat__score {
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(13, 148, 136, 0.12);
  color: var(--color-accent);
}
.seo-report-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.84rem;
  margin-bottom: 0.45rem;
  color: var(--color-muted);
}
.seo-report-item i { margin-top: 0.1rem; flex-shrink: 0; }
.seo-report-item--ok i { color: #059669; }
.seo-report-item--warn i { color: #d97706; }
.seo-report-item--fail i { color: #dc2626; }
.seo-report-item--info i { color: #64748b; }
.seo-report-recs {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 95, 0.08);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}
.seo-report-rec {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(30, 58, 95, 0.06);
}
.seo-report-rec:last-child { border-bottom: 0; padding-bottom: 0; }
.seo-report-rec strong { display: block; font-size: 0.92rem; margin-bottom: 0.2rem; }
.seo-report-rec p { margin: 0; font-size: 0.84rem; color: var(--color-muted); }
.seo-report-broken {
  font-size: 0.84rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(220, 38, 38, 0.12);
  padding: 0.85rem 1rem;
  margin-bottom: 0.75rem;
}
.seo-report-broken a { word-break: break-all; }
.section-home-hosting + .section-seo-tools-cta {
  padding-top: 0;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.section-references + .section-home-hosting {
  margin-top: 0;
}
.seo-tools-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.75rem 1.5rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.07), rgba(13, 148, 136, 0.1));
  border: 1px solid rgba(30, 58, 95, 0.1);
}

/* Anasayfa — hosting vitrin */
.section-home-hosting {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(165deg, #0c1222 0%, #0f172a 42%, #134e4a 100%);
  color: #e2e8f0;
}
.home-hosting-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.home-hosting-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
}
.home-hosting-orb--1 {
  width: 420px; height: 420px;
  top: -120px; right: -80px;
  background: radial-gradient(circle, #6366f1, transparent 70%);
  animation: homeHostingFloat 14s ease-in-out infinite;
}
.home-hosting-orb--2 {
  width: 360px; height: 360px;
  bottom: -100px; left: -60px;
  background: radial-gradient(circle, #0d9488, transparent 70%);
  animation: homeHostingFloat 18s ease-in-out infinite reverse;
}
.home-hosting-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
}
@keyframes homeHostingFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -16px) scale(1.05); }
}
.home-hosting-head { position: relative; text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
.home-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
}
.home-section-kicker i { font-size: 1.15em; color: #5eead4; }
.home-section-kicker--light { color: var(--color-primary); }
.home-section-kicker--light i { color: var(--color-accent); }
.home-hosting-lead { color: #94a3b8; margin: 0 0 1.25rem; font-size: 1rem; }
.seo-tools-cta-card__tagline { font-size: 0.95rem; line-height: 1.55; max-width: 520px; }
.eyebrow--seo-lab {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
}
.seo-tools-cta-card__body .home-section-kicker--light {
  margin-bottom: 0.65rem;
  justify-content: flex-start;
  text-align: left;
}
.eyebrow--glow {
  background: rgba(13, 148, 136, 0.2);
  border: 1px solid rgba(45, 212, 191, 0.35);
  color: #5eead4;
}
.home-hosting-trust {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.65rem 1.25rem;
  font-size: 0.88rem; font-weight: 600; color: #cbd5e1;
}
.home-hosting-trust i { color: #2dd4bf; margin-right: 0.35rem; }
.home-hosting-grid-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.home-hosting-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.65rem 1.4rem 1.4rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-hosting-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45, 212, 191, 0.45);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}
.home-hosting-card--featured {
  border-color: rgba(99, 102, 241, 0.55);
  background: linear-gradient(165deg, rgba(99, 102, 241, 0.18), rgba(13, 148, 136, 0.12));
  box-shadow: 0 20px 50px rgba(79, 70, 229, 0.25);
  transform: scale(1.03);
  z-index: 1;
}
.home-hosting-card--featured:hover { transform: scale(1.03) translateY(-6px); }
.home-hosting-card__ribbon {
  position: absolute;
  top: 14px; right: 14px;
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.45);
}
.home-hosting-card__glow {
  position: absolute; inset: -1px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(135deg, rgba(13,148,136,.35), rgba(99,102,241,.2));
  opacity: 0; transition: opacity 0.3s;
}
.home-hosting-card:hover .home-hosting-card__glow { opacity: 1; }
.home-hosting-card__icon {
  width: 3rem; height: 3rem; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 1rem;
  background: rgba(13, 148, 136, 0.2); color: #5eead4;
}
.home-hosting-card--tier-2 .home-hosting-card__icon { background: rgba(99, 102, 241, 0.25); color: #a5b4fc; }
.home-hosting-card--tier-3 .home-hosting-card__icon { background: rgba(244, 114, 182, 0.2); color: #f9a8d4; }
.home-hosting-card__name { margin: 0 0 0.5rem; font-size: 1.2rem; color: #fff; }
.home-hosting-card__desc { font-size: 0.86rem; color: #94a3b8; margin: 0 0 1rem; line-height: 1.5; }
.home-hosting-card__price { margin-bottom: 1rem; }
.home-hosting-card__amount {
  display: block;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.home-hosting-card__period { font-size: 0.82rem; color: #94a3b8; }
.home-hosting-card__period small { opacity: 0.85; }
.home-hosting-card__specs {
  list-style: none; padding: 0; margin: 0 0 1rem;
  display: grid; gap: 0.45rem;
}
.home-hosting-card__specs li {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.82rem; font-weight: 600; color: #cbd5e1;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}
.home-hosting-card__specs i { color: #2dd4bf; }
.home-hosting-card__features {
  list-style: none; padding: 0; margin: 0 0 1.25rem;
  flex: 1;
  display: flex; flex-direction: column; gap: 0.4rem;
}
.home-hosting-card__features li {
  display: flex; align-items: flex-start; gap: 0.45rem;
  font-size: 0.84rem; color: #e2e8f0;
}
.home-hosting-card__features i { color: #34d399; flex-shrink: 0; margin-top: 0.1rem; }
.home-hosting-card__cta {
  display: inline-flex !important;
  align-items: center; justify-content: center; gap: 0.5rem;
  width: 100%;
  min-height: 3rem;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.home-hosting-card__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  color: #0f172a !important;
}
.home-hosting-card__cta--featured {
  color: #fff !important;
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 40%, #0d9488 100%) !important;
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.45);
}
.home-hosting-card__cta--featured:hover { color: #fff !important; }
.home-hosting-footnote { position: relative; margin-top: 1.5rem !important; color: #64748b !important; }
.cart-hosting-domain-section {
  margin-top: 1rem;
}
.cart-hosting-only-card {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08), rgba(99, 102, 241, 0.06));
  border: 1px solid rgba(13, 148, 136, 0.2);
}
.cart-hosting-only-card__icon {
  width: 2.75rem; height: 2.75rem; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--color-accent); color: #fff; font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  .home-hosting-card--featured { transform: none; }
  .home-hosting-card--featured:hover { transform: translateY(-6px); }
}

.cart-domains-block { margin-bottom: 1.5rem; }
.cart-domain-lines { display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 0.75rem; }
.cart-domain-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: rgba(13, 148, 136, 0.06);
  border: 1px solid rgba(13, 148, 136, 0.15);
}
.cart-domain-line__main { display: flex; align-items: center; gap: 0.85rem; }
.cart-domain-line__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: #fff;
  font-size: 1.15rem;
}
.cart-domain-line__meta { display: block; font-size: 0.82rem; color: var(--color-muted); }
.cart-domain-line__side { display: flex; align-items: center; gap: 0.5rem; }
.mini-cart__line-img--domain {
  background: rgba(13, 148, 136, 0.12);
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .domain-search-form__row {
    flex-direction: column;
    gap: 0.85rem;
  }
  .domain-search-form__submit {
    width: 100%;
    min-height: 3.35rem;
    padding: 0.9rem 1.25rem;
  }
  .domain-search-tlds {
    gap: 0.6rem;
  }
  .domain-search-tld {
    min-width: calc(50% - 0.35rem);
    flex: 1 1 calc(50% - 0.35rem);
    padding: 0.7rem 0.65rem;
    gap: 0.55rem;
  }
  .domain-result__side { width: 100%; justify-content: space-between; }
}

.site-footer { background: var(--color-dark); color: #94a3b8; padding: 4rem 0 2rem; margin-top: 4rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(var(--footer-extra-cols, 3), 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.site-footer h3 { color: #fff; margin-top: 0; }
.footer-payments {
  margin-bottom: 2rem;
  padding: 1.35rem 1.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.footer-payments__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #e2e8f0;
  font-family: var(--font-display);
}
.footer-payments__title .bi {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.footer-payments__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.footer-payment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.footer-payment-badge:hover {
  background: rgba(13, 148, 136, 0.15);
  border-color: rgba(13, 148, 136, 0.35);
  transform: translateY(-2px);
}
.footer-payment-badge__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
  flex-shrink: 0;
}
.footer-bottom { border-top: 1px solid #334155; padding-top: 1.5rem; text-align: center; font-size: .9rem; }
.footer-brand p { margin-bottom: 0; color: #94a3b8; line-height: 1.6; }
/* Footer kolon kartları */
.footer-col {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.footer-col__title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-display);
}
.footer-col__title-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
  flex-shrink: 0;
}
.footer-col--contact .footer-col__title-icon {
  background: linear-gradient(135deg, #6366f1, #818cf8);
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
}
.footer-col--newsletter .footer-col__title-icon {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}
/* Hızlı linkler */
.footer-links__list,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-item {
  margin-bottom: 0.35rem;
}
.footer-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border-radius: 11px;
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  background: transparent;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.footer-link__arrow {
  font-size: 0.7rem;
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer-link:hover {
  color: #fff;
  background: rgba(13, 148, 136, 0.18);
  border-color: rgba(13, 148, 136, 0.25);
  transform: translateX(3px);
}
.footer-link:hover .footer-link__arrow {
  opacity: 1;
  transform: translateX(2px);
}
.footer-submenu {
  list-style: none;
  margin: 0.25rem 0 0.5rem 0.5rem;
  padding: 0 0 0 0.75rem;
  border-left: 2px solid rgba(13, 148, 136, 0.35);
}
.footer-submenu .footer-link {
  padding: 0.45rem 0.65rem;
  font-size: 0.85rem;
}
/* İletişim */
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.footer-contact__item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}
.footer-contact__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: #fff;
  background: rgba(99, 102, 241, 0.35);
}
.footer-contact__item:nth-child(1) .footer-contact__icon { background: rgba(13, 148, 136, 0.4); }
.footer-contact__item:nth-child(2) .footer-contact__icon { background: rgba(99, 102, 241, 0.4); }
.footer-contact__item:nth-child(3) .footer-contact__icon { background: rgba(245, 158, 11, 0.35); }
.footer-contact__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #e2e8f0;
}
.footer-contact__label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}
.footer-contact__body a {
  color: #f1f5f9;
  text-decoration: none;
  font-weight: 600;
  word-break: break-word;
}
.footer-contact__body a:hover {
  color: var(--color-accent);
}
.footer-contact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.85rem;
  padding: 0.65rem 1rem;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--color-accent), #14b8a6);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.footer-contact-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(13, 148, 136, 0.45);
}
/* Bülten kolonu */
.footer-col--newsletter .small {
  color: #94a3b8 !important;
  margin-bottom: 0.85rem;
}
.footer-col--newsletter .newsletter-form {
  flex-direction: column;
  gap: 0.55rem;
}
.footer-col--newsletter .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 11px;
  padding: 0.7rem 0.9rem;
}
.footer-col--newsletter .form-control::placeholder {
  color: #64748b;
}
.footer-col--newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.2);
  color: #fff;
}
.footer-col--newsletter .btn-primary {
  width: 100%;
  min-height: 44px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-col {
    padding: 1.15rem 1.2rem;
  }
  .footer-contact-cta {
    min-height: 48px;
  }
}
.footer-social {
  margin-top: 1.35rem;
}
.footer-social__label {
  display: block;
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: #f1f5f9;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.footer-social__label::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2));
}
@media (max-width: 767px) {
  .footer-social__label {
    font-size: 1.1rem;
    text-align: center;
  }
  .footer-social__label::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-social__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.footer-social__btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #f8fafc;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.footer-social__btn:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.footer-social__btn:active {
  transform: translateY(-1px) scale(1.02);
}
.footer-social__btn--facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
}
.footer-social__btn--instagram:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  border-color: transparent;
}
.footer-social__btn--linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
}
.footer-social__btn--youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}
.footer-social__btn--twitter:hover {
  background: #0f172a;
  border-color: #334155;
}
@media (max-width: 767px) {
  .footer-social {
    margin-top: 1.5rem;
    padding: 1rem 0 0.25rem;
    text-align: center;
  }
  .footer-social__grid {
    gap: 0.75rem;
    justify-content: center;
  }
  .footer-social__btn {
    width: 52px;
    height: 52px;
    font-size: 1.45rem;
    border-radius: 16px;
  }
}
.newsletter-form { display: flex; gap: .5rem; }
.float-whatsapp, .float-support {
  position: fixed; z-index: 999; width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
  color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.2); transition: transform .2s;
}
.float-whatsapp { background: #25d366; bottom: 24px; right: 24px; animation: whatsapp-pulse 2.5s infinite; }
.float-support {
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent-2));
  bottom: 92px; right: 24px; border: none; cursor: pointer;
}
.float-whatsapp:hover, .float-support:hover { transform: scale(1.12) rotate(5deg); color: #fff; }
.cart-bump { animation: scale-in 0.4s ease; }

/* Marquee güven şeridi */
.trust-marquee {
  overflow: hidden; padding: 1rem 0;
  background: rgba(255,255,255,.6); border-block: 1px solid var(--color-border);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.trust-marquee-track {
  display: flex; gap: 3rem; width: max-content;
  animation: marquee-scroll 28s linear infinite;
}
.trust-marquee:hover .trust-marquee-track { animation-play-state: paused; }
.trust-item {
  display: flex; align-items: center; gap: 0.5rem; white-space: nowrap;
  font-weight: 600; font-size: 0.9rem; color: var(--color-muted);
}
.trust-item i { color: var(--color-accent); font-size: 1.1rem; }

/* CTA şerit */
.cta-strip {
  margin: 2rem 0; padding: 2.5rem; border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--color-primary), var(--color-accent));
  color: #fff; text-align: center; position: relative; overflow: hidden;
  box-shadow: var(--shadow-glow);
}
.cta-strip::before {
  content: ""; position: absolute; width: 200%; height: 200%; top: -50%; left: -50%;
  background: radial-gradient(circle, rgba(255,255,255,.12) 0%, transparent 50%);
  animation: spin-slow 20s linear infinite;
}
.cta-strip h2, .cta-strip p, .cta-strip .btn { position: relative; z-index: 1; }
.cta-strip .btn { background: #fff; color: var(--color-primary); border: none; margin-top: 1rem; }
.cta-strip .btn:hover { transform: scale(1.05); color: var(--color-primary); }

.review-item.testimonial-card { transition: transform 0.35s, box-shadow 0.35s; }
.review-item.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.why-item {
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.why-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(13, 148, 136, 0.28);
  box-shadow:
    0 12px 24px rgba(13, 148, 136, 0.12),
    0 24px 48px rgba(30, 58, 95, 0.1);
}
.process-step:hover .process-step__icon {
  transform: scale(1.08) rotate(-3deg);
}

.reveal-group > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-group > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-group > *:nth-child(3) { transition-delay: 0.15s; }
.reveal-group > *:nth-child(4) { transition-delay: 0.2s; }
.reveal-group > *:nth-child(5) { transition-delay: 0.25s; }
.reveal-group > *:nth-child(6) { transition-delay: 0.3s; }

.form-control {
  width: 100%; padding: .75rem 1rem; border: 1px solid var(--color-border);
  border-radius: 10px; font-size: 1rem; font-family: inherit;
}
.form-control:focus { outline: none; border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(13,148,136,.15); }
.form-label { display: block; margin-bottom: .35rem; font-weight: 500; font-size: .9rem; }

.alert { padding: 1rem 1.25rem; border-radius: var(--radius); margin-bottom: 1rem; }
.alert-success { background: #d1fae5; color: #065f46; }
.alert-danger { background: #fee2e2; color: #991b1b; }

.text-accent { color: var(--color-accent); }
/* Yazılım kataloğu — filtre paneli */
.catalog-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}
.catalog-filters {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 0;
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  overflow: hidden;
}
.catalog-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--color-border);
}
.catalog-filters__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.catalog-filters__title i { color: var(--color-accent); }
.catalog-filters__close { display: none; background: none; border: none; font-size: 1.25rem; color: var(--color-muted); cursor: pointer; }
.catalog-filters__form { padding: 0.5rem 0 1rem; }
.catalog-filter-group { border-bottom: 1px solid var(--color-border); }
.catalog-filter-group:last-of-type { border-bottom: none; }
.catalog-filter-group__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
  background: none;
  border: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-muted);
  cursor: pointer;
}
.catalog-filter-group__toggle i { transition: transform 0.2s; font-size: 0.85rem; }
.catalog-filter-group:not(.is-open) .catalog-filter-group__toggle i { transform: rotate(-90deg); }
.catalog-filter-group:not(.is-open) .catalog-filter-group__body { display: none; }
.catalog-filter-group__body { padding: 0 1.25rem 1rem; }
.catalog-filter-radios { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; }
.catalog-filter-radio {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.92rem;
  color: var(--color-dark);
  transition: background 0.15s;
}
.catalog-filter-radio:hover { background: #f8fafc; }
.catalog-filter-radio input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--color-accent);
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
}
.catalog-filter-radio input:checked + span { font-weight: 600; color: var(--color-primary); }
.catalog-filter-select {
  border-radius: 10px;
  border-color: var(--color-border);
  font-size: 0.92rem;
  padding: 0.55rem 0.75rem;
}
.catalog-filters__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.1rem 1.25rem 1.25rem;
  margin-top: 0.35rem;
  border-top: 1px solid var(--color-border);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95), #fff);
}
.catalog-filters__apply {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.38);
}
.catalog-filters__apply:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(13, 148, 136, 0.45);
}
.catalog-filters__reset {
  width: 100%;
  min-height: 44px;
  padding: 0.65rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 12px;
  border-width: 2px;
  border-color: rgba(30, 58, 95, 0.22);
  color: var(--color-primary);
  background: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.catalog-filters__reset:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
  background: rgba(13, 148, 136, 0.06);
  transform: translateY(-1px);
}
.catalog-filters-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  z-index: 1040;
}
.catalog-filters-overlay.show { display: block; }
.catalog-main { min-width: 0; }
.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.catalog-toolbar__filters-btn { display: none; }
.catalog-search {
  display: flex;
  flex: 1;
  min-width: 200px;
  max-width: 420px;
  gap: 0.5rem;
}
.catalog-search input {
  flex: 1;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  font-size: 0.95rem;
}
.catalog-toolbar__count {
  margin: 0 0 0 auto;
  font-size: 0.9rem;
  color: var(--color-muted);
}
.catalog-toolbar__count strong { color: var(--color-dark); }
.catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.catalog-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 0.82rem;
  color: var(--color-dark);
}
.catalog-tag--clear {
  background: transparent;
  border: 1px dashed var(--color-border);
  text-decoration: none;
  color: var(--color-accent);
  font-weight: 600;
}
.catalog-tag--clear:hover { border-color: var(--color-accent); }

/* Çerez bilgilendirme */
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1060;
  padding: 1rem;
  pointer-events: none;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.cookie-consent.is-visible {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}
.cookie-consent__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
  padding: 1.25rem 1.5rem;
}
.cookie-consent__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f0fdfa, #e0e7ff);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.cookie-consent__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-family: var(--font-display);
}
.cookie-consent__text {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: var(--color-muted);
  line-height: 1.55;
  max-width: 720px;
}
.cookie-consent__link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
}
.cookie-consent__link:hover { text-decoration: underline; }
.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cookie-consent__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cookie-consent__icon { margin: 0 auto; }
  .cookie-consent__actions { justify-content: center; }
}

@media (max-width: 992px) {
  .hero { min-height: auto; }
  .hero-grid, .product-detail-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-float-1, .hero-float-2 { display: none; }
}
/* Hesabım */
.page-hero-sm { padding: 2rem 0 !important; min-height: auto !important; }
.page-hero-sm .page-hero-eyebrow { display: block; margin-bottom: 0.35rem; }
.account-section { padding-top: 2rem; }
.account-layout {
  display: grid; grid-template-columns: 280px 1fr; gap: 2rem; align-items: start;
}
.account-sidebar {
  background: var(--color-surface); border-radius: var(--radius-lg);
  border: 1px solid var(--color-border); padding: 1.25rem;
  box-shadow: var(--shadow); position: sticky; top: calc(var(--header-h) + 1rem);
}
.account-user-card { display: flex; align-items: center; gap: 1rem; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid var(--color-border); }
.account-avatar {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem;
}
.account-user-card small { display: block; color: var(--color-muted); font-size: 0.8rem; word-break: break-all; }
.account-nav { display: flex; flex-direction: column; gap: 4px; }
.account-nav a {
  display: flex; align-items: center; gap: 0.65rem; padding: 0.65rem 0.85rem;
  border-radius: 10px; color: var(--color-dark); font-weight: 500; text-decoration: none;
}
.account-nav a:hover { background: #f0fdfa; color: var(--color-accent); }
.account-nav a.active { background: linear-gradient(90deg, rgba(13,148,136,.15), transparent); color: var(--color-accent); }
.account-nav-logout { color: #dc2626 !important; margin-top: 0.5rem; }
.account-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.account-stat-card {
  background: var(--color-surface); border-radius: var(--radius); padding: 1.25rem;
  display: flex; align-items: center; gap: 1rem; border: 1px solid var(--color-border);
}
.account-stat-card__text,
.account-stat-card > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.account-stat-card strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-dark);
}
.account-stat-card span {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-muted);
}
.account-stat-card i { font-size: 1.75rem; color: var(--color-accent); flex-shrink: 0; }
.account-stat-card.accent { border-color: rgba(13,148,136,.3); background: #f0fdfa; }
.account-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.account-table { width: 100%; border-collapse: collapse; background: var(--color-surface); border-radius: var(--radius); overflow: hidden; }
.account-table th, .account-table td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--color-border); }
.account-table th { font-size: 0.78rem; text-transform: uppercase; color: var(--color-muted); background: #f8fafc; }
.status-pill { font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; }
.status-paid { background: #d1fae5; color: #065f46; }
.status-pending { background: #fef3c7; color: #92400e; }
.status-failed { background: #fee2e2; color: #991b1b; }
.status-refunded { background: #e2e8f0; color: #475569; }
.status-order-processing { background: #dbeafe; color: #1d4ed8; }
.status-order-completed { background: #d1fae5; color: #065f46; }
.status-order-cancelled { background: #fee2e2; color: #991b1b; }
.status-order-refunded { background: #e2e8f0; color: #475569; }
.status-delivery-delivered { background: #d1fae5; color: #065f46; }
.status-delivery-partial { background: #ffedd5; color: #c2410c; }
.status-delivery-pending { background: #fef3c7; color: #92400e; }
.account-order-link {
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
}
.account-order-link:hover { text-decoration: underline; }
.account-order-link code {
  background: transparent;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.account-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  white-space: nowrap;
}
.account-orders-page__head {
  margin-bottom: 1.25rem;
}
.account-orders-page__title {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--color-dark);
}
.account-orders-page__lead {
  margin: 0;
  font-size: 0.88rem;
  color: var(--color-muted);
}
.account-orders-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.account-order-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 1.25rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.account-order-card:hover {
  border-color: rgba(13, 148, 136, 0.25);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
}
.account-order-card__main {
  min-width: 0;
}
.account-order-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.65rem;
}
.account-order-card__id {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--color-dark);
  text-decoration: none;
  font-family: ui-monospace, monospace;
}
.account-order-card__id i {
  color: var(--color-accent);
  font-size: 1.05rem;
}
.account-order-card__id:hover {
  color: var(--color-accent);
}
.account-order-card__date {
  font-size: 0.8rem;
  color: var(--color-muted);
  white-space: nowrap;
}
.account-order-card__amount {
  margin-bottom: 0.75rem;
}
.account-order-card__amount-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-muted);
  margin-bottom: 0.15rem;
}
.account-order-card__amount strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-primary);
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.account-order-card__promo {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
}
.account-order-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem 0.85rem;
}
.account-order-card__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.account-order-card__meta-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-muted);
}
.account-order-card__meta-item > span:last-child:not(.status-pill) {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-dark);
}
.account-order-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 118px;
  align-self: stretch;
  justify-content: center;
}
.account-order-card__action-spacer {
  display: block;
  min-height: 36px;
}
.account-order-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 36px;
  font-weight: 700;
  border-radius: 10px;
  transform: none !important;
  white-space: nowrap;
}
.account-order-btn::after {
  display: none;
}
.account-order-btn:hover,
.account-order-btn:focus-visible {
  transform: none !important;
}
.account-order-btn--primary {
  box-shadow: 0 6px 18px rgba(13, 148, 136, 0.28);
}
.account-order-btn--primary:hover,
.account-order-btn--primary:focus-visible {
  box-shadow: 0 8px 22px rgba(13, 148, 136, 0.35);
  color: #fff;
}
.account-order-detail { max-width: 760px; }
.account-order-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-muted);
  text-decoration: none;
  margin-bottom: 1.25rem;
}
.account-order-back:hover { color: var(--color-accent); }
.account-order-detail__hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 1.5rem;
  align-items: start;
  background: linear-gradient(145deg, #f8fafc 0%, #fff 55%, #f0fdfa 100%);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 1.35rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
}
.account-order-detail__hero-main {
  font-size: 0.88rem;
  color: var(--color-muted);
  margin-bottom: 0;
  grid-column: 1;
}
.account-order-detail__hero-main p {
  margin: 0 0 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.account-order-detail__hero-amount {
  margin-bottom: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  text-align: right;
  padding: 0.5rem 0.85rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(13, 148, 136, 0.12);
  border-radius: 14px;
}
.account-order-detail__amount-label {
  display: block;
  font-size: 0.78rem;
  color: var(--color-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.account-order-detail__hero-amount strong {
  font-size: 1.65rem;
  color: var(--color-primary);
  font-variant-numeric: tabular-nums;
}
.account-order-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  grid-column: 1;
}
.account-order-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}
.account-order-detail__actions .account-order-btn {
  min-height: 44px;
  padding: 0.65rem 1.25rem;
  font-size: 0.92rem;
}
.account-order-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 1.2rem 1.35rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.account-order-panel__title {
  font-size: 1rem;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.account-order-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-order-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--color-border);
}
.account-order-item:last-child { border-bottom: none; padding-bottom: 0; }
.account-order-item__type {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 0.2rem;
}
.account-order-item__info strong { display: block; }
.account-order-item__domain {
  display: block;
  font-size: 0.82rem;
  color: var(--color-muted);
  margin-top: 0.2rem;
}
.account-order-item__price {
  text-align: right;
  font-size: 0.85rem;
  color: var(--color-muted);
  flex-shrink: 0;
}
.account-order-item__price strong {
  display: block;
  color: var(--color-dark);
  font-size: 1rem;
}
.account-order-summary { margin: 0; }
.account-order-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  font-size: 0.9rem;
}
.account-order-summary__row dt { margin: 0; color: var(--color-muted); font-weight: 500; }
.account-order-summary__row dd { margin: 0; font-weight: 600; }
.account-order-summary__row--discount dd { color: #059669; }
.account-order-summary__row--total {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-border);
  font-size: 1rem;
}
.account-order-summary__row--total dt { color: var(--color-dark); font-weight: 700; }
.account-order-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.account-order-meta-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.35rem 0;
}
.status-ticket-open { background: #fef3c7; color: #92400e; }
.status-ticket-answered { background: #d1fae5; color: #065f46; }
.status-ticket-closed { background: #e2e8f0; color: #475569; }

/* Destek merkezi — hesabım */
.support-hub__top {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 1.25rem; margin-bottom: 1.75rem;
}
.support-hub__title { margin: 0 0 0.35rem; font-size: 1.35rem; font-family: var(--font-display); }
.support-hub__intro p { margin: 0; color: var(--color-muted); max-width: 420px; }
.support-hub__cta { box-shadow: 0 8px 24px rgba(13, 148, 136, 0.25); }

.support-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.75rem;
}
.support-stat {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.1rem 1.25rem; border-radius: var(--radius-lg);
  background: var(--color-surface); border: 1px solid var(--color-border);
  box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s;
}
.support-stat:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1); }
.support-stat__icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: #f1f5f9; color: var(--color-primary); font-size: 1.25rem;
}
.support-stat strong { display: block; font-size: 1.5rem; line-height: 1.1; font-family: var(--font-display); }
.support-stat span { font-size: 0.8rem; color: var(--color-muted); }
.support-stat--open .support-stat__icon { background: #fef3c7; color: #b45309; }
.support-stat--answered .support-stat__icon { background: #d1fae5; color: #047857; }

.support-badge {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.72rem; font-weight: 700; padding: 0.35rem 0.75rem;
  border-radius: 999px; letter-spacing: 0.02em;
}
.support-badge--open { background: #fef3c7; color: #92400e; }
.support-badge--answered { background: #d1fae5; color: #065f46; }
.support-badge--closed { background: #e2e8f0; color: #475569; }

.support-ticket-list { display: flex; flex-direction: column; gap: 0.85rem; }
.support-ticket-item {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.15rem; align-items: center;
  padding: 1.25rem 1.35rem; border-radius: var(--radius-lg);
  background: var(--color-surface); border: 1px solid var(--color-border);
  box-shadow: var(--shadow); text-decoration: none; color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  animation: supportItemIn 0.45s ease backwards;
  animation-delay: var(--delay, 0ms);
}
@keyframes supportItemIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.support-ticket-item:hover {
  border-color: rgba(13, 148, 136, 0.45);
  transform: translateX(4px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}
.support-ticket-item__icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; flex-shrink: 0;
}
.support-ticket-item__icon--open { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #b45309; }
.support-ticket-item__icon--answered { background: linear-gradient(135deg, #ccfbf1, #99f6e4); color: #0f766e; }
.support-ticket-item__icon--closed { background: #f1f5f9; color: #64748b; }
.support-ticket-item__head {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.75rem; margin-bottom: 0.35rem;
}
.support-ticket-item__code {
  font-size: 0.78rem; padding: 0.2rem 0.5rem; border-radius: 6px;
  background: #f1f5f9; color: var(--color-primary);
}
.support-ticket-item__subject {
  margin: 0 0 0.4rem; font-size: 1.05rem; font-weight: 600; line-height: 1.35;
}
.support-ticket-item__preview {
  margin: 0 0 0.65rem; font-size: 0.9rem; color: var(--color-muted); line-height: 1.5;
}
.support-ticket-item__foot {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1rem;
  font-size: 0.8rem; color: var(--color-muted);
}
.support-ticket-item__foot time { display: inline-flex; align-items: center; gap: 0.35rem; }
.support-ticket-item__hint {
  color: var(--color-accent); font-weight: 600;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.support-ticket-item__arrow {
  width: 36px; height: 36px; border-radius: 50%;
  background: #f8fafc; color: var(--color-muted);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.support-ticket-item:hover .support-ticket-item__arrow {
  background: var(--color-accent); color: #fff;
}

.support-empty {
  text-align: center; padding: 3.5rem 1.5rem;
  background: linear-gradient(160deg, #f8fafc 0%, #f0fdfa 55%, #fff 100%);
  border-radius: var(--radius-lg); border: 1px dashed rgba(13, 148, 136, 0.35);
}
.support-empty__visual {
  position: relative; width: 88px; height: 88px; margin: 0 auto 1.25rem;
  display: flex; align-items: center; justify-content: center;
}
.support-empty__visual i { font-size: 2.25rem; color: var(--color-accent); position: relative; z-index: 1; }
.support-empty__ring {
  position: absolute; inset: 0; border-radius: 50%;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.2), rgba(99, 102, 241, 0.15));
  animation: supportRing 3s ease-in-out infinite;
}
@keyframes supportRing {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.85; }
}
.support-empty h3 { margin: 0 0 0.5rem; font-size: 1.25rem; }
.support-empty p { margin: 0 auto 1.5rem; max-width: 360px; color: var(--color-muted); }

.support-back {
  display: inline-flex; align-items: center; gap: 0.45rem;
  margin-bottom: 1.25rem; font-weight: 600; color: var(--color-muted);
  text-decoration: none; transition: color 0.2s;
}
.support-back:hover { color: var(--color-accent); }

.account-section--ticket-detail {
  padding-top: 2rem;
}
.support-detail__intro {
  flex: 1 1 auto;
  min-width: 0;
}
.support-detail__subject {
  margin: 0 0 0.75rem;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}
.support-detail__header {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
  gap: 1rem; padding: 1.35rem 1.5rem; margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--color-primary) 0%, #0f766e 100%);
  border-radius: var(--radius-lg); color: #fff;
  box-shadow: 0 16px 40px rgba(30, 58, 95, 0.25);
}
.support-detail__label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.85; margin-bottom: 0.25rem; }
.support-detail__id code {
  font-size: 1.1rem; background: rgba(255,255,255,0.15); color: #fff;
  padding: 0.35rem 0.65rem; border-radius: 8px;
}
.support-detail__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem;
}
.support-detail__meta time {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.85rem; opacity: 0.9;
}
.support-detail__header .support-badge--open { background: rgba(255,255,255,0.2); color: #fff; }
.support-detail__header .support-badge--answered { background: rgba(255,255,255,0.25); color: #ecfdf5; }
.support-detail__header .support-badge--closed { background: rgba(255,255,255,0.15); color: #e2e8f0; }

.support-thread {
  position: relative; padding-left: 0.5rem;
}
.support-thread::before {
  content: ''; position: absolute; left: 27px; top: 28px; bottom: 28px;
  width: 2px; background: linear-gradient(180deg, var(--color-border), var(--color-accent), var(--color-border));
  border-radius: 2px; opacity: 0.5;
}
.support-thread__msg {
  display: grid; grid-template-columns: auto 1fr; gap: 1rem;
  margin-bottom: 1.5rem; position: relative;
}
.support-thread__avatar {
  width: 54px; height: 54px; border-radius: 16px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: #fff; font-weight: 700; font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.3);
}
.support-thread__avatar--staff {
  background: linear-gradient(135deg, var(--color-primary), #334155);
  font-size: 1.35rem; box-shadow: 0 8px 20px rgba(30, 58, 95, 0.25);
}
.support-thread__bubble {
  background: var(--color-surface); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 1.15rem 1.35rem;
  box-shadow: var(--shadow);
}
.support-thread__msg--staff .support-thread__bubble {
  border-color: rgba(13, 148, 136, 0.35);
  background: linear-gradient(145deg, #f0fdfa 0%, #fff 100%);
}
.support-thread__bubble-head {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.35rem;
  margin-bottom: 0.65rem; padding-bottom: 0.65rem; border-bottom: 1px solid var(--color-border);
}
.support-thread__bubble-head strong { font-size: 0.95rem; }
.support-thread__bubble-head time { font-size: 0.78rem; color: var(--color-muted); }
.support-thread__bubble-text { margin: 0; line-height: 1.7; color: var(--color-dark); }

.support-waiting {
  display: flex; align-items: flex-start; gap: 1.25rem;
  margin: 0.5rem 0 0 4.5rem; padding: 1.25rem 1.5rem;
  background: var(--color-surface); border: 1px dashed rgba(13, 148, 136, 0.4);
  border-radius: var(--radius-lg);
}
.support-waiting h3 { margin: 0 0 0.35rem; font-size: 1rem; }
.support-waiting p { margin: 0; color: var(--color-muted); font-size: 0.9rem; line-height: 1.55; }
.support-waiting__pulse {
  display: flex; gap: 6px; padding-top: 0.35rem; flex-shrink: 0;
}
.support-waiting__pulse span {
  width: 8px; height: 8px; border-radius: 50%; background: var(--color-accent);
  animation: supportDot 1.2s ease-in-out infinite;
}
.support-waiting__pulse span:nth-child(2) { animation-delay: 0.15s; }
.support-waiting__pulse span:nth-child(3) { animation-delay: 0.3s; }
@keyframes supportDot {
  0%, 80%, 100% { transform: scale(0.65); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

.support-detail__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}
.support-detail-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  font-size: 0.92rem;
  font-weight: 800;
  border-radius: 12px;
  transform: none !important;
  text-decoration: none !important;
}
.support-detail-btn i {
  font-size: 1.15rem;
  flex-shrink: 0;
}
.support-detail-btn::after {
  display: none;
}
.support-detail-btn:hover,
.support-detail-btn:focus-visible {
  transform: none !important;
}
.support-detail-btn--primary {
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.35);
}
.support-detail-btn--primary:hover,
.support-detail-btn--primary:focus-visible {
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.42);
}
.support-detail-btn--outline {
  border-width: 2px;
  border-color: rgba(13, 148, 136, 0.35);
  color: var(--color-primary);
  background: #fff;
  box-shadow: 0 4px 16px rgba(30, 58, 95, 0.06);
}
.support-detail-btn--outline:hover,
.support-detail-btn--outline:focus-visible {
  border-color: var(--color-accent);
  color: var(--color-accent);
  background: #f0fdfa;
  box-shadow: 0 8px 22px rgba(13, 148, 136, 0.12);
}

@media (max-width: 768px) {
  .support-stats { grid-template-columns: 1fr; }
  .support-ticket-item {
    grid-template-columns: auto 1fr;
  }
  .support-ticket-item__arrow { display: none; }
  .support-detail__header { flex-direction: column; }
  .support-detail__actions {
    grid-template-columns: 1fr;
  }
  .support-waiting { margin-left: 0; flex-direction: column; }
  .support-thread::before { display: none; }
  .support-thread__msg { grid-template-columns: 1fr; }
  .support-thread__avatar { width: 44px; height: 44px; }
}
.account-form-card, .account-cta-box {
  background: var(--color-surface); border-radius: var(--radius-lg); padding: 1.5rem;
  border: 1px solid var(--color-border); max-width: 480px;
}
.account-form-card--profile {
  max-width: 520px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.05);
}
.account-profile-phone-hint {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.account-profile-phone-hint i {
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.account-profile-save {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  font-weight: 700;
}
.account-profile-save::after {
  display: none;
}
.account-cta-box { max-width: none; background: linear-gradient(135deg, #f0fdfa, #fff); }
.account-empty { text-align: center; padding: 3rem 1rem; }
.account-empty i { font-size: 3rem; color: var(--color-accent); opacity: 0.5; }
.download-list { display: flex; flex-direction: column; gap: 1rem; }
.download-card {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center;
  background: var(--color-surface); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 1.25rem; box-shadow: var(--shadow);
}
.download-card-icon { font-size: 2rem; color: var(--color-accent); }
.download-card-body h3 { margin: 0 0 0.35rem; font-size: 1.05rem; }
.download-card-body p { margin: 0; color: var(--color-muted); font-size: 0.9rem; }
.download-security-note {
  padding: 0.75rem 1rem;
  background: #f0fdfa;
  border: 1px solid rgba(13, 148, 136, 0.25);
  border-radius: var(--radius);
}
.download-form-inline { margin: 0; }
.license-list { display: flex; flex-direction: column; gap: 1rem; }
.license-card {
  background: var(--color-surface); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 1.25rem; box-shadow: var(--shadow);
}
.license-card-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.license-card-head h3 { margin: 0; font-size: 1.05rem; }
.license-card-dl { display: grid; gap: 0.65rem; margin: 0 0 0.75rem; }
.license-card-dl > div { display: grid; grid-template-columns: 140px 1fr; gap: 0.5rem; font-size: 0.9rem; }
.license-card-dl dt { margin: 0; color: var(--color-muted); font-weight: 500; }
.license-card-dl dd { margin: 0; }
.license-key { font-size: 0.95rem; letter-spacing: 0.04em; }
.checkout-license-block {
  background: #f0fdfa; border: 1px solid rgba(13, 148, 136, 0.25);
  border-radius: var(--radius); padding: 1rem 1.25rem;
}
.checkout-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 960px; margin: 0 auto;
}
.checkout-summary, .checkout-form-wrap {
  background: var(--color-surface); border-radius: var(--radius-lg); padding: 1.5rem;
  border: 1px solid var(--color-border);
}
.checkout-summary > h2 {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-dark);
}
.checkout-items { list-style: none; padding: 0; margin: 0 0 1rem; }
.checkout-items li { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid var(--color-border); }
.checkout-total { font-size: 1.2rem; }
.payment-frame-wrap { background: #fff; border-radius: var(--radius-lg); padding: 1rem; box-shadow: var(--shadow); overflow: hidden; }
.payment-result-icon { font-size: 4rem; margin-bottom: 1rem; }
.payment-result-icon.success { color: #22c55e; }
.payment-result-icon.fail { color: #ef4444; }
.payment-result-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.payment-result-actions--center {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.payment-action-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 12px;
  gap: 0.5rem;
  transform: none !important;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.38);
}
.payment-action-cta::after {
  display: none;
}
.payment-action-cta:hover,
.payment-action-cta:focus-visible {
  transform: none !important;
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.45);
}

.checkout-payment-section {
  padding: 1.15rem 1.25rem;
  background: #f8fafc;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}
.checkout-payment-title {
  font-weight: 700;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.payment-method-picker {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.payment-method-picker--dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.payment-method-option { cursor: pointer; margin: 0; display: block; }
.payment-method-option input { position: absolute; opacity: 0; pointer-events: none; }
.payment-method-option__box {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  height: 100%;
  padding: 1.1rem 1.15rem;
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.payment-method-option__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #f0fdfa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-method-option__icon i { font-size: 1.25rem; color: var(--color-accent); }
.payment-method-option__icon--bank { background: #eef2ff; }
.payment-method-option__icon--bank i { color: var(--color-primary); }
.payment-method-option__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: left;
}
.payment-method-option__text strong { font-size: 0.95rem; }
.payment-method-option__text small { color: var(--color-muted); font-weight: 400; line-height: 1.35; }
.payment-method-option input:checked + .payment-method-option__box {
  border-color: var(--color-accent);
  background: #f0fdfa;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.payment-method-option input:focus-visible + .payment-method-option__box {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.payment-method-option--disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.payment-method-option--disabled .payment-method-option__box {
  border-style: dashed;
}
.checkout-bank-accounts {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background: linear-gradient(145deg, #f0fdfa 0%, #f8fafc 100%);
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 12px;
}
.checkout-bank-accounts__title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.checkout-bank-accounts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
}
.checkout-bank-account {
  cursor: pointer;
  margin: 0;
  display: block;
}
.checkout-bank-account input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkout-bank-account__inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  background: #fff;
  border: 2px solid var(--color-border);
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.checkout-bank-account input:checked + .checkout-bank-account__inner {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.checkout-bank-account__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.checkout-bank-account__head strong {
  font-size: 0.95rem;
  color: var(--color-primary);
}
.checkout-bank-account__branch {
  font-size: 0.75rem;
  color: var(--color-muted);
}
.checkout-bank-account__holder {
  font-size: 0.85rem;
  color: var(--color-dark);
}
.checkout-bank-account__iban {
  font-size: 0.78rem;
  word-break: break-all;
  color: var(--color-muted);
  background: #f1f5f9;
  padding: 0.35rem 0.5rem;
  border-radius: 6px;
}
.checkout-bank-account--static {
  cursor: default;
}
.checkout-bank-account--static.is-selected .checkout-bank-account__inner {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}
.checkout-bank-accounts__grid--readonly .checkout-bank-account__inner {
  height: 100%;
}
.cart-payment-methods {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}
.cart-payment-methods__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-muted);
  margin-bottom: 0.5rem;
}
.cart-payment-methods__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.cart-payment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #f0fdfa;
  color: var(--color-primary);
  border: 1px solid rgba(13, 148, 136, 0.2);
}
@media (max-width: 640px) {
  .payment-method-picker--dual { grid-template-columns: 1fr; }
}

/* Sepet — çoklu ürün, adet seçici, mini sepet */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  overflow: hidden;
}
.qty-stepper__btn {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: var(--color-bg);
  color: var(--color-dark);
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.qty-stepper__btn:hover { background: #e2e8f0; }
.qty-stepper__btn:active { background: #cbd5e1; }
.qty-stepper__input {
  width: 3rem;
  border: 0;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  text-align: center;
  font-weight: 600;
  padding: 0.35rem 0;
  -moz-appearance: textfield;
}
.qty-stepper__input::-webkit-outer-spin-button,
.qty-stepper__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty-stepper--lg .qty-stepper__btn { width: 2.75rem; height: 2.75rem; }
.qty-stepper--lg .qty-stepper__input { width: 3.5rem; }

.cart-page-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.cart-page-meta { margin: 0; color: var(--color-muted); }
.cart-page-head__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  align-items: start;
}
.cart-sidebar { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: calc(var(--header-h) + 1rem); }
.cart-lines {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-line {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.cart-line__thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius);
}
.cart-line__cat {
  font-size: 0.75rem;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cart-line__title { margin: 0.25rem 0; font-size: 1.05rem; }
.cart-line__title a { color: inherit; text-decoration: none; }
.cart-line__title a:hover { color: var(--color-accent); }
.cart-line__unit { margin: 0 0 0.75rem; font-size: 0.9rem; }
.cart-line__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.cart-line__remove {
  border: 0;
  background: none;
  color: #dc2626;
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0;
}
.cart-line__remove:hover { text-decoration: underline; }
.cart-line__aside { text-align: right; }
.cart-line__total-label { display: block; font-size: 0.75rem; color: var(--color-muted); }
.cart-line__total { font-size: 1.15rem; color: var(--color-primary); }
.cart-hint { margin-top: 1rem; }

.cart-promo-card, .cart-summary-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}
.cart-promo-card h2, .cart-summary-card h2 {
  margin: 0 0 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-dark);
}
.cart-promo-applied { background: #f0fdfa; border-radius: var(--radius); padding: 0.85rem; }
.cart-promo-code code { font-size: 1rem; color: var(--color-primary); }
.cart-summary-dl.order-summary-breakdown {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.cart-summary-dl.order-summary-breakdown > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.28rem 0;
  font-size: inherit;
}
.cart-summary-dl.order-summary-breakdown dt {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-dark);
  line-height: 1.35;
}
.cart-summary-dl.order-summary-breakdown dt .text-muted {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-muted);
  margin-top: 0.08rem;
}
.cart-summary-dl.order-summary-breakdown dd {
  margin: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-dark);
  font-variant-numeric: tabular-nums;
  text-align: right;
  line-height: 1.35;
}
.cart-summary-discount dd { color: #059669; }
.cart-summary-total {
  border-top: 1px solid var(--color-border);
  margin-top: 0.35rem;
  padding-top: 0.65rem !important;
}
.cart-summary-total dd { font-size: 1.125rem; color: var(--color-primary); }
.cart-summary-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.cart-summary-actions .btn-primary.btn-lg,
.cart-summary-actions .cart-summary-cta--whatsapp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 12px;
  gap: 0.5rem;
  transform: none !important;
}
.cart-summary-actions .btn-primary.btn-lg {
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.38);
}
.cart-summary-actions .btn-primary.btn-lg::after {
  display: none;
}
.cart-summary-actions .btn-primary.btn-lg:hover,
.cart-summary-actions .btn-primary.btn-lg:focus-visible {
  transform: none !important;
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.45);
}
.cart-summary-actions .cart-summary-cta--whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.38);
}
.cart-summary-actions .cart-summary-cta--whatsapp:hover,
.cart-summary-actions .cart-summary-cta--whatsapp:focus-visible {
  background: linear-gradient(135deg, #20bd5a, #0f9d58) !important;
  color: #fff !important;
  transform: none !important;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}
.order-summary-breakdown__divider {
  border-top: 1px dashed var(--color-border);
  margin-top: 0.3rem;
  padding-top: 0.45rem !important;
}
.order-summary-breakdown__sub dt {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--color-muted);
}
.order-summary-breakdown__sub dd {
  font-size: 0.8125rem;
  font-weight: 600;
}
.order-summary-breakdown__hint {
  padding: 0.2rem 0 0.35rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--color-muted);
}
.order-summary-breakdown__total dt {
  font-size: 0.875rem;
  font-weight: 800;
  color: var(--color-dark);
}
.order-summary-breakdown__total dt .text-muted {
  font-size: 0.68rem;
}
.order-summary-breakdown__total dd {
  font-size: 1.125rem !important;
  font-weight: 800;
}
.order-summary-lines__name {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.35;
}
.order-summary-lines__qty {
  font-weight: 600;
  color: var(--color-dark);
}
.order-summary-lines__note {
  font-size: 0.72rem;
  color: var(--color-muted);
  font-weight: 500;
}
.checkout-items.order-summary-lines li {
  align-items: flex-start;
  gap: 0.75rem;
}
.checkout-summary-dl-wrap {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}
.order-summary-breakdown--mini {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.order-summary-breakdown--mini > div {
  padding: 0.22rem 0;
}
.order-summary-breakdown--mini dt {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-dark);
}
.order-summary-breakdown--mini dt .text-muted {
  display: inline;
  font-size: 0.68rem;
  margin-top: 0;
}
.order-summary-breakdown--mini dd {
  font-size: 0.8125rem;
  font-weight: 700;
}
.order-summary-breakdown--mini .order-summary-breakdown__total dt {
  font-size: 0.8125rem;
  font-weight: 800;
}
.order-summary-breakdown--mini .order-summary-breakdown__total dd {
  font-size: 1.05rem;
  color: var(--color-primary);
}
.checkout-summary-dl { margin-top: 0; }

.cart-crosssell { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--color-border); }
.card-grid-4 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.detail-actions--cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* Mini sepet */
.mini-cart[hidden] { display: none !important; }
.mini-cart {
  position: fixed;
  inset: 0;
  z-index: 1200;
}
.mini-cart__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}
.mini-cart__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--color-surface);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
  animation: mini-cart-in 0.25s ease;
}
@keyframes mini-cart-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}
.mini-cart__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid var(--color-border);
}
.mini-cart__title { margin: 0; font-size: 1.1rem; display: flex; align-items: center; gap: 0.5rem; }
.mini-cart__close {
  border: 0;
  background: none;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.35rem;
}
.mini-cart__body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.25rem;
}
.mini-cart__line {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-border);
}
.mini-cart__line-img img {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}
.mini-cart__line-name {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-dark);
  text-decoration: none;
}
.mini-cart__line-meta { font-size: 0.8rem; color: var(--color-muted); }
.mini-cart__line-qty {
  margin-top: 0.4rem;
  position: relative;
  z-index: 1;
}
.mini-cart__line .qty-stepper--mini {
  max-width: 140px;
}
.mini-cart__line .qty-stepper--mini .qty-stepper__btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  font-size: 1.25rem;
  font-weight: 700;
}
.mini-cart__line .qty-stepper--mini .qty-stepper__input {
  width: 2.5rem;
  font-size: 0.95rem;
}
.mini-cart__line-total {
  font-size: 0.9rem;
  white-space: nowrap;
  align-self: start;
  padding-top: 0.15rem;
}
.mini-cart__empty {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--color-muted);
}
.mini-cart__empty i { font-size: 2.5rem; display: block; margin-bottom: 0.75rem; }
.mini-cart__foot {
  padding: 1.25rem;
  border-top: 1px solid var(--color-border);
}
.mini-cart__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.mini-cart__cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.25rem;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.38);
  gap: 0.5rem;
  transform: none !important;
}
.mini-cart__cta::after {
  display: none;
}
.mini-cart__cta:hover,
.mini-cart__cta:focus-visible {
  transform: none !important;
  color: #fff;
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.45);
}
.mini-cart__checkout:empty,
.mini-cart__checkout[hidden] {
  display: none;
}
.mini-cart__totals.order-summary-breakdown > div,
.mini-cart__totals > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.22rem 0;
}
.mini-cart__totals dt { margin: 0; }
.mini-cart__totals dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.mini-cart__discount dd { color: #059669; }
.mini-cart__grand dd { color: var(--color-primary); }
body.mini-cart-open { overflow: hidden; }

@media (max-width: 992px) {
  .cart-layout { grid-template-columns: 1fr; }
  .cart-sidebar { position: static; }
  .cart-line {
    grid-template-columns: 88px 1fr;
  }
  .cart-line__aside {
    grid-column: 1 / -1;
    text-align: left;
    padding-top: 0.5rem;
    border-top: 1px dashed var(--color-border);
  }
}
@media (max-width: 768px) {
  .cart-line__actions {
    width: 100%;
    flex-wrap: nowrap;
    gap: 0.75rem;
    margin-top: 0.25rem;
  }
  .cart-line .qty-stepper--cart,
  .cart-line .qty-stepper {
    flex: 1;
    max-width: 200px;
    min-height: 44px;
  }
  .cart-line .qty-stepper__btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .cart-line .qty-stepper__input {
    flex: 1;
    width: auto;
    min-width: 2.5rem;
    font-size: 1.05rem;
    padding: 0.5rem 0.25rem;
  }
}
@media (max-width: 576px) {
  .cart-line { grid-template-columns: 1fr; }
  .cart-line__thumb { max-width: 140px; }
  .cart-line__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-line .qty-stepper--cart {
    max-width: none;
    width: 100%;
  }
  .cart-line__remove {
    text-align: center;
    padding: 0.5rem;
  }
}

.bank-pay-grid { display: flex; flex-direction: column; gap: 1rem; }
.bank-pay-card {
  background: var(--color-surface); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 1.35rem 1.5rem; box-shadow: var(--shadow);
}
.bank-pay-card--amount {
  text-align: center;
  background: linear-gradient(135deg, var(--color-primary) 0%, #0f766e 100%);
  color: #fff; border: none;
}
.bank-pay-label { display: block; font-size: 0.8rem; opacity: 0.9; margin-bottom: 0.35rem; }
.bank-pay-amount { display: block; font-size: 2rem; font-family: var(--font-display); margin-bottom: 0.75rem; }
.bank-pay-card--amount .status-pill { background: rgba(255,255,255,0.2); color: #fff; }
.bank-pay-dl { margin: 0; }
.bank-pay-dl > div {
  display: grid; grid-template-columns: 120px 1fr; gap: 0.5rem 1rem;
  padding: 0.65rem 0; border-bottom: 1px solid var(--color-border);
}
.bank-pay-dl > div:last-child { border-bottom: none; }
.bank-pay-dl dt { margin: 0; font-size: 0.8rem; text-transform: uppercase; color: var(--color-muted); font-weight: 600; }
.bank-pay-dl dd { margin: 0; }
.bank-pay-iban { font-size: 0.95rem; word-break: break-all; }
.bank-pay-note { margin: 1rem 0 0; padding: 0.85rem 1rem; background: #f8fafc; border-radius: var(--radius); font-size: 0.9rem; color: var(--color-muted); }
.bank-pay-items { list-style: none; margin: 0; padding: 0; }
.bank-pay-items li { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid var(--color-border); }
.bank-pay-items li:last-child { border-bottom: none; }

@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .account-layout { grid-template-columns: 1fr; }
  .reference-grid { grid-template-columns: 1fr; }
  .account-sidebar { position: static; }
  .account-stat-row { grid-template-columns: 1fr; }
  .account-order-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .account-order-card__actions {
    flex-direction: row;
    min-width: 0;
    align-self: auto;
  }
  .account-order-card__action-spacer {
    display: none;
  }
  .account-order-card__actions .account-order-btn {
    flex: 1 1 0;
  }
  .account-order-card__meta {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .account-order-detail__hero {
    grid-template-columns: 1fr;
  }
  .account-order-detail__hero-amount {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }
  .checkout-layout { grid-template-columns: 1fr; }
  .download-card { grid-template-columns: 1fr; text-align: center; }
  .download-card-action .btn { width: 100%; }
  .service-grid,
  .blog-grid { grid-template-columns: 1fr; }
}

/* Mobil menü — body kökünde, header backdrop-filter dışında */
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  z-index: 1098;
}
.nav-overlay.show { display: block; }

.mobile-nav-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: min(340px, 92vw);
  height: 100%;
  height: 100dvh;
  max-height: 100dvh;
  background:
    radial-gradient(ellipse 120% 80% at 100% 0%, rgba(13, 148, 136, 0.14), transparent 55%),
    radial-gradient(ellipse 90% 60% at 0% 100%, rgba(99, 102, 241, 0.1), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, #f0fdfa 100%);
  z-index: 1099;
  flex-direction: column;
  padding: 1rem 1rem 1.5rem;
  box-shadow: -16px 0 48px rgba(15, 23, 42, 0.22);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  visibility: hidden;
}
.mobile-nav-drawer.open {
  display: flex;
  visibility: visible;
  transform: translateX(0);
}
.mobile-nav-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--color-primary), #0d9488);
  box-shadow: 0 10px 28px rgba(30, 58, 95, 0.28);
  flex-shrink: 0;
}
.mobile-nav-drawer__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  font-family: var(--font-display);
  color: #fff;
  letter-spacing: 0.02em;
}
.mobile-nav-drawer__title i {
  font-size: 1.15rem;
  opacity: 0.95;
}
.mobile-nav-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.mobile-nav-drawer__close:active {
  transform: scale(0.96);
  background: rgba(255, 255, 255, 0.28);
}
.mobile-nav-drawer__auth {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.mobile-nav-drawer__auth .btn {
  width: 100%;
  justify-content: center;
  min-height: 48px;
}
/* Mobil hamburger — misafir Giriş / Kayıt (Bootstrap’tan bağımsız tam buton) */
.mobile-nav-drawer__auth--guest {
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(145deg, #f8fafc 0%, #ecfdf5 55%, #fff 100%);
  border: 1px solid rgba(13, 148, 136, 0.15);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}
.mobile-nav-drawer__auth--guest::before {
  content: "Hesabınız";
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-muted);
  margin-bottom: 0.15rem;
}
.mobile-auth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 52px;
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mobile-auth-btn i {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.mobile-auth-btn span {
  flex: 0 1 auto;
}
.mobile-auth-btn--login {
  background: #fff;
  border-color: var(--color-accent);
  color: var(--color-accent);
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.18);
}
.mobile-auth-btn--login:active {
  transform: scale(0.98);
  background: #f0fdfa;
}
.mobile-auth-btn--register {
  background: linear-gradient(135deg, var(--color-accent), #14b8a6);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(13, 148, 136, 0.42);
}
.mobile-auth-btn--register i,
.mobile-auth-btn--register span {
  color: #fff;
}
.mobile-auth-btn--register:active {
  transform: scale(0.98);
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.35);
}
.mobile-nav-drawer__auth--logged-in .nav-auth-btn--account,
.mobile-nav-drawer__auth--logged-in .nav-auth-btn--support {
  font-weight: 700;
  font-size: 0.95rem;
  min-height: 52px;
}
.mobile-nav-drawer__auth--logged-in .nav-auth-btn--account {
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.35);
}
.mobile-nav-drawer__auth--logged-in .nav-auth-btn--support {
  border-width: 2px;
}
.mobile-nav-drawer__auth--logged-in .nav-auth-btn i {
  font-size: 1.15em;
}
.mobile-nav-drawer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.mobile-nav-drawer__links li {
  border: none;
}
.mobile-nav-drawer__links > .mobile-nav-item {
  border: none;
}
.mobile-nav-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 58, 95, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.07);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.mobile-nav-card:hover,
.mobile-nav-card:focus-visible {
  color: var(--color-primary);
  text-decoration: none !important;
  border-color: rgba(13, 148, 136, 0.35);
  background: #fff;
  box-shadow: 0 10px 26px rgba(13, 148, 136, 0.14);
  transform: translateX(-3px);
}
.mobile-nav-card:active {
  transform: scale(0.98);
}
.mobile-nav-card__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.1), rgba(13, 148, 136, 0.16));
  color: var(--color-accent);
  font-size: 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.12);
}
.mobile-nav-card__title {
  flex: 1;
  min-width: 0;
  line-height: 1.3;
  text-decoration: none;
}
.mobile-nav-card__arrow {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--color-muted);
  opacity: 0.75;
  transition: transform 0.2s ease, color 0.2s ease;
}
.mobile-nav-card:hover .mobile-nav-card__arrow,
.mobile-nav-card:focus-visible .mobile-nav-card__arrow {
  color: var(--color-accent);
  transform: translateX(3px);
  opacity: 1;
}
.mobile-nav-link {
  text-decoration: none !important;
}
.mobile-nav-row {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
}
.mobile-nav-row .mobile-nav-card {
  flex: 1;
  min-width: 0;
}
.mobile-nav-expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  flex-shrink: 0;
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.07);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.mobile-nav-expand:active {
  transform: scale(0.96);
}
.mobile-nav-item.is-open > .mobile-nav-row .mobile-nav-expand {
  background: linear-gradient(135deg, var(--color-accent), #14b8a6);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 22px rgba(13, 148, 136, 0.35);
}
.mobile-nav-expand i { transition: transform 0.25s; font-size: 1.05rem; }
.mobile-nav-item.is-open > .mobile-nav-expand i { transform: rotate(180deg); }
.mobile-nav-sub {
  display: none;
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0 0 0 0.65rem;
  border-left: 2px solid rgba(13, 148, 136, 0.25);
  gap: 0.4rem;
}
.mobile-nav-item.is-open > .mobile-nav-sub {
  display: flex;
  flex-direction: column;
}
.mobile-nav-sub .mobile-nav-card {
  padding: 0.72rem 0.85rem;
  font-size: 0.9rem;
  border-radius: 12px;
}
.mobile-nav-sub .mobile-nav-card__icon {
  width: 36px;
  height: 36px;
  font-size: 1rem;
  border-radius: 10px;
}

/* Site bildirimleri (flash) */
.site-flash-wrap {
  padding: 0.85rem 0 0.25rem;
  position: relative;
  z-index: 50;
}
.site-flash {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}
.site-flash i { flex-shrink: 0; margin-top: 0.1rem; font-size: 1.1rem; }
.site-flash span { flex: 1; }

body.nav-open {
  overflow: hidden;
  touch-action: none;
}

@media (max-width: 991px) {
  .navbar-custom {
    flex-wrap: nowrap;
  }
  .brand {
    flex: 1;
    min-width: 0;
  }
  .brand-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav-panel--desktop {
    display: none !important;
  }
  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 1002;
  }
}

@media (min-width: 992px) {
  .mobile-nav-drawer {
    display: none !important;
  }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .container { width: min(1200px, 92%); padding-left: 0; padding-right: 0; }
  .site-header .container { padding-left: 12px; padding-right: 12px; }
  .section { padding: 3rem 0; }
  .section-header { margin-bottom: 2rem; }
  .hero {
    min-height: auto;
    padding: 1.25rem 0 2.5rem;
    overflow: hidden;
  }
  .hero h1 { font-size: 1.75rem; line-height: 1.25; }
  .hero-lead { font-size: 0.95rem; margin-bottom: 1.25rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { gap: 0.65rem; }
  .hero-stat { flex: 1; min-width: calc(50% - 0.35rem); padding: 0.85rem 1rem; }
  .hero-visual { margin-top: 0; margin-bottom: 1rem; order: -1; }
  .hero-grid { gap: 1.25rem; }
  .hero-visual-frame img { min-height: 200px; }
  .hero-manset-nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
    z-index: 6;
  }
  .hero-manset-nav:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .hero-manset-prev { left: 0.5rem; right: auto; }
  .hero-manset-next { right: 0.5rem; left: auto; }
  .hero-manset-overlay {
    padding: 1.25rem 0.85rem 2.35rem 3rem;
    gap: 0.3rem;
    background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.92) 100%);
  }
  .hero-manset-badge,
  .hero-manset-price {
    max-width: calc(100% - 0.5rem);
  }
  .hero-manset-title {
    font-size: 1.02rem;
    line-height: 1.3;
  }
  .hero-manset-sub {
    font-size: 0.78rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hero-manset-btn {
    align-self: stretch;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.75rem 1.15rem;
    font-size: 0.88rem;
    justify-content: center;
  }
  .hero-manset-btn i {
    font-size: 1.1rem;
  }
  .hero-actions .btn-hero-cta {
    width: 100%;
    justify-content: center;
  }
  .hero-actions .btn-hero-cta--shine {
    max-width: 100%;
  }
  .hero-manset-dots {
    bottom: 0.55rem;
    z-index: 6;
    gap: 0.35rem;
  }
  .hero-manset-dot {
    width: 7px;
    height: 7px;
  }
  .hero-float-1, .hero-float-2 { display: none; }
  .search-box {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .search-box .btn { width: 100%; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(300px, 88vw);
    z-index: 1050;
    transform: translateX(-105%);
    transition: transform 0.28s ease;
    border-radius: 0;
    overflow-y: auto;
  }
  .catalog-filters.is-open { transform: translateX(0); }
  .catalog-filters__close { display: flex; }
  .catalog-toolbar__filters-btn { display: inline-flex; }
  .catalog-toolbar__count { width: 100%; margin-left: 0; }
  body.catalog-filters-open { overflow: hidden; }
  .page-hero { padding: 2rem 0 !important; }
  .page-hero h1 { font-size: 1.65rem; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 1.5rem; }
  .contact-page { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-quote-card { padding: 1.35rem 1.25rem; }
  .contact-info-card { padding: 1.5rem 1.25rem; }
  .service-detail-layout { grid-template-columns: 1fr; }
  .service-detail-side { position: static; }
  .corporate-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .corporate-nav {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .corporate-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .corporate-nav__link,
  .corporate-nav__hub {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }
  .corporate-hub-grid {
    grid-template-columns: 1fr;
  }
  .campaign-grid { grid-template-columns: 1fr; }
  .content-card { padding: 1.35rem 1.25rem; }
  .product-detail-gallery { margin-bottom: 1rem; }
  .why-grid { grid-template-columns: 1fr; }
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .process-steps::before {
    display: none;
  }
  .process-step {
    padding: 1.35rem 1rem 1.2rem;
  }
  .process-step__icon-wrap {
    width: 64px;
    height: 64px;
    margin-bottom: 0.85rem;
  }
  .process-step__icon {
    width: 64px;
    height: 64px;
    font-size: 1.65rem;
    border-radius: 18px;
  }
  .category-card-title-overlay { font-size: 0.92rem; }
  .btn-cta-shine {
    width: 100%;
    max-width: 340px;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .hero-stat { min-width: 100%; }
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* Ürün ek hizmetleri (sepet satırı vb.) */
.product-addons:not(.product-addons--detail) {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  background: var(--surface-alt, #f8fafc);
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
}
.product-addons:not(.product-addons--detail) .product-addons__title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
}
.product-addons__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-addon-option {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  cursor: pointer;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border-color 0.15s, background 0.15s;
}
.product-addon-option:has(input:checked) {
  border-color: var(--primary, #0d9488);
  background: rgba(13, 148, 136, 0.06);
}
.product-addon-option input { margin-top: 0.2rem; flex-shrink: 0; }
.product-addon-option__body { display: flex; flex-direction: column; gap: 0.15rem; flex: 1; }
.product-addon-option__price {
  font-weight: 700;
  color: var(--primary, #0d9488);
  font-size: 0.9rem;
}
.cart-line__addons-picker {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: var(--surface-alt, #f8fafc);
  border-radius: var(--radius-md, 10px);
  border: 1px solid var(--border, #e2e8f0);
}
.cart-line__addons-title {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text, #0f172a);
}
.mini-cart__line-addon {
  display: block;
  font-size: 0.75rem;
  color: var(--muted, #64748b);
  margin-top: 0.15rem;
}
.cart-summary-tax dt,
.cart-summary-tax dd {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 500;
}
.cart-summary-tax-hint {
  margin-top: -0.15rem;
  margin-bottom: 0.4rem;
}
.cart-line__addons {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  font-size: 0.82rem;
  color: var(--muted, #64748b);
}
.cart-line__addons li { display: flex; gap: 0.35rem; align-items: center; }
.checkout-item-addon { font-size: 0.9rem; color: var(--muted, #64748b); }

/* Sepet — hosting (ilk adım, ürün listesinin üstünde) */
#cartHostingBlock {
  scroll-margin-top: calc(var(--header-h, 72px) + 1rem);
}
#cartLicenseBlock {
  scroll-margin-top: calc(var(--header-h, 72px) + 1rem);
}
.cart-license-section {
  margin: 2rem 0 0;
  padding: 1.35rem 1.25rem 1.5rem;
  background: linear-gradient(145deg, #eff6ff 0%, #f8fafc 55%, #fff 100%);
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.06);
}
.cart-license-section__head { margin-bottom: 1rem; }
.cart-license-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  font-weight: 600;
}

.cart-hosting-section--first {
  margin: 0 0 2rem;
  padding: 1.35rem 1.25rem 1.5rem;
  background: linear-gradient(145deg, #f0fdfa 0%, #f8fafc 55%, #fff 100%);
  border: 1px solid #99f6e4;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 20px rgba(13, 148, 136, 0.08);
}
.cart-hosting-section__head { margin-bottom: 1.25rem; }
.cart-step-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0d9488;
}
.cart-step-label__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #0d9488;
  color: #fff;
  font-size: 0.75rem;
}
.cart-products-block { margin-top: 0.25rem; }
.cart-products-block__title {
  margin: 0 0 1rem;
  color: var(--color-muted);
  font-weight: 600;
}
.cart-summary-hosting dt,
.cart-summary-hosting dd { color: var(--primary, #0d9488); }

/* Sipariş / sepet — hosting kartları */
.checkout-hosting-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.checkout-hosting-option {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.checkout-hosting-option:has(input:checked) {
  border-color: var(--primary, #0d9488);
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, rgba(13, 148, 136, 0.02) 100%);
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.1);
}
.checkout-hosting-option input { margin-top: 0.35rem; flex-shrink: 0; accent-color: var(--primary, #0d9488); }
.checkout-hosting-option__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(13, 148, 136, 0.1);
  color: var(--primary, #0d9488);
  font-size: 1.15rem;
}
.checkout-hosting-option:has(input:checked) .checkout-hosting-option__icon {
  background: var(--primary, #0d9488);
  color: #fff;
}
.checkout-hosting-option__body { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; min-width: 0; }
.checkout-hosting-option__body small { color: var(--muted, #64748b); line-height: 1.45; }

.checkout-hosting-packages__head { margin-bottom: 1rem; }
.checkout-hosting-packages__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text, #0f172a);
}
.checkout-hosting-packages__title i { color: var(--primary, #0d9488); }

.checkout-hosting-package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.checkout-hosting-package {
  display: block;
  cursor: pointer;
  position: relative;
}
.checkout-hosting-package input { position: absolute; opacity: 0; pointer-events: none; }
.checkout-hosting-package__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.15rem 1rem;
  border: 2px solid var(--border, #e2e8f0);
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.checkout-hosting-package:hover .checkout-hosting-package__inner {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.checkout-hosting-package:has(input:checked) .checkout-hosting-package__inner {
  border-color: var(--primary, #0d9488);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15), 0 12px 28px rgba(13, 148, 136, 0.12);
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 35%);
}
.checkout-hosting-package__selected {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: var(--primary, #0d9488);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s, transform 0.2s;
}
.checkout-hosting-package:has(input:checked) .checkout-hosting-package__selected {
  opacity: 1;
  transform: scale(1);
}
.checkout-hosting-package__icon-wrap { margin-bottom: 0.65rem; }
.checkout-hosting-package__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.15) 0%, rgba(13, 148, 136, 0.05) 100%);
  color: var(--primary, #0d9488);
}
.checkout-hosting-package:has(input:checked) .checkout-hosting-package__icon {
  background: var(--primary, #0d9488);
  color: #fff;
}
.checkout-hosting-package__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.checkout-hosting-package__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text, #0f172a);
}
.checkout-hosting-package__price {
  text-align: right;
  flex-shrink: 0;
}
.checkout-hosting-package__price-value {
  display: block;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--primary, #0d9488);
  line-height: 1.2;
}
.checkout-hosting-package__price-period {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted, #64748b);
}
.checkout-hosting-package__desc {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: var(--muted, #64748b);
  line-height: 1.5;
}
.checkout-hosting-package__specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
@media (max-width: 420px) {
  .checkout-hosting-package__specs { grid-template-columns: 1fr; }
}
.checkout-hosting-spec {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.4rem;
  border-radius: 10px;
  background: var(--surface-alt, #f8fafc);
  border: 1px solid var(--border, #e2e8f0);
}
.checkout-hosting-spec__icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 148, 136, 0.12);
  color: var(--primary, #0d9488);
  font-size: 0.85rem;
}
.checkout-hosting-spec__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}
.checkout-hosting-spec__label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted, #64748b);
  font-weight: 600;
}
.checkout-hosting-spec__value {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text, #0f172a);
  word-break: break-word;
}
.checkout-hosting-package__features {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.checkout-hosting-package__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: var(--text, #334155);
  line-height: 1.4;
}
.checkout-hosting-package__features li i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--primary, #0d9488);
  font-size: 0.95rem;
}
.checkout-hosting-package__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary, #0d9488);
  background: rgba(13, 148, 136, 0.08);
  border: 1px dashed rgba(13, 148, 136, 0.35);
  transition: background 0.2s, color 0.2s, border-style 0.2s;
}
.checkout-hosting-package__cta-default,
.checkout-hosting-package__cta-selected {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.checkout-hosting-package__cta-selected { display: none; }
.checkout-hosting-package:has(input:checked) .checkout-hosting-package__cta {
  background: var(--primary, #0d9488);
  color: #fff;
  border-style: solid;
  border-color: var(--primary, #0d9488);
}
.checkout-hosting-package:has(input:checked) .checkout-hosting-package__cta-default { display: none; }
.checkout-hosting-package:has(input:checked) .checkout-hosting-package__cta-selected { display: inline-flex; }

/* Anasayfa — yönetim paneli paketleri */
.section-panel-packages {
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 48%);
  border-top: 1px solid rgba(13, 148, 136, 0.12);
  border-bottom: 1px solid rgba(13, 148, 136, 0.08);
}
.section-panel-packages .eyebrow i {
  margin-right: 0.35rem;
}

/* Giriş / Google OAuth */
.auth-section { padding-top: 0.5rem; }
.auth-card-wrap {
  max-width: 440px;
  margin: 0 auto;
}
.auth-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow);
}
.auth-card__footer {
  margin: 1.25rem 0 0;
  text-align: center;
  color: var(--color-muted);
}
.auth-card__lead {
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--color-muted);
  text-align: center;
}
.auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}
.auth-forgot-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
  white-space: nowrap;
}
.auth-forgot-link:hover {
  color: var(--color-accent-hover);
  text-decoration: underline;
}
.auth-submit-btn {
  min-height: 3rem;
  font-weight: 700;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none !important;
}
.auth-back-btn {
  margin-top: 0.85rem;
}
.auth-back-btn:hover,
.auth-back-btn:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
}
.auth-secondary-btn {
  margin-top: 0.85rem;
  min-height: 3rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700;
  border: 2px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}
.auth-secondary-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30, 58, 95, 0.16);
}
.auth-forgot-btn {
  margin-top: 0.65rem;
  min-height: 3rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 10px;
  border: 2px solid rgba(30, 58, 95, 0.18) !important;
  color: var(--color-primary) !important;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.95), #fff);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.auth-forgot-btn:hover,
.auth-forgot-btn:focus-visible {
  color: var(--color-accent) !important;
  border-color: rgba(13, 148, 136, 0.4) !important;
  background: rgba(13, 148, 136, 0.06);
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.12);
}
@media (max-width: 768px) {
  .auth-register-btn {
    margin-top: 0.85rem;
    background: linear-gradient(135deg, var(--color-accent), #14b8a6) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.42);
  }
  .auth-register-btn:hover,
  .auth-register-btn:focus-visible {
    background: linear-gradient(135deg, var(--color-accent-hover), var(--color-accent)) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.48);
    transform: translateY(-1px);
  }
  .auth-register-btn i {
    color: #fff;
  }
  .auth-submit-btn {
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.38);
  }
  .auth-forgot-btn {
    min-height: 3.1rem;
    font-size: 1rem;
  }
}
.auth-google-wrap { margin-bottom: 0.25rem; }
.auth-google-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1.15rem;
  border-radius: 12px;
  border: 2px solid var(--color-border);
  background: #fff;
  color: var(--color-dark) !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.auth-google-btn:hover,
.auth-google-btn:focus-visible {
  color: var(--color-dark) !important;
  text-decoration: none !important;
  border-color: rgba(66, 133, 244, 0.45);
  box-shadow: 0 8px 22px rgba(66, 133, 244, 0.12);
  transform: translateY(-1px);
}
.auth-google-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 1.15rem 0;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--color-border);
}
.auth-divider span { flex-shrink: 0; }
.register-form .auth-google-wrap { margin-bottom: 0.5rem; }
.register-form .auth-divider { margin-top: 0.25rem; }

/* Kayıt formu */
.register-section { padding-top: 0.5rem; }
.register-form__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .register-form__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.register-form__block {
  background: #fff;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: var(--radius-lg, 12px);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}
.register-form__block--membership {
  position: sticky;
  top: 6rem;
}
.register-form__heading {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--border, #e2e8f0);
  color: var(--primary, #1e3a5f);
}
.register-form__account-type {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.register-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  font-weight: 500;
}
.register-radio input { accent-color: var(--accent, #0d9488); }
.register-password-wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.register-password-wrap .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.register-password-toggle {
  border: 1px solid var(--border, #cbd5e1);
  border-left: 0;
  background: #f8fafc;
  color: var(--primary, #1e3a5f);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0 0.75rem;
  border-radius: 0 var(--radius-md, 8px) var(--radius-md, 8px) 0;
  cursor: pointer;
}
.register-password-toggle:hover { background: #e2e8f0; }
.register-form__consents {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
  font-size: 0.9rem;
}
.register-form__consents a {
  color: var(--accent, #0d9488);
  font-weight: 600;
  text-decoration: none;
}
.register-form__consents a:hover { text-decoration: underline; }
.register-form__submit {
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Eklentiler kataloğu */
.addons-catalog { padding-top: 0.5rem; }
.addons-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
.addons-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.addons-filter__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border, #e2e8f0);
  background: #fff;
  color: var(--text, #0f172a);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.addons-filter__btn:hover {
  border-color: var(--primary, #0d9488);
  color: var(--primary, #0d9488);
}
.addons-filter__btn.is-active {
  background: var(--primary, #0d9488);
  border-color: var(--primary, #0d9488);
  color: #fff;
}
.addons-filter__count {
  font-size: 0.75rem;
  opacity: 0.85;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
}
.addons-filter__btn.is-active .addons-filter__count {
  background: rgba(255, 255, 255, 0.25);
}
.addon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.addon-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border, #e2e8f0);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}
.addon-card:hover {
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}
.addon-card-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
}
.addon-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.addon-card-thumb-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.55) 0%, transparent 55%);
  pointer-events: none;
}
.addon-card-type {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.addon-card-quick {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}
.addon-card:hover .addon-card-quick { opacity: 1; }
.addon-card-body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
}
.addon-card-product {
  font-size: 0.8rem;
  font-weight: 600;
}
.addon-card-product a {
  color: var(--primary, #0d9488);
  text-decoration: none;
}
.addon-card-product a:hover { text-decoration: underline; }
.addon-card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}
.addon-card-desc {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted, #64748b);
  flex: 1;
}
.addon-card-footer {
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--border, #e2e8f0);
}
.addon-card-price {
  font-size: 1.35rem;
  color: var(--primary, #0d9488);
}
@media (max-width: 576px) {
  .addon-card-quick { opacity: 1; background: rgba(15, 23, 42, 0.35); }
}

/* Site geneli — tüm butonlar oval köşeli */
:is(
  button,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  .btn,
  a.btn,
  a[class*="btn"],
  a[class$="-btn"],
  a[class*="-cta"],
  [class*="-btn"]:is(button, a),
  [class*="__btn"]:is(button, a),
  .card-cta-btn,
  .product-quick-btn,
  .hero-manset-btn,
  .domain-search-form__submit,
  .contact-wa-cta
):not(.nav-toggle) {
  border-radius: var(--btn-radius) !important;
}
