/* =============================================
   DELETEAJANS — Page-Specific Styles (v4 · B&W)
   ============================================= */

/* =============================================
   HERO SECTION (Static 2-col)
   ============================================= */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--nav-h) + 72px);
  padding-bottom: 76px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

/* Subtle dot/grid background */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 0%, transparent 100%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary-light); border: 1px solid var(--border);
  border-radius: 100px; padding: 5px 14px;
  font-size: 0.78rem; font-weight: 600; margin-bottom: 20px; color: var(--text-2);
}
.hero-eyebrow .dot {
  width: 7px; height: 7px; background: var(--success);
  border-radius: 50%; animation: pulse-dot 2s ease-in-out infinite;
}

.hero h1 { margin-bottom: 18px; font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 800; }
.hero .lead { margin-bottom: 32px; max-width: 440px; color: var(--text-2); }

.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-stats {
  display: flex; gap: 32px; margin-top: 44px; padding-top: 28px;
  border-top: 1px solid var(--border); flex-wrap: wrap;
}
.hero-stat-num {
  font-size: 1.5rem; font-weight: 800; color: var(--text-1);
  letter-spacing: -0.04em;
}
.hero-stat-label { font-size: 0.78rem; color: var(--text-3); margin-top: 2px; }

/* =============================================
   HERO VISUAL — Fotografli Hizmet Slider
   Gercek fotograf + ekranin icine perspektifle yerlesen Turkce tasarim
   (Web Sitesi · Mobil Uygulama · Projelerimiz)
   ============================================= */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.hs { width: 100%; max-width: 450px; }

.hs-card {
  /* Arka plan yok: yalnizca seffaf (dekupe) insan fotografi sayfanin uzerinde durur */
  position: relative;
  overflow: hidden;
  background: transparent;
  aspect-ratio: 4 / 5;
  border: none;
}

.hs-stage {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.hs-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hs-slide.no-anim {
  transition: none !important;
}

/* Fotograf */
.hs-photo { position: absolute; inset: 0; overflow: hidden; }

.hs-zoom {
  position: absolute;
  inset: 0;
  transform: scale(1.03);
  transform-origin: 50% 50%;
  transition: transform 5.5s ease-out;
}
.hs-slide.is-active .hs-zoom { transform: scale(1); }
.hs-zoom > picture, .hs-zoom > picture img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
/* Gorselin alt kenari sert bir cizgiyle kesilmesin: gövde asagi dogru yumusakca kaybolur */
.hs-zoom > picture img {
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 80%, transparent 99%);
  mask-image: linear-gradient(180deg, #000 0%, #000 80%, transparent 99%);
}
.hs-screen {
  position: absolute; left: 0; top: 0;
  transform-origin: 0 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.hs-screen.is-ready { opacity: 1; transition: opacity .3s ease; }
.hs-screen::after {
  /* Ekran yansimasi: tasarim fotografin parcasi gibi dursun */
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(125deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 38%, rgba(0,0,0,0) 70%, rgba(0,0,0,.06) 100%);
}

/* --- Laptop: kurumsal web sitesi (sanal 800x500) --- */
.hsw { width: 800px; height: 500px; font-family: var(--font); color: #1C1917; background: #FFFBF5; }
.hsw-nav { display: flex; align-items: center; gap: 26px; height: 64px; padding: 0 36px; background: #fff; border-bottom: 1px solid #F1E7DA; font-size: 15px; color: #57534E; }
.hsw-logo { margin-right: auto; font-size: 22px; font-weight: 800; color: #1C1917; letter-spacing: -.02em; }
.hsw-logo span { color: #B45309; }
.hsw-btn { background: #1C1917; color: #fff; font-weight: 700; padding: 10px 18px; border-radius: 8px; }
.hsw-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 30px; padding: 34px 36px 0; align-items: center; }
.hsw-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .08em; color: #B45309; }
.hsw-h { margin: 10px 0 12px; font-size: 40px; line-height: 1.08; font-weight: 800; letter-spacing: -.035em; }
.hsw-p { font-size: 15px; line-height: 1.5; color: #78716C; margin-bottom: 20px; }
.hsw-cta { display: inline-block; background: #B45309; color: #fff; font-weight: 700; font-size: 16px; padding: 13px 22px; border-radius: 10px; }
.hsw-cta2 { display: inline-block; margin-left: 8px; font-weight: 700; font-size: 16px; padding: 13px 18px; color: #1C1917; }
.hsw-img { position: relative; height: 250px; border-radius: 16px; overflow: hidden; background: linear-gradient(180deg, #FDE68A 0%, #FDBA74 55%, #F59E0B 100%); }
.hsw-img::before { content: ''; position: absolute; left: 14%; bottom: 0; width: 30%; height: 70%; background: #292524 repeating-linear-gradient(0deg, transparent 0 18px, rgba(253,230,138,.6) 18px 24px); border-radius: 4px 4px 0 0; }
.hsw-img::after { content: ''; position: absolute; left: 50%; bottom: 0; width: 40%; height: 48%; background: #44403C repeating-linear-gradient(90deg, transparent 0 22px, rgba(253,230,138,.5) 22px 28px); border-radius: 4px 4px 0 0; }
.hsw-stats { display: flex; gap: 26px; margin-top: 22px; font-size: 13px; color: #78716C; }
.hsw-stats b { display: block; font-size: 22px; color: #1C1917; letter-spacing: -.03em; }

/* --- Telefon: mobil uygulama (sanal 260x560) --- */
.hsa { width: 260px; height: 560px; font-family: var(--font); color: #09090B; background: #FFF7ED; padding: 44px 18px 18px; display: flex; flex-direction: column; gap: 12px; }
.hsa small { display: block; font-size: 13px; color: #A1A1AA; }
.hsa-hi b { font-size: 22px; letter-spacing: -.02em; }
.hsa-search { font-size: 13px; color: #A1A1AA; background: #fff; border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); padding: 11px 12px; border: 1px solid #FED7AA; }
.hsa-banner { border-radius: 14px; padding: 14px; color: #fff; background: linear-gradient(135deg, #EA580C, #B91C1C); font-size: 13px; }
.hsa-banner b { display: block; font-size: 19px; line-height: 1.15; margin-bottom: 4px; }
.hsa-item { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); padding: 9px; }
.hsa-item i { width: 44px; height: 44px; border-radius: 10px; background: linear-gradient(135deg, #FB923C, #B91C1C); flex-shrink: 0; }
.hsa-item i.c2 { background: linear-gradient(135deg, #FDE68A, #D97706); }
.hsa-item div { flex: 1; font-size: 15px; font-weight: 700; }
.hsa-item em { font-style: normal; font-weight: 800; color: #EA580C; font-size: 15px; }
.hsa-cta { margin-top: auto; text-align: center; font-weight: 800; font-size: 16px; color: #fff; background: #09090B; border-radius: 14px; padding: 14px; }

/* --- Telefon: Delete Ajans koyu tema uygulama (sanal 300x628) --- */
.hsm { width: 300px; height: 628px; border-radius: 34px; overflow: hidden; font-family: var(--font); color: #E4E4E7; background: radial-gradient(120% 60% at 100% 0%, #2E2A6B 0%, transparent 60%), #0F1020; padding: 14px 16px 0; display: flex; flex-direction: column; gap: 9px; }
.hsm-status { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 700; color: #fff; padding: 2px 8px 0; }
.hsm-status i { width: 22px; height: 11px; border-radius: 3px; background: #34D399; }
.hsm-head { display: flex; align-items: center; gap: 10px; }
.hsm-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #818CF8, #6366F1); display: grid; place-items: center; font-weight: 800; font-size: 14px; color: #fff; }
.hsm-head small { display: block; font-size: 11px; color: #A1A1AA; }
.hsm-head b { font-size: 16px; color: #fff; letter-spacing: -.01em; }
.hsm-bell { margin-left: auto; width: 32px; height: 32px; border-radius: 50%; background: #1E1F36; position: relative; }
.hsm-bell::after { content: ''; position: absolute; top: 7px; right: 8px; width: 7px; height: 7px; border-radius: 50%; background: #F43F5E; }
.hsm-search { font-size: 12px; color: #71717A; background: #1A1B2E; border: 1px solid #26284A; border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); padding: 10px 12px; }
.hsm-hero { border-radius: 16px; padding: 16px; background: linear-gradient(135deg, #6366F1, #8B5CF6); color: #fff; }
.hsm-hero small { font-size: 11px; opacity: .85; }
.hsm-hero b { display: block; font-size: 20px; line-height: 1.15; letter-spacing: -.02em; margin: 3px 0 9px; }
.hsm-hero span { display: inline-block; font-size: 12px; font-weight: 700; background: #fff; color: #4F46E5; padding: 6px 12px; border-radius: 8px; }
.hsm-quick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.hsm-quick div { background: #1A1B2E; border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); padding: 9px 0 7px; text-align: center; font-size: 10px; color: #A1A1AA; }
.hsm-quick i { display: block; width: 22px; height: 22px; margin: 0 auto 5px; border-radius: 50%; background: #818CF8; }
.hsm-quick div:nth-child(2) i { background: #34D399; }
.hsm-quick div:nth-child(3) i { background: #FBBF24; }
.hsm-quick div:nth-child(4) i { background: #22D3EE; }
.hsm-card { background: #1A1B2E; border: 1px solid #26284A; border-radius: 14px; padding: 12px; }
.hsm-card-top { display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #A1A1AA; }
.hsm-card-top em { font-style: normal; font-size: 10px; font-weight: 700; color: #052E16; background: #34D399; padding: 2px 8px; border-radius: 20px; }
.hsm-card b { display: block; font-size: 14px; color: #fff; margin: 6px 0 9px; }
.hsm-bar { height: 6px; border-radius: 6px; background: #26284A; overflow: hidden; }
.hsm-bar i { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, #6366F1, #34D399); }
.hsm-list { display: grid; gap: 7px; }
.hsm-list div { display: flex; align-items: center; gap: 9px; font-size: 11px; color: #D4D4D8; background: #15162A; border-radius: 10px; padding: 8px 10px; }
.hsm-list div::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #34D399; flex-shrink: 0; }
.hsm-list div span { margin-left: auto; color: #71717A; font-size: 10px; }
.hsm-tabbar { margin-top: auto; margin-inline: -16px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 9px 0 22px; background: #14152A; border-top: 1px solid #26284A; font-size: 10px; text-align: center; color: #71717A; }
.hsm-tabbar i { display: block; width: 18px; height: 18px; margin: 0 auto 4px; border-radius: 6px; background: #3F3F5A; }
.hsm-tabbar .on { color: #A5B4FC; }
.hsm-tabbar .on i { background: #818CF8; }
.hs-screen-phone { background: transparent; border-radius: 34px; }
.hs-screen-phone::after { border-radius: 34px; background: linear-gradient(120deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 35%); }

/* --- Laptop: projelerimiz (sanal 800x500) --- */
.hsp { width: 800px; height: 500px; font-family: var(--font); background: #FAFAFA; color: #09090B; padding: 24px 30px; }
.hsp-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.hsp-top b { font-size: 26px; letter-spacing: -.03em; }
.hsp-top b span { color: #10B981; }
.hsp-filters { display: flex; gap: 8px; }
.hsp-filters span { font-size: 13px; font-weight: 600; padding: 7px 13px; border-radius: 20px; background: #fff; border: 1px solid #E4E4E7; color: #52525B; }
.hsp-filters span.on { background: #09090B; border-color: #09090B; color: #fff; }
.hsp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hsp-card { background: #fff; border: 1px solid #E4E4E7; border-radius: 14px; overflow: hidden; }
.hsp-card img { position: static; width: 100%; height: 318px; object-fit: cover; display: block; }
.hsp-card div { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; font-size: 18px; font-weight: 700; }
.hsp-card em { font-style: normal; font-size: 12px; font-weight: 700; padding: 4px 9px; border-radius: 20px; background: #DCFCE7; color: #166534; }

/* --- Fotograf ustu bildirim rozeti --- */
.hs-badge {
  display: none !important;
}

/* --- Alt yazi: baslik + fiyat --- */
.hs-info {
  /* Yuzen baslik kutusu (fotografin alt kismina biner) */
  position: absolute; left: 3%; right: 3%; bottom: 1.5%; z-index: 4;
  padding: 11px 12px 11px 16px;
  border-radius: 16px;
  background: rgba(9, 9, 11, 0.93);
  box-shadow: 0 10px 22px -12px rgba(0, 0, 0, 0.35);
  color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.hs-kicker {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #34D399;
}
.hs-kicker::before { content: ''; width: 16px; height: 2px; border-radius: 2px; background: currentColor; }
.hs-title {
  margin-top: 3px;
  font-size: clamp(.92rem, 1.25vw, 1.02rem);
  line-height: 1.22; font-weight: 800; letter-spacing: -0.025em;
  color: #FFFFFF;
}
.hs-title em { font-style: normal; color: #6EE7B7; }
.hs-price {
  flex-shrink: 0;
  display: inline-flex; flex-direction: column; align-items: flex-start;
  font-size: .86rem; font-weight: 800; color: #09090B;
  background: #FFFFFF; padding: 8px 13px; border-radius: 10px;
  line-height: 1.15;
  transition: transform var(--transition), background var(--transition);
  white-space: nowrap;
}
.hs-price small { font-weight: 600; color: #71717A; font-size: .62rem; }
.hs-price:hover { transform: translateY(-1px); background: #D1FAE5; }

/* --- Sekmeler (ilerleme cubuklu) --- */
.hs-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.hs-tab {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px 8px; border-radius: 10px;
  background: var(--surface); border: 1px solid var(--border);
  font-size: .8rem; font-weight: 600; color: var(--text-2);
  white-space: nowrap;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.hs-tab svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.hs-tab:hover { color: var(--text-1); border-color: #A1A1AA; }
.hs-tab.is-active { color: var(--text-1); border-color: var(--text-1); background: var(--surface-2); }
.hs-tab-bar { position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; }
.hs-tab-bar i { display: block; height: 100%; width: 0; background: #10B981; }
.hs-tab.is-active .hs-tab-bar i { width: 100%; }
.hs.is-playing .hs-tab.is-active .hs-tab-bar i { width: 0; animation: hsProgress var(--hs-duration, 5s) linear forwards; }
.hs.is-paused .hs-tab.is-active .hs-tab-bar i { animation-play-state: paused; }
@keyframes hsProgress { from { width: 0; } to { width: 100%; } }

/* =============================================
   RESPONSIVE BREAKPOINTS (DESKTOP & MOBILE)
   ============================================= */
@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-visual {
    justify-content: center;
    margin-top: 10px;
  }
  .hero {
    padding-top: calc(var(--nav-h) + 36px);
    padding-bottom: 48px;
  }
  .hero h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 540px) {
  .hs-card { aspect-ratio: 4 / 5; background: transparent; overflow: hidden; border: none; }
  .hs-info { left: 1%; right: 1%; bottom: 0; padding: 10px 12px; border-radius: 14px; gap: 10px; }
  .hs-title { font-size: .86rem; margin-top: 2px; }
  .hs-price { font-size: .75rem; padding: 6px 10px; }
  .hs-tab { font-size: .72rem; padding: 10px 4px; gap: 5px; }
}

@media (max-width: 440px) {
  .hs-tab svg { display: none; }
}

@media (max-width: 360px) {
  .hs-tab { font-size: .66rem; }
  .hs-badge { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hs-slide, .hs-slide.is-active, .hs-slide.is-prev, .hs-slide.is-next, .hs-zoom { transition: none !important; }
  .hs-zoom, .hs-slide.is-active .hs-zoom { transform: none !important; }
  .hs-badge { opacity: 1; transform: none !important; }
}

/* =============================================
   PRODUCTS SHOWCASE
   ============================================= */
.products-section { background: var(--surface); }
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }

.product-card {
  border-radius: var(--radius-xl); overflow: hidden;
  border: 1px solid var(--border); transition: all var(--transition);
  display: flex; flex-direction: column; background: var(--surface);
}
.product-card:hover { box-shadow: var(--shadow-xl); border-color: var(--primary); transform: translateY(-3px); }

.product-card-img { height: 230px; overflow: hidden; position: relative; }
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; filter: grayscale(15%); }
.product-card:hover .product-card-img img { transform: scale(1.04); filter: grayscale(0%); }
.product-card-img-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.45) 100%); }
/* QR Menu kartı: 3 telefonlu vitrin (ortada ana sayfa, yanlarda kategori & ürün listesi) */
.qr-phones {
  position: absolute; inset: 0; overflow: hidden;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(255,255,255,.7) 0%, transparent 70%),
    linear-gradient(135deg, #E0F2FE 0%, #BFDBFE 100%);
}
.qr-phone {
  position: absolute; top: 9%;
  height: auto; object-fit: contain;
  filter: none;
  transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}
.product-card-img .qr-phone { width: auto; height: auto; object-fit: contain; filter: none; }
.product-card-img .qr-phone-center { left: 50%; top: 8%; height: 128%; z-index: 3; transform: translateX(-50%); filter: drop-shadow(0 18px 28px rgba(15, 23, 42, .28)); }
.product-card-img .qr-phone-left,
.product-card-img .qr-phone-right { height: 108%; top: 20%; z-index: 2; filter: drop-shadow(0 10px 18px rgba(15, 23, 42, .18)); }
.product-card-img .qr-phone-left  { right: calc(50% + 40px); transform: rotate(-7deg); transform-origin: 100% 100%; }
.product-card-img .qr-phone-right { left: calc(50% + 40px); transform: rotate(7deg);  transform-origin: 0 100%; }
.product-card:hover .product-card-img .qr-phone-center { transform: translateX(-50%) translateY(-6px); }
.product-card:hover .product-card-img .qr-phone-left  { transform: rotate(-10deg) translateX(-6px); }
.product-card:hover .product-card-img .qr-phone-right { transform: rotate(10deg) translateX(6px); }
.qr-phones-fade { z-index: 4; background: linear-gradient(180deg, transparent 62%, rgba(15, 23, 42, .28) 100%); }

.product-card-img-badge {
  z-index: 5;
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,.96); border-radius: var(--radius-sm);
  padding: 5px 10px; display: flex; align-items: center; gap: 6px;
  font-size: 0.75rem; font-weight: 700; box-shadow: var(--shadow-sm); border: 1px solid var(--border);
}

.product-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.product-card-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.product-card-body h3 { font-size: 1.15rem; margin-bottom: 8px; }
.product-card-body p { font-size: 0.88rem; line-height: 1.65; flex: 1; margin-bottom: 16px; color: var(--text-2); }

.product-features { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 20px; }
.product-feature { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 500; color: var(--text-2); }
.product-feature svg { width: 14px; height: 14px; stroke: var(--text-1); flex-shrink: 0; fill: none; stroke-width: 2; }

.product-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--border); }
.product-status { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 600; color: var(--text-3); }

@media (max-width: 680px) { .products-grid { grid-template-columns: 1fr; } }

/* =============================================
   SERVICES ROW & DIRECTORY
   ============================================= */
.services-row-section { background: var(--surface-2); }
.services-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }

.service-row-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-xl); overflow: hidden; transition: all var(--transition);
  display: flex; flex-direction: column;
}
.service-row-card:hover { box-shadow: var(--shadow-lg); border-color: var(--primary); transform: translateY(-3px); }
.service-row-img { height: 160px; overflow: hidden; position: relative; }
.service-row-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; filter: grayscale(25%); }
.service-row-card:hover .service-row-img img { transform: scale(1.05); filter: grayscale(0%); }

.service-row-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.service-row-icon {
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  background: var(--primary-light); border: 1px solid var(--border);
  display: grid; place-items: center; margin-bottom: 14px;
  color: var(--text-1);
}
.service-row-icon svg { width: 20px; height: 20px; stroke: var(--text-1); }

.service-row-body h3 { font-size: 1.05rem; margin-bottom: 6px; }
.service-row-body p { font-size: 0.85rem; line-height: 1.6; margin-bottom: 14px; flex: 1; }
.service-row-price { font-size: 0.8rem; font-weight: 700; color: var(--text-1); margin-bottom: 12px; }
.service-row-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }

@media (max-width: 900px) { .services-row { grid-template-columns: 1fr; } }

/* =============================================
   DEDICATED SERVICE PAGES STYLES
   ============================================= */
.service-page-hero {
  padding-top: calc(var(--nav-h) + 64px);
  padding-bottom: 64px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: center;
}

.service-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--text-3);
  margin-bottom: 16px;
}
.service-breadcrumb a { color: var(--text-2); font-weight: 500; }
.service-breadcrumb a:hover { color: var(--primary); }
.service-breadcrumb svg { width: 12px; height: 12px; stroke: var(--text-3); }

.service-hero-visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
}
.service-hero-visual img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(15%);
}

.service-hero-badge {
  position: absolute; bottom: 18px; left: 18px;
  background: rgba(255,255,255,.96); border-radius: var(--radius-md);
  padding: 10px 16px; box-shadow: var(--shadow-md); border: 1px solid var(--border);
}
.service-hero-badge .sh-label { font-size: 0.65rem; color: var(--text-3); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.service-hero-badge .sh-val { font-size: 1.1rem; font-weight: 800; color: var(--text-1); letter-spacing: -0.03em; }

@media (max-width: 860px) {
  .service-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-hero-visual { aspect-ratio: 16/9; max-height: 280px; }
}

/* Feature grid / capabilities on service page */
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.capability-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all var(--transition);
}
.capability-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.capability-card-icon {
  width: 38px; height: 38px; border-radius: var(--radius-sm);
  background: var(--primary-light); border: 1px solid var(--border);
  display: grid; place-items: center; margin-bottom: 14px;
  color: var(--text-1);
}
.capability-card-icon svg { width: 18px; height: 18px; stroke: var(--text-1); }
.capability-card h4 { font-size: 1rem; margin-bottom: 6px; }
.capability-card p { font-size: 0.85rem; line-height: 1.6; color: var(--text-2); }

@media (max-width: 840px) { .capability-grid { grid-template-columns: 1fr; } }
@media (max-width: 1024px) and (min-width: 841px) { .capability-grid { grid-template-columns: 1fr 1fr; } }

/* Process steps on service page */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.process-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  position: relative;
  transition: all var(--transition);
}
.process-card:hover { border-color: var(--primary); box-shadow: var(--shadow-sm); }
.process-step-num {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-3);
  font-family: monospace;
  margin-bottom: 10px;
  display: inline-block;
  background: var(--surface-2);
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid var(--border);
}
.process-card h4 { font-size: 0.95rem; margin-bottom: 6px; }
.process-card p { font-size: 0.83rem; line-height: 1.6; color: var(--text-2); }

@media (max-width: 840px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .process-grid { grid-template-columns: 1fr; } }

.process-section .process-card {
  background: var(--surface-2);
}
.process-section .process-card:hover {
  background: var(--surface);
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}

/* Service detail block (used in overview) */
.service-detail-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: center; padding-block: 72px; border-bottom: 1px solid var(--border);
}
.service-detail-block:last-child { border-bottom: none; }
.service-detail-block.reverse { direction: rtl; }
.service-detail-block.reverse > * { direction: ltr; }

.service-detail-visual {
  border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl);
  aspect-ratio: 4/3; position: relative; border: 1px solid var(--border);
}
.service-detail-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(15%); transition: filter 0.4s ease; }
.service-detail-visual:hover img { filter: grayscale(0%); }
.service-detail-visual-badge {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(255,255,255,.96); border-radius: var(--radius-sm); padding: 8px 14px;
  box-shadow: var(--shadow-md); border: 1px solid var(--border);
}
.service-detail-visual-badge .price-label { font-size: 0.65rem; color: var(--text-3); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.service-detail-visual-badge .price-value { font-size: 1.1rem; font-weight: 800; color: var(--text-1); letter-spacing: -0.03em; }

.service-detail-content .section-label { margin-bottom: 10px; }
.service-detail-content h2 { margin-bottom: 12px; }
.service-detail-content > p { margin-bottom: 20px; font-size: 0.95rem; }

.service-features-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.service-feature-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: var(--text-2); }
.service-feature-item .check {
  width: 18px; height: 18px; border-radius: 50%; background: var(--primary-light);
  border: 1px solid var(--border); display: grid; place-items: center;
  flex-shrink: 0; margin-top: 2px; color: var(--text-1);
}
.service-feature-item .check svg { width: 11px; height: 11px; stroke: var(--text-1); }

.service-cta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.service-tags-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }

@media (max-width: 820px) { .service-detail-block { grid-template-columns: 1fr; gap: 24px; direction: ltr !important; } .service-detail-visual { max-height: 240px; aspect-ratio: 16/9; } }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.pricing-card {
  background: var(--surface); border: 1.5px solid var(--border);
  border-radius: var(--radius-xl); padding: 26px 22px;
  display: flex; flex-direction: column; gap: 20px;
  transition: all var(--transition); position: relative; overflow: hidden;
}
.pricing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: var(--primary); }
.pricing-card.featured { border-color: var(--primary); background: var(--primary-light); }

.pricing-badge {
  position: absolute; top: 18px; right: -28px;
  background: var(--primary); color: white; font-size: 0.62rem; font-weight: 800;
  padding: 3px 32px; transform: rotate(45deg); letter-spacing: 0.07em; text-transform: uppercase;
}

.pricing-header-icon {
  width: 36px; height: 36px; border-radius: var(--radius-sm);
  background: var(--surface-2); border: 1px solid var(--border);
  display: grid; place-items: center; margin-bottom: 12px; color: var(--text-1);
}
.pricing-card.featured .pricing-header-icon { background: var(--primary); color: #fff; border-color: var(--primary); }
.pricing-header-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.pricing-header h3 { font-size: 1.05rem; margin-bottom: 4px; }
.pricing-header p { font-size: 0.78rem; color: var(--text-3); }
.pricing-price { margin-top: 14px; }
.pricing-price .amount { font-size: 1.9rem; font-weight: 800; color: var(--text-1); letter-spacing: -0.04em; }
.pricing-price .currency { font-size: 0.9rem; font-weight: 600; color: var(--text-2); }
.pricing-price .note { font-size: 0.74rem; color: var(--text-3); display: block; margin-top: 2px; }

.pricing-includes { flex: 1; }
.pricing-includes ul { display: flex; flex-direction: column; gap: 8px; }
.pricing-includes li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.84rem; color: var(--text-2); }
.pricing-includes .pcheck { width: 16px; height: 16px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border); display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.pricing-includes .pcheck svg { width: 10px; height: 10px; stroke: var(--text-1); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.pricing-includes .pdash { width: 16px; height: 16px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border); display: grid; place-items: center; font-size: 0.65rem; flex-shrink: 0; color: var(--text-3); margin-top: 1px; }
.pricing-includes li.off { opacity: 0.4; }
.pricing-delivery { font-size: 0.76rem; color: var(--text-3); display: flex; align-items: center; gap: 5px; }
.pricing-delivery svg { width: 13px; height: 13px; stroke: var(--text-3); }

@media (max-width: 840px) { .pricing-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; } }

/* FAQ */
.faq-section { background: var(--surface-2); }
.faq-inner { max-width: 700px; margin-inline: auto; }

/* =============================================
   STATS BAR
   ============================================= */
.stats-section { background: var(--primary); padding-block: 48px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-item { text-align: center; }
.stat-num { font-size: 2.3rem; font-weight: 800; color: white; letter-spacing: -0.04em; }
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,.55); margin-top: 4px; font-weight: 500; }
@media (max-width: 600px) { .stats-grid { grid-template-columns: 1fr 1fr; } }

/* =============================================
   WHY US
   ============================================= */
.why-section { background: var(--surface); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; margin-top: 48px; }
.why-img { border-radius: var(--radius-xl); overflow: hidden; height: 420px; box-shadow: var(--shadow-xl); border: 1px solid var(--border); }
.why-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: filter 0.5s ease; }
.why-img:hover img { filter: grayscale(0%); }

.why-features { display: flex; flex-direction: column; gap: 22px; }
.why-feature-item { display: flex; gap: 15px; align-items: flex-start; }
.why-feature-icon {
  width: 42px; height: 42px; border-radius: var(--radius-sm);
  background: var(--primary-light); border: 1px solid var(--border);
  display: grid; place-items: center; flex-shrink: 0; color: var(--text-1);
}
.why-feature-icon svg { width: 20px; height: 20px; stroke: var(--text-1); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why-feature-item h4 { margin-bottom: 4px; font-size: 0.95rem; }
.why-feature-item p { font-size: 0.86rem; line-height: 1.6; }
@media (max-width: 768px) { .why-grid { grid-template-columns: 1fr; } .why-img { height: 240px; } }

/* =============================================
   TECH STRIP
   ============================================= */
.tech-section { background: var(--surface-2); }
.tech-strip {
  overflow: hidden; margin-top: 36px;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.tech-track { display: flex; gap: 10px; animation: scroll-x 22s linear infinite; width: max-content; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.tech-strip:hover .tech-track { animation-play-state: paused; }

.tech-item {
  display: flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 100px; padding: 7px 16px;
  white-space: nowrap; font-size: 0.84rem; font-weight: 600; color: var(--text-2); flex-shrink: 0;
  transition: all var(--transition);
}
.tech-item svg { width: 14px; height: 14px; stroke: var(--text-2); }
.tech-item:hover { border-color: var(--primary); color: var(--primary); background: var(--primary-light); }
.tech-item:hover svg { stroke: var(--primary); }

/* =============================================
   CTA BANNER
   ============================================= */
.cta-section { background: var(--primary); padding-block: 84px; }
.cta-inner { text-align: center; max-width: 560px; margin: 0 auto; }
.cta-inner h2 { color: #fff; margin-bottom: 12px; }
.cta-inner p { color: rgba(255,255,255,.65); margin-bottom: 32px; font-size: 1rem; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* =============================================
   PROJELER PAGE
   ============================================= */
.filter-bar { display: flex; gap: 7px; flex-wrap: wrap; justify-content: center; margin-top: 28px; }
.filter-btn {
  padding: 7px 18px; border-radius: 100px; font-size: 0.84rem; font-weight: 600;
  background: var(--surface); border: 1px solid var(--border); color: var(--text-2);
  cursor: pointer; transition: all var(--transition); font-family: var(--font);
}
.filter-btn:hover, .filter-btn.active { background: var(--primary); border-color: var(--primary); color: #fff; }

.own-products-section { background: var(--surface); }
.own-products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 44px; }
.own-product-featured {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-xl); overflow: hidden; transition: all var(--transition);
  display: flex; flex-direction: column;
}
.own-product-featured:hover { box-shadow: var(--shadow-xl); border-color: var(--primary); transform: translateY(-3px); }
.own-product-img { height: 280px; overflow: hidden; position: relative; background: var(--surface-2); }
.own-product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.own-product-featured:hover .own-product-img img { transform: scale(1.03); }
.own-product-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.own-product-body h3 { font-size: 1.25rem; margin-bottom: 8px; font-weight: 800; color: var(--text-1); }
.own-product-body p { font-size: 0.88rem; line-height: 1.65; margin-bottom: 18px; color: var(--text-2); }
.own-product-features { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 22px; flex: 1; }
.own-product-feature { font-size: 0.82rem; font-weight: 500; color: var(--text-2); display: flex; align-items: center; gap: 6px; }
.own-product-feature svg { width: 14px; height: 14px; stroke: var(--primary); flex-shrink: 0; stroke-width: 2.5; }
.own-product-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border); margin-top: auto; }
.own-product-footer .product-status { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: var(--text-2); }

.client-work-section { background: var(--surface-2); }
.client-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); gap: 20px; margin-top: 40px; }
.client-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: all var(--transition); display: flex; flex-direction: column;
}
.client-card-thumb { height: 190px; overflow: hidden; position: relative; }
.client-card-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: all 0.5s ease; }
.client-card:hover .client-card-thumb img { filter: grayscale(0%); transform: scale(1.04); }
.client-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.client-card-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 10px; }
.client-card-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; line-height: 1.35; color: var(--text-1); }
.client-card-body p { font-size: 0.83rem; line-height: 1.6; color: var(--text-2); margin-bottom: 14px; }
.client-card-deliverables { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; background: var(--surface-2); padding: 12px 14px; border-radius: var(--radius-sm); border: 1px solid var(--border); }
.client-card-deliverable-item { font-size: 0.78rem; font-weight: 500; color: var(--text-2); display: flex; align-items: center; gap: 6px; line-height: 1.4; }
.client-card-deliverable-item svg { width: 13px; height: 13px; stroke: var(--primary); flex-shrink: 0; stroke-width: 2.5; }
.client-card-metric { font-size: 0.75rem; font-weight: 700; color: var(--text-1); background: rgba(0,0,0,0.04); padding: 4px 10px; border-radius: 999px; border: 1px solid var(--border); display: inline-flex; align-items: center; gap: 5px; width: fit-content; margin-bottom: 14px; }
.client-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--border); margin-top: auto; }
.client-card-action { display: inline-flex; align-items: center; gap: 5px; font-size: 0.78rem; font-weight: 700; color: var(--text-1); text-decoration: none; transition: color var(--transition); }
.client-card-action:hover { color: var(--primary); }
.client-card-action svg { width: 13px; height: 13px; stroke-width: 2; transition: transform var(--transition); }
.client-card-action:hover svg { transform: translateX(3px); }
.client-coming { border-style: dashed; opacity: 0.72; }
.client-coming:hover { opacity: 1; border-style: solid; }

.client-domain-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-2);
  text-decoration: none;
  transition: color var(--transition);
}
.client-domain-link:hover {
  color: var(--text-1);
}
.client-domain-link svg {
  stroke-width: 2;
  transition: transform var(--transition);
}
.client-domain-link:hover svg {
  transform: translateX(2px) translateY(-1px);
}
.client-card-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: var(--text-1);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all var(--transition);
  cursor: pointer;
  border: 1px solid var(--text-1);
}
.client-card-action-btn:hover {
  background: transparent;
  color: var(--text-1);
}
.client-card-action-btn svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.2;
}

@media (max-width: 900px) { .own-products-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .client-grid { grid-template-columns: 1fr; } }

/* =============================================
   BLOG PAGE
   ============================================= */
.blog-featured {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-xl); overflow: hidden; display: grid;
  grid-template-columns: 1fr 1fr; margin-top: 48px; transition: all var(--transition);
}
.blog-featured:hover { box-shadow: var(--shadow-xl); border-color: var(--primary); transform: translateY(-3px); }
.blog-featured-thumb { overflow: hidden; min-height: 280px; position: relative; }
.blog-featured-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; filter: grayscale(20%); }
.blog-featured:hover .blog-featured-thumb img { transform: scale(1.03); filter: grayscale(0%); }
.blog-featured-body { padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.blog-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 0.76rem; color: var(--text-3); flex-wrap: wrap; }
.blog-meta .separator { width: 3px; height: 3px; border-radius: 50%; background: var(--text-3); }
.blog-meta svg { width: 13px; height: 13px; stroke: var(--text-3); }
.blog-featured-body h2 { font-size: clamp(1.2rem, 2.3vw, 1.55rem); margin-bottom: 10px; }
.blog-featured-body > p { font-size: 0.86rem; margin-bottom: 18px; }

@media (max-width: 680px) { .blog-featured { grid-template-columns: 1fr; } .blog-featured-thumb { min-height: 190px; } .blog-featured-body { padding: 22px; } }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(290px, 100%), 1fr)); gap: 20px; margin-top: 44px; }
.blog-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden; transition: all var(--transition); display: flex; flex-direction: column;
}
.blog-card:hover { box-shadow: var(--shadow-md); border-color: var(--primary); transform: translateY(-3px); }
.blog-card-thumb { height: 165px; overflow: hidden; position: relative; }
.blog-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease; filter: grayscale(25%); }
.blog-card:hover .blog-card-thumb img { transform: scale(1.05); filter: grayscale(0%); }
.blog-card-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.blog-card-body h3 { font-size: 0.94rem; line-height: 1.45; margin-bottom: 6px; }
.blog-card-body > p { font-size: 0.82rem; flex: 1; margin-bottom: 12px; line-height: 1.6; }
.blog-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid var(--border); font-size: 0.76rem; color: var(--text-3); }

/* =============================================
   İLETİŞİM PAGE
   ============================================= */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; margin-top: 48px; }
.contact-form-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 32px; }
.contact-form-card h3 { margin-bottom: 4px; font-size: 1.25rem; }
.contact-form-card > p { font-size: 0.86rem; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.contact-sidebar { display: flex; flex-direction: column; gap: 14px; }
.contact-info-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px; }
.contact-info-card h4 { margin-bottom: 14px; font-size: 0.95rem; }
.contact-info-list { display: flex; flex-direction: column; gap: 12px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 12px; }
.contact-info-icon {
  width: 36px; height: 36px; border-radius: var(--radius-sm);
  background: var(--primary-light); border: 1px solid var(--border);
  display: grid; place-items: center; color: var(--text-1); flex-shrink: 0;
}
.contact-info-icon svg { width: 18px; height: 18px; stroke: var(--text-1); }
.contact-info-label { font-size: 0.65rem; color: var(--text-3); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1px; }
.contact-info-value { font-size: 0.86rem; font-weight: 600; color: var(--text-1); }

.contact-social-card { background: var(--primary-light); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px; }
.contact-social-card h4 { margin-bottom: 12px; font-size: 0.95rem; }
.contact-socials { display: flex; gap: 8px; flex-wrap: wrap; }
.contact-social-btn {
  display: flex; align-items: center; gap: 6px; padding: 8px 12px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-md); font-size: 0.82rem; font-weight: 600;
  color: var(--text-2); transition: all var(--transition);
}
.contact-social-btn svg { width: 15px; height: 15px; stroke: currentColor; }
.contact-social-btn:hover { background: var(--primary); color: white; border-color: var(--primary); transform: translateY(-1px); }

.response-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px; text-align: center; }
.response-icon {
  width: 40px; height: 40px; border-radius: 50%; background: var(--primary-light);
  border: 1px solid var(--border); margin: 0 auto 10px; display: grid; place-items: center; color: var(--text-1);
}
.response-icon svg { width: 20px; height: 20px; stroke: var(--text-1); }
.response-card h4 { margin-bottom: 4px; font-size: 0.95rem; }
.response-card p { font-size: 0.84rem; color: var(--text-2); }

@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .contact-form-card { padding: 20px; } }

/* =============================================
   BLOG DETAIL (SINGLE POST) STYLES
   ============================================= */
.blog-detail-header {
  padding-top: calc(var(--nav-h) + 48px);
  padding-bottom: 40px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-3);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.blog-breadcrumb a { color: var(--text-2); transition: color 0.15s; }
.blog-breadcrumb a:hover { color: var(--primary); }
.blog-detail-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 16px 0 20px;
  max-width: 900px;
}
.blog-detail-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.85rem;
  color: var(--text-2);
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.blog-detail-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-detail-cover {
  width: 100%;
  max-height: 520px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin: 36px 0 48px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  background: #09090b;
}
.blog-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 520px;
}
.blog-detail-body {
  max-width: 820px;
  margin: 0 auto;
}
.blog-prose {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-1);
}
.blog-prose p { margin-bottom: 24px; }
.blog-prose h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.8rem);
  font-weight: 700;
  margin: 44px 0 16px;
  letter-spacing: -0.025em;
  color: var(--text-1);
}
.blog-prose h3 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  margin: 32px 0 12px;
  color: var(--text-1);
}
.blog-prose ul, .blog-prose ol {
  margin: 20px 0 28px 24px;
  list-style: initial;
}
.blog-prose li {
  margin-bottom: 8px;
  padding-left: 4px;
}
.blog-prose blockquote {
  border-left: 3px solid var(--primary);
  padding: 14px 20px;
  margin: 28px 0;
  background: var(--surface-2);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: var(--text-2);
}
.blog-prose code {
  background: var(--primary-light);
  border: 1px solid var(--border);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.88em;
  font-family: monospace;
}
.blog-prose pre {
  background: #09090B;
  color: #FAFAFA;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  overflow-x: auto;
  margin: 28px 0;
  font-size: 0.9rem;
}
.blog-prose pre code {
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
}
.blog-detail-footer-box {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-share-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-2);
  transition: all 0.15s ease;
}
.share-btn:hover {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
}
.blog-author-card {
  margin-top: 48px;
  padding: 28px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: #FFFFFF;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* ====================================================
   PRODUCT SHOWCASE & LANDING PAGES (QR & SALON)
   ==================================================== */

/* Value Highlights Strip */
.product-highlights-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.highlight-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.2s ease;
}
.highlight-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.highlight-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--text-1);
}
.highlight-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--text-1);
}
.highlight-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-1);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.highlight-lbl {
  font-size: 0.78rem;
  color: var(--text-3);
  font-weight: 500;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .product-highlights-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .product-highlights-strip { grid-template-columns: 1fr; }
}

/* Interactive Showcase System */
.showcase-section {
  background: var(--surface-2);
  padding: 72px 0;
  overflow: hidden;
}
.showcase-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}
.showcase-header .section-title {
  font-size: clamp(1.4rem, 3.2vw, 2.1rem);
  word-break: break-word;
  overflow-wrap: break-word;
}
.showcase-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    width: 100%;
  }
@media (max-width: 980px) {
  .showcase-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    width: 100%;
  }
}
.showcase-tab-btn {
    box-sizing: border-box;
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 100px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    color: inherit;
  }
@media (max-width: 520px) {
  .showcase-tab-btn {
    padding: 12px 14px;
    gap: 10px;
  }
}

.showcase-tab-btn:hover {
  border-color: var(--text-2);
}
.showcase-tab-btn.active {
  background: var(--surface);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.tab-btn-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--text-1);
  transition: all 0.2s ease;
}
.showcase-tab-btn.active .tab-btn-icon {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFFFFF;
}
.showcase-tab-btn.active .tab-btn-icon svg {
  stroke: #FFFFFF;
}
.tab-btn-content {
  flex: 1;
  min-width: 0;
}
.tab-btn-content h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-1);
  margin-bottom: 3px;
  word-break: break-word;
}
.tab-btn-content p {
  font-size: 0.82rem;
  color: var(--text-2);
  line-height: 1.45;
  margin: 0;
}

/* Device Mockups */
.showcase-viewport {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.showcase-pane {
  display: none;
  width: 100%;
  animation: fadeInPane 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.showcase-pane.active {
  display: block;
}
@keyframes fadeInPane {
  from { opacity: 0; transform: translateY(8px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* High-Definition Visual Showcase Component */
.showcase-visual-frame {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.showcase-visual-frame:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.18), 0 0 0 1px var(--border);
}
.showcase-visual-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #09090B;
  overflow: hidden;
}
.showcase-visual-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.showcase-visual-frame:hover .showcase-visual-media img {
  transform: scale(1.02);
}
.showcase-float-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(9, 9, 11, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.showcase-float-badge .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 8px #10B981;
}
.showcase-float-badge.warning .status-dot {
  background: #F59E0B;
  box-shadow: 0 0 8px #F59E0B;
}
.showcase-float-badge.info .status-dot {
  background: #3B82F6;
  box-shadow: 0 0 8px #3B82F6;
}
.showcase-caption-bar {
  padding: 16px 20px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 640px) {
  .showcase-caption-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.showcase-caption-info h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--text-1);
}
.showcase-caption-info p {
  font-size: 0.82rem;
  color: var(--text-2);
  margin: 0;
  line-height: 1.4;
}
.showcase-caption-pill {
  font-size: 0.74rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--text-1);
  white-space: nowrap;
}

/* Realistic Phone Frame */
.mockup-phone {
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #09090B;
  border: 8px solid #18181B;
  border-radius: 36px;
  box-shadow: 0 25px 60px -15px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.1);
  overflow: hidden;
  position: relative;
}
@media (max-width: 400px) {
  .mockup-phone {
    max-width: 290px;
    border-width: 6px;
    border-radius: 28px;
  }
}
.phone-speaker-notch {
  width: 100px;
  height: 18px;
  background: #18181B;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.phone-speaker-camera {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #27272A;
}
.phone-speaker-slot {
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: #27272A;
}
.phone-screen {
  background: #FFFFFF;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  color: #09090B;
  font-family: var(--font);
  position: relative;
}

/* Realistic Desktop / Tablet Frame */
.mockup-desktop {
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.desktop-topbar {
  background: #F4F4F5;
  border-bottom: 1px solid var(--border);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.desktop-dots {
  display: flex;
  gap: 6px;
}
.desktop-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.desktop-dot.red { background: #EF4444; }
.desktop-dot.yellow { background: #F59E0B; }
.desktop-dot.green { background: #10B981; }
.desktop-url-bar {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 0.72rem;
  color: var(--text-2);
  display: flex;
  align-items: center;
  gap: 6px;
}
.desktop-screen {
  padding: 20px;
  background: #FAFAFA;
}

/* Mockup UI Inner Elements - QR Menu Specific */
.menu-mockup-header {
  padding: 14px 16px 10px;
  background: #09090B;
  color: #FFFFFF;
}
.menu-mockup-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.menu-mockup-brand h5 {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0;
  color: #FFFFFF;
}
.menu-mockup-table {
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(255,255,255,0.18);
  padding: 2px 8px;
  border-radius: 4px;
}
.menu-mockup-search {
  background: rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  gap: 6px;
}
.menu-mockup-categories {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 14px;
  background: #FFFFFF;
  border-bottom: 1px solid var(--border);
}
.menu-cat-pill {
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  background: #F4F4F5;
  color: #52525B;
}
.menu-cat-pill.active {
  background: #09090B;
  color: #FFFFFF;
}
.menu-mockup-list {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.menu-item-row {
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 8px;
  align-items: center;
}
.menu-item-thumb {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}
.menu-item-info {
  flex: 1;
}
.menu-item-info h6 {
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 2px;
  color: #09090B;
}
.menu-item-info p {
  font-size: 0.7rem;
  color: #71717A;
  margin: 0 0 4px;
  line-height: 1.3;
}
.menu-item-tags {
  display: flex;
  gap: 4px;
}
.menu-item-tag {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  background: #ECFDF5;
  color: #059669;
}
.menu-item-price {
  font-size: 0.85rem;
  font-weight: 800;
  color: #09090B;
}
.menu-mockup-bottom-bar {
  padding: 10px 14px;
  background: #09090B;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 600;
}

/* Mockup UI Inner Elements - Wedding & Event Hall Management */
.salon-mockup-header {
  padding: 14px 16px 12px;
  background: #09090B;
  color: #FFFFFF;
}
.salon-mockup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.salon-mockup-top h5 {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0;
  color: #FFFFFF;
}
.salon-mockup-badge {
  font-size: 0.68rem;
  font-weight: 700;
  background: #10B981;
  color: #FFFFFF;
  padding: 2px 7px;
  border-radius: 4px;
}
.salon-mockup-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.salon-step-title {
  font-size: 0.74rem;
  font-weight: 700;
  color: #52525B;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.venue-seans-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.venue-seans-card.booked {
  border-color: #09090B;
  background: #FAFAFA;
}
.venue-seans-badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.venue-seans-badge.locked {
  background: #09090B;
  color: #FFFFFF;
}
.venue-seans-badge.option {
  background: #FEF3C7;
  color: #D97706;
}
.venue-seans-badge.available {
  background: #ECFDF5;
  color: #059669;
}
.venue-money-stat {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px;
}
.venue-money-stat .v-label {
  font-size: 0.7rem;
  color: #71717A;
  font-weight: 600;
}
.venue-money-stat .v-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #09090B;
  margin-top: 2px;
}
.venue-progress-bar {
  height: 6px;
  background: #E4E4E7;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 8px;
}
.venue-progress-fill {
  height: 100%;
  background: #10B981;
  border-radius: 100px;
}
.venue-contract-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  color: #27272A;
  padding: 4px 0;
}
.venue-contract-item svg {
  width: 14px;
  height: 14px;
  stroke: #10B981;
  flex-shrink: 0;
}
.salon-confirm-btn {
  background: #09090B;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
.salon-confirm-btn:hover {
  background: #27272A;
}

/* Gallery / Real Photography Showcase */
.product-gallery-section {
  padding: 72px 0;
  background: var(--surface);
}
.product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .product-gallery-grid { grid-template-columns: 1fr; }
}
.gallery-photo-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}
.gallery-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}
.gallery-photo-frame {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.gallery-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-photo-card:hover .gallery-photo-frame img {
  transform: scale(1.05);
}
.gallery-photo-caption {
  padding: 18px 20px;
}
.gallery-photo-caption h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-1);
}
.gallery-photo-caption p {
  font-size: 0.84rem;
  color: var(--text-2);
  line-height: 1.5;
  margin: 0;
}

/* Sector / Usage Cards Grid */
.sector-section {
  padding: 72px 0;
  background: var(--surface-2);
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 860px) {
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .sector-grid { grid-template-columns: 1fr; }
}
.sector-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all 0.2s ease;
}
.sector-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.sector-card-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: var(--text-1);
}
.sector-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--text-1);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sector-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-1);
}
.sector-card p {
  font-size: 0.86rem;
  color: var(--text-2);
  line-height: 1.55;
  margin: 0;
}

/* FAQ Accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
}
.faq-accordion-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.faq-accordion-item:hover {
  border-color: var(--text-2);
}
.faq-accordion-item[open] {
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}
.faq-accordion-header {
  padding: 18px 22px;
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--text-1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  user-select: none;
}
.faq-accordion-header::-webkit-details-marker {
  display: none;
}
.faq-accordion-header svg {
  width: 18px;
  height: 18px;
  stroke: var(--text-2);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}
.faq-accordion-item[open] .faq-accordion-header svg {
  transform: rotate(180deg);
  stroke: var(--primary);
}
.faq-accordion-body {
  padding: 0 22px 20px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text-2);
}



/* ============================================
   Mobil Uyum Iyilestirmeleri
   ============================================ */
/* Klavye kullanicilari icin gorunur odak halkasi (outline:none yerine) */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  /* Uzun buton metinleri ekrandan tasmak yerine alt satira gecsin */
  .btn { white-space: normal; text-align: center; line-height: 1.35; max-width: 100%; }

  /* iOS Safari: 16px altindaki form alanlarina odaklaninca sayfa zoom yapar */
  input:not([type="checkbox"]):not([type="radio"]), select, textarea { font-size: 16px !important; }

  /* Blog paylasim butonlari tek satira sigmiyor */
  .blog-share-btns { flex-wrap: wrap; }
  .share-btn { padding: 10px 14px; }

  /* Uzun URL/e-posta gibi kesintisiz metinler kutulari tasirmasin */
  p, li, td, a { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 640px) {
  /* Hero basligindaki zorunlu satir sonu mobilde "&" isaretini tek basina birakiyor */
  .hero h1 br { display: none; }

  /* Mobil menu: adres cubugu acik/kapaliyken dogru yukseklik */
  .mobile-menu { max-height: calc(100dvh - var(--nav-h)); overscroll-behavior: contain; }
}

@media (max-width: 420px) {
  .product-features { grid-template-columns: 1fr; }
  .product-card-footer { flex-wrap: wrap; gap: 12px; }
}

/* =============================================
   YASAL SAYFALAR (KVKK Aydinlatma Metni & Cerez Politikasi)
   ============================================= */
.legal-meta { display: inline-flex; gap: 8px; align-items: center; margin-top: 16px; font-size: .82rem; color: var(--text-3); }
.legal-section { padding-block: 48px 84px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; align-items: start; max-width: 1040px; margin-inline: auto; }
.legal-toc { position: sticky; top: calc(var(--nav-h) + 24px); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; background: var(--surface); }
.legal-toc-title { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); margin-bottom: 10px; }
.legal-toc ol { list-style: none; counter-reset: toc; display: grid; gap: 2px; }
.legal-toc li { counter-increment: toc; }
.legal-toc a { display: flex; gap: 8px; padding: 6px 8px; border-radius: var(--radius-sm); font-size: .84rem; color: var(--text-2); line-height: 1.35; }
.legal-toc a::before { content: counter(toc) "."; color: var(--text-3); font-variant-numeric: tabular-nums; min-width: 18px; }
.legal-toc a:hover { background: var(--surface-2); color: var(--text-1); }
.legal-toc-actions { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); display: grid; gap: 8px; }

.legal-prose { color: var(--text-2); font-size: .98rem; line-height: 1.75; }
.legal-prose > section { scroll-margin-top: calc(var(--nav-h) + 20px); padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.legal-prose > section:last-child { border-bottom: none; margin-bottom: 0; }
.legal-prose h2 { font-size: 1.3rem; margin-bottom: 12px; color: var(--text-1); }
.legal-prose h3 { font-size: 1rem; margin: 18px 0 8px; color: var(--text-1); }
.legal-prose p { margin-bottom: 12px; }
.legal-prose ul { list-style: disc; padding-left: 22px; margin-bottom: 12px; display: grid; gap: 6px; }
.legal-prose a { text-decoration: underline; text-underline-offset: 2px; }
.legal-prose strong { color: var(--text-1); }

.legal-card { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 16px 18px; margin: 12px 0 16px; }
.legal-card dl { display: grid; grid-template-columns: max-content 1fr; gap: 6px 16px; font-size: .92rem; }
.legal-card dt { color: var(--text-3); }
.legal-card dd { color: var(--text-1); font-weight: 500; overflow-wrap: anywhere; }
.legal-note { background: #F0FDF4; border: 1px solid #BBF7D0; color: #166534; border-radius: var(--radius-md); padding: 12px 16px; font-size: .9rem; margin: 12px 0 16px; }

.legal-table-wrap { overflow-x: auto; margin: 12px 0 16px; border: 1px solid var(--border); border-radius: var(--radius-md); }
.legal-table { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 620px; }
.legal-table th { text-align: left; background: var(--surface-2); color: var(--text-1); font-weight: 600; padding: 10px 14px; border-bottom: 1px solid var(--border); white-space: nowrap; }
.legal-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.55; }
.legal-table tr:last-child td { border-bottom: none; }
.legal-table code { font-size: .8rem; background: var(--surface-2); border: 1px solid var(--border); padding: 1px 6px; border-radius: 4px; color: var(--text-1); white-space: nowrap; }
.legal-pill { display: inline-block; font-size: .72rem; font-weight: 700; padding: 2px 8px; border-radius: 20px; white-space: nowrap; }
.legal-pill.req { background: #F4F4F5; color: #3F3F46; }
.legal-pill.opt { background: #EFF6FF; color: #1D4ED8; }
.legal-pill.third { background: #FEF3C7; color: #92400E; }

@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-toc { position: static; }
  .legal-toc ol { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .legal-section { padding-block: 32px 56px; }
  .legal-toc ol { grid-template-columns: 1fr; }
  .legal-card dl { grid-template-columns: 1fr; gap: 2px; }
  .legal-card dd { margin-bottom: 8px; }
}


/* ====================================================
   SALONTAKIP SAAS DESKTOP APPLICATION SIMULATOR
   ==================================================== */
.salon-app-window {
    background: #000000;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 35px 70px -15px rgba(0, 0, 0, 0.4), 0 0 120px rgba(16, 185, 129, 0.15);
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1E293B;
    text-align: left;
  }
.salon-app-titlebar {
  height: 38px;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  flex-shrink: 0;
  user-select: none;
}
.salon-window-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.salon-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.salon-dot.red { background: #EF4444; }
.salon-dot.yellow { background: #F59E0B; }
.salon-dot.green { background: #10B981; }

.salon-window-title {
  font-size: 0.74rem;
  font-weight: 600;
  color: #a1a1aa;
  display: flex;
  align-items: center;
  gap: 6px;
}
.salon-window-status {
  font-size: 0.68rem;
  font-weight: 700;
  color: #059669;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  padding: 2px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.salon-window-status::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #10B981;
  border-radius: 50%;
}

.salon-app-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.salon-app-sidebar {
  width: 175px;
  background: #FFFFFF;
  border-right: 1px solid #E2E8F0;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow-y: auto;
}
.st-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px 14px;
  border-bottom: 1px solid #F1F5F9;
  margin-bottom: 8px;
}
.st-logo-badge {
  background: #0284C7;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 0.72rem;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
}
.st-logo-text {
  font-size: 0.84rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.02em;
}
.st-menu-label {
  font-size: 0.60rem;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 8px 4px;
}
.st-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #a1a1aa;
  text-decoration: none;
  transition: all 0.15s ease;
  margin-bottom: 2px;
}
.st-nav-item:hover {
  background: #F1F5F9;
  color: #0F172A;
}
.st-nav-item.active {
  background: #EFF6FF;
  color: #0284C7;
  font-weight: 700;
}
.st-nav-item svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}

.salon-app-content {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #F8FAFC;
}

/* Dashboard Header & Stats */
.st-dash-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.st-dash-title h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
  letter-spacing: -0.01em;
}
.st-dash-title p {
  font-size: 0.68rem;
  color: #64748B;
  margin: 2px 0 0;
}
.st-dash-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.st-btn-primary {
  background: #0284C7;
  color: #FFFFFF;
  border: none;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.70rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 6px rgba(2, 132, 199, 0.25);
  transition: background 0.15s;
}
.st-btn-primary:hover { background: #0369A1; }

.st-stat-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.st-stat-card {
  border-radius: 8px;
  padding: 10px 12px;
  color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.st-stat-card.blue { background: #3B82F6; }
.st-stat-card.red { background: #EF4444; }
.st-stat-card.green { background: #10B981; }
.st-stat-card.pink { background: #EC4899; }
.st-stat-card .lbl {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.st-stat-card .val {
  font-size: 1.15rem;
  font-weight: 900;
  margin: 3px 0;
  letter-spacing: -0.02em;
}
.st-stat-card .desc {
  font-size: 0.60rem;
  opacity: 0.85;
}

/* Card Container */
.st-card {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.02);
}
.st-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F1F5F9;
}
.st-card-head h5 {
  font-size: 0.74rem;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.st-card-head .filter-pill {
  font-size: 0.62rem;
  color: #64748B;
  background: #F1F5F9;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
}

/* Tables */
.st-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.68rem;
}
.st-table th {
  text-align: left;
  padding: 6px 8px;
  background: #F8FAFC;
  color: #a1a1aa;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
.st-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #F1F5F9;
  color: #334155;
  vertical-align: middle;
}
.st-table tr:last-child td { border-bottom: none; }
.st-table tr:hover td { background: #F8FAFC; }

.st-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.60rem;
  font-weight: 700;
}
.st-badge.danger { background: #FEE2E2; color: #DC2626; }
.st-badge.success { background: #DCFCE7; color: #16A34A; }
.st-badge.info { background: #E0F2FE; color: #0284C7; }

.st-btn-action {
  background: #DC2626;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.62rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.st-btn-action:hover { background: #B91C1C; }
.st-btn-detail {
  background: #F1F5F9;
  color: #0284C7;
  border: 1px solid #CBD5E1;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 0.62rem;
  font-weight: 700;
  cursor: pointer;
  margin-right: 4px;
}
.st-btn-detail:hover { background: #E2E8F0; }

/* Calendar Grid */
.st-cal-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  gap: 8px;
  flex-wrap: wrap;
}
.st-cal-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.st-cal-btn {
  background: #0284C7;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.68rem;
  font-weight: 700;
  cursor: pointer;
}
.st-cal-title {
  font-size: 0.86rem;
  font-weight: 800;
  color: #0F172A;
}
.st-cal-views {
  display: flex;
  background: #F1F5F9;
  border-radius: 6px;
  padding: 2px;
  gap: 2px;
}
.st-cal-view-btn {
  border: none;
  background: transparent;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #a1a1aa;
  cursor: pointer;
}
.st-cal-view-btn.active {
  background: #0284C7;
  color: #FFFFFF;
  font-weight: 700;
}

.st-cal-table-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow-x: auto;
}
.st-cal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.66rem;
  table-layout: fixed;
}
.st-cal-table th {
  padding: 6px;
  background: #F8FAFC;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid #F1F5F9;
  text-align: center;
  font-weight: 700;
  color: #334155;
}
.st-cal-table td {
  padding: 4px;
  border-bottom: 1px solid #F1F5F9;
  border-right: 1px solid #F1F5F9;
  height: 28px;
  vertical-align: top;
}
.st-cal-table td.today-col {
  background: #FEFCE8;
}
.st-cal-time-col {
  width: 46px;
  text-align: center;
  font-weight: 600;
  color: #64748B;
  background: #F8FAFC;
}
.st-event-box {
  background: #0284C7;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 0.60rem;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 2px 5px rgba(2, 132, 199, 0.3);
}

/* Responsive */
@media (max-width: 900px) {
  .salon-app-sidebar { display: none; }
  .st-stat-cards { grid-template-columns: repeat(2, 1fr); }
  .salon-app-window { height: auto; min-height: 520px; }
}

/* Iletisim: dar ekranda (320px) grid ogeleri icerik genisliginin altina kuculebilsin, form tasmasin */
.contact-grid > *, .form-row > *, .contact-form .form-group { min-width: 0; }
.contact-form .form-input { max-width: 100%; min-width: 0; }
/* reCAPTCHA kutusu Google tarafindan 304px sabit; 360px alti ekranlarda orantili kucult */
@media (max-width: 359px) {
  .g-recaptcha { transform: scale(.76); transform-origin: 0 0; height: 60px; }
}
