#fw-section-custom-html-cb4783b0-bfe7-40be-8857-bbe28abded2e {

/* -----------------------------------------
   BANNER WRAPPER — FULL WIDTH / CROPPING
----------------------------------------- */

.defiapp-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Desktop banner */
.defiapp-banner-img {
    width: 100%;
    height: 560px !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Mobile banner */
@media (max-width: 768px) {
    .defiapp-banner-img {
        height: 270px !important;
        object-position: 50% 38% !important;
    }
}

/* -----------------------------------------
   SHOP NOW BUTTON — BASE STYLE
----------------------------------------- */

.defiapp-shop-now {
    position: absolute;
    left: 50%;
    bottom: 80px !important;
    transform: translateX(-50%);
    padding: 12px 32px;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 18px;

    color: white;
    text-decoration: none;
    background: rgba(0,0,0,0.45);
    border-radius: 6px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    z-index: 5;

    /* base transition for desktop hover */
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .defiapp-shop-now {
        bottom: 55px !important;
        padding: 10px 26px;
        font-size: 16px;
    }
}

/* -----------------------------------------
   SHOP NOW TEXT — BASE
----------------------------------------- */

.defiapp-shop-now span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    color: white;
}

/* -----------------------------------------
   MOBILE — ALWAYS ON SUBTLE GLOW
----------------------------------------- */

@keyframes glowPulseMobile {
    0% {
        text-shadow:
            0 0 2px rgba(255,255,255,0.15),
            0 0 4px rgba(255,255,255,0.10);
    }
    50% {
        text-shadow:
            0 0 4px rgba(255,255,255,0.45),
            0 0 8px rgba(255,255,255,0.25);
    }
    100% {
        text-shadow:
            0 0 2px rgba(255,255,255,0.15),
            0 0 4px rgba(255,255,255,0.10);
    }
}

@media (hover: none) {
    .defiapp-shop-now span {
        animation: glowPulseMobile 3s ease-in-out infinite;
    }
}

/* -----------------------------------------
   DESKTOP — COOLER HOVER GLOW (NO UNDERLINE)
----------------------------------------- */

@media (hover: hover) {
    .defiapp-shop-now span {
        text-shadow:
            0 0 2px rgba(255,255,255,0.2),
            0 0 4px rgba(255,255,255,0.1);
        transition: text-shadow 0.25s ease, transform 0.25s ease;
    }

    .defiapp-shop-now:hover {
        background: rgba(0,0,0,0.7);
        box-shadow: 0 0 18px rgba(0,0,0,0.6);
        transform: translateX(-50%) translateY(-1px);
    }

    .defiapp-shop-now:hover span {
        text-shadow:
            0 0 4px rgba(255,255,255,0.5),
            0 0 10px rgba(255,255,255,0.35),
            0 0 14px rgba(255,255,255,0.25);
        transform: translateY(-0.5px);
    }
}

/* -----------------------------------------
   FADE BETWEEN BANNER & NEXT SECTION
----------------------------------------- */

.defiapp-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, transparent, #000);
    pointer-events: none;
    z-index: 4;
}

/* -----------------------------------------
   REMOVE EXTRA PADDING AROUND SECTION
----------------------------------------- */

.section .custom-html,
.custom-html,
.custom-content,
div[data-component="CustomHtml"],
.section,
.section-inner,
.custom-html > * {
    margin: 0 !important;
    padding: 0 !important;
}

/* -----------------------------------------
   VIDEO BLOCK — KEEP 16:9 RATIO (IF USED)
----------------------------------------- */

.video-16x9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;
    background: #000;
}

.video-16x9 video,
.video-16x9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

}
#fw-section-image-7507b384-d839-4fb7-bf1c-a46c3b8483fe {

/* =========================================
   SHOP NOW BUTTON OVER BANNER (CSS ONLY)
========================================= */

.defiapp-hero-wrapper {
  position: relative;
}

/* The button */
.defiapp-hero-wrapper::after {
  content: "Shop Now";
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 22px;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 6px;
  cursor: pointer;
  z-index: 9999;
  pointer-events: auto;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: all 0.25s ease;
}

/* Hover animation: underline slide-in */
.defiapp-hero-wrapper::after:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

/* Add moving underline */
.defiapp-hero-wrapper::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease;
  z-index: 9999;
  pointer-events: none;
}

.defiapp-hero-wrapper:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* MOBILE adjustments */
@media (max-width: 768px) {
  .defiapp-hero-wrapper::after {
    font-size: 14px;
    padding: 8px 18px;
    bottom: 22px;
  }

  .defiapp-hero-wrapper::before {
    width: 45px;
    bottom: 16px;
  }
}

}
#fw-section-custom-html-8a9b6f06-2664-49ad-ae42-79a51404d277 {

/* ===============================
   HERO WRAPPER + PADDING RESET
================================ */

.defiapp-hero-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Kill padding/margin on the section that contains this block */
section:has(.defiapp-hero-wrapper) {
  margin: 0 !important;
  padding: 0 !important;
}

/* Base video styling */
.hero-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
}

/* Desktop default: desktop video visible, mobile hidden */
.desktop-hero {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}

.mobile-hero {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* Mobile breakpoint: swap visibility */
@media screen and (max-width: 768px) {
  .desktop-hero {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  .mobile-hero {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
  }
}

/* ===============================
   UNMUTE BUTTON
================================ */

.unmute-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-size: 22px;
  background: rgba(0,0,0,0.45);
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.unmute-btn:active {
  transform: scale(0.96);
}

}