/**
 * SET A FULL — Ana sayfa kurumsal katman
 */
:root {
  --ym-home-primary: #2563eb;
  --ym-home-primary-hover: #1d4ed8;
  --ym-home-bg: #f8fafc;
  --ym-home-text: #0f172a;
  --ym-home-muted: #64748b;
}

body.ym-home-set-a {
  font-family: system-ui, "Inter", Segoe UI, sans-serif;
  color: var(--ym-home-text);
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 50%, #e0f2fe 100%) !important;
}

.ym-home-set-a .ym-home-banner-dev {
  background: #fff7ed;
  border-bottom: 1px solid #fdba74;
  color: #9a3412;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  text-align: center;
}

.ym-home-set-a .gradient-bg,
.ym-home-set-a a.gradient-bg {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
}

.ym-home-set-a .minimal-3d-text {
  color: #2563eb !important;
}

.ym-home-set-a a.btn-primary,
.ym-home-set-a button.primary-cta {
  background: var(--ym-home-primary) !important;
  border-radius: 10px !important;
}
