﻿/* 
  MisGibi HalÄ± YÄ±kama - Classic Turkish Carpet Wash Theme
  Inspired by sayinhaliyikama.com
*/

:root {
  --primary: #0F4C81;
  --primary-hover: #0A3A66;
  --navy-deep: #071739;
  --accent: #E63946;
  --accent-hover: #C92E3A;
  --gold: #D4AF37;
  --gold-light: #F3D27A;
  --bg-color: #F4F6F8;
  --surface: #FFFFFF;
  --text-main: #1A2332;
  --text-muted: #5E6C7E;
  --border: #D8DEE6;
  --shadow-sm: 0 2px 6px rgba(15,76,129,0.08);
  --shadow-md: 0 6px 18px rgba(15,76,129,0.12);
  --shadow-lg: 0 16px 40px rgba(15,76,129,0.18);
  --font-family: 'Poppins', 'Segoe UI', -apple-system, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-family);
  background-color: var(--bg-color);
  color: var(--text-main);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center { text-align: center; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-3 { margin-bottom: 1rem; }
.w-50 { width: 48%; }

/* â”€â”€ SITE HEADER â”€â”€ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #071739;
}
.site-header-logo {
  position: absolute;
  left: max(0px, calc((100% - 1180px) / 2 + 20px - 2cm));
  top: -1cm;
  width: 7.2cm;
  height: 10.1cm;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
}
.site-header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 23, 57, 0.82);
  pointer-events: none;
  z-index: 0;
}

/* â”€â”€ TOP BAR â”€â”€ */
.top-bar {
  position: relative;
  z-index: 1;
  color: #DCE7F2;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212,175,55,0.35);
}
@keyframes heatHaze {
  0%, 60%, 100% {
    filter: none;
    transform: none;
  }
  62% { transform: skewY(0.45deg) skewX(0.2deg) scaleY(1.008); filter: brightness(1.1) saturate(1.3) blur(0.5px); }
  64% { transform: skewY(-0.35deg) skewX(-0.18deg) scaleY(0.995); filter: brightness(1.06) saturate(1.1) blur(0.3px); }
  66% { transform: skewY(0.55deg) skewX(0.28deg) scaleY(1.007); filter: brightness(1.12) saturate(1.35) blur(0.6px); }
  68% { transform: skewY(-0.25deg) skewX(0.1deg) scaleY(0.997); filter: brightness(1.05) blur(0.3px); }
  70% { transform: skewY(0.2deg) scaleY(1.003); filter: brightness(1.04) blur(0.15px); }
  72% { transform: none; filter: brightness(1); }
}
.top-bar-wa-col {
  display: flex;
  align-items: center;
}
.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-phones {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.top-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  animation: waShake 1.8s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(37,211,102,0.5);
}
.top-wa-btn:hover { color: white; }
.top-phone-link {
  color: white;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.top-phone-link svg { stroke: var(--gold); }
.top-phone-link:hover { color: var(--gold); }
.top-phone-sep { color: rgba(212,175,55,0.6); font-size: 18px; font-weight: 300; }
.top-bar-right { display: flex; align-items: center; gap: 20px; }
.top-bar-item { font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
.top-bar-item svg { stroke: var(--gold); }
.hide-mobile { display: flex; }

/* â”€â”€ NAVBAR â”€â”€ */
.navbar {
  background: transparent;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid rgba(212,175,55,0.5);
}
.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
}
.brand { display: flex; align-items: center; margin-left: 30%; }
.brand-logo {
  height: 68px;
  width: auto;
  display: block;
  object-fit: contain;
  background: white;
  border-radius: 8px;
  padding: 4px 10px;
}
.brand-fallback {
  align-items: center;
  gap: 12px;
}
.brand-fallback-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #0F4C81, #1A6BAA);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -1px;
  border: 2px solid var(--gold);
}
.brand-fallback-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-fallback-text strong { font-size: 20px; font-weight: 900; color: var(--primary); }
.brand-fallback-text small { font-size: 11px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
@media (max-width: 768px) {
  .brand-logo { height: 56px; }
  .nav-content { height: 72px; }
}
.nav-links { display: flex; align-items: center; gap: 24px; }
.d-none-mobile { display: flex; }
.nav-link {
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  transition: color 0.2s;
}
.nav-link:hover { color: var(--gold); }

.btn-primary-sm {
  background: var(--accent);
  color: white !important;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.2s;
}
.btn-primary-sm:hover { background: var(--accent-hover); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes goldShimmer {
  0%   { opacity: 0.5; transform: scaleX(0.8); }
  50%  { opacity: 1;   transform: scaleX(1); }
  100% { opacity: 0.5; transform: scaleX(0.8); }
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(212,175,55,0.45); }
  50%       { box-shadow: 0 8px 32px rgba(212,175,55,0.75), 0 0 0 4px rgba(212,175,55,0.15); }
}
@keyframes phoneShimmer {
  0%   { background-position: 200% 0; height: 8px; filter: brightness(2.2) blur(1.5px); opacity: 1; }
  10%  { height: 2px; filter: brightness(1) blur(0); }
  85%  { opacity: 1; }
  100% { background-position: -100% 0; height: 2px; opacity: 0.6; }
}
@keyframes cardShake {
  0%, 78%, 100% { transform: translateY(0) rotate(0deg); }
  82% { transform: translateY(-6px) rotate(-2deg); }
  86% { transform: translateY(-6px) rotate(2deg); }
  90% { transform: translateY(-3px) rotate(-1deg); }
  94% { transform: translateY(-1px) rotate(0deg); }
}
@keyframes btnShake {
  0%, 70%, 100% { transform: translateX(0) rotate(0deg); }
  73% { transform: translateX(-4px) rotate(-1.5deg); }
  76% { transform: translateX(4px) rotate(1.5deg); }
  79% { transform: translateX(-3px) rotate(-1deg); }
  82% { transform: translateX(3px) rotate(1deg); }
  85% { transform: translateX(-1px); }
  88% { transform: translateX(0); }
}
@keyframes waShake {
  0%, 55%, 100% { transform: rotate(0deg) scale(1); }
  60%  { transform: rotate(-16deg) scale(1.18); }
  65%  { transform: rotate(16deg)  scale(1.16); }
  70%  { transform: rotate(-12deg) scale(1.12); }
  75%  { transform: rotate(12deg)  scale(1.10); }
  80%  { transform: rotate(-7deg)  scale(1.06); }
  85%  { transform: rotate(7deg)   scale(1.03); }
  90%  { transform: rotate(0deg)   scale(1); }
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%       { transform: translateY(-10px) rotate(-3deg); }
}
@keyframes floatCard2 {
  0%, 100% { transform: translateY(-10px) rotate(3deg); }
  50%       { transform: translateY(0) rotate(3deg); }
}
.animate-fadeup { animation: fadeUp 0.8s ease both; }

/* ── HERO PREMIUM ── */
.hero-premium {
  position: relative;
  background-image: url('images/backimage.jpg');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 92vh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.hero-premium .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(7,23,57,0.90) 0%, rgba(7,23,57,0.72) 55%, rgba(7,23,57,0.25) 100%);
  z-index: 1;
}
.hero-premium .hero-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 28% 55%, rgba(212,175,55,0.14) 0%, transparent 55%);
  z-index: 1;
}
.hero-gold-line {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 40%, var(--gold-light) 60%, transparent 100%);
  z-index: 2;
  animation: goldShimmer 3s ease-in-out infinite;
}
.hero-gold-line.top    { top: 0; }
.hero-gold-line.bottom { bottom: 0; }
.hero-split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
  padding: 150px 0 60px;
}
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-logo-wrap {
  display: inline-flex;
  background: rgba(255,255,255,0.95);
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  width: fit-content;
}
.hero-logo {
  height: 56px;
  width: auto;
  display: block;
}
.hero-eyebrow {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: var(--font-family);
}
.hero-heading {
  font-family: var(--font-serif);
  font-size: 58px;
  font-weight: 900;
  line-height: 1.12;
  color: white;
  text-shadow: 0 2px 30px rgba(0,0,0,0.45);
  margin: 0;
}
.text-gold { color: var(--gold); }
.hero-description {
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  max-width: 520px;
  margin: 0;
  font-family: var(--font-family);
}
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.cta-gold {
  background: linear-gradient(135deg, var(--gold) 0%, #b8960a 100%);
  color: var(--navy-deep);
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  font-family: var(--font-family);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.3s;
  animation: btnShake 1.5s ease-in-out infinite, glowPulse 2.5s ease-in-out infinite;
}
.cta-gold:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--navy-deep);
  transform: translateY(-3px);
  animation: none;
}
.cta-whatsapp {
  background: transparent;
  color: white;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,0.55);
  display: inline-flex; align-items: center; gap: 10px;
  transition: 0.3s;
  backdrop-filter: blur(6px);
}
.cta-whatsapp:hover {
  background: rgba(37,211,102,0.18);
  border-color: #25D366;
  color: #25D366;
  transform: translateY(-2px);
}
.hero-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.hero-trust-item {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(212,175,55,0.35);
  color: rgba(255,255,255,0.88);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

/* Sağ: Floating Cards */
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-cards-stack {
  position: relative;
  width: 420px;
  height: 440px;
}
.hero-glass-card {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  transition: box-shadow 0.3s;
}
.hero-glass-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.glass-card-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(7,23,57,0.88) 0%, transparent 100%);
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 20px 16px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.5px;
}
.glass-card-label svg { stroke: var(--gold); flex-shrink: 0; }
.card-main {
  width: 300px;
  height: 360px;
  bottom: 0;
  right: 0;
  animation: floatCard 5s ease-in-out infinite;
  border: 2px solid rgba(212,175,55,0.4);
}
.card-secondary {
  width: 210px;
  height: 240px;
  top: 0;
  left: 0;
  animation: floatCard2 5s ease-in-out infinite;
  border: 1px solid rgba(255,255,255,0.2);
}
.hero-exp-badge {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), #b8960a);
  color: var(--navy-deep);
  border-radius: 14px;
  padding: 12px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(212,175,55,0.5);
  z-index: 5;
  white-space: nowrap;
}
.hero-exp-badge strong { display: block; font-size: 26px; font-weight: 900; line-height: 1; font-family: var(--font-serif); }
.hero-exp-badge span   { display: block; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-top: 2px; }

/* ── WHATSAPP FLOAT ── */
.wa-float-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wa-phone-label {
  background: rgba(7,23,57,0.92);
  color: white;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 16px;
  border-radius: 28px;
  white-space: nowrap;
  border: 2px solid #25D366;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  transition: background 0.2s;
  letter-spacing: 0.3px;
}
.wa-phone-label:hover { background: #25D366; color: white; }
.wa-float {
  background: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  transition: box-shadow 0.3s;
  animation: waShake 2s ease-in-out infinite;
  flex-shrink: 0;
}
.wa-float:hover {
  animation: none;
  transform: scale(1.12);
  box-shadow: 0 10px 32px rgba(37,211,102,0.65);
  color: white;
}

/* ── TRUST BAR ── */
.trust-bar {
  background: white;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.06);
  position: relative;
  z-index: 3;
  margin-top: -20px;
  border-radius: 8px 8px 0 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.trust-icon {
  background: linear-gradient(135deg, var(--primary), #1A6BAA);
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(15,76,129,0.25);
  transform: rotate(-4deg);
  transition: 0.3s;
}
.trust-icon svg { width: 28px; height: 28px; }
.trust-item:hover .trust-icon { transform: rotate(0deg) scale(1.05); }
.trust-item strong {
  display: block;
  font-size: 15px;
  color: var(--primary);
  margin-bottom: 2px;
}
.trust-item p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* â”€â”€ SECTION HEAD â”€â”€ */
.section-head { text-align: center; margin-bottom: 50px; }
.section-head.text-center { text-align: center; }
.section-eyebrow {
  display: inline-block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 12px;
}
.section-eyebrow.light { color: var(--gold); }
.section-title-classic {
  font-size: 38px;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.section-divider {
  width: 70px;
  height: 4px;
  background: var(--gold);
  margin: 0 auto 18px;
  border-radius: 2px;
}
.section-divider.left { margin-left: 0; }
.section-divider.center { margin: 0 auto 18px; }
.section-divider.light { background: var(--gold); margin-left: 0; }
.section-lead {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* â”€â”€ SERVICES CLASSIC â”€â”€ */
.services-classic { padding: 90px 0; background: var(--bg-color); }
.services-grid-classic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}
.service-card-classic {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  animation: cardShake 3.5s ease-in-out infinite;
  box-shadow: var(--shadow-sm);
  transition: 0.3s;
  border: 1px solid var(--border);
}
.service-card-classic:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}
.service-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.service-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 40%);
  opacity: 0.8;
}
.service-icon-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.25);
  transition: 0.4s;
}
.service-icon-wrap svg { width: 50px; height: 50px; }
.service-card-classic:hover .service-icon-wrap { transform: scale(1.1) rotate(-5deg); background: rgba(255,255,255,0.18); }

.service-card-classic:nth-child(2) { animation-delay: 0.6s; }
.service-card-classic:nth-child(3) { animation-delay: 1.2s; }
.service-card-classic:nth-child(4) { animation-delay: 1.8s; }
.service-card-classic:nth-child(5) { animation-delay: 2.4s; }
.service-card-classic:nth-child(6) { animation-delay: 3.0s; }
.service-card-classic:hover { animation: none; }

/* Foto modu */
.service-img-photo {
  background-size: cover;
  background-position: center;
  height: 220px;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
  transition: 0.5s;
}
.service-card-classic:hover .service-img-photo {
  background-size: 110%;
}
.service-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,76,129,0.15) 0%, rgba(15,76,129,0.35) 50%, rgba(10,37,64,0.85) 100%);
  pointer-events: none;
}
.service-photo-label {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.3px;
  padding: 0 24px 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.service-img-photo + .service-body h3 { display: none; }
.service-body { padding: 26px 24px; }
.service-body h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
}
.service-body p {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.2s;
}
.service-link:hover { color: var(--accent-hover); gap: 12px; }

/* â”€â”€ ABOUT â”€â”€ */
.about-classic { padding: 90px 0; background: white; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.about-image { position: relative; }
.about-img-zoom-wrap {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  cursor: crosshair;
  box-shadow: var(--shadow-lg);
  border: 3px solid rgba(212,175,55,0.3);
}
.about-zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.12s ease;
  transform-origin: 50% 50%;
  will-change: transform;
}
.about-img-zoom-wrap:hover .about-zoom-img {
  transform: scale(5);
}
.about-zoom-hint {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(7,23,57,0.72);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(212,175,55,0.35);
  transition: opacity 0.2s;
  pointer-events: none;
}
.about-img-zoom-wrap:hover .about-zoom-hint {
  opacity: 0;
}

/* -- ABOUT FAN CARDS -- */
.about-cards-fan {
  position: relative;
  width: 100%;
  height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-fan-card {
  position: absolute;
  width: 450px;
  height: 570px;
  border-radius: 16px;
  overflow: hidden;
  cursor: crosshair;
  border: 3px solid rgba(212,175,55,0.45);
  box-shadow: 0 16px 48px rgba(0,0,0,0.30);
  transition: transform 0.35s cubic-bezier(.22,.68,0,1.3), box-shadow 0.3s, z-index 0s;
  background: #111;
}
.card-left  { transform: rotate(-9deg) translateX(-80px) translateY(12px); z-index: 1; }
.card-right { transform: rotate(9deg)  translateX( 80px) translateY(12px); z-index: 2; }
.about-fan-card:hover {
  transform: rotate(0deg) translateY(-24px) scale(1.04) !important;
  z-index: 10;
  box-shadow: 0 28px 64px rgba(0,0,0,0.45), 0 0 0 3px rgba(212,175,55,0.7);
}
.fan-zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.12s ease;
  transform-origin: 50% 50%;
  will-change: transform;
}
.about-fan-card:hover .fan-zoom-img {
  transform: scale(2);
}
.fan-zoom-hint {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(7,23,57,0.75);
  color: rgba(255,255,255,0.92);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(212,175,55,0.35);
  transition: opacity 0.2s;
  pointer-events: none;
}
.about-fan-card:hover .fan-zoom-hint { opacity: 0; }

.about-img-placeholder {
  background: linear-gradient(135deg, var(--primary) 0%, #1A6BAA 50%, #2E8BC0 100%);
  height: 420px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.about-img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(212,160,23,0.25) 0%, transparent 50%);
}
.about-illustration { width: 80%; height: 80%; position: relative; z-index: 2; }
.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--gold);
  color: var(--text-main);
  padding: 20px 28px;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.experience-badge strong {
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}
.experience-badge span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.about-text h2 {
  font-size: 36px;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 16px;
}
.about-text p {
  margin-bottom: 16px;
  color: var(--text-muted);
  font-size: 15px;
}
.check-list { margin-top: 20px; }
.check-list li {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-main);
  border-bottom: 1px dashed var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
}
.check-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #10B981, #059669);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(16,185,129,0.3);
}
.check-list li:last-child { border-bottom: none; }

/* â”€â”€ FAQ â”€â”€ */
.faq-classic { padding: 90px 0; background: var(--bg-color); }
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: 0.2s;
}
.faq-item[open] {
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 24px;
  font-weight: 700;
  color: var(--primary);
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: var(--accent);
  font-weight: 300;
  transition: 0.2s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p {
  padding: 0 24px 20px;
  color: var(--text-muted);
  font-size: 14px;
}

/* â”€â”€ FORM SECTION â”€â”€ */
.form-section-classic {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--primary) 0%, #1A6BAA 100%);
  color: white;
}
.form-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.form-info { flex: 1; color: white; }
.form-info h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 16px;
  color: white;
}
.form-info p {
  font-size: 15px;
  color: #DCE7F2;
  margin-bottom: 32px;
}
.contact-list.classic-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  font-size: 15px;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.contact-list.classic-list .icon {
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(212,160,23,0.35);
}

.form-card {
  flex: 1;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  color: var(--text-main);
}
.form-row { display: flex; gap: 16px; }
.form-group { margin-bottom: 20px; text-align: left; }
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-control, .form-select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  transition: 0.2s;
  background: #FAFBFC;
}
.form-control:focus, .form-select:focus {
  outline: none;
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(15,76,129,0.1);
}
.validation-msg { color: #DC2626; font-size: 12px; margin-top: 4px; display: block; }

.form-check-group { display: flex; align-items: center; gap: 10px; }
.switch { position: relative; display: inline-block; width: 44px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider {
  position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;
  background-color: #CBD5E1; transition: .4s; border-radius: 24px;
}
.slider:before {
  position: absolute; content: ""; height: 18px; width: 18px;
  left: 3px; bottom: 3px; background-color: white; transition: .4s; border-radius: 50%;
}
input:checked + .slider { background-color: var(--accent); }
input:checked + .slider:before { transform: translateX(20px); }
.switch-label { font-size: 14px; font-weight: 600; color: var(--text-main); }

.btn-submit {
  width: 100%;
  background: var(--accent);
  color: white;
  padding: 16px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 6px 16px rgba(230,57,70,0.3);
}
.btn-submit:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(230,57,70,0.4);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--primary);
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  border: 2px solid var(--primary);
  cursor: pointer;
}
.btn-outline:hover { background: var(--primary); color: white; }

.success-message { text-align: center; padding: 20px 0; }
.success-icon { display: flex; justify-content: center; margin-bottom: 16px; }
.alert-error { background: #FEE2E2; color: #991B1B; padding: 12px 16px; border-radius: 8px; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; border-left: 4px solid #DC2626; }
.success-message h3 { font-size: 26px; color: #10B981; margin-bottom: 8px; }
.success-message p { color: var(--text-muted); }

/* â”€â”€ FOOTER â”€â”€ */
.footer {
  background: #0A2540;
  color: #94A3B8;
  padding: 36px 0;
  text-align: center;
  border-top: 3px solid var(--gold);
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 768px) {
  .top-bar { font-size: 12px; }
  .top-bar-inner { justify-content: center; gap: 12px; }
  .hide-mobile { display: none; }
  .d-none-mobile { display: none; }
  .hero-premium { min-height: auto; background-position: center; }
  .hero-split { grid-template-columns: 1fr; gap: 36px; padding: 60px 0 50px; }
  .hero-right { display: none; }
  .hero-heading { font-size: 34px; }
  .hero-logo { height: 44px; }
  .hero-description { font-size: 14px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .cta-gold, .cta-whatsapp { justify-content: center; }
  .section-title-classic { font-size: 28px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-placeholder { height: 280px; font-size: 70px; }
  .form-container { flex-direction: column; gap: 40px; }
  .form-row { flex-direction: column; gap: 0; }
  .w-50 { width: 100%; }
}

/* ── CARD CLICKABLE ── */
.card-clickable { cursor: pointer; }
.card-zoom-hint {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.25s, transform 0.25s;
  z-index: 3;
}
.card-clickable:hover .card-zoom-hint { opacity: 1; transform: scale(1); }

/* ── LIGHTBOX ── */
.lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5,15,30,0.88);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: lb-fade-in 0.2s ease;
  backdrop-filter: blur(4px);
}
@keyframes lb-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.lightbox-modal {
  background: white;
  border-radius: 20px;
  max-width: 900px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
  animation: lb-slide-up 0.25s ease;
  max-height: 90vh;
}
@keyframes lb-slide-up {
  from { transform: translateY(30px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  background: rgba(0,0,0,0.55);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  transition: background 0.2s, transform 0.2s;
}
.lightbox-close:hover { background: rgba(0,0,0,0.8); transform: rotate(90deg); }

/* Sol: Görsel + Zoom */
.lightbox-img-panel {
  position: relative;
  overflow: hidden;
  background: #0a1929;
  min-height: 400px;
}
.lightbox-zoom-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}
.lightbox-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}
.lightbox-zoom-wrap:hover .lightbox-img { transform: scale(2); }
.lightbox-zoom-lens {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 38%, rgba(0,0,0,0.25) 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}
.lightbox-zoom-wrap:hover .lightbox-zoom-lens { opacity: 0; }
.lightbox-zoom-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lightbox-zoom-wrap:hover .lightbox-zoom-tag { opacity: 0; }
.lightbox-icon-bg {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-icon-bg svg { width: 120px; height: 120px; }

/* Sağ: Bilgi Paneli */
.lightbox-info-panel {
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}
.lightbox-eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.lightbox-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1.2;
  margin: 0;
}
.lightbox-divider {
  width: 50px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}
.lightbox-desc {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.lightbox-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0;
}
.lightbox-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
}
.lf-check {
  background: linear-gradient(135deg, var(--primary), #1A6BAA);
  color: white;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lightbox-cta {
  margin-top: auto;
  background: linear-gradient(135deg, var(--primary) 0%, #1A6BAA 100%);
  color: white;
  padding: 15px 28px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  box-shadow: 0 6px 18px rgba(15,76,129,0.35);
  text-align: center;
  justify-content: center;
}
.lightbox-cta:hover {
  background: linear-gradient(135deg, #0A3A66 0%, #0F4C81 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15,76,129,0.45);
  color: white;
}
@media (max-width: 768px) {
  .lightbox-modal { grid-template-columns: 1fr; max-height: 85vh; }
  .lightbox-img-panel { min-height: 220px; }
  .lightbox-info-panel { padding: 28px 22px; }
  .lightbox-title { font-size: 22px; }
}

/* Blazor error UI */
.darker-border-checkbox.form-check-input { border-color: #929292; }

/* Modern usability refinements */
:root {
  --primary: #124B7D;
  --primary-hover: #0B365B;
  --navy-deep: #071629;
  --accent: #D92D20;
  --accent-hover: #B42318;
  --gold: #C8A232;
  --bg-color: #F6F7F9;
  --text-main: #111827;
  --text-muted: #667085;
  --border: #E4E7EC;
  --shadow-sm: 0 1px 2px rgba(16,24,40,0.06);
  --shadow-md: 0 8px 20px rgba(16,24,40,0.08);
  --shadow-lg: 0 18px 48px rgba(16,24,40,0.14);
}

body {
  background: var(--bg-color);
  color: var(--text-main);
}

.site-header {
  background: rgba(7, 22, 41, 0.96);
  backdrop-filter: blur(10px);
}

.top-bar {
  border-bottom-color: rgba(255,255,255,0.12);
}

.nav-content {
  height: 76px;
}

.nav-link {
  font-size: 14px;
  font-weight: 700;
}

.btn-primary-sm,
.cta-gold,
.cta-whatsapp,
.lightbox-cta,
.btn-submit,
.btn-outline {
  border-radius: 8px;
}

.hero-premium {
  min-height: 86vh;
}

.hero-premium .hero-overlay {
  background: linear-gradient(105deg, rgba(7,22,41,0.92) 0%, rgba(7,22,41,0.70) 52%, rgba(7,22,41,0.22) 100%);
}

.hero-split {
  padding-top: 126px;
  gap: 56px;
}

.hero-heading {
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: 0;
}

.hero-description {
  color: rgba(255,255,255,0.84);
}

.cta-gold,
.top-wa-btn,
.wa-float,
.service-card-classic {
  animation: none !important;
}

.hero-trust-item,
.trust-bar,
.faq-item,
.form-card,
.service-card-classic,
.lightbox-modal {
  border-radius: 8px;
}

.trust-icon,
.service-icon-wrap,
.contact-list.classic-list .icon {
  border-radius: 8px;
  transform: none;
}

.services-classic,
.about-classic,
.faq-classic,
.form-section-classic {
  padding: 72px 0;
}

.section-head {
  margin-bottom: 36px;
}

.section-title-classic,
.about-text h2,
.form-info h2 {
  letter-spacing: 0;
}

.services-grid-classic {
  gap: 20px;
}

.service-card-classic {
  box-shadow: var(--shadow-sm);
}

.service-card-classic:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.service-img-photo {
  height: 200px;
}

.service-body {
  padding: 22px;
}

.form-section-classic {
  background: #0B365B;
}

.form-container {
  gap: 44px;
}

.form-card {
  padding: 28px;
}

.form-control,
.form-select {
  border-color: var(--border);
  border-radius: 8px;
  background: #F9FAFB;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 4px rgba(18,75,125,0.10);
}

.btn-submit {
  background: var(--primary);
  box-shadow: none;
}

.btn-submit:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.wa-phone-label,
.wa-float {
  box-shadow: var(--shadow-md);
}

@media (max-width: 768px) {
  .hero-split {
    padding: 48px 0 42px;
  }

  .services-classic,
  .about-classic,
  .faq-classic,
  .form-section-classic {
    padding: 56px 0;
  }

  .form-card {
    padding: 22px;
  }
}
