/* ============================================
   Tunceller Teknik — Design System
   Mobile First · Atmosphere · Motion
   ============================================ */

:root {
  --color-white: #ffffff;
  --color-black: #071018;
  --color-text: #15202b;
  --color-text-muted: #4a5d6e;
  --color-text-light: #7a8d9c;
  --color-primary: #0B4F7A;
  --color-primary-dark: #073552;
  --color-primary-light: #1870a8;
  --color-cta: #E85D04;
  --color-cta-hover: #d45300;
  --color-cta-dark: #b84700;
  --color-bg: #f3f6f9;
  --color-bg-alt: #e8eef4;
  --color-bg-dark: #061525;
  --color-steel: #1a3a52;
  --color-copper: #c45c26;
  --color-border: rgba(11, 79, 122, 0.1);
  --color-glass: rgba(255, 255, 255, 0.78);
  --color-glass-border: rgba(255, 255, 255, 0.45);
  --color-success: #0d9f6e;
  --color-whatsapp: #25D366;

  --font-display: "Outfit", "Segoe UI", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  --shadow-sm: 0 2px 10px rgba(6, 21, 37, 0.05);
  --shadow-md: 0 10px 36px rgba(6, 21, 37, 0.08);
  --shadow-lg: 0 22px 56px rgba(6, 21, 37, 0.12);
  --shadow-xl: 0 36px 80px rgba(6, 21, 37, 0.16);
  --shadow-cta: 0 10px 28px rgba(232, 93, 4, 0.35);

  --mesh-light:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(11, 79, 122, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 20%, rgba(232, 93, 4, 0.05), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(11, 79, 122, 0.04), transparent 55%);
  --noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");

  --container-max: 1200px;
  --gutter: 1.25rem;
  --header-h: 72px;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  --transition-slow: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
  :root {
    --header-h: 80px;
    --gutter: 2rem;
  }
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 16px);
  overflow-x: clip;
}
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text);
  background-color: var(--color-bg);
  background-image: var(--mesh-light);
  background-attachment: fixed;
  overflow-x: clip;
  width: 100%;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: var(--noise);
  pointer-events: none;
  z-index: 9998;
  opacity: 0.35;
  mix-blend-mode: multiply;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul, ol { list-style: none; }
button, input, textarea, select {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}
button { cursor: pointer; }
:focus-visible {
  outline: 3px solid var(--color-cta);
  outline-offset: 3px;
}
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* Scroll Progress */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cta));
  z-index: 9999;
  transition: width 0.1s linear;
}

/* Container — sabit gutter, kayma yok */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  box-sizing: border-box;
}

/* Typography */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-black);
  letter-spacing: -0.03em;
}
h1 { font-size: clamp(1.85rem, 4.5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.4rem); }
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0.85rem;
}
.section-label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-cta), transparent);
  border-radius: 2px;
}
.section-title { margin-bottom: 0.85rem; }
.section-desc {
  color: var(--color-text-muted);
  max-width: 540px;
  font-size: 1.08rem;
}
.section-header {
  text-align: center;
  margin-bottom: 3.25rem;
}
.section-header .section-desc { margin-inline: auto; }
.section-header .section-label {
  justify-content: center;
}
.section-header .section-label::before {
  background: linear-gradient(90deg, transparent, var(--color-cta));
}
.section-header .section-label::after {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-cta), transparent);
  border-radius: 2px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.85rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border-radius: var(--radius-md);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-cta {
  background: var(--color-cta);
  color: var(--color-white);
  box-shadow: var(--shadow-cta);
}
.btn-cta:hover {
  background: var(--color-cta-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 122, 0, 0.45);
}
.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--color-white);
  border: 2px solid rgba(255,255,255,0.5);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--color-white);
}
.btn-outline-dark {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.btn-outline-dark:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.btn-whatsapp {
  background: var(--color-whatsapp);
  color: var(--color-white);
}
.btn-whatsapp:hover {
  background: #1ebe57;
  transform: translateY(-2px);
}
.btn-lg { padding: 1.1rem 2.25rem; font-size: 1.05rem; }
.btn-sm { padding: 0.6rem 1.25rem; font-size: 0.85rem; }

/* Ripple */
.btn .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  transform: scale(0);
  animation: ripple-anim 0.6s linear;
  pointer-events: none;
}
@keyframes ripple-anim {
  to { transform: scale(4); opacity: 0; }
}

/* ========== HEADER ========== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  z-index: 1000;
  transition: all var(--transition);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  box-sizing: border-box;
}
.header.scrolled {
  background: var(--color-glass);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--color-border);
}
.header:not(.scrolled) .logo-text,
.header:not(.scrolled) .nav-link,
.header:not(.scrolled) .menu-toggle span {
  color: var(--color-white);
}
.header:not(.scrolled) .menu-toggle span { background: var(--color-white); }
.header.scrolled .logo-text,
.header.scrolled .nav-link { color: var(--color-text); }
.header.scrolled .menu-toggle span { background: var(--color-text); }
.header:not(.scrolled) .nav-link:hover { color: var(--color-cta); }
.header.scrolled .nav-link:hover,
.header.scrolled .nav-link.active { color: var(--color-primary); }

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  z-index: 1001;
}
.logo-icon,
.logo-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
  display: block;
  flex-shrink: 0;
  box-shadow: none;
  border: none;
}
.header:not(.scrolled) .logo-img,
.header.scrolled .logo-img {
  box-shadow: none;
  border: none;
  background: transparent;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}
.header.scrolled .logo-img {
  filter: drop-shadow(0 1px 4px rgba(6, 21, 37, 0.2));
}
.footer .logo-img,
.footer-brand .logo-img {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.45rem;
  background: transparent;
  box-shadow: none;
  border: none;
}
.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  transition: color var(--transition);
}
.logo-text span { color: var(--color-cta); }

.nav { display: none; }
.nav-list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-link {
  padding: 0.5rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  position: relative;
}
.nav-cta { margin-left: 0.5rem; }

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  z-index: 1001;
  padding: 4px;
}
.menu-toggle span {
  display: block;
  height: 2.5px;
  width: 100%;
  border-radius: 2px;
  transition: all var(--transition);
  background: var(--color-text);
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
  background: var(--color-text) !important;
}
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
  background: var(--color-text) !important;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--color-white);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
}
.mobile-nav.open {
  opacity: 1;
  visibility: visible;
}
.mobile-nav .nav-link {
  font-size: 1.35rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  color: var(--color-text);
}
.mobile-nav .nav-link:hover { color: var(--color-primary); }
.mobile-nav-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  width: min(280px, 80%);
}
.mobile-nav-actions .btn { width: 100%; }

@media (min-width: 1024px) {
  .nav { display: block; }
  .menu-toggle { display: none; }
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--color-bg-dark);
}
.hero-bg {
  position: absolute;
  inset: -5% 0;
  z-index: 0;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  animation: hero-kenburns 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes hero-kenburns {
  from { transform: scale(1.06) translate(0, 0); }
  to { transform: scale(1.14) translate(-1.2%, -0.8%); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 21, 37, 0.45) 0%,
      rgba(6, 21, 37, 0.55) 35%,
      rgba(6, 21, 37, 0.92) 100%
    ),
    linear-gradient(
      105deg,
      rgba(7, 53, 82, 0.65) 0%,
      transparent 55%
    );
  z-index: 1;
}
.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 70% 40%, rgba(232, 93, 4, 0.12), transparent 60%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-block: calc(var(--header-h) + 2.5rem) 3.5rem;
  color: var(--color-white);
  /* width container’dan gelir — 100% yazma (sola yapışmayı önler) */
}
.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--color-white);
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
}
.hero-brand span {
  color: var(--color-cta);
  display: inline-block;
}
.hero-badge {
  display: none;
}
.hero h1,
.hero .hero-title {
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
  margin-bottom: 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}
.hero-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
  margin-bottom: 2rem;
  line-height: 1.65;
  font-weight: 400;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0;
}
.hero-stats {
  display: none;
}

/* Trust bar — below hero fold */
.trust-bar {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: linear-gradient(180deg, var(--color-bg-dark) 0%, var(--color-steel) 100%);
  padding: 2rem 0 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.trust-bar .hero-stats,
.trust-bar .trust-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 900px;
  margin-inline: auto;
}
.stat-item {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.35rem 1rem;
  text-align: center;
  transition: all var(--transition);
}
.stat-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  border-color: rgba(232, 93, 4, 0.35);
}
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--color-cta);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.3rem;
  font-weight: 500;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
}

@media (min-width: 640px) {
  .trust-bar .hero-stats,
  .trust-bar .trust-stats { grid-template-columns: repeat(4, 1fr); }
  .hero { align-items: center; }
  .hero-content { padding-block: calc(var(--header-h) + 3rem) 4rem; }
}

/* ========== SECTIONS ========== */
.section {
  padding: 5rem 0;
  position: relative;
}
.section:not(.section-alt):not(.local-seo) {
  background: rgba(255, 255, 255, 0.72);
}
.section-alt {
  background:
    linear-gradient(180deg, rgba(232, 238, 244, 0.9), rgba(232, 238, 244, 0.95)),
    var(--mesh-light);
  border-block: 1px solid rgba(11, 79, 122, 0.06);
}
.section-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(11, 79, 122, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
  pointer-events: none;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .section { padding: 6.5rem 0; }
}

/* Glass Card */
.glass-card {
  background: var(--color-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--color-glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: all var(--transition);
}
.glass-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

/* ========== SERVICES ========== */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 540px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .services-grid { grid-template-columns: repeat(4, 1fr); }
}

.service-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.85rem 1.5rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cta));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: rgba(11, 79, 122, 0.18);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 58px; height: 58px;
  background: linear-gradient(145deg, rgba(11,79,122,0.1), rgba(232,93,4,0.08));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: all var(--transition);
  position: relative;
}
.service-card:hover .service-icon {
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-light));
  box-shadow: 0 8px 20px rgba(11, 79, 122, 0.3);
  transform: scale(1.05);
}
.service-icon svg {
  width: 28px; height: 28px;
  color: var(--color-primary);
  transition: color var(--transition);
}
.service-card:hover .service-icon svg { color: var(--color-white); }
.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.service-card p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  flex-grow: 1;
  margin-bottom: 1rem;
}
.service-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.service-link:hover { color: var(--color-cta); }
.service-link svg { width: 16px; height: 16px; transition: transform var(--transition); }
.service-link:hover svg { transform: translateX(3px); }

/* ========== EMERGENCY ========== */
.emergency {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 80% at 20% 50%, rgba(232, 93, 4, 0.18), transparent 55%),
    linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 55%, var(--color-steel) 100%);
  padding: 4.5rem 0;
  text-align: center;
  color: var(--color-white);
}
.emergency::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000, transparent);
  opacity: 0.8;
}
.emergency::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 93, 4, 0.25), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: emergency-glow 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes emergency-glow {
  0%, 100% { opacity: 0.45; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.85; transform: translate(-50%, -50%) scale(1.15); }
}
.emergency-inner {
  position: relative;
  z-index: 1;
}
.emergency h2 {
  color: var(--color-white);
  margin-bottom: 0.75rem;
}
.emergency p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
  font-size: 1.1rem;
  max-width: 500px;
  margin-inline: auto;
}
.emergency-phone {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--color-cta);
  display: inline-block;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
  text-shadow: 0 0 40px rgba(232, 93, 4, 0.45);
  transition: transform var(--transition);
}
.emergency-phone:hover {
  transform: scale(1.04);
  color: #ff7a2e;
}

/* ========== WHY US ========== */
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 600px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .why-grid { grid-template-columns: repeat(3, 1fr); }
}
.why-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.why-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.why-check {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}
.why-check svg { width: 18px; height: 18px; }
.why-card h3 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.why-card p { font-size: 0.9rem; color: var(--color-text-muted); }

/* ========== PROCESS ========== */
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .process-grid::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-cta));
    opacity: 0.2;
    z-index: 0;
  }
}
.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process-num {
  width: 84px; height: 84px;
  background: linear-gradient(160deg, var(--color-white), #eef3f8);
  border: 2px solid rgba(11, 79, 122, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-primary);
  box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.8);
  transition: all var(--transition);
  position: relative;
}
.process-num::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(232, 93, 4, 0.35);
  opacity: 0;
  transition: opacity var(--transition), transform var(--transition);
  transform: scale(0.9);
}
.process-step:hover .process-num {
  background: linear-gradient(145deg, var(--color-primary), var(--color-primary-light));
  color: var(--color-white);
  transform: scale(1.08);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(11, 79, 122, 0.35);
}
.process-step:hover .process-num::after {
  opacity: 1;
  transform: scale(1);
}
.process-step h3 { margin-bottom: 0.5rem; font-size: 1.1rem; }
.process-step p { font-size: 0.9rem; color: var(--color-text-muted); }

/* ========== AREAS ========== */
.areas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .areas-grid .area-card:nth-child(4),
  .areas-grid .area-card:nth-child(5) {
    grid-column: span 1;
  }
}
.area-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all var(--transition);
}
.area-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}
.area-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.area-card:hover img { transform: scale(1.08); }
.area-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.92) 0%, rgba(10,22,40,0.3) 60%, transparent 100%);
  z-index: 1;
}
.area-content {
  position: relative;
  z-index: 2;
  padding: 1.75rem;
  color: var(--color-white);
}
.area-content h3 {
  color: var(--color-white);
  margin-bottom: 0.5rem;
}
.area-content p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 1.25rem;
}

/* Featured area (Çorlu) */
.area-card.featured {
  border: 2px solid var(--color-cta);
}
.area-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  background: var(--color-cta);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ========== SEO LOCAL BLOCKS ========== */
.local-seo {
  padding: 4rem 0;
}
.local-seo-block {
  background: linear-gradient(165deg, var(--color-white) 0%, #f7fafc 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem 2rem 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.local-seo-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-cta));
  opacity: 0.85;
}
.local-seo-block:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.local-seo-block h3 {
  color: var(--color-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.local-seo-block h3 svg {
  width: 22px; height: 22px;
  color: var(--color-cta);
}
.local-seo-block p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.local-seo-block a {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
}
.local-seo-block a:hover { color: var(--color-cta); }

/* ========== REVIEWS ========== */
.reviews-slider {
  position: relative;
  overflow: hidden;
}
.reviews-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.review-card {
  min-width: 100%;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .review-card { min-width: 50%; }
}
@media (min-width: 1024px) {
  .review-card { min-width: 33.333%; }
}
.review-inner {
  background: linear-gradient(165deg, var(--color-white) 0%, #f8fafc 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
  position: relative;
}
.review-inner::before {
  content: "\201C";
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: rgba(11, 79, 122, 0.08);
  font-weight: 800;
  pointer-events: none;
}
.review-card:hover .review-inner {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
  color: #fbbc04;
}
.review-stars svg { width: 18px; height: 18px; fill: currentColor; }
.review-text {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  flex-grow: 1;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.review-name { font-weight: 600; font-size: 0.95rem; }
.review-meta {
  font-size: 0.8rem;
  color: var(--color-text-light);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.review-meta svg { width: 14px; height: 14px; color: #4285f4; }
.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.reviews-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  color: var(--color-primary);
}
.reviews-btn:hover {
  background: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
.reviews-btn svg { width: 20px; height: 20px; }
.reviews-dots {
  display: flex;
  gap: 0.5rem;
}
.reviews-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--color-border);
  transition: all var(--transition);
  cursor: pointer;
}
.reviews-dot.active {
  background: var(--color-primary);
  width: 28px;
  border-radius: var(--radius-full);
}

/* ========== FAQ ========== */
.faq-list {
  max-width: 800px;
  margin-inline: auto;
}
.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 0.75rem;
  background: var(--color-white);
  overflow: hidden;
  transition: all var(--transition);
}
.faq-item.active {
  box-shadow: var(--shadow-sm);
  border-color: rgba(15, 76, 129, 0.2);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-text);
  transition: color var(--transition);
}
.faq-question:hover { color: var(--color-primary); }
.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--color-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
}
.faq-item.active .faq-icon {
  background: var(--color-primary);
  color: white;
  transform: rotate(45deg);
}
.faq-icon svg { width: 16px; height: 16px; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-answer-inner {
  padding: 0 1.5rem 1.25rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ========== CONTACT ========== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-info-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, rgba(15,76,129,0.08), rgba(15,76,129,0.15));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-primary);
}
.contact-info-icon svg { width: 22px; height: 22px; }
.contact-info-item h4 { font-size: 0.85rem; color: var(--color-text-light); font-weight: 500; margin-bottom: 0.15rem; }
.contact-info-item a,
.contact-info-item p {
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-text);
}
.contact-info-item a:hover { color: var(--color-primary); }

.map-placeholder {
  width: 100%;
  height: 280px;
  background: var(--color-bg-alt);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--color-text-muted);
  overflow: hidden;
  position: relative;
}
.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  inset: 0;
}
.map-placeholder svg { width: 40px; height: 40px; color: var(--color-primary); opacity: 0.4; }

.contact-form {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--color-text);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg-alt);
  transition: all var(--transition);
  font-size: 0.95rem;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 0 0 4px rgba(15, 76, 129, 0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 540px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}
.form-success {
  display: none;
  text-align: center;
  padding: 2rem;
  color: var(--color-success);
}
.form-success.show { display: block; }
.form-success svg { width: 48px; height: 48px; margin: 0 auto 1rem; }

/* ========== FOOTER ========== */
.footer {
  background: var(--color-bg-dark);
  color: rgba(255,255,255,0.7);
  padding: 4rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (min-width: 600px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}
.footer-brand .logo-text { color: white; margin-bottom: 1rem; display: inline-flex; align-items: center; gap: 0.6rem; }
.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 300px;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
}
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  color: white;
}
.footer-social a:hover {
  background: var(--color-cta);
  transform: translateY(-2px);
}
.footer-social svg { width: 18px; height: 18px; }
.footer h4 {
  color: white;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a {
  font-size: 0.9rem;
  transition: all var(--transition);
}
.footer-links a:hover {
  color: var(--color-cta);
  padding-left: 4px;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  font-size: 0.85rem;
}
.footer-bottom a:hover { color: var(--color-cta); }
.footer-credit {
  width: 100%;
  text-align: center;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.footer-credit a:hover { color: var(--color-cta); }

/* ========== FLOATING BUTTONS ========== */
.float-btns {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 900;
}
.float-btn {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition);
  color: white;
  position: relative;
}
.float-btn:hover { transform: scale(1.1); }
.float-btn svg { width: 26px; height: 26px; }
.float-whatsapp { background: var(--color-whatsapp); }
.float-whatsapp::before,
.float-call::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0.35;
  animation: float-ring 2.4s ease-out infinite;
}
.float-call { background: var(--color-cta); color: white; }
@keyframes float-ring {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.45); opacity: 0; }
}
.float-top {
  background: var(--color-primary);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.float-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.float-top:hover { transform: scale(1.1); }

/* ========== ANIMATIONS ========== */
[data-animate] {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-animate="fade-up"] { transform: translateY(40px); }
[data-animate="slide-left"] { transform: translateX(-40px); }
[data-animate="slide-right"] { transform: translateX(40px); }
[data-animate="fade-in"] { transform: none; }
[data-animate].animated {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }

/* ========== PAGE HERO (inner pages) ========== */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 4.5rem) 0 4.5rem;
  background:
    radial-gradient(ellipse 90% 70% at 80% 10%, rgba(232, 93, 4, 0.2), transparent 50%),
    radial-gradient(ellipse 60% 50% at 10% 90%, rgba(24, 112, 168, 0.35), transparent 55%),
    linear-gradient(145deg, var(--color-bg-dark) 0%, var(--color-primary-dark) 55%, var(--color-steel) 100%);
  color: white;
  text-align: center;
  overflow: hidden;
}
.page-hero .seo-hero-visual {
  z-index: 0;
}
.page-hero > .container {
  position: relative;
  z-index: 1;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 40%, transparent);
  opacity: 0.5;
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: linear-gradient(180deg, transparent, var(--color-bg));
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  color: white;
  margin-bottom: 0.85rem;
  max-width: 820px;
  margin-inline: auto;
  text-shadow: 0 4px 30px rgba(0,0,0,0.25);
}
.page-hero p {
  color: rgba(255,255,255,0.72);
  max-width: 540px;
  margin-inline: auto;
  font-size: 1.1rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
.breadcrumb a { color: rgba(255,255,255,0.7); }
.breadcrumb a:hover { color: var(--color-cta); }
.breadcrumb span { color: white; }

/* Content pages */
.content-section { padding: 4rem 0; }
.content-prose {
  max-width: 800px;
  margin-inline: auto;
}
.content-prose h2 {
  margin: 2.5rem 0 1rem;
  font-size: 1.75rem;
}
.content-prose h3 {
  margin: 2rem 0 0.75rem;
  color: var(--color-primary);
}
.content-prose p {
  margin-bottom: 1.25rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}
.content-prose ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.content-prose ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.6rem;
  color: var(--color-text-muted);
}
.content-prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 10px; height: 10px;
  background: var(--color-cta);
  border-radius: 50%;
}
.content-cta {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(232, 93, 4, 0.08), transparent 50%),
    linear-gradient(145deg, #fff 0%, var(--color-bg-alt) 100%);
  border-radius: var(--radius-lg);
  padding: 2.75rem 2.5rem;
  text-align: center;
  margin-top: 3rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.content-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cta));
}
.content-cta h3 { margin-bottom: 0.75rem; }
.content-cta p {
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
}
.content-cta .btn { margin: 0.25rem; }

/* About page specifics */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: 1fr 1fr; }
}
.about-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 4/3;
  position: relative;
}
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,79,122,0.15), transparent 50%, rgba(232,93,4,0.12));
  pointer-events: none;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.about-image:hover img {
  transform: scale(1.04);
}
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.about-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.about-feature svg {
  width: 20px; height: 20px;
  color: var(--color-cta);
  flex-shrink: 0;
}

/* Service detail */
.service-detail-icon {
  width: 72px; height: 72px;
  background: linear-gradient(135deg, rgba(15,76,129,0.08), rgba(15,76,129,0.15));
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--color-primary);
}
.service-detail-icon svg { width: 36px; height: 36px; }
.related-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 600px) {
  .related-services { grid-template-columns: repeat(3, 1fr); }
}

.mahalle-toc a {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-primary);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(11, 79, 122, 0.06);
  transition: all var(--transition);
}
.mahalle-toc a:hover {
  background: var(--color-primary);
  color: white;
}

/* ========== SEO / LOCAL PAGES ========== */
.seo-shell {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .seo-shell {
    grid-template-columns: 1fr 300px;
    align-items: start;
    gap: 2.5rem;
  }
}
.seo-aside {
  position: sticky;
  top: calc(var(--header-h) + 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.seo-cta-card {
  background: linear-gradient(160deg, var(--color-bg-dark), var(--color-primary-dark));
  color: white;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-lg);
}
.seo-cta-card h3 {
  color: white;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.seo-cta-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.seo-cta-card .btn { width: 100%; margin-bottom: 0.5rem; }
.seo-meta-card {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.seo-meta-card h4 {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-light);
  margin-bottom: 0.75rem;
}
.seo-meta-card a {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-border);
}
.seo-meta-card a:last-child { border-bottom: 0; }
.seo-meta-card a:hover { color: var(--color-cta); }

.seo-hero-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.seo-hero-visual::before {
  content: "";
  position: absolute;
  width: 50vmax;
  height: 50vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,93,4,0.22), transparent 65%);
  top: -20%;
  right: -10%;
  animation: seo-orb 12s ease-in-out infinite alternate;
}
.seo-hero-visual::after {
  content: "";
  position: absolute;
  width: 40vmax;
  height: 40vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24,112,168,0.35), transparent 65%);
  bottom: -25%;
  left: -5%;
  animation: seo-orb 15s ease-in-out infinite alternate-reverse;
}
@keyframes seo-orb {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-3%, 4%) scale(1.08); }
}

.seo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  justify-content: center;
}
.seo-chip {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.9);
}

.seo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}
@media (min-width: 640px) {
  .seo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .seo-grid { grid-template-columns: repeat(3, 1fr); }
}
.seo-card {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 160px;
  position: relative;
  overflow: hidden;
}
.seo-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cta));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.seo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.seo-card:hover::before { transform: scaleX(1); }
.seo-card h3 { font-size: 1.05rem; margin: 0; }
.seo-card p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  flex-grow: 1;
  margin: 0;
}
.seo-card .seo-card-link {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-cta);
}

.rehber-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  max-width: 520px;
  margin: 1.75rem auto 0;
}
@media (min-width: 640px) {
  .rehber-hero-stats { grid-template-columns: repeat(4, 1fr); }
}
.rehber-hero-stats div {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 0.85rem 0.5rem;
  text-align: center;
}
.rehber-hero-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--color-cta);
  font-weight: 800;
}
.rehber-hero-stats span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.65);
}

.seo-backlink-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1.5rem;
  display: grid;
  gap: 0.45rem;
}
@media (min-width: 700px) {
  .seo-backlink-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 1.25rem;
  }
}
.seo-backlink-list li {
  margin: 0 !important;
  padding: 0 !important;
}
.seo-backlink-list li::before { display: none !important; }
.seo-backlink-list a {
  display: block;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-primary);
  padding: 0.55rem 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(11, 79, 122, 0.05);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}
.seo-backlink-list a:hover {
  background: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
.seo-quality-block h2 {
  margin-top: 0;
}
.seo-quality-block h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

@media (prefers-contrast: high) {
  :root {
    --color-border: rgba(0,0,0,0.3);
    --shadow-sm: 0 0 0 2px rgba(0,0,0,0.2);
  }
  .btn { border: 2px solid currentColor; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  [data-animate] {
    opacity: 1;
    transform: none;
  }
  .hero-bg img {
    animation: none !important;
    transform: none !important;
  }
  .seo-hero-visual::before,
  .seo-hero-visual::after {
    animation: none !important;
  }
  html { scroll-behavior: auto; }
}

/* Print */
@media print {
  .header, .float-btns, .scroll-progress, .mobile-nav { display: none !important; }
  .hero { min-height: auto; padding: 2rem 0; }
}
