/* ===================================================================
   S.A. International — Est. 1999 Heritage Badge
   PREMIUM ENGINEERING PRECISION PLATE
   Design concept: fine engineering graph-paper grid (replaces chess)
   Inspired by: precision instrument panels, technical drawing boards,
   Swiss watch engravings, luxury industrial brand cards
   =================================================================== */

.elementor-element-est99badge1 {
  background-color: #060f1a !important;

  /* Three-layer background stack:
     1) Horizontal grid lines — engineering graph paper
     2) Vertical grid lines  — engineering graph paper
     3) Central radial amber glow — behind the "1999" year */
  background-image:
    linear-gradient(rgba(201,168,76,0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.048) 1px, transparent 1px),
    radial-gradient(ellipse 62% 62% at 50% 50%, rgba(201,168,76,0.065) 0%, transparent 100%)
    !important;

  background-size: 22px 22px, 22px 22px, 100% 100% !important;
  background-repeat: repeat, repeat, no-repeat !important;
  background-position: 0 0, 0 0, center !important;

  /* REMOVED: chess-drift animation — static = authoritative & premium */
  animation: none !important;

  /* Refined border: subtle gold instead of steel-blue */
  border-color: rgba(201,168,76,0.2) !important;

  /* Depth: inset plaque glow + deep shadow */
  box-shadow:
    inset 0 0 0 1px rgba(201,168,76,0.08),
    0 20px 60px rgba(6,15,26,0.45)
    !important;
}

/* Freeze the old animation keyframe so it can't re-apply */
@keyframes chess-drift {
  0%   { background-position: 0 0, 0 0, center; }
  100% { background-position: 0 0, 0 0, center; }
}
