/* ==========================================================================
   ARGUSA SALIENT CORPORATE EQUIPMENT CARDS HOVER ANIMATION
   ========================================================================== */

/* --- CARD CONTAINER --- */
#brxe-ptweal .splide__slide > div,
#brxe-ptweal .arg-equipments__card,
.arg-equipments__card {
  position: relative !important;
  height: 480px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background-color: #121316 !important;
  border: 1px solid #26292e !important;
  box-sizing: border-box !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease !important;
}

#brxe-ptweal .splide__slide > div:hover,
.arg-equipments__card:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5) !important;
}

/* --- PRODUCT IMAGE (SCALE ZOOM ON HOVER) --- */
#brxe-ptweal .arg-equipments__card-img,
#brxe-ptweal .arg-equipments__card-img img,
#brxe-ptweal .brxe-image img,
.arg-equipments__card-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 0 !important;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

#brxe-ptweal .splide__slide > div:hover .arg-equipments__card-img img,
#brxe-ptweal .splide__slide > div:hover .brxe-image img,
.arg-equipments__card:hover .arg-equipments__card-img img {
  transform: scale(1.08) !important;
}

/* --- OVERLAY BLOCK (ALWAYS ATTACHED TO FULL CARD) --- */
#brxe-ptweal .arg-equipments__card-hide-block,
.arg-equipments__card-hide-block {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(180deg, rgba(18, 19, 22, 0.25) 0%, rgba(18, 19, 22, 0.95) 80%) !important;
  padding: 32px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: background 0.4s ease !important;
  z-index: 10 !important;
}

#brxe-ptweal .splide__slide > div:hover .arg-equipments__card-hide-block,
.arg-equipments__card:hover .arg-equipments__card-hide-block {
  background: rgba(18, 19, 22, 0.88) !important;
}

/* --- TITLE HEADING (ALWAYS VISIBLE AT BOTTOM IN WHITE) --- */
#brxe-ptweal .arg-equipments__card-title,
#brxe-ptweal .arg-equipments__card-hide-block h4,
#brxe-ptweal .arg-equipments__card-hide-block .brxe-heading,
.arg-equipments__card-title {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.3px !important;
  text-transform: uppercase !important;
}

/* --- DESCRIPTION TEXT (HIDDEN IN DEFAULT -> SLIDES UP ON HOVER) --- */
#brxe-ptweal .arg-equipments__card-desc,
#brxe-ptweal .arg-equipments__card-hide-block .brxe-text-basic,
.arg-equipments__card-desc {
  color: #dddddd !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  opacity: 0 !important;
  transform: translateY(25px) !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), max-height 0.4s ease !important;
  margin: 0 !important;
}

#brxe-ptweal .splide__slide > div:hover .arg-equipments__card-desc,
#brxe-ptweal .splide__slide > div:hover .brxe-text-basic,
.arg-equipments__card:hover .arg-equipments__card-desc {
  opacity: 1 !important;
  transform: translateY(0) !important;
  max-height: 140px !important;
  margin-bottom: 16px !important;
}

/* --- WHITE OUTLINE BUTTON (HIDDEN IN DEFAULT -> SLIDES UP ON HOVER) --- */
#brxe-ptweal .arg-equipments__card-btn,
#brxe-ptweal .arg-equipments__card-hide-block .brxe-button,
.arg-equipments__card-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  padding: 10px 22px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

#brxe-ptweal .splide__slide > div:hover .arg-equipments__card-btn,
#brxe-ptweal .splide__slide > div:hover .brxe-button,
.arg-equipments__card:hover .arg-equipments__card-btn {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#brxe-ptweal .arg-equipments__card-btn:hover,
#brxe-ptweal .arg-equipments__card-hide-block .brxe-button:hover,
.arg-equipments__card-btn:hover {
  background-color: #ffffff !important;
  color: #121316 !important;
  border-color: #ffffff !important;
}

/* --- EQUIPMENT SLIDER RED ARROW CURSOR FOLLOWER --- */
.arg-eq-slider-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--brand-red, #e63946);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, background-color 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(230, 57, 70, 0.45);
}

.arg-eq-slider-cursor svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.arg-eq-slider-cursor.is-active {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

/* CLICK / DRAG STATE (mousedown): Shrinks scale to 0.72 like Salient Architect */
.arg-eq-slider-cursor.is-grabbing {
  transform: translate(-50%, -50%) scale(0.72) !important;
  background-color: #c92a2a !important;
  box-shadow: 0 5px 15px rgba(201, 42, 42, 0.6) !important;
}

.arg-eq-slider-cursor.is-grabbing .arg-arrow-left {
  transform: translateX(-2px);
}
.arg-eq-slider-cursor.is-grabbing .arg-arrow-right {
  transform: translateX(2px);
}

/* --- BLUEPRINTS RED VIEW CURSOR FOLLOWER --- */
.arg-eq-blueprints__item,
.arg-eq-blueprints__img,
.brxe-eqcard5,
.brxe-eqimg5 {
  cursor: pointer !important;
}
.arg-blueprints-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: var(--brand-red, #e63946);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 25px rgba(230, 57, 70, 0.5);
}
.arg-blueprints-cursor.is-active {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

/* --- BLUEPRINTS CUSTOM LIGHTBOX MODAL --- */
.arg-blueprint-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(10, 11, 14, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 40px;
  box-sizing: border-box;
}
.arg-blueprint-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.arg-blueprint-modal-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.arg-blueprint-modal.is-open .arg-blueprint-modal-img {
  transform: scale(1);
}
.arg-blueprint-modal-close {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.arg-blueprint-modal-close:hover {
  background: var(--brand-red, #e63946);
  border-color: var(--brand-red, #e63946);
  transform: scale(1.1);
}

/* ==========================================================================
   ARGUSA BLURRY BUTTON SYSTEM (EXACT NEXTBRICKS LINEAR ELASTIC SPRING EASE)
   ========================================================================== */
:root {
  --arg-elastic-ease: linear( 0, 0.2178 2.1%, 1.1144 8.49%, 1.2959 10.7%, 1.3463 11.81%, 1.3705 12.94%, 1.3726, 1.3643 14.48%, 1.3151 16.2%, 1.0317 21.81%, 0.941 24.01%, 0.8912 25.91%, 0.8694 27.84%, 0.8698 29.21%, 0.8824 30.71%, 1.0122 38.33%, 1.0357, 1.046 42.71%, 1.0416 45.7%, 0.9961 53.26%, 0.9839 57.54%, 0.9853 60.71%, 1.0012 68.14%, 1.0056 72.24%, 0.9981 86.66%, 1 100% );
  --arg-elastic-ease-out: linear( 0, 0.5737 7.6%, 0.8382 11.87%, 0.9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, 0.9995 46.99%, 0.9872 51.63%, 0.9842 58.77%, 1.0011 81.26%, 1 );
  --arg-opacity-ease: ease-out;
  --arg-blur-ease: cubic-bezier(0.83, 0, 0.17, 1);
}

.arg-btn,
.arg-btn--blurry-red,
.arg-btn--blurry-dark,
.arg-btn--blurry-mint {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  padding: 16px 36px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  background: rgba(230, 57, 70, 0.88) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
  transition: transform 0.6s var(--arg-elastic-ease-out), background-color 0.4s var(--arg-blur-ease), border-color 0.4s ease, box-shadow 0.5s ease !important;
  cursor: pointer !important;
  overflow: visible !important;
  z-index: 1 !important;
  -webkit-tap-highlight-color: #fff0 !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

.arg-btn::before,
.arg-btn--blurry-red::before,
.arg-btn--blurry-dark::before,
.arg-btn--blurry-mint::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50px !important;
  transform: scale(0.85) !important;
  opacity: 0 !important;
  filter: blur(15px) !important;
  transition: transform 0.7s var(--arg-elastic-ease-out), opacity 0.4s var(--arg-opacity-ease) !important;
  z-index: -1 !important;
  pointer-events: none !important;
}

/* 1. BRAND RED BLURRY BUTTON (.arg-btn--blurry-red) */
.arg-btn--blurry-red {
  background: rgba(230, 57, 70, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.2) !important;
}

.arg-btn--blurry-red::before {
  background: radial-gradient(circle, var(--brand-red, #e63946) 0%, rgba(230, 57, 70, 0.85) 50%, rgba(230, 57, 70, 0) 100%) !important;
}

.arg-btn--blurry-red:hover {
  transform: translateY(-4px) scale(1.05) !important;
  transition: transform 0.6s var(--arg-elastic-ease), background-color 0.4s var(--arg-blur-ease) !important;
  background: rgba(230, 57, 70, 0.98) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 7px 16px rgba(230, 57, 70, 0.3), 0 0 12px rgba(230, 57, 70, 0.2) !important;
}

.arg-btn--blurry-red:hover::before {
  opacity: 1 !important;
  transform: scale(1.3) !important;
  transition: transform 0.7s var(--arg-elastic-ease), opacity 0.4s var(--arg-opacity-ease) !important;
}

.arg-btn--blurry-red:active {
  transform: translateY(-1px) scale(0.96) !important;
  transition: transform 0.15s ease !important;
}

/* 2. DARK GLASS BLURRY BUTTON (.arg-btn--blurry-dark) */
.arg-btn--blurry-dark {
  background: rgba(18, 19, 22, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.arg-btn--blurry-dark::before {
  background: radial-gradient(circle, rgba(230, 57, 70, 0.6) 0%, rgba(18, 19, 22, 0) 70%) !important;
}

.arg-btn--blurry-dark:hover {
  transform: translateY(-3px) scale(1.02) !important;
  background: rgba(26, 28, 33, 0.95) !important;
  border-color: rgba(230, 57, 70, 0.5) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35) !important;
}

.arg-btn--blurry-dark:hover::before {
  opacity: 1 !important;
  transform: scale(1.3) !important;
}

/* 3. MINT ACCENT BLURRY BUTTON (.arg-btn--blurry-mint) */
.arg-btn--blurry-mint {
  background: rgba(82, 229, 181, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #121316 !important;
  box-shadow: 0 4px 10px rgba(82, 229, 181, 0.2) !important;
}

.arg-btn--blurry-mint::before {
  background: radial-gradient(circle, #52e5b5 0%, rgba(82, 229, 181, 0) 70%) !important;
}

.arg-btn--blurry-mint:hover {
  transform: translateY(-3px) scale(1.02) !important;
  background: rgba(82, 229, 181, 1) !important;
  border-color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(82, 229, 181, 0.3) !important;
}

.arg-btn--blurry-mint:hover::before {
  opacity: 1 !important;
  transform: scale(1.3) !important;
}

/* 4. ELEGANT OUTLINE BUTTON (.arg-btn--outline) */
.arg-btn--outline {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 32px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  background: transparent !important;
  color: #ffffff !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
  cursor: pointer !important;
}

.arg-btn--outline:hover {
  transform: translateY(-3px) !important;
  border-color: var(--brand-red, #e63946) !important;
  color: #ffffff !important;
  background: rgba(230, 57, 70, 0.15) !important;
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.15) !important;
}

/* 5. LINE CRISTAL BUTTON (.arg-btn--line-cristal) */
.arg-btn--line-cristal {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 34px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.35), 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  cursor: pointer !important;
  overflow: hidden !important;
}

.arg-btn--line-cristal::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  transition: left 0.6s ease !important;
}

.arg-btn--line-cristal:hover {
  transform: translateY(-3px) scale(1.02) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: var(--brand-red, #e63946) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 5px 14px rgba(230, 57, 70, 0.2) !important;
}

.arg-btn--line-cristal:hover::before {
  left: 100% !important;
}

/* ==========================================================================
   BRICKS BUILDER EDITOR SAFEGUARDS
   Only disable OUR custom overlays/cursors. Never touch pointer-events globally.
   ========================================================================== */

/* Hide ALL our custom overlays and cursors inside the builder iframe */
.brx-body.iframe .arg-equipments__card-hide-block,
.brx-body.iframe .arg-eq-slider-cursor,
.brx-body.iframe .arg-blueprints-cursor,
.brx-body.iframe .arg-blueprint-modal {
  display: none !important;
  pointer-events: none !important;
}

/* Restore cursor to auto (overrides cursor:none from play-cursor CSS) */
.brx-body.iframe,
.brx-body.iframe * {
  cursor: auto !important;
}
