
							.StreamingMedia_downloadContainer{
								text-align: center;
								margin: .5em 0;
							}
							.StreamingMedia_QualitySelector,
							.StreamingMedia_playerContainer,
							.StreamingMedia_zoom{
								text-align: center;
								padding: .5em;
							}
							.StreamingMedia_player{
								margin: 0 auto;
							}
							.StreamingMedia_playerContainer object{
								background: #000;
							}
							.SubPageList_summaryPageTitle{
								text-align: center;
								padding: .25em 0;
							}
							.SubPageList_summaryPageTitle a{
								font-size: 125%;
								font-weight: bold;
							}
						

				   			#StreamingMedia8 video{
					   			margin: 0 auto;
					   			
					   			height: 720px;					   			
					   			width: 1280px;							
								object-fit: initial; /* fits poster image */
								cursor: pointer;
								display: block;
							}
															@media only screen and (max-width: 1280px) {
									#StreamingMedia8 video{
										width: 100%;
																					height: auto;
																			}
								}
														

						/* hero */
.cms_AudioVideo .StreamingMedia_container {
    position: relative;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Make video full screen width and sit behind */
.cms_AudioVideo .StreamingMedia_playerContainer {
   position: absolute;
	top: 0;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
	padding:0;
}
.cms_AudioVideo .StreamingMedia_playerContainer:before {
	content:'';
	position:absolute;
	width:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.68) 36%, rgba(5, 5, 5, 0.3) 62%, rgba(5, 5, 5, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 11, 16, 0.12) 0%, rgba(8, 11, 16, 0.44) 100%);
}

/* Force video to behave like a true hero background */
.cms_AudioVideo video {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    display: block;
	max-width: none !important;
}

/* Position text layer on top of video */
.cms_AudioVideo .StreamingMedia_Description1 {
    position: relative;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

/* Ensure overlay fills hero */
.cms_AudioVideo .hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Keep hero content above overlay */
.cms_AudioVideo .hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

/* Hide quality selector */
.cms_AudioVideo .StreamingMedia_QualitySelector {
    display: none !important;
}

/* Ensure content below hero flows properly */
.cms_AudioVideo .StreamingMedia_Description2 {
    position: relative;
    z-index: 3;
    background: #fff; /* optional, prevents overlap visual issues */
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.68) 36%, rgba(5, 5, 5, 0.3) 62%, rgba(5, 5, 5, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 11, 16, 0.12) 0%, rgba(8, 11, 16, 0.44) 100%);
}

.hero__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  min-height: 100vh;
  padding: clamp(2rem, 4vw, 4rem);
}

.hero__text {
  max-width: 40rem;
  padding: clamp(1rem, 2vw, 2rem) 0;
}

.hero__text h1 {
	color:var(--color-white);	
}

.hero__eyebrow {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(2.9rem, 5vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.hero__description {
  margin: 1.6rem 0 0;
  max-width: 36rem;
  color: var(--color-gray);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.8;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-orange) 0%, #ff7f2a 100%);
  color: var(--color-white);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: var(--shadow-cta);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    filter 180ms ease;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 50px rgba(255, 103, 0, 0.38);
  filter: brightness(1.06);
	color: var(--color-white);
}

.hero__cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
}

.hero__empty {
  min-height: 18rem;
}

.icon-marquee {
  position: absolute;
  right: 0;
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  left: 0;
  overflow: hidden;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.icon-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
}

.icon-marquee__group {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
  padding-right: 1rem;
}

.icon-marquee__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(2rem, 8vw, 7rem);
  pointer-events: none;
}

.icon-marquee__fade--left {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.95), rgba(5, 5, 5, 0));
}

.icon-marquee__fade--right {
  right: 0;
  background: linear-gradient(270deg, rgba(5, 5, 5, 0.95), rgba(5, 5, 5, 0));
}

.icon-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.95rem;
  min-width: clamp(15rem, 22vw, 18rem);
  padding: 0.95rem 1.1rem;
  border: 1px solid var(--color-marquee-border);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, var(--color-marquee-card) 100%);
  backdrop-filter: blur(12px);
  box-shadow: var(--color-marquee-shadow);
}

.icon-card__icon {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: radial-gradient(circle at 30% 30%, rgba(255, 127, 42, 0.2), rgba(255, 103, 0, 0.06) 72%);
  color: var(--color-orange-dark);
}

.icon-card__icon svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-card__content {
  display: grid;
  gap: 0.3rem;
}

.icon-card__kicker {
  color: var(--color-marquee-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icon-card p {
  margin: 0;
  color: var(--color-marquee-text);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@media (max-width: 900px) {
  .hero__content {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .hero__empty {
    display: none;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.76) 0%, rgba(5, 5, 5, 0.56) 42%, rgba(5, 5, 5, 0.74) 100%),
      linear-gradient(90deg, rgba(12, 16, 24, 0.22) 0%, rgba(12, 16, 24, 0.1) 100%);
  }

  .icon-marquee {
    bottom: 1.25rem;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 100svh;
  }

  .hero__content {
    padding: 5.5rem 1.25rem 3rem;
  }

  .hero__description {
    line-height: 1.7;
  }

  .hero__cta {
    width: 100%;
    max-width: 18rem;
  }

  .icon-marquee {
    padding: 0 1rem;
  }

  .icon-card {
    min-width: 14rem;
    padding: 0.85rem 1rem;
  }

  .icon-card p {
    font-size: 0.88rem;
  }
}


/* This is the part that actually creates the movement */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.fmm-scroller {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: #f8f9fa;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}

.fmm-scroller-track {
  display: flex;
  width: max-content;
  /* If this line is missing or typed wrong, it won't move */
  animation: scroll-left 40s linear infinite; 
}

.fmm-scroller-track span {
  padding: 0 40px;
  white-space: nowrap;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #444;
}

.fmm-section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.fmm-section-header .orange-text {
    color: #ff6600;
}

.fmm-section-header p {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.6;
}

.fmm-header-divider {
    width: 80px;
    height: 4px;
    background: #ff6600;
    margin: 30px auto 0;
}

/* 2. Popover GRID & CARD ALIGNMENT */
.fmm-popover-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Forces all cards to equal height */
    max-width: 1200px;
    margin: 0 auto;
    gap: 1px;
    background: #d1d1d1; /* The "seam" between plates */
    border: 1px solid #d1d1d1;
}

.fmm-popover-card {
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column; /* Allows vertical alignment of button */
    padding: 60px 25px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    
    /* Polished Aluminum Background */
    background: linear-gradient(135deg, 
        #e0e0e0 0%, 
        #ffffff 20%, 
        #d6d6d6 45%, 
        #f7f7f7 50%, 
        #d6d6d6 55%, 
        #ffffff 80%, 
        #e0e0e0 100%);
    background-size: 200% 200%;
}

.fmm-popover-card:hover {
    background-position: right center;
    transform: translateY(-5px);
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* 3. BUTTON ALIGNMENT LOGIC */
.fmm-card-main {
    flex-grow: 1; /* Pushes the button to the bottom */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers title vertically */
    margin-bottom: 40px;
    min-height: 150px; /* Forces buttons to align even with short titles */
}

.fmm-card-footer {
    margin-top: auto;
}

/* 4. ANODIZED METAL GRAY BUTTON */
.fmm-cta-btn {
    display: inline-block;
    padding: 15px 25px;
    background: linear-gradient(to bottom, #4a4a4a 0%, #1a1a1a 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
    border: 1px solid #111;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.fmm-cta-btn:hover {
    background: #ff6600; /* Turns Orange on hover */
    border-color: #ff6600;
    box-shadow: 0 5px 15px rgba(255,102,0,0.3);
}

/* 5. POPOVER (TOOLTIP) STYLING */
.fmm-popover-trigger {
    background: none;
    border: none;
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.2;
    cursor: pointer;
}

.fmm-popover-trigger small {
    display: block;
    color: #ff6600;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-weight: 700;
}

.fmm-popover-box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 105%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 280px;
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    border-top: 5px solid #ff6600;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
    pointer-events: none;
}

/* THE TRIGGER: This makes the box appear */
.fmm-popover-card:hover .fmm-popover-box {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-20px);
}

.fmm-popover-box p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #fff;
    text-align: left;
}
/* Scoped only to this section */

.rolling-spheres-section {
  --bg1: #07111f;
  --bg2: #0f2238;
  --metal-light: #f4f8ff;
  --metal-mid: #9aa7b7;
  --metal-dark: #46515d;
  --text: #f5f7fb;
  --sphere-size: clamp(88px, 9vw, 122px);
  --gap: clamp(10px, 1.6vw, 18px);

  position: relative;
  overflow: hidden;
  padding: clamp(70px, 10vw, 120px) clamp(20px, 4vw, 48px);
  min-height: 680px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--text);
  isolation: isolate;
  background: linear-gradient(180deg, var(--bg2), var(--bg1));
}

.rolling-spheres-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(7, 17, 31, 0.7), rgba(7, 17, 31, 0.7)),
    url("images/manufacturing-floor.jpg") center center / cover no-repeat;
  opacity: 0.3;
  z-index: -2;
  transform: translateZ(0);
  will-change: transform;
}

.rolling-spheres-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(158, 199, 255, 0.18), transparent 30%),
    radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.08), transparent 24%);
  z-index: -1;
  pointer-events: none;
}

.rolling-spheres-stage {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  min-height: 560px;
  z-index: 1;
}

.rolling-spheres-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(158, 199, 255, 0.22);
  opacity: 0;
  transform: translateY(16px);
  animation: titleReveal 1s ease 1.2s forwards;
}

.sphere-track {
  position: relative;
  min-height: 430px;
}

.sphere {
  position: absolute;
  width: var(--sphere-size);
  height: var(--sphere-size);
  border-radius: 50%;
  left: 50%;
  top: 160px;
  transform:
    translateX(calc(65vw + (var(--i) * 90px)))
    translateY(-120px)
    scale(0.35)
    rotate(-18deg);
  opacity: 0;
  display: grid;
  place-items: center;
  color: #08111e;
  font-weight: 800;
  text-align: center;
  padding: 14px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,0.98) 0 10%, rgba(255,255,255,0.45) 11%, transparent 26%),
    radial-gradient(circle at 35% 35%, var(--metal-light) 0%, #dce3ec 18%, #a9b5c2 42%, #65717d 72%, #2f3740 100%);
  box-shadow:
    inset -16px -20px 28px rgba(0,0,0,0.34),
    inset 12px 10px 20px rgba(255,255,255,0.42),
    0 18px 40px rgba(0,0,0,0.35);
  filter: blur(0.3px);
  animation: sphereJourney 10.5s cubic-bezier(.2,.75,.2,1) infinite;
  animation-delay: calc(var(--i) * 0.16s);
}

.sphere::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(255,255,255,0.14) 20%,
      rgba(0,0,0,0.16) 50%,
      rgba(255,255,255,0.12) 80%,
      transparent 100%
    );
  mix-blend-mode: soft-light;
  transform: rotate(-14deg);
  pointer-events: none;
}

.sphere::after {
  content: "";
  position: absolute;
  width: 66%;
  height: 16%;
  left: 17%;
  bottom: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 72%);
  opacity: 0.55;
  filter: blur(3px);
  pointer-events: none;
}

.sphere-text {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 90%;
  font-size: clamp(0.72rem, 1.1vw, 0.95rem);
  line-height: 1.05;
  color: #0b1725;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
  transform: perspective(220px) rotateY(-18deg) scaleX(0.88);
  letter-spacing: 0.01em;
}

@keyframes titleReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sphereJourney {
  0% {
    opacity: 0;
    transform:
      translateX(calc(65vw + (var(--i) * 90px)))
      translateY(-120px)
      scale(0.35)
      rotate(-18deg);
  }

  14% {
    opacity: 1;
    transform:
      translateX(calc(28vw - (var(--i) * 12px)))
      translateY(-24px)
      scale(0.78)
      rotate(-10deg);
  }

  28% {
    opacity: 1;
    transform:
      translateX(calc((var(--i) - 3.5) * (var(--sphere-size) + var(--gap))))
      translateY(0)
      scale(1)
      rotate(0deg);
  }

  47% {
    opacity: 1;
    transform:
      translateX(calc((var(--i) - 3.5) * (var(--sphere-size) + var(--gap))))
      translateY(0)
      scale(1)
      rotate(0deg);
  }

  60% {
    opacity: 1;
    transform:
      translateX(calc((var(--i) - 3.5) * (var(--sphere-size) + var(--gap))))
      translateY(185px)
      scale(0.98)
      rotate(220deg);
  }

  78% {
    opacity: 1;
    transform:
      translateX(calc((var(--i) - 3.5) * (var(--sphere-size) + var(--gap))))
      translateY(210px)
      scale(1)
      rotate(360deg);
  }

  100% {
    opacity: 0;
    transform:
      translateX(calc((var(--i) - 3.5) * (var(--sphere-size) + var(--gap))))
      translateY(210px)
      scale(1)
      rotate(360deg);
  }
}

@media (max-width: 900px) {
  .rolling-spheres-section {
    min-height: 820px;
    background-attachment: scroll;
  }

  .rolling-spheres-stage {
    min-height: 700px;
  }

  .sphere-track {
    min-height: 560px;
  }

  .sphere {
    top: 130px;
  }

  @keyframes sphereJourney {
    0% {
      opacity: 0;
      transform:
        translateX(calc(85vw + (var(--i) * 70px)))
        translateY(-120px)
        scale(0.35)
        rotate(-18deg);
    }

    14% {
      opacity: 1;
      transform:
        translateX(calc(35vw - (var(--i) * 10px)))
        translateY(-18px)
        scale(0.72)
        rotate(-10deg);
    }

    28%, 47% {
      opacity: 1;
      transform:
        translateX(calc((var(--i) - 3.5) * (var(--sphere-size) * 0.76)))
        translateY(0)
        scale(0.88)
        rotate(0deg);
    }

    60% {
      opacity: 1;
      transform:
        translateX(calc((var(--i) - 3.5) * (var(--sphere-size) * 0.76)))
        translateY(235px)
        scale(0.88)
        rotate(220deg);
    }

    78%, 100% {
      transform:
        translateX(calc((var(--i) - 3.5) * (var(--sphere-size) * 0.76)))
        translateY(255px)
        scale(0.88)
        rotate(360deg);
      opacity: 0;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .rolling-spheres-title,
  .sphere {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .sphere {
    position: relative;
    left: auto;
    top: auto;
    display: inline-grid;
    margin: 10px;
  }

  .sphere-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
  }
}

/* Footer Container to push buttons to bottom */
.fmm-card-footer {
    margin-top: 30px;
}

/* The Industrial CTA Button */
.fmm-cta-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #1a1a1a;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover State: "Power On" Effect */
.fmm-metal-card:hover .fmm-cta-btn {
    background: #ff6600; /* Safety Orange */
    border-color: #ff6600;
    box-shadow: 0 0 15px rgba(255, 102, 0, 0.4);
}

/* Metallic Glint Animation on Button */
.fmm-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    transition: all 0.5s;
}

.fmm-cta-btn:hover::before {
    left: 100%;
}

/* Mobile check: ensure buttons are visible always */
@media (max-width: 768px) {
    .fmm-cta-btn {
        background: #ff6600;
        width: 100%;
    }
}
/* --- LEAD LEAKS SECTION --- */

#lead-leak-diagnostic {
    font-family: 'Inter', 'Roboto', sans-serif;
}

/* Card Hover Effect */
#lead-leak-diagnostic .leak-card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #252525;
    padding: 40px 25px;
    height: 100%;
    border-bottom: 4px solid #ff6600; /* SAFETY ORANGE */
}

#lead-leak-diagnostic .leak-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.4);
    background-color: #2a2a2a !important;
}

#lead-leak-diagnostic hr {
    opacity: 0.1;
    margin: 20px 0;
    border-color: #ffffff;
}

/* --- 3D GLASS SERVICE MATRIX --- */
#service-marquee {
    background-color: #0a0a0a !important;
}

.service-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 140px;
    padding: 25px;
    
    /* 3D Glassy Light Gray Base */
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(15px);
    
    /* 3D Edges: Top highlight and bottom shadow */
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    
    border-radius: 6px;
    text-decoration: none !important;
    
    /* Physical Shadow */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0; 
    transform: translateY(-50px);
}

.service-tile span {
    color: #e0e0e0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 0.85rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Makes text look engraved */
}

/* Hover State: The "Power On" Mode */
.service-tile:hover {
    background: linear-gradient(145deg, #ff7700, #e65c00) !important; 
    transform: translateY(2px) !important; /* "Pressed" button feel */
    box-shadow: 0 4px 10px rgba(255, 102, 0, 0.4), 0 0 20px rgba(255, 102, 0, 0.2); 
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.service-tile:hover span {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Animation trigger */
.service-tile.fall-active {
    opacity: 1;
    transform: translateY(0);
}
						
